.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #DDD;
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  user-select: none;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #F8f8f8;
  color: #BBB;
  text-align: center;
}

.selectric-focus .selectric {
  border-color: #aaaaaa;
}

.selectric-hover .selectric {
  border-color: #c4c4c4;
}
.selectric-hover .selectric .button {
  color: #a2a2a2;
}
.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}

.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}
.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}
.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}

@font-face {
  font-family: "Whitney-Bold";
  src: url("../fonts/Whitney-Bold.woff2") format("woff2"), url("../fonts/Whitney-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Whitney-Black";
  src: url("../fonts/Whitney-Black.woff2") format("woff2"), url("../fonts/Whitney-Black.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Whitney-Book";
  src: url("../fonts/Whitney-Book.woff2") format("woff2"), url("../fonts/Whitney-Book.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi-Regular";
  src: url("../fonts/Satoshi-Regular.woff2") format("woff2"), url("../fonts/Satoshi-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi-Bold";
  src: url("../fonts/Satoshi-Bold.woff2") format("woff2"), url("../fonts/Satoshi-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* Fonts */
/* Color */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.section_container {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .section_container {
    max-width: 760px;
  }
}
@media (min-width: 992px) {
  .section_container {
    max-width: 980px;
  }
  .section_container.small {
    max-width: 907px;
  }
}
@media (min-width: 1200px) {
  .section_container {
    max-width: 1180px;
  }
}
@media (min-width: 1360px) {
  .section_container {
    max-width: 1340px;
  }
  .section_container.small {
    max-width: 1104px;
  }
}
@media (min-width: 1441px) {
  .section_container {
    max-width: 1320px;
  }
  .section_container.big {
    max-width: 1384px;
  }
}
body,
body.front-end {
  color: #313131;
  font-family: "Whitney-Book";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: normal;
}
body p,
body.front-end p {
  margin-bottom: 30px;
}
body p:last-child,
body.front-end p:last-child {
  margin-bottom: 0;
}
body b,
body strong,
body.front-end b,
body.front-end strong {
  font-family: "Whitney-Bold";
  font-weight: normal;
}
body img,
body.front-end img {
  max-width: 100%;
}

.body_big_text {
  font-size: 24px;
  line-height: 32px;
}

.body_small_text {
  font-size: 14px;
  line-height: 20px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0 0 20px;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
}

h1,
.h1 {
  color: #313131;
  font-family: "Whitney-Black";
  font-size: 64px;
  line-height: 72px;
}
@media (max-width: 767px) {
  h1,
.h1 {
    font-size: 40px;
    line-height: 46px;
  }
}

body:not(.single) h2,
body:not(.single) .h2 {
  color: #313131;
  font-family: "Whitney-Black";
  font-size: 48px;
  line-height: 54px;
}
@media (max-width: 767px) {
  body:not(.single) h2,
body:not(.single) .h2 {
    font-size: 32px;
    line-height: 40px;
  }
}

body.single h2,
body.single .h2 {
  color: #313131;
  font-family: "Whitney-Black";
  font-size: 32px;
  line-height: 40px;
}
@media (max-width: 767px) {
  body.single h2,
body.single .h2 {
    font-size: 28px;
    line-height: 36px;
  }
}

h3,
.h3 {
  color: #313131;
  font-family: "Whitney-Black";
  font-size: 32px;
  line-height: 40px;
}
@media (max-width: 767px) {
  h3,
.h3 {
    font-size: 28px;
    line-height: 36px;
  }
}

h4,
.h4 {
  color: #313131;
  font-family: "Whitney-Black";
  font-size: 24px;
  line-height: 30px;
}

h5,
.h5 {
  color: #313131;
  font-family: "Whitney-Bold";
  font-size: 20px;
  line-height: 26px;
}

h6,
.h6 {
  color: #313131;
  font-family: "Whitney-Bold";
  font-size: 16px;
  line-height: 22px;
}

a {
  text-decoration: none;
  transition: all linear 0.2s;
  font-style: normal;
  outline: none;
  box-shadow: none;
  color: #313131;
}
a:hover, a:active {
  text-decoration: none;
  color: #FFDB33;
}
a.link {
  border-bottom: 1px solid;
}
a.link:hover, a.link:active {
  border-bottom-color: transparent;
  color: #313131;
}
a.link_arrow {
  color: #313131;
  font-family: "Whitney-Bold";
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 22px;
  letter-spacing: normal;
  text-decoration: none;
  outline: none;
  transition: all linear 0.2s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
}
a.link_arrow::after {
  content: "";
  background-image: url(../images/arrow_btn_charcoal.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 6px;
  vertical-align: middle;
  position: relative;
  left: 0;
  transition: all linear 0.2s;
}
a.link_arrow:hover {
  color: #313131;
}
a.link_arrow:hover::after {
  left: 6px;
}
a.link_border {
  color: #313131;
  font-family: "Whitney-Book";
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: normal;
  text-decoration: none;
  outline: none;
  transition: all linear 0.2s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 0 4px;
  border: 0;
}
a.link_border::after {
  content: "";
  background: #FFDB33;
  display: block;
  width: 100%;
  height: 4px;
  transition: all linear 0.2s;
  position: absolute;
  left: 0;
  bottom: 0;
}
a.link_border:hover {
  color: #313131;
}
a.link_border:hover::after {
  background: #313131;
}
a.link_arrow_border {
  color: #313131;
  font-family: "Whitney-Bold";
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 22px;
  letter-spacing: normal;
  text-decoration: none;
  outline: none;
  transition: all linear 0.2s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 0 4px;
  border: 0;
}
a.link_arrow_border::after {
  content: "";
  background-image: url(../images/arrow_btn_charcoal.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 6px;
  vertical-align: middle;
  position: relative;
  transition: all linear 0.2s;
  left: 0;
}
a.link_arrow_border::before {
  content: "";
  background: #FFDB33;
  display: block;
  width: 100%;
  height: 2px;
  transition: all linear 0.2s;
  position: absolute;
  left: 0;
  bottom: 0;
}
a.link_arrow_border:hover {
  color: #313131;
}
a.link_arrow_border:hover::after {
  left: 6px;
}
a.link_big_text {
  font-size: 20px;
  line-height: 26px;
  font-family: "Whitney-Bold";
}

.btn {
  color: #313131;
  font-family: "Whitney-Bold";
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 22px;
  letter-spacing: normal;
  text-decoration: none;
  outline: none;
  border: 0;
  box-shadow: none;
  text-align: center;
  transition: all linear 0.2s;
  background-color: #FFDB33;
  padding: 8px 16px 8px 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn:not(.download_btn):hover {
  background-color: #FFEB8D;
  color: #313131;
}
.btn.download_btn:hover {
  background-color: #FFDB33;
  color: #313131;
}
.btn.btn_big_text {
  font-size: 18px;
}
.btn.btn_charcoal {
  background-color: #313131;
  color: #ffffff;
}
.btn.btn_charcoal:not(.download_btn):hover {
  background-color: #D6D6D6;
  color: #313131;
}
.btn.btn_charcoal.download_btn:hover {
  background-color: #313131;
  color: #ffffff;
}
.btn.btn_arrow::after {
  content: "";
  background-image: url(../images/arrow_btn_charcoal.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 6px;
  vertical-align: middle;
  position: relative;
  left: 0;
  transition: all linear 0.2s;
}
.btn.btn_arrow:hover {
  background-color: #FFDB33;
  color: #313131;
}
.btn.btn_arrow:hover::after {
  left: 6px;
}
.btn.btn_arrow_charcoal {
  background-color: #313131;
  color: #ffffff;
}
.btn.btn_arrow_charcoal::after {
  content: "";
  background-image: url(../images/arrow_btn_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 6px;
  vertical-align: middle;
  position: relative;
  left: 0px;
  transition: all linear 0.2s;
}
.btn.btn_arrow_charcoal:hover::after {
  left: 6px;
}

blockquote {
  max-width: 964px;
  margin: 80px auto;
}
@media (max-width: 991px) {
  blockquote {
    margin: 60px auto;
  }
}
@media (max-width: 767px) {
  blockquote {
    margin: 48px auto;
    padding: 56px 0 0;
    position: relative;
  }
  blockquote::before {
    content: "";
    background-image: url(../images/quote_top.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 42px;
    height: 32px;
    position: absolute;
    left: 0;
    top: 0;
  }
  blockquote::after {
    content: "";
    background-image: url(../images/quote_bottom.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 42px;
    height: 32px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
blockquote h2 {
  margin: 0 0 32px;
  position: relative;
}
@media (max-width: 767px) {
  blockquote h2 {
    margin: 0 0 24px;
  }
}
blockquote h2::before {
  content: "";
  background-image: url(../images/quote_top.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 56px;
  height: 42px;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  blockquote h2::before {
    display: none;
  }
}
blockquote h2::after {
  content: "";
  background-image: url(../images/quote_bottom.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 56px;
  height: 42px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  blockquote h2::after {
    display: none;
  }
}
blockquote * {
  padding: 0 150px 0 96px;
}
@media (max-width: 991px) {
  blockquote * {
    padding: 0 96px;
  }
}
@media (max-width: 767px) {
  blockquote * {
    padding: 0;
  }
}
blockquote p {
  font-size: 24px;
  line-height: 32px;
}
@media (max-width: 767px) {
  blockquote p {
    padding: 0 50px 0 0;
  }
}

.standard_editor {
  margin: 80px 0;
}
@media (max-width: 767px) {
  .standard_editor.mob-mt-0 {
    margin-top: 0;
  }
}

#site-content ul:not(.slick-dots) {
  margin: 17px 0;
  padding: 0;
  list-style: none;
}
#site-content ul:not(.slick-dots) li {
  padding: 0 0 0 26px;
  color: #313131;
  font-family: "Whitney-Book";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: normal;
  position: relative;
  margin: 0 0 16px;
}
#site-content ul:not(.slick-dots) li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 8px;
  display: block;
  background-color: #313131;
}
#site-content ul:not(.slick-dots) li ul {
  margin: 17px 0;
  padding: 0;
  list-style: none;
}
#site-content ol {
  margin: 17px 0;
  padding: 0;
  list-style: none;
  counter-reset: item;
}
@media (max-width: 767px) {
  #site-content ol {
    margin: 22px 0;
  }
}
#site-content ol li {
  counter-increment: item;
  padding: 0 0 0 26px;
  color: #313131;
  font-family: "Whitney-Book";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: normal;
  position: relative;
  margin: 0 0 16px;
}
#site-content ol li:before {
  content: counter(item) ".";
  display: inline-block;
  min-width: 20px;
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Whitney-Bold";
  font-size: 16px;
  line-height: 24px;
}
#site-content ol li ol {
  margin: 17px 0;
  padding: 0;
}
#site-content ol li ol li::before {
  left: 0;
}
#site-content .selectric-items {
  background: #ffffff;
  border: 1px solid #313131;
  box-shadow: none;
}
#site-content .selectric-items ul {
  margin: 0;
  padding: 10px 0;
}
#site-content .selectric-items ul li {
  margin: 0;
  padding: 6px 15px;
  transition: all linear 0.2s;
}
#site-content .selectric-items ul li::before {
  display: none;
}
#site-content .selectric-items ul li:hover, #site-content .selectric-items ul li.selected {
  background-color: #FFDB33;
}
#site-content .selectric-below .selectric-items {
  border-top-color: transparent;
}

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output {
  border-color: #FFDB33;
  margin: 0;
  padding: 20px;
  font-family: "Whitney-Book";
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: normal;
}
.wpcf7-form p {
  margin: 0 0 48px !important;
  position: relative;
}
.wpcf7-form p label.label {
  position: absolute;
  top: 61%;
  transform: translateY(-50%);
  left: 0;
  transition: all linear 0.2s;
  z-index: 0;
  font-family: "Whitney-Book";
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: normal;
  pointer-events: none;
}
.wpcf7-form p.rmb {
  margin: 0 0 28px !important;
}
.wpcf7-form p.focus_input label.label, .wpcf7-form p.input-has-value label.label {
  top: 0;
  transform: translateY(0);
  font-size: 14px;
  line-height: 20px;
}
.wpcf7-form p .wpcf7-form-control-wrap {
  position: initial;
}
.wpcf7-form p .wpcf7-not-valid-tip {
  position: absolute;
  color: #313131;
  font-family: "Whitney-Bold";
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 22px;
  background-image: url(../images/error.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 16px;
  padding-left: 20px;
  top: calc(100% + 8px);
}
.wpcf7-form p input:-webkit-autofill,
.wpcf7-form p input:-webkit-autofill:hover,
.wpcf7-form p input:-webkit-autofill:focus,
.wpcf7-form p input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.wpcf7-form .selectric {
  border-width: 0 0 1px;
  border-color: #313131;
  background: transparent;
}
.wpcf7-form .selectric .button,
.wpcf7-form .selectric .label {
  line-height: normal;
  height: auto;
}
.wpcf7-form .selectric .label {
  font-family: "Whitney-Book";
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  margin: 0 40px 0 0;
  padding: 0 0 8px;
  line-height: 24px;
  height: auto;
}
.wpcf7-form .selectric .button {
  font-size: 0;
  width: 24px;
  height: 24px;
  background-image: url(../images/arrow_drop_down.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  z-index: 1;
  background-color: transparent;
  transition: all linear 0.2s;
}
.wpcf7-form .selectric-open .selectric .button {
  transform: rotate(180deg);
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=password],
.wpcf7-form input[type=email],
.wpcf7-form input[type=url],
.wpcf7-form input[type=date],
.wpcf7-form input[type=month],
.wpcf7-form input[type=time],
.wpcf7-form input[type=datetime],
.wpcf7-form input[type=datetime-local],
.wpcf7-form input[type=week],
.wpcf7-form input[type=number],
.wpcf7-form input[type=search],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=color],
.wpcf7-form textarea,
.wpcf7-form select,
.wpcf7-form textarea {
  width: 100%;
  border-width: 0 0 1px;
  border-color: #313131;
  font-family: "Whitney-Book";
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: normal;
  padding: 20px 0 8px;
}
.wpcf7-form .wpcf7-list-item {
  margin: 0;
  display: block;
}
.wpcf7-form .wpcf7-list-item label {
  display: flex;
  flex-wrap: wrap;
}
.wpcf7-form .wpcf7-list-item label span {
  color: #313131;
  font-family: "Whitney-Book";
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: normal;
  padding-left: 8px;
  width: calc(100% - 24px);
  padding-top: 2px;
}
.wpcf7-form .wpcf7-list-item input[type=checkbox] {
  width: 24px !important;
  height: 24px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 !important;
  position: relative;
  background: #ffffff !important;
  border: 0 !important;
}
.wpcf7-form .wpcf7-list-item input[type=checkbox]::after {
  content: "";
  background-image: url(../images/check_box_outline_blank.svg);
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 24px;
  height: 24px;
}
.wpcf7-form .wpcf7-list-item input[type=checkbox]:checked::before {
  content: "";
  background-image: url(../images/check_box.svg);
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 24px;
  height: 24px;
}
.wpcf7-form input[type=submit] {
  font-family: "Whitney-Bold";
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 22px;
  letter-spacing: normal;
  text-decoration: none;
  outline: none;
  border: 0;
  box-shadow: none;
  text-align: center;
  transition: all linear 0.2s;
  padding: 8px 42px 8px 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #FFDB33;
  color: #313131;
  background-image: url(../images/arrow_btn_charcoal.svg);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: right 12px center;
  cursor: pointer;
}
.wpcf7-form input[type=submit]:hover {
  background-color: #FFEB8D;
  color: #313131;
}

.custom_error {
  position: absolute;
  color: #313131;
  font-family: "Whitney-Bold";
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 22px;
  background-image: url(../images/error.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 16px;
  padding-left: 20px;
  top: calc(100% + 8px);
}

@media print {
  .floating_caption_tooltip,
.right_sidebar_section,
#breadcumbs_section,
footer.custom_footer,
header.site-header {
    display: none !important;
  }

  body {
    margin: 20px;
  }

  @page {
    size: A4;
    margin: 0.5cm;
  }
}
.search-bar {
  max-width: 800px;
  margin: auto;
  margin-bottom: 100px;
  display: flex;
  border-bottom: 2px solid black;
}
.search-bar form {
  width: 100%;
}
.search-bar input {
  width: 100%;
  border: none;
  margin-bottom: 10px;
  font-size: 24px;
  padding: 0px 10px;
}
.search-bar .search-bar__clear {
  cursor: pointer;
}

.site-header {
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  transition: width linear 0.2s;
}
.site-header::after {
  content: "";
  background-color: #ffffff;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.site-header .site-header-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 24px 0;
  position: relative;
}
@media (max-width: 991px) {
  .site-header .site-header-wrapper {
    padding: 24px 0 20px;
    position: initial;
  }
}
.site-header .site-header-logo {
  z-index: 1;
}
.site-header .site-header-logo a {
  text-decoration: none;
  outline: none;
  border: 0;
  display: flex;
}
@media (max-width: 991px) {
  .site-header .site-header-logo a img {
    width: 144px;
    height: 36px;
  }
}
.site-header .menu-button-container {
  width: 32px;
  height: 32px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .site-header .menu-button-container {
    display: none;
  }
}
.site-header .menu-button-container .navbar-toggler {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  outline: none;
  cursor: pointer;
}
.site-header .menu-button-container .navbar-toggler .navbar-toggler-open {
  display: flex;
  transition: all linear 0.2s;
}
.site-header .menu-button-container .navbar-toggler .navbar-toggler-open svg path {
  transition: all linear 0.2s;
}
.site-header .menu-button-container .navbar-toggler .navbar-toggler-close {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  display: flex;
  transition: all linear 0.2s;
}
.site-header .menu-button-container .navbar-toggler .navbar-toggler-close svg path {
  transition: all linear 0.2s;
}
.site-header .header-search {
  margin-left: 48px;
}
@media (max-width: 1199px) {
  .site-header .header-search {
    margin-left: 40px;
  }
}
@media (max-width: 991px) {
  .site-header .header-search {
    margin-left: auto;
    margin-right: 16px;
    transition: all linear 0.2s;
  }
}
.site-header .header-search .header-search-form {
  width: 0;
  max-width: calc(100% - 427px);
  height: auto;
  position: absolute;
  right: 48px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  transition: width ease-in-out 0.2s, opacity linear 0.2s, z-index linear 0.2s, visibility linear 0.2s;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .site-header .header-search .header-search-form {
    max-width: calc(100% - 272px);
  }
}
@media (max-width: 991px) {
  .site-header .header-search .header-search-form {
    max-width: 100%;
    width: 100%;
    right: auto;
    left: 0;
    top: 100%;
    transform: translateY(0);
    transition: all linear 0.2s;
    background-color: #FFDB33;
    padding: 20px;
  }
}
.site-header .header-search .header-search-form input {
  border-width: 0 0 1px;
  border-color: #ADADAD;
  padding: 0;
  color: #ADADAD;
  font-family: "Whitney-Book";
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 22px;
  letter-spacing: normal;
  background-color: #ffffff;
  width: 0;
  transition: width ease-in-out 0.4s;
  height: 39px;
}
@media (max-width: 991px) {
  .site-header .header-search .header-search-form input {
    width: 100%;
    transition: unset;
    padding: 10px;
    border: 0;
    height: 40px;
  }
}
.site-header .header-search .header-search-form input::placeholder {
  opacity: 1;
  color: #ADADAD;
}
.site-header .header-search .search-button-container {
  width: 32px;
  height: 32px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.site-header .header-search .search-button-container .search-toggler {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  outline: none;
  cursor: pointer;
}
.site-header .header-search .search-button-container .search-toggler .search-toggler-open {
  display: flex;
  transition: all linear 0.2s;
}
.site-header .header-search .search-button-container .search-toggler .search-toggler-open svg path {
  transition: all linear 0.2s;
}
.site-header .header-search .search-button-container .search-toggler .search-toggler-close {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  display: flex;
  transition: all linear 0.2s;
}
.site-header .header-search .search-button-container .search-toggler .search-toggler-close svg path {
  transition: all linear 0.2s;
}
.site-header .header-search .search-button-container .search-toggler:hover .search-toggler-open svg path,
.site-header .header-search .search-button-container .search-toggler:hover .search-toggler-close svg path {
  fill: #FFDB33;
}
@media (max-width: 991px) {
  .site-header .header-search .search-button-container .search-toggler:hover .search-toggler-open svg path,
.site-header .header-search .search-button-container .search-toggler:hover .search-toggler-close svg path {
    fill: #313131;
  }
}
.site-header .header-menu {
  margin-left: auto;
  transition: opacity 0.5s ease;
}
@media (max-width: 991px) {
  .site-header .header-menu {
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #ffffff;
    display: block;
    transition: all linear 0.3s;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    overflow: hidden;
    padding: 100px 0 0;
  }
}
@media (min-width: 992px) {
  .site-header .header-menu .section_container {
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .site-header .header-menu .section_container {
    height: 100vh;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .site-header .header-menu .header-menu-wrapper {
    display: block;
    height: calc(100vh - 157px);
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 0 100px;
  }
  .site-header .header-menu .header-menu-wrapper::-webkit-scrollbar {
    width: 0;
    position: absolute;
  }
  .site-header .header-menu .header-menu-wrapper::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.7);
  }
  .site-header .header-menu .header-menu-wrapper::-webkit-scrollbar-thumb {
    background: transparent;
  }
}
.site-header .header-menu #mega-menu-wrap-main-menu {
  background: transparent;
  position: initial;
}
.site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu {
  position: initial;
  background: transparent;
}
@media (max-width: 991px) {
  .site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu {
    visibility: hidden;
  }
}
.site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item {
  margin-left: 48px;
}
@media (max-width: 1199px) {
  .site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item {
    margin-left: 30px;
  }
}
@media (max-width: 991px) {
  .site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item {
    margin: 0px;
    border-bottom: 2px solid #D6D6D6;
    padding: 23px 0;
  }
}
@media (max-width: 991px) {
  .site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item:first-child {
    padding-top: 0;
  }
}
.site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
  color: #313131;
  font-family: "Whitney-Bold";
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: normal;
  text-decoration: none;
  height: auto;
  background-color: transparent;
  transition: all linear 0.2s;
  padding: 10px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
@media (max-width: 1199px) {
  .site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 24px;
    padding: 0;
  }
}
.site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link::after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #FFDB33;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  transition: all linear 0.2s;
}
@media (max-width: 991px) {
  .site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link::after {
    display: none;
  }
}
.site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link > span.mega-indicator {
  margin: 0 0 0 8px;
  transition: all linear 0.2s;
}
@media (max-width: 991px) {
  .site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link > span.mega-indicator {
    margin: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
  }
}
.site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link > span.mega-indicator::after {
  content: "";
  background-image: url(../images/menu-arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 17px;
  display: block;
}
@media (max-width: 991px) {
  .site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link > span.mega-indicator::after {
    width: 100%;
    height: 100%;
  }
}
.site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link:hover::after {
  opacity: 1;
  z-index: 1;
  visibility: visible;
}
.site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link:hover > span.mega-indicator {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link:hover > span.mega-indicator {
    transform: translateY(-50%) rotate(0);
  }
}
@media (max-width: 991px) {
  .site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current_page_item > a.mega-menu-link {
    color: #FFDB33;
  }
}
@media (max-width: 991px) {
  .site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current_page_item > a.mega-menu-link > span.mega-indicator::after {
    background-image: url(../images/menu-arrow-yellow.svg);
  }
}
@media (max-width: 991px) {
  .site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-menu-item-has-children > a.mega-menu-link {
    padding-right: 40px;
  }
}
.site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-menu-item-has-children > a.mega-menu-link::before {
  content: "";
  width: 100%;
  height: 51px;
  background-color: transparent;
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  transition: all linear 0.2s;
  margin: 0;
}
@media (max-width: 991px) {
  .site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-menu-item-has-children > a.mega-menu-link::before {
    display: none;
  }
}
.site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-menu-item-has-children > a.mega-menu-link:hover::before {
  opacity: 1;
  z-index: 1;
  visibility: visible;
}
.site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link::after {
  opacity: 1;
  z-index: 1;
  visibility: visible;
}
.site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link > span.mega-indicator {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link > span.mega-indicator {
    transform: translateY(-50%) rotate(180deg);
  }
}
.site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-toggle-on.mega-menu-item-has-children > a.mega-menu-link::before {
  opacity: 1;
  z-index: 1;
  visibility: visible;
}
.site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu::before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  position: fixed;
  left: 0;
  width: 100%;
  height: 100vh;
  top: 0;
  display: block;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  transition: all linear 0.2s;
  pointer-events: none;
}
@media (max-width: 991px) {
  .site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu::before {
    display: none;
  }
}
.site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
  top: calc(100% + 24px);
  background: #ffffff;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.12);
}
@media (max-width: 991px) {
  .site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
    margin: 24px 0 15px;
    top: auto;
    box-shadow: none;
    padding: 0;
    float: none;
  }
}
.site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
  float: none;
}
.site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu {
  display: flex;
  flex-wrap: wrap;
  min-height: 512px;
}
@media (max-width: 1199px) {
  .site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu {
    min-height: 472px;
  }
}
@media (max-width: 991px) {
  .site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu {
    min-height: auto;
  }
}
.site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column.mega-col-bg {
  background-color: #005957;
  padding: 40px 48px;
  width: 31.41%;
  margin-left: auto;
}
@media (max-width: 1199px) {
  .site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column.mega-col-bg {
    padding: 40px 32px;
    width: 35%;
  }
}
@media (max-width: 991px) {
  .site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column.mega-col-bg {
    display: none;
  }
}
.site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column.mega-col-bg img {
  display: block;
}
.site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column.mega-col-bg > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
  color: #ffffff;
  font-family: "Whitney-Bold";
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  margin: 16px 0 12px;
  text-transform: initial;
  padding: 0;
}
.site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column.mega-col-bg > ul.mega-sub-menu > li.mega-menu-item .textwidget a.btn {
  margin: 4px 0 0;
}
.site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column.mega-col-bg > ul.mega-sub-menu > li.mega-menu-item .textwidget a.btn.btn_arrow {
  color: #313131;
  font-family: "Whitney-Bold";
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 22px;
  letter-spacing: normal;
  text-decoration: none;
  outline: none;
  border: 0;
  box-shadow: none;
  text-align: center;
  transition: all linear 0.2s;
  background-color: #FFDB33;
  padding: 8px 16px 8px 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column.mega-col-bg > ul.mega-sub-menu > li.mega-menu-item .textwidget a.btn.btn_arrow::after {
  content: "";
  background-image: url(../images/arrow_btn_charcoal.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 6px;
  vertical-align: middle;
  position: relative;
  left: 0;
  transition: all linear 0.2s;
}
.site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column.mega-col-bg > ul.mega-sub-menu > li.mega-menu-item .textwidget a.btn.btn_arrow:hover::after {
  left: 6px;
}
.site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column.mega-col-bg > ul.mega-sub-menu > li.mega-menu-item .textwidget a.link.link_border {
  color: #ffffff;
  line-height: 22px;
}
.site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column.mega-col-bg > ul.mega-sub-menu > li.mega-menu-item .textwidget a.link.link_border::after {
  background: #ffffff;
  height: 1.5px;
}
.site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column.mega-col-bg > ul.mega-sub-menu > li.mega-menu-item .textwidget a.link.link_border:hover {
  color: #FFDB33;
}
.site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column.mega-col-bg > ul.mega-sub-menu > li.mega-menu-item .textwidget a.link.link_border:hover::after {
  background: #FFDB33;
}
.site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column.mega-col-bg > ul.mega-sub-menu > li.mega-menu-item .textwidget p {
  color: #ffffff;
  font-family: "Whitney-Book";
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 22px;
  letter-spacing: normal;
  margin: 0 0 12px;
}
.site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column.mega-col-bg > ul.mega-sub-menu > li.mega-menu-item .textwidget p:last-child {
  margin: 0;
}
.site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column.mega-col-bg > ul.mega-sub-menu > li.mega-menu-item .textwidget p a.btn {
  margin: 4px 0 0;
}
.site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column.mega-col-bg > ul.mega-sub-menu > li.mega-menu-item .textwidget p a.btn.btn_arrow {
  color: #313131;
  font-family: "Whitney-Bold";
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 22px;
  letter-spacing: normal;
  text-decoration: none;
  outline: none;
  border: 0;
  box-shadow: none;
  text-align: center;
  transition: all linear 0.2s;
  background-color: #FFDB33;
  padding: 8px 16px 8px 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column.mega-col-bg > ul.mega-sub-menu > li.mega-menu-item .textwidget p a.btn.btn_arrow::after {
  content: "";
  background-image: url(../images/arrow_btn_charcoal.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 6px;
  vertical-align: middle;
  position: relative;
  left: 0;
  transition: all linear 0.2s;
}
.site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column.mega-col-bg > ul.mega-sub-menu > li.mega-menu-item .textwidget p a.btn.btn_arrow:hover::after {
  left: 6px;
}
.site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column.mega-col-bg > ul.mega-sub-menu > li.mega-menu-item .textwidget p a.link.link_border {
  color: #ffffff;
  line-height: 22px;
}
.site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column.mega-col-bg > ul.mega-sub-menu > li.mega-menu-item .textwidget p a.link.link_border::after {
  background: #ffffff;
  height: 1.5px;
}
.site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column.mega-col-bg > ul.mega-sub-menu > li.mega-menu-item .textwidget p a.link.link_border:hover {
  color: #FFDB33;
}
.site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column.mega-col-bg > ul.mega-sub-menu > li.mega-menu-item .textwidget p a.link.link_border:hover::after {
  background: #FFDB33;
}
.site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column.mega-col-text {
  padding: 40px 32px 40px 48px;
  width: 28.2%;
}
@media (max-width: 1199px) {
  .site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column.mega-col-text {
    padding: 40px 32px;
  }
}
@media (max-width: 991px) {
  .site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column.mega-col-text {
    width: 100%;
    padding: 0;
    margin: 0 0 24px;
  }
}
.site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column.mega-col-text > .mega-sub-menu {
  height: 100%;
  position: relative;
}
.site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column.mega-col-text > .mega-sub-menu::after {
  content: "";
  background: #D6D6D6;
  position: absolute;
  right: -32px;
  top: 0;
  width: 2px;
  height: 100%;
  display: block;
}
.site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column.mega-col-text > .mega-sub-menu .mega-menu-item {
  color: #313131;
  font-family: "Whitney-Book";
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
}
@media (max-width: 1199px) {
  .site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column.mega-col-text > .mega-sub-menu .mega-menu-item {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column.mega-col-text > .mega-sub-menu .mega-menu-item {
    font-size: 16px;
    line-height: 24px;
  }
}
.site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column.mega-col-menu {
  padding: 40px 32px;
  width: 40%;
}
@media (max-width: 1199px) {
  .site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column.mega-col-menu {
    width: 36%;
  }
}
@media (max-width: 991px) {
  .site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column.mega-col-menu {
    width: 100%;
    padding: 0;
  }
}
.site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column {
  float: none;
}
.site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
  padding: 0;
}
.site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item .menu > li.menu-item {
  margin: 0;
}
.site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item .menu > li.menu-item.hide_on_mobile > a {
  pointer-events: none;
}
@media (max-width: 991px) {
  .site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item .menu > li.menu-item {
    margin: 0 0 24px;
  }
  .site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item .menu > li.menu-item.hide_on_mobile > a {
    display: none;
  }
  .site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item .menu > li.menu-item.hide_on_mobile > a + ul {
    margin-top: 0 !important;
  }
}
@media (max-width: 991px) {
  .site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item .menu > li.menu-item:last-child {
    margin: 0;
  }
}
.site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item .menu > li.menu-item > a {
  color: #727272;
  font-family: "Whitney-Bold";
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  text-decoration: none;
  transition: all linear 0.2s;
  border: 0;
}
@media (max-width: 991px) {
  .site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item .menu > li.menu-item > a {
    font-size: 24px;
    color: #313131;
    display: flex;
  }
}
.site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item .menu > li.menu-item > a:hover {
  color: #FFDB33;
}
@media (max-width: 991px) {
  .site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item .menu > li.menu-item > a:hover {
    color: #313131;
  }
}
@media (max-width: 991px) {
  .site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item .menu > li.menu-item.current-menu-item > a {
    color: #FFDB33;
  }
}
.site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item .menu > li.menu-item .sub-menu {
  margin: 16px 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 991px) {
  .site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item .menu > li.menu-item .sub-menu {
    margin: 24px 0 0;
  }
}
.site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item .menu > li.menu-item .sub-menu > li.menu-item {
  margin: 0 0 24px;
}
.site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item .menu > li.menu-item .sub-menu > li.menu-item:last-child {
  margin: 0;
}
@media (min-width: 992px) {
  .site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item .menu > li.menu-item .sub-menu > li.menu-item.only_mobile {
    display: none;
  }
}
.site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item .menu > li.menu-item .sub-menu > li.menu-item > a {
  color: #313131;
  font-family: "Whitney-Bold";
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  text-decoration: none;
  transition: all linear 0.2s;
  border: 0;
}
@media (max-width: 1199px) {
  .site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item .menu > li.menu-item .sub-menu > li.menu-item > a {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item .menu > li.menu-item .sub-menu > li.menu-item > a {
    font-size: 24px;
  }
}
.site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item .menu > li.menu-item .sub-menu > li.menu-item > a:hover {
  color: #FFDB33;
}
@media (max-width: 991px) {
  .site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item .menu > li.menu-item .sub-menu > li.menu-item.current-menu-item > a {
    color: #FFDB33;
  }
}
.site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu.mega-toggle-on::before {
  opacity: 1;
  visibility: visible;
}
.site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout::before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  position: fixed;
  left: 0;
  width: 100%;
  height: 100vh;
  top: 0;
  display: block;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  transition: all linear 0.2s;
  pointer-events: none;
}
@media (max-width: 991px) {
  .site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout::before {
    display: none;
  }
}
.site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout > ul.mega-sub-menu {
  top: calc(100% + 51px);
  background: #ffffff;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.12);
}
@media (max-width: 991px) {
  .site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout > ul.mega-sub-menu {
    margin: 24px 0 15px;
    top: auto;
    box-shadow: none;
    padding: 0;
    float: none;
  }
}
@media (max-width: 991px) {
  .site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout > ul.mega-sub-menu ul.mega-sub-menu {
    margin: 24px 0 0;
  }
}
.site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu {
  background: #ffffff;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.12);
  padding: 15px 0px;
}
@media (max-width: 991px) {
  .site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu {
    top: auto;
    box-shadow: none;
    padding: 0;
    float: none;
  }
}
.site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
  padding: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
    margin: 0 0 24px;
  }
  .site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child {
    margin: 0;
  }
}
.site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  background-color: transparent;
  color: #727272;
  font-family: "Whitney-Bold";
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  text-decoration: none;
  transition: all linear 0.2s;
  border: 0;
  position: relative;
  padding: 10px 20px;
}
@media (max-width: 991px) {
  .site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    padding: 0;
    font-size: 24px;
    color: #313131;
  }
}
.site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
  color: #FFDB33;
}
@media (max-width: 991px) {
  .site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
    color: #313131;
  }
}
.site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link > span.mega-indicator {
  margin: 0;
  transition: all linear 0.2s;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  width: 16px;
  height: 17px;
}
@media (max-width: 991px) {
  .site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link > span.mega-indicator {
    width: 24px;
    height: 24px;
    right: 0;
    transform: translateY(-50%) rotate(0);
  }
}
.site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link > span.mega-indicator::after {
  content: "";
  background-image: url(../images/menu-arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 17px;
  display: block;
}
@media (max-width: 991px) {
  .site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link > span.mega-indicator::after {
    width: 100%;
    height: 100%;
  }
}
.site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
  color: #FFDB33;
}
@media (max-width: 991px) {
  .site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    color: #313131;
  }
}
@media (max-width: 991px) {
  .site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-toggle-on > a.mega-menu-link > span.mega-indicator {
    transform: translateY(-50%) rotate(180deg);
  }
}
.site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-toggle-on > a.mega-menu-link > span.mega-indicator::after {
  background-image: url(../images/menu-arrow-yellow.svg);
}
@media (max-width: 991px) {
  .site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-toggle-on > a.mega-menu-link > span.mega-indicator::after {
    background-image: url(../images/menu-arrow.svg);
  }
}
.site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-menu-item-has-children > a.mega-menu-link {
  padding-right: 45px;
}
@media (max-width: 991px) {
  .site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-current_page_item > a.mega-menu-link {
    color: #FFDB33;
  }
}
@media (max-width: 991px) {
  .site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-current_page_item > a.mega-menu-link > span.mega-indicator::after {
    background-image: url(../images/menu-arrow-yellow.svg);
  }
}
.site-header .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout.mega-toggle-on::before {
  opacity: 1;
  visibility: visible;
}
.site-header.search_active .header-search .header-search-form {
  width: 100%;
  opacity: 1;
  z-index: 1;
  visibility: visible;
}
.site-header.search_active .header-search .header-search-form input {
  width: 100%;
  padding: 10px;
}
.site-header.search_active .header-search .search-button-container .search-toggler .search-toggler-open {
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}
.site-header.search_active .header-search .search-button-container .search-toggler .search-toggler-close {
  opacity: 1;
  z-index: 1;
  visibility: visible;
}
.site-header.menu_active .menu-button-container .navbar-toggler .navbar-toggler-open {
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}
.site-header.menu_active .menu-button-container .navbar-toggler .navbar-toggler-close {
  opacity: 1;
  z-index: 1;
  visibility: visible;
}
@media (max-width: 991px) {
  .site-header.menu_active .header-menu {
    opacity: 1;
    visibility: visible;
    z-index: 0;
  }
}
@media (max-width: 991px) {
  .site-header.menu_active .header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu {
    visibility: visible;
  }
}
.site-header.sticky {
  box-shadow: 0 -3px 22px 0 rgba(0, 0, 0, 0.12);
}

body::before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  position: fixed;
  left: 0;
  width: 100%;
  height: 100vh;
  top: 0;
  display: block;
  opacity: 0;
  z-index: 1;
  visibility: hidden;
  transition: all linear 0.2s;
}
body.toggle_search_active::before {
  opacity: 1;
  visibility: visible;
  z-index: 9;
}
body.toggle_search_active .header-menu {
  opacity: 0;
}
@media (max-width: 991px) {
  body.toggle_menu_active .header-search {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
  }
}
body.toggle_menu_active, body.toggle_search_active {
  position: fixed;
  left: 0;
  width: 100%;
  overflow-y: scroll;
  top: 0;
}
body.admin-bar .site-header {
  top: 32px;
}
@media (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}
body.admin-bar.toggle_menu_active, body.admin-bar.toggle_search_active {
  top: 32px;
}
@media (max-width: 782px) {
  body.admin-bar.toggle_menu_active, body.admin-bar.toggle_search_active {
    top: 46px;
  }
}
body.admin-bar .header-menu {
  top: 32px;
}
@media (max-width: 991px) {
  body.admin-bar .header-menu {
    top: 32px;
  }
}
@media (max-width: 782px) {
  body.admin-bar .header-menu {
    top: 46px;
  }
}
@media (max-width: 991px) {
  body.admin-bar .header-menu .header-menu-wrapper {
    height: calc(100vh - 189px);
  }
}
@media (max-width: 782px) {
  body.admin-bar .header-menu .header-menu-wrapper {
    height: calc(100vh - 203px);
  }
}

#site-content {
  padding-top: 93px;
}
@media (max-width: 991px) {
  #site-content {
    padding-top: 80px;
  }
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}

.mega-menu-item .textwidget.custom-html-widget a:not(.btn) {
  color: #ffdb33 !important;
}
.mega-menu-item .textwidget.custom-html-widget a:not(.btn):hover {
  color: #005957 !important;
}

.custom_footer .footer_section {
  background-color: #313131;
  padding: 80px 0;
  color: #ffffff;
}
@media (max-width: 1359px) {
  .custom_footer .footer_section {
    padding: 70px 0;
  }
}
@media (max-width: 1199px) {
  .custom_footer .footer_section {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .custom_footer .footer_section {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .custom_footer .footer_section {
    padding: 40px 0 35px;
  }
}
.custom_footer .footer_section .footer_inner .footer_top .footer_top_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.custom_footer .footer_section .footer_inner .footer_top .footer_top_inner .footer_top_left {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 325px);
}
@media (max-width: 767px) {
  .custom_footer .footer_section .footer_inner .footer_top .footer_top_inner .footer_top_left {
    width: 100%;
  }
}
.custom_footer .footer_section .footer_inner .footer_top .footer_top_inner .footer_top_left .footer_logo {
  width: 120px;
}
@media (max-width: 991px) {
  .custom_footer .footer_section .footer_inner .footer_top .footer_top_inner .footer_top_left .footer_logo {
    width: 100px;
  }
}
@media (max-width: 575px) {
  .custom_footer .footer_section .footer_inner .footer_top .footer_top_inner .footer_top_left .footer_logo {
    width: 100%;
    margin-bottom: 35px;
  }
}
.custom_footer .footer_section .footer_inner .footer_top .footer_top_inner .footer_top_left .footer_logo .footer_logo_inner a {
  color: #ffffff;
  padding-bottom: 4px;
  position: relative;
  transition: all ease 0.5s;
  text-decoration: none;
  border: none;
}
.custom_footer .footer_section .footer_inner .footer_top .footer_top_inner .footer_top_left .footer_logo .footer_logo_inner a:hover {
  color: #FFDB33;
}
@media (max-width: 767px) {
  .custom_footer .footer_section .footer_inner .footer_top .footer_top_inner .footer_top_left .footer_logo .footer_logo_inner a img {
    max-width: 54px;
  }
}
.custom_footer .footer_section .footer_inner .footer_top .footer_top_inner .footer_top_left .footer_menu_section {
  width: calc(100% - 120px);
}
@media (max-width: 991px) {
  .custom_footer .footer_section .footer_inner .footer_top .footer_top_inner .footer_top_left .footer_menu_section {
    width: calc(100% - 100px);
  }
}
@media (max-width: 767px) {
  .custom_footer .footer_section .footer_inner .footer_top .footer_top_inner .footer_top_left .footer_menu_section {
    padding-left: 50px;
  }
}
@media (max-width: 575px) {
  .custom_footer .footer_section .footer_inner .footer_top .footer_top_inner .footer_top_left .footer_menu_section {
    width: 100%;
    padding-left: 0;
  }
}
.custom_footer .footer_section .footer_inner .footer_top .footer_top_inner .footer_top_left .footer_menu_section .footer_menu_contaier {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .custom_footer .footer_section .footer_inner .footer_top .footer_top_inner .footer_top_left .footer_menu_section .footer_menu_contaier {
    display: inherit;
  }
}
.custom_footer .footer_section .footer_inner .footer_top .footer_top_inner .footer_top_left .footer_menu_section .footer_menu_contaier .footer_menu {
  list-style-type: none;
  column-count: 3;
  column-gap: 67px;
}
@media (max-width: 1359px) {
  .custom_footer .footer_section .footer_inner .footer_top .footer_top_inner .footer_top_left .footer_menu_section .footer_menu_contaier .footer_menu {
    column-gap: 45px;
  }
}
@media (max-width: 1199px) {
  .custom_footer .footer_section .footer_inner .footer_top .footer_top_inner .footer_top_left .footer_menu_section .footer_menu_contaier .footer_menu {
    column-gap: 35px;
  }
}
@media (max-width: 991px) {
  .custom_footer .footer_section .footer_inner .footer_top .footer_top_inner .footer_top_left .footer_menu_section .footer_menu_contaier .footer_menu {
    column-count: 2;
    column-gap: 25px;
  }
}
@media (max-width: 767px) {
  .custom_footer .footer_section .footer_inner .footer_top .footer_top_inner .footer_top_left .footer_menu_section .footer_menu_contaier .footer_menu {
    column-count: 3;
  }
}
@media (max-width: 575px) {
  .custom_footer .footer_section .footer_inner .footer_top .footer_top_inner .footer_top_left .footer_menu_section .footer_menu_contaier .footer_menu {
    column-count: 2;
  }
}
.custom_footer .footer_section .footer_inner .footer_top .footer_top_inner .footer_top_left .footer_menu_section .footer_menu_contaier .footer_menu .menu-item {
  margin-bottom: 20px;
}
.custom_footer .footer_section .footer_inner .footer_top .footer_top_inner .footer_top_left .footer_menu_section .footer_menu_contaier .footer_menu .menu-item a {
  color: #ffffff;
  padding-bottom: 4px;
  position: relative;
  transition: all ease 0.5s;
  text-decoration: none;
  border: none;
}
.custom_footer .footer_section .footer_inner .footer_top .footer_top_inner .footer_top_left .footer_menu_section .footer_menu_contaier .footer_menu .menu-item a:after {
  content: "";
  position: absolute;
  width: 0px;
  height: 2px;
  left: 0;
  bottom: 0;
  transition: all ease 0.5s;
  background: #FFDB33;
}
.custom_footer .footer_section .footer_inner .footer_top .footer_top_inner .footer_top_left .footer_menu_section .footer_menu_contaier .footer_menu .menu-item a:hover {
  color: #FFDB33;
}
.custom_footer .footer_section .footer_inner .footer_top .footer_top_inner .footer_top_left .footer_menu_section .footer_menu_contaier .footer_menu .menu-item a:hover:after {
  width: 100%;
}
.custom_footer .footer_section .footer_inner .footer_top .footer_top_inner .footer_top_left .footer_menu_section .footer_menu_contaier .footer_menu .menu-item.current-menu-item a {
  color: #FFDB33;
}
.custom_footer .footer_section .footer_inner .footer_top .footer_top_inner .footer_top_left .footer_menu_section .footer_menu_contaier .footer_menu .menu-item.current-menu-item a:after {
  width: 100%;
}
.custom_footer .footer_section .footer_inner .footer_top .footer_top_inner .contact_details {
  width: 325px;
}
@media (max-width: 767px) {
  .custom_footer .footer_section .footer_inner .footer_top .footer_top_inner .contact_details {
    width: 100%;
    margin-top: 29px;
  }
}
.custom_footer .footer_section .footer_inner .footer_top .footer_top_inner .contact_details .item {
  margin-top: 20px;
}
.custom_footer .footer_section .footer_inner .footer_top .footer_top_inner .contact_details .item:first-child {
  margin-top: 0;
}
.custom_footer .footer_section .footer_inner .footer_top .footer_top_inner .contact_details .item .item_inner {
  display: flex;
  flex-wrap: wrap;
}
.custom_footer .footer_section .footer_inner .footer_top .footer_top_inner .contact_details .item .item_inner .icon {
  width: 44px;
  padding-right: 20px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .custom_footer .footer_section .footer_inner .footer_top .footer_top_inner .contact_details .item .item_inner .icon {
    width: 39px;
    padding-right: 12px;
  }
}
.custom_footer .footer_section .footer_inner .footer_top .footer_top_inner .contact_details .item .item_inner .text {
  width: calc(100% - 44px);
  font-size: 16px;
  line-height: 150%;
  font-family: "Whitney-Book";
}
@media (max-width: 767px) {
  .custom_footer .footer_section .footer_inner .footer_top .footer_top_inner .contact_details .item .item_inner .text {
    width: calc(100% - 39px);
  }
}
@media (max-width: 767px) {
  .custom_footer .footer_section .footer_inner .footer_top .footer_top_inner .contact_details .item .item_inner .text {
    font-size: 15px;
    line-height: 120%;
  }
}
.custom_footer .footer_section .footer_inner .footer_top .footer_top_inner .contact_details .item .item_inner .text a {
  color: #ffffff;
  padding-bottom: 4px;
  position: relative;
  transition: all ease 0.5s;
  text-decoration: none;
  border: none;
}
.custom_footer .footer_section .footer_inner .footer_top .footer_top_inner .contact_details .item .item_inner .text a:after {
  content: "";
  position: absolute;
  width: 0px;
  height: 2px;
  left: 0;
  bottom: 0;
  transition: all ease 0.5s;
  background: #FFDB33;
}
.custom_footer .footer_section .footer_inner .footer_top .footer_top_inner .contact_details .item .item_inner .text a:hover {
  color: #FFDB33;
}
.custom_footer .footer_section .footer_inner .footer_top .footer_top_inner .contact_details .item .item_inner .text a:hover:after {
  width: 100%;
}
.custom_footer .footer_section .footer_inner .footer_bottom {
  margin-top: 65px;
}
@media (max-width: 1359px) {
  .custom_footer .footer_section .footer_inner .footer_bottom {
    margin-top: 60px;
  }
}
@media (max-width: 991px) {
  .custom_footer .footer_section .footer_inner .footer_bottom {
    margin-top: 54px;
  }
}
.custom_footer .footer_section .footer_inner .footer_bottom .footer_bottom_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .custom_footer .footer_section .footer_inner .footer_bottom .footer_bottom_inner .copyright_text {
    width: 100%;
    order: 2;
    margin-top: 64px;
    font-size: 14px;
    line-height: 42.857%;
  }
}
.custom_footer .footer_section .footer_inner .footer_bottom .footer_bottom_inner .social_link_list {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .custom_footer .footer_section .footer_inner .footer_bottom .footer_bottom_inner .social_link_list {
    width: 100%;
    order: 1;
  }
}
.custom_footer .footer_section .footer_inner .footer_bottom .footer_bottom_inner .social_link_list .item {
  margin-left: 32px;
}
@media (max-width: 767px) {
  .custom_footer .footer_section .footer_inner .footer_bottom .footer_bottom_inner .social_link_list .item:first-child {
    margin-left: 0;
  }
}
.custom_footer .footer_section .footer_inner .footer_bottom .footer_bottom_inner .social_link_list .item .item_inner a {
  display: flex;
  flex-wrap: wrap;
  transition: all ease 0.5s;
}
.custom_footer .footer_section .footer_inner .footer_bottom .footer_bottom_inner .social_link_list .item .item_inner a svg {
  transition: all ease 0.5s;
}
@media (max-width: 767px) {
  .custom_footer .footer_section .footer_inner .footer_bottom .footer_bottom_inner .social_link_list .item .item_inner a svg {
    width: 40px;
    height: 40px;
  }
}
.custom_footer .footer_section .footer_inner .footer_bottom .footer_bottom_inner .social_link_list .item .item_inner a:hover svg path {
  fill: #FFDB33;
  transition: all ease 0.5s;
}
.custom_footer .global_newsletter_section {
  background-color: #FFDB33;
  padding: 80px 0;
}
@media (max-width: 1359px) {
  .custom_footer .global_newsletter_section {
    padding: 70px 0;
  }
}
@media (max-width: 1199px) {
  .custom_footer .global_newsletter_section {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .custom_footer .global_newsletter_section {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .custom_footer .global_newsletter_section {
    padding: 40px 0 50px;
  }
}
.custom_footer .global_newsletter_section .section_inner {
  max-width: 1112px;
  margin-left: auto;
  margin-right: auto;
}
.custom_footer .global_newsletter_section .section_inner .section_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -15px;
}
@media (max-width: 991px) {
  .custom_footer .global_newsletter_section .section_inner .section_wrapper {
    margin: 0;
  }
}
.custom_footer .global_newsletter_section .section_inner .section_wrapper .newsletter_form_content {
  width: calc(50% - 25px);
  padding: 0 15px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .custom_footer .global_newsletter_section .section_inner .section_wrapper .newsletter_form_content {
    width: 100%;
    padding: 0;
  }
}
.custom_footer .global_newsletter_section .section_inner .section_wrapper .newsletter_form_content .top_content .section_heading {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .custom_footer .global_newsletter_section .section_inner .section_wrapper .newsletter_form_content .top_content .section_heading {
    margin-bottom: 14px;
  }
}
.custom_footer .global_newsletter_section .section_inner .section_wrapper .newsletter_form_content .top_content .section_heading .heading_text {
  margin: 0;
}
@media (max-width: 767px) {
  .custom_footer .global_newsletter_section .section_inner .section_wrapper .newsletter_form_content .top_content .section_heading .heading_text {
    font-size: 24px;
    line-height: 125%;
  }
}
@media (max-width: 767px) {
  .custom_footer .global_newsletter_section .section_inner .section_wrapper .newsletter_form_content .top_content .section_sub_heading .sub_heading_text.body_big_text {
    font-size: 16px;
    line-height: 150%;
  }
}
.custom_footer .global_newsletter_section .section_inner .section_wrapper .newsletter_form_content .bottom_content {
  margin-top: auto;
}
.custom_footer .global_newsletter_section .section_inner .section_wrapper .newsletter_form_content .bottom_content .bottom_content_inner {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .custom_footer .global_newsletter_section .section_inner .section_wrapper .newsletter_form_content.for_desktop .bottom_content {
    display: none;
  }
}
.custom_footer .global_newsletter_section .section_inner .section_wrapper .newsletter_form_content.for_mobile {
  display: none;
}
@media (max-width: 991px) {
  .custom_footer .global_newsletter_section .section_inner .section_wrapper .newsletter_form_content.for_mobile {
    display: block;
  }
  .custom_footer .global_newsletter_section .section_inner .section_wrapper .newsletter_form_content.for_mobile .bottom_content .bottom_content_inner {
    margin-top: 4px;
  }
  .custom_footer .global_newsletter_section .section_inner .section_wrapper .newsletter_form_content.for_mobile .bottom_content .bottom_content_inner .link_section {
    margin-top: 5px;
  }
}
.custom_footer .global_newsletter_section .section_inner .section_wrapper .mailchimp_form_section {
  width: 50%;
  padding: 0 15px;
}
@media (max-width: 991px) {
  .custom_footer .global_newsletter_section .section_inner .section_wrapper .mailchimp_form_section {
    width: 100%;
    padding: 0;
    margin: 29px 0;
  }
}

.standard_editor form .mc4wp-form-fields,
.mailchimp_form_section form .mc4wp-form-fields {
  display: inherit;
}
.standard_editor form .fields_group .field_row,
.mailchimp_form_section form .fields_group .field_row {
  display: flex;
  flex-wrap: wrap;
}
.standard_editor form .fields_group .field_row .field,
.mailchimp_form_section form .fields_group .field_row .field {
  width: 100%;
  margin-bottom: 24px;
  position: relative;
}
@media (max-width: 991px) {
  .standard_editor form .fields_group .field_row .field,
.mailchimp_form_section form .fields_group .field_row .field {
    margin-bottom: 32px;
  }
}
.standard_editor form .fields_group .field_row .field .custom_error,
.mailchimp_form_section form .fields_group .field_row .field .custom_error {
  width: 100%;
  left: 0;
  position: relative;
  top: 5px;
}
.standard_editor form .fields_group .field_row .field.half_width,
.mailchimp_form_section form .fields_group .field_row .field.half_width {
  width: 50%;
}
@media (max-width: 767px) {
  .standard_editor form .fields_group .field_row .field.half_width,
.mailchimp_form_section form .fields_group .field_row .field.half_width {
    width: 100%;
  }
}
.standard_editor form .fields_group .field_row .field.half_width.left_half_width,
.mailchimp_form_section form .fields_group .field_row .field.half_width.left_half_width {
  padding-right: 16px;
}
@media (max-width: 767px) {
  .standard_editor form .fields_group .field_row .field.half_width.left_half_width,
.mailchimp_form_section form .fields_group .field_row .field.half_width.left_half_width {
    padding-right: 0;
  }
}
.standard_editor form .fields_group .field_row .field.half_width.right_half_width,
.mailchimp_form_section form .fields_group .field_row .field.half_width.right_half_width {
  padding-left: 16px;
}
@media (max-width: 767px) {
  .standard_editor form .fields_group .field_row .field.half_width.right_half_width,
.mailchimp_form_section form .fields_group .field_row .field.half_width.right_half_width {
    padding-left: 0;
  }
}
.standard_editor form .fields_group .field_row .field input,
.standard_editor form .fields_group .field_row .field select,
.mailchimp_form_section form .fields_group .field_row .field input,
.mailchimp_form_section form .fields_group .field_row .field select {
  width: 100%;
  border: none;
  border-bottom: 1px solid #313131;
  padding: 8px 0;
  background-color: transparent;
  font-family: "Whitney-Book";
  font-size: 16px;
  font-style: normal;
  line-height: 150%;
  color: #313131;
}
.standard_editor form .fields_group .field_row .field input::placeholder,
.standard_editor form .fields_group .field_row .field select::placeholder,
.mailchimp_form_section form .fields_group .field_row .field input::placeholder,
.mailchimp_form_section form .fields_group .field_row .field select::placeholder {
  color: #313131;
}
.standard_editor form .fields_group .field_row .field .selectric-wrapper .selectric,
.mailchimp_form_section form .fields_group .field_row .field .selectric-wrapper .selectric {
  border: none;
  border-bottom: 1px solid #313131;
  padding: 8px 0;
  background-color: transparent;
}
.standard_editor form .fields_group .field_row .field .selectric-wrapper .selectric .button,
.standard_editor form .fields_group .field_row .field .selectric-wrapper .selectric .label,
.mailchimp_form_section form .fields_group .field_row .field .selectric-wrapper .selectric .button,
.mailchimp_form_section form .fields_group .field_row .field .selectric-wrapper .selectric .label {
  line-height: normal;
  height: auto;
}
.standard_editor form .fields_group .field_row .field .selectric-wrapper .selectric .label,
.mailchimp_form_section form .fields_group .field_row .field .selectric-wrapper .selectric .label {
  margin-left: 0;
  font-family: "Whitney-Book";
  font-size: 16px;
  font-style: normal;
  line-height: 150%;
  color: #313131;
  height: inherit;
}
.standard_editor form .fields_group .field_row .field .selectric-wrapper .selectric .button,
.mailchimp_form_section form .fields_group .field_row .field .selectric-wrapper .selectric .button {
  font-size: 0;
  width: 24px;
  height: 24px;
  background-image: url(../images/arrow_drop_down.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  z-index: 1;
  background-color: transparent;
  transition: all linear 0.4s;
  top: 50%;
  margin-top: -12px;
}
.standard_editor form .fields_group .field_row .field .selectric-wrapper .selectric-items,
.mailchimp_form_section form .fields_group .field_row .field .selectric-wrapper .selectric-items {
  background: #ffffff;
  border: 1px solid #313131;
  box-shadow: none;
}
.standard_editor form .fields_group .field_row .field .selectric-wrapper .selectric-items ul li,
.mailchimp_form_section form .fields_group .field_row .field .selectric-wrapper .selectric-items ul li {
  font-family: "Whitney-Book";
  font-size: 16px;
  font-style: normal;
  line-height: 150%;
  color: #313131;
}
.standard_editor form .fields_group .field_row .field .selectric-wrapper .selectric-items ul,
.mailchimp_form_section form .fields_group .field_row .field .selectric-wrapper .selectric-items ul {
  margin: 0;
  padding: 10px 0;
}
.standard_editor form .fields_group .field_row .field .selectric-wrapper .selectric-items ul li,
.mailchimp_form_section form .fields_group .field_row .field .selectric-wrapper .selectric-items ul li {
  margin: 0;
  padding: 6px 15px;
  transition: all linear 0.4s;
}
.standard_editor form .fields_group .field_row .field .selectric-wrapper .selectric-items ul li::before,
.mailchimp_form_section form .fields_group .field_row .field .selectric-wrapper .selectric-items ul li::before {
  display: none;
}
.standard_editor form .fields_group .field_row .field .selectric-wrapper .selectric-items ul li:hover, .standard_editor form .fields_group .field_row .field .selectric-wrapper .selectric-items ul li.selected,
.mailchimp_form_section form .fields_group .field_row .field .selectric-wrapper .selectric-items ul li:hover,
.mailchimp_form_section form .fields_group .field_row .field .selectric-wrapper .selectric-items ul li.selected {
  background-color: #FFDB33;
}
.standard_editor form .fields_group .field_row .field .selectric-wrapper.selectric-open .selectric .button,
.mailchimp_form_section form .fields_group .field_row .field .selectric-wrapper.selectric-open .selectric .button {
  transform: rotate(180deg);
}
.standard_editor form .fields_group .field_row .field .selectric-wrapper.selectric-below .selectric-items,
.mailchimp_form_section form .fields_group .field_row .field .selectric-wrapper.selectric-below .selectric-items {
  border-top-color: transparent;
}
.standard_editor form .fields_group .field_row .field label,
.mailchimp_form_section form .fields_group .field_row .field label {
  display: flex;
}
.standard_editor form .fields_group .field_row .field label span,
.mailchimp_form_section form .fields_group .field_row .field label span {
  padding-left: 10px;
  font-family: "Whitney-Book";
  font-size: 14px;
  font-style: normal;
  line-height: 24px;
}
@media (max-width: 991px) {
  .standard_editor form .fields_group .field_row .field label span,
.mailchimp_form_section form .fields_group .field_row .field label span {
    padding-left: 15px;
  }
}
.standard_editor form .fields_group .field_row .field label span a,
.mailchimp_form_section form .fields_group .field_row .field label span a {
  text-decoration: none;
  border: none;
}
.standard_editor form .fields_group .field_row .field label span a:hover,
.mailchimp_form_section form .fields_group .field_row .field label span a:hover {
  text-decoration: underline;
}
.standard_editor form .fields_group .field_row .field input[type=checkbox],
.mailchimp_form_section form .fields_group .field_row .field input[type=checkbox] {
  width: 24px !important;
  height: 24px !important;
  appearance: none;
  padding: 0 !important;
  position: relative;
  background: #FFDB33 !important;
  border: 0 !important;
}
.standard_editor form .fields_group .field_row .field input[type=checkbox]::after,
.mailchimp_form_section form .fields_group .field_row .field input[type=checkbox]::after {
  content: "";
  background-image: url(../images/check_box_outline_blank.svg);
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 24px;
  height: 24px;
}
.standard_editor form .fields_group .field_row .field input[type=checkbox]:checked::before,
.mailchimp_form_section form .fields_group .field_row .field input[type=checkbox]:checked::before {
  content: "";
  background-image: url(../images/check_box.svg);
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 24px;
  height: 24px;
}
.standard_editor form .fields_group .field_row .field.concent_field,
.mailchimp_form_section form .fields_group .field_row .field.concent_field {
  margin-top: 8px;
}
@media (max-width: 991px) {
  .standard_editor form .fields_group .field_row .field.concent_field,
.mailchimp_form_section form .fields_group .field_row .field.concent_field {
    margin-top: 0px;
  }
}
.standard_editor form .newsletter-button,
.mailchimp_form_section form .newsletter-button {
  margin-top: 8px;
}
@media (max-width: 991px) {
  .standard_editor form .newsletter-button,
.mailchimp_form_section form .newsletter-button {
    margin-top: 0px;
  }
}
.standard_editor form .newsletter-button .button,
.mailchimp_form_section form .newsletter-button .button {
  font-size: 18px;
  background-color: #313131;
  color: #fff;
  cursor: pointer;
}
.standard_editor form .mc4wp-response .mc4wp-success,
.mailchimp_form_section form .mc4wp-response .mc4wp-success {
  border: 2px solid #313131;
  padding: 15px;
  margin-top: 20px;
  text-align: center;
  font-weight: 700;
}
.standard_editor form .mc4wp-response .mc4wp-error,
.mailchimp_form_section form .mc4wp-response .mc4wp-error {
  display: none;
}

body .standard_editor form .newsletter-button .button {
  background-color: #ffdb33;
  color: #313131;
}
body .standard_editor form .newsletter-button .button:after {
  background-image: url("../images/arrow_btn_charcoal.svg");
}

.breadcumbs_section {
  background-color: #F2F2F2;
  padding: 11px 0px;
}
.breadcumbs_section span span {
  font-family: "Whitney-Bold";
  color: #313131;
  position: relative;
  padding-right: 4px;
  display: inline;
  font-size: 14px;
  line-height: 150%;
}
.breadcumbs_section span span a {
  position: relative;
  transition: all ease 0.5s;
  text-decoration: none;
  border: none;
  position: relative;
  padding-bottom: 6px;
  background-image: url("../images/Jf_breadcrumbs_divider.svg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 100% 28%;
  padding-right: 18px;
}
.breadcumbs_section span span a:visited {
  color: #313131;
}
.breadcumbs_section span span a:after {
  content: "";
  position: absolute;
  width: 0px;
  height: 4px;
  left: 0;
  bottom: 0;
  transition: all ease 0.5s;
  background: #FFDB33;
}
.breadcumbs_section span span a:hover {
  color: #313131;
}
.breadcumbs_section span span a:hover:after {
  width: calc(100% - 18px);
}
.breadcumbs_section span span.breadcrumb_last {
  color: #727272;
  padding-right: 0;
}
.breadcumbs_section span span.breadcrumb_last:after {
  display: none;
}

.floating_caption_tooltip {
  width: 48px;
  height: 48px;
  background: rgba(49, 49, 49, 0.8) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF !important;
  transition: all 0.5s ease;
  position: absolute;
  bottom: 0;
  right: 0;
}
.floating_caption_tooltip:hover {
  background-color: #FFDB33 !important;
  color: #313131 !important;
}
.floating_caption_tooltip .infoIcon {
  display: block;
}
.floating_caption_tooltip .closeIcon {
  display: none;
}
.floating_caption_tooltip.clicked .infoIcon {
  display: none;
}
.floating_caption_tooltip.clicked .closeIcon {
  display: block;
}

.floating_tooltip {
  position: absolute;
  bottom: 56px;
  right: 56px;
  pointer-events: all;
  background: #FFF;
  box-shadow: 0px 4px 20px 8px rgba(0, 0, 0, 0.08);
  padding: 16px;
  display: none;
  max-width: 550px;
  z-index: 98;
}
@media (max-width: 1360px) {
  .floating_tooltip {
    max-width: 480px;
  }
}
@media (max-width: 1199px) {
  .floating_tooltip {
    max-width: 380px;
  }
}
@media (max-width: 991px) {
  .floating_tooltip {
    max-width: 450px;
  }
}
@media (max-width: 767px) {
  .floating_tooltip {
    max-width: none;
    bottom: -10px;
    transform: translateY(100%);
    width: calc(100% - 40px);
    right: 20px;
  }
}
.floating_tooltip .floating_tooltip_inner {
  line-height: normal;
}
.floating_tooltip .floating_tooltip_inner a {
  position: relative;
}
.floating_tooltip .floating_tooltip_inner a:before {
  content: "";
  background-color: #ffdb33;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -4px;
  left: 0;
  display: block;
  opacity: 1;
  -webkit-transition: all 0.4s linear;
  -o-transition: all linear 0.4s;
  transition: all 0.4s linear;
}

@media (max-width: 767px) {
  .section_container .floating_tooltip {
    right: auto;
    left: 0;
    width: 100%;
  }
}

.tooltipster-base {
  pointer-events: all;
  background: #FFF;
  box-shadow: 0px 4px 20px 8px rgba(0, 0, 0, 0.08);
  padding: 16px;
  transform: translateX(calc(-50% - 28px)) translateY(-5px);
  max-width: 550px;
}
.tooltipster-base.tooltipster-noir-full {
  transform: translateX(-58px) translateY(-5px);
}
@media (max-width: 767px) {
  .tooltipster-base.tooltipster-noir-full {
    width: calc(100% - 40px) !important;
    left: 20px !important;
    transform: translateY(calc(100% + 60px));
  }
}
@media (max-width: 1360px) {
  .tooltipster-base {
    max-width: 480px;
  }
}
@media (max-width: 1199px) {
  .tooltipster-base {
    max-width: 380px;
  }
}
@media (max-width: 991px) {
  .tooltipster-base {
    transform: translateX(calc(-28% - 28px)) translateY(-5px);
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .tooltipster-base {
    width: calc(100% - 40px) !important;
    left: 20px !important;
    transform: translateY(calc(100% + 60px));
  }
}
.tooltipster-base .tooltipster-box .tooltipster-content {
  color: #313131;
  font-family: "Whitney-Book";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.tooltipster-base .tooltipster-box .tooltipster-content a {
  text-decoration: underline;
}
.tooltipster-base .tooltipster-box .tooltipster-content a:hover {
  text-decoration: none;
}

.tab_media_text_col2_list .floating_caption_tooltip {
  bottom: 1px;
}

.standard_editor .section_container.smallest {
  max-width: 573px;
}
.standard_editor .standard_editor_wrapper .mc4wp-form .mc4wp-form-fields .row {
  width: 100%;
}
.standard_editor .standard_editor_wrapper .mc4wp-form .mc4wp-form-fields .row .column {
  margin-bottom: 48px;
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.standard_editor .standard_editor_wrapper .mc4wp-form .mc4wp-form-fields .row .column input[type=text],
.standard_editor .standard_editor_wrapper .mc4wp-form .mc4wp-form-fields .row .column input[type=email] {
  border: solid #313131;
  border-width: 0 0 1px 0;
  padding: 0 0 8px;
  color: #313131;
  font-family: Whitney-Book;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  width: 100%;
}
.standard_editor .standard_editor_wrapper .mc4wp-form .mc4wp-response .mc4wp-error {
  display: none;
}
.standard_editor .standard_editor_wrapper form .fields_group .field_row .field {
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .standard_editor .standard_editor_wrapper form .fields_group .field_row .field {
    margin-bottom: 28px;
  }
}
@media (max-width: 767px) {
  .standard_editor .standard_editor_wrapper form .fields_group .field_row .field {
    margin-bottom: 20px;
  }
}
.standard_editor .standard_editor_wrapper form .fields_group .field_row .field.half_width {
  width: 100%;
  padding: 0;
}
.standard_editor .standard_editor_wrapper form .fields_group .field_row .field input[type=checkbox] {
  background-color: transparent !important;
}

.jf_video_header_block_section {
  overflow: hidden;
}
@media (max-width: 575px) {
  .jf_video_header_block_section.theme_v_one .jf_video_header_block_section__inner {
    padding-bottom: 130px;
  }
}
@media (max-width: 400px) {
  .jf_video_header_block_section.theme_v_one .jf_video_header_block_section__inner {
    padding-bottom: 161px;
  }
}
@media (max-width: 370px) {
  .jf_video_header_block_section.theme_v_one .jf_video_header_block_section__inner {
    padding-bottom: 140px;
  }
}
@media (max-width: 767px) {
  .jf_video_header_block_section.theme_v_two .jf_video_header_block_section__inner {
    padding-bottom: 132px;
  }
}
@media (max-width: 575px) {
  .jf_video_header_block_section.theme_v_two .jf_video_header_block_section__inner {
    padding-bottom: 97px;
  }
}
@media (max-width: 400px) {
  .jf_video_header_block_section.theme_v_two .jf_video_header_block_section__inner {
    padding-bottom: 115px;
  }
}
.jf_video_header_block_section.theme_v_two .jf_video_header_block_section__inner__content.bg_color_yellow {
  background-color: #FFDB33;
}
.jf_video_header_block_section.theme_v_two .jf_video_header_block_section__inner__content.bg_color_aqua {
  background-color: #75C4B5;
}
.jf_video_header_block_section.theme_v_two .jf_video_header_block_section__inner__content.bg_color_teal {
  background-color: #005957;
}
.jf_video_header_block_section.theme_v_two .jf_video_header_block_section__inner__content.bg_color_slate_blue {
  background-color: #53719A;
}
.jf_video_header_block_section.theme_v_two .jf_video_header_block_section__inner__content.bg_color_midnight {
  background-color: #003252;
}
.jf_video_header_block_section__inner {
  position: relative;
}
.jf_video_header_block_section__inner__bg {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover, 0;
  position: relative;
  max-width: 100%;
  height: 100% !important;
}
@media (max-width: 575px) {
  .jf_video_header_block_section__inner__bg {
    background-size: 0, cover;
  }
}
.jf_video_header_block_section__inner__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 98.58%);
}
.jf_video_header_block_section__inner__bg .blank_image .for_desk {
  width: 100%;
  max-width: 100%;
  display: block;
}
@media (max-width: 575px) {
  .jf_video_header_block_section__inner__bg .blank_image .for_desk {
    display: none;
  }
}
.jf_video_header_block_section__inner__bg .blank_image .for_mob {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  .jf_video_header_block_section__inner__bg .blank_image .for_mob {
    display: none;
  }
}
@media (max-width: 767px) {
  .jf_video_header_block_section__inner__bg .blank_image .for_mob {
    max-height: 667px;
  }
}
.jf_video_header_block_section__inner__bg .video_part {
  width: 100% !important;
  height: 100% !important;
}
.jf_video_header_block_section__inner__bg .video_part .video-section {
  width: 100% !important;
  height: 100% !important;
}
.jf_video_header_block_section__inner__bg .video_part .video-section .embeded-video {
  position: relative;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jf_video_header_block_section__inner__bg .video_part .video-section .embeded-video:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.jf_video_header_block_section__inner__bg .video_part .video-section .embeded-video iframe {
  height: 56.25vw;
  max-height: none !important;
  position: relative;
  margin: 0;
  width: 100%;
  pointer-events: none;
  transform: scale(1.1);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1199px) {
  .jf_video_header_block_section__inner__bg .video_part .video-section .embeded-video iframe {
    transform: scale(1.5);
  }
}
@media (max-width: 991px) {
  .jf_video_header_block_section__inner__bg .video_part .video-section .embeded-video iframe {
    transform: scale(1.6);
  }
}
@media (max-width: 767px) {
  .jf_video_header_block_section__inner__bg .video_part .video-section .embeded-video iframe {
    transform: scale(2.15);
  }
}
@media (max-width: 575px) {
  .jf_video_header_block_section__inner__bg .video_part .video-section .embeded-video iframe {
    transform: scale(2.5);
  }
}
@media (max-width: 479px) {
  .jf_video_header_block_section__inner__bg .video_part .video-section .embeded-video iframe {
    transform: scale(3.2);
  }
}
@media (max-width: 375px) {
  .jf_video_header_block_section__inner__bg .video_part .video-section .embeded-video iframe {
    transform: scale(3.8);
  }
}
.jf_video_header_block_section__inner__bg .video_part .video-section .mp4-video {
  max-height: 56.25vw;
}
.jf_video_header_block_section__inner__bg .video_part .video-section .mp4-video video {
  width: 100%;
  max-height: 56.25vw;
}
.jf_video_header_block_section__inner__content {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.jf_video_header_block_section__inner__content .svg_img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.jf_video_header_block_section__inner__content__inner {
  position: relative;
}
.jf_video_header_block_section__inner__content__inner .content_sec {
  position: relative;
  z-index: 2;
}
@media (max-width: 1199px) {
  .jf_video_header_block_section__inner__content__inner .content_sec .heading_text {
    font-size: 40px;
    line-height: normal;
  }
}
@media (max-width: 991px) {
  .jf_video_header_block_section__inner__content__inner .content_sec .heading_text {
    font-size: 32px;
  }
}
.jf_video_header_block_section__inner__content__inner .content_sec .heading_text span {
  font-family: "Whitney Book";
}
.jf_video_header_block_section__inner__content__inner .content_sec .link_sec .link {
  font-size: 24px;
  line-height: normal;
}
.jf_video_header_block_section__inner__content__inner .content_sec .link_sec .link.link_arrow:after {
  background-image: url(../images/arrow_black_btn_charcoal.svg);
  width: 18px;
  height: 13px;
}
.jf_video_header_block_section__inner__content.bg_color_teal .content_sec .heading_text, .jf_video_header_block_section__inner__content.bg_color_slate_blue .content_sec .heading_text, .jf_video_header_block_section__inner__content.bg_color_midnight .content_sec .heading_text {
  color: #ffffff;
}
.jf_video_header_block_section__inner__content.bg_color_teal .content_sec .link_sec .link, .jf_video_header_block_section__inner__content.bg_color_slate_blue .content_sec .link_sec .link, .jf_video_header_block_section__inner__content.bg_color_midnight .content_sec .link_sec .link {
  color: #ffffff;
}
.jf_video_header_block_section__inner__content.bg_color_teal .content_sec .link_sec .link.link_arrow:after, .jf_video_header_block_section__inner__content.bg_color_slate_blue .content_sec .link_sec .link.link_arrow:after, .jf_video_header_block_section__inner__content.bg_color_midnight .content_sec .link_sec .link.link_arrow:after {
  background-image: url(../images/arrow_white_btn_charcoal.svg);
}
.jf_video_header_block_section__inner__content.bg_color_yellow .svg_img svg path {
  fill: #FFDB33;
}
.jf_video_header_block_section__inner__content.bg_color_aqua .svg_img svg path {
  fill: #75C4B5;
}
.jf_video_header_block_section__inner__content.bg_color_teal .svg_img svg path {
  fill: #005957;
}
.jf_video_header_block_section__inner__content.bg_color_slate_blue .svg_img svg path {
  fill: #53719A;
}
.jf_video_header_block_section__inner__content.bg_color_midnight .svg_img svg path {
  fill: #003252;
}
.jf_video_header_block_section__inner__content.theme_v_one .svg_img svg {
  width: 55.5%;
  height: 100%;
}
@media (min-width: 1921px) {
  .jf_video_header_block_section__inner__content.theme_v_one .svg_img svg {
    width: 90%;
  }
}
@media (min-width: 1441px) {
  .jf_video_header_block_section__inner__content.theme_v_one .svg_img svg {
    width: 70%;
  }
}
@media (max-width: 1359px) {
  .jf_video_header_block_section__inner__content.theme_v_one .svg_img svg {
    width: 65.4%;
  }
}
@media (max-width: 1199px) {
  .jf_video_header_block_section__inner__content.theme_v_one .svg_img svg {
    width: 75.5%;
  }
}
@media (max-width: 991px) {
  .jf_video_header_block_section__inner__content.theme_v_one .svg_img svg {
    width: 85.5%;
  }
}
@media (max-width: 767px) {
  .jf_video_header_block_section__inner__content.theme_v_one .svg_img svg {
    width: 95.5%;
  }
}
@media (max-width: 575px) {
  .jf_video_header_block_section__inner__content.theme_v_one .svg_img svg {
    width: calc(100% - 28px);
  }
}
.jf_video_header_block_section__inner__content.theme_v_one .svg_img .v_one_for_desk {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
@media (max-width: 400px) {
  .jf_video_header_block_section__inner__content.theme_v_one .svg_img .v_one_for_desk {
    display: none;
  }
}
.jf_video_header_block_section__inner__content.theme_v_one .svg_img .v_one_for_mob {
  display: none;
}
@media (max-width: 400px) {
  .jf_video_header_block_section__inner__content.theme_v_one .svg_img .v_one_for_mob {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
  }
}
.jf_video_header_block_section__inner__content.theme_v_one .content_sec {
  padding: 142px 0 54px 0;
  max-width: 41.7%;
}
@media (max-width: 1359px) {
  .jf_video_header_block_section__inner__content.theme_v_one .content_sec {
    max-width: 51.7%;
  }
}
@media (max-width: 1199px) {
  .jf_video_header_block_section__inner__content.theme_v_one .content_sec {
    max-width: 61.7%;
  }
}
@media (max-width: 991px) {
  .jf_video_header_block_section__inner__content.theme_v_one .content_sec {
    max-width: 71.7%;
    padding: 121px 0 44px 0;
  }
}
@media (max-width: 575px) {
  .jf_video_header_block_section__inner__content.theme_v_one .content_sec {
    max-width: calc(100% - 110px);
    padding: 69px 0 24px 0;
  }
}
.jf_video_header_block_section__inner__content.theme_v_one .content_sec .heading_text {
  margin-bottom: 29px;
}
@media (max-width: 767px) {
  .jf_video_header_block_section__inner__content.theme_v_one .content_sec .heading_text {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
@media (max-width: 370px) {
  .jf_video_header_block_section__inner__content.theme_v_one .content_sec .heading_text {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.jf_video_header_block_section__inner__content.theme_v_one .content_sec .heading_text span {
  font-family: "Whitney Book";
}
@media (max-width: 991px) {
  .jf_video_header_block_section__inner__content.theme_v_one .content_sec .link_sec .link {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .jf_video_header_block_section__inner__content.theme_v_one .content_sec .link_sec .link {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .jf_video_header_block_section__inner__content.theme_v_two .svg_img {
    bottom: -15px;
  }
}
@media (max-width: 991px) {
  .jf_video_header_block_section__inner__content.theme_v_two .svg_img {
    bottom: -35px;
  }
}
@media (max-width: 767px) {
  .jf_video_header_block_section__inner__content.theme_v_two .svg_img {
    bottom: -50px;
  }
}
@media (max-width: 575px) {
  .jf_video_header_block_section__inner__content.theme_v_two .svg_img {
    bottom: -95px;
  }
}
@media (max-width: 400px) {
  .jf_video_header_block_section__inner__content.theme_v_two .svg_img {
    bottom: 0;
  }
}
.jf_video_header_block_section__inner__content.theme_v_two .svg_img .v_two_for_desk {
  display: block;
}
@media (max-width: 400px) {
  .jf_video_header_block_section__inner__content.theme_v_two .svg_img .v_two_for_desk {
    display: none;
  }
}
.jf_video_header_block_section__inner__content.theme_v_two .svg_img .v_two_for_desk svg {
  width: 100%;
  position: absolute;
  bottom: 0;
  min-width: 1440px;
  height: calc(100% + 240px);
}
@media (min-width: 1441px) {
  .jf_video_header_block_section__inner__content.theme_v_two .svg_img .v_two_for_desk svg {
    height: auto;
  }
}
@media (min-width: 1921px) {
  .jf_video_header_block_section__inner__content.theme_v_two .svg_img .v_two_for_desk svg rect#SVGID_1_ {
    width: 75vw;
    height: 16.78125vw;
  }
}
@media (max-width: 1199px) {
  .jf_video_header_block_section__inner__content.theme_v_two .svg_img .v_two_for_desk svg {
    right: -15%;
    height: calc(100% + 154px);
  }
}
@media (max-width: 1024px) {
  .jf_video_header_block_section__inner__content.theme_v_two .svg_img .v_two_for_desk svg {
    right: -20%;
  }
}
@media (max-width: 991px) {
  .jf_video_header_block_section__inner__content.theme_v_two .svg_img .v_two_for_desk svg {
    right: -25%;
    height: calc(100% + 190px);
  }
}
@media (max-width: 767px) {
  .jf_video_header_block_section__inner__content.theme_v_two .svg_img .v_two_for_desk svg {
    right: -50%;
    height: 235%;
    bottom: 30px;
  }
}
@media (max-width: 640px) {
  .jf_video_header_block_section__inner__content.theme_v_two .svg_img .v_two_for_desk svg {
    right: -50%;
    height: 219%;
  }
}
@media (max-width: 575px) {
  .jf_video_header_block_section__inner__content.theme_v_two .svg_img .v_two_for_desk svg {
    height: 286%;
    bottom: 50px;
  }
}
@media (max-width: 414px) {
  .jf_video_header_block_section__inner__content.theme_v_two .svg_img .v_two_for_desk svg {
    bottom: 30px;
  }
}
.jf_video_header_block_section__inner__content.theme_v_two .svg_img .v_two_for_mob {
  display: none;
}
@media (max-width: 400px) {
  .jf_video_header_block_section__inner__content.theme_v_two .svg_img .v_two_for_mob {
    display: block;
  }
  .jf_video_header_block_section__inner__content.theme_v_two .svg_img .v_two_for_mob svg {
    width: calc(100% + 30px);
    position: absolute;
    left: -60px;
    bottom: 0;
    min-width: 460px;
    height: calc(100% + 263px);
  }
  .jf_video_header_block_section__inner__content.theme_v_two .svg_img .v_two_for_mob svg rect {
    width: calc(100% + 60px);
    min-width: 460px;
  }
}
@media (max-width: 370px) {
  .jf_video_header_block_section__inner__content.theme_v_two .svg_img .v_two_for_mob svg {
    height: calc(100% + 281px);
  }
}
.jf_video_header_block_section__inner__content.theme_v_two .svg_img .v_two_for_mob.color_yellow svg rect {
  fill: #FFDB33;
}
.jf_video_header_block_section__inner__content.theme_v_two .svg_img .v_two_for_mob.color_aqua svg rect {
  fill: #75C4B5;
}
.jf_video_header_block_section__inner__content.theme_v_two .svg_img .v_two_for_mob.color_teal svg rect {
  fill: #005957;
}
.jf_video_header_block_section__inner__content.theme_v_two .svg_img .v_two_for_mob.color_slate_blue svg rect {
  fill: #53719A;
}
.jf_video_header_block_section__inner__content.theme_v_two .svg_img .v_two_for_mob.color_midnight svg rect {
  fill: #003252;
}
.jf_video_header_block_section__inner__content.theme_v_two .content_sec {
  padding: 40px 0 40px 0;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
@media (max-width: 767px) {
  .jf_video_header_block_section__inner__content.theme_v_two .content_sec {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .jf_video_header_block_section__inner__content.theme_v_two .content_sec {
    padding: 19px 0 19px 0;
    flex-direction: column;
  }
}
.jf_video_header_block_section__inner__content.theme_v_two .content_sec .heading_text {
  margin-bottom: 0;
  max-width: 738px;
  padding-right: 50px;
}
.jf_video_header_block_section__inner__content.theme_v_two .content_sec .heading_text.width_big {
  max-width: 936px;
}
@media (max-width: 1199px) {
  .jf_video_header_block_section__inner__content.theme_v_two .content_sec .heading_text.width_big {
    max-width: 796px;
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .jf_video_header_block_section__inner__content.theme_v_two .content_sec .heading_text.width_big {
    max-width: 585px;
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .jf_video_header_block_section__inner__content.theme_v_two .content_sec .heading_text.width_big {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .jf_video_header_block_section__inner__content.theme_v_two .content_sec .heading_text {
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .jf_video_header_block_section__inner__content.theme_v_two .content_sec .heading_text {
    font-size: 20px;
    margin-bottom: 5px;
    max-width: 100%;
    padding-right: 0;
  }
}
.jf_video_header_block_section__inner__content.theme_v_two .content_sec .heading_text span {
  font-family: "Whitney Book";
}
@media (max-width: 991px) {
  .jf_video_header_block_section__inner__content.theme_v_two .content_sec .link_sec .link {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .jf_video_header_block_section__inner__content.theme_v_two .content_sec .link_sec .link {
    font-size: 18px;
  }
}
.jf_video_header_block_section__inner__content.theme_v_three .content_sec {
  padding: 52px 0 40px 0;
  max-width: 100%;
}
@media (max-width: 767px) {
  .jf_video_header_block_section__inner__content.theme_v_three .content_sec {
    padding: 84px 0 24px;
  }
}
@media (max-width: 575px) {
  .jf_video_header_block_section__inner__content.theme_v_three .content_sec {
    padding: 62px 0 24px 0;
  }
}
@media (max-width: 400px) {
  .jf_video_header_block_section__inner__content.theme_v_three .content_sec {
    padding: 44px 0 24px 0;
  }
}
.jf_video_header_block_section__inner__content.theme_v_three .content_sec .heading_text {
  margin-bottom: 29px;
}
.jf_video_header_block_section__inner__content.theme_v_three .content_sec .heading_text span {
  font-family: "Whitney Book";
}
@media (max-width: 991px) {
  .jf_video_header_block_section__inner__content.theme_v_three .content_sec .link_sec .link {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .jf_video_header_block_section__inner__content.theme_v_three .content_sec .link_sec .link {
    font-size: 16px;
  }
}
.jf_video_header_block_section.theme_v_three .jf_video_header_block_section__inner {
  height: 100%;
}
@media (max-width: 767px) {
  .jf_video_header_block_section.theme_v_three .jf_video_header_block_section__inner {
    padding-bottom: 85px;
  }
}
@media (max-width: 575px) {
  .jf_video_header_block_section.theme_v_three .jf_video_header_block_section__inner {
    padding-bottom: 92px;
  }
}
@media (max-width: 400px) {
  .jf_video_header_block_section.theme_v_three .jf_video_header_block_section__inner {
    padding-bottom: 133px;
  }
}
@media (max-width: 767px) {
  .jf_video_header_block_section.theme_v_three .jf_video_header_block_section__inner .svg_img {
    height: 121%;
  }
}
@media (max-width: 575px) {
  .jf_video_header_block_section.theme_v_three .jf_video_header_block_section__inner .svg_img {
    height: 133%;
  }
}
.jf_video_header_block_section.theme_v_three .jf_video_header_block_section__inner .svg_img .v_three_for_desk {
  display: block;
  height: 100%;
}
@media (max-width: 767px) {
  .jf_video_header_block_section.theme_v_three .jf_video_header_block_section__inner .svg_img .v_three_for_desk {
    display: none;
  }
}
.jf_video_header_block_section.theme_v_three .jf_video_header_block_section__inner .svg_img .v_three_for_desk svg {
  height: 100%;
  width: 45%;
}
@media (min-width: 1441px) {
  .jf_video_header_block_section.theme_v_three .jf_video_header_block_section__inner .svg_img .v_three_for_desk svg {
    width: 51%;
  }
}
@media (min-width: 1921px) {
  .jf_video_header_block_section.theme_v_three .jf_video_header_block_section__inner .svg_img .v_three_for_desk svg {
    width: 56%;
  }
}
@media (max-width: 1440px) {
  .jf_video_header_block_section.theme_v_three .jf_video_header_block_section__inner .svg_img .v_three_for_desk svg {
    width: 45%;
  }
}
@media (max-width: 1199px) {
  .jf_video_header_block_section.theme_v_three .jf_video_header_block_section__inner .svg_img .v_three_for_desk svg {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .jf_video_header_block_section.theme_v_three .jf_video_header_block_section__inner .svg_img .v_three_for_desk svg {
    width: 62%;
  }
}
.jf_video_header_block_section.theme_v_three .jf_video_header_block_section__inner .svg_img .v_three_for_mob {
  display: none;
  position: relative;
}
@media (max-width: 767px) {
  .jf_video_header_block_section.theme_v_three .jf_video_header_block_section__inner .svg_img .v_three_for_mob {
    display: block;
  }
}
.jf_video_header_block_section.theme_v_three .jf_video_header_block_section__inner .svg_img .v_three_for_mob::after {
  content: "";
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 575px) {
  .jf_video_header_block_section.theme_v_three .jf_video_header_block_section__inner .svg_img .v_three_for_mob::after {
    top: 50%;
  }
}
.jf_video_header_block_section.theme_v_three .jf_video_header_block_section__inner .svg_img .v_three_for_mob.color_yellow::after {
  background-color: #FFDB33;
}
.jf_video_header_block_section.theme_v_three .jf_video_header_block_section__inner .svg_img .v_three_for_mob.color_aqua::after {
  background-color: #75C4B5;
}
.jf_video_header_block_section.theme_v_three .jf_video_header_block_section__inner .svg_img .v_three_for_mob.color_teal::after {
  background-color: #005957;
}
.jf_video_header_block_section.theme_v_three .jf_video_header_block_section__inner .svg_img .v_three_for_mob.color_slate_blue::after {
  background-color: #53719A;
}
.jf_video_header_block_section.theme_v_three .jf_video_header_block_section__inner .svg_img .v_three_for_mob.color_midnight::after {
  background-color: #003252;
}
@media (min-width: 400px) {
  .jf_video_header_block_section.theme_v_three .jf_video_header_block_section__inner .svg_img .v_three_for_mob svg {
    right: 0;
  }
}
.jf_video_header_block_section.theme_v_three .jf_video_header_block_section__inner__content {
  height: 100%;
}
@media (max-width: 767px) {
  .jf_video_header_block_section.theme_v_three .jf_video_header_block_section__inner__content {
    height: auto;
  }
}
.jf_video_header_block_section.theme_v_three .jf_video_header_block_section__inner__content__inner .content_sec {
  max-width: 29.2%;
}
@media (min-width: 1440px) {
  .jf_video_header_block_section.theme_v_three .jf_video_header_block_section__inner__content__inner .content_sec {
    max-width: 31.2%;
  }
}
@media (max-width: 991px) {
  .jf_video_header_block_section.theme_v_three .jf_video_header_block_section__inner__content__inner .content_sec {
    max-width: 38.2%;
  }
}
@media (max-width: 767px) {
  .jf_video_header_block_section.theme_v_three .jf_video_header_block_section__inner__content__inner .content_sec {
    max-width: 100%;
  }
}
@media (max-width: 1359px) {
  .jf_video_header_block_section.theme_v_three .jf_video_header_block_section__inner__content__inner .content_sec .heading_text {
    font-size: 40px;
  }
}
@media (max-width: 1199px) {
  .jf_video_header_block_section.theme_v_three .jf_video_header_block_section__inner__content__inner .content_sec .heading_text {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .jf_video_header_block_section.theme_v_three .jf_video_header_block_section__inner__content__inner .content_sec .heading_text {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .jf_video_header_block_section.theme_v_three .jf_video_header_block_section__inner__content__inner .content_sec .heading_text {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.jf_video_header_block_section.theme_v_three .jf_video_header_block_section__inner__content__inner .content_sec .heading_text span {
  font-family: "Whitney Book";
}

.jf_text_with_media_section {
  margin: 80px 0;
}
@media (max-width: 1359px) {
  .jf_text_with_media_section {
    margin: 70px 0;
  }
}
@media (max-width: 1199px) {
  .jf_text_with_media_section {
    margin: 60px 0;
  }
}
@media (max-width: 991px) {
  .jf_text_with_media_section {
    margin: 50px 0;
  }
}
@media (max-width: 767px) {
  .jf_text_with_media_section {
    margin: 40px 0;
  }
}
.jf_text_with_media_section.its {
  margin-top: 145px;
}
@media (max-width: 1359px) {
  .jf_text_with_media_section.its {
    margin-top: 110px;
  }
}
@media (max-width: 1199px) {
  .jf_text_with_media_section.its {
    margin-top: 90px;
  }
}
@media (max-width: 991px) {
  .jf_text_with_media_section.its {
    margin-top: 70px;
  }
}
@media (max-width: 767px) {
  .jf_text_with_media_section.its {
    margin-top: 60px;
  }
}
.jf_text_with_media_section.ibs {
  margin-bottom: 145px;
}
@media (max-width: 1359px) {
  .jf_text_with_media_section.ibs {
    margin-bottom: 110px;
  }
}
@media (max-width: 1199px) {
  .jf_text_with_media_section.ibs {
    margin-bottom: 90px;
  }
}
@media (max-width: 991px) {
  .jf_text_with_media_section.ibs {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .jf_text_with_media_section.ibs {
    margin-bottom: 60px;
  }
}
.jf_text_with_media_section.remove_ts {
  margin-top: 0 !important;
}
.jf_text_with_media_section.remove_bs {
  margin-bottom: 0 !important;
}
.jf_text_with_media_section .section_inner.bg_clr_aqua_light {
  background-color: #E3F2F0;
}
.jf_text_with_media_section .section_inner.bg_clr_slate_blue_light {
  background-color: #EBF1F8;
}
.jf_text_with_media_section .section_inner.bg_clr_aqua_light, .jf_text_with_media_section .section_inner.bg_clr_slate_blue_light {
  padding: 80px 0;
}
@media (max-width: 1359px) {
  .jf_text_with_media_section .section_inner.bg_clr_aqua_light, .jf_text_with_media_section .section_inner.bg_clr_slate_blue_light {
    padding: 70px 0;
  }
}
@media (max-width: 1199px) {
  .jf_text_with_media_section .section_inner.bg_clr_aqua_light, .jf_text_with_media_section .section_inner.bg_clr_slate_blue_light {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .jf_text_with_media_section .section_inner.bg_clr_aqua_light, .jf_text_with_media_section .section_inner.bg_clr_slate_blue_light {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .jf_text_with_media_section .section_inner.bg_clr_aqua_light, .jf_text_with_media_section .section_inner.bg_clr_slate_blue_light {
    padding: 40px 0;
  }
}
.jf_text_with_media_section .section_inner .section_wrapper.with_top_border {
  padding-top: 80px;
  border-top: 1px solid #D6D6D6;
}
@media (max-width: 1359px) {
  .jf_text_with_media_section .section_inner .section_wrapper.with_top_border {
    padding-top: 70px;
  }
}
@media (max-width: 1199px) {
  .jf_text_with_media_section .section_inner .section_wrapper.with_top_border {
    padding-top: 60px;
  }
}
@media (max-width: 991px) {
  .jf_text_with_media_section .section_inner .section_wrapper.with_top_border {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .jf_text_with_media_section .section_inner .section_wrapper.with_top_border {
    padding-top: 40px;
  }
}
.jf_text_with_media_section .section_inner .section_wrapper.with_bottom_border {
  padding-bottom: 80px;
  border-bottom: 1px solid #D6D6D6;
}
@media (max-width: 1359px) {
  .jf_text_with_media_section .section_inner .section_wrapper.with_bottom_border {
    padding-bottom: 70px;
  }
}
@media (max-width: 1199px) {
  .jf_text_with_media_section .section_inner .section_wrapper.with_bottom_border {
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .jf_text_with_media_section .section_inner .section_wrapper.with_bottom_border {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .jf_text_with_media_section .section_inner .section_wrapper.with_bottom_border {
    padding-bottom: 40px;
  }
}
.jf_text_with_media_section .section_inner .section_wrapper .item_list .item {
  margin-top: 80px;
}
@media (max-width: 1359px) {
  .jf_text_with_media_section .section_inner .section_wrapper .item_list .item {
    margin-top: 70px;
  }
}
@media (max-width: 1199px) {
  .jf_text_with_media_section .section_inner .section_wrapper .item_list .item {
    margin-top: 60px;
  }
}
@media (max-width: 991px) {
  .jf_text_with_media_section .section_inner .section_wrapper .item_list .item {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .jf_text_with_media_section .section_inner .section_wrapper .item_list .item {
    margin-top: 40px;
  }
}
.jf_text_with_media_section .section_inner .section_wrapper .item_list .item:first-child {
  margin-top: 0 !important;
}
.jf_text_with_media_section .section_inner .section_wrapper .item_list .item .item_inner .media_section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.jf_text_with_media_section .section_inner .section_wrapper .item_list .item .item_inner .media_section .image_section {
  width: 100%;
}
.jf_text_with_media_section .section_inner .section_wrapper .item_list .item .item_inner .media_section .image_section .image_section_inner .bg_img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.jf_text_with_media_section .section_inner .section_wrapper .item_list .item .item_inner .media_section .image_section .image_section_inner .bg_img img {
  width: 100%;
}
.jf_text_with_media_section .section_inner .section_wrapper .item_list .item .item_inner .content_section .content_section_inner .content .content_text p:last-child {
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .jf_text_with_media_section .section_inner .section_wrapper .item_list .item .item_inner .content_section .content_section_inner .content .content_text p {
    margin-bottom: 16px;
  }
}
.jf_text_with_media_section .section_inner .section_wrapper .item_list.increase_space_between_two_item .item {
  margin-top: 160px;
}
@media (max-width: 1359px) {
  .jf_text_with_media_section .section_inner .section_wrapper .item_list.increase_space_between_two_item .item {
    margin-top: 120px;
  }
}
@media (max-width: 1199px) {
  .jf_text_with_media_section .section_inner .section_wrapper .item_list.increase_space_between_two_item .item {
    margin-top: 80px;
  }
}
@media (max-width: 991px) {
  .jf_text_with_media_section .section_inner .section_wrapper .item_list.increase_space_between_two_item .item {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .jf_text_with_media_section .section_inner .section_wrapper .item_list.increase_space_between_two_item .item {
    margin-top: 40px;
  }
}
.jf_text_with_media_section .section_inner .section_wrapper .item_list.increase_space_between_two_item .item:first-child {
  margin-top: 0 !important;
}

.jf_text_with_media_section .section_inner .section_wrapper .heading_sec {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .jf_text_with_media_section .section_inner .section_wrapper .heading_sec {
    margin-bottom: 30px;
  }
}
.jf_text_with_media_section .section_inner .section_wrapper .heading_sec__inner .heading_text {
  margin-bottom: 16px;
}
.jf_text_with_media_section .section_inner .section_wrapper .heading_sec__inner .short_description {
  max-width: 585px;
}
@media (max-width: 767px) {
  .jf_text_with_media_section .section_inner .section_wrapper .heading_sec__inner .short_description {
    max-width: 100%;
  }
}
.jf_text_with_media_section .section_inner .section_wrapper .item_list.image_with_content .item .item_inner {
  display: flex;
  flex-wrap: wrap;
}
.jf_text_with_media_section .section_inner .section_wrapper .item_list.image_with_content .item .item_inner .media_section {
  width: 49%;
}
@media (max-width: 991px) {
  .jf_text_with_media_section .section_inner .section_wrapper .item_list.image_with_content .item .item_inner .media_section {
    width: 100%;
  }
}
.jf_text_with_media_section .section_inner .section_wrapper .item_list.image_with_content .item .item_inner .content_section {
  width: 51%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .jf_text_with_media_section .section_inner .section_wrapper .item_list.image_with_content .item .item_inner .content_section {
    width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .jf_text_with_media_section .section_inner .section_wrapper .item_list.image_with_content .item .item_inner .content_section {
    margin-top: 24px;
  }
}
.jf_text_with_media_section .section_inner .section_wrapper .item_list.image_with_content .item .item_inner .content_section .content_section_inner {
  max-width: 435px;
  margin: 0px auto;
}
@media (max-width: 991px) {
  .jf_text_with_media_section .section_inner .section_wrapper .item_list.image_with_content .item .item_inner .content_section .content_section_inner {
    max-width: 100%;
  }
}
.jf_text_with_media_section .section_inner .section_wrapper .item_list.image_with_content .item .item_inner .content_section .content_section_inner .subtitle {
  margin-bottom: 4px;
}
.jf_text_with_media_section .section_inner .section_wrapper .item_list.image_with_content .item .item_inner .content_section .content_section_inner .subtitle .subtitle_text {
  margin: 0;
  color: #727272;
}
.jf_text_with_media_section .section_inner .section_wrapper .item_list.image_with_content .item .item_inner .content_section .content_section_inner .main_title .main_title_text {
  margin: 0;
}
@media (max-width: 767px) {
  .jf_text_with_media_section .section_inner .section_wrapper .item_list.image_with_content .item .item_inner .content_section .content_section_inner .main_title .main_title_text {
    font-size: 24px;
    line-height: 30px;
  }
}
.jf_text_with_media_section .section_inner .section_wrapper .item_list.image_with_content .item .item_inner .content_section .content_section_inner .content {
  margin-top: 24px;
}
@media (max-width: 1199px) {
  .jf_text_with_media_section .section_inner .section_wrapper .item_list.image_with_content .item .item_inner .content_section .content_section_inner .content {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .jf_text_with_media_section .section_inner .section_wrapper .item_list.image_with_content .item .item_inner .content_section .content_section_inner .content {
    margin-top: 16px;
  }
}
.jf_text_with_media_section .section_inner .section_wrapper .item_list.image_with_content .item .item_inner .content_section .content_section_inner .button_section {
  margin-top: 24px;
}
@media (max-width: 1199px) {
  .jf_text_with_media_section .section_inner .section_wrapper .item_list.image_with_content .item .item_inner .content_section .content_section_inner .button_section {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .jf_text_with_media_section .section_inner .section_wrapper .item_list.image_with_content .item .item_inner .content_section .content_section_inner .button_section {
    margin-top: 16px;
  }
}
.jf_text_with_media_section .section_inner .section_wrapper .item_list.image_with_content .item .item_inner .content_section .content_section_inner .button_section .download_btn .icon {
  display: flex;
  flex-wrap: wrap;
  margin-left: 6px;
  transform: scale(1);
  transition: transform 0.5s ease;
}
.jf_text_with_media_section .section_inner .section_wrapper .item_list.image_with_content .item .item_inner .content_section .content_section_inner .button_section .download_btn:hover .icon {
  transform: scale(1.2);
}
.jf_text_with_media_section .section_inner .section_wrapper .item_list.image_with_content .item .item_inner.media_in_right .media_section {
  order: 2;
}
@media (max-width: 991px) {
  .jf_text_with_media_section .section_inner .section_wrapper .item_list.image_with_content .item .item_inner.media_in_right .media_section {
    order: 1;
  }
}
.jf_text_with_media_section .section_inner .section_wrapper .item_list.image_with_content .item .item_inner.media_in_right .content_section {
  order: 1;
}
@media (max-width: 991px) {
  .jf_text_with_media_section .section_inner .section_wrapper .item_list.image_with_content .item .item_inner.media_in_right .content_section {
    order: 2;
  }
}
.jf_text_with_media_section .section_inner .section_wrapper .item_list.image_with_content .item .item_inner.media_in_right .content_section .content_section_inner {
  padding-right: 25px;
}
@media (max-width: 991px) {
  .jf_text_with_media_section .section_inner .section_wrapper .item_list.image_with_content .item .item_inner.media_in_right .content_section .content_section_inner {
    padding-right: 0;
  }
}
.jf_text_with_media_section .section_inner .section_wrapper .item_list.image_with_content .item .item_inner.media_in_left .content_section .content_section_inner {
  padding-left: 25px;
}
@media (max-width: 991px) {
  .jf_text_with_media_section .section_inner .section_wrapper .item_list.image_with_content .item .item_inner.media_in_left .content_section .content_section_inner {
    padding-left: 0;
  }
}
.jf_text_with_media_section .section_inner .section_wrapper .item_list.two_column_card {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -14px;
}
@media (max-width: 1199px) {
  .jf_text_with_media_section .section_inner .section_wrapper .item_list.two_column_card {
    margin: 0 -8px;
  }
}
.jf_text_with_media_section .section_inner .section_wrapper .item_list.two_column_card .item {
  width: 50%;
  padding: 0 14px;
}
@media (min-width: 768px) {
  .jf_text_with_media_section .section_inner .section_wrapper .item_list.two_column_card .item:nth-child(2) {
    margin-top: 0;
  }
}
@media (max-width: 1199px) {
  .jf_text_with_media_section .section_inner .section_wrapper .item_list.two_column_card .item {
    padding: 0 8px;
  }
}
@media (max-width: 767px) {
  .jf_text_with_media_section .section_inner .section_wrapper .item_list.two_column_card .item {
    width: 100%;
  }
}
.jf_text_with_media_section .section_inner .section_wrapper .item_list.two_column_card .item .item_inner .content_section {
  margin-top: 24px;
}
.jf_text_with_media_section .section_inner .section_wrapper .item_list.two_column_card .item .item_inner .content_section .content_section_inner .main_title .main_title_text {
  margin: 0;
}
.jf_text_with_media_section .section_inner .section_wrapper .item_list.two_column_card .item .item_inner .content_section .content_section_inner .content {
  margin-top: 16px;
}
.jf_text_with_media_section .section_inner .section_wrapper .item_list.full_width_heading_and_image .item .item_inner {
  display: flex;
  flex-wrap: wrap;
}
.jf_text_with_media_section .section_inner .section_wrapper .item_list.full_width_heading_and_image .item .item_inner .media_section {
  width: 44%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .jf_text_with_media_section .section_inner .section_wrapper .item_list.full_width_heading_and_image .item .item_inner .media_section {
    width: 100%;
  }
}
.jf_text_with_media_section .section_inner .section_wrapper .item_list.full_width_heading_and_image .item .item_inner .content_section {
  width: 56%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .jf_text_with_media_section .section_inner .section_wrapper .item_list.full_width_heading_and_image .item .item_inner .content_section {
    width: 100%;
  }
}
.jf_text_with_media_section .section_inner .section_wrapper .item_list.full_width_heading_and_image .item .item_inner .content_section .content_section_inner {
  max-width: 655px;
}
@media (max-width: 991px) {
  .jf_text_with_media_section .section_inner .section_wrapper .item_list.full_width_heading_and_image .item .item_inner .content_section .content_section_inner {
    max-width: 100%;
    text-align: center;
    margin-top: 16px;
  }
}
.jf_text_with_media_section .section_inner .section_wrapper .item_list.full_width_heading_and_image .item .item_inner .content_section .content_section_inner .main_title .main_title_text {
  margin: 0;
}
@media (max-width: 1359px) {
  .jf_text_with_media_section .section_inner .section_wrapper .item_list.full_width_heading_and_image .item .item_inner .content_section .content_section_inner .main_title .main_title_text {
    font-size: 58px;
    line-height: 66px;
  }
}
@media (max-width: 1199px) {
  .jf_text_with_media_section .section_inner .section_wrapper .item_list.full_width_heading_and_image .item .item_inner .content_section .content_section_inner .main_title .main_title_text {
    font-size: 52px;
    line-height: 60px;
  }
}
@media (max-width: 991px) {
  .jf_text_with_media_section .section_inner .section_wrapper .item_list.full_width_heading_and_image .item .item_inner .content_section .content_section_inner .main_title .main_title_text {
    font-size: 46px;
    line-height: 52px;
  }
}
.jf_text_with_media_section .section_inner .section_wrapper .item_list.full_width_heading_and_image .item .item_inner .content_section .content_section_inner .content {
  margin-top: 24px;
}
@media (max-width: 1199px) {
  .jf_text_with_media_section .section_inner .section_wrapper .item_list.full_width_heading_and_image .item .item_inner .content_section .content_section_inner .content {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .jf_text_with_media_section .section_inner .section_wrapper .item_list.full_width_heading_and_image .item .item_inner .content_section .content_section_inner .content {
    margin-top: 16px;
  }
}
.jf_text_with_media_section .section_inner .section_wrapper .item_list.full_width_heading_and_image .item .item_inner .content_section .content_section_inner .button_section {
  margin-top: 24px;
}
@media (max-width: 1199px) {
  .jf_text_with_media_section .section_inner .section_wrapper .item_list.full_width_heading_and_image .item .item_inner .content_section .content_section_inner .button_section {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .jf_text_with_media_section .section_inner .section_wrapper .item_list.full_width_heading_and_image .item .item_inner .content_section .content_section_inner .button_section {
    margin-top: 16px;
  }
}
.jf_text_with_media_section .section_inner .section_wrapper .item_list.full_width_heading_and_image .item .item_inner .content_section .content_section_inner .button_section .download_btn .icon {
  display: flex;
  flex-wrap: wrap;
  margin-left: 6px;
  transform: scale(1);
  transition: transform 0.5s ease;
}
.jf_text_with_media_section .section_inner .section_wrapper .item_list.full_width_heading_and_image .item .item_inner .content_section .content_section_inner .button_section .download_btn:hover .icon {
  transform: scale(1.2);
}
.jf_text_with_media_section .section_inner .section_wrapper .item_list.full_width_heading_and_image .item .item_inner.media_in_left .content_section .content_section_inner {
  padding-left: 25px;
  margin-left: auto;
}
@media (max-width: 991px) {
  .jf_text_with_media_section .section_inner .section_wrapper .item_list.full_width_heading_and_image .item .item_inner.media_in_left .content_section .content_section_inner {
    padding-left: 0;
  }
}
.jf_text_with_media_section .section_inner .section_wrapper .item_list.full_width_heading_and_image .item .item_inner.media_in_right .content_section {
  order: 1;
}
@media (max-width: 991px) {
  .jf_text_with_media_section .section_inner .section_wrapper .item_list.full_width_heading_and_image .item .item_inner.media_in_right .content_section {
    order: 2;
  }
}
.jf_text_with_media_section .section_inner .section_wrapper .item_list.full_width_heading_and_image .item .item_inner.media_in_right .content_section .content_section_inner {
  padding-right: 25px;
  margin-right: auto;
}
@media (max-width: 991px) {
  .jf_text_with_media_section .section_inner .section_wrapper .item_list.full_width_heading_and_image .item .item_inner.media_in_right .content_section .content_section_inner {
    padding-right: 0;
  }
}
.jf_text_with_media_section .section_inner .section_wrapper .item_list.full_width_heading_and_image .item .item_inner.media_in_right .media_section {
  order: 2;
}
@media (max-width: 991px) {
  .jf_text_with_media_section .section_inner .section_wrapper .item_list.full_width_heading_and_image .item .item_inner.media_in_right .media_section {
    order: 1;
  }
}

.jf_full_bleed_media_with_text_section .item {
  margin: 80px 0;
}
@media (max-width: 1359px) {
  .jf_full_bleed_media_with_text_section .item {
    margin: 70px 0;
  }
}
@media (max-width: 1199px) {
  .jf_full_bleed_media_with_text_section .item {
    margin: 60px 0;
  }
}
@media (max-width: 991px) {
  .jf_full_bleed_media_with_text_section .item {
    margin: 50px 0;
  }
}
@media (max-width: 767px) {
  .jf_full_bleed_media_with_text_section .item {
    margin: 40px 0;
  }
}
.jf_full_bleed_media_with_text_section .item.remove_ts {
  margin-top: 0 !important;
}
.jf_full_bleed_media_with_text_section .item.remove_bs {
  margin-bottom: 0 !important;
}
.jf_full_bleed_media_with_text_section .full_width_image .item .item_inner .bg_img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.jf_full_bleed_media_with_text_section .full_width_image .item .item_inner .bg_img img {
  width: 100%;
}
.jf_full_bleed_media_with_text_section .image_with_content .item .item_inner {
  position: relative;
}
.jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_four_three .media_section {
  position: absolute;
  top: 0;
  left: 0;
  /*width: 64.3%;*/
  height: 100%;
  width: 60.5vw;
}
@media (max-width: 1640px) {
  .jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_four_three .media_section {
    width: 63.5vw;
  }
}
@media (max-width: 1440px) {
  .jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_four_three .media_section {
    width: 63.5vw;
  }
}
@media (max-width: 1199px) {
  .jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_four_three .media_section {
    width: 58vw;
  }
}
@media (max-width: 991px) {
  .jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_four_three .media_section {
    width: 57vw;
  }
}
@media (max-width: 840px) {
  .jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_four_three .media_section {
    width: 59vw;
  }
}
@media (max-width: 767px) {
  .jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_four_three .media_section {
    position: relative;
    top: inherit;
    left: inherit;
    height: auto;
    width: 100%;
  }
}
.jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_four_three .media_section .bg_img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  position: relative;
}
.jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_four_three .media_section .bg_img img {
  display: none;
}
@media (max-width: 767px) {
  .jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_four_three .media_section .bg_img img {
    display: block;
  }
}
@media (min-width: 1921px) {
  .jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_four_three .item_section_inner .section_container {
    max-width: 68.75vw;
  }
}
.jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_four_three .item_section_inner .item_section_wrapper {
  display: flex;
  flex-wrap: wrap;
}
.jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_four_three .item_section_inner .item_section_wrapper .blank_media_section {
  display: flex;
  flex-wrap: wrap;
  width: 66%;
}
@media (max-width: 1199px) {
  .jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_four_three .item_section_inner .item_section_wrapper .blank_media_section {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_four_three .item_section_inner .item_section_wrapper .blank_media_section {
    display: none;
  }
}
.jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_four_three .item_section_inner .item_section_wrapper .content_section {
  width: 34%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 56px;
}
@media (max-width: 1199px) {
  .jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_four_three .item_section_inner .item_section_wrapper .content_section {
    width: 40%;
    padding-left: 40px;
  }
}
@media (max-width: 991px) {
  .jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_four_three .item_section_inner .item_section_wrapper .content_section {
    padding-left: 25px;
  }
}
@media (max-width: 767px) {
  .jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_four_three .item_section_inner .item_section_wrapper .content_section {
    width: 100%;
    padding-left: 0;
    padding-bottom: 0;
  }
}
.jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_four_three .item_section_inner .item_section_wrapper .content_section .content_section_inner {
  max-width: 372px;
}
@media (max-width: 767px) {
  .jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_four_three .item_section_inner .item_section_wrapper .content_section .content_section_inner {
    max-width: 100%;
  }
}
.jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_four_three .item_section_inner .item_section_wrapper .content_section .content_section_inner .subtitle {
  margin-bottom: 8px;
}
.jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_four_three .item_section_inner .item_section_wrapper .content_section .content_section_inner .subtitle .subtitle_text {
  margin: 0;
  color: #838383;
}
.jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_four_three .item_section_inner .item_section_wrapper .content_section .content_section_inner .main_title .main_title_text {
  margin: 0;
  font-size: 36px;
}
@media (max-width: 767px) {
  .jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_four_three .item_section_inner .item_section_wrapper .content_section .content_section_inner .main_title .main_title_text {
    font-size: 24px;
    line-height: 30px;
  }
}
.jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_four_three .item_section_inner .item_section_wrapper .content_section .content_section_inner .content {
  margin-top: 24px;
}
@media (max-width: 1199px) {
  .jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_four_three .item_section_inner .item_section_wrapper .content_section .content_section_inner .content {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_four_three .item_section_inner .item_section_wrapper .content_section .content_section_inner .content {
    margin-top: 16px;
  }
}
.jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_four_three .item_section_inner .item_section_wrapper .content_section .content_section_inner .content p {
  font-size: 18px;
  line-height: 26px;
}
@media (max-width: 1199px) {
  .jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_four_three .item_section_inner .item_section_wrapper .content_section .content_section_inner .content p {
    font-size: 16px;
    line-height: 24px;
  }
}
.jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_four_three .item_section_inner .item_section_wrapper .content_section .content_section_inner .button_section {
  margin-top: 24px;
}
@media (max-width: 1199px) {
  .jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_four_three .item_section_inner .item_section_wrapper .content_section .content_section_inner .button_section {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_four_three .item_section_inner .item_section_wrapper .content_section .content_section_inner .button_section {
    margin-top: 16px;
  }
}
.jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_four_three.media_in_right .media_section {
  left: inherit;
  right: 0;
}
.jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_four_three.media_in_right .item_section_inner .item_section_wrapper .blank_media_section {
  order: 2;
}
.jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_four_three.media_in_right .item_section_inner .item_section_wrapper .content_section {
  order: 1;
  padding-left: 0;
  padding-right: 56px;
}
@media (max-width: 1199px) {
  .jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_four_three.media_in_right .item_section_inner .item_section_wrapper .content_section {
    padding-left: 0;
    padding-right: 40px;
  }
}
@media (max-width: 991px) {
  .jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_four_three.media_in_right .item_section_inner .item_section_wrapper .content_section {
    padding-left: 0;
    padding-right: 25px;
  }
}
@media (max-width: 767px) {
  .jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_four_three.media_in_right .item_section_inner .item_section_wrapper .content_section {
    padding-left: 0;
    padding-right: 0;
  }
}
.jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_one_one .media_section {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
}
@media (max-width: 767px) {
  .jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_one_one .media_section {
    position: relative;
    top: inherit;
    left: inherit;
    height: auto;
    width: 100%;
  }
}
.jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_one_one .media_section .bg_img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  position: relative;
}
.jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_one_one .media_section .bg_img img {
  display: none;
}
@media (max-width: 767px) {
  .jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_one_one .media_section .bg_img img {
    display: block;
  }
}
.jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_one_one .item_section_inner .item_section_wrapper {
  display: flex;
  flex-wrap: wrap;
}
.jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_one_one .item_section_inner .item_section_wrapper .blank_media_section {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
}
@media (max-width: 767px) {
  .jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_one_one .item_section_inner .item_section_wrapper .blank_media_section {
    display: none;
  }
}
.jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_one_one .item_section_inner .item_section_wrapper .content_section {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 132px;
}
@media (max-width: 1359px) {
  .jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_one_one .item_section_inner .item_section_wrapper .content_section {
    padding-left: 100px;
  }
}
@media (max-width: 1199px) {
  .jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_one_one .item_section_inner .item_section_wrapper .content_section {
    padding-left: 80px;
  }
}
@media (max-width: 991px) {
  .jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_one_one .item_section_inner .item_section_wrapper .content_section {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_one_one .item_section_inner .item_section_wrapper .content_section {
    width: 100%;
    padding-left: 0;
    padding-bottom: 0;
  }
}
.jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_one_one .item_section_inner .item_section_wrapper .content_section .content_section_inner {
  max-width: 411px;
}
@media (max-width: 1199px) {
  .jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_one_one .item_section_inner .item_section_wrapper .content_section .content_section_inner {
    max-width: 390px;
  }
}
@media (max-width: 767px) {
  .jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_one_one .item_section_inner .item_section_wrapper .content_section .content_section_inner {
    max-width: 100%;
  }
}
.jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_one_one .item_section_inner .item_section_wrapper .content_section .content_section_inner .subtitle {
  margin-bottom: 8px;
}
.jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_one_one .item_section_inner .item_section_wrapper .content_section .content_section_inner .subtitle .subtitle_text {
  margin: 0;
  color: #838383;
}
.jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_one_one .item_section_inner .item_section_wrapper .content_section .content_section_inner .main_title .main_title_text {
  margin: 0;
  font-size: 36px;
}
@media (max-width: 767px) {
  .jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_one_one .item_section_inner .item_section_wrapper .content_section .content_section_inner .main_title .main_title_text {
    font-size: 24px;
    line-height: 30px;
  }
}
.jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_one_one .item_section_inner .item_section_wrapper .content_section .content_section_inner .content {
  margin-top: 24px;
}
@media (max-width: 1199px) {
  .jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_one_one .item_section_inner .item_section_wrapper .content_section .content_section_inner .content {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_one_one .item_section_inner .item_section_wrapper .content_section .content_section_inner .content {
    margin-top: 16px;
  }
}
.jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_one_one .item_section_inner .item_section_wrapper .content_section .content_section_inner .content p {
  font-size: 18px;
  line-height: 26px;
}
@media (max-width: 1199px) {
  .jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_one_one .item_section_inner .item_section_wrapper .content_section .content_section_inner .content p {
    font-size: 16px;
    line-height: 24px;
  }
}
.jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_one_one .item_section_inner .item_section_wrapper .content_section .content_section_inner .button_section {
  margin-top: 24px;
}
@media (max-width: 1199px) {
  .jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_one_one .item_section_inner .item_section_wrapper .content_section .content_section_inner .button_section {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_one_one .item_section_inner .item_section_wrapper .content_section .content_section_inner .button_section {
    margin-top: 16px;
  }
}
.jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_one_one.media_in_right .media_section {
  left: inherit;
  right: 0;
}
.jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_one_one.media_in_right .item_section_inner .item_section_wrapper .blank_media_section {
  order: 2;
}
.jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_one_one.media_in_right .item_section_inner .item_section_wrapper .content_section {
  order: 1;
  padding-left: 0;
  padding-right: 132px;
}
@media (max-width: 1359px) {
  .jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_one_one.media_in_right .item_section_inner .item_section_wrapper .content_section {
    padding-left: 0;
    padding-right: 100px;
  }
}
@media (max-width: 1199px) {
  .jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_one_one.media_in_right .item_section_inner .item_section_wrapper .content_section {
    padding-left: 0;
    padding-right: 80px;
  }
}
@media (max-width: 991px) {
  .jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_one_one.media_in_right .item_section_inner .item_section_wrapper .content_section {
    padding-left: 0;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_one_one.media_in_right .item_section_inner .item_section_wrapper .content_section {
    padding-left: 0;
    padding-right: 0;
  }
}
.jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_seexteen_nine .media_section {
  position: absolute;
  top: 0;
  left: 0;
  /*width: 64.3%;*/
  height: 100%;
  width: 60.5%;
}
@media (max-width: 1640px) {
  .jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_seexteen_nine .media_section {
    width: 64.5%;
  }
}
@media (max-width: 1199px) {
  .jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_seexteen_nine .media_section {
    width: 58%;
  }
}
@media (max-width: 991px) {
  .jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_seexteen_nine .media_section {
    width: 57%;
  }
}
@media (max-width: 840px) {
  .jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_seexteen_nine .media_section {
    width: 59%;
  }
}
@media (max-width: 767px) {
  .jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_seexteen_nine .media_section {
    position: relative;
    top: inherit;
    left: inherit;
    height: auto;
    width: 100%;
  }
}
.jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_seexteen_nine .media_section .bg_img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  position: relative;
}
.jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_seexteen_nine .media_section .bg_img img {
  display: none;
}
@media (max-width: 767px) {
  .jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_seexteen_nine .media_section .bg_img img {
    display: block;
  }
}
@media (min-width: 1921px) {
  .jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_seexteen_nine .item_section_inner .section_container {
    max-width: 68.75vw;
  }
}
.jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_seexteen_nine .item_section_inner .item_section_wrapper {
  display: flex;
  flex-wrap: wrap;
}
.jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_seexteen_nine .item_section_inner .item_section_wrapper .blank_media_section {
  display: flex;
  flex-wrap: wrap;
  width: 66%;
}
@media (max-width: 1199px) {
  .jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_seexteen_nine .item_section_inner .item_section_wrapper .blank_media_section {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_seexteen_nine .item_section_inner .item_section_wrapper .blank_media_section {
    display: none;
  }
}
.jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_seexteen_nine .item_section_inner .item_section_wrapper .content_section {
  width: 34%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 72px;
}
@media (max-width: 1359px) {
  .jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_seexteen_nine .item_section_inner .item_section_wrapper .content_section {
    padding-left: 56px;
  }
}
@media (max-width: 1199px) {
  .jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_seexteen_nine .item_section_inner .item_section_wrapper .content_section {
    width: 40%;
    padding-left: 40px;
  }
}
@media (max-width: 991px) {
  .jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_seexteen_nine .item_section_inner .item_section_wrapper .content_section {
    padding-left: 25px;
  }
}
@media (max-width: 767px) {
  .jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_seexteen_nine .item_section_inner .item_section_wrapper .content_section {
    width: 100%;
    padding-left: 0;
    padding-bottom: 0;
  }
}
.jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_seexteen_nine .item_section_inner .item_section_wrapper .content_section .content_section_inner {
  max-width: 372px;
}
@media (max-width: 767px) {
  .jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_seexteen_nine .item_section_inner .item_section_wrapper .content_section .content_section_inner {
    max-width: 100%;
  }
}
.jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_seexteen_nine .item_section_inner .item_section_wrapper .content_section .content_section_inner .subtitle {
  margin-bottom: 8px;
}
.jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_seexteen_nine .item_section_inner .item_section_wrapper .content_section .content_section_inner .subtitle .subtitle_text {
  margin: 0;
  color: #838383;
}
.jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_seexteen_nine .item_section_inner .item_section_wrapper .content_section .content_section_inner .main_title .main_title_text {
  margin: 0;
  font-size: 36px;
}
@media (max-width: 767px) {
  .jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_seexteen_nine .item_section_inner .item_section_wrapper .content_section .content_section_inner .main_title .main_title_text {
    font-size: 24px;
    line-height: 30px;
  }
}
.jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_seexteen_nine .item_section_inner .item_section_wrapper .content_section .content_section_inner .content {
  margin-top: 24px;
}
@media (max-width: 1199px) {
  .jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_seexteen_nine .item_section_inner .item_section_wrapper .content_section .content_section_inner .content {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_seexteen_nine .item_section_inner .item_section_wrapper .content_section .content_section_inner .content {
    margin-top: 16px;
  }
}
.jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_seexteen_nine .item_section_inner .item_section_wrapper .content_section .content_section_inner .content p {
  font-size: 18px;
  line-height: 26px;
}
@media (max-width: 1199px) {
  .jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_seexteen_nine .item_section_inner .item_section_wrapper .content_section .content_section_inner .content p {
    font-size: 16px;
    line-height: 24px;
  }
}
.jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_seexteen_nine .item_section_inner .item_section_wrapper .content_section .content_section_inner .button_section {
  margin-top: 24px;
}
@media (max-width: 1199px) {
  .jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_seexteen_nine .item_section_inner .item_section_wrapper .content_section .content_section_inner .button_section {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_seexteen_nine .item_section_inner .item_section_wrapper .content_section .content_section_inner .button_section {
    margin-top: 16px;
  }
}
.jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_seexteen_nine.media_in_right .media_section {
  left: inherit;
  right: 0;
}
.jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_seexteen_nine.media_in_right .item_section_inner .item_section_wrapper .blank_media_section {
  order: 2;
}
.jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_seexteen_nine.media_in_right .item_section_inner .item_section_wrapper .content_section {
  order: 1;
  padding-left: 0;
  padding-right: 56px;
}
@media (max-width: 1199px) {
  .jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_seexteen_nine.media_in_right .item_section_inner .item_section_wrapper .content_section {
    padding-left: 0;
    padding-right: 40px;
  }
}
@media (max-width: 991px) {
  .jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_seexteen_nine.media_in_right .item_section_inner .item_section_wrapper .content_section {
    padding-left: 0;
    padding-right: 25px;
  }
}
@media (max-width: 767px) {
  .jf_full_bleed_media_with_text_section .image_with_content .item .item_inner.media_ratios_seexteen_nine.media_in_right .item_section_inner .item_section_wrapper .content_section {
    padding-left: 0;
    padding-right: 0;
  }
}

.jf_tab_section.space_extra_small {
  margin: 56px 0;
}
@media (max-width: 767px) {
  .jf_tab_section.space_extra_small {
    margin: 32px 0 34px;
  }
}
.jf_tab_section.space_small {
  margin: 56px 0 81px;
}
@media (max-width: 767px) {
  .jf_tab_section.space_small {
    margin: 32px 0 34px;
  }
}
.jf_tab_section.space_normal {
  margin: 56px 0 90px;
}
@media (max-width: 767px) {
  .jf_tab_section.space_normal {
    margin: 32px 0 34px;
  }
}
.jf_tab_section.space_medium {
  margin: 56px 0 106px;
}
@media (max-width: 767px) {
  .jf_tab_section.space_medium {
    margin: 32px 0 34px;
  }
}
.jf_tab_section.space_big {
  margin: 56px 0 125px;
}
@media (max-width: 767px) {
  .jf_tab_section.space_big {
    margin: 32px 0 34px;
  }
}
.jf_tab_section_wrapper {
  max-width: 1064px;
  margin: 0 auto;
}
.jf_tab_section_wrapper_heading {
  text-align: center;
  margin: 0 0 45px;
}
@media (max-width: 991px) {
  .jf_tab_section_wrapper_heading {
    margin: 0;
  }
}
.jf_tab_section_wrapper_heading .h2 {
  margin: 0;
}
.jf_tab_section_wrapper_tagline {
  text-align: center;
}
.jf_tab_section_wrapper_tagline .h5 {
  color: #838383;
  margin: 0;
}
@media (max-width: 991px) {
  .jf_tab_section_wrapper_tagline .h5 {
    font-size: 18px;
    line-height: normal;
    margin: 0 0 4px;
  }
}
.jf_tab_section_wrapper_list .tabs_arrows {
  height: 0;
  position: relative;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all linear 0.4s;
}
.jf_tab_section_wrapper_list .tabs_arrows .activeTabText {
  padding: 7.5px 60px;
  color: #313131;
  font-family: "Whitney-Bold";
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 26px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  transition: all linear 0.4s;
}
@media (max-width: 991px) {
  .jf_tab_section_wrapper_list .tabs_arrows .activeTabText {
    font-size: 18px;
    line-height: normal;
    padding: 10px 60px;
    font-family: "Whitney-Black";
  }
}
.jf_tab_section_wrapper_list .tabs_arrows .tab_nav {
  display: inline-block;
  width: 41px;
  height: 41px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: default;
  z-index: 1;
}
.jf_tab_section_wrapper_list .tabs_arrows .tab_nav.prev {
  left: 0;
}
.jf_tab_section_wrapper_list .tabs_arrows .tab_nav.next {
  right: 0;
}
.jf_tab_section_wrapper_list .tabs_arrows .tab_nav svg path {
  transition: all linear 0.4s;
}
.jf_tab_section_wrapper_list .tabs_arrows .tab_nav.active {
  cursor: pointer;
}
.jf_tab_section_wrapper_list .tabs_arrows .tab_nav.active svg path {
  fill: #313131;
}
@media (min-width: 992px) {
  .jf_tab_section_wrapper_list .tabs_arrows .tab_nav.active:hover svg path {
    fill: #FFDB33;
  }
}
.jf_tab_section_wrapper_list .tabs_dots {
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  height: 0;
  transition: all linear 0.4s;
  padding: 0 20px;
}
.jf_tab_section_wrapper_list .tabs_dots .tab {
  padding: 0 3px;
  flex: 1 0 0;
  cursor: pointer;
}
.jf_tab_section_wrapper_list .tabs_dots .tab .tab_inner {
  background-color: #D6D6D6;
  height: 6px;
  font-size: 0;
  transition: all linear 0.4s;
}
.jf_tab_section_wrapper_list .tabs_dots .tab.active .tab_inner, .jf_tab_section_wrapper_list .tabs_dots .tab:hover .tab_inner {
  background-color: #FFDB33;
}
.jf_tab_section_wrapper_list .tabs {
  border-bottom: 2px solid #D6D6D6;
  display: flex;
  justify-content: center;
  white-space: nowrap;
  overflow: hidden;
  transition: all linear 0.4s;
}
@media (max-width: 991px) {
  .jf_tab_section_wrapper_list .tabs {
    margin: 24px 0 0;
  }
}
.jf_tab_section_wrapper_list .tabs .tab {
  padding: 0 36px;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .jf_tab_section_wrapper_list .tabs .tab {
    padding: 0 24px;
  }
}
@media (max-width: 991px) {
  .jf_tab_section_wrapper_list .tabs .tab {
    padding: 0 14px;
  }
}
@media (max-width: 575px) {
  .jf_tab_section_wrapper_list .tabs .tab {
    padding: 0;
  }
}
.jf_tab_section_wrapper_list .tabs .tab_inner {
  color: #313131;
  font-family: "Whitney-Bold";
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 26px;
  position: relative;
  padding: 0 0 16px;
}
@media (max-width: 991px) {
  .jf_tab_section_wrapper_list .tabs .tab_inner {
    font-size: 16px;
    line-height: normal;
    padding: 0 0 12px;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .jf_tab_section_wrapper_list .tabs .tab_inner {
    padding: 0 4px 12px;
    min-width: 111px;
    text-align: center;
  }
}
.jf_tab_section_wrapper_list .tabs .tab_inner::after {
  content: "";
  background-color: #FFDB33;
  width: 100%;
  height: 6px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  opacity: 0;
  transition: all linear 0.4s;
}
.jf_tab_section_wrapper_list .tabs .tab.active .tab_inner::after, .jf_tab_section_wrapper_list .tabs .tab:hover .tab_inner::after {
  opacity: 1;
}
.jf_tab_section_wrapper_list .tab_content .tab_content_item {
  display: none;
}
.jf_tab_section_wrapper_list .tab_content .tab_content_item_inner .tab_media_text {
  margin: 56px 0 0;
}
@media (max-width: 991px) {
  .jf_tab_section_wrapper_list .tab_content .tab_content_item_inner .tab_media_text {
    margin: 24px 0 0;
  }
}
.jf_tab_section_wrapper_list .tab_content .tab_content_item_inner .tab_media_text_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .jf_tab_section_wrapper_list .tab_content .tab_content_item_inner .tab_media_text_wrapper {
    align-items: flex-start;
  }
}
.jf_tab_section_wrapper_list .tab_content .tab_content_item_inner .tab_media_text_wrapper.alignment_top {
  align-items: flex-start;
}
.jf_tab_section_wrapper_list .tab_content .tab_content_item_inner .tab_media_text_wrapper_left {
  width: 53.6%;
}
@media (max-width: 991px) {
  .jf_tab_section_wrapper_list .tab_content .tab_content_item_inner .tab_media_text_wrapper_left {
    width: 100%;
    margin: 0 0 24px;
  }
}
@media (max-width: 767px) {
  .jf_tab_section_wrapper_list .tab_content .tab_content_item_inner .tab_media_text_wrapper_left {
    display: flex;
  }
}
.jf_tab_section_wrapper_list .tab_content .tab_content_item_inner .tab_media_text_wrapper_left_inner {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  position: relative;
}
@media (min-width: 768px) {
  .jf_tab_section_wrapper_list .tab_content .tab_content_item_inner .tab_media_text_wrapper_left_inner.mobile_img {
    display: none;
  }
}
@media (max-width: 767px) {
  .jf_tab_section_wrapper_list .tab_content .tab_content_item_inner .tab_media_text_wrapper_left_inner.desktop_img {
    display: none;
  }
}
.jf_tab_section_wrapper_list .tab_content .tab_content_item_inner .tab_media_text_wrapper_right {
  width: 39%;
}
@media (max-width: 1199px) {
  .jf_tab_section_wrapper_list .tab_content .tab_content_item_inner .tab_media_text_wrapper_right {
    width: 41%;
  }
}
@media (max-width: 991px) {
  .jf_tab_section_wrapper_list .tab_content .tab_content_item_inner .tab_media_text_wrapper_right {
    width: 100%;
  }
}
.jf_tab_section_wrapper_list .tab_content .tab_content_item_inner .tab_media_text_wrapper_right_inner_heading .h3 {
  margin: 0 0 24px;
}
@media (max-width: 991px) {
  .jf_tab_section_wrapper_list .tab_content .tab_content_item_inner .tab_media_text_wrapper_right_inner_heading .h3 {
    margin: 0 0 12px;
    font-size: 24px;
    line-height: 30px;
  }
}
.jf_tab_section_wrapper_list .tab_content .tab_content_item_inner .tab_media_text_wrapper_right_inner_heading .h4 {
  margin: 0 0 12px;
}
.jf_tab_section_wrapper_list .tab_content .tab_content_item_inner .tab_media_text_wrapper_right_inner_text {
  color: #5A5A5A;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 24px;
}
@media (max-width: 991px) {
  .jf_tab_section_wrapper_list .tab_content .tab_content_item_inner .tab_media_text_wrapper_right_inner_text {
    font-size: 18px;
  }
}
.jf_tab_section_wrapper_list .tab_content .tab_content_item_inner .tab_media_text_wrapper_right_inner_text.font_big {
  font-size: 18px;
  margin: 0 0 16px;
}
@media (max-width: 991px) {
  .jf_tab_section_wrapper_list .tab_content .tab_content_item_inner .tab_media_text_wrapper_right_inner_text.font_big {
    margin: 0 0 24px;
  }
}
.jf_tab_section_wrapper_list .tab_content .tab_content_item_inner .tab_media_text_wrapper_right_inner_btn {
  margin: 24px 0 0;
}
.jf_tab_section_wrapper_list .tab_content .tab_content_item_inner .tab_media_text.image_right .tab_media_text_wrapper_left {
  order: 2;
}
@media (max-width: 991px) {
  .jf_tab_section_wrapper_list .tab_content .tab_content_item_inner .tab_media_text.image_right .tab_media_text_wrapper_left {
    order: 1;
  }
}
.jf_tab_section_wrapper_list .tab_content .tab_content_item_inner .tab_media_text.image_right .tab_media_text_wrapper_right {
  order: 1;
}
@media (max-width: 991px) {
  .jf_tab_section_wrapper_list .tab_content .tab_content_item_inner .tab_media_text.image_right .tab_media_text_wrapper_right {
    order: 2;
  }
}
.jf_tab_section_wrapper_list .tab_content .tab_content_item_inner .tab_media_text_col2_list {
  display: flex;
  flex-wrap: wrap;
  margin: 40px -12px 0;
}
@media (max-width: 991px) {
  .jf_tab_section_wrapper_list .tab_content .tab_content_item_inner .tab_media_text_col2_list {
    margin: 24px 0 0;
  }
}
.jf_tab_section_wrapper_list .tab_content .tab_content_item_inner .tab_media_text_col2_list_item {
  width: 50%;
  padding: 0 12px;
  margin: 40px 0 0;
}
@media (max-width: 991px) {
  .jf_tab_section_wrapper_list .tab_content .tab_content_item_inner .tab_media_text_col2_list_item {
    width: 100%;
    padding: 0;
    margin: 25px 0 0;
  }
}
.jf_tab_section_wrapper_list .tab_content .tab_content_item_inner .tab_media_text_col2_list_item:first-child, .jf_tab_section_wrapper_list .tab_content .tab_content_item_inner .tab_media_text_col2_list_item:nth-child(2) {
  margin: 0;
}
@media (max-width: 991px) {
  .jf_tab_section_wrapper_list .tab_content .tab_content_item_inner .tab_media_text_col2_list_item:nth-child(2) {
    margin: 25px 0 0;
  }
}
.jf_tab_section_wrapper_list .tab_content .tab_content_item_inner .tab_media_text_col2_list_item_inner_img {
  margin: 0 0 25px;
}
@media (max-width: 991px) {
  .jf_tab_section_wrapper_list .tab_content .tab_content_item_inner .tab_media_text_col2_list_item_inner_img {
    margin: 0 0 24px;
  }
}
@media (max-width: 767px) {
  .jf_tab_section_wrapper_list .tab_content .tab_content_item_inner .tab_media_text_col2_list_item_inner_img {
    display: flex;
  }
}
.jf_tab_section_wrapper_list .tab_content .tab_content_item_inner .tab_media_text_col2_list_item_inner_img_inner {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  position: relative;
}
@media (min-width: 768px) {
  .jf_tab_section_wrapper_list .tab_content .tab_content_item_inner .tab_media_text_col2_list_item_inner_img_inner.mobile_img {
    display: none;
  }
}
@media (max-width: 767px) {
  .jf_tab_section_wrapper_list .tab_content .tab_content_item_inner .tab_media_text_col2_list_item_inner_img_inner.desktop_img {
    display: none;
  }
}
.jf_tab_section_wrapper_list .tab_content .tab_content_item_inner .tab_media_text_col2_list_item_inner_data_heading .h4 {
  margin: 0;
}
.jf_tab_section_wrapper_list .tab_content .tab_content_item_inner .tab_media_text_col2_list_item_inner_data_text {
  color: #5A5A5A;
  margin: 12px 0 0;
  font-size: 18px;
}
.jf_tab_section_wrapper_list .tab_content .tab_content_item_inner .tab_media_text_col2_list_item_inner_data_text.font_small {
  font-size: 16px;
  margin: 16px 0 0;
}
@media (max-width: 991px) {
  .jf_tab_section_wrapper_list .tab_content .tab_content_item_inner .tab_media_text_col2_list_item_inner_data_text.font_small {
    margin: 12px 0 0;
    font-size: 18px;
  }
}
.jf_tab_section_wrapper_list .tab_content .tab_content_item.active {
  display: block;
}
.jf_tab_section_wrapper_list.tabs_with_arrow .tabs {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  height: 0;
  margin: 0;
}
.jf_tab_section_wrapper_list.tabs_with_arrow .tabs_dots {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  height: auto;
  margin: 0 -3px 15px;
}
@media (max-width: 991px) {
  .jf_tab_section_wrapper_list.tabs_with_arrow .tabs_dots {
    margin: 16px -3px 15px;
  }
}
.jf_tab_section_wrapper_list.tabs_with_arrow .tabs_arrows {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  height: auto;
}
@media (max-width: 991px) {
  .jf_tab_section_wrapper_list.tabs_with_arrow .tab_content .tab_content_item_inner .tab_media_text,
.jf_tab_section_wrapper_list.tabs_with_arrow .tab_content .tab_content_item_inner .tab_media_text_col2_list {
    margin: 15px 0 0;
  }
}

.jf_card_blocks_section {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .jf_card_blocks_section.reduce_space {
    padding: 48px 0 71px;
  }
}
.jf_card_blocks_section.rts {
  padding-top: 0;
}
.jf_card_blocks_section.rbs {
  padding-bottom: 0;
}
.jf_card_blocks_section.aqua_bg_with_white_card {
  background-color: #E3F2F0;
}
.jf_card_blocks_section.aqua_bg_with_white_card .news_list__item__inner {
  background-color: #ffffff;
}
.jf_card_blocks_section.slate_blue_bg_with_white_card {
  background-color: #EBF1F8;
}
.jf_card_blocks_section.slate_blue_bg_with_white_card .news_list__item__inner {
  background-color: #ffffff;
}
.jf_card_blocks_section.charcoal_bg_with_white_card {
  background-color: #F2F2F2;
}
.jf_card_blocks_section.charcoal_bg_with_white_card .news_list__item__inner {
  background-color: #ffffff;
}
.jf_card_blocks_section.white_bg_with_midnight_light_card {
  background-color: #ffffff;
}
.jf_card_blocks_section.white_bg_with_midnight_light_card .news_list__item__inner {
  background-color: #EAF1F5;
}
.jf_card_blocks_section__inner .heading_sec.small_width {
  max-width: 519px;
}
.jf_card_blocks_section__inner .heading_sec__inner {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
@media (max-width: 767px) {
  .jf_card_blocks_section__inner .heading_sec__inner {
    flex-wrap: wrap;
    align-items: start;
  }
}
.jf_card_blocks_section__inner .heading_sec__inner--left {
  padding-right: 10px;
}
@media (max-width: 767px) {
  .jf_card_blocks_section__inner .heading_sec__inner--left {
    padding-right: 30px;
  }
}
.jf_card_blocks_section__inner .heading_sec__inner--left.right_side_not_available {
  width: 100%;
  padding-right: 0;
}
.jf_card_blocks_section__inner .heading_sec__inner--left__inner .sub_title {
  color: #727272;
  margin-bottom: 4px;
}
.jf_card_blocks_section__inner .heading_sec__inner--left__inner .title {
  margin-bottom: 8px;
  line-height: normal;
}
@media (max-width: 767px) {
  .jf_card_blocks_section__inner .heading_sec__inner--left__inner .title {
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .jf_card_blocks_section__inner .heading_sec__inner--left__inner .sub_text {
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .jf_card_blocks_section__inner .heading_sec__inner--left.mob_full_width {
    width: 100%;
    padding-right: 0;
    margin-bottom: 24px;
  }
}
.jf_card_blocks_section__inner .heading_sec__inner--right {
  flex-shrink: 0;
}
.jf_card_blocks_section__inner .heading_sec__inner--right__inner {
  display: flex;
  flex-direction: column;
  align-items: end;
}
@media (max-width: 767px) {
  .jf_card_blocks_section__inner .heading_sec__inner--right__inner {
    flex-direction: inherit;
    justify-content: space-between;
  }
}
.jf_card_blocks_section__inner .heading_sec__inner--right__inner .bold_img_sec {
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .jf_card_blocks_section__inner .heading_sec__inner--right__inner .bold_img_sec {
    margin-bottom: 0;
  }
}
.jf_card_blocks_section__inner .heading_sec__inner--right__inner .bold_img_sec .bold_img {
  display: flex;
  width: 101px;
  height: 55px;
  object-fit: cover;
  object-position: center;
}
.jf_card_blocks_section__inner .heading_sec__inner--right__inner .link_sec .link {
  font-family: "Satoshi-Bold";
  line-height: 115%;
}
.jf_card_blocks_section__inner .heading_sec__inner--right__inner .link_sec .btn.big_btn {
  font-size: 18px;
}
@media (max-width: 767px) {
  .jf_card_blocks_section__inner .heading_sec__inner--right__inner .link_sec .btn {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .jf_card_blocks_section__inner .heading_sec__inner--right.mob_full_width {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .jf_card_blocks_section__inner .heading_sec__inner--right.mob_full_width .heading_sec__inner--right__inner {
    flex-direction: inherit;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.jf_card_blocks_section__inner .news_list__section {
  margin-top: 24px;
}
.jf_card_blocks_section__inner .news_list__section .news_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
@media (max-width: 1199px) {
  .jf_card_blocks_section__inner .news_list__section .news_list {
    margin: 0 -6px;
  }
}
@media (max-width: 575px) {
  .jf_card_blocks_section__inner .news_list__section .news_list {
    margin: 0;
  }
}
.jf_card_blocks_section__inner .news_list__section .news_list__item {
  width: 33.3333333333%;
  padding: 0 12px;
  margin-top: 24px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1199px) {
  .jf_card_blocks_section__inner .news_list__section .news_list__item {
    padding: 0 6px;
  }
}
@media (max-width: 991px) {
  .jf_card_blocks_section__inner .news_list__section .news_list__item {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .jf_card_blocks_section__inner .news_list__section .news_list__item {
    width: 100%;
    padding: 0;
  }
}
.jf_card_blocks_section__inner .news_list__section .news_list__item:first-child {
  margin-top: 0;
}
.jf_card_blocks_section__inner .news_list__section .news_list__item:nth-child(2) {
  margin-top: 0;
}
@media (max-width: 575px) {
  .jf_card_blocks_section__inner .news_list__section .news_list__item:nth-child(2) {
    margin-top: 24px;
  }
}
.jf_card_blocks_section__inner .news_list__section .news_list__item:nth-child(3) {
  margin-top: 0;
}
@media (max-width: 991px) {
  .jf_card_blocks_section__inner .news_list__section .news_list__item:nth-child(3) {
    margin-top: 24px;
  }
}
.jf_card_blocks_section__inner .news_list__section .news_list__item__inner {
  padding: 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.jf_card_blocks_section__inner .news_list__section .news_list__item__inner.with_link {
  position: relative;
  transition: all 0.5s ease-in-out;
}
.jf_card_blocks_section__inner .news_list__section .news_list__item__inner.with_link:hover .featured_img__bg_outer .featured_img__bg {
  transform: scale(1.15);
}
.jf_card_blocks_section__inner .news_list__section .news_list__item__inner .hover_link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.jf_card_blocks_section__inner .news_list__section .news_list__item__inner .featured_img__bg_outer {
  overflow: hidden;
  margin-bottom: 16px;
}
@media (max-width: 575px) {
  .jf_card_blocks_section__inner .news_list__section .news_list__item__inner .featured_img__bg_outer {
    margin-bottom: 14px;
  }
}
.jf_card_blocks_section__inner .news_list__section .news_list__item__inner .featured_img__bg_outer .featured_img__bg {
  transition: all 0.5s ease;
  transform: scale(1);
}
.jf_card_blocks_section__inner .news_list__section .news_list__item__inner .featured_img__bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.jf_card_blocks_section__inner .news_list__section .news_list__item__inner .featured_img__bg img {
  display: flex;
}
.jf_card_blocks_section__inner .news_list__section .news_list__item__inner .date_cat_sec {
  display: flex;
  flex-wrap: wrap;
}
.jf_card_blocks_section__inner .news_list__section .news_list__item__inner .date_cat_sec .cat_text {
  margin-right: 16px;
  position: relative;
  padding-left: 12px;
}
.jf_card_blocks_section__inner .news_list__section .news_list__item__inner .date_cat_sec .cat_text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #75C4B5;
}
.jf_card_blocks_section__inner .news_list__section .news_list__item__inner .date_cat_sec .cat_text,
.jf_card_blocks_section__inner .news_list__section .news_list__item__inner .date_cat_sec .date_text {
  color: #727272;
  font-family: "Whitney-Bold";
  margin-bottom: 8px;
  line-height: 22px;
}
.jf_card_blocks_section__inner .news_list__section .news_list__item__inner .title_text {
  margin-bottom: 8px;
  line-height: 125%;
}
@media (max-width: 1359px) {
  .jf_card_blocks_section__inner .news_list__section .news_list__item__inner .title_text {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .jf_card_blocks_section__inner .news_list__section .news_list__item__inner .title_text {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .jf_card_blocks_section__inner .news_list__section .news_list__item__inner .title_text {
    font-size: 24px;
  }
}
.jf_card_blocks_section__inner .news_list__section .news_list.columns_fit .news_list__item {
  margin-top: 0 !important;
  flex: 1;
}
.jf_card_blocks_section__inner .news_list__section .news_list.columns_2 .news_list__item {
  margin-top: 0;
  width: 50%;
}
@media (max-width: 575px) {
  .jf_card_blocks_section__inner .news_list__section .news_list.columns_2 .news_list__item {
    width: 100%;
    margin-top: 24px;
  }
}
.jf_card_blocks_section__inner .news_list__section .news_list.columns_2 .news_list__item:nth-child(n+3) {
  margin-top: 24px;
}
.jf_card_blocks_section__inner .news_list__section .news_list.columns_4 .news_list__item {
  margin-top: 0;
  width: 25%;
}
.jf_card_blocks_section__inner .news_list__section .news_list.columns_4 .news_list__item:nth-child(n+5) {
  margin-top: 24px;
}
@media (max-width: 991px) {
  .jf_card_blocks_section__inner .news_list__section .news_list.columns_4 .news_list__item {
    width: 50%;
  }
  .jf_card_blocks_section__inner .news_list__section .news_list.columns_4 .news_list__item:nth-child(n+3) {
    margin-top: 24px;
  }
}
@media (max-width: 575px) {
  .jf_card_blocks_section__inner .news_list__section .news_list.columns_4 .news_list__item {
    width: 100%;
    padding: 0;
    margin-top: 24px;
  }
}
.jf_card_blocks_section__inner .news_list__section.icon_card .news_list__item__inner {
  padding: 40px;
  align-items: flex-start;
}
@media (max-width: 1199px) {
  .jf_card_blocks_section__inner .news_list__section.icon_card .news_list__item__inner {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .jf_card_blocks_section__inner .news_list__section.icon_card .news_list__item__inner {
    padding: 24px;
  }
}
.jf_card_blocks_section__inner .news_list__section.icon_card .news_list__item__inner .featured_img__bg_outer .featured_img__bg {
  transform: none !important;
}
.jf_card_blocks_section__inner .news_list__section.icon_card .news_list__item__inner .featured_img__bg {
  background-position: left;
  background-size: contain;
  max-height: 80px;
  margin-bottom: 16px;
}
@media (max-width: 575px) {
  .jf_card_blocks_section__inner .news_list__section.icon_card .news_list__item__inner .featured_img__bg {
    max-height: 62px;
  }
}
@media (max-width: 575px) {
  .jf_card_blocks_section__inner .news_list__section.icon_card .news_list__item__inner .featured_img__bg img {
    max-height: 62px;
  }
}
.jf_card_blocks_section__inner .news_list__section.icon_card .news_list__item__inner .title_text {
  margin-bottom: 16px;
  position: relative;
  padding-bottom: 5px;
  pointer-events: none;
}
.jf_card_blocks_section__inner .news_list__section.icon_card .news_list__item__inner .title_text:before {
  content: "";
  position: absolute;
  bottom: -3px;
  height: 2px;
  width: 0%;
  transition: all 0.5s ease;
  background-color: #313131;
}
.jf_card_blocks_section__inner .news_list__section.icon_card .news_list__item__inner .post_content {
  color: #000000;
}
.jf_card_blocks_section__inner .news_list__section.icon_card .news_list__item__inner .post_content p {
  line-height: 22px;
}
.jf_card_blocks_section__inner .news_list__section.icon_card .news_list__item__inner:hover .title_text:before {
  width: 100%;
}
.jf_card_blocks_section__inner .news_list__section.latest_news .news_list__item__inner .post_content, .jf_card_blocks_section__inner .news_list__section.select_latest_news .news_list__item__inner .post_content {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.jf_card_blocks_section__inner .news_list__section.manual_card .news_list__item__inner .post_content {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.dynamic_list.columns_fit .dynamic_item {
  flex: 1;
  margin-top: 24px !important;
}
.dynamic_list.columns_2 .dynamic_item {
  width: 50% !important;
}
@media (max-width: 575px) {
  .dynamic_list.columns_2 .dynamic_item {
    width: 100% !important;
  }
}
.dynamic_list.columns_2 .dynamic_item:nth-child(n+3) {
  margin-top: 24px !important;
}
.dynamic_list.columns_4 .dynamic_item {
  margin-top: 24px !important;
  width: 25% !important;
}
.dynamic_list.columns_4 .dynamic_item:nth-child(n+5) {
  margin-top: 24px;
}
@media (max-width: 991px) {
  .dynamic_list.columns_4 .dynamic_item {
    width: 50% !important;
  }
  .dynamic_list.columns_4 .dynamic_item:nth-child(n+3) {
    margin-top: 24px;
  }
}
@media (max-width: 575px) {
  .dynamic_list.columns_4 .dynamic_item {
    width: 100% !important;
    padding: 0;
    margin-top: 24px;
  }
}

.publications_card_list_grid_view {
  margin: 80px 0;
}
@media (max-width: 1359px) {
  .publications_card_list_grid_view {
    margin: 70px 0;
  }
}
@media (max-width: 1199px) {
  .publications_card_list_grid_view {
    margin: 60px 0;
  }
}
@media (max-width: 991px) {
  .publications_card_list_grid_view {
    margin: 50px 0;
  }
}
@media (max-width: 767px) {
  .publications_card_list_grid_view {
    margin: 40px 0;
  }
}
.publications_card_list_grid_view .section_inner .section_wrapper .heading_section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.publications_card_list_grid_view .section_inner .section_wrapper .heading_section .title {
  padding-right: 50px;
  width: calc(100% - 200px);
}
@media (max-width: 575px) {
  .publications_card_list_grid_view .section_inner .section_wrapper .heading_section .title {
    width: 100%;
    padding-right: 0;
  }
}
.publications_card_list_grid_view .section_inner .section_wrapper .heading_section .title .title_text {
  margin: 0;
}
.publications_card_list_grid_view .section_inner .section_wrapper .heading_section .button_arrow {
  width: 200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 575px) {
  .publications_card_list_grid_view .section_inner .section_wrapper .heading_section .button_arrow {
    width: 100%;
    justify-content: flex-start;
    margin-top: 16px;
  }
}
.publications_card_list_grid_view .section_inner .section_wrapper .card_grid_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
@media (max-width: 575px) {
  .publications_card_list_grid_view .section_inner .section_wrapper .card_grid_list {
    margin: 0;
  }
}
.publications_card_list_grid_view .section_inner .section_wrapper .card_grid_list .item {
  width: 25%;
  padding: 0 12px;
  margin-top: 40px;
  position: relative;
}
@media (max-width: 1199px) {
  .publications_card_list_grid_view .section_inner .section_wrapper .card_grid_list .item {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .publications_card_list_grid_view .section_inner .section_wrapper .card_grid_list .item {
    width: 100%;
    padding: 0;
  }
}
.publications_card_list_grid_view .section_inner .section_wrapper .card_grid_list .item .box_hover_link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.publications_card_list_grid_view .section_inner .section_wrapper .card_grid_list .item .item_inner .image_section {
  height: 172px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 767px) {
  .publications_card_list_grid_view .section_inner .section_wrapper .card_grid_list .item .item_inner .image_section {
    height: 190px;
  }
}
.publications_card_list_grid_view .section_inner .section_wrapper .card_grid_list .item .item_inner .image_section.bg_color_JF_Midnight {
  background-color: #003252;
}
.publications_card_list_grid_view .section_inner .section_wrapper .card_grid_list .item .item_inner .image_section.bg_color_JF_Aqua {
  background-color: #75C4B5;
}
.publications_card_list_grid_view .section_inner .section_wrapper .card_grid_list .item .item_inner .image_section.bg_color_JF_Teal {
  background-color: #005957;
}
.publications_card_list_grid_view .section_inner .section_wrapper .card_grid_list .item .item_inner .image_section.bg_color_JF_Slate_Blue {
  background-color: #53719A;
}
.publications_card_list_grid_view .section_inner .section_wrapper .card_grid_list .item .item_inner .image_section .image {
  max-width: 104px;
  max-height: 148px;
  margin-left: auto;
  margin-right: auto;
  transform: scale(1);
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .publications_card_list_grid_view .section_inner .section_wrapper .card_grid_list .item .item_inner .image_section .image {
    max-width: 116px;
    max-height: 164px;
  }
}
.publications_card_list_grid_view .section_inner .section_wrapper .card_grid_list .item .item_inner .image_section .image img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}
.publications_card_list_grid_view .section_inner .section_wrapper .card_grid_list .item .item_inner .content_section {
  padding-top: 24px;
}
@media (max-width: 991px) {
  .publications_card_list_grid_view .section_inner .section_wrapper .card_grid_list .item .item_inner .content_section {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .publications_card_list_grid_view .section_inner .section_wrapper .card_grid_list .item .item_inner .content_section {
    margin-top: 18px;
  }
}
@media (max-width: 575px) {
  .publications_card_list_grid_view .section_inner .section_wrapper .card_grid_list .item .item_inner .content_section {
    padding-top: 16px;
    margin-top: 0;
  }
}
.publications_card_list_grid_view .section_inner .section_wrapper .card_grid_list .item .item_inner .content_section .content_section_inner .title .title_text {
  margin: 0;
}
@media (max-width: 1199px) {
  .publications_card_list_grid_view .section_inner .section_wrapper .card_grid_list .item .item_inner .content_section .content_section_inner .title .title_text {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 575px) {
  .publications_card_list_grid_view .section_inner .section_wrapper .card_grid_list .item .item_inner .content_section .content_section_inner .title .title_text {
    font-size: 24px;
    line-height: 30px;
  }
}
.publications_card_list_grid_view .section_inner .section_wrapper .card_grid_list .item .item_inner .content_section .content_section_inner .excerpt {
  margin-top: 16px;
}
@media (max-width: 991px) {
  .publications_card_list_grid_view .section_inner .section_wrapper .card_grid_list .item .item_inner .content_section .content_section_inner .excerpt {
    margin-top: 12px;
  }
}
@media (max-width: 767px) {
  .publications_card_list_grid_view .section_inner .section_wrapper .card_grid_list .item .item_inner .content_section .content_section_inner .excerpt {
    margin-top: 10px;
  }
}
@media (max-width: 575px) {
  .publications_card_list_grid_view .section_inner .section_wrapper .card_grid_list .item .item_inner .content_section .content_section_inner .excerpt {
    margin-top: 8px;
  }
}
.publications_card_list_grid_view .section_inner .section_wrapper .card_grid_list .item:hover .item_inner .image_section .image {
  transform: scale(1.25);
}

.jf_cta_blocks_section {
  overflow: hidden;
  margin: 80px 0;
}
@media (max-width: 1359px) {
  .jf_cta_blocks_section {
    margin: 70px 0;
  }
}
@media (max-width: 1199px) {
  .jf_cta_blocks_section {
    margin: 60px 0;
  }
}
@media (max-width: 991px) {
  .jf_cta_blocks_section {
    margin: 50px 0;
  }
}
@media (max-width: 767px) {
  .jf_cta_blocks_section {
    margin: 40px 0;
  }
}
.jf_cta_blocks_section.rts {
  margin-top: 0 !important;
}
.jf_cta_blocks_section.rbs {
  margin-bottom: 0 !important;
}
.jf_cta_blocks_section.increase_ts {
  margin-top: 130px;
}
@media (max-width: 1359px) {
  .jf_cta_blocks_section.increase_ts {
    margin-top: 110px;
  }
}
@media (max-width: 1199px) {
  .jf_cta_blocks_section.increase_ts {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .jf_cta_blocks_section.increase_ts {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .jf_cta_blocks_section.increase_ts {
    margin-top: 60px 0;
  }
}
.jf_cta_blocks_section.increase_bs {
  margin-bottom: 130px;
}
@media (max-width: 1359px) {
  .jf_cta_blocks_section.increase_bs {
    margin-bottom: 110px;
  }
}
@media (max-width: 1199px) {
  .jf_cta_blocks_section.increase_bs {
    margin-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .jf_cta_blocks_section.increase_bs {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .jf_cta_blocks_section.increase_bs {
    margin-bottom: 60px;
  }
}
.jf_cta_blocks_section.color_yellow .jf_cta_blocks_section__inner {
  background-color: #FFDB33;
}
.jf_cta_blocks_section.color_aqua .jf_cta_blocks_section__inner {
  background-color: #75C4B5;
}
.jf_cta_blocks_section.color_teal .jf_cta_blocks_section__inner {
  background-color: #005957;
}
.jf_cta_blocks_section.color_slate_blue .jf_cta_blocks_section__inner {
  background-color: #53719A;
}
.jf_cta_blocks_section.color_midnight .jf_cta_blocks_section__inner {
  background-color: #003252;
}
.jf_cta_blocks_section .jf_cta_blocks_section__outer .jf_cta_blocks_section__inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.jf_cta_blocks_section .jf_cta_blocks_section__outer .jf_cta_blocks_section__inner .media_section.shape_1 {
  width: 411px;
  min-height: 250px;
}
@media (max-width: 767px) {
  .jf_cta_blocks_section .jf_cta_blocks_section__outer .jf_cta_blocks_section__inner .media_section.shape_1 {
    width: 100%;
  }
}
.jf_cta_blocks_section .jf_cta_blocks_section__outer .jf_cta_blocks_section__inner .media_section.shape_1 svg {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .jf_cta_blocks_section .jf_cta_blocks_section__outer .jf_cta_blocks_section__inner .media_section.shape_1 svg {
    transform: translateX(-60px);
  }
}
@media (max-width: 767px) {
  .jf_cta_blocks_section .jf_cta_blocks_section__outer .jf_cta_blocks_section__inner .media_section.shape_1 svg {
    transform: translateX(-65px);
  }
}
.jf_cta_blocks_section .jf_cta_blocks_section__outer .jf_cta_blocks_section__inner .media_section.shape_1 svg.for_desktop {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
@media (max-width: 991px) {
  .jf_cta_blocks_section .jf_cta_blocks_section__outer .jf_cta_blocks_section__inner .media_section.shape_1 svg.for_desktop {
    left: -20px;
    transform: translateX(-50px);
  }
}
@media (max-width: 767px) {
  .jf_cta_blocks_section .jf_cta_blocks_section__outer .jf_cta_blocks_section__inner .media_section.shape_1 svg.for_desktop {
    display: none;
  }
}
.jf_cta_blocks_section .jf_cta_blocks_section__outer .jf_cta_blocks_section__inner .media_section.shape_1 svg.for_mobile {
  display: none;
}
@media (max-width: 767px) {
  .jf_cta_blocks_section .jf_cta_blocks_section__outer .jf_cta_blocks_section__inner .media_section.shape_1 svg.for_mobile {
    display: block;
  }
}
.jf_cta_blocks_section .jf_cta_blocks_section__outer .jf_cta_blocks_section__inner .media_section.shape_2 {
  width: 411px;
  min-height: 234px;
}
@media (max-width: 767px) {
  .jf_cta_blocks_section .jf_cta_blocks_section__outer .jf_cta_blocks_section__inner .media_section.shape_2 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .jf_cta_blocks_section .jf_cta_blocks_section__outer .jf_cta_blocks_section__inner .media_section.shape_2.image_section {
    transform: translate(50px, 50px);
  }
}
.jf_cta_blocks_section .jf_cta_blocks_section__outer .jf_cta_blocks_section__inner .media_section.shape_2 svg {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 991px) {
  .jf_cta_blocks_section .jf_cta_blocks_section__outer .jf_cta_blocks_section__inner .media_section.shape_2 svg {
    transform: translateX(0px);
  }
}
@media (max-width: 767px) {
  .jf_cta_blocks_section .jf_cta_blocks_section__outer .jf_cta_blocks_section__inner .media_section.shape_2 svg {
    transform: translateX(0px);
  }
}
.jf_cta_blocks_section .jf_cta_blocks_section__outer .jf_cta_blocks_section__inner .media_section.shape_2 svg.for_desktop {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
@media (max-width: 991px) {
  .jf_cta_blocks_section .jf_cta_blocks_section__outer .jf_cta_blocks_section__inner .media_section.shape_2 svg.for_desktop {
    left: -20px;
    transform: translate(50px, 50px);
  }
}
@media (max-width: 767px) {
  .jf_cta_blocks_section .jf_cta_blocks_section__outer .jf_cta_blocks_section__inner .media_section.shape_2 svg.for_desktop {
    display: none;
  }
}
.jf_cta_blocks_section .jf_cta_blocks_section__outer .jf_cta_blocks_section__inner .media_section.shape_2 svg.for_mobile {
  display: none;
}
@media (max-width: 767px) {
  .jf_cta_blocks_section .jf_cta_blocks_section__outer .jf_cta_blocks_section__inner .media_section.shape_2 svg.for_mobile {
    display: block;
    transform: translateY(5px);
  }
}
.jf_cta_blocks_section .jf_cta_blocks_section__outer .jf_cta_blocks_section__inner .content_section {
  width: calc(100% - 411px);
  position: relative;
  padding: 80px 0;
}
@media (max-width: 1359px) {
  .jf_cta_blocks_section .jf_cta_blocks_section__outer .jf_cta_blocks_section__inner .content_section {
    padding: 70px 0;
  }
}
@media (max-width: 1199px) {
  .jf_cta_blocks_section .jf_cta_blocks_section__outer .jf_cta_blocks_section__inner .content_section {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .jf_cta_blocks_section .jf_cta_blocks_section__outer .jf_cta_blocks_section__inner .content_section {
    /*padding: 50px 0;*/
  }
}
@media (max-width: 767px) {
  .jf_cta_blocks_section .jf_cta_blocks_section__outer .jf_cta_blocks_section__inner .content_section {
    padding: 0 24px 40px;
  }
}
@media (max-width: 767px) {
  .jf_cta_blocks_section .jf_cta_blocks_section__outer .jf_cta_blocks_section__inner .content_section {
    width: 100%;
    margin-top: 24px;
  }
}
.jf_cta_blocks_section .jf_cta_blocks_section__outer .jf_cta_blocks_section__inner .content_section .content_wrapper {
  max-width: 830px;
  padding: 0 50px;
}
@media (max-width: 991px) {
  .jf_cta_blocks_section .jf_cta_blocks_section__outer .jf_cta_blocks_section__inner .content_section .content_wrapper {
    padding: 0 20px 0 0px;
  }
}
@media (max-width: 767px) {
  .jf_cta_blocks_section .jf_cta_blocks_section__outer .jf_cta_blocks_section__inner .content_section .content_wrapper {
    padding: 0;
  }
}
.jf_cta_blocks_section .jf_cta_blocks_section__outer .jf_cta_blocks_section__inner .content_section .content_wrapper .content_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.jf_cta_blocks_section .jf_cta_blocks_section__outer .jf_cta_blocks_section__inner .content_section .content_wrapper .content_inner .cta_content {
  width: calc(100% - 190px);
}
@media (max-width: 1199px) {
  .jf_cta_blocks_section .jf_cta_blocks_section__outer .jf_cta_blocks_section__inner .content_section .content_wrapper .content_inner .cta_content {
    width: 100%;
  }
}
.jf_cta_blocks_section .jf_cta_blocks_section__outer .jf_cta_blocks_section__inner .content_section .content_wrapper .content_inner .cta_content.text_color_charcoal .heading_text {
  color: #313131;
}
.jf_cta_blocks_section .jf_cta_blocks_section__outer .jf_cta_blocks_section__inner .content_section .content_wrapper .content_inner .cta_content.text_color_charcoal .content p {
  color: #313131;
}
.jf_cta_blocks_section .jf_cta_blocks_section__outer .jf_cta_blocks_section__inner .content_section .content_wrapper .content_inner .cta_content.text_color_white .heading_text {
  color: #ffffff;
}
.jf_cta_blocks_section .jf_cta_blocks_section__outer .jf_cta_blocks_section__inner .content_section .content_wrapper .content_inner .cta_content.text_color_white .content p {
  color: #ffffff;
}
.jf_cta_blocks_section .jf_cta_blocks_section__outer .jf_cta_blocks_section__inner .content_section .content_wrapper .content_inner .cta_content .heading_text {
  margin: 0;
}
@media (max-width: 1199px) {
  .jf_cta_blocks_section .jf_cta_blocks_section__outer .jf_cta_blocks_section__inner .content_section .content_wrapper .content_inner .cta_content .heading_text {
    font-size: 50px;
    line-height: 112.5%;
  }
}
@media (max-width: 991px) {
  .jf_cta_blocks_section .jf_cta_blocks_section__outer .jf_cta_blocks_section__inner .content_section .content_wrapper .content_inner .cta_content .heading_text {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .jf_cta_blocks_section .jf_cta_blocks_section__outer .jf_cta_blocks_section__inner .content_section .content_wrapper .content_inner .cta_content .heading_text {
    font-size: 32px;
  }
}
.jf_cta_blocks_section .jf_cta_blocks_section__outer .jf_cta_blocks_section__inner .content_section .content_wrapper .content_inner .cta_content .content {
  margin-top: 16px;
}
@media (max-width: 1199px) {
  .jf_cta_blocks_section .jf_cta_blocks_section__outer .jf_cta_blocks_section__inner .content_section .content_wrapper .content_inner .cta_content .content p {
    font-size: 20px;
    line-height: 133.333%;
  }
}
@media (max-width: 991px) {
  .jf_cta_blocks_section .jf_cta_blocks_section__outer .jf_cta_blocks_section__inner .content_section .content_wrapper .content_inner .cta_content .content p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .jf_cta_blocks_section .jf_cta_blocks_section__outer .jf_cta_blocks_section__inner .content_section .content_wrapper .content_inner .cta_content .content p {
    font-size: 16px;
  }
}
.jf_cta_blocks_section .jf_cta_blocks_section__outer .jf_cta_blocks_section__inner .content_section .content_wrapper .content_inner .cta_link {
  width: 190px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding-left: 20px;
}
@media (max-width: 1199px) {
  .jf_cta_blocks_section .jf_cta_blocks_section__outer .jf_cta_blocks_section__inner .content_section .content_wrapper .content_inner .cta_link {
    width: 100%;
    justify-content: flex-start;
    padding-left: 0;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .jf_cta_blocks_section .jf_cta_blocks_section__outer .jf_cta_blocks_section__inner .content_section .content_wrapper .content_inner .cta_link {
    margin-top: 24px;
  }
}
.jf_cta_blocks_section .jf_cta_blocks_section__outer .jf_cta_blocks_section__inner .content_section .content_wrapper .content_inner .cta_link .btn {
  background-color: #FFDB33;
  color: #313131;
}
.jf_cta_blocks_section .jf_cta_blocks_section__outer .jf_cta_blocks_section__inner .content_section .content_wrapper .content_inner .cta_link .btn.btn_arrow_charcoal {
  background-color: #313131;
  color: #ffffff;
}
.jf_cta_blocks_section .jf_cta_blocks_section__outer .jf_cta_blocks_section__inner.shape_2 .content_section {
  width: calc(100% - 503px);
  z-index: 1;
}
@media (max-width: 1359px) {
  .jf_cta_blocks_section .jf_cta_blocks_section__outer .jf_cta_blocks_section__inner.shape_2 .content_section {
    width: calc(100% - 411px);
  }
}
@media (max-width: 767px) {
  .jf_cta_blocks_section .jf_cta_blocks_section__outer .jf_cta_blocks_section__inner.shape_2 .content_section {
    width: 100%;
    padding-bottom: 0;
    margin-top: 48px;
  }
}
.jf_cta_blocks_section .jf_cta_blocks_section__outer .jf_cta_blocks_section__inner.shape_2 .content_section .content_wrapper {
  max-width: 834px;
  padding: 0 20px 0 84px;
  margin-right: -63px;
}
@media (max-width: 1199px) {
  .jf_cta_blocks_section .jf_cta_blocks_section__outer .jf_cta_blocks_section__inner.shape_2 .content_section .content_wrapper {
    padding: 0 20px 0 50px;
  }
}
@media (max-width: 767px) {
  .jf_cta_blocks_section .jf_cta_blocks_section__outer .jf_cta_blocks_section__inner.shape_2 .content_section .content_wrapper {
    margin-right: 0;
    padding: 0;
  }
}
.jf_cta_blocks_section .jf_cta_blocks_section__outer .jf_cta_blocks_section__inner.shape_2 .media_section {
  width: 503px;
}
@media (max-width: 1359px) {
  .jf_cta_blocks_section .jf_cta_blocks_section__outer .jf_cta_blocks_section__inner.shape_2 .media_section {
    width: 411px;
  }
}
@media (max-width: 767px) {
  .jf_cta_blocks_section .jf_cta_blocks_section__outer .jf_cta_blocks_section__inner.shape_2 .media_section {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: -10px;
  }
}
.jf_cta_blocks_section .jf_cta_blocks_section__outer .jf_cta_blocks_section__inner.shape_2 .media_section svg.for_desktop {
  top: inherit;
  right: 0;
  bottom: 0;
  left: inherit;
}

.jf_hero_header_section {
  overflow: hidden;
  margin: 80px 0;
}
@media (max-width: 1359px) {
  .jf_hero_header_section {
    margin: 70px 0;
  }
}
@media (max-width: 1199px) {
  .jf_hero_header_section {
    margin: 60px 0;
  }
}
@media (max-width: 991px) {
  .jf_hero_header_section {
    margin: 50px 0;
  }
}
@media (max-width: 767px) {
  .jf_hero_header_section {
    margin: 40px 0;
  }
}
.jf_hero_header_section.rts {
  margin-top: 0 !important;
}
.jf_hero_header_section.rbs {
  margin-bottom: 0 !important;
}
.jf_hero_header_section .section_inner.color_yellow {
  background-color: #FFDB33;
}
.jf_hero_header_section .section_inner.color_aqua {
  background-color: #75C4B5;
}
.jf_hero_header_section .section_inner.color_teal {
  background-color: #005957;
}
.jf_hero_header_section .section_inner.color_slate_blue {
  background-color: #53719A;
}
.jf_hero_header_section .section_inner.color_midnight {
  background-color: #003252;
}
@media (max-width: 767px) {
  .jf_hero_header_section .section_inner.section_is_image_type .content_section {
    background-color: #ffffff;
    width: 100%;
  }
}
.jf_hero_header_section .section_inner {
  position: relative;
}
@media (max-width: 767px) {
  .jf_hero_header_section .section_inner {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .jf_hero_header_section .section_inner .content_section {
    order: 2;
  }
}
.jf_hero_header_section .section_inner .content_section .content_section_inner {
  width: calc(60% - 10px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 80px 20px 80px 0px;
}
@media (max-width: 1440px) {
  .jf_hero_header_section .section_inner .content_section .content_section_inner {
    padding: 60px 20px 60px 0px;
  }
}
@media (max-width: 1199px) {
  .jf_hero_header_section .section_inner .content_section .content_section_inner {
    padding: 40px 15px 40px 0px;
  }
}
@media (max-width: 767px) {
  .jf_hero_header_section .section_inner .content_section .content_section_inner {
    width: 100%;
    padding: 24px 0 48px;
  }
}
.jf_hero_header_section .section_inner .content_section .content_section_inner .content_wrapper .section_content {
  position: relative;
  z-index: 1;
}
.jf_hero_header_section .section_inner .content_section .content_section_inner .content_wrapper .section_content .sub_heading_text {
  font-size: 24px;
  line-height: 125%;
  font-family: "Whitney-Black";
  color: #686868;
}
@media (max-width: 1199px) {
  .jf_hero_header_section .section_inner .content_section .content_section_inner .content_wrapper .section_content .sub_heading_text {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .jf_hero_header_section .section_inner .content_section .content_section_inner .content_wrapper .section_content .sub_heading_text {
    font-size: 20px;
  }
}
.jf_hero_header_section .section_inner .content_section .content_section_inner .content_wrapper .section_content .heading_text {
  margin: 0;
}
.jf_hero_header_section .section_inner .content_section .content_section_inner .content_wrapper .section_content .heading_text span {
  font-family: "Whitney Book";
}
.jf_hero_header_section .section_inner .content_section .content_section_inner .content_wrapper .section_content .heading_text.font_small {
  font-size: 48px;
  line-height: 56px;
}
@media (max-width: 1360px) {
  .jf_hero_header_section .section_inner .content_section .content_section_inner .content_wrapper .section_content .heading_text.font_small {
    font-size: 42px;
    line-height: 50px;
  }
}
@media (max-width: 1199px) {
  .jf_hero_header_section .section_inner .content_section .content_section_inner .content_wrapper .section_content .heading_text.font_small {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (max-width: 991px) {
  .jf_hero_header_section .section_inner .content_section .content_section_inner .content_wrapper .section_content .heading_text.font_small {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 1360px) {
  .jf_hero_header_section .section_inner .content_section .content_section_inner .content_wrapper .section_content .heading_text {
    font-size: 56px;
    line-height: 64px;
  }
}
@media (max-width: 1199px) {
  .jf_hero_header_section .section_inner .content_section .content_section_inner .content_wrapper .section_content .heading_text {
    font-size: 46px;
    line-height: 112.5%;
  }
}
@media (max-width: 991px) {
  .jf_hero_header_section .section_inner .content_section .content_section_inner .content_wrapper .section_content .heading_text {
    font-size: 36px;
  }
}
.jf_hero_header_section .section_inner .content_section .content_section_inner .content_wrapper .section_content .content {
  margin-top: 16px;
}
@media (max-width: 1199px) {
  .jf_hero_header_section .section_inner .content_section .content_section_inner .content_wrapper .section_content .content p {
    font-size: 20px;
    line-height: 133.333%;
  }
}
@media (max-width: 991px) {
  .jf_hero_header_section .section_inner .content_section .content_section_inner .content_wrapper .section_content .content p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .jf_hero_header_section .section_inner .content_section .content_section_inner .content_wrapper .section_content .content p {
    font-size: 16px;
    line-height: 150%;
  }
}
.jf_hero_header_section .section_inner .content_section .content_section_inner .content_wrapper .section_content.text_color_charcoal .sub_heading_text {
  color: #686868 !important;
}
.jf_hero_header_section .section_inner .content_section .content_section_inner .content_wrapper .section_content.text_color_charcoal .heading_text {
  color: #313131;
}
.jf_hero_header_section .section_inner .content_section .content_section_inner .content_wrapper .section_content.text_color_charcoal .heading_text span {
  font-family: "Whitney Book";
}
.jf_hero_header_section .section_inner .content_section .content_section_inner .content_wrapper .section_content.text_color_charcoal .content p {
  color: #313131;
}
.jf_hero_header_section .section_inner .content_section .content_section_inner .content_wrapper .section_content.text_color_white .sub_heading_text {
  color: #d6d6d6 !important;
}
.jf_hero_header_section .section_inner .content_section .content_section_inner .content_wrapper .section_content.text_color_white .heading_text {
  color: #ffffff;
}
.jf_hero_header_section .section_inner .content_section .content_section_inner .content_wrapper .section_content.text_color_white .heading_text span {
  font-family: "Whitney Book";
}
.jf_hero_header_section .section_inner .content_section .content_section_inner .content_wrapper .section_content.text_color_white .content p {
  color: #ffffff;
}
.jf_hero_header_section .section_inner .content_section .content_section_inner .content_wrapper .section_link {
  margin-top: 24px;
}
.jf_hero_header_section .section_inner .content_section .content_section_inner .content_wrapper .section_link.for_mobile {
  display: none;
}
.jf_hero_header_section .section_inner .content_section .content_section_inner .content_wrapper .section_link .btn.btn_arrow_charcoal:hover {
  background-color: #313131;
  color: #ffffff;
}
.jf_hero_header_section .section_inner .content_section .content_section_inner.content_ratio_seexteen_nine {
  padding: 44px 20px 44px 0px;
}
@media (max-width: 1199px) {
  .jf_hero_header_section .section_inner .content_section .content_section_inner.content_ratio_seexteen_nine {
    padding: 40px 15px 40px 0px;
  }
}
@media (max-width: 767px) {
  .jf_hero_header_section .section_inner .content_section .content_section_inner.content_ratio_seexteen_nine {
    padding: 24px 0 48px;
  }
}
.jf_hero_header_section .section_inner .media_section {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(40% + 10px);
  height: 100%;
}
@media (max-width: 767px) {
  .jf_hero_header_section .section_inner .media_section {
    width: 74%;
    margin-left: auto;
    top: inherit;
    right: inherit;
    order: 1;
    position: relative;
  }
}
.jf_hero_header_section .section_inner .media_section .media_section_inner {
  height: 100%;
}
.jf_hero_header_section .section_inner .media_section .media_section_inner .media_section_wrapper {
  height: 100%;
  position: relative;
  margin-left: auto;
}
.jf_hero_header_section .section_inner .media_section .media_section_inner .media_section_wrapper .image_type_section .bg_img {
  position: absolute;
  width: calc(100% + 3px);
  height: 100%;
  left: -3px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center left;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .jf_hero_header_section .section_inner .media_section .media_section_inner .media_section_wrapper .image_type_section .bg_img {
    position: relative;
  }
}
.jf_hero_header_section .section_inner .media_section .media_section_inner .media_section_wrapper .image_type_section .bg_img img {
  width: 100%;
  height: 100%;
}
.jf_hero_header_section .section_inner .media_section .media_section_inner .media_section_wrapper .image_type_section svg {
  position: absolute;
  left: -4px;
  top: 0;
  height: 100%;
}
.jf_hero_header_section .section_inner .media_section .media_section_inner .media_section_wrapper .shape_type_section {
  height: 100%;
}
@media (min-width: 768px) {
  .jf_hero_header_section .section_inner .media_section .media_section_inner .media_section_wrapper .shape_type_section svg {
    position: absolute;
    left: -2px;
    top: 0;
    height: 100%;
  }
}
.jf_hero_header_section .section_inner .media_section .media_section_inner .media_section_wrapper .shape_type_section.for_desktop .bg_img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center left;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .jf_hero_header_section .section_inner .media_section .media_section_inner .media_section_wrapper .shape_type_section.for_desktop .bg_img {
    position: relative;
  }
}
.jf_hero_header_section .section_inner .media_section .media_section_inner .media_section_wrapper .shape_type_section.for_desktop .bg_img img {
  width: 100%;
  height: 100%;
}
.jf_hero_header_section .section_inner .media_section .media_section_inner .media_section_wrapper .shape_type_section.for_desktop .bg_color {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}
@media (max-width: 767px) {
  .jf_hero_header_section .section_inner .media_section .media_section_inner .media_section_wrapper .shape_type_section.for_desktop {
    display: none;
  }
}
.jf_hero_header_section .section_inner .media_section .media_section_inner .media_section_wrapper .shape_type_section.for_mobile {
  display: none;
}
@media (max-width: 767px) {
  .jf_hero_header_section .section_inner .media_section .media_section_inner .media_section_wrapper .shape_type_section.for_mobile {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: -25px;
  }
}
.jf_hero_header_section .section_inner .media_section .media_section_inner .media_section_wrapper.media_ratio_one_one {
  max-width: 78%;
}
@media (max-width: 767px) {
  .jf_hero_header_section .section_inner.section_is_image_type .content_section .content_section_inner .content_wrapper .section_link.for_desktop {
    display: none;
  }
}
.jf_hero_header_section .section_inner.section_is_image_type .content_section .content_section_inner .content_wrapper .section_link.for_mobile {
  display: none;
}
@media (max-width: 767px) {
  .jf_hero_header_section .section_inner.section_is_image_type .content_section .content_section_inner .content_wrapper .section_link.for_mobile {
    display: block;
  }
}
@media (max-width: 767px) {
  .jf_hero_header_section .section_inner.section_is_shape_type .content_section {
    order: 1;
  }
  .jf_hero_header_section .section_inner.section_is_shape_type .content_section .content_section_inner {
    padding: 48px 0 0;
  }
  .jf_hero_header_section .section_inner.section_is_shape_type .media_section {
    order: 2;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .jf_hero_header_section .section_is_image_type.section_inner .content_section .content_section_inner .content_wrapper .section_content.text_color_white .sub_heading_text {
    color: #686868 !important;
  }

  .jf_hero_header_section .section_is_image_type h1.heading_text {
    color: #313131 !important;
  }

  .jf_hero_header_section .section_is_image_type .content p {
    color: #313131 !important;
  }
}
.jf_inner_hero_header_section {
  margin: 60px 0;
}
.jf_inner_hero_header_section.rts {
  margin-top: 0;
}
.jf_inner_hero_header_section.rbs {
  margin-bottom: 0;
}
.jf_inner_hero_header_section .section_inner {
  padding: 48px 0;
  background-color: #ffffff;
}
.jf_inner_hero_header_section .section_inner .section_wrapper .section_top_content {
  margin-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  width: 100%;
}
.jf_inner_hero_header_section .section_inner .section_wrapper .section_top_content .sub_heading {
  color: #727272;
  font-family: "Whitney-Bold";
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  margin-right: 24px;
}
.jf_inner_hero_header_section .section_inner .section_wrapper .section_top_content .programme_status {
  padding: 4px 12px;
  display: flex;
  align-items: center;
  font-family: "Whitney-Bold";
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 22px;
  margin-right: 16px;
  text-transform: capitalize;
}
.jf_inner_hero_header_section .section_inner .section_wrapper .section_top_content .programme_status:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: transparent;
  margin-right: 6px;
}
.jf_inner_hero_header_section .section_inner .section_wrapper .section_top_content .programme_status.status_open {
  background-color: #dfeeec;
  color: #005957;
}
.jf_inner_hero_header_section .section_inner .section_wrapper .section_top_content .programme_status.status_open:before {
  background-color: #005957;
}
.jf_inner_hero_header_section .section_inner .section_wrapper .section_top_content .programme_status.status_closed {
  background-color: #f3e0e0;
  color: #9b0303;
}
.jf_inner_hero_header_section .section_inner .section_wrapper .section_top_content .programme_status.status_closed:before {
  background-color: #9b0303;
}
.jf_inner_hero_header_section .section_inner .section_wrapper .section_top_content .tags_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.jf_inner_hero_header_section .section_inner .section_wrapper .section_top_content .tags_list .tag_item {
  padding: 4px 12px;
  background-color: #f2f2f2;
  color: #313131;
  font-family: "Whitney-Bold";
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 22px;
  margin-right: 16px;
  text-transform: capitalize;
}
.jf_inner_hero_header_section .section_inner .section_wrapper .section_top_content .tags_list .tag_item:last-child {
  margin-right: 0;
}
.jf_inner_hero_header_section .section_inner .section_wrapper .section_title {
  color: #313131;
  font-family: "Whitney-Black";
  font-size: 64px;
  font-style: normal;
  font-weight: normal;
  line-height: 72px;
  margin-bottom: 16px;
}
.jf_inner_hero_header_section .section_inner .section_wrapper .section_post_date {
  margin-bottom: 16px;
  color: #727272;
  font-family: "Whitney-Bold";
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
}
.jf_inner_hero_header_section .section_inner .section_wrapper .section_brief {
  color: #313131;
  font-family: "Whitney-Black";
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
}
.jf_inner_hero_header_section .section_inner .section_wrapper .section_description.small_width {
  max-width: 625px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .jf_inner_hero_header_section .section_inner .section_wrapper .section_description.body_big_text {
    font-size: 20px;
    line-height: 28px;
  }
}
.jf_inner_hero_header_section .section_inner .section_wrapper .feature_post_thumbnail {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.jf_inner_hero_header_section .section_inner .section_wrapper .feature_post_thumbnail img {
  width: 100%;
}
.jf_inner_hero_header_section.member_banner {
  min-height: 410px;
  position: relative;
}
@media (max-width: 767px) {
  .jf_inner_hero_header_section.member_banner {
    min-height: inherit;
    margin-bottom: 30px;
  }
}
.jf_inner_hero_header_section.member_banner .bg_yellow {
  background-color: #ffdb33;
}
.jf_inner_hero_header_section.member_banner .bg_aqua {
  background-color: #75c4b5;
}
.jf_inner_hero_header_section.member_banner .bg_teal {
  background-color: #005957;
}
.jf_inner_hero_header_section.member_banner .bg_slate_blue {
  background-color: #003252;
}
.jf_inner_hero_header_section.member_banner .bg_midnight {
  background-color: #53719a;
}
.jf_inner_hero_header_section.member_banner .inner_hero_header_single {
  min-height: 320px;
  display: flex;
  align-items: center;
}
.jf_inner_hero_header_section.member_banner .inner_hero_header_single .section_wrapper {
  max-width: 61.8055555556vw;
}
.jf_inner_hero_header_section.member_banner .inner_hero_header_single .section_wrapper .section_top_content {
  margin-bottom: 0;
}
.jf_inner_hero_header_section.member_banner .inner_hero_header_single .section_wrapper .section_top_content .sub_heading {
  color: #686868;
}
.jf_inner_hero_header_section.member_banner .inner_hero_header_single .section_wrapper .section_title {
  margin-bottom: 12px;
}
.jf_inner_hero_header_section.member_banner .inner_hero_header_single .section_wrapper .member_details {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.jf_inner_hero_header_section.member_banner .inner_hero_header_single .section_wrapper .member_details .designation {
  color: #000;
  font-family: "Whitney-Book";
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 20px;
  margin-right: 14px;
}
.jf_inner_hero_header_section.member_banner .inner_hero_header_single .section_wrapper .member_details .linkedin_link {
  color: #313131;
  outline: none;
  text-decoration: none;
  line-height: 0;
}
.jf_inner_hero_header_section.member_banner .inner_hero_header_single .section_wrapper .member_details .linkedin_link svg {
  transform: scale(1);
  transition: all 0.5s ease;
}
.jf_inner_hero_header_section.member_banner .inner_hero_header_single .section_wrapper .member_details .linkedin_link:hover svg {
  transform: scale(1.2);
}
.jf_inner_hero_header_section.member_banner .member_image {
  position: absolute;
  right: 0;
  top: 0;
}
.jf_inner_hero_header_section.member_banner .member_image .bg_image_outer svg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.jf_inner_hero_header_section.member_banner .member_image .bg_image_outer .bg_image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.single-post .jf_inner_hero_header_section {
  margin-top: 0;
}

@media (max-width: 1199px) {
  .jf_inner_hero_header_section .section_inner .section_wrapper .section_title {
    font-size: 54px;
    line-height: 62px;
  }
  .jf_inner_hero_header_section.member_banner .inner_hero_header_single .section_wrapper {
    max-width: 55.0458715596vw;
  }
}
@media (max-width: 991px) {
  .jf_inner_hero_header_section .section_inner .section_wrapper .section_top_content .sub_heading {
    font-size: 22px;
    line-height: 28px;
  }
  .jf_inner_hero_header_section .section_inner .section_wrapper .section_title {
    font-size: 48px;
    line-height: 54px;
  }
  .jf_inner_hero_header_section .section_inner .section_wrapper .section_brief {
    font-size: 22px;
  }
  .jf_inner_hero_header_section.member_banner .inner_hero_header_single .section_wrapper {
    max-width: 43.3905146317vw;
  }
  .jf_inner_hero_header_section.member_banner .inner_hero_header_single .section_wrapper .member_details .designation {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .jf_inner_hero_header_section .section_inner .section_wrapper .section_title {
    font-size: 40px;
    line-height: 46px;
  }
  .jf_inner_hero_header_section .section_inner .section_wrapper .section_brief {
    font-size: 20px;
  }
  .jf_inner_hero_header_section.member_banner .section_inner {
    display: flex;
    flex-direction: column;
    background-color: transparent;
    padding: 0;
  }
  .jf_inner_hero_header_section.member_banner .section_inner .inner_hero_header_single {
    order: 1;
    min-height: auto;
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .jf_inner_hero_header_section.member_banner .section_inner .inner_hero_header_single .section_wrapper {
    max-width: none;
  }
  .jf_inner_hero_header_section.member_banner .section_inner .inner_hero_header_single .section_wrapper .section_top_content .sub_heading {
    font-size: 16px;
    line-height: 22px;
  }
  .jf_inner_hero_header_section.member_banner .section_inner .inner_hero_header_single .section_wrapper .section_title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 8px;
  }
  .jf_inner_hero_header_section.member_banner .section_inner .inner_hero_header_single .section_wrapper .member_details .designation {
    font-size: 24px;
  }
}
@media (max-width: 767px) and (max-width: 360px) {
  .jf_inner_hero_header_section.member_banner .section_inner .inner_hero_header_single .section_wrapper .member_details .designation {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .jf_inner_hero_header_section.member_banner .section_inner.bg_yellow {
    background-color: transparent;
  }
  .jf_inner_hero_header_section.member_banner .section_inner.bg_yellow .member_image {
    background-color: #ffdb33;
  }
}
@media (max-width: 767px) {
  .jf_inner_hero_header_section.member_banner .section_inner.bg_aqua {
    background-color: transparent;
  }
  .jf_inner_hero_header_section.member_banner .section_inner.bg_aqua .member_image {
    background-color: #75c4b5;
  }
}
@media (max-width: 767px) {
  .jf_inner_hero_header_section.member_banner .section_inner.bg_teal {
    background-color: transparent;
  }
  .jf_inner_hero_header_section.member_banner .section_inner.bg_teal .member_image {
    background-color: #005957;
  }
}
@media (max-width: 767px) {
  .jf_inner_hero_header_section.member_banner .section_inner.bg_slate_blue {
    background-color: transparent;
  }
  .jf_inner_hero_header_section.member_banner .section_inner.bg_slate_blue .member_image {
    background-color: #003252;
  }
}
@media (max-width: 767px) {
  .jf_inner_hero_header_section.member_banner .section_inner.bg_midnight {
    background-color: transparent;
  }
  .jf_inner_hero_header_section.member_banner .section_inner.bg_midnight .member_image {
    background-color: #53719a;
  }
}
@media (max-width: 767px) {
  .jf_inner_hero_header_section.member_banner .section_inner .member_image {
    order: 0;
    position: relative;
    width: 100%;
  }
  .jf_inner_hero_header_section.member_banner .section_inner .member_image .bg_image_outer {
    width: 41.6vw;
    margin-left: auto;
    position: relative;
  }
  .jf_inner_hero_header_section.member_banner .section_inner .member_image .bg_image_outer .bg_image {
    height: 41.6vw;
  }
}
.jf_image_collage_section {
  margin: 80px 0;
}
@media (max-width: 1359px) {
  .jf_image_collage_section {
    margin: 70px 0;
  }
}
@media (max-width: 1199px) {
  .jf_image_collage_section {
    margin: 60px 0;
  }
}
@media (max-width: 991px) {
  .jf_image_collage_section {
    margin: 50px 0;
  }
}
@media (max-width: 767px) {
  .jf_image_collage_section {
    margin: 40px 0;
  }
}
.jf_image_collage_section.remove_ts {
  margin-top: 0 !important;
}
.jf_image_collage_section.remove_bs {
  margin-bottom: 0 !important;
}
.jf_image_collage_section .section_inner .section_wrapper .section_heading_part {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 32px;
}
@media (max-width: 1359px) {
  .jf_image_collage_section .section_inner .section_wrapper .section_heading_part {
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .jf_image_collage_section .section_inner .section_wrapper .section_heading_part {
    margin-bottom: 28px;
  }
}
@media (max-width: 991px) {
  .jf_image_collage_section .section_inner .section_wrapper .section_heading_part {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .jf_image_collage_section .section_inner .section_wrapper .section_heading_part {
    margin-bottom: 20px;
  }
}
.jf_image_collage_section .section_inner .section_wrapper .section_heading_part .left_section {
  padding-right: 30px;
  width: calc(100% - 200px);
}
@media (max-width: 767px) {
  .jf_image_collage_section .section_inner .section_wrapper .section_heading_part .left_section {
    width: 100%;
  }
}
.jf_image_collage_section .section_inner .section_wrapper .section_heading_part .left_section .left_section_inner {
  max-width: 630px;
}
.jf_image_collage_section .section_inner .section_wrapper .section_heading_part .left_section .left_section_inner .sub_heading_section {
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .jf_image_collage_section .section_inner .section_wrapper .section_heading_part .left_section .left_section_inner .sub_heading_section {
    margin-bottom: 0;
  }
}
.jf_image_collage_section .section_inner .section_wrapper .section_heading_part .left_section .left_section_inner .sub_heading_section .sub_heading_text {
  margin: 0;
  color: #838383;
}
.jf_image_collage_section .section_inner .section_wrapper .section_heading_part .left_section .left_section_inner .heading_section .heading_text {
  margin: 0;
}
.jf_image_collage_section .section_inner .section_wrapper .section_heading_part .left_section .left_section_inner .description_section {
  margin-top: 16px;
}
@media (max-width: 1199px) {
  .jf_image_collage_section .section_inner .section_wrapper .section_heading_part .left_section .left_section_inner .description_section {
    margin-top: 13px;
  }
}
@media (max-width: 991px) {
  .jf_image_collage_section .section_inner .section_wrapper .section_heading_part .left_section .left_section_inner .description_section {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .jf_image_collage_section .section_inner .section_wrapper .section_heading_part .left_section .left_section_inner .description_section {
    margin-top: 8px;
  }
}
.jf_image_collage_section .section_inner .section_wrapper .section_heading_part .left_section.set_full_width {
  width: 100%;
  padding-right: 0;
}
.jf_image_collage_section .section_inner .section_wrapper .section_heading_part .left_section.set_full_width .left_section_inner {
  max-width: 100%;
}
.jf_image_collage_section .section_inner .section_wrapper .section_heading_part .right_section {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: auto;
  width: 200px;
}
@media (max-width: 767px) {
  .jf_image_collage_section .section_inner .section_wrapper .section_heading_part .right_section {
    width: 100%;
    margin-top: 16px;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .jf_image_collage_section .section_inner .section_wrapper .section_heading_part .right_section.hide_cta_in_mobile {
    display: none;
  }
}
.jf_image_collage_section .section_inner .section_wrapper .grid_images_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
@media (max-width: 1359px) {
  .jf_image_collage_section .section_inner .section_wrapper .grid_images_list {
    margin: 0 -10px;
  }
}
@media (max-width: 1199px) {
  .jf_image_collage_section .section_inner .section_wrapper .grid_images_list {
    margin: 0 -8px;
  }
}
@media (max-width: 991px) {
  .jf_image_collage_section .section_inner .section_wrapper .grid_images_list {
    margin: 0 -6px;
  }
}
@media (max-width: 767px) {
  .jf_image_collage_section .section_inner .section_wrapper .grid_images_list {
    margin: 0 -4px;
  }
}
.jf_image_collage_section .section_inner .section_wrapper .grid_images_list .item {
  padding: 0 12px;
}
@media (max-width: 1359px) {
  .jf_image_collage_section .section_inner .section_wrapper .grid_images_list .item {
    padding: 0 10px;
  }
}
@media (max-width: 1199px) {
  .jf_image_collage_section .section_inner .section_wrapper .grid_images_list .item {
    padding: 0 8px;
  }
}
@media (max-width: 991px) {
  .jf_image_collage_section .section_inner .section_wrapper .grid_images_list .item {
    padding: 0 6px;
  }
}
@media (max-width: 767px) {
  .jf_image_collage_section .section_inner .section_wrapper .grid_images_list .item {
    padding: 0 4px;
  }
}
.jf_image_collage_section .section_inner .section_wrapper .grid_images_list .item .item_inner {
  background-color: #313131;
}
.jf_image_collage_section .section_inner .section_wrapper .grid_images_list .item .item_inner .bg_img {
  position: relative;
}
.jf_image_collage_section .section_inner .section_wrapper .grid_images_list .item .item_inner a {
  display: flex;
  flex-wrap: wrap;
}
.jf_image_collage_section .section_inner .section_wrapper .grid_images_list .item .item_inner a .bg_img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-wrap: wrap;
  transition: all ease 0.5s;
  position: relative;
}
.jf_image_collage_section .section_inner .section_wrapper .grid_images_list .item .item_inner a .bg_img img {
  width: 100%;
  height: 100%;
}
.jf_image_collage_section .section_inner .section_wrapper .grid_images_list .item .item_inner a:hover .bg_img {
  opacity: 0.6;
}
.jf_image_collage_section .section_inner .section_wrapper .grid_images_list.ratio_two_three .item_1 {
  width: 41.7%;
}
@media (max-width: 767px) {
  .jf_image_collage_section .section_inner .section_wrapper .grid_images_list.ratio_two_three .item_1 {
    width: 50%;
  }
}
.jf_image_collage_section .section_inner .section_wrapper .grid_images_list.ratio_two_three .item_2 {
  width: 58.3%;
}
@media (max-width: 767px) {
  .jf_image_collage_section .section_inner .section_wrapper .grid_images_list.ratio_two_three .item_2 {
    width: 50%;
  }
}
.jf_image_collage_section .section_inner .section_wrapper .grid_images_list.ratio_three_two .item_1 {
  width: 58.3%;
}
@media (max-width: 767px) {
  .jf_image_collage_section .section_inner .section_wrapper .grid_images_list.ratio_three_two .item_1 {
    width: 50%;
  }
}
.jf_image_collage_section .section_inner .section_wrapper .grid_images_list.ratio_three_two .item_2 {
  width: 41.7%;
}
@media (max-width: 767px) {
  .jf_image_collage_section .section_inner .section_wrapper .grid_images_list.ratio_three_two .item_2 {
    width: 50%;
  }
}
.jf_image_collage_section .section_inner .section_wrapper .grid_images_list.ratio_sixteen_nine .item_1 {
  width: 58.3%;
}
@media (max-width: 767px) {
  .jf_image_collage_section .section_inner .section_wrapper .grid_images_list.ratio_sixteen_nine .item_1 {
    width: 50%;
  }
}
.jf_image_collage_section .section_inner .section_wrapper .grid_images_list.ratio_sixteen_nine .item_2 {
  width: 41.7%;
}
@media (max-width: 767px) {
  .jf_image_collage_section .section_inner .section_wrapper .grid_images_list.ratio_sixteen_nine .item_2 {
    width: 50%;
  }
}
.jf_image_collage_section .section_inner .section_wrapper .grid_images_list.ratio_nine_sixteen .item_1 {
  width: 41.7%;
}
@media (max-width: 767px) {
  .jf_image_collage_section .section_inner .section_wrapper .grid_images_list.ratio_nine_sixteen .item_1 {
    width: 50%;
  }
}
.jf_image_collage_section .section_inner .section_wrapper .grid_images_list.ratio_nine_sixteen .item_2 {
  width: 58.3%;
}
@media (max-width: 767px) {
  .jf_image_collage_section .section_inner .section_wrapper .grid_images_list.ratio_nine_sixteen .item_2 {
    width: 50%;
  }
}
.jf_image_collage_section .section_inner .section_wrapper .grid_images_list.ratio_four_three .item_1 {
  width: 58.3%;
}
@media (max-width: 767px) {
  .jf_image_collage_section .section_inner .section_wrapper .grid_images_list.ratio_four_three .item_1 {
    width: 50%;
  }
}
.jf_image_collage_section .section_inner .section_wrapper .grid_images_list.ratio_four_three .item_2 {
  width: 41.7%;
}
@media (max-width: 767px) {
  .jf_image_collage_section .section_inner .section_wrapper .grid_images_list.ratio_four_three .item_2 {
    width: 50%;
  }
}
.jf_image_collage_section .section_inner .section_wrapper .grid_images_list.ratio_three_four .item_1 {
  width: 41.7%;
}
@media (max-width: 767px) {
  .jf_image_collage_section .section_inner .section_wrapper .grid_images_list.ratio_three_four .item_1 {
    width: 50%;
  }
}
.jf_image_collage_section .section_inner .section_wrapper .grid_images_list.ratio_three_four .item_2 {
  width: 58.3%;
}
@media (max-width: 767px) {
  .jf_image_collage_section .section_inner .section_wrapper .grid_images_list.ratio_three_four .item_2 {
    width: 50%;
  }
}
.jf_image_collage_section .section_inner .section_wrapper .masonry_images_list.masonry {
  column-gap: 24px;
  padding: 0;
  margin: 0 -12px;
}
@media (max-width: 1199px) {
  .jf_image_collage_section .section_inner .section_wrapper .masonry_images_list.masonry {
    margin: 0 -10px;
  }
}
@media (max-width: 991px) {
  .jf_image_collage_section .section_inner .section_wrapper .masonry_images_list.masonry {
    margin: 0 -7px;
  }
}
@media (max-width: 767px) {
  .jf_image_collage_section .section_inner .section_wrapper .masonry_images_list.masonry {
    margin: 40px -8px 0 -8px;
  }
}
.jf_image_collage_section .section_inner .section_wrapper .masonry_images_list.masonry .grid-sizer,
.jf_image_collage_section .section_inner .section_wrapper .masonry_images_list.masonry .mas-n-item {
  width: 33.33%;
}
@media (max-width: 767px) {
  .jf_image_collage_section .section_inner .section_wrapper .masonry_images_list.masonry .grid-sizer,
.jf_image_collage_section .section_inner .section_wrapper .masonry_images_list.masonry .mas-n-item {
    width: 50%;
  }
}
.jf_image_collage_section .section_inner .section_wrapper .masonry_images_list.masonry .item {
  display: inline-block;
  margin: 0 0 24px;
  position: relative;
  padding: 0 12px;
}
@media (max-width: 1199px) {
  .jf_image_collage_section .section_inner .section_wrapper .masonry_images_list.masonry .item {
    margin: 0 0 20px;
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  .jf_image_collage_section .section_inner .section_wrapper .masonry_images_list.masonry .item {
    margin: 0 0 14px;
    padding: 0 7px;
  }
}
@media (max-width: 767px) {
  .jf_image_collage_section .section_inner .section_wrapper .masonry_images_list.masonry .item {
    margin: 0 0 8px;
    padding: 0 4px;
  }
}
.jf_image_collage_section .section_inner .section_wrapper .masonry_images_list.masonry .item > a {
  display: flex;
  flex-wrap: wrap;
  transition: all ease 0.5s;
  background-color: #313131;
}
.jf_image_collage_section .section_inner .section_wrapper .masonry_images_list.masonry .item > a img {
  width: 100%;
  height: 100%;
  transition: all ease 0.5s;
}
.jf_image_collage_section .section_inner .section_wrapper .masonry_images_list.masonry .item > a:hover img {
  opacity: 0.6;
}
.jf_image_collage_section .section_inner .section_wrapper .masonry_images_list.masonry .item .floating_caption_tooltip {
  right: 12px;
}
@media (max-width: 1199px) {
  .jf_image_collage_section .section_inner .section_wrapper .masonry_images_list.masonry .item .floating_caption_tooltip {
    right: 10px;
  }
}
@media (max-width: 991px) {
  .jf_image_collage_section .section_inner .section_wrapper .masonry_images_list.masonry .item .floating_caption_tooltip {
    right: 7px;
  }
}
@media (max-width: 767px) {
  .jf_image_collage_section .section_inner .section_wrapper .masonry_images_list.masonry .item .floating_caption_tooltip {
    right: 4px;
  }
}
.jf_image_collage_section .section_inner .section_wrapper .masonry_images_list.masonry .item .floating_tooltip {
  left: 20px;
}

.fancybox-bg {
  background: rgba(0, 0, 0, 0.85) !important;
  backdrop-filter: blur(10px) !important;
}

.jf_three_column_fellow_list_section {
  margin: 85px 0 190px;
}
.jf_three_column_fellow_list_section.mt-0 {
  margin-top: 0;
}
.jf_three_column_fellow_list_section.mrb-0 {
  margin-bottom: 85px;
}
.jf_three_column_fellow_list_section.mb-0 {
  margin-bottom: 0;
}
.jf_three_column_fellow_list_section .section_inner .section_wrapper .template_common_filter_area {
  position: relative;
  border-bottom: 2px solid #d6d6d6;
  padding-bottom: 24px;
  overflow: hidden;
}
@media (max-width: 1359px) {
  .jf_three_column_fellow_list_section .section_inner .section_wrapper .template_common_filter_area {
    padding-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .jf_three_column_fellow_list_section .section_inner .section_wrapper .template_common_filter_area {
    padding-bottom: 16px;
  }
}
@media (max-width: 991px) {
  .jf_three_column_fellow_list_section .section_inner .section_wrapper .template_common_filter_area {
    padding-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .jf_three_column_fellow_list_section .section_inner .section_wrapper .template_common_filter_area {
    padding-bottom: 8px;
  }
}
.jf_three_column_fellow_list_section .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.jf_three_column_fellow_list_section .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left {
  display: flex;
  align-items: center;
}
.jf_three_column_fellow_list_section .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .desktop_filter_left_part {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .jf_three_column_fellow_list_section .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .desktop_filter_left_part {
    display: none;
  }
}
.jf_three_column_fellow_list_section .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .mobile_filter_left_part {
  display: none;
  position: relative;
  padding-bottom: 8px;
}
.jf_three_column_fellow_list_section .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .mobile_filter_left_part:after {
  content: "";
  position: absolute;
  width: 0;
  height: 4px;
  left: 0;
  bottom: 0;
  background: #FFDB33;
  transition: all ease 0.5s;
}
@media (max-width: 767px) {
  .jf_three_column_fellow_list_section .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .mobile_filter_left_part {
    display: flex;
    flex-wrap: wrap;
  }
  .jf_three_column_fellow_list_section .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .mobile_filter_left_part .filter_icons svg {
    display: flex;
    flex-wrap: wrap;
  }
  .jf_three_column_fellow_list_section .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .mobile_filter_left_part .filter_icons .close_filter_icon {
    display: none;
  }
  .jf_three_column_fellow_list_section .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .mobile_filter_left_part .filter_text {
    font-size: 20px;
    line-height: 26px;
    font-family: "Whitney-Bold";
    margin-left: 8px;
  }
  .jf_three_column_fellow_list_section .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .mobile_filter_left_part.filter_menu_active .filter_icons .open_filter_icon {
    display: none;
  }
  .jf_three_column_fellow_list_section .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .mobile_filter_left_part.filter_menu_active .filter_icons .close_filter_icon {
    display: block;
  }
  .jf_three_column_fellow_list_section .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .mobile_filter_left_part.filter_menu_active:after {
    width: 100%;
  }
}
.jf_three_column_fellow_list_section .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .com_filter_lab {
  color: #313131;
  font-family: "Whitney-Bold";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin-right: 40px;
  cursor: pointer;
  padding-bottom: 8px;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 1359px) {
  .jf_three_column_fellow_list_section .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .com_filter_lab {
    margin-right: 35px;
  }
}
@media (max-width: 1199px) {
  .jf_three_column_fellow_list_section .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .com_filter_lab {
    margin-right: 30px;
  }
}
@media (max-width: 991px) {
  .jf_three_column_fellow_list_section .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .com_filter_lab {
    margin-right: 25px;
  }
}
@media (max-width: 767px) {
  .jf_three_column_fellow_list_section .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .com_filter_lab {
    margin-right: 20px;
  }
}
.jf_three_column_fellow_list_section .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .com_filter_lab .icon {
  display: flex;
  align-items: center;
  margin: 4px 0 0 8px;
}
.jf_three_column_fellow_list_section .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .com_filter_lab .icon svg {
  transition: all ease 0.5s;
}
.jf_three_column_fellow_list_section .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .com_filter_lab:after {
  content: "";
  position: absolute;
  width: 0;
  height: 4px;
  left: 0;
  bottom: 0;
  background: #FFDB33;
  transition: all ease 0.5s;
}
.jf_three_column_fellow_list_section .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .com_filter_lab:hover:after {
  width: 100%;
}
.jf_three_column_fellow_list_section .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .com_filter_lab.active:after {
  width: 100%;
}
.jf_three_column_fellow_list_section .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .com_filter_lab.active .icon svg {
  transform: rotate(180deg);
}
.jf_three_column_fellow_list_section .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .com_filter_lab:last-child {
  margin-right: 0;
}
.jf_three_column_fellow_list_section .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_right .com_search_toggle {
  display: flex;
  align-items: center;
  color: #313131;
  font-family: "Whitney-Bold";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
@media (max-width: 767px) {
  .jf_three_column_fellow_list_section .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_right .com_search_toggle {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 8px;
  }
}
.jf_three_column_fellow_list_section .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_right .com_search_toggle svg {
  margin-right: 8px;
}
.jf_three_column_fellow_list_section .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_right .template_common_search_bar {
  width: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  transition: width 0.5s ease;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.jf_three_column_fellow_list_section .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_right .template_common_search_bar input {
  color: #313131;
  font-family: Whitney Book;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  width: calc(100% - 50px);
  padding: 5px 10px;
  border: none;
}
.jf_three_column_fellow_list_section .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_right .template_common_search_bar input::placeholder {
  color: #adadad;
}
@media (max-width: 767px) {
  .jf_three_column_fellow_list_section .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_right .template_common_search_bar input {
    font-size: 20px;
    line-height: 28px;
  }
}
.jf_three_column_fellow_list_section .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_right.show_search_bar .template_common_search_bar {
  opacity: 1;
  visibility: visible;
  z-index: 2;
  width: 100%;
}
@media (max-width: 767px) {
  .jf_three_column_fellow_list_section .section_inner .section_wrapper .template_common_filter_area .all_filtered_item_options {
    display: none;
  }
}
.jf_three_column_fellow_list_section .section_inner .section_wrapper .template_common_filter_area .all_filtered_item_options .mobile_apply_now_button {
  display: none;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .jf_three_column_fellow_list_section .section_inner .section_wrapper .template_common_filter_area .all_filtered_item_options .mobile_apply_now_button {
    display: block;
  }
}
.jf_three_column_fellow_list_section .section_inner .section_wrapper .template_common_filter_area .all_filtered_item_options .mobile_apply_now_button .mobile_filter_submit {
  width: 100%;
}
@media (max-width: 767px) {
  .jf_three_column_fellow_list_section .section_inner .section_wrapper .template_common_filter_area .all_filtered_item_options .template_filter_common_part {
    display: block !important;
  }
  .jf_three_column_fellow_list_section .section_inner .section_wrapper .template_common_filter_area .all_filtered_item_options .template_filter_common_part.filter_1 {
    margin-top: 24px;
  }
}
.jf_three_column_fellow_list_section .section_inner .section_wrapper .template_common_filter_area .all_filtered_item_options .template_filter_common_part .mobile_only {
  display: none;
  font-size: 20px;
  line-height: 26px;
  font-family: "Whitney-Bold";
}
@media (max-width: 767px) {
  .jf_three_column_fellow_list_section .section_inner .section_wrapper .template_common_filter_area .all_filtered_item_options .template_filter_common_part .mobile_only {
    display: block;
  }
}
.jf_three_column_fellow_list_section .section_inner .section_wrapper .template_common_filter_area .all_filtered_item_options .template_filter_common_part .filter_items {
  margin: 24px 0 20px;
  display: flex;
  flex-wrap: wrap;
}
.jf_three_column_fellow_list_section .section_inner .section_wrapper .template_common_filter_area .all_filtered_item_options .template_filter_common_part .filter_items .filter_item {
  margin: 0 12px 12px 0 !important;
  background: #f3f3f3;
  padding: 6px 8px !important;
  line-height: 22px !important;
  font-family: "Whitney-Bold" !important;
  cursor: pointer;
  transition: all ease 0.5s;
}
.jf_three_column_fellow_list_section .section_inner .section_wrapper .template_common_filter_area .all_filtered_item_options .template_filter_common_part .filter_items .filter_item::before {
  display: none !important;
}
.jf_three_column_fellow_list_section .section_inner .section_wrapper .template_common_filter_area .all_filtered_item_options .template_filter_common_part .filter_items .filter_item.active {
  background: #FFDB33;
}
.jf_three_column_fellow_list_section .section_inner .section_wrapper .template_common_filter_area .all_filtered_item_options .template_filter_common_part .filter_items .filter_item:hover {
  background: #FFDB33;
}
.jf_three_column_fellow_list_section .section_inner .section_wrapper .section_fellow_list_outer {
  margin-top: 24px;
}
.jf_three_column_fellow_list_section .section_inner .section_wrapper .section_fellow_list_outer .filtered_list .label_only {
  font-family: "Whitney-Bold";
}
.jf_three_column_fellow_list_section .section_inner .section_wrapper .section_fellow_list_outer .filtered_list .filterd_item_track {
  margin: 24px 0 20px;
  display: flex;
  flex-wrap: wrap;
}
.jf_three_column_fellow_list_section .section_inner .section_wrapper .section_fellow_list_outer .filtered_list .filterd_item_track .filtered_track_item {
  margin: 0 12px 12px 0 !important;
  background: #f3f3f3;
  padding: 6px 8px !important;
  line-height: 22px !important;
  font-family: "Whitney-Bold" !important;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  transition: all ease 0.5s;
}
.jf_three_column_fellow_list_section .section_inner .section_wrapper .section_fellow_list_outer .filtered_list .filterd_item_track .filtered_track_item::before {
  display: none !important;
}
.jf_three_column_fellow_list_section .section_inner .section_wrapper .section_fellow_list_outer .filtered_list .filterd_item_track .filtered_track_item .clear_filtered,
.jf_three_column_fellow_list_section .section_inner .section_wrapper .section_fellow_list_outer .filtered_list .filterd_item_track .filtered_track_item .clear_filter_focus,
.jf_three_column_fellow_list_section .section_inner .section_wrapper .section_fellow_list_outer .filtered_list .filterd_item_track .filtered_track_item .clear_filter_country,
.jf_three_column_fellow_list_section .section_inner .section_wrapper .section_fellow_list_outer .filtered_list .filterd_item_track .filtered_track_item .clear_filter_search {
  display: inline-flex;
  flex-wrap: wrap;
  margin-left: 8px;
}
.jf_three_column_fellow_list_section .section_inner .section_wrapper .section_fellow_list_outer .filtered_list .filterd_item_track .filtered_track_item .clear_filtered svg,
.jf_three_column_fellow_list_section .section_inner .section_wrapper .section_fellow_list_outer .filtered_list .filterd_item_track .filtered_track_item .clear_filter_focus svg,
.jf_three_column_fellow_list_section .section_inner .section_wrapper .section_fellow_list_outer .filtered_list .filterd_item_track .filtered_track_item .clear_filter_country svg,
.jf_three_column_fellow_list_section .section_inner .section_wrapper .section_fellow_list_outer .filtered_list .filterd_item_track .filtered_track_item .clear_filter_search svg {
  position: relative;
  top: 1px;
}
.jf_three_column_fellow_list_section .section_inner .section_wrapper .section_fellow_list_outer .filtered_list .filterd_item_track .filtered_track_item:hover {
  background: #FFDB33;
}
.jf_three_column_fellow_list_section .section_inner .section_wrapper .section_fellow_list_outer .section_fellow_list_inner .section_fellow_list_with_pagination .section_fellow_list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  column-gap: 24px;
  row-gap: 56px;
  margin-top: 24px;
}
.jf_three_column_fellow_list_section .section_inner .section_wrapper .section_fellow_list_outer .section_fellow_list_inner .section_fellow_list_with_pagination .section_fellow_list .section_fellow_list_item {
  position: relative;
  width: calc(33.33% - 16px);
}
.jf_three_column_fellow_list_section .section_inner .section_wrapper .section_fellow_list_outer .section_fellow_list_inner .section_fellow_list_with_pagination .section_fellow_list .section_fellow_list_item:first-child {
  margin-top: 24px;
}
@media (max-width: 575px) {
  .jf_three_column_fellow_list_section .section_inner .section_wrapper .section_fellow_list_outer .section_fellow_list_inner .section_fellow_list_with_pagination .section_fellow_list .section_fellow_list_item:first-child {
    margin-top: 0;
  }
}
@media (min-width: 576px) {
  .jf_three_column_fellow_list_section .section_inner .section_wrapper .section_fellow_list_outer .section_fellow_list_inner .section_fellow_list_with_pagination .section_fellow_list .section_fellow_list_item:nth-child(2) {
    margin-top: 24px;
  }
}
@media (min-width: 992px) {
  .jf_three_column_fellow_list_section .section_inner .section_wrapper .section_fellow_list_outer .section_fellow_list_inner .section_fellow_list_with_pagination .section_fellow_list .section_fellow_list_item:nth-child(3) {
    margin-top: 24px;
  }
}
.jf_three_column_fellow_list_section .section_inner .section_wrapper .section_fellow_list_outer .section_fellow_list_inner .section_fellow_list_with_pagination .section_fellow_list .section_fellow_list_item .hover_link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.jf_three_column_fellow_list_section .section_inner .section_wrapper .section_fellow_list_outer .section_fellow_list_inner .section_fellow_list_with_pagination .section_fellow_list .section_fellow_list_item .top_content {
  margin-bottom: 16px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  position: relative;
}
.jf_three_column_fellow_list_section .section_inner .section_wrapper .section_fellow_list_outer .section_fellow_list_inner .section_fellow_list_with_pagination .section_fellow_list .section_fellow_list_item .top_content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 4px;
  background-color: #FFDB33;
  transition: all 0.5s ease;
}
.jf_three_column_fellow_list_section .section_inner .section_wrapper .section_fellow_list_outer .section_fellow_list_inner .section_fellow_list_with_pagination .section_fellow_list .section_fellow_list_item .top_content .bg_image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.jf_three_column_fellow_list_section .section_inner .section_wrapper .section_fellow_list_outer .section_fellow_list_inner .section_fellow_list_with_pagination .section_fellow_list .section_fellow_list_item .top_content .bg_image img {
  min-width: 90px;
}
.jf_three_column_fellow_list_section .section_inner .section_wrapper .section_fellow_list_outer .section_fellow_list_inner .section_fellow_list_with_pagination .section_fellow_list .section_fellow_list_item .top_content .member_info {
  padding-top: 8px;
  border-top: 2px solid #E2E2E2;
  padding-left: 16px;
  width: 100%;
}
.jf_three_column_fellow_list_section .section_inner .section_wrapper .section_fellow_list_outer .section_fellow_list_inner .section_fellow_list_with_pagination .section_fellow_list .section_fellow_list_item .top_content .member_info .name {
  color: #313131;
  font-family: "Whitney-Black";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 4px;
  display: flex;
  flex-wrap: wrap;
}
.jf_three_column_fellow_list_section .section_inner .section_wrapper .section_fellow_list_outer .section_fellow_list_inner .section_fellow_list_with_pagination .section_fellow_list .section_fellow_list_item .top_content .member_info .name .arrow_span {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.jf_three_column_fellow_list_section .section_inner .section_wrapper .section_fellow_list_outer .section_fellow_list_inner .section_fellow_list_with_pagination .section_fellow_list .section_fellow_list_item .top_content .member_info .name .animated_arrow {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  left: 0;
  pointer-events: none;
  transition: all 0.5s ease;
  left: 0;
  top: 2px;
}
.jf_three_column_fellow_list_section .section_inner .section_wrapper .section_fellow_list_outer .section_fellow_list_inner .section_fellow_list_with_pagination .section_fellow_list .section_fellow_list_item .top_content .member_info .designation {
  color: #7D7D7D;
  font-family: "Whitney-Bold";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
}
.jf_three_column_fellow_list_section .section_inner .section_wrapper .section_fellow_list_outer .section_fellow_list_inner .section_fellow_list_with_pagination .section_fellow_list .section_fellow_list_item .bottom_content .member_info_items {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.jf_three_column_fellow_list_section .section_inner .section_wrapper .section_fellow_list_outer .section_fellow_list_inner .section_fellow_list_with_pagination .section_fellow_list .section_fellow_list_item .bottom_content .member_info_items .member_info_item {
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.jf_three_column_fellow_list_section .section_inner .section_wrapper .section_fellow_list_outer .section_fellow_list_inner .section_fellow_list_with_pagination .section_fellow_list .section_fellow_list_item .bottom_content .member_info_items .member_info_item:last-child {
  margin-bottom: 0;
}
.jf_three_column_fellow_list_section .section_inner .section_wrapper .section_fellow_list_outer .section_fellow_list_inner .section_fellow_list_with_pagination .section_fellow_list .section_fellow_list_item .bottom_content .member_info_items .member_info_item .label {
  color: #7D7D7D;
  font-family: "Whitney-Book";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.jf_three_column_fellow_list_section .section_inner .section_wrapper .section_fellow_list_outer .section_fellow_list_inner .section_fellow_list_with_pagination .section_fellow_list .section_fellow_list_item .bottom_content .member_info_items .member_info_item .value {
  color: #000;
  font-family: "Whitney-Book";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.jf_three_column_fellow_list_section .section_inner .section_wrapper .section_fellow_list_outer .section_fellow_list_inner .section_fellow_list_with_pagination .section_fellow_list .section_fellow_list_item:hover .top_content::before {
  width: 100%;
}
.jf_three_column_fellow_list_section .section_inner .section_wrapper .section_fellow_list_outer .section_fellow_list_inner .section_fellow_list_with_pagination .section_fellow_list .section_fellow_list_item:hover .top_content .member_info .name .animated_arrow {
  left: 10px;
}
.jf_three_column_fellow_list_section .section_inner .section_wrapper .section_fellow_list_outer .section_fellow_list_inner .section_fellow_list_with_pagination .post_news_pagination {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .jf_three_column_fellow_list_section .section_inner .section_wrapper .section_fellow_list_outer .section_fellow_list_inner .section_fellow_list_with_pagination .post_news_pagination {
    margin-top: 60px;
  }
}
.jf_three_column_fellow_list_section .section_inner .section_wrapper .section_fellow_list_outer .section_fellow_list_inner .section_fellow_list_with_pagination .post_news_pagination .pagination {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 32px !important;
  border-top: 2px solid #D6D6D6;
}
@media (max-width: 767px) {
  .jf_three_column_fellow_list_section .section_inner .section_wrapper .section_fellow_list_outer .section_fellow_list_inner .section_fellow_list_with_pagination .post_news_pagination .pagination {
    margin-top: 24px !important;
  }
}
.jf_three_column_fellow_list_section .section_inner .section_wrapper .section_fellow_list_outer .section_fellow_list_inner .section_fellow_list_with_pagination .post_news_pagination .pagination .page-item {
  padding: 0 0 2px !important;
  margin: 0 19px 0 0 !important;
  color: #727272;
  font-family: Whitney-Bold;
  font-size: 24px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 30px !important;
  min-width: 24px;
  text-align: center;
  border-bottom: 4px solid transparent;
}
@media (max-width: 767px) {
  .jf_three_column_fellow_list_section .section_inner .section_wrapper .section_fellow_list_outer .section_fellow_list_inner .section_fellow_list_with_pagination .post_news_pagination .pagination .page-item {
    margin: 0 15px 0 0 !important;
  }
}
.jf_three_column_fellow_list_section .section_inner .section_wrapper .section_fellow_list_outer .section_fellow_list_inner .section_fellow_list_with_pagination .post_news_pagination .pagination .page-item * {
  color: #727272 !important;
  font-family: Whitney-Bold !important;
  font-size: 24px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 30px !important;
}
@media (max-width: 991px) {
  .jf_three_column_fellow_list_section .section_inner .section_wrapper .section_fellow_list_outer .section_fellow_list_inner .section_fellow_list_with_pagination .post_news_pagination .pagination .page-item * {
    font-size: 20px !important;
    line-height: 26px !important;
  }
}
@media (max-width: 767px) {
  .jf_three_column_fellow_list_section .section_inner .section_wrapper .section_fellow_list_outer .section_fellow_list_inner .section_fellow_list_with_pagination .post_news_pagination .pagination .page-item * {
    font-size: 16px !important;
    line-height: 22px !important;
  }
}
@media (max-width: 991px) {
  .jf_three_column_fellow_list_section .section_inner .section_wrapper .section_fellow_list_outer .section_fellow_list_inner .section_fellow_list_with_pagination .post_news_pagination .pagination .page-item {
    font-size: 20px !important;
    line-height: 26px !important;
  }
}
@media (max-width: 767px) {
  .jf_three_column_fellow_list_section .section_inner .section_wrapper .section_fellow_list_outer .section_fellow_list_inner .section_fellow_list_with_pagination .post_news_pagination .pagination .page-item {
    font-size: 16px !important;
    line-height: 22px !important;
  }
}
.jf_three_column_fellow_list_section .section_inner .section_wrapper .section_fellow_list_outer .section_fellow_list_inner .section_fellow_list_with_pagination .post_news_pagination .pagination .page-item:hover, .jf_three_column_fellow_list_section .section_inner .section_wrapper .section_fellow_list_outer .section_fellow_list_inner .section_fellow_list_with_pagination .post_news_pagination .pagination .page-item.active {
  color: #313131;
  border-color: #FFDB33;
}
.jf_three_column_fellow_list_section .section_inner .section_wrapper .section_fellow_list_outer .section_fellow_list_inner .section_fellow_list_with_pagination .post_news_pagination .pagination .page-item:hover *, .jf_three_column_fellow_list_section .section_inner .section_wrapper .section_fellow_list_outer .section_fellow_list_inner .section_fellow_list_with_pagination .post_news_pagination .pagination .page-item.active * {
  color: #313131 !important;
}
.jf_three_column_fellow_list_section .section_inner .section_wrapper .section_fellow_list_outer .section_fellow_list_inner .section_fellow_list_with_pagination .post_news_pagination .pagination .page-item.prev {
  margin-right: 40px !important;
  border-bottom: medium none;
}
@media (max-width: 767px) {
  .jf_three_column_fellow_list_section .section_inner .section_wrapper .section_fellow_list_outer .section_fellow_list_inner .section_fellow_list_with_pagination .post_news_pagination .pagination .page-item.prev {
    margin-right: 20px !important;
  }
}
.jf_three_column_fellow_list_section .section_inner .section_wrapper .section_fellow_list_outer .section_fellow_list_inner .section_fellow_list_with_pagination .post_news_pagination .pagination .page-item.next {
  margin-right: 0 !important;
  margin-left: 40px !important;
  border-bottom: medium none;
}
@media (max-width: 767px) {
  .jf_three_column_fellow_list_section .section_inner .section_wrapper .section_fellow_list_outer .section_fellow_list_inner .section_fellow_list_with_pagination .post_news_pagination .pagination .page-item.next {
    margin-left: 20px !important;
  }
}
.jf_three_column_fellow_list_section .section_inner .section_wrapper .section_fellow_list_outer .section_fellow_list_inner .section_fellow_list_with_pagination .post_news_pagination .pagination .page-item:before {
  display: none !important;
}

@media (max-width: 1199px) {
  .jf_three_column_fellow_list_section {
    margin: 60px 0 120px;
  }
  .jf_three_column_fellow_list_section.mrb-0 {
    margin-bottom: 60px;
  }
  .jf_three_column_fellow_list_section .section_inner .section_wrapper .section_fellow_list_outer .section_fellow_list_inner .section_fellow_list_with_pagination .section_fellow_list .section_fellow_list_item {
    position: relative;
    width: calc(50% - 12px);
  }
}
@media (max-width: 767px) {
  .jf_three_column_fellow_list_section {
    margin: 48px 0 75px;
  }
  .jf_three_column_fellow_list_section.mrb-0 {
    margin-bottom: 48px;
  }
}
@media (max-width: 640px) {
  .jf_three_column_fellow_list_section .section_inner .section_wrapper .section_fellow_list_outer .section_fellow_list_inner .section_fellow_list_with_pagination .section_fellow_list {
    row-gap: 40px;
  }
  .jf_three_column_fellow_list_section .section_inner .section_wrapper .section_fellow_list_outer .section_fellow_list_inner .section_fellow_list_with_pagination .section_fellow_list .section_fellow_list_item {
    position: relative;
    width: 100%;
  }
}
.team_trustees_list_section {
  margin: 80px 0;
}
@media (max-width: 1359px) {
  .team_trustees_list_section {
    margin: 70px 0;
  }
}
@media (max-width: 1199px) {
  .team_trustees_list_section {
    margin: 60px 0;
  }
}
@media (max-width: 991px) {
  .team_trustees_list_section {
    margin: 50px 0;
  }
}
.team_trustees_list_section.remove_ts {
  margin-top: 0 !important;
}
.team_trustees_list_section.remove_bs {
  margin-bottom: 0 !important;
}
.team_trustees_list_section .section_inner .section_wrapper .members_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
@media (max-width: 640px) {
  .team_trustees_list_section .section_inner .section_wrapper .members_list {
    margin: 0;
  }
}
.team_trustees_list_section .section_inner .section_wrapper .members_list .item {
  width: 25%;
  padding: 0 12px;
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .team_trustees_list_section .section_inner .section_wrapper .members_list .item {
    width: 33.3333333333%;
  }
}
@media (max-width: 991px) {
  .team_trustees_list_section .section_inner .section_wrapper .members_list .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .team_trustees_list_section .section_inner .section_wrapper .members_list .item {
    margin-top: 48px;
  }
}
@media (max-width: 640px) {
  .team_trustees_list_section .section_inner .section_wrapper .members_list .item {
    width: 100%;
    padding: 0;
  }
}
.team_trustees_list_section .section_inner .section_wrapper .members_list .item:first-child {
  margin-top: 0;
}
@media (min-width: 641px) {
  .team_trustees_list_section .section_inner .section_wrapper .members_list .item:nth-child(2) {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .team_trustees_list_section .section_inner .section_wrapper .members_list .item:nth-child(3) {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .team_trustees_list_section .section_inner .section_wrapper .members_list .item:nth-child(4) {
    margin-top: 0;
  }
}
.team_trustees_list_section .section_inner .section_wrapper .members_list .item .item_inner {
  position: relative;
}
.team_trustees_list_section .section_inner .section_wrapper .members_list .item .item_inner .image_section {
  position: relative;
}
.team_trustees_list_section .section_inner .section_wrapper .members_list .item .item_inner .image_section:after {
  content: "";
  position: absolute;
  background-color: #FFDB33;
  height: 16px;
  width: 0;
  transition: all 0.5s ease;
  left: 0;
  bottom: 0;
}
.team_trustees_list_section .section_inner .section_wrapper .members_list .item .item_inner .image_section .bg_img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  display: flex;
  flex-wrap: wrap;
}
.team_trustees_list_section .section_inner .section_wrapper .members_list .item .item_inner .image_section .bg_img img {
  width: 100%;
  height: 100%;
}
.team_trustees_list_section .section_inner .section_wrapper .members_list .item .item_inner .content_section {
  padding-top: 18px;
}
@media (max-width: 767px) {
  .team_trustees_list_section .section_inner .section_wrapper .members_list .item .item_inner .content_section {
    padding-top: 16px;
  }
}
.team_trustees_list_section .section_inner .section_wrapper .members_list .item .item_inner .content_section .content_section_inner .name {
  display: flex;
  align-items: center;
  margin: 0;
}
.team_trustees_list_section .section_inner .section_wrapper .members_list .item .item_inner .content_section .content_section_inner .name .name_text {
  max-width: calc(100% - 40px);
}
@media (max-width: 1360px) {
  .team_trustees_list_section .section_inner .section_wrapper .members_list .item .item_inner .content_section .content_section_inner .name .name_text {
    font-size: 22px;
  }
}
.team_trustees_list_section .section_inner .section_wrapper .members_list .item .item_inner .content_section .content_section_inner .name .icon {
  display: inline-flex;
  flex-wrap: wrap;
  transition: all 0.5s ease;
}
.team_trustees_list_section .section_inner .section_wrapper .members_list .item .item_inner .content_section .content_section_inner .description {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .team_trustees_list_section .section_inner .section_wrapper .members_list .item .item_inner .content_section .content_section_inner .description {
    margin-top: 4px;
  }
}
.team_trustees_list_section .section_inner .section_wrapper .members_list .item .item_inner.has_link .hover_link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.team_trustees_list_section .section_inner .section_wrapper .members_list .item .item_inner.has_link:hover .image_section:after {
  width: 100%;
}
.team_trustees_list_section .section_inner .section_wrapper .members_list .item .item_inner.has_link:hover .content_section .content_section_inner .name .icon {
  margin-left: 16px;
}

.quote_testimonial_section {
  position: relative;
  overflow: hidden;
  margin: 80px 0;
}
@media (max-width: 1359px) {
  .quote_testimonial_section {
    margin: 70px 0;
  }
}
@media (max-width: 1199px) {
  .quote_testimonial_section {
    margin: 60px 0;
  }
}
@media (max-width: 991px) {
  .quote_testimonial_section {
    margin: 50px 0;
  }
}
@media (max-width: 767px) {
  .quote_testimonial_section {
    margin: 40px 0;
  }
}
.quote_testimonial_section.remove_ts {
  margin-top: 0 !important;
}
.quote_testimonial_section.remove_bs {
  margin-bottom: 0 !important;
}
.quote_testimonial_section .media_section {
  position: absolute;
  width: 34%;
  height: 100%;
}
@media (max-width: 1359px) {
  .quote_testimonial_section .media_section {
    width: 35%;
  }
}
@media (max-width: 767px) {
  .quote_testimonial_section .media_section {
    width: 100%;
    position: relative;
  }
}
.quote_testimonial_section .media_section .media_section_inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.quote_testimonial_section .media_section .media_section_inner.bg_clr_JF_Aqua_Light {
  background-color: #75C4B5;
}
.quote_testimonial_section .media_section .media_section_inner.bg_clr_JF_Aqua_Light:after {
  background-color: #E3F2F0;
}
.quote_testimonial_section .media_section .media_section_inner.bg_clr_JF_Teal_Light {
  background-color: #005957;
}
.quote_testimonial_section .media_section .media_section_inner.bg_clr_JF_Teal_Light:after {
  background-color: #DFEEEC;
}
.quote_testimonial_section .media_section .media_section_inner.bg_clr_JF_Slate_Blue_Light {
  background-color: #53719A;
}
.quote_testimonial_section .media_section .media_section_inner.bg_clr_JF_Slate_Blue_Light:after {
  background-color: #EBF1F8;
}
.quote_testimonial_section .media_section .media_section_inner.bg_clr_JF_Midnight_Light {
  background-color: #003252;
}
.quote_testimonial_section .media_section .media_section_inner.bg_clr_JF_Midnight_Light:after {
  background-color: #EAF1F5;
}
.quote_testimonial_section .media_section .media_section_inner:after {
  content: "";
  clip-path: polygon(100% 0, 75% 100%, 100% 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  right: -1px;
  bottom: 0;
}
@media (max-width: 767px) {
  .quote_testimonial_section .media_section .media_section_inner:after {
    clip-path: polygon(0 50%, 0% 100%, 100% 100%);
    bottom: -2px;
    right: 0;
  }
}
.quote_testimonial_section .media_section .media_section_inner .bg_img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
@media (max-width: 767px) {
  .quote_testimonial_section .media_section .media_section_inner .bg_img {
    position: relative;
  }
}
.quote_testimonial_section .media_section .media_section_inner img {
  display: none;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .quote_testimonial_section .media_section .media_section_inner img {
    display: block;
  }
}
.quote_testimonial_section .section_inner.bg_clr_JF_Aqua_Light {
  background-color: #E3F2F0;
}
.quote_testimonial_section .section_inner.bg_clr_JF_Teal_Light {
  background-color: #DFEEEC;
}
.quote_testimonial_section .section_inner.bg_clr_JF_Slate_Blue_Light {
  background-color: #EBF1F8;
}
.quote_testimonial_section .section_inner.bg_clr_JF_Midnight_Light {
  background-color: #EAF1F5;
}
.quote_testimonial_section .section_inner .section_wrapper {
  display: flex;
  flex-wrap: wrap;
}
.quote_testimonial_section .section_inner .section_wrapper .left_section {
  width: 34%;
}
.quote_testimonial_section .section_inner .section_wrapper .right_section {
  width: 66%;
  padding: 80px 0;
  /*&.with_shape {
      padding: 113px 0;
      @media (max-width: 1359px) {
          padding: 90px 0;
      }
      @media (max-width: 1199px) {
          padding: 75px 0;
      }
      @media (max-width: 991px) {
          padding: 60px 0;
      }
      @media (max-width: 767px) {
          padding: 0 0 48px;
      }
  }*/
}
@media (max-width: 1359px) {
  .quote_testimonial_section .section_inner .section_wrapper .right_section {
    padding: 70px 0;
  }
}
@media (max-width: 1199px) {
  .quote_testimonial_section .section_inner .section_wrapper .right_section {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .quote_testimonial_section .section_inner .section_wrapper .right_section {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .quote_testimonial_section .section_inner .section_wrapper .right_section {
    width: 100%;
    padding: 0 0 48px;
  }
}
.quote_testimonial_section .section_inner .section_wrapper .right_section .right_section_inner {
  padding: 0 10px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .quote_testimonial_section .section_inner .section_wrapper .right_section .right_section_inner {
    padding: 0;
  }
}
.quote_testimonial_section .section_inner .section_wrapper .right_section .right_section_inner .content_part .content_part_inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding-left: 100px;
  padding-right: 95px;
}
@media (max-width: 1359px) {
  .quote_testimonial_section .section_inner .section_wrapper .right_section .right_section_inner .content_part .content_part_inner {
    padding-left: 90px;
    padding-right: 90px;
  }
}
@media (max-width: 1199px) {
  .quote_testimonial_section .section_inner .section_wrapper .right_section .right_section_inner .content_part .content_part_inner {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 991px) {
  .quote_testimonial_section .section_inner .section_wrapper .right_section .right_section_inner .content_part .content_part_inner {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media (max-width: 767px) {
  .quote_testimonial_section .section_inner .section_wrapper .right_section .right_section_inner .content_part .content_part_inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.quote_testimonial_section .section_inner .section_wrapper .right_section .right_section_inner .content_part .content_part_inner .heading_section .heading_text {
  margin: 0;
}
.quote_testimonial_section .section_inner .section_wrapper .right_section .right_section_inner .content_part .content_part_inner .heading_section .heading_text span {
  font-family: "Whitney Book";
}
.quote_testimonial_section .section_inner .section_wrapper .right_section .right_section_inner .content_part .content_part_inner .heading_section .h1 {
  font-size: 64px;
  line-height: 72px;
}
@media (max-width: 1359px) {
  .quote_testimonial_section .section_inner .section_wrapper .right_section .right_section_inner .content_part .content_part_inner .heading_section .h1 {
    font-size: 60px;
    line-height: 68px;
  }
}
@media (max-width: 1199px) {
  .quote_testimonial_section .section_inner .section_wrapper .right_section .right_section_inner .content_part .content_part_inner .heading_section .h1 {
    font-size: 56px;
    line-height: 62px;
  }
}
@media (max-width: 991px) {
  .quote_testimonial_section .section_inner .section_wrapper .right_section .right_section_inner .content_part .content_part_inner .heading_section .h1 {
    font-size: 48px;
    line-height: 52px;
  }
}
.quote_testimonial_section .section_inner .section_wrapper .right_section .right_section_inner .content_part .content_part_inner .heading_section .h2 {
  font-size: 48px;
  line-height: 54px;
}
@media (max-width: 1359px) {
  .quote_testimonial_section .section_inner .section_wrapper .right_section .right_section_inner .content_part .content_part_inner .heading_section .h2 {
    font-size: 44px;
    line-height: 50px;
  }
}
@media (max-width: 1199px) {
  .quote_testimonial_section .section_inner .section_wrapper .right_section .right_section_inner .content_part .content_part_inner .heading_section .h2 {
    font-size: 38px;
    line-height: 46px;
  }
}
@media (max-width: 991px) {
  .quote_testimonial_section .section_inner .section_wrapper .right_section .right_section_inner .content_part .content_part_inner .heading_section .h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
.quote_testimonial_section .section_inner .section_wrapper .right_section .right_section_inner .content_part .content_part_inner .author_section.for_mobile {
  display: none;
}
.quote_testimonial_section .section_inner .section_wrapper .right_section .right_section_inner .content_part .content_part_inner .quote_icon {
  position: absolute;
}
.quote_testimonial_section .section_inner .section_wrapper .right_section .right_section_inner .content_part .content_part_inner .quote_icon svg {
  width: 55px;
  height: 42px;
}
@media (max-width: 1359px) {
  .quote_testimonial_section .section_inner .section_wrapper .right_section .right_section_inner .content_part .content_part_inner .quote_icon svg {
    width: 50px;
    height: 40px;
  }
}
@media (max-width: 1199px) {
  .quote_testimonial_section .section_inner .section_wrapper .right_section .right_section_inner .content_part .content_part_inner .quote_icon svg {
    width: 48px;
    height: 38px;
  }
}
@media (max-width: 991px) {
  .quote_testimonial_section .section_inner .section_wrapper .right_section .right_section_inner .content_part .content_part_inner .quote_icon svg {
    width: 45px;
    height: 35px;
  }
}
@media (max-width: 767px) {
  .quote_testimonial_section .section_inner .section_wrapper .right_section .right_section_inner .content_part .content_part_inner .quote_icon svg {
    width: 42px;
    height: 32px;
  }
}
.quote_testimonial_section .section_inner .section_wrapper .right_section .right_section_inner .content_part .content_part_inner .quote_icon.left_icon {
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .quote_testimonial_section .section_inner .section_wrapper .right_section .right_section_inner .content_part .content_part_inner .quote_icon.left_icon {
    top: -55px;
  }
}
.quote_testimonial_section .section_inner .section_wrapper .right_section .right_section_inner .content_part .content_part_inner .quote_icon.right_icon {
  right: 0;
  bottom: 0;
}
.quote_testimonial_section .section_inner .section_wrapper .right_section .right_section_inner .content_part .content_part_inner.content_bottom_part {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .quote_testimonial_section .section_inner .section_wrapper .right_section .right_section_inner .content_part .content_part_inner.content_bottom_part {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .quote_testimonial_section .section_inner .section_wrapper .right_section.with_image .right_section_inner .content_part .content_part_inner.content_top_part {
    padding-bottom: 50px;
  }
}
@media (max-width: 640px) {
  .quote_testimonial_section .section_inner .section_wrapper .right_section.with_image .right_section_inner .content_part .content_part_inner.content_top_part {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .quote_testimonial_section .section_inner .section_wrapper .right_section.with_shape .right_section_inner .content_part .content_part_inner .heading_section {
    padding-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .quote_testimonial_section .section_inner .section_wrapper .right_section.with_shape .right_section_inner .content_part .content_part_inner.content_bottom_part {
    display: none;
  }
}
@media (max-width: 767px) {
  .quote_testimonial_section .section_inner .section_wrapper .right_section.with_shape .right_section_inner .content_part .content_part_inner .author_section.for_mobile {
    display: block;
    max-width: calc(100% - 70px);
  }
}

/* Adjustments when placed in a post with sidebar component using the conetnt_section class to determine */
.conetnt_section .quote_testimonial_section .section_inner .section_wrapper .right_section {
  padding: 20px 0;
}
.conetnt_section .quote_testimonial_section .section_inner .section_wrapper .right_section .right_section_inner .content_part .content_part_inner {
  padding-left: 40px;
  padding-right: 40px;
}
.conetnt_section .quote_testimonial_section .section_inner .section_wrapper .right_section .right_section_inner .content_part .content_part_inner .heading_section .h2.small {
  font-size: 16px;
  line-height: 24px;
}
.conetnt_section .quote_testimonial_section .section_inner .section_wrapper .right_section .content_part .content_part_inner .quote_icon svg {
  width: 24px;
  height: 19px;
}

.data_table_section {
  margin: 80px 0;
}
@media (max-width: 1359px) {
  .data_table_section {
    margin: 70px 0;
  }
}
@media (max-width: 1199px) {
  .data_table_section {
    margin: 60px 0;
  }
}
@media (max-width: 991px) {
  .data_table_section {
    margin: 50px 0;
  }
}
@media (max-width: 767px) {
  .data_table_section {
    margin: 40px 0;
  }
}
.data_table_section.remove_ts {
  margin-top: 0 !important;
}
.data_table_section.remove_bs {
  margin-bottom: 0 !important;
}
.data_table_section .section_inner .section_wrapper .section_heading {
  margin-bottom: 45px;
}
@media (max-width: 1359px) {
  .data_table_section .section_inner .section_wrapper .section_heading {
    margin-bottom: 40px;
  }
}
@media (max-width: 1199px) {
  .data_table_section .section_inner .section_wrapper .section_heading {
    margin-bottom: 35px;
  }
}
@media (max-width: 991px) {
  .data_table_section .section_inner .section_wrapper .section_heading {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .data_table_section .section_inner .section_wrapper .section_heading {
    margin-bottom: 24px;
  }
}
.data_table_section .section_inner .section_wrapper .section_heading .heading_text {
  margin: 0;
}
@media (max-width: 767px) {
  .data_table_section .section_inner .section_wrapper .table_section {
    margin: 0 -20px;
  }
}
.data_table_section .section_inner .section_wrapper .table_section .row_item {
  display: flex;
  flex-wrap: wrap;
}
.data_table_section .section_inner .section_wrapper .table_section .row_item .table_column {
  width: 50%;
  padding: 16px 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 575px) {
  .data_table_section .section_inner .section_wrapper .table_section .row_item .table_column {
    padding: 16px 16px;
  }
}
@media (max-width: 374px) {
  .data_table_section .section_inner .section_wrapper .table_section .row_item .table_column {
    padding: 16px 12px;
  }
}
.data_table_section .section_inner .section_wrapper .table_section .row_item .table_column .column_inner {
  width: 100%;
  max-width: 493px;
}
.data_table_section .section_inner .section_wrapper .table_section .row_item .table_column .column_inner h4 {
  margin: 0;
}
@media (max-width: 767px) {
  .data_table_section .section_inner .section_wrapper .table_section .row_item .table_column.column_1 {
    width: 58%;
  }
}
@media (max-width: 767px) {
  .data_table_section .section_inner .section_wrapper .table_section .row_item .table_column.column_2 {
    width: 42%;
  }
}
.data_table_section .section_inner .section_wrapper .table_section .table_heading.heading_text_clr_white .column_heading_text {
  color: #ffffff;
}
@media (max-width: 1199px) {
  .data_table_section .section_inner .section_wrapper .table_section .table_heading .row_item .table_column .column_inner h4 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .data_table_section .section_inner .section_wrapper .table_section .table_heading .row_item .table_column .column_inner h4 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 374px) {
  .data_table_section .section_inner .section_wrapper .table_section .table_heading .row_item .table_column .column_inner h4 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 1359px) {
  .data_table_section .section_inner .section_wrapper .table_section .table_content .row_item .table_column .column_inner h4 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 1199px) {
  .data_table_section .section_inner .section_wrapper .table_section .table_content .row_item .table_column .column_inner h4 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  .data_table_section .section_inner .section_wrapper .table_section .table_content .row_item .table_column .column_inner h4 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .data_table_section .section_inner .section_wrapper .table_section .table_content .row_item .table_column .column_inner h4 {
    font-size: 16px;
    line-height: 22px;
  }
}
.data_table_section .section_inner .section_wrapper .table_section .table_content .row_item .table_column .column_inner .small_text {
  margin-top: 4px;
}
@media (max-width: 767px) {
  .data_table_section .section_inner .section_wrapper .table_section .table_content .row_item .table_column .column_inner .small_text {
    margin-top: 2px;
  }
}
.data_table_section .section_inner .section_wrapper .table_section.theme_JF_Aqua .table_heading {
  background-color: #75C4B5;
}
.data_table_section .section_inner .section_wrapper .table_section.theme_JF_Aqua .table_content .row_item:nth-child(odd) {
  background-color: #E3F2F0;
}
.data_table_section .section_inner .section_wrapper .table_section.theme_JF_Teal .table_heading {
  background-color: #005957;
}
.data_table_section .section_inner .section_wrapper .table_section.theme_JF_Teal .table_content .row_item:nth-child(odd) {
  background-color: #DFEEEC;
}
.data_table_section .section_inner .section_wrapper .table_section.theme_JF_Slate_Blue .table_heading {
  background-color: #53719A;
}
.data_table_section .section_inner .section_wrapper .table_section.theme_JF_Slate_Blue .table_content .row_item:nth-child(odd) {
  background-color: #EBF1F8;
}
.data_table_section .section_inner .section_wrapper .table_section.theme_JF_Midnight .table_heading {
  background-color: #003252;
}
.data_table_section .section_inner .section_wrapper .table_section.theme_JF_Midnight .table_content .row_item:nth-child(odd) {
  background-color: #EAF1F5;
}

.jf_right_sidebar_section {
  justify-content: space-between;
  margin-bottom: 152px;
}
@media (max-width: 1359px) {
  .jf_right_sidebar_section {
    margin-bottom: 130px;
  }
}
@media (max-width: 1199px) {
  .jf_right_sidebar_section {
    margin-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .jf_right_sidebar_section {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .jf_right_sidebar_section {
    margin-bottom: 42px;
  }
}
@media (max-width: 991px) {
  .jf_right_sidebar_section .wp-block-column {
    flex-basis: 100% !important;
  }
}

.side_panel_cta_section {
  margin: 160px 0;
}
@media (max-width: 1359px) {
  .side_panel_cta_section {
    margin: 130px 0;
  }
}
@media (max-width: 1199px) {
  .side_panel_cta_section {
    margin: 100px 0;
  }
}
@media (max-width: 991px) {
  .side_panel_cta_section {
    margin: 70px 0;
  }
}
@media (max-width: 767px) {
  .side_panel_cta_section {
    margin: 40px 0;
  }
}
.side_panel_cta_section.remove_top_space, .side_panel_cta_section.remove_ts {
  margin-top: 0 !important;
}
.side_panel_cta_section.remove_bottom_space, .side_panel_cta_section.remove_bs {
  margin-bottom: 0 !important;
}
.side_panel_cta_section .section_inner .section_wrapper .side_panel_cta_section_content.half_width {
  width: 50%;
}
@media (max-width: 1199px) {
  .side_panel_cta_section .section_inner .section_wrapper .side_panel_cta_section_content.half_width {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .side_panel_cta_section .section_inner .section_wrapper .side_panel_cta_section_content.half_width {
    width: 100%;
  }
}
.side_panel_cta_section .section_inner .profile_section {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .side_panel_cta_section .section_inner .profile_section {
    margin-bottom: 40px;
  }
}
.side_panel_cta_section .section_inner .profile_section .section_heading {
  margin-bottom: 16px;
}
.side_panel_cta_section .section_inner .profile_section .section_heading .heading_text {
  margin: 0;
}
.side_panel_cta_section .section_inner .follow_section {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .side_panel_cta_section .section_inner .follow_section {
    margin-bottom: 40px;
  }
}
.side_panel_cta_section .section_inner .follow_section .follow_heading .heading_text {
  margin: 0;
}
.side_panel_cta_section .section_inner .follow_section .follow_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px;
}
.side_panel_cta_section .section_inner .follow_section .follow_list .follow_item {
  margin: 16px 16px 0;
}
.side_panel_cta_section .section_inner .follow_section .follow_list .follow_item .follow_item_inner {
  position: relative;
}
.side_panel_cta_section .section_inner .follow_section .follow_list .follow_item .follow_item_inner .follow_link {
  display: flex;
  flex-wrap: wrap;
  transition: all ease 0.5s;
}
.side_panel_cta_section .section_inner .follow_section .follow_list .follow_item .follow_item_inner .follow_link svg path {
  transition: all ease 0.5s;
}
.side_panel_cta_section .section_inner .follow_section .follow_list .follow_item .follow_item_inner .follow_link:hover svg path.dark_clr {
  fill: #FFDB33;
}
.side_panel_cta_section .section_inner .yellow_boxes_section .section_heading .heading_text {
  margin: 0;
}
.side_panel_cta_section .section_inner .yellow_boxes_section .section_heading .heading_text.color_gray {
  color: #727272;
  font-family: "Whitney-Bold";
}
.side_panel_cta_section .section_inner .yellow_boxes_section .panel_list .item {
  position: relative;
  overflow: hidden;
  margin-top: 16px;
  background-color: #FFDB33;
  line-height: 0;
  min-height: 112px;
  display: flex;
  align-items: center;
}
.side_panel_cta_section .section_inner .yellow_boxes_section .panel_list .item .item_inner {
  padding: 16px;
  position: relative;
}
.side_panel_cta_section .section_inner .yellow_boxes_section .panel_list .item .item_inner .title_section .title_text {
  margin: 0;
  line-height: 24px;
}
.side_panel_cta_section .section_inner .yellow_boxes_section .panel_list .item .item_inner .button_section {
  margin-top: 8px;
}
.side_panel_cta_section .section_inner .yellow_boxes_section .panel_list .item.with_shape .section_shape {
  position: absolute;
  right: 0;
  bottom: 0;
}
.side_panel_cta_section .section_inner .yellow_boxes_section .panel_list .item.with_shape .section_shape svg {
  display: flex;
  flex-wrap: wrap;
}
.side_panel_cta_section .section_inner .yellow_boxes_section .panel_list .item.with_icon .item_inner {
  display: flex;
  flex-wrap: wrap;
}
.side_panel_cta_section .section_inner .yellow_boxes_section .panel_list .item.with_icon .item_inner .left_section {
  width: 48px;
}
.side_panel_cta_section .section_inner .yellow_boxes_section .panel_list .item.with_icon .item_inner .right_section {
  width: calc(100% - 48px);
  padding-left: 16px;
}
.side_panel_cta_section .section_inner .yellow_boxes_section .panel_list .item .hover_link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.side_panel_cta_section .section_inner .yellow_boxes_section .panel_list .item.has_link:hover .item_inner .button_section .link_arrow:after {
  left: 6px;
}
.side_panel_cta_section .section_inner .page_share_section {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .side_panel_cta_section .section_inner .page_share_section {
    margin-top: 40px;
  }
}
.side_panel_cta_section .section_inner .page_share_section .page_share_section_inner {
  border-top: 2px solid #d6d6d6;
  border-bottom: 2px solid #d6d6d6;
  padding: 16px 0;
}
.side_panel_cta_section .section_inner .page_share_section .page_share_section_inner .section_heading .heading_text {
  margin: 0;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}
.side_panel_cta_section .section_inner .page_share_section .page_share_section_inner .section_heading .heading_text .icon {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -13px;
}
.side_panel_cta_section .section_inner .page_share_section .page_share_section_inner .section_heading.active .heading_text .icon {
  transform: rotate(180deg);
}
.side_panel_cta_section .section_inner .page_share_section .page_share_section_inner .page_share_content {
  display: none;
}
.side_panel_cta_section .section_inner .page_share_section .page_share_section_inner .page_share_content .share_list {
  margin-bottom: 16px;
}
.side_panel_cta_section .section_inner .page_share_section .page_share_section_inner .page_share_content .share_list .share_item {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
}
.side_panel_cta_section .section_inner .page_share_section .page_share_section_inner .page_share_content .share_list .share_item .share_item_link {
  background-color: transparent;
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
  font-size: 18px;
  line-height: 26px;
  font-family: "Whitney-Book";
}
.side_panel_cta_section .section_inner .page_share_section .page_share_section_inner .page_share_content .share_list .share_item .share_item_link .link_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.side_panel_cta_section .section_inner .page_share_section .page_share_section_inner .page_share_content .share_list .share_item .share_item_link .link_inner .icon {
  width: 24px;
  display: flex;
  flex-wrap: wrap;
}
.side_panel_cta_section .section_inner .page_share_section .page_share_section_inner .page_share_content .share_list .share_item .share_item_link .link_inner .icon svg path {
  transition: all ease 0.5s;
}
.side_panel_cta_section .section_inner .page_share_section .page_share_section_inner .page_share_content .share_list .share_item .share_item_link .link_inner .text {
  width: calc(100% - 24px);
  padding-left: 20px;
}
.side_panel_cta_section .section_inner .page_share_section .page_share_section_inner .page_share_content .share_list .share_item .share_item_link:hover {
  cursor: pointer;
  color: #313131;
}
.side_panel_cta_section .section_inner .page_share_section .page_share_section_inner .page_share_content .share_list .share_item .share_item_link:hover .link_inner .icon svg path {
  fill: #FFDB33;
}

.business_slider_section {
  margin: 80px 0;
}
@media (max-width: 1359px) {
  .business_slider_section {
    margin: 70px 0;
  }
}
@media (max-width: 1199px) {
  .business_slider_section {
    margin: 60px 0;
  }
}
@media (max-width: 991px) {
  .business_slider_section {
    margin: 50px 0;
  }
}
@media (max-width: 767px) {
  .business_slider_section {
    margin: 40px 0;
  }
}
.business_slider_section.remove_ts {
  margin-top: 0 !important;
}
.business_slider_section.remove_bs {
  margin-bottom: 0 !important;
}
.business_slider_section .section_inner .section_wrapper .section_heading .heading_text {
  margin: 0;
}
.business_slider_section .section_inner .section_wrapper .list_section {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.business_slider_section .section_inner .section_wrapper .list_section .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 16.6666666667%;
  padding: 0 12px;
  margin-top: 32px;
}
@media (max-width: 1359px) {
  .business_slider_section .section_inner .section_wrapper .list_section .item {
    margin-top: 28px;
  }
}
@media (max-width: 1199px) {
  .business_slider_section .section_inner .section_wrapper .list_section .item {
    margin-top: 24px;
    width: 25%;
  }
}
@media (max-width: 991px) {
  .business_slider_section .section_inner .section_wrapper .list_section .item {
    margin-top: 20px;
    width: 33.3333333333%;
  }
}
@media (max-width: 767px) {
  .business_slider_section .section_inner .section_wrapper .list_section .item {
    margin-top: 16px;
  }
}
.business_slider_section .section_inner .section_wrapper .list_section .item .item_inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.business_slider_section .section_inner .section_wrapper .list_section .item .item_inner .image_section .image_section_inner img {
  max-width: 100%;
  max-height: 100%;
}
.business_slider_section .section_inner .section_wrapper .list_section .item.need_hover .item_inner .hover_content {
  background-color: #FFDB33;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
}
.business_slider_section .section_inner .section_wrapper .list_section .item.need_hover .item_inner .hover_content .hover_conrtent_wrapper {
  padding: 16px;
  position: relative;
  width: 100%;
  height: 100%;
}
.business_slider_section .section_inner .section_wrapper .list_section .item.need_hover .item_inner .hover_content .hover_conrtent_wrapper .hover_link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.business_slider_section .section_inner .section_wrapper .list_section .item.need_hover .item_inner .hover_content .hover_conrtent_wrapper .hover_conrtent_inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.business_slider_section .section_inner .section_wrapper .list_section .item.need_hover .item_inner .hover_content .hover_conrtent_wrapper .hover_conrtent_inner .top_section {
  width: 100%;
}
.business_slider_section .section_inner .section_wrapper .list_section .item.need_hover .item_inner .hover_content .hover_conrtent_wrapper .hover_conrtent_inner .top_section .hover_heading .heading_text {
  margin: 0;
}
.business_slider_section .section_inner .section_wrapper .list_section .item.need_hover .item_inner .hover_content .hover_conrtent_wrapper .hover_conrtent_inner .bottom_section {
  width: 100%;
  margin-top: auto;
}
.business_slider_section .section_inner .section_wrapper .list_section .item.need_hover .item_inner .hover_content .hover_conrtent_wrapper .hover_conrtent_inner .bottom_section .bottom_section_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 15px;
}
.business_slider_section .section_inner .section_wrapper .list_section .item.need_hover:hover .item_inner .hover_content {
  opacity: 1;
}
@media (max-width: 767px) {
  .business_slider_section .section_inner .section_wrapper .list_section_for_desktop {
    display: none;
  }
}
.business_slider_section .section_inner .section_wrapper .list_section_for_mobile {
  display: none;
}
@media (max-width: 767px) {
  .business_slider_section .section_inner .section_wrapper .list_section_for_mobile {
    display: block;
  }
}
.business_slider_section .section_inner .section_wrapper .business_logo_slider {
  margin-top: 20px;
}
.business_slider_section .section_inner .section_wrapper .business_logo_slider .slick-list .slick-track .slick-slide div:first-child .item {
  margin-top: 0 !important;
}
.business_slider_section .section_inner .section_wrapper .business_logo_slider .slick-list .slick-track .slick-slide .item {
  height: 150px;
  width: 150px !important;
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 6px;
  margin-top: 23px;
}
@media (max-width: 767px) {
  .business_slider_section .section_inner .section_wrapper .business_logo_slider .slick-list .slick-track .slick-slide .item {
    width: 80% !important;
  }
}
@media (max-width: 520px) {
  .business_slider_section .section_inner .section_wrapper .business_logo_slider .slick-list .slick-track .slick-slide .item {
    height: 125px;
  }
}
.business_slider_section .section_inner .section_wrapper .business_logo_slider .slick-list .slick-track .slick-slide .item .item_inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.business_slider_section .section_inner .section_wrapper .business_logo_slider .slick-list .slick-track .slick-slide .item .item_inner .hover_content {
  display: none;
}
.business_slider_section .section_inner .section_wrapper .business_logo_slider_dots {
  margin-top: 30px;
  border-bottom: 2px solid #D6D6D6;
}
.business_slider_section .section_inner .section_wrapper .business_logo_slider_dots .slick-dots {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.business_slider_section .section_inner .section_wrapper .business_logo_slider_dots .slick-dots li {
  margin: 0;
  line-height: 5px;
  transition: all ease 0.5s;
}
.business_slider_section .section_inner .section_wrapper .business_logo_slider_dots .slick-dots li button {
  font-size: 0;
}
.business_slider_section .section_inner .section_wrapper .business_logo_slider_dots .slick-dots li.slick-active {
  background-color: #FFDB33;
}
.business_slider_section .section_inner .section_wrapper .business_logo_slider_dots .slick-dots li:hover {
  background-color: #FFDB33;
}
.business_slider_section .section_inner .section_wrapper .loadMoreButton {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}

.jf_tab_section_theory_of_change_section {
  margin: 80px 0;
}
@media (max-width: 1359px) {
  .jf_tab_section_theory_of_change_section {
    margin: 70px 0;
  }
}
@media (max-width: 1199px) {
  .jf_tab_section_theory_of_change_section {
    margin: 60px 0;
  }
}
@media (max-width: 991px) {
  .jf_tab_section_theory_of_change_section {
    margin: 50px 0;
  }
}
@media (max-width: 767px) {
  .jf_tab_section_theory_of_change_section {
    margin: 32px 0 40px;
  }
}
.jf_tab_section_theory_of_change_section.remove_ts {
  margin-top: 0 !important;
}
.jf_tab_section_theory_of_change_section.remove_bs {
  margin-bottom: 0 !important;
}
.jf_tab_section_theory_of_change_section .section_inner {
  position: relative;
}
.jf_tab_section_theory_of_change_section .section_inner .bottom_right_icon {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .jf_tab_section_theory_of_change_section .section_inner .bottom_right_icon {
    display: none;
  }
}
.jf_tab_section_theory_of_change_section .section_inner .bottom_right_icon svg {
  display: flex;
  flex-wrap: wrap;
}
.jf_tab_section_theory_of_change_section .section_inner .section_wrapper {
  position: relative;
}
.jf_tab_section_theory_of_change_section .section_inner .section_wrapper .section_top_part .inner_section_wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 92px;
}
@media (max-width: 1199px) {
  .jf_tab_section_theory_of_change_section .section_inner .section_wrapper .section_top_part .inner_section_wrapper {
    margin-bottom: 75px;
  }
}
@media (max-width: 767px) {
  .jf_tab_section_theory_of_change_section .section_inner .section_wrapper .section_top_part .inner_section_wrapper {
    margin-bottom: 32px;
  }
}
.jf_tab_section_theory_of_change_section .section_inner .section_wrapper .section_top_part .inner_section_wrapper .left_section {
  width: 50%;
  padding-right: 50px;
}
@media (max-width: 1199px) {
  .jf_tab_section_theory_of_change_section .section_inner .section_wrapper .section_top_part .inner_section_wrapper .left_section {
    padding-right: 25px;
  }
}
@media (max-width: 767px) {
  .jf_tab_section_theory_of_change_section .section_inner .section_wrapper .section_top_part .inner_section_wrapper .left_section {
    width: 100%;
    padding-right: 0;
    padding-bottom: 0;
  }
}
.jf_tab_section_theory_of_change_section .section_inner .section_wrapper .section_top_part .inner_section_wrapper .left_section .section_sub_heading {
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .jf_tab_section_theory_of_change_section .section_inner .section_wrapper .section_top_part .inner_section_wrapper .left_section .section_sub_heading {
    margin-bottom: 4px;
  }
}
.jf_tab_section_theory_of_change_section .section_inner .section_wrapper .section_top_part .inner_section_wrapper .left_section .section_sub_heading .sub_heading_text {
  color: #838383;
  margin: 0;
}
@media (max-width: 767px) {
  .jf_tab_section_theory_of_change_section .section_inner .section_wrapper .section_top_part .inner_section_wrapper .left_section .section_sub_heading .sub_heading_text {
    font-size: 18px;
    line-height: 20px;
  }
}
.jf_tab_section_theory_of_change_section .section_inner .section_wrapper .section_top_part .inner_section_wrapper .left_section .section_heading .heading_text {
  margin: 0;
}
@media (max-width: 767px) {
  .jf_tab_section_theory_of_change_section .section_inner .section_wrapper .section_top_part .inner_section_wrapper .left_section .section_heading .heading_text {
    line-height: 37px;
  }
}
.jf_tab_section_theory_of_change_section .section_inner .section_wrapper .section_top_part .inner_section_wrapper .left_section .section_description {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .jf_tab_section_theory_of_change_section .section_inner .section_wrapper .section_top_part .inner_section_wrapper .left_section .section_description {
    margin-top: 8px;
  }
}
.jf_tab_section_theory_of_change_section .section_inner .section_wrapper .section_top_part .inner_section_wrapper .right_section {
  width: 50%;
}
@media (max-width: 767px) {
  .jf_tab_section_theory_of_change_section .section_inner .section_wrapper .section_top_part .inner_section_wrapper .right_section {
    width: 100%;
  }
}
.jf_tab_section_theory_of_change_section .section_inner .section_wrapper .section_top_part .inner_section_wrapper .right_section .section_description .description_text {
  margin: 0;
}
@media (max-width: 767px) {
  .jf_tab_section_theory_of_change_section .section_inner .section_wrapper .section_top_part .inner_section_wrapper .right_section .section_description .description_text {
    font-size: 24px;
    line-height: 30px;
  }
}
.jf_tab_section_theory_of_change_section .section_inner .section_wrapper .tabs_section {
  border-top: 2px solid #d6d6d6;
  border-bottom: 2px solid #d6d6d6;
}
@media (max-width: 767px) {
  .jf_tab_section_theory_of_change_section .section_inner .section_wrapper .tabs_section {
    border-bottom: medium none;
  }
}
@media (max-width: 767px) {
  .jf_tab_section_theory_of_change_section .section_inner .section_wrapper .tabs_section .section_container {
    padding-left: 0;
    padding-right: 0;
  }
}
.jf_tab_section_theory_of_change_section .section_inner .section_wrapper .tabs_section .tabs_section_inner {
  display: flex;
  flex-wrap: wrap;
}
.jf_tab_section_theory_of_change_section .section_inner .section_wrapper .tabs_section .tabs_section_inner .tabs_heading_list {
  width: 50%;
  border-right: 2px solid #d6d6d6;
}
@media (max-width: 767px) {
  .jf_tab_section_theory_of_change_section .section_inner .section_wrapper .tabs_section .tabs_section_inner .tabs_heading_list {
    display: none;
  }
}
.jf_tab_section_theory_of_change_section .section_inner .section_wrapper .tabs_section .tabs_section_inner .tab-accordion,
.jf_tab_section_theory_of_change_section .section_inner .section_wrapper .tabs_section .tabs_section_inner .tab {
  position: relative;
  padding: 28px 34px 28px 0;
  border-bottom: 2px solid #d6d6d6;
  transition: all ease 0.5s;
}
@media (max-width: 1199px) {
  .jf_tab_section_theory_of_change_section .section_inner .section_wrapper .tabs_section .tabs_section_inner .tab-accordion,
.jf_tab_section_theory_of_change_section .section_inner .section_wrapper .tabs_section .tabs_section_inner .tab {
    padding: 22px 28px 22px 0;
  }
}
.jf_tab_section_theory_of_change_section .section_inner .section_wrapper .tabs_section .tabs_section_inner .tab-accordion:before,
.jf_tab_section_theory_of_change_section .section_inner .section_wrapper .tabs_section .tabs_section_inner .tab:before {
  content: "";
  background: transparent;
  position: absolute;
  top: 0;
  height: 100%;
  z-index: -1;
  left: 100%;
  transform: translateX(-100%);
  width: 120vw;
  transition: all ease 0.5s;
}
.jf_tab_section_theory_of_change_section .section_inner .section_wrapper .tabs_section .tabs_section_inner .tab-accordion:after,
.jf_tab_section_theory_of_change_section .section_inner .section_wrapper .tabs_section .tabs_section_inner .tab:after {
  content: "";
  position: absolute;
  background: #d6d6d6;
  height: 2px;
  bottom: -2px;
  z-index: -1;
  left: 50%;
  transform: translateX(-100%);
  width: 100vw;
}
.jf_tab_section_theory_of_change_section .section_inner .section_wrapper .tabs_section .tabs_section_inner .tab-accordion:last-child,
.jf_tab_section_theory_of_change_section .section_inner .section_wrapper .tabs_section .tabs_section_inner .tab:last-child {
  border: none;
}
.jf_tab_section_theory_of_change_section .section_inner .section_wrapper .tabs_section .tabs_section_inner .tab-accordion:last-child::after,
.jf_tab_section_theory_of_change_section .section_inner .section_wrapper .tabs_section .tabs_section_inner .tab:last-child::after {
  display: none;
}
.jf_tab_section_theory_of_change_section .section_inner .section_wrapper .tabs_section .tabs_section_inner .tab-accordion .tab_inner,
.jf_tab_section_theory_of_change_section .section_inner .section_wrapper .tabs_section .tabs_section_inner .tab .tab_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.jf_tab_section_theory_of_change_section .section_inner .section_wrapper .tabs_section .tabs_section_inner .tab-accordion .tab_inner .tab_title_text,
.jf_tab_section_theory_of_change_section .section_inner .section_wrapper .tabs_section .tabs_section_inner .tab .tab_inner .tab_title_text {
  margin: 0;
  width: calc(100% - 80px);
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .jf_tab_section_theory_of_change_section .section_inner .section_wrapper .tabs_section .tabs_section_inner .tab-accordion .tab_inner .tab_title_text,
.jf_tab_section_theory_of_change_section .section_inner .section_wrapper .tabs_section .tabs_section_inner .tab .tab_inner .tab_title_text {
    font-size: 28px;
    line-height: 36px;
    width: calc(100% - 65px);
  }
}
@media (max-width: 991px) {
  .jf_tab_section_theory_of_change_section .section_inner .section_wrapper .tabs_section .tabs_section_inner .tab-accordion .tab_inner .tab_title_text,
.jf_tab_section_theory_of_change_section .section_inner .section_wrapper .tabs_section .tabs_section_inner .tab .tab_inner .tab_title_text {
    font-size: 24px;
    line-height: 30px;
    width: calc(100% - 50px);
  }
}
@media (max-width: 767px) {
  .jf_tab_section_theory_of_change_section .section_inner .section_wrapper .tabs_section .tabs_section_inner .tab-accordion .tab_inner .tab_title_text,
.jf_tab_section_theory_of_change_section .section_inner .section_wrapper .tabs_section .tabs_section_inner .tab .tab_inner .tab_title_text {
    width: calc(100% - 46.5px);
  }
}
.jf_tab_section_theory_of_change_section .section_inner .section_wrapper .tabs_section .tabs_section_inner .tab-accordion .tab_inner .icon,
.jf_tab_section_theory_of_change_section .section_inner .section_wrapper .tabs_section .tabs_section_inner .tab .tab_inner .icon {
  width: 80px;
  opacity: 0;
  transition: all ease 0.5s;
  line-height: 0;
}
@media (max-width: 1199px) {
  .jf_tab_section_theory_of_change_section .section_inner .section_wrapper .tabs_section .tabs_section_inner .tab-accordion .tab_inner .icon,
.jf_tab_section_theory_of_change_section .section_inner .section_wrapper .tabs_section .tabs_section_inner .tab .tab_inner .icon {
    width: 65px;
  }
}
@media (max-width: 991px) {
  .jf_tab_section_theory_of_change_section .section_inner .section_wrapper .tabs_section .tabs_section_inner .tab-accordion .tab_inner .icon,
.jf_tab_section_theory_of_change_section .section_inner .section_wrapper .tabs_section .tabs_section_inner .tab .tab_inner .icon {
    width: 50px;
  }
}
@media (max-width: 767px) {
  .jf_tab_section_theory_of_change_section .section_inner .section_wrapper .tabs_section .tabs_section_inner .tab-accordion .tab_inner .icon,
.jf_tab_section_theory_of_change_section .section_inner .section_wrapper .tabs_section .tabs_section_inner .tab .tab_inner .icon {
    width: 46.5px;
  }
}
.jf_tab_section_theory_of_change_section .section_inner .section_wrapper .tabs_section .tabs_section_inner .tab-accordion:hover,
.jf_tab_section_theory_of_change_section .section_inner .section_wrapper .tabs_section .tabs_section_inner .tab:hover {
  cursor: pointer;
}
.jf_tab_section_theory_of_change_section .section_inner .section_wrapper .tabs_section .tabs_section_inner .tab-accordion:hover .tab_inner .icon,
.jf_tab_section_theory_of_change_section .section_inner .section_wrapper .tabs_section .tabs_section_inner .tab:hover .tab_inner .icon {
  opacity: 1;
}
.jf_tab_section_theory_of_change_section .section_inner .section_wrapper .tabs_section .tabs_section_inner .tab-accordion.active:before,
.jf_tab_section_theory_of_change_section .section_inner .section_wrapper .tabs_section .tabs_section_inner .tab.active:before {
  background: #ffdb33;
}
.jf_tab_section_theory_of_change_section .section_inner .section_wrapper .tabs_section .tabs_section_inner .tab-accordion.active .tab_inner .icon,
.jf_tab_section_theory_of_change_section .section_inner .section_wrapper .tabs_section .tabs_section_inner .tab.active .tab_inner .icon {
  opacity: 1;
}
.jf_tab_section_theory_of_change_section .section_inner .section_wrapper .tabs_section .tabs_section_inner .tab-content {
  width: 50%;
  padding: 37px 0 99px 48px;
}
@media (max-width: 1199px) {
  .jf_tab_section_theory_of_change_section .section_inner .section_wrapper .tabs_section .tabs_section_inner .tab-content {
    padding: 25px 0 127px 32px;
  }
}
@media (max-width: 767px) {
  .jf_tab_section_theory_of_change_section .section_inner .section_wrapper .tabs_section .tabs_section_inner .tab-content {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
  }
}
.jf_tab_section_theory_of_change_section .section_inner .section_wrapper .tabs_section .tabs_section_inner .tab-content .tab_content_item_outer .tab-accordion {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .jf_tab_section_theory_of_change_section .section_inner .section_wrapper .tabs_section .tabs_section_inner .tab-content .tab_content_item_outer .tab-accordion:before {
    left: 0;
    width: 100vw;
    transform: none;
  }
}
@media (min-width: 768px) {
  .jf_tab_section_theory_of_change_section .section_inner .section_wrapper .tabs_section .tabs_section_inner .tab-content .tab_content_item_outer .tab-accordion {
    display: none;
  }
}
.jf_tab_section_theory_of_change_section .section_inner .section_wrapper .tabs_section .tabs_section_inner .tab-content .tab_content_item {
  display: none;
}
.jf_tab_section_theory_of_change_section .section_inner .section_wrapper .tabs_section .tabs_section_inner .tab-content .tab_content_item.active {
  display: block;
}
@media (max-width: 767px) {
  .jf_tab_section_theory_of_change_section .section_inner .section_wrapper .tabs_section .tabs_section_inner .tab-content .tab_content_item {
    position: relative;
    border-bottom: 2px solid #d6d6d6;
    padding: 24px 20px 120px;
  }
  .jf_tab_section_theory_of_change_section .section_inner .section_wrapper .tabs_section .tabs_section_inner .tab-content .tab_content_item .bottom_right_icon {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .jf_tab_section_theory_of_change_section .section_inner .section_wrapper .tabs_section .tabs_section_inner .tab-content .tab_content_item .bottom_right_icon svg {
    width: 48.8vw;
    height: 49.8666666667vw;
  }
}
.jf_tab_section_theory_of_change_section .section_inner .section_wrapper .tabs_section .tabs_section_inner .tab-content .tab_content_item .section_part {
  margin: 48px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 1359px) {
  .jf_tab_section_theory_of_change_section .section_inner .section_wrapper .tabs_section .tabs_section_inner .tab-content .tab_content_item .section_part {
    margin: 42px 0;
  }
}
@media (max-width: 1199px) {
  .jf_tab_section_theory_of_change_section .section_inner .section_wrapper .tabs_section .tabs_section_inner .tab-content .tab_content_item .section_part {
    margin: 36px 0;
  }
}
@media (max-width: 991px) {
  .jf_tab_section_theory_of_change_section .section_inner .section_wrapper .tabs_section .tabs_section_inner .tab-content .tab_content_item .section_part {
    margin: 30px 0;
  }
}
@media (max-width: 767px) {
  .jf_tab_section_theory_of_change_section .section_inner .section_wrapper .tabs_section .tabs_section_inner .tab-content .tab_content_item .section_part {
    margin: 24px 0;
  }
}
.jf_tab_section_theory_of_change_section .section_inner .section_wrapper .tabs_section .tabs_section_inner .tab-content .tab_content_item .section_part.remove_sec_ts {
  margin-top: 0 !important;
}
.jf_tab_section_theory_of_change_section .section_inner .section_wrapper .tabs_section .tabs_section_inner .tab-content .tab_content_item .section_part.remove_sec_bs {
  margin-bottom: 0 !important;
}
.jf_tab_section_theory_of_change_section .section_inner .section_wrapper .tabs_section .tabs_section_inner .tab-content .tab_content_item .section_part .content_editor {
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .jf_tab_section_theory_of_change_section .section_inner .section_wrapper .tabs_section .tabs_section_inner .tab-content .tab_content_item .section_part .content_editor {
    margin-bottom: 24px;
  }
}
.jf_tab_section_theory_of_change_section .section_inner .section_wrapper .tabs_section .tabs_section_inner .tab-content .tab_content_item .section_part .content_editor p {
  margin-bottom: 15px;
}
.jf_tab_section_theory_of_change_section .section_inner .section_wrapper .tabs_section .tabs_section_inner .tab-content .tab_content_item .section_part .content_editor p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .jf_tab_section_theory_of_change_section .section_inner .section_wrapper .tabs_section .tabs_section_inner .tab-content .tab_content_item .section_part .body_big_text {
    font-size: 21px;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  .jf_tab_section_theory_of_change_section .section_inner .section_wrapper .tabs_section .tabs_section_inner .tab-content .tab_content_item .section_part .body_big_text {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .jf_tab_section_theory_of_change_section .section_inner .section_wrapper .tabs_section .tabs_section_inner .tab-content .tab_content_item .section_part .body_big_text {
    font-size: 16px;
    line-height: 24px;
  }
}
.jf_tab_section_theory_of_change_section .section_inner .section_wrapper .tabs_section .tabs_section_inner .tab-content .tab_content_item .section_part .image_section {
  line-height: 0;
  position: relative;
}
.jf_tab_section_theory_of_change_section .section_inner .section_wrapper .tabs_section .tabs_section_inner .tab-content .tab_content_item .section_part .image_section img {
  height: 332px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 1199px) {
  .jf_tab_section_theory_of_change_section .section_inner .section_wrapper .tabs_section .tabs_section_inner .tab-content .tab_content_item .section_part .image_section img {
    height: 245px;
  }
}
@media (max-width: 991px) {
  .jf_tab_section_theory_of_change_section .section_inner .section_wrapper .tabs_section .tabs_section_inner .tab-content .tab_content_item .section_part .image_section img {
    height: 184px;
  }
}
@media (max-width: 767px) {
  .jf_tab_section_theory_of_change_section .section_inner .section_wrapper .tabs_section .tabs_section_inner .tab-content .tab_content_item .section_part .image_section img {
    height: 50.1333333333vw;
  }
}
.jf_tab_section_theory_of_change_section .section_inner .section_wrapper .tabs_section .tabs_section_inner .tab-content .tab_content_item .section_part .link_list_section .list_heading {
  margin-bottom: 24px;
}
.jf_tab_section_theory_of_change_section .section_inner .section_wrapper .tabs_section .tabs_section_inner .tab-content .tab_content_item .section_part .link_list_section .link_list .link_item {
  margin-bottom: 38px;
}
@media (max-width: 1199px) {
  .jf_tab_section_theory_of_change_section .section_inner .section_wrapper .tabs_section .tabs_section_inner .tab-content .tab_content_item .section_part .link_list_section .link_list .link_item {
    margin-bottom: 32px;
  }
}
@media (max-width: 991px) {
  .jf_tab_section_theory_of_change_section .section_inner .section_wrapper .tabs_section .tabs_section_inner .tab-content .tab_content_item .section_part .link_list_section .link_list .link_item {
    margin-bottom: 28px;
  }
}
@media (max-width: 767px) {
  .jf_tab_section_theory_of_change_section .section_inner .section_wrapper .tabs_section .tabs_section_inner .tab-content .tab_content_item .section_part .link_list_section .link_list .link_item {
    margin-bottom: 24px;
  }
}
.jf_tab_section_theory_of_change_section .section_inner .section_wrapper .tabs_section .tabs_section_inner .tab-content .tab_content_item .section_part .link_list_section .link_list .link_item:last-child {
  margin-bottom: 0;
}

.jf_contact_details_with_map {
  margin: 80px 0;
}
.jf_contact_details_with_map.mt-0 {
  margin-top: 0;
}
.jf_contact_details_with_map.mb-0 {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .jf_contact_details_with_map {
    margin: 60px 0;
  }
}
@media (max-width: 767px) {
  .jf_contact_details_with_map {
    margin: 50px 0;
  }
}
.jf_contact_details_with_map .jf_contact_details_with_map__inner {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .jf_contact_details_with_map .jf_contact_details_with_map__inner {
    flex-direction: column;
  }
}
.jf_contact_details_with_map .jf_contact_details_with_map__inner .jf_contact_details_with_map__inner--left {
  width: calc(42.5% - 10px);
}
@media (max-width: 767px) {
  .jf_contact_details_with_map .jf_contact_details_with_map__inner .jf_contact_details_with_map__inner--left {
    width: 100%;
    margin-top: 0;
  }
}
.jf_contact_details_with_map .jf_contact_details_with_map__inner .jf_contact_details_with_map__inner--left .jf_contact_details_with_map__inner--left__inner .label {
  margin: 0 0 8px;
}
.jf_contact_details_with_map .jf_contact_details_with_map__inner .jf_contact_details_with_map__inner--left .jf_contact_details_with_map__inner--left__inner .address_sec {
  margin-bottom: 40px;
}
.jf_contact_details_with_map .jf_contact_details_with_map__inner .jf_contact_details_with_map__inner--left .jf_contact_details_with_map__inner--left__inner .address_sec .address {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  color: #000;
}
@media (max-width: 1360px) {
  .jf_contact_details_with_map .jf_contact_details_with_map__inner .jf_contact_details_with_map__inner--left .jf_contact_details_with_map__inner--left__inner .address_sec .address {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 1199px) {
  .jf_contact_details_with_map .jf_contact_details_with_map__inner .jf_contact_details_with_map__inner--left .jf_contact_details_with_map__inner--left__inner .address_sec .address {
    font-size: 20px;
    line-height: 28px;
  }
}
.jf_contact_details_with_map .jf_contact_details_with_map__inner .jf_contact_details_with_map__inner--left .jf_contact_details_with_map__inner--left__inner .telephone_sec {
  margin-bottom: 40px;
}
.jf_contact_details_with_map .jf_contact_details_with_map__inner .jf_contact_details_with_map__inner--left .jf_contact_details_with_map__inner--left__inner .telephone_sec .telephone a {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  color: #000;
}
@media (max-width: 1360px) {
  .jf_contact_details_with_map .jf_contact_details_with_map__inner .jf_contact_details_with_map__inner--left .jf_contact_details_with_map__inner--left__inner .telephone_sec .telephone a {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 1199px) {
  .jf_contact_details_with_map .jf_contact_details_with_map__inner .jf_contact_details_with_map__inner--left .jf_contact_details_with_map__inner--left__inner .telephone_sec .telephone a {
    font-size: 20px;
    line-height: 28px;
  }
}
.jf_contact_details_with_map .jf_contact_details_with_map__inner .jf_contact_details_with_map__inner--left .jf_contact_details_with_map__inner--left__inner .email_sec {
  margin-bottom: 40px;
}
.jf_contact_details_with_map .jf_contact_details_with_map__inner .jf_contact_details_with_map__inner--left .jf_contact_details_with_map__inner--left__inner .email_sec .email a {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  color: #000;
}
@media (max-width: 1360px) {
  .jf_contact_details_with_map .jf_contact_details_with_map__inner .jf_contact_details_with_map__inner--left .jf_contact_details_with_map__inner--left__inner .email_sec .email a {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 1199px) {
  .jf_contact_details_with_map .jf_contact_details_with_map__inner .jf_contact_details_with_map__inner--left .jf_contact_details_with_map__inner--left__inner .email_sec .email a {
    font-size: 20px;
    line-height: 28px;
  }
}
.jf_contact_details_with_map .jf_contact_details_with_map__inner .jf_contact_details_with_map__inner--left .jf_contact_details_with_map__inner--left__inner .social_link_list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.jf_contact_details_with_map .jf_contact_details_with_map__inner .jf_contact_details_with_map__inner--left .jf_contact_details_with_map__inner--left__inner .social_link_list .label {
  margin-bottom: 16px;
  width: 100%;
}
.jf_contact_details_with_map .jf_contact_details_with_map__inner .jf_contact_details_with_map__inner--left .jf_contact_details_with_map__inner--left__inner .social_link_list .item {
  margin-right: 32px;
}
.jf_contact_details_with_map .jf_contact_details_with_map__inner .jf_contact_details_with_map__inner--left .jf_contact_details_with_map__inner--left__inner .social_link_list .item:last-child {
  margin-right: 0;
}
.jf_contact_details_with_map .jf_contact_details_with_map__inner .jf_contact_details_with_map__inner--left .jf_contact_details_with_map__inner--left__inner .social_link_list .item .item_inner a {
  display: flex;
  flex-wrap: wrap;
}
.jf_contact_details_with_map .jf_contact_details_with_map__inner .jf_contact_details_with_map__inner--left .jf_contact_details_with_map__inner--left__inner .social_link_list .item .item_inner a svg path {
  transition: all ease 0.5s;
}
.jf_contact_details_with_map .jf_contact_details_with_map__inner .jf_contact_details_with_map__inner--left .jf_contact_details_with_map__inner--left__inner .social_link_list .item .item_inner a:hover svg path {
  fill: #FFDB33;
}
.jf_contact_details_with_map .jf_contact_details_with_map__inner .jf_contact_details_with_map__inner--right {
  width: calc(57.5% - 10px);
}
@media (max-width: 767px) {
  .jf_contact_details_with_map .jf_contact_details_with_map__inner .jf_contact_details_with_map__inner--right {
    width: 100%;
    margin-top: 40px;
  }
}
.jf_contact_details_with_map .jf_contact_details_with_map__inner .jf_contact_details_with_map__inner--right .jf_contact_details_with_map__inner--right__inner iframe {
  width: 100%;
}
@media (max-width: 767px) {
  .jf_contact_details_with_map .jf_contact_details_with_map__inner .jf_contact_details_with_map__inner--right .jf_contact_details_with_map__inner--right__inner iframe {
    height: 71.7079530639vw;
  }
}

.single-activity .content-d .wp-block-columns .wp-block-column:first-child > h3 {
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 40px;
  text-transform: none;
}
@media (max-width: 1199px) {
  .single-activity .content-d .wp-block-columns .wp-block-column:first-child > h3 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 32px;
  }
}
@media (max-width: 991px) {
  .single-activity .content-d .wp-block-columns .wp-block-column:first-child > h3 {
    font-size: 27px;
    line-height: 33px;
    margin-bottom: 26px;
  }
}
.single-activity .content-d .wp-block-columns .wp-block-column:first-child > h4 {
  line-height: 30px;
  margin-bottom: 16px;
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .single-activity .content-d .wp-block-columns .wp-block-column:first-child > h4 {
    line-height: 26px;
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .single-activity .content-d .wp-block-columns .wp-block-column:first-child > h4 {
    margin-top: 22px;
  }
}
.single-activity .content-d .wp-block-columns .wp-block-column:first-child > p {
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  .single-activity .content-d .wp-block-columns .wp-block-column:first-child > p {
    margin-bottom: 18px;
  }
}
@media (max-width: 991px) {
  .single-activity .content-d .wp-block-columns .wp-block-column:first-child > p {
    margin-bottom: 15px;
  }
}
.single-activity .content-d .wp-block-columns .wp-block-column:first-child a {
  position: relative;
  padding-bottom: 2px;
  border-bottom: 3px solid #ffdb33;
}
.single-activity .content-d .wp-block-columns .wp-block-column:first-child hr.separator-title {
  display: none;
}
.single-activity .content-d .wp-block-columns .wp-block-column:first-child .separator-content .separator-title {
  margin-top: 16px;
}

.jf_single_program_content_section {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .jf_single_program_content_section {
    margin-bottom: 60px;
  }
}
.jf_single_program_content_section .section_inner .section_columns {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.jf_single_program_content_section .section_inner .section_columns .left_side_content_inner {
  width: 58%;
}
@media (max-width: 991px) {
  .jf_single_program_content_section .section_inner .section_columns .left_side_content_inner {
    width: 62%;
  }
}
@media (max-width: 767px) {
  .jf_single_program_content_section .section_inner .section_columns .left_side_content_inner {
    width: 100%;
  }
}
.jf_single_program_content_section .section_inner .section_columns .left_side_content_inner .heading3 {
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 40px;
  text-transform: none;
}
@media (max-width: 1199px) {
  .jf_single_program_content_section .section_inner .section_columns .left_side_content_inner .heading3 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 32px;
  }
}
@media (max-width: 991px) {
  .jf_single_program_content_section .section_inner .section_columns .left_side_content_inner .heading3 {
    font-size: 27px;
    line-height: 33px;
    margin-bottom: 26px;
  }
}
.jf_single_program_content_section .section_inner .section_columns .left_side_content_inner .heading4 {
  line-height: 30px;
  margin-bottom: 16px;
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .jf_single_program_content_section .section_inner .section_columns .left_side_content_inner .heading4 {
    line-height: 26px;
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .jf_single_program_content_section .section_inner .section_columns .left_side_content_inner .heading4 {
    margin-top: 22px;
  }
}
.jf_single_program_content_section .section_inner .section_columns .left_side_content_inner .main_content * {
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  .jf_single_program_content_section .section_inner .section_columns .left_side_content_inner .main_content * {
    margin-bottom: 18px;
  }
}
@media (max-width: 991px) {
  .jf_single_program_content_section .section_inner .section_columns .left_side_content_inner .main_content * {
    margin-bottom: 15px;
  }
}
.jf_single_program_content_section .section_inner .section_columns .left_side_content_inner .main_content > h3 {
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 40px;
  text-transform: none;
}
@media (max-width: 1199px) {
  .jf_single_program_content_section .section_inner .section_columns .left_side_content_inner .main_content > h3 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 32px;
  }
}
@media (max-width: 991px) {
  .jf_single_program_content_section .section_inner .section_columns .left_side_content_inner .main_content > h3 {
    font-size: 27px;
    line-height: 33px;
    margin-bottom: 26px;
  }
}
.jf_single_program_content_section .section_inner .section_columns .left_side_content_inner .main_content > h4 {
  line-height: 30px;
  margin-bottom: 16px;
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .jf_single_program_content_section .section_inner .section_columns .left_side_content_inner .main_content > h4 {
    line-height: 26px;
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .jf_single_program_content_section .section_inner .section_columns .left_side_content_inner .main_content > h4 {
    margin-top: 22px;
  }
}
.jf_single_program_content_section .section_inner .section_columns .left_side_content_inner .main_content a {
  position: relative;
  padding-bottom: 2px;
  border-bottom: 3px solid #ffdb33;
}
.jf_single_program_content_section .section_inner .section_columns .left_side_content_inner .main_content_list .main_content_list_item {
  margin-bottom: 94px;
}
.jf_single_program_content_section .section_inner .section_columns .left_side_content_inner .main_content_list .main_content_list_item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .jf_single_program_content_section .section_inner .section_columns .left_side_content_inner .main_content_list .main_content_list_item {
    margin-bottom: 64px;
  }
}
@media (max-width: 991px) {
  .jf_single_program_content_section .section_inner .section_columns .left_side_content_inner .main_content_list .main_content_list_item {
    margin-bottom: 44px;
  }
}
.jf_single_program_content_section .section_inner .section_columns .left_side_content_inner .main_content_list .main_content_list_item .child_content_list .child_content_list_item .content_child * {
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  .jf_single_program_content_section .section_inner .section_columns .left_side_content_inner .main_content_list .main_content_list_item .child_content_list .child_content_list_item .content_child * {
    margin-bottom: 18px;
  }
}
@media (max-width: 991px) {
  .jf_single_program_content_section .section_inner .section_columns .left_side_content_inner .main_content_list .main_content_list_item .child_content_list .child_content_list_item .content_child * {
    margin-bottom: 15px;
  }
}
.jf_single_program_content_section .section_inner .section_columns .left_side_content_inner .main_content_list .main_content_list_item .child_content_list .child_content_list_item .content_child > h3 {
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 40px;
  text-transform: none;
}
@media (max-width: 1199px) {
  .jf_single_program_content_section .section_inner .section_columns .left_side_content_inner .main_content_list .main_content_list_item .child_content_list .child_content_list_item .content_child > h3 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 32px;
  }
}
@media (max-width: 991px) {
  .jf_single_program_content_section .section_inner .section_columns .left_side_content_inner .main_content_list .main_content_list_item .child_content_list .child_content_list_item .content_child > h3 {
    font-size: 27px;
    line-height: 33px;
    margin-bottom: 26px;
  }
}
.jf_single_program_content_section .section_inner .section_columns .left_side_content_inner .main_content_list .main_content_list_item .child_content_list .child_content_list_item .content_child > h4 {
  line-height: 30px;
  margin-bottom: 16px;
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .jf_single_program_content_section .section_inner .section_columns .left_side_content_inner .main_content_list .main_content_list_item .child_content_list .child_content_list_item .content_child > h4 {
    line-height: 26px;
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .jf_single_program_content_section .section_inner .section_columns .left_side_content_inner .main_content_list .main_content_list_item .child_content_list .child_content_list_item .content_child > h4 {
    margin-top: 22px;
  }
}
.jf_single_program_content_section .section_inner .section_columns .left_side_content_inner .main_content_list .main_content_list_item .child_content_list .child_content_list_item .content_child p:last-child {
  margin-bottom: 0;
}
.jf_single_program_content_section .section_inner .section_columns .left_side_content_inner .main_content_list .main_content_list_item .child_content_list .child_content_list_item .content_child p img {
  margin-bottom: 0;
}
.jf_single_program_content_section .section_inner .section_columns .left_side_content_inner .main_content_list .main_content_list_item .child_content_list .child_content_list_item .content_child a {
  position: relative;
  padding-bottom: 2px;
  border-bottom: 3px solid #ffdb33;
}
.jf_single_program_content_section .section_inner .section_columns .left_side_content_inner .main_content_list .main_content_list_item .child_content_list .child_content_list_item .content_child a.image_link, .jf_single_program_content_section .section_inner .section_columns .left_side_content_inner .main_content_list .main_content_list_item .child_content_list .child_content_list_item .content_child a.has_image {
  padding-bottom: 0;
  border-bottom: none;
  display: flex;
  flex-wrap: wrap;
}
.jf_single_program_content_section .section_inner .section_columns .right_side_content {
  width: 29%;
}
@media (max-width: 991px) {
  .jf_single_program_content_section .section_inner .section_columns .right_side_content {
    width: 32%;
  }
}
@media (max-width: 767px) {
  .jf_single_program_content_section .section_inner .section_columns .right_side_content {
    width: 100%;
  }
}
.jf_single_program_content_section .section_inner .section_columns .right_side_content .side_panel_cta_section {
  margin: 0;
}

@media (min-width: 768px) {
  .single-activity .jf_post_single_page_with_right_sidebar_section .conetnt_section .conetnt_section_inner .quote_testimonial_section .section_inner .section_wrapper .right_section {
    padding: 40px 0;
  }
}
.single-activity .jf_post_single_page_with_right_sidebar_section .conetnt_section .conetnt_section_inner .quote_testimonial_section .section_inner .section_wrapper .right_section .right_section_inner .content_part .content_part_inner {
  padding-left: 50px;
  padding-right: 45px;
}
.single-activity .jf_post_single_page_with_right_sidebar_section .conetnt_section .conetnt_section_inner .quote_testimonial_section .section_inner .section_wrapper .right_section .right_section_inner .content_part .content_part_inner .heading_section .h1 {
  font-size: 34px;
  line-height: 42px;
}
@media (max-width: 1359px) {
  .single-activity .jf_post_single_page_with_right_sidebar_section .conetnt_section .conetnt_section_inner .quote_testimonial_section .section_inner .section_wrapper .right_section .right_section_inner .content_part .content_part_inner .heading_section .h1 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .single-activity .jf_post_single_page_with_right_sidebar_section .conetnt_section .conetnt_section_inner .quote_testimonial_section .section_inner .section_wrapper .right_section .right_section_inner .content_part .content_part_inner .heading_section .h1 {
    font-size: 25px;
    line-height: 32px;
  }
}
.single-activity .jf_post_single_page_with_right_sidebar_section .conetnt_section .conetnt_section_inner .quote_testimonial_section .section_inner .section_wrapper .right_section .right_section_inner .content_part .content_part_inner .quote_icon svg {
  width: 35px;
  height: 30px;
}
@media (max-width: 991px) {
  .single-activity .jf_post_single_page_with_right_sidebar_section .conetnt_section .conetnt_section_inner .quote_testimonial_section .section_inner .section_wrapper .right_section .right_section_inner .content_part .content_part_inner .author_section .body_big_text {
    font-size: 20px;
    line-height: 28px;
  }
}

.jf_inner_hero_header_section.post_single_page {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .jf_inner_hero_header_section.post_single_page .section_inner {
    padding: 32px 0;
  }
}
.jf_inner_hero_header_section.post_single_page .section_inner .post_single .featured_image {
  margin: 48px 0 0;
}
@media (max-width: 1359px) {
  .jf_inner_hero_header_section.post_single_page .section_inner .post_single .featured_image {
    margin: 44px 0 0;
  }
}
@media (max-width: 1199px) {
  .jf_inner_hero_header_section.post_single_page .section_inner .post_single .featured_image {
    margin: 40px 0 0;
  }
}
@media (max-width: 991px) {
  .jf_inner_hero_header_section.post_single_page .section_inner .post_single .featured_image {
    margin: 36px 0 0;
  }
}
@media (max-width: 767px) {
  .jf_inner_hero_header_section.post_single_page .section_inner .post_single .featured_image {
    margin: 32px 0 0;
  }
}
.jf_inner_hero_header_section.post_single_page .section_inner .post_single .featured_image .featured_image_section_inner .featured_image_section_wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 80%;
}
@media (max-width: 767px) {
  .jf_inner_hero_header_section.post_single_page .section_inner .post_single .featured_image .featured_image_section_inner .featured_image_section_wrapper {
    max-width: none !important;
  }
}
.jf_inner_hero_header_section.post_single_page .section_inner .post_single .featured_image .featured_image_section_inner .featured_image_section_wrapper img {
  width: 100% !important;
  object-fit: cover;
  object-position: center;
}
.jf_post_single_page_with_right_sidebar_section {
  margin: 152px 0;
}
@media (max-width: 1359px) {
  .jf_post_single_page_with_right_sidebar_section {
    margin: 130px 0;
  }
}
@media (max-width: 1199px) {
  .jf_post_single_page_with_right_sidebar_section {
    margin: 100px 0;
  }
}
@media (max-width: 991px) {
  .jf_post_single_page_with_right_sidebar_section {
    margin: 70px 0;
  }
}
@media (max-width: 767px) {
  .jf_post_single_page_with_right_sidebar_section {
    margin: 42px 0;
  }
}
.jf_post_single_page_with_right_sidebar_section.remove_ts {
  margin-top: 0 !important;
}
.jf_post_single_page_with_right_sidebar_section.remove_bs {
  margin-bottom: 0 !important;
}
.jf_post_single_page_with_right_sidebar_section .section_inner .section_wrapper {
  display: flex;
  flex-wrap: wrap;
}
.jf_post_single_page_with_right_sidebar_section .section_inner .section_wrapper .conetnt_section {
  width: 71%;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .jf_post_single_page_with_right_sidebar_section .section_inner .section_wrapper .conetnt_section {
    width: 100%;
    padding-right: 0;
  }
}
.jf_post_single_page_with_right_sidebar_section .section_inner .section_wrapper .conetnt_section .conetnt_section_inner {
  max-width: 627px;
}
@media (max-width: 991px) {
  .jf_post_single_page_with_right_sidebar_section .section_inner .section_wrapper .conetnt_section .conetnt_section_inner {
    max-width: 100%;
  }
}
.jf_post_single_page_with_right_sidebar_section .section_inner .section_wrapper .conetnt_section .conetnt_section_inner > p a {
  position: relative;
  padding-bottom: 2px;
  border-bottom: 3px solid #ffdb33;
}
.jf_post_single_page_with_right_sidebar_section .section_inner .section_wrapper .conetnt_section .conetnt_section_inner .section_main_heading .heading_text {
  font-size: 36px;
  line-height: 40px;
}
@media (max-width: 1359px) {
  .jf_post_single_page_with_right_sidebar_section .section_inner .section_wrapper .conetnt_section .conetnt_section_inner .section_main_heading .heading_text {
    font-size: 34px;
    line-height: 38px;
  }
}
@media (max-width: 1199px) {
  .jf_post_single_page_with_right_sidebar_section .section_inner .section_wrapper .conetnt_section .conetnt_section_inner .section_main_heading .heading_text {
    font-size: 32px;
    line-height: 36px;
  }
}
@media (max-width: 991px) {
  .jf_post_single_page_with_right_sidebar_section .section_inner .section_wrapper .conetnt_section .conetnt_section_inner .section_main_heading .heading_text {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .jf_post_single_page_with_right_sidebar_section .section_inner .section_wrapper .conetnt_section .conetnt_section_inner .section_main_heading .heading_text {
    font-size: 24px;
    line-height: 30px;
  }
}
.jf_post_single_page_with_right_sidebar_section .section_inner .section_wrapper .conetnt_section .conetnt_section_inner .item {
  margin: 56px 0;
}
@media (max-width: 1359px) {
  .jf_post_single_page_with_right_sidebar_section .section_inner .section_wrapper .conetnt_section .conetnt_section_inner .item {
    margin: 52px 0;
  }
}
@media (max-width: 1199px) {
  .jf_post_single_page_with_right_sidebar_section .section_inner .section_wrapper .conetnt_section .conetnt_section_inner .item {
    margin: 48px 0;
  }
}
@media (max-width: 991px) {
  .jf_post_single_page_with_right_sidebar_section .section_inner .section_wrapper .conetnt_section .conetnt_section_inner .item {
    margin: 44px 0;
  }
}
@media (max-width: 767px) {
  .jf_post_single_page_with_right_sidebar_section .section_inner .section_wrapper .conetnt_section .conetnt_section_inner .item {
    margin: 40px 0;
  }
}
.jf_post_single_page_with_right_sidebar_section .section_inner .section_wrapper .conetnt_section .conetnt_section_inner .item.remove_tss {
  margin-top: 0 !important;
}
.jf_post_single_page_with_right_sidebar_section .section_inner .section_wrapper .conetnt_section .conetnt_section_inner .item.remove_bss {
  margin-bottom: 0 !important;
}
.jf_post_single_page_with_right_sidebar_section .section_inner .section_wrapper .conetnt_section .conetnt_section_inner .item.add_top_border {
  border-top: 2px solid #d6d6d6;
  padding-top: 56px;
}
@media (max-width: 1359px) {
  .jf_post_single_page_with_right_sidebar_section .section_inner .section_wrapper .conetnt_section .conetnt_section_inner .item.add_top_border {
    padding-top: 52px;
  }
}
@media (max-width: 1199px) {
  .jf_post_single_page_with_right_sidebar_section .section_inner .section_wrapper .conetnt_section .conetnt_section_inner .item.add_top_border {
    padding-top: 48px;
  }
}
@media (max-width: 991px) {
  .jf_post_single_page_with_right_sidebar_section .section_inner .section_wrapper .conetnt_section .conetnt_section_inner .item.add_top_border {
    padding-top: 44px;
  }
}
@media (max-width: 767px) {
  .jf_post_single_page_with_right_sidebar_section .section_inner .section_wrapper .conetnt_section .conetnt_section_inner .item.add_top_border {
    padding-top: 40px;
  }
}
.jf_post_single_page_with_right_sidebar_section .section_inner .section_wrapper .conetnt_section .conetnt_section_inner .item.add_bottom_border {
  border-bottom: 2px solid #d6d6d6;
  padding-bottom: 56px;
}
@media (max-width: 1359px) {
  .jf_post_single_page_with_right_sidebar_section .section_inner .section_wrapper .conetnt_section .conetnt_section_inner .item.add_bottom_border {
    padding-bottom: 52px;
  }
}
@media (max-width: 1199px) {
  .jf_post_single_page_with_right_sidebar_section .section_inner .section_wrapper .conetnt_section .conetnt_section_inner .item.add_bottom_border {
    padding-bottom: 48px;
  }
}
@media (max-width: 991px) {
  .jf_post_single_page_with_right_sidebar_section .section_inner .section_wrapper .conetnt_section .conetnt_section_inner .item.add_bottom_border {
    padding-bottom: 44px;
  }
}
@media (max-width: 767px) {
  .jf_post_single_page_with_right_sidebar_section .section_inner .section_wrapper .conetnt_section .conetnt_section_inner .item.add_bottom_border {
    padding-bottom: 40px;
  }
}
.jf_post_single_page_with_right_sidebar_section .section_inner .section_wrapper .conetnt_section .conetnt_section_inner .item .item_inner .heading_section .heading_text {
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  .jf_post_single_page_with_right_sidebar_section .section_inner .section_wrapper .conetnt_section .conetnt_section_inner .item .item_inner .heading_section .heading_text {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .jf_post_single_page_with_right_sidebar_section .section_inner .section_wrapper .conetnt_section .conetnt_section_inner .item .item_inner .heading_section .heading_text {
    margin-bottom: 16px;
  }
}
.jf_post_single_page_with_right_sidebar_section .section_inner .section_wrapper .conetnt_section .conetnt_section_inner .item .item_inner .heading_section .heading_text.bottom_space_decrease {
  margin-bottom: 16px;
}
.jf_post_single_page_with_right_sidebar_section .section_inner .section_wrapper .conetnt_section .conetnt_section_inner .item .item_inner .content_editor_section .editor_text a {
  text-decoration: underline;
  text-decoration-color: #ffdb33;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}
.jf_post_single_page_with_right_sidebar_section .section_inner .section_wrapper .conetnt_section .conetnt_section_inner .item .item_inner .content_editor_section .editor_text a:hover {
  color: #ffdb33;
}
.jf_post_single_page_with_right_sidebar_section .section_inner .section_wrapper .conetnt_section .conetnt_section_inner .item .item_inner .content_editor_section .editor_text ul {
  margin: 0 !important;
}
.jf_post_single_page_with_right_sidebar_section .section_inner .section_wrapper .conetnt_section .conetnt_section_inner .item .item_inner .content_editor_section .editor_text ul li:last-child {
  margin-bottom: 0 !important;
}
.jf_post_single_page_with_right_sidebar_section .section_inner .section_wrapper .conetnt_section .conetnt_section_inner .item .item_inner .content_editor_section .editor_text ol {
  margin: 0 !important;
}
.jf_post_single_page_with_right_sidebar_section .section_inner .section_wrapper .conetnt_section .conetnt_section_inner .item .item_inner .content_editor_section .editor_text ol li:last-child {
  margin-bottom: 0 !important;
}
.jf_post_single_page_with_right_sidebar_section .section_inner .section_wrapper .conetnt_section .box_section {
  margin-top: 20px;
}
.jf_post_single_page_with_right_sidebar_section .section_inner .section_wrapper .conetnt_section .box_section .box_section_inner .box_list_sec .box_list_inner_item .box_list_child_items {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.jf_post_single_page_with_right_sidebar_section .section_inner .section_wrapper .conetnt_section .box_section .box_section_inner .box_list_sec .box_list_inner_item .box_list_child_items .box_list_item {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  width: 100%;
}
.jf_post_single_page_with_right_sidebar_section .section_inner .section_wrapper .conetnt_section .box_section .box_section_inner .box_list_sec .box_list_inner_item .box_list_child_items .box_list_item .hover_link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.jf_post_single_page_with_right_sidebar_section .section_inner .section_wrapper .conetnt_section .box_section .box_section_inner .box_list_sec .box_list_inner_item .box_list_child_items .box_list_item .image {
  max-width: 200px;
  border: 1px solid #000000;
}
.jf_post_single_page_with_right_sidebar_section .section_inner .section_wrapper .conetnt_section .box_section .box_section_inner .box_list_sec .box_list_inner_item .box_list_child_items .box_list_item .title {
  text-decoration: underline;
  color: rgb(220, 190, 123);
  margin-left: 20px;
  font-weight: 600;
}
.jf_post_single_page_with_right_sidebar_section .section_inner .section_wrapper .conetnt_section .box_section .box_section_inner .box_list_sec .box_list_inner_item .box_list_child_items .box_list_item:hover {
  color: rgb(132, 99, 81);
}
@media (max-width: 479px) {
  .jf_post_single_page_with_right_sidebar_section .section_inner .section_wrapper .conetnt_section .box_section .box_section_inner .box_list_sec .box_list_inner_item .box_list_child_items .box_list_item {
    flex-direction: column;
  }
  .jf_post_single_page_with_right_sidebar_section .section_inner .section_wrapper .conetnt_section .box_section .box_section_inner .box_list_sec .box_list_inner_item .box_list_child_items .box_list_item .image {
    width: 100%;
    max-width: none;
  }
  .jf_post_single_page_with_right_sidebar_section .section_inner .section_wrapper .conetnt_section .box_section .box_section_inner .box_list_sec .box_list_inner_item .box_list_child_items .box_list_item .title {
    width: 100%;
    text-align: left;
    margin-left: 0;
    margin-top: 10px;
  }
}
.jf_post_single_page_with_right_sidebar_section .section_inner .section_wrapper .right_sidebar_section {
  width: 29%;
}
@media (max-width: 767px) {
  .jf_post_single_page_with_right_sidebar_section .section_inner .section_wrapper .right_sidebar_section {
    width: 100%;
    margin-top: 42px;
  }
}
@media (max-width: 991px) {
  .jf_post_single_page_with_right_sidebar_section .section_inner .section_wrapper .right_sidebar_section.increase_top_side_more_space_for_mobile {
    margin-top: 80px;
  }
}
.jf_post_single_page_with_right_sidebar_section .section_inner .section_wrapper .jf_image_collage_section .section_inner .section_wrapper {
  display: block;
}

.single-post .breadcumbs_section .section_inner span:nth-last-child(2) a {
  background-image: none !important;
}
.single-post .breadcumbs_section .section_inner span.breadcrumb_last {
  display: none;
}

.jf_program_list_with_filter_section {
  padding: 48px 0 77px;
}
@media (max-width: 1199px) {
  .jf_program_list_with_filter_section {
    padding: 36px 0 77px;
  }
}
@media (max-width: 767px) {
  .jf_program_list_with_filter_section {
    padding: 24px 0 80px;
  }
}
.jf_program_list_with_filter_section.rts {
  padding-top: 0;
}
.jf_program_list_with_filter_section.rbs {
  padding-bottom: 0;
}
.jf_program_list_with_filter_section.teal {
  background-color: #005957;
}
.jf_program_list_with_filter_section.teal .heading2 {
  color: white;
}
.jf_program_list_with_filter_section.teal .program_item__inner {
  background-color: white;
  height: 100%;
  padding: 24px;
}
.jf_program_list_with_filter_section .section_inner .template_common_filter_area {
  position: relative;
  border-bottom: 2px solid #d6d6d6;
  padding-bottom: 24px;
  overflow: hidden;
}
@media (max-width: 1359px) {
  .jf_program_list_with_filter_section .section_inner .template_common_filter_area {
    padding-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .jf_program_list_with_filter_section .section_inner .template_common_filter_area {
    padding-bottom: 16px;
  }
}
@media (max-width: 991px) {
  .jf_program_list_with_filter_section .section_inner .template_common_filter_area {
    padding-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .jf_program_list_with_filter_section .section_inner .template_common_filter_area {
    padding-bottom: 8px;
  }
}
.jf_program_list_with_filter_section .section_inner .template_common_filter_area .template_common_filter_area_left_right {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.jf_program_list_with_filter_section .section_inner .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left {
  display: flex;
  align-items: center;
}
.jf_program_list_with_filter_section .section_inner .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .desktop_filter_left_part {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .jf_program_list_with_filter_section .section_inner .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .desktop_filter_left_part {
    display: none;
  }
}
.jf_program_list_with_filter_section .section_inner .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .mobile_filter_left_part {
  display: none;
  position: relative;
  padding-bottom: 8px;
}
.jf_program_list_with_filter_section .section_inner .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .mobile_filter_left_part:after {
  content: "";
  position: absolute;
  width: 0;
  height: 4px;
  left: 0;
  bottom: 0;
  background: #FFDB33;
  transition: all ease 0.5s;
}
@media (max-width: 767px) {
  .jf_program_list_with_filter_section .section_inner .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .mobile_filter_left_part {
    display: flex;
    flex-wrap: wrap;
  }
  .jf_program_list_with_filter_section .section_inner .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .mobile_filter_left_part .filter_icons svg {
    display: flex;
    flex-wrap: wrap;
  }
  .jf_program_list_with_filter_section .section_inner .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .mobile_filter_left_part .filter_icons .close_filter_icon {
    display: none;
  }
  .jf_program_list_with_filter_section .section_inner .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .mobile_filter_left_part .filter_text {
    font-size: 20px;
    line-height: 26px;
    font-family: "Whitney-Bold";
    margin-left: 8px;
  }
  .jf_program_list_with_filter_section .section_inner .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .mobile_filter_left_part.filter_menu_active .filter_icons .open_filter_icon {
    display: none;
  }
  .jf_program_list_with_filter_section .section_inner .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .mobile_filter_left_part.filter_menu_active .filter_icons .close_filter_icon {
    display: block;
  }
  .jf_program_list_with_filter_section .section_inner .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .mobile_filter_left_part.filter_menu_active:after {
    width: 100%;
  }
}
.jf_program_list_with_filter_section .section_inner .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .com_filter_lab {
  color: #313131;
  font-family: "Whitney-Bold";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin-right: 40px;
  cursor: pointer;
  padding-bottom: 8px;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 1359px) {
  .jf_program_list_with_filter_section .section_inner .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .com_filter_lab {
    margin-right: 35px;
  }
}
@media (max-width: 1199px) {
  .jf_program_list_with_filter_section .section_inner .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .com_filter_lab {
    margin-right: 30px;
  }
}
@media (max-width: 991px) {
  .jf_program_list_with_filter_section .section_inner .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .com_filter_lab {
    margin-right: 25px;
  }
}
@media (max-width: 767px) {
  .jf_program_list_with_filter_section .section_inner .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .com_filter_lab {
    margin-right: 20px;
  }
}
.jf_program_list_with_filter_section .section_inner .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .com_filter_lab .icon {
  display: flex;
  align-items: center;
  margin: 4px 0 0 8px;
}
.jf_program_list_with_filter_section .section_inner .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .com_filter_lab .icon svg {
  transition: all ease 0.5s;
}
.jf_program_list_with_filter_section .section_inner .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .com_filter_lab:after {
  content: "";
  position: absolute;
  width: 0;
  height: 4px;
  left: 0;
  bottom: 0;
  background: #FFDB33;
  transition: all ease 0.5s;
}
.jf_program_list_with_filter_section .section_inner .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .com_filter_lab:hover:after {
  width: 100%;
}
.jf_program_list_with_filter_section .section_inner .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .com_filter_lab.active:after {
  width: 100%;
}
.jf_program_list_with_filter_section .section_inner .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .com_filter_lab.active .icon svg {
  transform: rotate(180deg);
}
.jf_program_list_with_filter_section .section_inner .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .com_filter_lab:last-child {
  margin-right: 0;
}
.jf_program_list_with_filter_section .section_inner .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_right .com_search_toggle {
  display: flex;
  align-items: center;
  color: #313131;
  font-family: "Whitney-Bold";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
@media (max-width: 767px) {
  .jf_program_list_with_filter_section .section_inner .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_right .com_search_toggle {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 8px;
  }
}
.jf_program_list_with_filter_section .section_inner .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_right .com_search_toggle svg {
  margin-right: 8px;
}
.jf_program_list_with_filter_section .section_inner .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_right .template_common_search_bar {
  width: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  transition: width 0.5s ease;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.jf_program_list_with_filter_section .section_inner .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_right .template_common_search_bar input {
  color: #313131;
  font-family: Whitney Book;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  width: calc(100% - 50px);
  padding: 5px 10px;
  border: none;
}
.jf_program_list_with_filter_section .section_inner .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_right .template_common_search_bar input::placeholder {
  color: #adadad;
}
@media (max-width: 767px) {
  .jf_program_list_with_filter_section .section_inner .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_right .template_common_search_bar input {
    font-size: 20px;
    line-height: 28px;
  }
}
.jf_program_list_with_filter_section .section_inner .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_right.show_search_bar .template_common_search_bar {
  opacity: 1;
  visibility: visible;
  z-index: 2;
  width: 100%;
}
@media (max-width: 767px) {
  .jf_program_list_with_filter_section .section_inner .template_common_filter_area .all_filtered_item_options {
    display: none;
  }
}
.jf_program_list_with_filter_section .section_inner .template_common_filter_area .all_filtered_item_options .mobile_apply_now_button {
  display: none;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .jf_program_list_with_filter_section .section_inner .template_common_filter_area .all_filtered_item_options .mobile_apply_now_button {
    display: block;
  }
}
.jf_program_list_with_filter_section .section_inner .template_common_filter_area .all_filtered_item_options .mobile_apply_now_button .mobile_filter_submit {
  width: 100%;
}
@media (max-width: 767px) {
  .jf_program_list_with_filter_section .section_inner .template_common_filter_area .all_filtered_item_options .template_filter_common_part {
    display: block !important;
  }
  .jf_program_list_with_filter_section .section_inner .template_common_filter_area .all_filtered_item_options .template_filter_common_part.filter_1 {
    margin-top: 24px;
  }
}
.jf_program_list_with_filter_section .section_inner .template_common_filter_area .all_filtered_item_options .template_filter_common_part .mobile_only {
  display: none;
  font-size: 20px;
  line-height: 26px;
  font-family: "Whitney-Bold";
}
@media (max-width: 767px) {
  .jf_program_list_with_filter_section .section_inner .template_common_filter_area .all_filtered_item_options .template_filter_common_part .mobile_only {
    display: block;
  }
}
.jf_program_list_with_filter_section .section_inner .template_common_filter_area .all_filtered_item_options .template_filter_common_part .filter_items {
  margin: 24px 0 20px;
  display: flex;
  flex-wrap: wrap;
}
.jf_program_list_with_filter_section .section_inner .template_common_filter_area .all_filtered_item_options .template_filter_common_part .filter_items .filter_item {
  margin: 0 12px 12px 0 !important;
  background: #f3f3f3;
  padding: 6px 8px !important;
  line-height: 22px !important;
  font-family: "Whitney-Bold" !important;
  cursor: pointer;
  transition: all ease 0.5s;
}
.jf_program_list_with_filter_section .section_inner .template_common_filter_area .all_filtered_item_options .template_filter_common_part .filter_items .filter_item::before {
  display: none !important;
}
.jf_program_list_with_filter_section .section_inner .template_common_filter_area .all_filtered_item_options .template_filter_common_part .filter_items .filter_item.active {
  background: #FFDB33;
}
.jf_program_list_with_filter_section .section_inner .template_common_filter_area .all_filtered_item_options .template_filter_common_part .filter_items .filter_item:hover {
  background: #FFDB33;
}
.jf_program_list_with_filter_section .section_inner .filterable_listing_section {
  margin-top: 24px;
}
.jf_program_list_with_filter_section .section_inner .filterable_listing_section .filtered_list .label_only {
  font-family: "Whitney-Bold";
}
.jf_program_list_with_filter_section .section_inner .filterable_listing_section .filtered_list .filterd_item_track {
  margin: 24px 0 20px;
  display: flex;
  flex-wrap: wrap;
}
.jf_program_list_with_filter_section .section_inner .filterable_listing_section .filtered_list .filterd_item_track .filtered_track_item {
  margin: 0 12px 12px 0 !important;
  background: #f3f3f3;
  padding: 6px 8px !important;
  line-height: 22px !important;
  font-family: "Whitney-Bold" !important;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  transition: all ease 0.5s;
}
.jf_program_list_with_filter_section .section_inner .filterable_listing_section .filtered_list .filterd_item_track .filtered_track_item::before {
  display: none !important;
}
.jf_program_list_with_filter_section .section_inner .filterable_listing_section .filtered_list .filterd_item_track .filtered_track_item .clear_filtered,
.jf_program_list_with_filter_section .section_inner .filterable_listing_section .filtered_list .filterd_item_track .filtered_track_item .clear_filter_focus,
.jf_program_list_with_filter_section .section_inner .filterable_listing_section .filtered_list .filterd_item_track .filtered_track_item .clear_filter_country,
.jf_program_list_with_filter_section .section_inner .filterable_listing_section .filtered_list .filterd_item_track .filtered_track_item .clear_filter_search {
  display: inline-flex;
  flex-wrap: wrap;
  margin-left: 8px;
}
.jf_program_list_with_filter_section .section_inner .filterable_listing_section .filtered_list .filterd_item_track .filtered_track_item .clear_filtered svg,
.jf_program_list_with_filter_section .section_inner .filterable_listing_section .filtered_list .filterd_item_track .filtered_track_item .clear_filter_focus svg,
.jf_program_list_with_filter_section .section_inner .filterable_listing_section .filtered_list .filterd_item_track .filtered_track_item .clear_filter_country svg,
.jf_program_list_with_filter_section .section_inner .filterable_listing_section .filtered_list .filterd_item_track .filtered_track_item .clear_filter_search svg {
  position: relative;
  top: 1px;
}
.jf_program_list_with_filter_section .section_inner .filterable_listing_section .filtered_list .filterd_item_track .filtered_track_item:hover {
  background: #FFDB33;
}
.jf_program_list_with_filter_section .section_inner .programs_listing_section .filterable_list_outer .filterable_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
@media (max-width: 575px) {
  .jf_program_list_with_filter_section .section_inner .programs_listing_section .filterable_list_outer .filterable_list {
    margin: 0;
  }
}
.jf_program_list_with_filter_section .section_inner .programs_listing_section .filterable_list_outer .filterable_list .program_item {
  width: 33.3333333333%;
  padding: 0 12px;
  margin-top: 80px;
}
@media (max-width: 1359px) {
  .jf_program_list_with_filter_section .section_inner .programs_listing_section .filterable_list_outer .filterable_list .program_item {
    margin-top: 70px;
  }
}
@media (max-width: 1199px) {
  .jf_program_list_with_filter_section .section_inner .programs_listing_section .filterable_list_outer .filterable_list .program_item {
    margin-top: 60px;
  }
}
@media (max-width: 991px) {
  .jf_program_list_with_filter_section .section_inner .programs_listing_section .filterable_list_outer .filterable_list .program_item {
    width: 50%;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .jf_program_list_with_filter_section .section_inner .programs_listing_section .filterable_list_outer .filterable_list .program_item {
    margin-top: 40px;
  }
}
@media (max-width: 575px) {
  .jf_program_list_with_filter_section .section_inner .programs_listing_section .filterable_list_outer .filterable_list .program_item {
    width: 100%;
    padding: 0;
  }
}
.jf_program_list_with_filter_section .section_inner .programs_listing_section .filterable_list_outer .filterable_list .program_item:first-child {
  margin-top: 24px;
}
@media (max-width: 575px) {
  .jf_program_list_with_filter_section .section_inner .programs_listing_section .filterable_list_outer .filterable_list .program_item:first-child {
    margin-top: 0;
  }
}
@media (min-width: 575px) {
  .jf_program_list_with_filter_section .section_inner .programs_listing_section .filterable_list_outer .filterable_list .program_item:nth-child(2) {
    margin-top: 24px;
  }
}
@media (min-width: 992px) {
  .jf_program_list_with_filter_section .section_inner .programs_listing_section .filterable_list_outer .filterable_list .program_item:nth-child(3) {
    margin-top: 24px;
  }
}
.jf_program_list_with_filter_section .section_inner .programs_listing_section .filterable_list_outer .filterable_list .program_item .image_section {
  overflow: hidden;
  background-color: #313131;
}
.jf_program_list_with_filter_section .section_inner .programs_listing_section .filterable_list_outer .filterable_list .program_item .image_section .image_part {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-wrap: wrap;
  transition: all ease 0.5s;
}
.jf_program_list_with_filter_section .section_inner .programs_listing_section .filterable_list_outer .filterable_list .program_item .image_section .image_part a {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.jf_program_list_with_filter_section .section_inner .programs_listing_section .filterable_list_outer .filterable_list .program_item .image_section .image_part img {
  width: 100%;
  height: 100%;
  min-height: 185px;
}
.jf_program_list_with_filter_section .section_inner .programs_listing_section .filterable_list_outer .filterable_list .program_item .image_section:hover .image_part {
  opacity: 0.6;
}
.jf_program_list_with_filter_section .section_inner .programs_listing_section .filterable_list_outer .filterable_list .program_item .content_part {
  padding-top: 18px;
}
@media (max-width: 767px) {
  .jf_program_list_with_filter_section .section_inner .programs_listing_section .filterable_list_outer .filterable_list .program_item .content_part {
    padding-top: 16px;
  }
}
.jf_program_list_with_filter_section .section_inner .programs_listing_section .filterable_list_outer .filterable_list .program_item .content_part .focus_types {
  display: flex;
  flex-wrap: wrap;
}
.jf_program_list_with_filter_section .section_inner .programs_listing_section .filterable_list_outer .filterable_list .program_item .content_part .focus_types .focus_item {
  background-color: #f2f2f2;
  padding: 2px 6px;
  font-size: 16px;
  line-height: 22px;
  margin: 0 8px 8px 0;
  font-family: "Whitney-Bold";
}
.jf_program_list_with_filter_section .section_inner .programs_listing_section .filterable_list_outer .filterable_list .program_item .content_part .post_title {
  margin: 0;
}
.jf_program_list_with_filter_section .section_inner .programs_listing_section .filterable_list_outer .filterable_list .program_item .content_part .post_title a {
  font-family: "Whitney-Bold";
  font-weight: 700;
}
.jf_program_list_with_filter_section .section_inner .programs_listing_section .filterable_list_outer .filterable_list .program_item .content_part .excerpt {
  margin-top: 8px;
}
.jf_program_list_with_filter_section .section_inner .programs_listing_section .filterable_list_outer .filterable_list .no_found {
  font-family: "Whitney-Bold";
  padding: 0 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  font-size: 40px;
  margin: 40px 0;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 767px) {
  .jf_program_list_with_filter_section .section_inner .programs_listing_section .filterable_list_outer .filterable_list .no_found {
    font-size: 30px;
  }
}
.jf_program_list_with_filter_section .section_inner .programs_listing_section .filterable_list_outer .loadmore_button {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 56px;
}
@media (max-width: 767px) {
  .jf_program_list_with_filter_section .section_inner .programs_listing_section .filterable_list_outer .loadmore_button {
    margin-top: 80px;
  }
}
.jf_program_list_with_filter_section .section_inner .programs_listing_section .filterable_list_outer .loadmore_button .loadmore_button_btn:hover {
  color: #ffffff;
  background-color: #313131;
}
.jf_program_list_with_filter_section .section_inner .past_programs_listing_section .heading_section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .jf_program_list_with_filter_section .section_inner .past_programs_listing_section .heading_section {
    margin-bottom: 40px;
  }
}
.jf_program_list_with_filter_section .section_inner .past_programs_listing_section .heading_section .heading2 {
  margin: 0;
}
@media (max-width: 767px) {
  .jf_program_list_with_filter_section .section_inner .past_programs_listing_section .heading_section .heading2 {
    margin-bottom: 24px;
    width: 100%;
  }
}

.jf_news_list_with_filter.jf_program_list_with_filter_section .section_inner .programs_listing_section .filterable_list_outer .filterable_list .program_item__apply {
  pointer-events: none;
}
.jf_news_list_with_filter.jf_program_list_with_filter_section .section_inner .programs_listing_section .filterable_list_outer .filterable_list .program_item__apply-line {
  background-color: #FFDB33;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
}
.jf_news_list_with_filter.jf_program_list_with_filter_section .section_inner .programs_listing_section .filterable_list_outer .filterable_list .program_item__apply-tag {
  background-color: #FFDB33;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  font-weight: 700;
  font-family: "Whitney-Bold";
  padding: 2px 10px;
  display: flex;
  justify-content: center;
}
.jf_news_list_with_filter.jf_program_list_with_filter_section .section_inner .programs_listing_section .filterable_list_outer .filterable_list .program_item__apply-tag img {
  margin-right: 2px;
}
.jf_news_list_with_filter.jf_program_list_with_filter_section .section_inner .programs_listing_section .filterable_list_outer .filterable_list .program_item .image_section {
  position: relative;
}
.jf_news_list_with_filter.jf_program_list_with_filter_section .section_inner .programs_listing_section .filterable_list_outer .filterable_list .program_item .content_part .category_name_and_date {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  row-gap: 8px;
  justify-content: flex-start;
  margin-bottom: 8px;
}
.jf_news_list_with_filter.jf_program_list_with_filter_section .section_inner .programs_listing_section .filterable_list_outer .filterable_list .program_item .content_part .category_name_and_date .category_name {
  color: #727272;
  font-family: Whitney-Bold;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  margin-right: 15px;
}
.jf_news_list_with_filter.jf_program_list_with_filter_section .section_inner .programs_listing_section .filterable_list_outer .filterable_list .program_item .content_part .category_name_and_date .category_name:before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #75C4B5;
  border-radius: 100%;
  margin-right: 8px;
  display: inline-block;
}
.jf_news_list_with_filter.jf_program_list_with_filter_section .section_inner .programs_listing_section .filterable_list_outer .filterable_list .program_item .content_part .category_name_and_date .post_date {
  color: #727272;
  font-family: Whitney-Bold;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
}
.jf_news_list_with_filter .filterable_list_with_pagination .post_news_pagination {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .jf_news_list_with_filter .filterable_list_with_pagination .post_news_pagination {
    margin-top: 60px;
  }
}
.jf_news_list_with_filter .filterable_list_with_pagination .post_news_pagination .pagination {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 32px !important;
  border-top: 2px solid #D6D6D6;
}
@media (max-width: 767px) {
  .jf_news_list_with_filter .filterable_list_with_pagination .post_news_pagination .pagination {
    margin-top: 24px !important;
  }
}
.jf_news_list_with_filter .filterable_list_with_pagination .post_news_pagination .pagination .page-item {
  padding: 0 0 2px !important;
  margin: 0 19px 0 0 !important;
  color: #727272;
  font-family: Whitney-Bold;
  font-size: 24px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 30px !important;
  min-width: 24px;
  text-align: center;
  border-bottom: 4px solid transparent;
}
@media (max-width: 767px) {
  .jf_news_list_with_filter .filterable_list_with_pagination .post_news_pagination .pagination .page-item {
    margin: 0 15px 0 0 !important;
  }
}
.jf_news_list_with_filter .filterable_list_with_pagination .post_news_pagination .pagination .page-item * {
  color: #727272 !important;
  font-family: Whitney-Bold !important;
  font-size: 24px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 30px !important;
}
@media (max-width: 991px) {
  .jf_news_list_with_filter .filterable_list_with_pagination .post_news_pagination .pagination .page-item * {
    font-size: 20px !important;
    line-height: 26px !important;
  }
}
@media (max-width: 767px) {
  .jf_news_list_with_filter .filterable_list_with_pagination .post_news_pagination .pagination .page-item * {
    font-size: 16px !important;
    line-height: 22px !important;
  }
}
@media (max-width: 991px) {
  .jf_news_list_with_filter .filterable_list_with_pagination .post_news_pagination .pagination .page-item {
    font-size: 20px !important;
    line-height: 26px !important;
  }
}
@media (max-width: 767px) {
  .jf_news_list_with_filter .filterable_list_with_pagination .post_news_pagination .pagination .page-item {
    font-size: 16px !important;
    line-height: 22px !important;
  }
}
.jf_news_list_with_filter .filterable_list_with_pagination .post_news_pagination .pagination .page-item:hover, .jf_news_list_with_filter .filterable_list_with_pagination .post_news_pagination .pagination .page-item.active {
  color: #313131;
  border-color: #FFDB33;
}
.jf_news_list_with_filter .filterable_list_with_pagination .post_news_pagination .pagination .page-item:hover *, .jf_news_list_with_filter .filterable_list_with_pagination .post_news_pagination .pagination .page-item.active * {
  color: #313131 !important;
}
.jf_news_list_with_filter .filterable_list_with_pagination .post_news_pagination .pagination .page-item.prev {
  margin-right: 40px !important;
  border-bottom: medium none;
}
@media (max-width: 767px) {
  .jf_news_list_with_filter .filterable_list_with_pagination .post_news_pagination .pagination .page-item.prev {
    margin-right: 20px !important;
  }
}
.jf_news_list_with_filter .filterable_list_with_pagination .post_news_pagination .pagination .page-item.next {
  margin-right: 0 !important;
  margin-left: 40px !important;
  border-bottom: medium none;
}
@media (max-width: 767px) {
  .jf_news_list_with_filter .filterable_list_with_pagination .post_news_pagination .pagination .page-item.next {
    margin-left: 20px !important;
  }
}
.jf_news_list_with_filter .filterable_list_with_pagination .post_news_pagination .pagination .page-item:before {
  display: none !important;
}

.publications_card_list_grid_view {
  margin: 80px 0;
}
@media (max-width: 1359px) {
  .publications_card_list_grid_view {
    margin: 70px 0;
  }
}
@media (max-width: 1199px) {
  .publications_card_list_grid_view {
    margin: 60px 0;
  }
}
@media (max-width: 991px) {
  .publications_card_list_grid_view {
    margin: 50px 0;
  }
}
@media (max-width: 767px) {
  .publications_card_list_grid_view {
    margin: 40px 0;
  }
}
.publications_card_list_grid_view .section_inner .section_wrapper .template_common_filter_area {
  position: relative;
  border-bottom: 2px solid #d6d6d6;
  padding-bottom: 24px;
  overflow: hidden;
}
@media (max-width: 1359px) {
  .publications_card_list_grid_view .section_inner .section_wrapper .template_common_filter_area {
    padding-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .publications_card_list_grid_view .section_inner .section_wrapper .template_common_filter_area {
    padding-bottom: 16px;
  }
}
@media (max-width: 991px) {
  .publications_card_list_grid_view .section_inner .section_wrapper .template_common_filter_area {
    padding-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .publications_card_list_grid_view .section_inner .section_wrapper .template_common_filter_area {
    padding-bottom: 8px;
  }
}
.publications_card_list_grid_view .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.publications_card_list_grid_view .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left {
  display: flex;
  align-items: center;
}
.publications_card_list_grid_view .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .desktop_filter_left_part {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .publications_card_list_grid_view .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .desktop_filter_left_part {
    display: none;
  }
}
.publications_card_list_grid_view .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .mobile_filter_left_part {
  display: none;
  position: relative;
  padding-bottom: 8px;
}
.publications_card_list_grid_view .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .mobile_filter_left_part:after {
  content: "";
  position: absolute;
  width: 0;
  height: 4px;
  left: 0;
  bottom: 0;
  background: #FFDB33;
  transition: all ease 0.5s;
}
@media (max-width: 767px) {
  .publications_card_list_grid_view .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .mobile_filter_left_part {
    display: flex;
    flex-wrap: wrap;
  }
  .publications_card_list_grid_view .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .mobile_filter_left_part .filter_icons svg {
    display: flex;
    flex-wrap: wrap;
  }
  .publications_card_list_grid_view .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .mobile_filter_left_part .filter_icons .close_filter_icon {
    display: none;
  }
  .publications_card_list_grid_view .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .mobile_filter_left_part .filter_text {
    font-size: 20px;
    line-height: 26px;
    font-family: "Whitney-Bold";
    margin-left: 8px;
  }
  .publications_card_list_grid_view .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .mobile_filter_left_part.filter_menu_active .filter_icons .open_filter_icon {
    display: none;
  }
  .publications_card_list_grid_view .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .mobile_filter_left_part.filter_menu_active .filter_icons .close_filter_icon {
    display: block;
  }
  .publications_card_list_grid_view .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .mobile_filter_left_part.filter_menu_active:after {
    width: 100%;
  }
}
.publications_card_list_grid_view .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .com_filter_lab {
  color: #313131;
  font-family: "Whitney-Bold";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin-right: 40px;
  cursor: pointer;
  padding-bottom: 8px;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 1359px) {
  .publications_card_list_grid_view .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .com_filter_lab {
    margin-right: 35px;
  }
}
@media (max-width: 1199px) {
  .publications_card_list_grid_view .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .com_filter_lab {
    margin-right: 30px;
  }
}
@media (max-width: 991px) {
  .publications_card_list_grid_view .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .com_filter_lab {
    margin-right: 25px;
  }
}
@media (max-width: 767px) {
  .publications_card_list_grid_view .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .com_filter_lab {
    margin-right: 20px;
  }
}
.publications_card_list_grid_view .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .com_filter_lab .icon {
  display: flex;
  align-items: center;
  margin: 4px 0 0 8px;
}
.publications_card_list_grid_view .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .com_filter_lab .icon svg {
  transition: all ease 0.5s;
}
.publications_card_list_grid_view .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .com_filter_lab:after {
  content: "";
  position: absolute;
  width: 0;
  height: 4px;
  left: 0;
  bottom: 0;
  background: #FFDB33;
  transition: all ease 0.5s;
}
.publications_card_list_grid_view .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .com_filter_lab:hover:after {
  width: 100%;
}
.publications_card_list_grid_view .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .com_filter_lab.active:after {
  width: 100%;
}
.publications_card_list_grid_view .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .com_filter_lab.active .icon svg {
  transform: rotate(180deg);
}
.publications_card_list_grid_view .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .com_filter_lab:last-child {
  margin-right: 0;
}
.publications_card_list_grid_view .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_right .com_search_toggle {
  display: flex;
  align-items: center;
  color: #313131;
  font-family: "Whitney-Bold";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
@media (max-width: 767px) {
  .publications_card_list_grid_view .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_right .com_search_toggle {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 8px;
  }
}
.publications_card_list_grid_view .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_right .com_search_toggle svg {
  margin-right: 8px;
}
.publications_card_list_grid_view .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_right .template_common_search_bar {
  width: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  transition: width 0.5s ease;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.publications_card_list_grid_view .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_right .template_common_search_bar input {
  color: #313131;
  font-family: Whitney Book;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  width: calc(100% - 50px);
  padding: 5px 10px;
  border: none;
}
.publications_card_list_grid_view .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_right .template_common_search_bar input::placeholder {
  color: #adadad;
}
@media (max-width: 767px) {
  .publications_card_list_grid_view .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_right .template_common_search_bar input {
    font-size: 20px;
    line-height: 28px;
  }
}
.publications_card_list_grid_view .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_right.show_search_bar .template_common_search_bar {
  opacity: 1;
  visibility: visible;
  z-index: 2;
  width: 100%;
}
@media (max-width: 767px) {
  .publications_card_list_grid_view .section_inner .section_wrapper .template_common_filter_area .all_filtered_item_options {
    display: none;
  }
}
.publications_card_list_grid_view .section_inner .section_wrapper .template_common_filter_area .all_filtered_item_options .mobile_apply_now_button {
  display: none;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .publications_card_list_grid_view .section_inner .section_wrapper .template_common_filter_area .all_filtered_item_options .mobile_apply_now_button {
    display: block;
  }
}
.publications_card_list_grid_view .section_inner .section_wrapper .template_common_filter_area .all_filtered_item_options .mobile_apply_now_button .mobile_filter_submit {
  width: 100%;
}
@media (max-width: 767px) {
  .publications_card_list_grid_view .section_inner .section_wrapper .template_common_filter_area .all_filtered_item_options .template_filter_common_part {
    display: block !important;
  }
  .publications_card_list_grid_view .section_inner .section_wrapper .template_common_filter_area .all_filtered_item_options .template_filter_common_part.filter_1 {
    margin-top: 24px;
  }
}
.publications_card_list_grid_view .section_inner .section_wrapper .template_common_filter_area .all_filtered_item_options .template_filter_common_part .mobile_only {
  display: none;
  font-size: 20px;
  line-height: 26px;
  font-family: "Whitney-Bold";
}
@media (max-width: 767px) {
  .publications_card_list_grid_view .section_inner .section_wrapper .template_common_filter_area .all_filtered_item_options .template_filter_common_part .mobile_only {
    display: block;
  }
}
.publications_card_list_grid_view .section_inner .section_wrapper .template_common_filter_area .all_filtered_item_options .template_filter_common_part .filter_items {
  margin: 24px 0 20px;
  display: flex;
  flex-wrap: wrap;
}
.publications_card_list_grid_view .section_inner .section_wrapper .template_common_filter_area .all_filtered_item_options .template_filter_common_part .filter_items .filter_item {
  margin: 0 12px 12px 0 !important;
  background: #f3f3f3;
  padding: 6px 8px !important;
  line-height: 22px !important;
  font-family: "Whitney-Bold" !important;
  cursor: pointer;
  transition: all ease 0.5s;
}
.publications_card_list_grid_view .section_inner .section_wrapper .template_common_filter_area .all_filtered_item_options .template_filter_common_part .filter_items .filter_item::before {
  display: none !important;
}
.publications_card_list_grid_view .section_inner .section_wrapper .template_common_filter_area .all_filtered_item_options .template_filter_common_part .filter_items .filter_item.active {
  background: #FFDB33;
}
.publications_card_list_grid_view .section_inner .section_wrapper .template_common_filter_area .all_filtered_item_options .template_filter_common_part .filter_items .filter_item:hover {
  background: #FFDB33;
}
.publications_card_list_grid_view .section_inner .section_wrapper .filterable_listing_section {
  margin-top: 24px;
}
.publications_card_list_grid_view .section_inner .section_wrapper .filterable_listing_section .filtered_list .label_only {
  font-family: "Whitney-Bold";
}
.publications_card_list_grid_view .section_inner .section_wrapper .filterable_listing_section .filtered_list .filterd_item_track {
  margin: 24px 0 20px;
  display: flex;
  flex-wrap: wrap;
}
.publications_card_list_grid_view .section_inner .section_wrapper .filterable_listing_section .filtered_list .filterd_item_track .filtered_track_item {
  margin: 0 12px 12px 0 !important;
  background: #f3f3f3;
  padding: 6px 8px !important;
  line-height: 22px !important;
  font-family: "Whitney-Bold" !important;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  transition: all ease 0.5s;
}
.publications_card_list_grid_view .section_inner .section_wrapper .filterable_listing_section .filtered_list .filterd_item_track .filtered_track_item::before {
  display: none !important;
}
.publications_card_list_grid_view .section_inner .section_wrapper .filterable_listing_section .filtered_list .filterd_item_track .filtered_track_item .clear_filtered,
.publications_card_list_grid_view .section_inner .section_wrapper .filterable_listing_section .filtered_list .filterd_item_track .filtered_track_item .clear_filter_focus,
.publications_card_list_grid_view .section_inner .section_wrapper .filterable_listing_section .filtered_list .filterd_item_track .filtered_track_item .clear_filter_country,
.publications_card_list_grid_view .section_inner .section_wrapper .filterable_listing_section .filtered_list .filterd_item_track .filtered_track_item .clear_filter_search {
  display: inline-flex;
  flex-wrap: wrap;
  margin-left: 8px;
}
.publications_card_list_grid_view .section_inner .section_wrapper .filterable_listing_section .filtered_list .filterd_item_track .filtered_track_item .clear_filtered svg,
.publications_card_list_grid_view .section_inner .section_wrapper .filterable_listing_section .filtered_list .filterd_item_track .filtered_track_item .clear_filter_focus svg,
.publications_card_list_grid_view .section_inner .section_wrapper .filterable_listing_section .filtered_list .filterd_item_track .filtered_track_item .clear_filter_country svg,
.publications_card_list_grid_view .section_inner .section_wrapper .filterable_listing_section .filtered_list .filterd_item_track .filtered_track_item .clear_filter_search svg {
  position: relative;
  top: 1px;
}
.publications_card_list_grid_view .section_inner .section_wrapper .filterable_listing_section .filtered_list .filterd_item_track .filtered_track_item:hover {
  background: #FFDB33;
}
.publications_card_list_grid_view .section_inner .section_wrapper .card_grid_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
@media (max-width: 575px) {
  .publications_card_list_grid_view .section_inner .section_wrapper .card_grid_list {
    margin: 0;
  }
}
.publications_card_list_grid_view .section_inner .section_wrapper .card_grid_list .item {
  width: 25%;
  padding: 0 12px;
  margin-top: 40px;
  position: relative;
}
@media (max-width: 1199px) {
  .publications_card_list_grid_view .section_inner .section_wrapper .card_grid_list .item {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .publications_card_list_grid_view .section_inner .section_wrapper .card_grid_list .item {
    width: 100%;
    padding: 0;
  }
}
.publications_card_list_grid_view .section_inner .section_wrapper .card_grid_list .item .box_hover_link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.publications_card_list_grid_view .section_inner .section_wrapper .card_grid_list .item .item_inner .image_section {
  height: 172px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 767px) {
  .publications_card_list_grid_view .section_inner .section_wrapper .card_grid_list .item .item_inner .image_section {
    height: 190px;
  }
}
.publications_card_list_grid_view .section_inner .section_wrapper .card_grid_list .item .item_inner .image_section.bg_color_JF_Midnight {
  background-color: #003252;
}
.publications_card_list_grid_view .section_inner .section_wrapper .card_grid_list .item .item_inner .image_section.bg_color_JF_Aqua {
  background-color: #75C4B5;
}
.publications_card_list_grid_view .section_inner .section_wrapper .card_grid_list .item .item_inner .image_section.bg_color_JF_Teal {
  background-color: #005957;
}
.publications_card_list_grid_view .section_inner .section_wrapper .card_grid_list .item .item_inner .image_section.bg_color_JF_Slate_Blue {
  background-color: #53719A;
}
.publications_card_list_grid_view .section_inner .section_wrapper .card_grid_list .item .item_inner .image_section .image {
  max-width: 104px;
  max-height: 148px;
  margin-left: auto;
  margin-right: auto;
  transform: scale(1);
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .publications_card_list_grid_view .section_inner .section_wrapper .card_grid_list .item .item_inner .image_section .image {
    max-width: 116px;
    max-height: 164px;
  }
}
.publications_card_list_grid_view .section_inner .section_wrapper .card_grid_list .item .item_inner .image_section .image img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}
.publications_card_list_grid_view .section_inner .section_wrapper .card_grid_list .item .item_inner .content_section {
  padding-top: 24px;
}
@media (max-width: 991px) {
  .publications_card_list_grid_view .section_inner .section_wrapper .card_grid_list .item .item_inner .content_section {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .publications_card_list_grid_view .section_inner .section_wrapper .card_grid_list .item .item_inner .content_section {
    margin-top: 18px;
  }
}
@media (max-width: 575px) {
  .publications_card_list_grid_view .section_inner .section_wrapper .card_grid_list .item .item_inner .content_section {
    padding-top: 16px;
    margin-top: 0;
  }
}
.publications_card_list_grid_view .section_inner .section_wrapper .card_grid_list .item .item_inner .content_section .content_section_inner .title .title_text {
  margin: 0;
}
@media (max-width: 1199px) {
  .publications_card_list_grid_view .section_inner .section_wrapper .card_grid_list .item .item_inner .content_section .content_section_inner .title .title_text {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 575px) {
  .publications_card_list_grid_view .section_inner .section_wrapper .card_grid_list .item .item_inner .content_section .content_section_inner .title .title_text {
    font-size: 24px;
    line-height: 30px;
  }
}
.publications_card_list_grid_view .section_inner .section_wrapper .card_grid_list .item .item_inner .content_section .content_section_inner .excerpt {
  margin-top: 16px;
}
@media (max-width: 991px) {
  .publications_card_list_grid_view .section_inner .section_wrapper .card_grid_list .item .item_inner .content_section .content_section_inner .excerpt {
    margin-top: 12px;
  }
}
@media (max-width: 767px) {
  .publications_card_list_grid_view .section_inner .section_wrapper .card_grid_list .item .item_inner .content_section .content_section_inner .excerpt {
    margin-top: 10px;
  }
}
@media (max-width: 575px) {
  .publications_card_list_grid_view .section_inner .section_wrapper .card_grid_list .item .item_inner .content_section .content_section_inner .excerpt {
    margin-top: 8px;
  }
}
.publications_card_list_grid_view .section_inner .section_wrapper .card_grid_list .item:hover .item_inner .image_section .image {
  transform: scale(1.25);
}
.publications_card_list_grid_view .section_inner .section_wrapper .post_news_pagination {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .publications_card_list_grid_view .section_inner .section_wrapper .post_news_pagination {
    margin-top: 60px;
  }
}
.publications_card_list_grid_view .section_inner .section_wrapper .post_news_pagination .pagination {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 32px !important;
  border-top: 2px solid #D6D6D6;
}
@media (max-width: 767px) {
  .publications_card_list_grid_view .section_inner .section_wrapper .post_news_pagination .pagination {
    margin-top: 24px !important;
  }
}
.publications_card_list_grid_view .section_inner .section_wrapper .post_news_pagination .pagination .page-item {
  padding: 0 0 2px !important;
  margin: 0 19px 0 0 !important;
  color: #727272;
  font-family: Whitney-Bold;
  font-size: 24px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 30px !important;
  min-width: 24px;
  text-align: center;
  border-bottom: 4px solid transparent;
}
@media (max-width: 767px) {
  .publications_card_list_grid_view .section_inner .section_wrapper .post_news_pagination .pagination .page-item {
    margin: 0 15px 0 0 !important;
  }
}
.publications_card_list_grid_view .section_inner .section_wrapper .post_news_pagination .pagination .page-item * {
  color: #727272 !important;
  font-family: Whitney-Bold !important;
  font-size: 24px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 30px !important;
}
@media (max-width: 991px) {
  .publications_card_list_grid_view .section_inner .section_wrapper .post_news_pagination .pagination .page-item * {
    font-size: 20px !important;
    line-height: 26px !important;
  }
}
@media (max-width: 767px) {
  .publications_card_list_grid_view .section_inner .section_wrapper .post_news_pagination .pagination .page-item * {
    font-size: 16px !important;
    line-height: 22px !important;
  }
}
@media (max-width: 991px) {
  .publications_card_list_grid_view .section_inner .section_wrapper .post_news_pagination .pagination .page-item {
    font-size: 20px !important;
    line-height: 26px !important;
  }
}
@media (max-width: 767px) {
  .publications_card_list_grid_view .section_inner .section_wrapper .post_news_pagination .pagination .page-item {
    font-size: 16px !important;
    line-height: 22px !important;
  }
}
.publications_card_list_grid_view .section_inner .section_wrapper .post_news_pagination .pagination .page-item:hover, .publications_card_list_grid_view .section_inner .section_wrapper .post_news_pagination .pagination .page-item.active {
  color: #313131;
  border-color: #FFDB33;
}
.publications_card_list_grid_view .section_inner .section_wrapper .post_news_pagination .pagination .page-item:hover *, .publications_card_list_grid_view .section_inner .section_wrapper .post_news_pagination .pagination .page-item.active * {
  color: #313131 !important;
}
.publications_card_list_grid_view .section_inner .section_wrapper .post_news_pagination .pagination .page-item.prev {
  margin-right: 40px !important;
  border-bottom: medium none;
}
@media (max-width: 767px) {
  .publications_card_list_grid_view .section_inner .section_wrapper .post_news_pagination .pagination .page-item.prev {
    margin-right: 20px !important;
  }
}
.publications_card_list_grid_view .section_inner .section_wrapper .post_news_pagination .pagination .page-item.next {
  margin-right: 0 !important;
  margin-left: 40px !important;
  border-bottom: medium none;
}
@media (max-width: 767px) {
  .publications_card_list_grid_view .section_inner .section_wrapper .post_news_pagination .pagination .page-item.next {
    margin-left: 20px !important;
  }
}
.publications_card_list_grid_view .section_inner .section_wrapper .post_news_pagination .pagination .page-item:before {
  display: none !important;
}

.team_trustees_list_section {
  margin: 80px 0;
}
@media (max-width: 1359px) {
  .team_trustees_list_section {
    margin: 70px 0;
  }
}
@media (max-width: 1199px) {
  .team_trustees_list_section {
    margin: 60px 0;
  }
}
@media (max-width: 991px) {
  .team_trustees_list_section {
    margin: 50px 0;
  }
}
.team_trustees_list_section.remove_ts {
  margin-top: 0 !important;
}
.team_trustees_list_section.remove_bs {
  margin-bottom: 0 !important;
}
.team_trustees_list_section .section_inner .section_wrapper .template_common_filter_area {
  position: relative;
  border-bottom: 2px solid #d6d6d6;
  padding-bottom: 24px;
  overflow: hidden;
}
@media (max-width: 1359px) {
  .team_trustees_list_section .section_inner .section_wrapper .template_common_filter_area {
    padding-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .team_trustees_list_section .section_inner .section_wrapper .template_common_filter_area {
    padding-bottom: 16px;
  }
}
@media (max-width: 991px) {
  .team_trustees_list_section .section_inner .section_wrapper .template_common_filter_area {
    padding-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .team_trustees_list_section .section_inner .section_wrapper .template_common_filter_area {
    padding-bottom: 8px;
  }
}
.team_trustees_list_section .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.team_trustees_list_section .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left {
  display: flex;
  align-items: center;
}
.team_trustees_list_section .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .desktop_filter_left_part {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .team_trustees_list_section .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .desktop_filter_left_part {
    display: none;
  }
}
.team_trustees_list_section .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .mobile_filter_left_part {
  display: none;
  position: relative;
  padding-bottom: 8px;
}
.team_trustees_list_section .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .mobile_filter_left_part:after {
  content: "";
  position: absolute;
  width: 0;
  height: 4px;
  left: 0;
  bottom: 0;
  background: #FFDB33;
  transition: all ease 0.5s;
}
@media (max-width: 767px) {
  .team_trustees_list_section .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .mobile_filter_left_part {
    display: flex;
    flex-wrap: wrap;
  }
  .team_trustees_list_section .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .mobile_filter_left_part .filter_icons svg {
    display: flex;
    flex-wrap: wrap;
  }
  .team_trustees_list_section .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .mobile_filter_left_part .filter_icons .close_filter_icon {
    display: none;
  }
  .team_trustees_list_section .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .mobile_filter_left_part .filter_text {
    font-size: 20px;
    line-height: 26px;
    font-family: "Whitney-Bold";
    margin-left: 8px;
  }
  .team_trustees_list_section .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .mobile_filter_left_part.filter_menu_active .filter_icons .open_filter_icon {
    display: none;
  }
  .team_trustees_list_section .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .mobile_filter_left_part.filter_menu_active .filter_icons .close_filter_icon {
    display: block;
  }
  .team_trustees_list_section .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .mobile_filter_left_part.filter_menu_active:after {
    width: 100%;
  }
}
.team_trustees_list_section .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .com_filter_lab {
  color: #313131;
  font-family: "Whitney-Bold";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin-right: 40px;
  cursor: pointer;
  padding-bottom: 8px;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 1359px) {
  .team_trustees_list_section .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .com_filter_lab {
    margin-right: 35px;
  }
}
@media (max-width: 1199px) {
  .team_trustees_list_section .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .com_filter_lab {
    margin-right: 30px;
  }
}
@media (max-width: 991px) {
  .team_trustees_list_section .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .com_filter_lab {
    margin-right: 25px;
  }
}
@media (max-width: 767px) {
  .team_trustees_list_section .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .com_filter_lab {
    margin-right: 20px;
  }
}
.team_trustees_list_section .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .com_filter_lab .icon {
  display: flex;
  align-items: center;
  margin: 4px 0 0 8px;
}
.team_trustees_list_section .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .com_filter_lab .icon svg {
  transition: all ease 0.5s;
}
.team_trustees_list_section .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .com_filter_lab:after {
  content: "";
  position: absolute;
  width: 0;
  height: 4px;
  left: 0;
  bottom: 0;
  background: #FFDB33;
  transition: all ease 0.5s;
}
.team_trustees_list_section .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .com_filter_lab:hover:after {
  width: 100%;
}
.team_trustees_list_section .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .com_filter_lab.active:after {
  width: 100%;
}
.team_trustees_list_section .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .com_filter_lab.active .icon svg {
  transform: rotate(180deg);
}
.team_trustees_list_section .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_left .com_filter_lab:last-child {
  margin-right: 0;
}
.team_trustees_list_section .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_right .com_search_toggle {
  display: flex;
  align-items: center;
  color: #313131;
  font-family: "Whitney-Bold";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
@media (max-width: 767px) {
  .team_trustees_list_section .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_right .com_search_toggle {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 8px;
  }
}
.team_trustees_list_section .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_right .com_search_toggle svg {
  margin-right: 8px;
}
.team_trustees_list_section .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_right .template_common_search_bar {
  width: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  transition: width 0.5s ease;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.team_trustees_list_section .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_right .template_common_search_bar input {
  color: #313131;
  font-family: Whitney Book;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  width: calc(100% - 50px);
  padding: 5px 10px;
  border: none;
}
.team_trustees_list_section .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_right .template_common_search_bar input::placeholder {
  color: #adadad;
}
@media (max-width: 767px) {
  .team_trustees_list_section .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_right .template_common_search_bar input {
    font-size: 20px;
    line-height: 28px;
  }
}
.team_trustees_list_section .section_inner .section_wrapper .template_common_filter_area .template_common_filter_area_left_right .template_common_filter_right.show_search_bar .template_common_search_bar {
  opacity: 1;
  visibility: visible;
  z-index: 2;
  width: 100%;
}
@media (max-width: 767px) {
  .team_trustees_list_section .section_inner .section_wrapper .template_common_filter_area .all_filtered_item_options {
    display: none;
  }
}
.team_trustees_list_section .section_inner .section_wrapper .template_common_filter_area .all_filtered_item_options .mobile_apply_now_button {
  display: none;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .team_trustees_list_section .section_inner .section_wrapper .template_common_filter_area .all_filtered_item_options .mobile_apply_now_button {
    display: block;
  }
}
.team_trustees_list_section .section_inner .section_wrapper .template_common_filter_area .all_filtered_item_options .mobile_apply_now_button .mobile_filter_submit {
  width: 100%;
}
@media (max-width: 767px) {
  .team_trustees_list_section .section_inner .section_wrapper .template_common_filter_area .all_filtered_item_options .template_filter_common_part {
    display: block !important;
  }
  .team_trustees_list_section .section_inner .section_wrapper .template_common_filter_area .all_filtered_item_options .template_filter_common_part.filter_1 {
    margin-top: 24px;
  }
}
.team_trustees_list_section .section_inner .section_wrapper .template_common_filter_area .all_filtered_item_options .template_filter_common_part .mobile_only {
  display: none;
  font-size: 20px;
  line-height: 26px;
  font-family: "Whitney-Bold";
}
@media (max-width: 767px) {
  .team_trustees_list_section .section_inner .section_wrapper .template_common_filter_area .all_filtered_item_options .template_filter_common_part .mobile_only {
    display: block;
  }
}
.team_trustees_list_section .section_inner .section_wrapper .template_common_filter_area .all_filtered_item_options .template_filter_common_part .filter_items {
  margin: 24px 0 20px;
  display: flex;
  flex-wrap: wrap;
}
.team_trustees_list_section .section_inner .section_wrapper .template_common_filter_area .all_filtered_item_options .template_filter_common_part .filter_items .filter_item {
  margin: 0 12px 12px 0 !important;
  background: #f3f3f3;
  padding: 6px 8px !important;
  line-height: 22px !important;
  font-family: "Whitney-Bold" !important;
  cursor: pointer;
  transition: all ease 0.5s;
}
.team_trustees_list_section .section_inner .section_wrapper .template_common_filter_area .all_filtered_item_options .template_filter_common_part .filter_items .filter_item::before {
  display: none !important;
}
.team_trustees_list_section .section_inner .section_wrapper .template_common_filter_area .all_filtered_item_options .template_filter_common_part .filter_items .filter_item.active {
  background: #FFDB33;
}
.team_trustees_list_section .section_inner .section_wrapper .template_common_filter_area .all_filtered_item_options .template_filter_common_part .filter_items .filter_item:hover {
  background: #FFDB33;
}
.team_trustees_list_section .section_inner .section_wrapper .filterable_listing_section {
  margin-top: 24px;
}
.team_trustees_list_section .section_inner .section_wrapper .filterable_listing_section .filtered_list .label_only {
  font-family: "Whitney-Bold";
}
.team_trustees_list_section .section_inner .section_wrapper .filterable_listing_section .filtered_list .filterd_item_track {
  margin: 24px 0 20px;
  display: flex;
  flex-wrap: wrap;
}
.team_trustees_list_section .section_inner .section_wrapper .filterable_listing_section .filtered_list .filterd_item_track .filtered_track_item {
  margin: 0 12px 12px 0 !important;
  background: #f3f3f3;
  padding: 6px 8px !important;
  line-height: 22px !important;
  font-family: "Whitney-Bold" !important;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  transition: all ease 0.5s;
}
.team_trustees_list_section .section_inner .section_wrapper .filterable_listing_section .filtered_list .filterd_item_track .filtered_track_item::before {
  display: none !important;
}
.team_trustees_list_section .section_inner .section_wrapper .filterable_listing_section .filtered_list .filterd_item_track .filtered_track_item .clear_filtered,
.team_trustees_list_section .section_inner .section_wrapper .filterable_listing_section .filtered_list .filterd_item_track .filtered_track_item .clear_filter_focus,
.team_trustees_list_section .section_inner .section_wrapper .filterable_listing_section .filtered_list .filterd_item_track .filtered_track_item .clear_filter_country,
.team_trustees_list_section .section_inner .section_wrapper .filterable_listing_section .filtered_list .filterd_item_track .filtered_track_item .clear_filter_search {
  display: inline-flex;
  flex-wrap: wrap;
  margin-left: 8px;
}
.team_trustees_list_section .section_inner .section_wrapper .filterable_listing_section .filtered_list .filterd_item_track .filtered_track_item .clear_filtered svg,
.team_trustees_list_section .section_inner .section_wrapper .filterable_listing_section .filtered_list .filterd_item_track .filtered_track_item .clear_filter_focus svg,
.team_trustees_list_section .section_inner .section_wrapper .filterable_listing_section .filtered_list .filterd_item_track .filtered_track_item .clear_filter_country svg,
.team_trustees_list_section .section_inner .section_wrapper .filterable_listing_section .filtered_list .filterd_item_track .filtered_track_item .clear_filter_search svg {
  position: relative;
  top: 1px;
}
.team_trustees_list_section .section_inner .section_wrapper .filterable_listing_section .filtered_list .filterd_item_track .filtered_track_item:hover {
  background: #FFDB33;
}
.team_trustees_list_section .section_inner .section_wrapper .filterable_listing_section.member_type_Trustee .members_list .item .item_inner .content_section .content_section_inner .name .icon svg {
  display: none !important;
}
.team_trustees_list_section .section_inner .section_wrapper .members_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
@media (max-width: 640px) {
  .team_trustees_list_section .section_inner .section_wrapper .members_list {
    margin: 0;
  }
}
.team_trustees_list_section .section_inner .section_wrapper .members_list .item_parent_link {
  margin-top: 40px;
  width: 25%;
  display: inline-block !important;
}
@media (max-width: 1199px) {
  .team_trustees_list_section .section_inner .section_wrapper .members_list .item_parent_link {
    width: 33.3333333333%;
  }
}
@media (max-width: 991px) {
  .team_trustees_list_section .section_inner .section_wrapper .members_list .item_parent_link {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .team_trustees_list_section .section_inner .section_wrapper .members_list .item_parent_link {
    margin-top: 48px;
  }
}
@media (max-width: 640px) {
  .team_trustees_list_section .section_inner .section_wrapper .members_list .item_parent_link {
    width: 100%;
  }
}
.team_trustees_list_section .section_inner .section_wrapper .members_list .item_parent_link:first-child {
  margin-top: 0;
}
@media (min-width: 641px) {
  .team_trustees_list_section .section_inner .section_wrapper .members_list .item_parent_link:nth-child(2) {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .team_trustees_list_section .section_inner .section_wrapper .members_list .item_parent_link:nth-child(3) {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .team_trustees_list_section .section_inner .section_wrapper .members_list .item_parent_link:nth-child(4) {
    margin-top: 0;
  }
}
.team_trustees_list_section .section_inner .section_wrapper .members_list .item_parent_link .item {
  width: 100%;
}
.team_trustees_list_section .section_inner .section_wrapper .members_list .item {
  width: 25%;
  padding: 0 12px;
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .team_trustees_list_section .section_inner .section_wrapper .members_list .item {
    width: 33.3333333333%;
  }
}
@media (max-width: 991px) {
  .team_trustees_list_section .section_inner .section_wrapper .members_list .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .team_trustees_list_section .section_inner .section_wrapper .members_list .item {
    margin-top: 48px;
  }
}
@media (max-width: 640px) {
  .team_trustees_list_section .section_inner .section_wrapper .members_list .item {
    width: 100%;
    padding: 0;
  }
}
.team_trustees_list_section .section_inner .section_wrapper .members_list .item:first-child {
  margin-top: 0;
}
@media (min-width: 641px) {
  .team_trustees_list_section .section_inner .section_wrapper .members_list .item:nth-child(2) {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .team_trustees_list_section .section_inner .section_wrapper .members_list .item:nth-child(3) {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .team_trustees_list_section .section_inner .section_wrapper .members_list .item:nth-child(4) {
    margin-top: 0;
  }
}
.team_trustees_list_section .section_inner .section_wrapper .members_list .item .item_inner {
  position: relative;
}
.team_trustees_list_section .section_inner .section_wrapper .members_list .item .item_inner .image_section {
  position: relative;
}
.team_trustees_list_section .section_inner .section_wrapper .members_list .item .item_inner .image_section:after {
  content: "";
  position: absolute;
  background-color: #FFDB33;
  height: 16px;
  width: 0;
  transition: all 0.5s ease;
  left: 0;
  bottom: 0;
}
.team_trustees_list_section .section_inner .section_wrapper .members_list .item .item_inner .image_section .bg_img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  display: flex;
  flex-wrap: wrap;
}
.team_trustees_list_section .section_inner .section_wrapper .members_list .item .item_inner .image_section .bg_img img {
  width: 100%;
  height: 100%;
}
.team_trustees_list_section .section_inner .section_wrapper .members_list .item .item_inner .content_section {
  padding-top: 18px;
}
@media (max-width: 767px) {
  .team_trustees_list_section .section_inner .section_wrapper .members_list .item .item_inner .content_section {
    padding-top: 16px;
  }
}
.team_trustees_list_section .section_inner .section_wrapper .members_list .item .item_inner .content_section .content_section_inner .name {
  display: flex;
  align-items: center;
  margin: 0;
}
.team_trustees_list_section .section_inner .section_wrapper .members_list .item .item_inner .content_section .content_section_inner .name .name_text {
  max-width: calc(100% - 40px);
}
@media (max-width: 1360px) {
  .team_trustees_list_section .section_inner .section_wrapper .members_list .item .item_inner .content_section .content_section_inner .name .name_text {
    font-size: 22px;
  }
}
.team_trustees_list_section .section_inner .section_wrapper .members_list .item .item_inner .content_section .content_section_inner .name .icon {
  display: inline-flex;
  flex-wrap: wrap;
  transition: all 0.5s ease;
}
.team_trustees_list_section .section_inner .section_wrapper .members_list .item .item_inner .content_section .content_section_inner .description {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .team_trustees_list_section .section_inner .section_wrapper .members_list .item .item_inner .content_section .content_section_inner .description {
    margin-top: 4px;
  }
}
.team_trustees_list_section .section_inner .section_wrapper .members_list .item .item_inner.has_link .hover_link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.team_trustees_list_section .section_inner .section_wrapper .members_list .item .item_inner.has_link:hover .image_section:after {
  width: 100%;
}
.team_trustees_list_section .section_inner .section_wrapper .members_list .item .item_inner.has_link:hover .content_section .content_section_inner .name .icon {
  margin-left: 16px;
}
.team_trustees_list_section .section_inner .section_wrapper .post_news_pagination {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .team_trustees_list_section .section_inner .section_wrapper .post_news_pagination {
    margin-top: 60px;
  }
}
.team_trustees_list_section .section_inner .section_wrapper .post_news_pagination .pagination {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 32px !important;
  border-top: 2px solid #D6D6D6;
}
@media (max-width: 767px) {
  .team_trustees_list_section .section_inner .section_wrapper .post_news_pagination .pagination {
    margin-top: 24px !important;
  }
}
.team_trustees_list_section .section_inner .section_wrapper .post_news_pagination .pagination .page-item {
  padding: 0 0 2px !important;
  margin: 0 19px 0 0 !important;
  color: #727272;
  font-family: Whitney-Bold;
  font-size: 24px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 30px !important;
  min-width: 24px;
  text-align: center;
  border-bottom: 4px solid transparent;
}
@media (max-width: 767px) {
  .team_trustees_list_section .section_inner .section_wrapper .post_news_pagination .pagination .page-item {
    margin: 0 15px 0 0 !important;
  }
}
.team_trustees_list_section .section_inner .section_wrapper .post_news_pagination .pagination .page-item * {
  color: #727272 !important;
  font-family: Whitney-Bold !important;
  font-size: 24px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 30px !important;
}
@media (max-width: 991px) {
  .team_trustees_list_section .section_inner .section_wrapper .post_news_pagination .pagination .page-item * {
    font-size: 20px !important;
    line-height: 26px !important;
  }
}
@media (max-width: 767px) {
  .team_trustees_list_section .section_inner .section_wrapper .post_news_pagination .pagination .page-item * {
    font-size: 16px !important;
    line-height: 22px !important;
  }
}
@media (max-width: 991px) {
  .team_trustees_list_section .section_inner .section_wrapper .post_news_pagination .pagination .page-item {
    font-size: 20px !important;
    line-height: 26px !important;
  }
}
@media (max-width: 767px) {
  .team_trustees_list_section .section_inner .section_wrapper .post_news_pagination .pagination .page-item {
    font-size: 16px !important;
    line-height: 22px !important;
  }
}
.team_trustees_list_section .section_inner .section_wrapper .post_news_pagination .pagination .page-item:hover, .team_trustees_list_section .section_inner .section_wrapper .post_news_pagination .pagination .page-item.active {
  color: #313131;
  border-color: #FFDB33;
}
.team_trustees_list_section .section_inner .section_wrapper .post_news_pagination .pagination .page-item:hover *, .team_trustees_list_section .section_inner .section_wrapper .post_news_pagination .pagination .page-item.active * {
  color: #313131 !important;
}
.team_trustees_list_section .section_inner .section_wrapper .post_news_pagination .pagination .page-item.prev {
  margin-right: 40px !important;
  border-bottom: medium none;
}
@media (max-width: 767px) {
  .team_trustees_list_section .section_inner .section_wrapper .post_news_pagination .pagination .page-item.prev {
    margin-right: 20px !important;
  }
}
.team_trustees_list_section .section_inner .section_wrapper .post_news_pagination .pagination .page-item.next {
  margin-right: 0 !important;
  margin-left: 40px !important;
  border-bottom: medium none;
}
@media (max-width: 767px) {
  .team_trustees_list_section .section_inner .section_wrapper .post_news_pagination .pagination .page-item.next {
    margin-left: 20px !important;
  }
}
.team_trustees_list_section .section_inner .section_wrapper .post_news_pagination .pagination .page-item:before {
  display: none !important;
}

.jf_program_list_with_filter_section.jf_learning_hub_section .program_filter_area .all_filtered_item_options .author_input_div {
  margin-top: 24px;
}
.jf_program_list_with_filter_section.jf_learning_hub_section .program_filter_area .all_filtered_item_options .author_input_div .author_filter {
  padding: 10px 12px 10px 0;
  font-size: 20px;
  border: medium none;
  width: 100%;
  border-bottom: 1px solid #d6d6d6;
}

.faq {
  margin: 70px auto;
}
@media (max-width: 1199px) {
  .faq {
    margin: 60px 0;
  }
}
@media (max-width: 991px) {
  .faq {
    margin: 50px 0;
  }
}
@media (max-width: 767px) {
  .faq {
    margin: 40px 0;
  }
}
.faq.rts {
  margin-top: 0 !important;
}
.faq.rbs {
  margin-bottom: 0 !important;
}
.faq__header {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .faq__header {
    margin-bottom: 24px;
  }
}
.faq__header h2 {
  margin-bottom: 0;
}
.faq__header .medium-body {
  margin-top: 24px;
}
.faq__accordion-item {
  border-top: 1px solid #dcdcdc;
  cursor: pointer;
  position: relative;
}
.faq__accordion-item:last-of-type {
  border-bottom: 1px solid #dcdcdc;
}
.faq__accordion-item-content {
  padding: 20px 0;
}
.faq__accordion-item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq__accordion-item-header .h4 {
  font-size: 24px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .faq__accordion-item-header .h4 {
    font-size: 20px;
  }
}
.faq__accordion-item-header svg {
  transition: all 0.3s ease-in-out;
  min-width: fit-content;
  margin-left: 20px;
}
.faq__accordion-item-body {
  max-height: 0px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.faq__accordion-item-body p {
  margin-top: 20px;
  margin-bottom: 20px;
}
.faq__accordion-item-number {
  position: absolute;
  top: 18px;
  width: 36px;
  height: 36px;
  background: #efefef;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .faq__accordion-item-number {
    top: 14px;
  }
}

.faq__accordion-item.active .faq__accordion-item-header svg {
  rotate: 180deg;
}
.faq__accordion-item.active .faq__accordion-item-body {
  max-height: 1000px;
}

.faq__accordion.show-number .faq__accordion-item-content {
  margin-left: 60px;
}

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