/*
Theme Name:Duke Cook Center 
Author: Kompleks Creative
Author URI: https://komplekscreative.com/
Description: A custom WordPress theme for The Samuel Dubois Cook Center on Social Equity at Duke University.
Version: 1.0
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,zz
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  /*     font:inherit; */
  vertical-align: baseline;
}

html {
  scroll-behavior: smooth;
}

body {
  line-height: 1;
}

a {
  text-decoration-skip-ink: auto;
}

a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}



ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

q {
  display: inline;
  font-style: italic;
}

q:before {
  content: '"';
  font-style: normal;
}

q:after {
  content: '"';
  font-style: normal;
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="search"],
input[type="password"] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  padding: 2px;
}

big {
  font-size: 120%;
}





small,
sup,
sub {
  font-size: 80%;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

dd {
  margin-left: 20px;
}

kbd,
tt {
  font-family: courier;
  font-size: 12px;
}

ins {
  text-decoration: underline;
}

del,
strike,
s {
  text-decoration: line-through;
}

dt {
  font-weight: bold;
}

address,
cite,
var {
  font-style: italic;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

/* TEMPLATES */
/*
 * 1. Blog
 * 2. Category
 * 3. Contact Form Ninja
 * */
/* COMPONENTS */
/* 
1. Hero section w/o slider
2. Inner Hero Section (Used on search, Category, Blog Details )

7. Half Image Half Content - (CUSTOM - Half image and Half content with background Heading, Desc, CTA)

11. Masonory

*/

#container {
  overflow: hidden;
}
/* COMPONENT - Hero section w/o slider */
.home-hero-blog-slider {
  padding: 27px 27px 160px;
  position: relative;
  background: var(--color-light-gray);
  clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 96px), 0% 100%);
}

@media (max-width: 768px) {
 .home-hero-blog-slider {
  padding-top: 0;
 }
}

.home-hero-blog-slider:before {
  position: absolute;
  max-width: 599px;
  width: 31.25%;
  height: 15px;
  z-index: 2;
  left: 0;
  right: 0;
  content: "";
  margin: 0 auto;
  bottom: 160px;
  background-color: var(--color-dark-green);
}

.home-hero-blog-slider .inner-content:before {
  position: absolute;
  max-width: 599px;
  width: 31.25%;
  height: 15px;
  z-index: 2;
  left: 0;
  right: 0;
  content: "";
  margin: 0 auto;
  top: 13px;
  background-color: var(--color-dark-green);
}

@media (max-width: 768px) {
  .home-hero-blog-slider .inner-content:before {display:none}
}

.home-hero-blog-slider:after {
  position: absolute;
  width: 23px;
  height: 14px;
  z-index: 2;
  left: 0;
  right: 0;
  content: "";
  margin: 0 auto;
  bottom: 126px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: var(--color-yellow);
}

.home-hero-blog-slider .slide {
  display: none;
}
.home-hero-blog-slider .slide:first-child {
  display: block;
}
.home-hero-blog-slider .slick-slider .slide {
  display: block !important;
}

.home-hero-blog-slider .slider,
.home-hero-blog-slider .inner-content {
  position: initial !important;
}

.home-hero-blog-slider .slide-container {
  /* max-width:1604px; */
  position: relative;
  width: 100%;
  z-index: 33;
  padding-bottom: 68px;
  margin: 0 auto;
}

.home-hero-blog-slider .content * {
  color: #ffffff;
}
.home-hero-blog-slider .content .h1 {
  max-width: 426px;
  width: 100%;
  border-bottom: 1px solid var(--color-yellow);
  margin: 0 auto;
  padding-bottom: 14px;
  margin-bottom: 13px;
  line-height: 1.1 !important;
}
.home-hero-blog-slider .content .para {
  max-width: 648px;
  width: 100%;

  margin: 0 auto;
}
.home-hero-blog-slider .content .btn-outer {
  margin: 24px 0 0;
}
.home-hero-blog-slider .content .btn--primary {
  display: flex;

  justify-content: center;
}
.home-hero-blog-slider .content .btn--primary a {
  text-decoration: none;
	display:block;
  padding: 13px 24px 13px 70px !important;
}
.home-hero-blog-slider .content .btn--primary a span {
  color: var(--color-white) !important;
}

.home-hero-blog-slider .slide-container {
  position: relative;
  /* max-height: 1001px; */
  height: calc(100vh - 120px);
  min-height: 500px;
  /* padding-top: 642px; */
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: flex-end;
}

@media (max-width: 992px) {
  .home-hero-blog-slider .slide-container {
    padding-top: 400px;
  }
}
@media (max-width: 768px) {
  .home-hero-blog-slider .slide-container {
    padding-top: 200px;
	      height: 100vh;
  }
}
.home-hero-blog-slider .image-section {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.home-hero-blog-slider .image-section:before {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  content: "";
  z-index: 2;
  height: 494px;
  background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
}

.home-hero-blog-slider .content {
  position: relative;
  z-index: 3;
  padding: 0 60px;
	 text-shadow: 1px 1px 4px rgb(0 0 0 / 70%), -1px -1px 5px rgb(0 0 0 / 70%);
}

@media (max-width: 768px) {
  .home-hero-blog-slider .content {
    padding: 0 40px;
  }
}
.home-hero-blog-slider .image-section img {
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.home-hero-blog-slider .slick-arrow {
  max-width: 615px;
  width: 31.21%;
  height: 385px;
  border: none;
 
  background: transparent;
  z-index: 11;
  position: absolute !important;
  left: 0px;
  bottom: 145px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.home-hero-blog-slider .slick-arrow.slick-next {
  left: auto;
  right: 0px;
}
.home-hero-blog-slider .slick-arrow:before {
  width: 27px;
  height: 370px;
  content: "";
  position: absolute;
  bottom: 15px;
  left: 0;
  background: var(--color-yellow);
}

.home-hero-blog-slider .slick-arrow span {
 font-family: var(--font-family-quaternary) !important;
  font-size: 0px;

  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.38;
  letter-spacing: 2.11px;
  text-align: left;
  color: var(--color-light-yellow);
  margin-left: 73px;

  text-transform: uppercase;
}
.home-hero-blog-slider .slick-arrow.slick-next {
  justify-content: flex-end;
}
.home-hero-blog-slider .slick-arrow.slick-next span {
  margin: 0 73px 0 0;
}
.home-hero-blog-slider .slick-arrow span:before {
  width: calc(100% - 27px);
  height: 15px;
  content: "";
  position: absolute;
  bottom: 0px;
  left: 27px;
  background: var(--color-dark-green);
}
.home-hero-blog-slider .slick-arrow:hover span:before,
.home-hero-blog-slider .slick-arrow:focus span:before{
  background: var(--color-light-green);
}
.home-hero-blog-slider .slick-arrow:hover span,
.home-hero-blog-slider .slick-arrow:focus span{
  font-size: 16px;
}
@media (max-width: 1200px) {
  .home-hero-blog-slider .slick-arrow span {
    font-size: 0px !important;
  }
}

.home-hero-blog-slider .slick-arrow:after {
  width: 27px;
  height: 34.4px;
  background-color: var(--color-light-yellow);
  content: "";
  position: absolute;
  top: 170px;
  left: 0px;
  clip-path: polygon(0 50%, 100% 100%, 100% 0);
}

.home-hero-blog-slider .slick-arrow.slick-next:before {
  right: 0;
  left: auto;
}

.home-hero-blog-slider .slick-arrow.slick-next span:before {
  right: 27px;
  left: auto;
}

.home-hero-blog-slider .slick-arrow.slick-next:after {
  right: 0;
  left: auto;
  rotate: 180deg;
}

/* Global - Inner Page Hero Section - Full Width Image with Content */
.innerPage-hero-section {
  position: relative;
  min-height: 360px;
  display: flex;
  flex-wrap: wrap;
}
.innerPage-hero-section:before {
  position: absolute;
  content: "";
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 4;
  left: 0;
  opacity: 0.35;
  background-image: linear-gradient(rgba(12, 12, 12, 0) 0%, #0c0c0c 100%);
}

@media (max-width: 992px) {
  .innerPage-hero-section {
    /* 		min-height: auto !important; */
  }
}

@media (max-width: 768px) {
  .innerPage-hero-section {
    min-height: 360px !important;
    height: auto;
  }
}

.innerPage-hero-section .image-section {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.innerPage-hero-section .image-section img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.innerPage-hero-section .content {
  max-width: 1920px;
  padding: 100px;
  display: flex;
  align-items: center;
}

@media (max-width: 992px) {
  .innerPage-hero-section .content {
    padding: 100px 60px;
  }
}

@media (max-width: 768px) {
  .innerPage-hero-section .content {
    padding: 100px 30px;
  }
}

.innerPage-hero-section .cantainer {
  position: relative;
  max-width: 1088px;
  width: 100%;
  z-index: 2;
  margin: 0 auto;
}

.innerPage-hero-section h1 a {
  text-decoration: none;
  color: #fffbed;
}

.innerPage-hero-section .entry-meta,
.post-edit-link,
.comment-respond,
.entry-footer {
  display: none;
}

/* COMPONENT - Half Image Half Content */
.half-image-half-content .fl-col-group {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.half-image-half-content .image-section {
  position: relative;
  width: calc(50% - 10px) !important;
  height: 491px;
}

@media (max-width: 992px) {
  .half-image-half-content .image-section {
    width: 100% !important;
  }
}

.half-image-half-content .image-section::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  box-shadow: 17.5px -17.5px var(--color-yellow);
  width: calc(100% - 168px);
  height: calc(100% - 6px);
}
.half-image-half-content .image-section::after {
  position: absolute;
  content: "";
  bottom: -20px;
  left: 0;
  background: var(--color-dark-green);
  width: 277px;
  height: 20px;
}
@media (max-width: 768px) {
  .half-image-half-content .image-section::after {
    width: 200px;
  }
}

@media (max-width: 480px) {
  .half-image-half-content .image-section::before {
    width: calc(100% - 80px);
  }
}

.half-image-half-content .image-section div {
  position: initial;
}

.half-image-half-content .image-section img {
  position: absolute;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
}

.half-image-half-content .content {
  display: flex;
  align-items: center;
  padding: 20px 0 0 60px;
  position: relative;
  overflow: hidden;
  width: calc(50% + 10px) !important;
}

@media (max-width: 992px) {
  .half-image-half-content .image-section {
    width: 100% !important;
    height: 100vw;
    max-height: 491px;
  }
  .half-image-half-content .content {
    width: 100% !important;
    padding: 50px 0 0 0px;
  }
}

.half-image-half-content .content h1 {
  font-size: 36px !important;
  line-height: 1.28;
  max-width: 558px;
}

/* Generic - Hero Section  - Full width Image with Content */
.inner-hero-section {
  position: relative;
  padding: 27px 27px 135px;
  position: relative;
  background: var(--color-light-gray);
  clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 91px), 0% 100%);
}
@media (max-width: 768px) {
  .inner-hero-section {
    padding: 0px 20px 135px;
  }
}
.inner-hero-section .image-section img {
  position: absolute;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
}
.inner-hero-section .image-section {
  position: absolute;
  height: calc(100% - 164px);
  top: 31px;
  left: 27px;
  width: calc(100% - 54px);
	background: url(images/inner-hero-banner.png) no-repeat center/cover;
}

.inner-hero-section .entry-meta {
  font-size: 0px;
}

.inner-hero-section .content {
  padding: 365px 0 0;
}
@media (max-width: 768px) {
  .inner-hero-section .image-section {
    left: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 133px);
    top: 0;
  }
  .inner-hero-section .content {
    padding: 250px 10px 0;
  }
}
.inner-hero-section:before {
  position: absolute;
  content: "";
  top: 31px;
  height: 293px;
  width: calc(100% - 54px);
  z-index: 4;
  left: 27px;
  opacity: 0.88;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.63),
    rgba(0, 0, 0, 0)
  );
}

.inner-hero-section:after {
  position: absolute;
  content: "";
  top: 16px;
  height: 15px;
  max-width: 599px;
  width: 31.25%;
  z-index: 4;
  left: 0px;
  right: 0;
  margin: 0 auto;
  background: var(--color-dark-green);
}

.inner-hero-section .fl-row-content-wrap {
  position: relative;
  display: flex;
  align-items: flex-end !important;
}

.inner-hero-section .fl-row-content {
  position: relative;
  z-index: 5;
  background: var(--color-dark-blue);
  padding: 56px 65px 67px;
  margin-bottom: -45px;
  max-width: 648px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1280px) {
  .inner-hero-section .fl-row-content {
    margin-bottom: -25px;
  }
}

@media (max-width: 768px) {
  .inner-hero-section .fl-row-content {
    margin-bottom: -10px;
    padding: 40px 30px;
  }
  .inner-hero-section:before {
    width: calc(100% - 40px);
    left: 20px;
    top: 0;
  }
  .inner-hero-section .fl-row-content:before,
  .inner-hero-section .fl-row-content:after {
    display: none;
  }
  .inner-hero-section:after {display:none}
}
.inner-hero-section .fl-row-content::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  box-shadow: -17.5px -17.5px var(--color-yellow);
  width: 318px;
  height: calc(100% - 5px);
}
.inner-hero-section .fl-row-content::after {
  position: absolute;
  content: "";
  bottom: -19px;
  right: 0;
  background: var(--color-dark-green);
  width: 286px;
  height: 19px;
}

.inner-hero-section .fl-row-content h1 {
  max-width: 426px;
  width: 100%;
  margin: 0 auto !important;
  margin-bottom: 35px !important;
  padding-bottom: 13px !important;
  border-bottom: 1px solid var(--color-yellow);
  color: var(--color-light-gray);
}
.inner-hero-section .fl-row-content h1:last-child{
  margin-bottom:0 !important;
}
.inner-hero-section .fl-row-content p,
.inner-hero-section .entry-meta time {
  font-family: sans-serif, arial;
  font-weight: normal;
  letter-spacing: normal;
  font-size: 20px !important;
  line-height: 1.1;
  color: var(--color-light-gray);
}

.inner-hero-section.four-zero-four .fl-row-content-wrap {
  align-items: center !important;
}

@media (max-width: 480px) {
  .inner-hero-section .fl-row-content p,
  .inner-hero-section .entry-meta time {
    font-size: 35px !important;
  }
}

/*  COMPONENT - Masonory */
.photo-gallery-section {
  margin-top: -115px;
  z-index: 1;
  position: relative;
  clip-path: polygon(0 115px, 100% 0%, 100% 100%, 0 calc(100% - 97px));
}

.uabb-photo-gallery-link a:focus{
  border:2px solid var(--color-white) !important;
}

.photo-gallery-section .pagination-load_more {
  overflow: hidden;
}

.photo-gallery-section .pagination-load_more a {
  background: transparent !important;
  padding: 0px 99px 0 102px !important;
  border: none !important;
  text-transform: uppercase;
  color: var(--color-white) !important;
  font-size: 16px !important;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal !important;
  line-height: 1.25 !important;
  letter-spacing: 4.8px;
  position: relative;
}

.photo-gallery-section .pagination-load_more a:hover,
.photo-gallery-section .pagination-load_more a:focus{
  color: var(--color-yellow) !important;
}

.photo-gallery-section .pagination-load_more a:before,
.photo-gallery-section .pagination-load_more a:after {
  position: absolute;
  width: 81px;
  height: 1px;
  content: "";
  left: 0;
  top: 11px;
  background: var(--color-yellow);
  left: 0%;
  transition: all 0.3s ease;
}
.photo-gallery-section .pagination-load_more a:hover:before,
.photo-gallery-section .pagination-load_more a:focus:before{
  width: 414px;
  left: -335px;
}
.photo-gallery-section .pagination-load_more a:hover:after,
.photo-gallery-section .pagination-load_more a:focus:after{
  width: 414px;
  right: -335px;
}
.photo-gallery-section .pagination-load_more a:after {
  left: auto;
  right: 0;
}

@media (max-width: 480px) {
  .photo-gallery-section .pagination-load_more a {
    padding: 0 50px 0 55px !important;
  }

  .photo-gallery-section .pagination-load_more a:before,
  .photo-gallery-section .pagination-load_more a:after {
    width: 40px !important;
  }

  .photo-gallery-section .pagination-load_more a:before {
    left: 0 !important;
  }
  .photo-gallery-section .pagination-load_more a:after {
    right: 0 !important;
  }
}

/* WEB 2.0 Page */

.wcsearch-search-form-border {
  border: 0 !important;
}

.wcsearch-content .wcsearch-form-control-feedback {
  color: #a6976e;
}

.wcsearch-search-input-label {
  font-family: "calibri", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.44;
  letter-spacing: normal;
  color: #a6976e !important;
  margin-top: 0 !important;
}
.wcsearch-search-placeholder.wcsearch-search-placeholder-column-1:nth-last-child(
    2
  ),
.wcsearch-search-placeholder.wcsearch-search-placeholder-column-1:nth-last-child(
    1
  ) {
  padding-left: 15px;
  width: fit-content !important;
}
.wcsearch-search-grid
  .wcsearch-search-input-reset-button.wcsearch-btn.wcsearch-btn-primary,
.wcsearch-search-input-button.wcsearch-btn.wcsearch-btn-primary {
  margin-top: 20px;
  font-family: "ff-scala-sans-pro", sans-serif !important;
  background: url(images/icon-ios-arrow.webp) no-repeat right 17px center/18px;
  background-image: url(images/icon-ios-arrow.webp) !important;
  border-radius: 23px;
  height: 47px;
  width: max-content;
  line-height: 18px;
  font-size: 16px !important;
  text-transform: uppercase;
  color: #fff !important;
  padding: 15.9px 50px 11.1px 20.2px !important;
  border: solid 1px #a6976e !important;
  background-color: #a6976e !important;
}
.wcsearch-search-grid
  .wcsearch-search-input-reset-button.wcsearch-btn.wcsearch-btn-primary:hover,
.wcsearch-search-input-button.wcsearch-btn.wcsearch-btn-primary:hover,
.wcsearch-search-grid
  .wcsearch-search-input-reset-button.wcsearch-btn.wcsearch-btn-primary:focus,
.wcsearch-search-input-button.wcsearch-btn.wcsearch-btn-primary:focus{
  background-color: transparent !important;
  background-image: auto;
}
.w2dc-listings-block .w2dc-listing {
  border: none;
  border-bottom: 1px solid #a6976e;
  padding-bottom: 40px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
}

.w2dc-field-output-block-excerpt .w2dc-field-content {
  color: #163a64 !important;
  font-family: "calibri", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.5;
}

.w2dc-listing-header h2 {
  font-family: "ff-scala-sans-pro", sans-serif;
  font-size: 38px !important;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.21;
  color: #163a64;
}

.w2dc-listing-header h2 a {
  color: #163a64;
}

.w2dc-listings-orderby-dropbtn.w2dc-btn-primary {
  background-color: #163a64 !important;
}

.w2dc-field-icon {
  display: none;
}

.w2dc-field-name {
  text-transform: uppercase;

  font-family: "ff-scala-sans-pro", sans-serif;
}

div.w2dc-content .w2dc-btn-primary {
  text-transform: uppercase;
}

.w2dc-field-phone-content {
  font-size: 14px;
  text-decoration: underline;
}

.w2dc-listings-options-links .w2dc-listings-orderby-links-group a:hover,
.w2dc-listings-options-links .w2dc-listings-orderby-links-group a:focus {
  background: #163a64;
  color: #fff;
}

div.w2dc-content .w2dc-btn-primary.w2dc-listings-orderby-dropbtn:hover,
div.w2dc-content .w2dc-btn-primary.w2dc-listings-orderby-dropbtn:focus
.w2dc-content .w2dc-btn-primary.w2dc-listings-orderby-dropbtn {
  border-color: #163a64 !important;
}

.w2dc-content .w2dc-info-window-summary-button {
  margin-right: 5px !important;
}

.w2dc-content .w2dc-info-window-summary-button,
.w2dc-content .w2dc-btn.w2dc-info-window-readmore-button {
  margin: 0 auto;
  width: 160px !important;
  float: unset;
  /* border-radius: 2px; */
  /* height: 48px !important; */
  /* font-size: 16px !important; */
  /* padding: 12px !important; */
  padding: 13px 47px 10px 23px !important;
  border-radius: 23.5px !important;
  border: solid 1px #163a64 !important;
  background: #163a64 !important;
  height: 47px !important;
  font-family: "ff-scala-sans-pro", sans-serif !important;
  font-size: 16px !important;
  font-weight: normal !important;
  color: #ffffff !important;
  line-height: normal !important;
  letter-spacing: 1.12px !important;
  cursor: pointer;
}

/* .w2dc-info-window-readmore-button:before {
    width:20px;
    height: 19px;
    position: absolute;
    content: '';
    top: 10px;
    right: 17px;
    background: url(images/icon-ios-arrow.webp)no-repeat center/18px;
} */
.gm-style div,
.gm-style span,
.gm-style label,
.gm-style a,
.mapboxgl-map div,
.mapboxgl-map span,
.mapboxgl-map label,
.mapboxgl-map a {
  font-size: 16px !important;
  font-family: "calibri", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.5;
}

.mapboxgl-map .w2dc-map-info-window-field a {
  text-decoration: underline !important;
}

.mapboxgl-map .w2dc-map-info-window-field a:hover,
.mapboxgl-map .w2dc-map-info-window-field a:focus{
  color: #a6976e !important;
  /* text-decoration: none !important; */
}

div.w2dc-content .w2dc-btn-primary.w2dc-info-window-readmore-button:hover,
div.w2dc-content .w2dc-btn-primary.w2dc-info-window-readmore-button:focus {
  background-color: transparent !important;
  color: #163a64 !important;
}

.w2dc-info-window-readmore-button:hover:before,
.w2dc-info-window-readmore-button:hover:focus{
  filter: brightness(0) saturate(100%) invert(17%) sepia(95%) saturate(775%)
    hue-rotate(180deg) brightness(88%) contrast(91%);
}

.w2dc-map-info-window-title {
  padding: 10px 5px;
}

.w2dc-listing-header h2 a {
  color: #163a64;
  text-decoration: underline !important;
}

.w2dc-listing-header h2 a:hover,
.w2dc-listing-header h2 a:focus{
  color: #a6976e;
}

/* Web 2.0 directory - Details page */
/*Details page for Directory*/
.w2dc_listing header h1,
.w2dc-directory-1 .header h1 {
  /* font-family: 'Playfair Display', serif;
	*/
  /* font-size: 36px;
	*/
  /* font-weight: 400;
	*/
  /* text-align: left;
	*/
  color: #ffffff;
  word-break: break-all;
}

.w2dc_listing .w2dc-listing-tabs li:first-child {
  display: none !important;
}

.w2dc_listing .entry-content {
  padding: 150px 100px 0px;
  max-width: 1288px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 992px) {
  .w2dc_listing .entry-content {
    padding: 100px 60px 0px;
  }
}

@media (max-width: 768px) {
  .w2dc_listing .entry-content {
    padding: 100px 30px 0px;
  }
}

/* .w2dc_listing .w2dc-content *{
	font-size: 18px;
	line-height: 24px;
}
*/
/* .w2dc-glyphicon{
	font-family: 'Glyphicons Halflings' !important;
}
*/
.w2dc_listing .w2dc-field-content a {
  font-weight: 400;
  color: #163a64 !important;
  display: inherit;
  text-decoration: underline !important;
}

.w2dc_listing .w2dc-field-content a:hover {
}

.w2dc-content .w2dc-label .w2dc-glyphicon {
  top: 1.5px;
  font-size: 10px;
}

.w2dc-field-output-block-content {
  margin-top: 20px !important;
}

.w2dc_listing .w2dc-fields-group-caption {
  font-size: 20px !important;
  line-height: 26px;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  color: #163a64;
  border-bottom: 2px solid #163a64;
}

.w2dc_listing .w2dc-show-on-map span:hover,
.w2dc_listing .w2dc-show-on-map span:focus{
  color: #163a64;
}

/*Zoom Buttons */
.w2dc-map-btn-zoom-in,
.w2dc-map-btn-zoom-out,
.w2dc-map-btn-fullscreen {
  background-color: #163a64 !important;
  border: 1px solid #163a64 !important;
  display: flex !important;
  align-items: center;
  padding-bottom: 9px !important;
}

/* hide the unwanted content */
/* //.w2dc-field-output-block-categories, */
.w2dc-listings-block-content .w2dc-fa,
.mapboxgl-popup-content .w2dc-fa,
.w2dc_listing .w2dc-fa {
  display: none !important;
}

/* Show more button */
.w2dc-show-more-button {
  background-color: #163a64 !important;
  border: 1px solid #163a64 !important;
  border-radius: 30px !important;
  /* width: 200px !important;
	*/
  margin: 0 auto !important;
}

.w2dc-show-more-button {
  color: #ffff !important;
  font-family: "ff-scala-sans-pro", sans-serif !important;
  padding: 13.9px 50px 9.1px 20.2px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  text-align: left !important;
  border-radius: 50px !important;
  border: solid 1px #163a64 !important;
  background-color: #163a64 !important;
  max-width: fit-content !important;
  height: auto !important;
  position: relative;
}

div.w2dc-content .w2dc-btn-primary.w2dc-show-more-button:hover,
div.w2dc-content .w2dc-btn-primary.w2dc-show-more-button:focus{
  background-color: transparent !important;
  color: #163a64 !important;
}

.w2dc-show-more-button:hover:before,
.w2dc-show-more-button:focus:before{
  filter: brightness(0) saturate(100%) invert(17%) sepia(95%) saturate(775%)
    hue-rotate(180deg) brightness(88%) contrast(91%);
}

.w2dc-show-more-button:before {
  width: 20px;
  height: 19px;
  position: absolute;
  content: "";
  top: 14px;
  right: 17px;
  background: url(images/icon-ios-arrow.webp) no-repeat center/18px;
}

.w2dc-map-info-window-inner .w2dc-map-info-window-buttons a {
  background-color: #163a64 !important;
  border: 1px solid #163a64 !important;
}

.w2dc-info-window-readmore-button {
  width: 100% !important;
}

.w2dc-map-info-window-inner .w2dc-map-info-window-buttons a:hover,
.w2dc-map-info-window-inner .w2dc-map-info-window-buttons a:focus{
  background-color: transparent !important;
  color: #163a64 !important;
}

.w2dc-field-output-block-categories {
  margin-bottom: 0;
}

.w2dc-field-output-block-tags {
  margin-top: 0 !important;
}

.w2dc-content .w2dc-listing .w2dc-category-label {
  padding-top: 4px !important;
  margin-bottom: 10px;
}

.w2dc-field-addresses * {
  font-style: normal;
}

.w2dc-field-phone-content a,
.w2dc-field-output-block-website .w2dc-field-content a,
.w2dc-field-output-block-email a,
.w2dc-show-on-map {
  color: #163a64 !important;
  font-size: 16px;
  line-height: 1.2;
  display: inherit;
  text-decoration: underline !important;
}

.w2dc-field-phone-content a:hover,
.w2dc-field-output-block-email a:hover,
.w2dc-field-output-block-website .w2dc-field-content a:hover,
.w2dc-show-on-map:hover,
.w2dc-field-phone-content a:focus,
.w2dc-field-output-block-email a:focus,
.w2dc-field-output-block-website .w2dc-field-content a:focus,
.w2dc-show-on-map:focus{
  /*      text-decoration: none !important; */
  color: #a6976e !important;
}

.wcsearch-search-param {
  background: #012169 !important;
  color: #fff;
  border-radius: 0px;
}

.wcsearch-search-param a {
  color: #fff !important;
}
.page-template-default.w2dc-directory-1 article .header {
  display: flex !important;
}
.w2dc_listing header,
.w2dc-directory-1 .header {
  position: relative;

  background-image: url(../../../../wp-content/uploads/2023/03/inner-hero-scaled.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  padding: 100px 60px 110px;
  min-height: 400px;
  display: flex !important;
  align-items: flex-end;
  position: relative;
  background-color: rgb(22 58 100 / 0.95);
  justify-content: flex-start;
}
.w2dc_listing header:before,
.w2dc-directory-1 .header:before {
  position: absolute;
  content: "";
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  left: 0;
  opacity: 0.35;
  background-image: linear-gradient(rgba(12, 12, 12, 0) 0%, #0c0c0c 100%);
}

@media (max-width: 768px) {
  .w2dc_listing header,
  .w2dc-directory-1 .header {
    min-height: 300px;
  }
}

.w2dc_listing header h1,
.w2dc-directory-1 .header h1 {
  position: relative;
}

@media (max-width: 992px) {
  .w2dc_listing header,
  .w2dc-directory-1 .header {
    padding: 60px 60px 100px;
  }
}

@media (max-width: 768px) {
  .w2dc_listing header,
  .w2dc-directory-1 .header {
    padding: 40px 30px 110px;
  }
}

.w2dc_listing header h1,
.w2dc-directory-1 .header h1 {
  max-width: 1088px;
  margin: 0 auto;
  width: 100%;
}

.w2dc_listing .w2dc-content .w2dc-listing-header {
  display: none !important;
}

.w2dc-listing-tabs .w2dc-active a {
  background: #163a64 !important;
  color: #ffffff !important;
}

.w2dc-listing-tabs {
  border-bottom: 2px solid #163a64 !important;
}

.w2dc-fields-group .w2dc-field-output-block {
  border-bottom: 1px solid #a6976e !important;
}

.w2dc-field-output-block-categories .w2dc-field-caption {
  display: none;
}

/* .w2dc-field-output-block-categories .w2dc-field-content {
	background: #ffecdf;
	padding: 0 5px 4px;
}
*/
body
  .mapboxgl-map
  div.w2dc-map-info-window-title
  a.w2dc-map-info-window-title-link {
  font-size: 16px !important;
}

.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip {
  border-bottom-color: #a6976e;
}

.w2dc-map-info-window-logo {
  display: none !important;
}
/* No listing found */
.w2dc-no-found-listings {
  text-transform: uppercase;
  margin-top: 30px;
  background-color: transparent;
  border-color: #163a64;
  text-align: center;
  margin-top: 30px;
}
.wcsearch-search-grid {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 0 !important;
  margin-left: -30px;
  padding: 0;
}
.wcsearch-search-placeholder {
  width: 50%;
  padding-bottom: 20px;
  padding-left: 30px;
}
.wcsearch-search-placeholder:nth-last-child(1),
.wcsearch-search-placeholder:nth-last-child(2) {
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .wcsearch-search-placeholder {
    margin: 0 !important;
  }
  .wcsearch-search-placeholder {
    width: 100%;
  }
}

/*  W2D Category Page */
.w2dc-directory-1
  .type-page
  .entry-content
  .wcsearch-content.wcsearch-search-wrapper {
  padding: 100px 100px 0 100px;
  margin: 0 auto;
  max-width: 1288px;
  width: 100%;
}
@media (max-width: 992px) {
  .w2dc-directory-1
    .type-page
    .entry-content
    .wcsearch-content.wcsearch-search-wrapper {
    padding: 40px 60px 0 60px;
  }
  .w2dc-content.w2dc-category-page {
    padding: 50px 60px 150px !important;
  }
}
@media (max-width: 768px) {
  .w2dc-directory-1
    .type-page
    .entry-content
    .wcsearch-content.wcsearch-search-wrapper {
    padding: 40px 30px 0 30px;
  }
  .w2dc-content.w2dc-category-page {
    padding: 50px 30px 150px !important;
  }
}
.w2dc-directory-1
  .type-page
  .entry-content
  .wcsearch-content.wcsearch-search-wrapper
  .wcsearch-search-form {
  padding: 0px 20px;
  background-color: #163a64;
  margin: 0 0 10px;
}
.fl-html .wcsearch-content.wcsearch-search-wrapper,
.fl-html
  .w2dc-directory-1
  .type-page
  .entry-content
  .wcsearch-content.wcsearch-search-wrapper
  .wcsearch-search-form {
  padding: 0 !important;
}
.w2dc-content.w2dc-category-page {
  padding: 50px 100px 150px;
  max-width: 1288px;
  width: 100%;
  margin: 0 auto;
}
.w2dc-directory-1 .entry-content h1 {
  display: none;
}
.w2dc-directory-1 .entry-content h1.fl-heading {
  display: block;
}

/* Team Pop Up Slider */
.team-popup-slider {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  width: 100% !important;
  z-index: 999;
  left: 0;
  top: 0;
  padding: 0 60px;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background: rgb(22 58 100 / 50%);
}

@media (max-width: 600px) {
  .team-popup-slider {
    padding: 0 20px;
  }
}

/* Modal Content/Box */
.team-popup-slider .fl-col-content {
  background-color: #fefefe;
  position: relative;
  margin: 10% auto;
  /* 15% from the top and centered */
  max-width: 1257px;
  padding: 53px 70px;
  /* Could be more or less, depending on screen size */
}

@media (max-width: 768px) {
  .team-popup-slider .fl-col-content {
    padding: 49px 30px !important;
  }
}

.team-popup-slider .close {
  position: absolute;
  background: url("images/icon-cross.webp") no-repeat center/14px;
  top: 20px;
  right: 20px;
  width: 14px;
  height: 14px;
  cursor: pointer;
  z-index: 11;
  display: block;
}

.team-popup-slider .close:hover,
.team-popup-slider .close:focus{
  filter: brightness(0) saturate(100%) invert(70%) sepia(6%) saturate(1583%)
    hue-rotate(6deg) brightness(84%) contrast(96%);
}

.team-popup-slider .close a {
  padding: 0;
  border: none;
}

.team-popup-slider .close * {
  font-size: 0px;
}

.team-popup-slider .fl-post-feed-post {
  display: flex !important;
  margin: 0;
  border: none;
}

@media (max-width: 992px) {
  .team-popup-slider .fl-post-feed-post {
    flex-direction: column;
    /* align-items: center; */
    text-align: center;
  }
}

.team-popup-slider .image-section {
  width: 407px;
  flex: none;
  height: 320px !important;
  margin: 0 30px 0 0 !important;
}

@media (max-width: 1100px) {
  .team-popup-slider .image-section {
    width: 307px;

    height: 240px !important;
  }
}

@media (max-width: 480px) {
  .team-popup-slider .image-section {
    width: 100% !important;
    height: 60vw !important;
    max-height: 300px !important;
  }
}

.team-popup-slider .content {
  padding-right: 41px;
}

.team-popup-slider .content h4 {
  color: #a6976e;
  margin: 2px 0 9px;
}

@media (max-width: 992px) {
  .team-popup-slider .content {
    padding-right: 0px;
    margin: 40px 0 0;
  }

  .team-popup-slider .content .description {
    max-width: 100%;
  }
}

.team-popup-slider .content * {
  text-align: left;
}

.team-popup-slider .slick-arrow {
  position: absolute;
  font-size: 0;
  border: none;
  width: 26px;
  height: 26px;
  background: url(images/icon-slider-arrow.webp) no-repeat center/26px;
  top: calc(50% - 13px);
  right: 0px;
  cursor: pointer;
}

@media (max-width: 992px) {
  .team-popup-slider .slick-arrow {
    display: none !important;
  }
}

.team-popup-slider .slick-arrow:before {
  display: none;
}

.team-popup-slider .slick-disabled {
  display: none !important;
}

.team-popup-slider .slick-arrow:hover,
.team-popup-slider .slick-arrow:focus{
  filter: brightness(0) saturate(100%) invert(64%) sepia(10%) saturate(1042%)
    hue-rotate(6deg) brightness(93%) contrast(86%);
}

.team-popup-slider .slick-arrow.slick-prev {
  right: auto;
  left: -30px;
  rotate: 180deg;
}

/* TEMPLATES: BLOG */

/* Middle Content */
.blog-container {
  max-width: 1288px;
  margin: 0 auto;
  width: 100%;
  padding: 75px 100px 0;
}
.blog-container .fl-row-content-wrap{
	padding:0
}
.blog-container .fl-module-content{
	margin:0;
}

@media (max-width: 992px) {
  .blog-container {
    padding: 75px 60px 0;
  }
}

@media (max-width: 768px) {
  .blog-container {
    padding: 60px 30px 0;
  }
}
/* Global Single Article/Post Nav */

/* Footer
 * Pagination
 * next and previous
 *  */
.research-template-default .footer{
	display: none !important;
}
.single .footer {
  background: transparent;
  padding: 0 100px 0px;
  margin: 0;
}

@media (max-width: 992px) {
  .single .footer {
    padding: 0px 60px 0px;
  }
}

@media (max-width: 768px) {
  .single .footer {
    padding: 0px 30px 0px;
  }
}

.single .post-navigation {
  max-width: 1088px;
  margin: 50px auto;
  width: 100%;
  margin-top: 50px;
}

.single .post-navigation .nav-links {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 350px) {
  .single .post-navigation .nav-links {
    flex-direction: column;
    align-items: center;
  }

  .single .post-navigation .nav-previous {
    margin-bottom: 10px;
  }
}
.single .post-navigation .nav-links .disable{
	opacity:0;
}
.single .post-navigation .nav-links a {
  border: none !important;
  display: block;
  background: none !important;
  border-radius: 0 !important;
  text-align: left;
  font-family: var(--font-family-quaternary) !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  font-stretch: normal;
  font-style: normal;
  text-decoration: none;
  color: var(--color-dark-blue) !important;
  line-height: 1.38 !important;
  letter-spacing: normal;
  padding: 0 0 3px !important;
  border-bottom: 2px solid var(--color-dark-blue) !important;
}

.single .post-navigation .nav-links a:hover,
.single .post-navigation .nav-links a:focus{
  color: var(--color-yellow) !important;
  border-bottom: 2px solid var(--color-yellow) !important;
}

/* TEMPLATE - CATEGORY */
/* Results */
.category-result .inner-container {
  max-width: 1426px;
  margin: 0 auto;
  width: 100%;
}

.category-content .page-title {
  color: #fffbed;
}

.category-result {
  padding: 120px 100px 0;
}

@media (max-width: 992px) {
  .category-result {
    padding: 80px 60px 0;
  }
}

@media (max-width: 768px) {
  .category-result {
    padding: 60px 30px 0;
  }
}

/*New section */
/*four-column-card-section*/
.four-column-card-section .fl-post-feed {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 87px);
  margin-left: -87px;
  margin-bottom: -86px;
  /* padding-top: 18px; */
}
@media (max-width: 600px) {
  .four-column-card-section .fl-post-feed {
    margin-bottom: -36px;
  }
}

.four-column-card-section .fl-post-feed-post {
  width: calc(25% - 87px);
  margin-left: 87px;
  padding-left: 0px;
  padding-top: 18px;
  padding-bottom: 18px;
  border: none;
  margin-bottom: 86px !important;
}
.four-column-card-section .fl-post-feed-post:last-child {
  margin-bottom: 86px !important;
}
.four-column-card-section #infscr-loading{
  margin-left:87px !important;
}



@media (max-width: 1440px) {
  .four-column-card-section .fl-post-feed {
    width: calc(100% + 50px);
    margin-left: -50px;
  }
  .four-column-card-section .fl-post-feed-post {
    width: calc(25% - 50px);
    margin-left: 50px;
  }
	 .four-column-card-section #infscr-loading{
		 margin-left:50px !important;align-content}
}

@media (max-width: 1279px) {
  .four-column-card-section .fl-post-feed-post {
    width: calc(33.333% - 50px);
  }
}
@media (max-width: 992px) {
  .four-column-card-section .fl-post-feed-post {
    width: calc(50% - 50px);
  }
}

@media (max-width: 600px) {
  .four-column-card-section .fl-post-feed-post {
    width: calc(100% - 50px);
    margin-bottom: 36px !important;
  }

  .four-column-card-section .fl-post-feed-post:last-child {
    margin-bottom: 36px !important;
  }
}

.four-column-card-section .fl-post-feed-post .fl-post-image {
  width: 100%;
  max-height: 469px;
  height: 24.5vw;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1279px) {
  .four-column-card-section .fl-post-feed-post .fl-post-image {
    height: 30vw;
  }
}
@media (max-width: 992px) {
  .four-column-card-section .fl-post-feed-post .fl-post-image {
    height: 50vw;
  }
}

@media (max-width: 768px) {
  .four-column-card-section .fl-post-feed-post .fl-post-image {
    height: 100vw;
  }
}
.four-column-card-section .fl-post-feed-post .fl-post-image:before {
  width: 18px;
  position: absolute;
  height: calc(100% + 18px);
  left: 0px;
  z-index: 2;
  top: -18px;
  content: "";
  background: var(--color-yellow);
}

.four-column-card-section .fl-post-feed-post .fl-post-image:after {
  width: 100%;
  position: absolute;
  height: 310px;
  left: 18px;
  z-index: 3;
  bottom: 0px;
  content: "";
  transition: 0.6s;
  background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
 
}

.four-column-card-section .fl-post-feed-post a:hover .fl-post-image:after,
.four-column-card-section .fl-post-feed-post a:focus .fl-post-image:after{
  transform: translateY(0); 
}

.four-column-card-section .fl-post-feed-post .fl-post-image img {
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  filter: grayscale(100%);
  transition: all 0.3s ease-in-out;
}
.four-column-card-section .fl-post-feed-post {
  position: relative;
}
.four-column-card-section .fl-post-feed-post a:before,
.four-column-card-section .fl-post-feed-post a:after {
  width: calc(100% - 79px);
  position: absolute;
  height: 18px;
  left: 0px;
  top: 0px;
  content: "";
  background: var(--color-yellow);
  transition: all 0.3s ease-in-out;
}

.four-column-card-section .fl-post-feed-post a:after {
  background: var(--color-dark-green);
  top: auto;
  bottom: 0;
  right: 0;
  left: auto;
}

.four-column-card-section .fl-post-text {
  position: absolute;
  z-index: 4;
  bottom: 45px;
  padding: 0px;
  left: 40px;
  padding-right: 20px;
  transition: all 0.3s ease-in-out;
}

.four-column-card-section .fl-post-text * {
  color: var(--color-light-gray);
}
.four-column-card-section .description {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.5s ease-in;
	    margin-top: 16px;
}
.four-column-card-section .fl-post-feed-post a:focus,
.four-column-card-section .fl-post-feed-post a:focus:not(.focus-visible){
  outline: 1px solid var(--color-black) !important;
}
.four-column-card-section .fl-post-feed-post a:hover .description,
.four-column-card-section .fl-post-feed-post a:focus .description{
  max-height: 500px;
  transition: max-height 0.5s ease-in;
}
.four-column-card-section .fl-post-feed-post a:hover:before,
.four-column-card-section .fl-post-feed-post a:hover:after,
.four-column-card-section .fl-post-feed-post a:focus:before,
.four-column-card-section .fl-post-feed-post a:focus:after{
  width: 100%;
}

.four-column-card-section .fl-post-feed-post a:hover .fl-post-image img,
.four-column-card-section .fl-post-feed-post a:focus .fl-post-image img{
  filter: none;
}
.four-column-card-section .fl-post-feed-post .fl-post-text .title {
  font-size: 20px;
  font-weight: 600;
 font-family: var(--font-family-quaternary) !important;
  line-height: 1.25;
}
.four-column-card-section .fl-post-feed-post a:hover .fl-post-text .title,
.four-column-card-section .fl-post-feed-post a:focus .fl-post-text .title{
  text-decoration: underline;
}

.four-column-card-section .fl-post-more-link a {
  position: absolute;
	font-size:0;
  height: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  top: 0;
  cursor: pointer;
}

.four-column-card-section {
  clip-path: polygon(0 0, 100% 96px, 100% 100%, 0% 100%);
}
@media (max-width: 768px) {
  .four-column-card-section {
    clip-path: polygon(0 0, 100% 60px, 100% 100%, 0% 100%);
  }
}

/*background-image: linear-gradient(181deg, #000 98%, rgba(0, 0, 0, 0) 7%);*/

/* .three-column-event-section White BG */
.three-column-event-section.white-bg .fl-html ul li * {
  color: var(--color-black);
}
.three-column-event-section.white-bg {
  margin-top: 0;
	    clip-path: none;
}
/*three-column-event-section*/
.three-column-event-section {
  margin-top: -115px;
  z-index: 1;
  position: relative;
  clip-path: polygon(0 0, 100% 115px, 100% calc(100% - 97px), 0% 100%);
}

@media (max-width: 768px) {
  .three-column-event-section {
    margin-top: -60px;

    clip-path: polygon(0 0, 100% 60px, 100% calc(100% - 60px), 0% 100%);
  }
}

.three-column-event-section .custom-events-column .custom-events-section .fl-post-grid .fl-post-column .fl-post-grid-post{
	background:transparent;
	border:0;
}
.three-column-event-section .fl-html ul,.three-column-event-section .custom-events-column .custom-events-section .fl-post-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -138px;
  width: calc(100% + 138px);
  margin-bottom: -60px;
}
.three-column-event-section .custom-events-column .custom-events-section .fl-post-grid{
	padding-right:0 !important;
}
@media (max-width: 1440px) {
  .three-column-event-section .fl-html ul,.three-column-event-section .custom-events-column .custom-events-section .fl-post-grid {
    margin-left: -80px;
    width: calc(100% + 80px);
  }
}
.three-column-event-section .custom-events-column .custom-events-section .fl-post-grid .fl-post-column,.three-column-event-section .custom-events-column .custom-events-section .fl-post-grid .fl-post-column .fl-post-text{
	padding:0 !important;
}
.three-column-event-section .fl-html ul li,.three-column-event-section .custom-events-column .custom-events-section .fl-post-grid .fl-post-column {
  width: calc(33.333% - 138px);
  display: flex;
  margin-left: 138px;
  margin-bottom: 60px;
  position: relative;
}
.home .three-column-event-section .fl-html ul li {
  display:none;
}
.home  .three-column-event-section .fl-html ul li:nth-child(-n+6) {
  display: flex;
}
.three-column-event-section .fl-html ul li a,.three-column-event-section .custom-events-column .custom-events-section .fl-post-grid .fl-post-column .full-link{
  display:flex;
}
@media (max-width: 1440px) {
  .three-column-event-section .fl-html ul li,.three-column-event-section .custom-events-column .custom-events-section .fl-post-grid .fl-post-column{
    width: calc(33.333% - 80px);
    margin-left: 80px;
  }
}

@media (max-width: 1279px) {
  .three-column-event-section .fl-html ul li,.three-column-event-section .custom-events-column .custom-events-section .fl-post-grid .fl-post-column {
    width: calc(50% - 80px);
  }
}

@media (max-width: 768px) {
  .three-column-event-section .fl-html ul li,.three-column-event-section .custom-events-column .custom-events-section .fl-post-grid .fl-post-column {
    width: calc(100% - 80px);
  }
}

@media (max-width: 400px) {
  .three-column-event-section .fl-html ul li,.three-column-event-section .custom-events-column .custom-events-section .fl-post-grid .fl-post-column {
    flex-direction: column;
  }
}

.three-column-event-section .fl-html ul li *,.three-column-event-section .custom-events-column .custom-events-section .fl-post-grid .fl-post-column * {
  color: var(--color-cream);
}

.three-column-event-section .fl-html ul .content,.three-column-event-section .custom-events-column .custom-events-section .fl-post-grid .fl-post-column .full-link .content {
  padding-top: 6px;
display: flex;
	flex-direction:column;
	
}

.three-column-event-section .fl-html ul h3,.three-column-event-section .custom-events-column .custom-events-section .fl-post-grid .fl-post-column .full-link .content h3 {
  margin: 0 0 10.5px;
	font-size: 26px;
	line-height: 1.08;
}
.three-column-event-section .fl-html ul li a:hover ,
.three-column-event-section .fl-html ul li a:focus,.three-column-event-section .custom-events-column .custom-events-section .fl-post-grid .fl-post-column .full-link:hover,.three-column-event-section .custom-events-column .custom-events-section .fl-post-grid .fl-post-column .full-link:focus {
  text-decoration:none !important;
}
.three-column-event-section .fl-html ul li a:hover h3,
.three-column-event-section .fl-html ul li a:focus h3,.three-column-event-section .custom-events-column .custom-events-section .fl-post-grid .fl-post-column .full-link:hover h3,.three-column-event-section .custom-events-column .custom-events-section .fl-post-grid .fl-post-column .full-link:focus h3{
  text-decoration: underline;
}
.three-column-event-section .fl-html ul .date,.three-column-event-section .custom-events-column .custom-events-section .fl-post-grid .fl-post-column .full-link .date {
  flex: none;
  width: 122px;
  height: 122px;
  background: var(--color-yellow);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
}
@media (max-width: 400px) {
  .three-column-event-section .fl-html ul .date,.three-column-event-section .custom-events-column .custom-events-section .fl-post-grid .fl-post-column .date {
    margin: 0 0 30px;
  }
		.three-column-event-section .fl-html ul li .full-link, .three-column-event-section .custom-events-column .custom-events-section .fl-post-grid .fl-post-column .full-link{
		flex-direction:column;
	}
}
.three-column-event-section .fl-html ul .date *, .three-column-event-section .custom-events-column .custom-events-section .fl-post-grid .fl-post-column .full-link .date *{
  color: var(--color-black2);
}
.three-column-event-section .fl-html ul li .full-link,.three-column-event-section .custom-events-column .custom-events-section .fl-post-grid .fl-post-column .full-link {
  cursor: pointer;
  position: relative;
  height: 100%;
  z-index: 2;
  width: 100%;
  top: 0;
  left: 0;
	 font-weight:normal;
}
.three-column-event-section .fl-html ul li a:hover .date *,
.three-column-event-section .fl-html ul li a:focus .date *,.three-column-event-section .custom-events-column .custom-events-section .fl-post-grid .fl-post-column .full-link:hover .date *,.three-column-event-section .custom-events-column .custom-events-section .fl-post-grid .fl-post-column .full-link:focus .date *{
  color: var(--color-white);
}

.three-column-event-section .fl-html ul li a:hover .date,
.three-column-event-section .fl-html ul li a:focus .date,.three-column-event-section .custom-events-column .custom-events-section .fl-post-grid .fl-post-column .full-link:hover .date,.three-column-event-section .custom-events-column .custom-events-section .fl-post-grid .fl-post-column .full-link:focus .date {
  background: var(--color-orange);
}

.three-column-event-section .fl-html ul .month,.three-column-event-section .custom-events-column .custom-events-section .fl-post-grid .fl-post-column .full-link .month {
  font-size: 18px;
  font-family: var(--font-family-quaternary) !important;
  font-weight: 600;
  line-height: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  margin-bottom: 1px;
}

.three-column-event-section .fl-html ul .day,.three-column-event-section .custom-events-column .custom-events-section .fl-post-grid .fl-post-column .full-link .day {
  font-size: 70px;
  line-height: 70px;

  font-family: var(--font-family-secondary);
}
.three-column-event-section .btn--primary a:before {
  background: url(images/Icon-calendar.webp) no-repeat center left 14px /20px var(--color-dark-yellow);
}


/*four-column-news-card-section*/
.four-column-news-card-section {
  margin-top: -97px;
}

.four-column-news-card-section .heading{
  max-width:760px;
  margin:0 auto;
  float: none;
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  .four-column-news-card-section .heading{
    margin-bottom: 60px;
  }
}
.four-column-news-card-section .heading .fl-col-content{
  border-bottom:1px solid var(--color-yellow);
  padding-bottom:26px;
}
.four-column-news-card-section .heading .fl-col-content  .fl-module{
  max-width:540px;
  margin:0 auto;
}
.four-column-news-card-section .fl-post-feed {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 141px);
  margin-left: -141px;
  margin-bottom: -40px;
}

.four-column-news-card-section .fl-post-feed .fl-post-feed-post {
  width: calc(25% - 141px);
  margin-left: 141px;
  border: none;
  margin-bottom: 40px;
 
  position: relative;
}
.four-column-news-card-section .fl-post-feed .fl-post-feed-post a{
   padding: 12px 12px 30px;
}
@media (max-width: 1650px) {
  .four-column-news-card-section .fl-post-feed {
    width: calc(100% + 80px);
    margin-left: -80px;
  }
  .four-column-news-card-section .fl-post-feed .fl-post-feed-post {
    width: calc(25% - 80px);
    margin-left: 80px;
  }
}

@media (max-width: 1440px) {

  .four-column-news-card-section .fl-post-feed .fl-post-feed-post {
    width: calc(33.333% - 80px);
    margin-left: 80px;
  }
}

@media (max-width: 1279px) {
  .four-column-news-card-section .fl-post-feed {
    width: calc(100% + 40px);
    margin-left: -40px;
  }
  .four-column-news-card-section .fl-post-feed .fl-post-feed-post {
    width: calc(33.333% - 40px);
    margin-left: 40px;
  }
}

@media (max-width: 1110px) {
  .four-column-news-card-section .fl-post-feed {
    width: calc(100% + 80px);
    margin-left: -80px;
    
  }
  .four-column-news-card-section .fl-post-feed .fl-post-feed-post {
    width: calc(50% - 80px);
    margin-left: 80px;
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .four-column-news-card-section .fl-post-feed {
    width: calc(100% + 40px);
    margin-left: -40px;
  }
  .four-column-news-card-section .fl-post-feed .fl-post-feed-post {
    width: calc(50% - 40px);
    margin-left: 40px;
  }
}

@media (max-width: 600px) {
  .four-column-news-card-section .fl-post-feed .fl-post-feed-post {
    width: calc(100% - 40px);
    margin-bottom: 30px;
  }
  .four-column-news-card-section .fl-post-feed {
    margin-bottom: -30px;
  }
}
.four-column-news-card-section
  .fl-post-feed
  .fl-post-feed-post
  a {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 7;
  left: 0;
  cursor: pointer;
  top: 0;
	  font-size:0;
  display: block;
}
.four-column-news-card-section
  .fl-post-feed
  .fl-post-feed-post
  a:focus {
    border:1px solid var(--color-black)
  }

.four-column-news-card-section .fl-post-feed .fl-post-feed-post a:hover,
.four-column-news-card-section .fl-post-feed .fl-post-feed-post a:focus{
  background: rgba(231, 152, 39, 0.25);
  cursor: pointer;
}

.four-column-news-card-section .fl-post-image {
  max-height: 300px;
  height: calc(25vw - 180px);
  width: 100%;
  position: relative;
  margin-bottom: 27px;
}

@media (max-width: 1650px) {
  .four-column-news-card-section .fl-post-image {
    height: calc(25vw - 134px);
  }
}

@media (max-width: 1440px) {
  .four-column-news-card-section .fl-post-image {
    height: calc(33vw - 140px);
    max-height: none;
  }
}

@media (max-width: 1279px) {
  .four-column-news-card-section .fl-post-image {
    height: calc(33vw - 113px);
   
  }
}
@media (max-width: 1110px) {
   .four-column-news-card-section .fl-post-image {
    height: calc(50vw - 164px);
  }
}



@media (max-width: 992px) {
   .four-column-news-card-section .fl-post-image {
    height: calc(50vw - 124px);
  }
}

@media (max-width: 992px) {
   .four-column-news-card-section .fl-post-image {
    height: calc(50vw - 74px);
  }
}

@media (max-width: 600px) {
  .four-column-news-card-section .fl-post-image {
   height: calc(100vw - 84px);
  }
}

.four-column-news-card-section .fl-post-image img {
  object-fit: cover;
  position: absolute;
  height: calc(100% - 14px);
  width: calc(100% - 14px);
  top: 7px;
  left: 7px;
  z-index: 4;
}

.four-column-news-card-section .fl-post-image:before,
.four-column-news-card-section .fl-post-image:after {
  height: calc(100% - 0px);
  width: calc(100% - 0px);
  content: "";
  top: 7px;
  box-shadow: -7px -7px var(--color-yellow);
  left: 7px;
  position: absolute;
  z-index: 2;
}
.four-column-news-card-section .fl-post-image:after {
  box-shadow: 7px 7px var(--color-green);
  height: calc(100% - 7px);
  width: calc(100% - 7px);
  left: 0px;
  top: 0px;
  z-index: 1;
}
.four-column-news-card-section .fl-post-text {
  padding: 0;
}

.four-column-news-card-section .fl-post-text .title {
  font-weight: 600;
  margin: 0 0 7px;
  color: var(--color-black);
}

.four-column-news-card-section .fl-post-text span {
  margin: 0 0 14px;
  font-size: 16px;
  font-family: var(--font-family-quaternary) !important;
  font-weight: 600;
  line-height: 1.38;
  letter-spacing: normal;
  color: var(--color-green);
  display: block;
}
.four-column-news-card-section .fl-post-text p {
 
  color: var(--color-black);
}

/*newsletter-section*/

.newsletter-section .fl-module-rich-text {
  max-width: 648px;
}

.newsletter-section .nf-before-form-content {
  display: none;
}

.newsletter-section .nf-form-content {
  padding: 0px;
}

.newsletter-section .nf-form-content .nf-field-label {
  display: none;
}

.newsletter-section {
  margin-top: -115px;
  z-index: 1;
  position: relative;
  clip-path: polygon(0 0, 100% 115px, 100% 100%, 0% 100%);
}

@media (max-width: 768px) {
  .newsletter-section {
    margin-top: -60px;
    z-index: 1;
    position: relative;
    clip-path: polygon(0 0, 100% 60px, 100% 100%, 0% 100%);
  }
}

.newsletter-section input[type="text"],
.newsletter-section input[type="search"],
.newsletter-section input[type="email"],
.newsletter-section input[type="tel"],
.newsletter-section input[type="password"],
.newsletter-section textarea,
.newsletter-section select {
  width: 100%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: transparent !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: normal !important;
  font-family: var(--font-family-quaternary) !important;
  border: none !important;
  border-bottom: 1px solid var(--color-blue) !important;
  width: 100%;
  border-radius: 0px !important;
  color: var(--color-cream2) !important;
  padding: 0 0 9.5px !important;
  margin-bottom: 0px !important;
  opacity: 1;
  -webkit-text-fill-color: var(--color-cream2) !important;
  -webkit-box-shadow: 1000px 0px 0px 0px var(--color-black2) inset;
}

.newsletter-section input[type="text"]:placeholder,
.newsletter-section input[type="search"]:placeholder,
.newsletter-section input[type="email"]:placeholder,
.newsletter-section input[type="tel"]:placeholder,
.newsletter-section input[type="password"]:placeholder,
.newsletter-section textarea:placeholder {
  color: var(--color-cream2) !important;
  opacity: 1 !important;
}

.newsletter-section .nf-error.field-wrap .nf-field-element:after {
  display: none;
}

.newsletter-section #ninja_forms_required_items,
.nf-field-container {
  margin-bottom: 19.5px !important;
}

.newsletter-section .half-text {
  width: calc(50% - 36px) !important;
  margin-left: 72px;
  margin-bottom: 19.5px;
}
@media (max-width: 600px) {
  .newsletter-section .half-text {
    width: 100% !important;
    margin-left: 0;
  }
}

.newsletter-section .half-text-outer {
  display: flex;
  flex-wrap: wrap;
}
.newsletter-section .half-text:first-child {
  margin-left: 0px;
}
.newsletter-section .mce_inline_error{
   color: var(--color-yellow) !important;
  background:transparent !important;
  font-weight:normal !important;
   margin:5px 0 0 !important;
  padding:0 !important;
}

.newsletter-section #mce-error-response {
  color: red;
  margin-top: 10px;
}
.newsletter-section #mce-success-response {
  color: green;
    margin-top: 10px;
}
.newsletter-section .btn--primary input[type="submit"] {
  border: none !important;
  padding: 13.6px 24px 13.6px 70px !important;
  border-radius: 26px !important;
  border: solid 2px var(--color-dark-yellow) !important;
  background-color: transparent !important;
  position: relative !important;
  overflow: hidden;
  color: var(--color-white) !important;
  font-family: var(--font-family-quaternary) !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  cursor: pointer;
  letter-spacing: normal !important;
  line-height: normal !important;
  text-align: center !important;
  text-transform: uppercase;
  position: relative;
  z-index: 3;
  margin: 0px !important;
  height: auto;
  transition: all 0.3s ease;
}
.newsletter-section .btn--primary input[type="submit"]:focus{
   border: solid 2px var(--color-white) !important;
}

.newsletter-section .btn--primary {
  display: inline-block !important;
  width: auto;
  position: relative;
  border-radius: 26px !important;
  overflow: hidden;
  margin-top: 49.5px;
}
.newsletter-section .btn--primary:before {
  width: 52px;
  height: 52px;
  position: absolute;
  content: "";
  top: 0px;

  transition: all 0.3s ease;
  left: 0px;
  border-top-right-radius: 26px;
  border-bottom-right-radius: 26px;
  background: url(images/icon-awesome-check.webp) no-repeat center left 14px /24px
    var(--color-dark-yellow);
}

.newsletter-section .btn--primary:hover:before,
.newsletter-section .btn--primary:focus:before{
  width: calc(100% + 2px);
}

/*two-column-content*/
.two-column-content .half-column {
  padding-right: 38px;
}
.two-column-content .half-column:nth-child(even) {
  padding-left: 38px;
  padding-right: 0;
}

@media (max-width: 768px) {
  .two-column-content .half-column {
    padding: 0 !important;
    margin: 0 0 40px;
  }
  .two-column-content .half-column:last-child {
    margin: 0;
  }
}

/*four-column-team-section on White Bg*/
.four-column-team-section.white-bg {
  margin-top: 0;
  clip-path: none;
}
.four-column-team-section.white-bg .fl-post-text * {
  color: var(--color-black);
}
.four-column-team-section.white-bg
  .fl-builder-pagination-load-more
  a
  .fl-button-text {
  color: var(--color-black) !important;
}
.four-column-team-section.white-bg
  .fl-builder-pagination-load-more
  a:hover
  .fl-button-text,
.four-column-team-section.white-bg
  .fl-builder-pagination-load-more
  a:focus
  .fl-button-text{
  color: var(--color-green) !important;
}
.four-column-team-section.white-bg .fl-post-feed-post:after{
	    background: var(--color-black);
}
/*four-column-team-section*/
.four-column-team-section {
  margin-top: -115px;
  z-index: 1;
  position: relative;

  clip-path: polygon(0 115px, 100% 0%, 100% 100%, 0% calc(100% - 95px));
}
.four-column-team-section .heading{
  max-width:760px;
  width: 100% !important;
  margin:0 auto;
  float: none;
  margin-bottom:65px;
}

.four-column-team-section .heading .fl-module-heading .fl-module-content{
  margin:0 !important;
}

.four-column-team-section .heading .fl-col-content{
  border-bottom:1px solid var(--color-yellow);
  padding-bottom:26px;
}

.four-column-team-section .heading .fl-col-content .fl-module{
  max-width:540px;
  margin:0 auto;
}

.four-column-team-section .heading .fl-col-content .fl-module .fl-module-content{
  margin:11px 0 0 !important;
  text-align:center;
}

.four-column-team-section  .card-block{
  width: 100% !important;
}

.four-column-team-section .fl-builder-pagination-load-more a .fl-button-text {
  color: var(--color-white) !important;
}

.four-column-team-section
  .fl-builder-pagination-load-more
  a:hover
  .fl-button-text,
.four-column-team-section
  .fl-builder-pagination-load-more
  a:focus
  .fl-button-text{
  color: var(--color-yellow) !important;
}



.four-column-team-section .fl-post-feed {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 140px);
  margin-left: -140px;
  margin-bottom: -38px;
	    justify-content: center;
  /* padding-top: 18px; */
}

.four-column-team-section .fl-post-feed-post {
  width: calc(25% - 140px);
  margin-left: 140px;
 
  border: none;
  margin-bottom: 38px !important;
}
.four-column-team-section .fl-post-feed-post .outer-link{
  padding-left: 0px;
  padding-top: 18px;
  padding-left: 18px;
  padding-bottom: 17px;
}
.four-column-team-section .fl-post-feed-post .outer-link:focus{
  border:1px solid var(--color-white) !important;
}
.four-column-team-section #infscr-loading{
  margin-left:140px !important;
}

@media (max-width: 1440px) {
  .four-column-team-section .fl-post-feed {
    width: calc(100% + 80px);
    margin-left: -80px;
  }
  .four-column-team-section .fl-post-feed-post {
    width: calc(25% - 80px);
    margin-left: 80px;
  }
  .four-column-team-section #infscr-loading{
  margin-left:80px !important;
}
}

@media (max-width: 1110px) {
  .four-column-team-section .fl-post-feed-post {
    width: calc(50% - 80px);
    margin-left: 80px;
  }
}

@media (max-width: 480px) {
  .four-column-team-section .fl-post-feed-post {
    width: 100%;
  }
}

.four-column-team-section .fl-post-feed-post:last-child {
  margin-bottom: 38px !important;
}

.four-column-team-section .fl-post-feed-post .fl-post-image {
  width: 100%;
  max-height: 261px;
  height: calc(25vw - 178px);
  position: relative;
  /* overflow: hidden; */
}

@media (max-width: 1440px) {
  .four-column-team-section .fl-post-feed-post .fl-post-image {
    height: calc(25vw - 128px);
  }
}
@media (max-width: 1110px) {
  .four-column-team-section .fl-post-feed-post .fl-post-image {
    height: calc(50vw - 118px);
    max-height: none;
  }
}

@media (max-width: 768px) {
  .four-column-team-section .fl-post-feed-post .fl-post-image {
    height: calc(50vw - 88px);
    max-height: none;
  }
}

@media (max-width: 480px) {
  .four-column-team-section .fl-post-feed-post .fl-post-image {
    height: calc(100vw - 78px);
    max-height: none;
  }
}

.four-column-team-section .fl-post-feed-post .fl-post-image:before {
  width: 18px;
  position: absolute;
  height: calc(100% + 18px);
  left: -18px;
  z-index: 2;
  top: -18px;
  content: "";
  background: var(--color-yellow);
}
.four-column-team-section .fl-post-feed-post:after {
  width: 54px;
  position: absolute;
  height: 3px;
  bottom: 0px;
  left: 0;
  z-index: 2;
  content: "";
  background: var(--color-white);
}

.four-column-team-section .fl-post-feed-post  .outer-link:hover .fl-post-image:after,
.four-column-team-section .fl-post-feed-post .outer-link:focus .fl-post-image:after{
  transform: translateY(0);
}

.four-column-team-section .fl-post-feed-post .fl-post-image img {
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;

  transition: all 0.3s ease-in-out;
}
.four-column-team-section .fl-post-feed-post {
  position: relative;
}
.four-column-team-section .fl-post-feed-post .outer-link:before {
  width: 119px;
  position: absolute;
  height: 18px;
  left: 0px;
  top: 0px;
  content: "";
  background: var(--color-yellow);
  transition: all 0.3s ease-in-out;
}

.four-column-team-section .fl-post-feed-post .fl-post-image:after {
  background: var(--color-dark-green);
  top: auto;
  bottom: -18px;
  right: 0;
  left: auto;
  width: 111px;
  position: absolute;
  height: 18px;
  content: "";
  transition: all 0.3s ease-in-out;
}
.four-column-team-section .fl-post-feed-post  .outer-link:hover .fl-post-image:after,
.four-column-team-section .fl-post-feed-post  .outer-link:focus .fl-post-image:after{
  width: calc(100% + 18px);
}

.four-column-team-section .fl-post-text {
  padding: 0;
  width: calc(100% + 18px);
  margin-left: -18px;
  margin-top: 40px;
}
.four-column-team-section .fl-post-text * {
  color: var(--color-light-gray);
}

.four-column-team-section .fl-post-feed-post .outer-link:hover:before,
.four-column-team-section .fl-post-feed-post .outer-link:focus:before{
  width: 100%;
}

.four-column-team-section .fl-post-feed-post .fl-post-text .title {
  margin-bottom: 6px;
}
.four-column-team-section .fl-post-feed-post .outer-link:hover .fl-post-text .title,
.four-column-team-section .fl-post-feed-post .outer-link:focus .fl-post-text .title{
  text-decoration: underline;
  color: var(--color-dark-yellow);
}

.four-column-team-section .outer-link {
  position: relative;
  height: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  top: 0;
  cursor: pointer;
}

/*three-column-content*/
.three-column-content .fl-col-group:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 112.5px);
  margin-left: -112px;
}

.three-column-content .child-column {
  width: 33.333% !important;
  padding-left: 112.5px;
}

@media (max-width: 1280px) {
  .three-column-content .fl-col-group:nth-child(2) {
    width: calc(100% + 60px);
    margin-left: -60px;
  }
  .three-column-content .child-column {
    padding-left: 60px;
  }
}

@media (max-width: 1110px) {
  .three-column-content .fl-col-group:nth-child(2) {
    justify-content: center;
    margin-bottom: -40px;
  }
  .three-column-content .child-column {
    margin: 0 0 40px;
    width: 50% !important;
  }
}

.three-column-content .fl-photo {
  padding: 15px;
  position: relative;
}
.three-column-content .fl-photo:before,
.three-column-content .fl-photo:after {
  width: 117px;
  height: 120px;
  position: absolute;
  left: 0;
  top: 0;
  border-top: 1px solid var(--color-yellow);
  border-left: 1px solid var(--color-yellow);
  content: "";
}
.three-column-content .fl-photo:after {
  border: none;
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
  border-bottom: 1px solid var(--color-yellow);
  border-right: 1px solid var(--color-yellow);
}

.three-column-content .fl-photo-content {
  position: relative;
  height: 19.16vw;
  max-height: 368px;
  width: 100%;
}

@media (max-width: 1110px) {
  .three-column-content .fl-photo-content {
    height: 31vw;
  }
}

@media (max-width: 768px) {
  .three-column-content .fl-photo-content {
    height: 70vw;
  }
}
.three-column-content .fl-photo-content img {
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

/*half-video-half-content*/
.half-video-half-content {
  margin-top: -107px;
  clip-path: polygon(0 0, 100% 107px, 100% 100%, 0% 100%);
}
.half-video-half-content .fl-col-group {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.half-video-half-content .image-section {
  width: calc(50% - 10px) !important;
}
.half-video-half-content .image-section .pp-fit-aspect-ratio {
  padding: 0;
  height: auto;
}
.half-video-half-content .image-section .pp-video-image-overlay {
  position: relative;
  height: 491px;
  background: none;
}
.half-video-half-content .pp-video-play-icon:focus {
    background: var(--color-dark-green) !important;
}

@media (max-width: 992px) {
  .half-video-half-content .image-section {
    width: 100% !important;
  }
}

.half-video-half-content .image-section .pp-video-image-overlay::before {
  position: absolute;
  clip-path: polygon(0 0, 100% calc(100% - 15px), 100% 100%, 0% 100%);
  content: "";
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 77px;
  background: var(--color-dark-green);
}

.half-video-half-content .image-section img {
  position: absolute;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
}

.half-video-half-content .content {
  display: flex;
  align-items: center;
  padding: 0px 0 0 60px;
  position: relative;
  overflow: hidden;
  width: calc(50% + 10px) !important;
}

@media (max-width: 992px) {
  .half-video-half-content .image-section .pp-video-image-overlay {
    width: 100% !important;
    height: 100vw;
    max-height: 491px;
  }
  .half-video-half-content .content {
    width: 100% !important;
    padding: 50px 0 0 0px;
  }
}

/*three-column-video-section*/

.three-column-video-section {
  margin-top: -95px;
  clip-path: polygon(0 0, 100% 95px, 100% 100%, 0% 100%);
}

.three-column-video-section .fl-col-group:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 77px);
  margin-left: -77px;
}

.three-column-video-section .child-column {
  width: 33.333%;
  padding-left: 77px;
}

@media (max-width: 1110px) {
  .three-column-video-section .child-column {
    width: 50%;
    margin-bottom: 40px;
  }
  .three-column-video-section .fl-col-group:nth-child(2) {
    margin-bottom: -40px;
    justify-content: center;
  }
}

.three-column-video-section .child-column .pp-fit-aspect-ratio {
  padding: 0;
  height: auto;
}
.three-column-video-section .child-column .pp-video-image-overlay {
  position: relative;
  /* max-height: 289px; */
  background: none;
  height: 16vw;
}
.three-column-video-section .child-column .pp-video-play-icon:focus {
    background: var(--color-dark-green) !important;
}
@media (max-width: 1440px) {
  .three-column-video-section .pp-video-play-icon {
    padding: calc(22px / 1.2);
  }
  .three-column-video-section .pp-video-play-icon svg {
    width: 22px;
    height: 22px;
  }
}

@media (max-width: 1110px) {
  .three-column-video-section .child-column .pp-video-image-overlay {
    height: 24vw;
  }
}

@media (max-width: 768px) {
  .three-column-video-section .child-column .pp-video-image-overlay {
    height: 50vw;
  }
}

.three-column-video-section .child-column .pp-video-image-overlay::before {
  position: absolute;
  clip-path: polygon(0 0, 100% calc(100% - 9px), 100% 100%, 0% 100%);
  content: "";
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 49px;
  background: var(--color-dark-green);
}

.three-column-video-section .child-column img {
  position: absolute;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
}

/*photo-carousel-section*/
.photo-carousel-section {
  margin-top: -95px;
  clip-path: polygon(0 0, 100% 95px, 100% 100%, 0% 100%);
}

.photo-carousel-section.program{
  margin:0;
  clip-path:none;
}

.photo-carousel-section .pp-image-carousel-wrapper {
  padding: 0 63px;
  position: relative;
}

@media (max-width: 480px) {
  .photo-carousel-section .pp-image-carousel-wrapper {
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 0 40px;
  }
}
.photo-carousel-section .pp-image-carousel {
  position: initial;
}
.photo-carousel-section .pp-swiper-button{
   left: 0;
   border: none;
	    background: transparent;
}
.photo-carousel-section .pp-swiper-button span {
  border: none;
  background: var(--color-yellow);
 
  padding: 0px !important;
  width: 27px !important;
  height: 35px !important;
  clip-path: polygon(0 50%, 100% 100%, 100% 0);
}


.photo-carousel-section .pp-swiper-button:hover,
.photo-carousel-section .pp-swiper-button:focus{
  left:-10px;
}
.photo-carousel-section .pp-swiper-button:focus{
  outline:1px solid var(--color-black) !important;
}

.photo-carousel-section .pp-swiper-button svg {
  display: none;
}
.photo-carousel-section .pp-swiper-button.pp-swiper-button-next{
   left: auto;
  right: 0;
}
.photo-carousel-section .pp-swiper-button.pp-swiper-button-next span {
 
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}
.photo-carousel-section .pp-swiper-button.pp-swiper-button-next:hover,
.photo-carousel-section .pp-swiper-button.pp-swiper-button-next:focus{
  right:-10px;
}
.photo-carousel-section .pp-image-carousel-item {
  position: relative;
  height: 281px;
}
.photo-carousel-section .pp-image-carousel-item:before {
  position: absolute;
  top: 0;
  content: "";
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
.photo-carousel-section .pp-image-carousel-item:hover:before,
.photo-carousel-section .pp-image-carousel-item:focus:before{
  border: 10px solid var(--color-yellow);
}

.photo-carousel-section .pp-image-carousel-item div,
.photo-carousel-section .pp-image-carousel-item figure {
  position: initial;
}

.photo-carousel-section .pp-image-carousel {
  height: 281px;
}
.photo-carousel-section .pp-image-carousel-item img {
  position: absolute;
  height: 100%;
  object-fit: cover !important;
  top: 0px;
  left: 0;
  width: 100%;
  object-position: top;
}

/*three-column-cards*/
.three-column-cards {
  margin-top: -95px;
  clip-path: polygon(0 95px, 100% 0%, 100% 100%, 0% 100%);
}

.three-column-cards .fl-post-feed {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 65px);
  margin-left: -65px;
}
.three-column-cards .fl-post-feed .fl-post-feed-post:nth-child(n + 4) {
  margin-top: 46px;
}

.three-column-cards .fl-post-feed .fl-post-feed-post {
  width: calc(33.333% - 65px);
  margin-left: 65px;
  border: none;
  margin-bottom: 0px;
  position: relative;
}

.three-column-cards .fl-post-feed .fl-post-image {
  position: relative;
  width: calc(100% - 64px);
  margin-left: 32px;
  max-height: 317px;
  height: 20vw;
  border: solid 5px var(--color-yellow);
}

@media (max-width: 1110px) {
  .three-column-cards .fl-post-feed {
    margin-bottom: -40px;
    justify-content: center;
  }

  .three-column-cards .fl-post-feed .fl-post-feed-post {
    width: calc(50% - 65px);
    margin-bottom: 40px;
  }

  .three-column-cards .fl-post-feed .fl-post-image {
    height: 30vw;
  }
}

@media (max-width: 768px) {
  .three-column-cards .fl-post-feed .fl-post-feed-post {
    width: 100%;
  }

  .three-column-cards .fl-post-feed .fl-post-image {
    max-height: none;
    height: 60vw;
  }
}
.three-column-cards .fl-post-feed .fl-post-image img {
  position: absolute;
  height: 100%;
  object-fit: cover !important;
  top: 0px;
  left: 0;
  width: 100%;
}
.three-column-cards .fl-post-feed .fl-post-image:before {
  width: 58px;
  height: 58px;
  content: "";
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 25px;
  background: url(images/icon-podcast.webp) no-repeat center / 58px;
}

.three-column-cards .fl-post-feed .fl-post-text {
  padding: 165px 50px 36px;
 z-index:2;
  position:relative;
  margin-top: -145px;
}
.three-column-cards .fl-post-feed .fl-post-feed-post{
  padding-bottom:87px;
}
.three-column-cards .fl-post-feed .fl-post-feed-post:before {
   background: var(--color-gray3);
  position:absolute;
  height:calc(100% - 232px);
  width:100%;
  content:'';
  top:145px;
  
  
  
}

@media (max-width: 768px) {
  .three-column-cards .fl-post-feed .fl-post-feed-post:before {
      height:calc(100% - 30vw - 87px);
     top:30vw;
  }
}

@media (max-width: 480px) {
  .three-column-cards .fl-post-feed .fl-post-text {
    margin-top: -100px;
    padding: 120px 50px 36px;
  }
}

.three-column-cards .fl-post-feed .date {
  font-size: 15px;
  font-family: var(--font-family-quaternary) !important;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: var(--color-dark-green);
  margin-top: 11px;
  display: block;
}

.three-column-cards .fl-post-feed .fl-post-excerpt {
  margin-top: 7px;
  color: var(--color-dark-green);
}

.three-column-cards .fl-post-more-link a {
  position: absolute;
  height: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  top: 0;
  cursor: pointer;
}
.three-column-cards .btn--primary .fl-button-wrap{
	margin-top:35px;
  position:absolute;
  bottom:0;
}
@media (max-width: 768px) {
  .three-column-cards .btn--primary .fl-button-wrap{
    margin:0 auto;
	margin-top:35px;
  }
}
.three-column-cards .btn--primary a {
/*   margin-top: 35px; */
  display:block;
  color: var(--color-black) !important;
  font-family: var(--font-family-quaternary) !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  letter-spacing: normal !important;
  line-height: normal !important;
  text-align: center !important;
  text-transform: uppercase;
  position: relative;
  z-index: 3;
  transition: all 0.3s ease;
}
.three-column-cards .btn--primary a:before {
  z-index: -1;
left:-1px;
	top:-1px;
	min-height:52px;
}

.three-column-cards .btn--primary a:hover,
.three-column-cards .btn--primary a:focus{
  color: var(--color-white) !important;
}
.three-column-cards .btn--primary a:before{
 background: url(images/icon-awesome-headphones.webp) no-repeat center left
    14px /24px var(--color-dark-yellow);
}

/*four-column-quotes-section*/
.four-column-quotes-section .fl-rich-text {
  padding: 0 0px 0 42px;
}
.four-column-quotes-section .fl-rich-text blockquote {
  margin-top: 0px;
  padding: 0 0px 0 0px;
  position: relative;
}

.four-column-quotes-section .fl-rich-text blockquote:before {
  left: -42px;
}

.four-column-quotes-section .fl-rich-text strong {
  margin: 22px 0 0;
  display: block;

  font-weight: bold;

  color: var(--color-dark-green);
}

.four-column-quotes-section .fl-col-group:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 77px);
  margin-left: -77px;
}

.four-column-quotes-section .fl-col-group:nth-child(2) .fl-col {
  width: 25% !important;
  padding-left: 77px;
}

.four-column-quotes-section .fl-col-group:nth-child(2) .fl-col .fl-module-rich-text{
  margin-bottom:40px;
}

.four-column-quotes-section .fl-col-group:nth-child(2) .fl-col .fl-module-rich-text:last-child{
  margin-bottom:0px;
}

@media (max-width: 1600px) {
 .four-column-quotes-section .fl-rich-text blockquote p {
    font-size: 22px !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 1600px) {
 .four-column-quotes-section .fl-rich-text blockquote p {
    font-size: 22px !important;
    line-height: 1.2 !important;
  }
}
@media (max-width: 1280px) {
   .four-column-quotes-section .fl-rich-text blockquote p {
    font-size: 26px !important;
    line-height: 1.23 !important;
  }
  .four-column-quotes-section .fl-col-group:nth-child(2) .fl-col {
    width: 50% !important;
    margin-bottom: 40px;
  }
  .four-column-quotes-section .fl-col-group:nth-child(2) {
    margin-bottom: -40px;
  }
}

@media (max-width: 480px) {
   .four-column-quotes-section .fl-rich-text blockquote p {
   font-size: 22px !important;
    line-height: 1.2 !important;
  }
}

/*team-popup*/
.team-popup .modal-content {
  position: relative;
}

.team-popup .container {
  display: flex;
}

@media (max-width: 768px) {
  .team-popup .container {
    flex-direction: column;
  }
}

.team-popup .left-section {
  flex: none;
  width: 313px;
  flex-direction: column;
  background: var(--color-dark-green);
}

@media (max-width: 768px) {
  .team-popup .left-section {
    width: 100%;
    background: var(--color-white);
  }
}

.team-popup .image-section {
  width: 313px;

  flex: none;
  position: relative;
  height: 313px;
}
.team-popup  .full-image .image-section {
   height: 100%;
}

@media (max-width: 768px) {
	.team-popup  .full-image .image-section {
  height: 313px;
}
}

@media (max-width: 400px) {
  .team-popup .image-section {
    width: 100%;
    height: calc(100vw - 40px);
  }
	    .pum-close{
filter: brightness(0) saturate(100%) invert(100%) sepia(27%) saturate(90%) hue-rotate(244deg) brightness(116%) contrast(90%);
}
}

.team-popup .left-section ul {
  border-top: 16px solid var(--color-yellow);
  padding: 21px 26px 32px;
  color: var(--color-light-gray);
}

@media (max-width: 768px) {
  .team-popup .left-section ul {
    width: 100%;
    background: var(--color-dark-green);
  }
}
.team-popup .left-section ul li {
  margin: 0 0 15px;
}
.team-popup .left-section ul li:last-child {
  margin: 0;
}
.team-popup .left-section ul li span {
  display: block;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: var(--color-white);
}

.team-popup .left-section ul li a {
  color: var(--color-light-gray);
  font-weight: normal;
	word-break: break-all;
}

.team-popup .image-section img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}
.team-popup .content {
  padding: 44px 44px 31px;
  position: relative;
	width: 100%;
  border-bottom: 44px solid var(--color-yellow);
}

@media (max-width: 992px) {
  .team-popup .content {
    padding: 44px 30px 31px;
  }
}

.team-popup .content .name {
  display: block;
  margin: 0 0 6px;
  color: var(--color-dark-green);
  font-family: var(--font-family-quaternary) !important;
  font-weight: 600;
  padding-right: 50px;
}

.team-popup .content .designations {
  margin-right: 50px;
  display: block;
  font-style: italic;
  padding-bottom: 11px;

  border-bottom: 2px solid var(--color-yellow);
}

@media (max-width: 768px) {
  .team-popup .content .designations {
    margin-right: 0px;
  }
  .team-popup .content .name {
    padding: 0;
  }
}

.team-popup .content .description {
  margin-top: 12.5px;
  max-height: 248px;
  overflow: auto;
  padding-right: 25px;
}

.team-popup .btn--wrapper {
  display: flex;
  margin: 25px 0 0;
  align-items: center;
}

.team-popup .btn--yellow {
  padding: 12.5px 18px;
	border:2px solid var(--color-yellow);
  background: var(--color-yellow);
  font-size: 16px;
  font-family: var(--font-family-quaternary) !important;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 26px;
  letter-spacing: normal;
  text-align: left;
  color: var(--color-white);
  margin-right: 25.5px;
	
}

.team-popup .btn--yellow:hover,
.team-popup .btn--yellow:focus{
  background:transparent;
  color:var(--color-yellow);
}
@media (max-width: 480px) {
  .team-popup .btn--wrapper {
    flex-direction: column;
  }
  .team-popup .btn--yellow {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.team-popup .link--primary {
  font-size: 16px;
  font-family: var(--font-family-quaternary) !important;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 2.38;
  letter-spacing: normal;
  text-align: left;
  color: var(--color-dark-green);
}

.team-popup .link--primary:hover,
.team-popup .link--primary:focus{
  
  color:var(--color-yellow);
  text-decoration:underline !important;
}
.team-popup a {
  text-decoration: none !important;
}
.team-popup .content .description::-webkit-scrollbar {
  width: 14px;
}

/* Track */
.team-popup .content .description::-webkit-scrollbar-track {
  background: var(--color-gray4);
  border-radius: 7px;
}

/* Handle */
.team-popup .content .description::-webkit-scrollbar-thumb {
  background: var(--color-dark-green);
  border-radius: 10px;
}
.pum-theme-2442 .pum-container, .pum-theme-lightbox .pum-container{
  max-width:963px !important;
  width:100% !important;
}
.pum-close{
  position: absolute;
  background: url("images/icon-popup-close.webp") no-repeat center/30px !important;
  width: 30px !important;
  height: 30px !important;
  box-shadow:none !important;
  font-size:0 !important;
  cursor: pointer;
  z-index: 11;
  border: none !important;
   border-radius:0px !important;
}
.pum-close:focus:not(.focus-visible){outline:1px solid var(--color-black) !important}
.modal {
 
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 9999;
  left: 0;
  top: 0;
  padding: 0 30px;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.89);
}
@media (max-width: 600px) {
  .modal {
    padding: 0 20px;
  }
}
/* Modal Content/Box */
.modal-content {
  background-color: var(--color-white);
  margin: 10% auto;
  /* 15% from the top and centered */
  max-width: 963px;
  /* Could be more or less, depending on screen size */
}
.modal-content .close {
  position: absolute;
  background: url("images/icon-popup-close.webp") no-repeat center/30px;
  top: 25px;
  right: 25px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 11;
}



/*page-title-section*/
.page-title-section{
 padding: 242px 0 22px;
 background:var(--color-gray5);
 position:relative;
	 padding-top: clamp(180px, 25vh, 240px);
}

@media (max-width: 1200px) {
  .page-title-section{
 padding: 150px 0 22px;
  }
}
@media (max-width: 992px) {
  .page-title-section{
 padding: 125px 0 22px;
 }
}
.page-title-section:before{
  position: absolute;
  max-width: 599px;
  width: 31.25%;
  height: 15px;
  z-index: 2;
  left: 0;
  right: 0;
  content: "";
  margin: 0 auto;
  top: 16px;
  background-color: var(--color-yellow);
}
@media (max-width: 768px) {
  .page-title-section:before{
    display:none
  }
  .page-title-section:after{
    display:none
  }
}
.page-title-section:after{
  position: absolute;
  width: 100%;
  height: 31px;
  left: 0;
  right: 0;
  content: "";
  margin: 0 auto;
  top: 0px;
  z-index:1;
  background-color: var(--color-white);
}

.page-title-section .container{
                               max-width:1920px;
                               width:100%;
                               padding: 0 78px;
                               margin:0 auto;
                              }

@media (max-width: 992px) {
  .page-title-section .container{
      padding:0 60px;
  }
}
@media (max-width: 768px) {
  .page-title-section .container{
      padding:0 30px;
  }
}
.page-title-section .page-title{
  font-size: 60px !important;
  line-height: 0.77;
  position:relative;
  padding-bottom: 29px;
}

@media (max-width:480px) {
  .page-title-section .page-title{
  font-size: 36px !important;
}
}

.page-title-section .page-title:before{
  position:absolute;
  width:100%;
  max-width:759px;
  height:2px;
  content:'';
  bottom:0;
  left:0;
  background:var(--color-yellow)
}

/*half-image-half-content-v2*/
.half-image-half-content-v2 {
  padding-bottom:135px;
  background:var(--color-gray5)
}
.half-image-half-content-v2 *{
  color:var(--color-white);
}


.half-image-half-content-v2 .fl-row-content-wrap{
  position:relative;
}
.half-image-half-content-v2  .fl-col-group{
  display: flex;
  flex-wrap: wrap;
  
}

.half-image-half-content-v2  .content{
  width:45.34% !important;
  flex:none;
  padding:43px 0 0;
  display:flex;
  flex-direction:column;
  background: #001a29;
  z-index: 2;
}

.half-image-half-content-v2   .top-note{
  display:flex;
  justify-content:flex-end;
  padding-right:51px;
  position:relative;
}

.half-image-half-content-v2   .top-note:before{
  width:15px;
  height:15px;
  position:absolute;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  content:'';
  right:18px;
  background:var(--color-white);
  bottom:3px;
}


.half-image-half-content-v2 .content-box{
  max-width:684px;
  background:var(--color-green);
  padding: 32px 70px 45px;
  position:relative;
}

.half-image-half-content-v2 .content-box h2{
  margin-bottom:10px;
  line-height:1.17;
}



.half-image-half-content-v2 .content .fl-col-group{
  flex-direction:column;
  justify-content:flex-end;
  position: relative;
  align-items: flex-end;
}
.half-image-half-content-v2 .content .fl-col{
  width:100% !important;
}
.half-image-half-content-v2 .content-box{
  margin-bottom:-135px;
  position:relative;
  margin-top:187px;
  z-index: 11;
}
.half-image-half-content-v2 .content-box:before{
 width: 318px;
 height: 255px;
 box-shadow: -17.5px -17.5px var(--color-yellow);
 position:absolute;
 content:'';
 left:0;
 top:0;
 z-index: 0;

}


.half-image-half-content-v2 .content-box:after{

 position:absolute;
 content:'';
 right:0;
 bottom:-18px;
 z-index: 0;
  width: 286px;
  height: 19px;
 
  background-color: #001a29;
}
.half-image-half-content-v2  .image-section{
  position: absolute;
  width:calc(54.66% - 177px);
  right:177px;
  height: 100%;
}
.half-image-half-content-v2  .image-section:before,
.half-image-half-content-v2  .image-section:after
{
  width:59px;
  height:100%;
  content:'';
  position:absolute;
  top:0;
  right:-59px;
  background:var(--color-green);
  
}
.half-image-half-content-v2  .image-section:after{
   right:-118px;
  background:var(--color-yellow);
}
.half-image-half-content-v2  .image-section div{
  position:initial;
}
.half-image-half-content-v2  .image-section img{
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  
}



/*three-column-rounded-section*/
.three-column-rounded-section .pp-list-items{
  display:flex !important;
  justify-content:space-between;
}
@media (max-width: 992px) {
  .three-column-rounded-section .pp-list-items{
   flex-wrap:wrap;
   align-content:center;
   justify-content:center;
   width: 100% !important;
   width: calc(100% + 60px) !important;
   margin-left:-60px;
  }
  .three-column-rounded-section .pp-list-item{
    float: none;
    width:50% !important;
    margin-right:0 !important;
    max-width: 100% !important;
    padding-left:60px !important;
    margin-bottom:60px;
  }
}

@media (max-width: 768px) {
 
  .three-column-rounded-section .pp-list-item{
    float: none;
    width:100% !important;
   
  }
}
@media (max-width: 768px) {
  .three-column-rounded-section .pp-list-items{
    flex-direction:column;
    align-items:center;
  }
  .three-column-rounded-section .pp-list-item{
    margin-bottom:60px;
    margin-right:0 !important;
  }
   .three-column-rounded-section .pp-list-item:last-child{
     margin-bottom:0px;
     
   }
}



.three-column-rounded-section .pp-list-item{
  max-width:320px;
  padding: 0px;
  /* margin: 0; */
}

.three-column-rounded-section .pp-list-item-content{
  padding: 0 !important;
  font-weight: normal;
}
.three-column-rounded-section .pp-list-item-content:hover,
.three-column-rounded-section .pp-list-item-content:focus{
  text-decoration:none !important;
  
}
.three-column-rounded-section .pp-list-item-content:focus{
  border:1px solid var(--color-black);
}
.three-column-rounded-section .pp-icon-wrapper{
  margin-bottom: 0 !important;
}

.three-column-rounded-section .pp-list-connector{
  display:none;
}
.three-column-rounded-section .pp-list-item .pp-icon-wrapper{
  width:310px;
  height:310px;
  position:relative;
  border-radius:50%;
  padding:29.6px;
  border: 22px solid transparent;
}

.three-column-rounded-section .pp-list-item-content:hover .pp-icon-wrapper:before,
.three-column-rounded-section .pp-list-item-content:focus .pp-icon-wrapper:before{
   border: 44px solid rgb(231 152 39 / 30%);
}

.three-column-rounded-section .pp-list-item .pp-icon-wrapper:before{
   border: 22px solid rgb(231 152 39 / 30%);
  position:absolute;
  content:'';
  left:-22px;
  top:-22px;
  height:calc(100% + 44px);
  width:calc(100% + 44px);
  border-radius:50%;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 1280px) {
  .three-column-rounded-section .pp-list-item .pp-icon-wrapper{
     width:260px;
     height:260px;
  }
}

@media (max-width: 992px) {
  .three-column-rounded-section .pp-list-item .pp-icon-wrapper{
     width:310px;
     height:310px;
  }
}

@media (max-width: 480px) {
  .three-column-rounded-section .pp-list-item .pp-icon-wrapper{
      width:260px;
     height:260px;
  }
}
.three-column-rounded-section .pp-list-item:nth-child(2) .pp-icon-wrapper:before{
  border-color: rgb(22 138 138 / 30%);
}
.three-column-rounded-section .pp-list-item:nth-child(3) .pp-icon-wrapper:before{
  border-color: rgb(0 26 41 / 30%);
}
.three-column-rounded-section .pp-list-item .pp-infolist-icon{
 
  position:relative;
  border-radius:50%;
  height:100%;
   display:flex;
  align-items:center;
  text-align:center;
  text-align:center;
 
}

.three-column-rounded-section .pp-list-item .pp-infolist-icon:before{
  border: 2px solid var(--color-yellow2);
  position:absolute;
  content:'';
  left:0;
  top:0;
  height:100%;
  width:100%;
  border-radius:50%;
   transition: all 0.3s ease-in-out;
}

.three-column-rounded-section .pp-list-item-content:hover .pp-infolist-icon:before,
.three-column-rounded-section .pp-list-item-content:focus .pp-infolist-icon:before{
  left:-30px;
  top:-30px;
  height:calc(100% + 60px);
  width:calc(100% + 60px);
}

.three-column-rounded-section .pp-list-item-content:focus h2,
.three-column-rounded-section .pp-list-item-content:hover h2{
  color: var(--color-yellow2) !important;
}

.three-column-rounded-section .pp-list-item:nth-child(2) .pp-infolist-icon:before{
  border-color:var(--color-green);
}
.three-column-rounded-section .pp-list-item:nth-child(2) .pp-list-item-content:focus h2,
.three-column-rounded-section .pp-list-item:nth-child(2) .pp-list-item-content:hover h2{
  color: var(--color-green) !important;
}
.three-column-rounded-section .pp-list-item:nth-child(3) .pp-infolist-icon:before{
   border-color:var(--color-dark-blue);
}
.three-column-rounded-section .pp-list-item:nth-child(3) .pp-list-item-content:focus h2,
.three-column-rounded-section .pp-list-item:nth-child(3) .pp-list-item-content:hover h2{
  color: var(--color-dark-blue) !important;
}

.three-column-rounded-section .pp-list-item .pp-infolist-icon-inner{
  width:61.6px;
  height:auto;
 margin:0 auto;
}
.three-column-rounded-section .pp-list-item:nth-child(1) .pp-infolist-icon-inner{
  width:102px;
}

.three-column-rounded-section .pp-list-item .pp-infolist-icon-inner img{
  width:100%;
  height:auto;
}



/*three-column-point-section*/

.three-column-point-section .heading{
  max-width:760px;
  margin:0 auto;
  float: none;
}

.three-column-point-section .heading .fl-col-content{
  border-bottom:1px solid var(--color-yellow);
  padding-bottom:26px;
}

.three-column-point-section .heading .fl-col-content .fl-module{
  max-width:540px;
  margin:0 auto;
}




.three-column-point-section  .points .fl-col-content{
  display:flex;
  flex-wrap:wrap;
  width:calc(100% + 184px);
  margin-left:-184px;
  margin-bottom:-80px;
	justify-content: center;
}

@media (max-width: 1440px) {
  .three-column-point-section  .points .fl-col-content{
     width:calc(100% + 80px);
  margin-left:-80px;

  }
}

.three-column-point-section .pp-infobox{
  background:transparent !important;
  display:flex;
  flex-direction:column;
  padding: 0;
}

.three-column-point-section  .points .fl-module-pp-infobox{
  width:33.333%;
  padding-left:184px;
  margin-bottom:80px;

}
.three-column-point-section  .points .pp-infobox-link:focus{
  border:1px solid var(--color-black)
}

.three-column-point-section  .points .pp-infobox-link:hover .pp-infobox-image img,
.three-column-point-section  .points .pp-infobox-link:focus .pp-infobox-image img{
  filter: brightness(0) saturate(100%) invert(97%) sepia(31%) saturate(1%) hue-rotate(288deg) brightness(118%) contrast(95%); contrast(104%);
}

.three-column-point-section  .points .pp-infobox-link .pp-infobox-image img{
filter: brightness(0) saturate(100%) invert(74%) sepia(75%) saturate(2613%) hue-rotate(348deg) brightness(98%) contrast(86%);
}

.three-column-point-section  .points .pp-infobox-link:hover .pp-infobox-image,
.three-column-point-section  .points .pp-infobox-link:focus .pp-infobox-image{
  background:var(--color-yellow);
  border-radius:50%;
}
.three-column-point-section  .points .pp-infobox-link:hover .pp-description-wrap p,
.three-column-point-section  .points .pp-infobox-link:focus .pp-description-wrap p{
  text-decoration:underline;
}

.three-column-point-section  .points .pp-infobox-link:hover .pp-infobox-image:before,
.three-column-point-section  .points .pp-infobox-link:focus .pp-infobox-image:before{
  width:calc(100% + 6px);
  height:calc(100% + 6px);
  position:absolute;
  content:'';
  border: 3px solor var(--color-yellow);
  left:-3px;
  top:-3px;
  border-radius: 50%;
  background: var(--color-yellow);;
}
@media (max-width: 1440px) {
  .three-column-point-section  .points .fl-module-pp-infobox{
     padding-left:80px;
  }
}
@media (max-width: 992px) {
  .three-column-point-section  .points .fl-module-pp-infobox{
    width:50%;
  }
}

@media (max-width: 600px) {
  .three-column-point-section  .points .fl-module-pp-infobox{
    width:100%;
  }
}
.three-column-point-section  .points .pp-infobox-wrap{
  padding-bottom:55px;
  position:relative;
}
.three-column-point-section  .points .pp-infobox-wrap:before{
  width: 3px;
  height: 23px;
  content:'';
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  margin:0 auto;
  background-color: #168a8a;
}

.three-column-point-section  .points .pp-infobox-title-prefix{
  order:1;
  margin-bottom: 14px;
}
.three-column-point-section  .points .pp-icon-wrapper{
    order:2;
    padding: 37px 0 61px;
  position:relative;
	  justify-content: center;
}

.three-column-point-section  .points .pp-icon-wrapper:before,
.three-column-point-section  .points .pp-icon-wrapper:after{
  width: 3px;
  height: 23px;
  content:'';
  position:absolute;
  left:0;
  right:0;
  top:0;
  margin:0 auto;
  background-color: var(--color-green);
}

.three-column-point-section  .points .pp-icon-wrapper:after{
  top:auto;
  bottom:23.5px;
  background:var(--color-yellow);
}

.three-column-point-section  .points .pp-infobox-image{
  margin-bottom:0;
  width:85px;
  height:85px;
  position:relative;
}

.three-column-point-section  .points .pp-infobox-title-prefix{
  font-family: var(--font-family-quaternary) !important;
  font-weight: 600 !important;
}
.three-column-point-section  .points .pp-infobox-title{
  
  font-weight: 600 !important;
}

.three-column-point-section  .points .pp-infobox-image img{
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.three-column-point-section  .points .pp-infobox-title-wrapper{
    order:3;
}
.three-column-point-section  .points .pp-infobox-description{
    order:4;
}

.three-column-point-section  .points .pp-infobox-title{
  margin:0 0 4px;
}

/*three-column-quotes*/
.three-column-quotes{
  margin-top:-95px;
}
 
.three-column-quotes .fl-col-content .fl-col-group{

  display:flex;
  flex-wrap:wrap;
  width:calc(100% + 84px);
  margin-left:-84px;
}
.three-column-quotes .fl-col-content .fl-col-group .fl-col{
  width:calc(33.333% - 84px)!important;
  margin-left:84px;
  text-align:center;
}
@media (max-width: 992px) {
  .three-column-quotes .fl-col-content .fl-col-group{
  width:100%;
  margin-left:0px;
     margin-bottom:-30px;
}
  .three-column-quotes .fl-col-content .fl-col-group .fl-col{
  width:100%!important;
  margin-left:0px;
 margin-bottom:30px;
    
}
}
.three-column-quotes  .fl-rich-text blockquote:before{
  right:0;
  margin:0 auto;
  top:8px;
  left: 0;
}
.three-column-quotes  .fl-rich-text blockquote {
  padding:90px 0 30px !important;
  margin:0px !important;
}
.three-column-quotes  .fl-rich-text blockquote p{
  font-size:22px !important;
  line-height: 1.27;
}
.three-column-quotes  .fl-rich-text strong{
  font-family: var(--font-family-secondary);
  font-size: 26px;
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: normal;
  margin: 0 0 2px;
  display: inline-block;
}

.three-column-quotes  .fl-rich-text span{
  font-family: var(--font-family-secondary);
  font-size: 22px;
  font-weight: normal;
  line-height: 1.27;
}
/*four-column-event-section*/

.four-column-event-section .pp-infobox{
  padding:0;
  background: transparent !important;
}

.four-column-event-section .child-column .fl-col-content {
  display:flex;
  flex-wrap:wrap;
  width:calc(100% + 95px);
  margin-left:-95px;
  
  
margin-bottom:-50px;
  
}

.four-column-event-section .child-column .fl-module-pp-infobox {
  width:25%;
  padding-left:95px;
   margin-bottom:50px;
}
.four-column-event-section .child-column .fl-module-pp-infobox .pp-infobox-image{
  border-color:var(--color-dark-green) !important;
}
.four-column-event-section .child-column .fl-module-pp-infobox:hover .pp-infobox-image{
  transition: all 0.3s ease-in-out;
  border:0px solid;
}
.four-column-event-section .child-column .fl-module-pp-infobox:hover .pp-infobox-image{
  border:8px solid var(--color-dark-green);
}

@media (max-width: 1280px) {
  .four-column-event-section .child-column .fl-col-content {
 
  width:calc(100% + 50px);
  margin-left:-50px;
  
  
}
  .four-column-event-section .child-column .fl-module-pp-infobox {
 
  padding-left:50px;
}
}

@media (max-width: 1110px) {
    .four-column-event-section .child-column .fl-module-pp-infobox {
 
     width:50%;
      margin-bottom:50px;
}

   .four-column-event-section .child-column .fl-col-content {
 
  margin-bottom:-50px;
  
}
}

@media (max-width: 600px) {
    .four-column-event-section .child-column .fl-module-pp-infobox {
 
     width:100%;
    }
}

.four-column-event-section  .pp-icon-wrapper{
  background:var(--color-dark-green);
  padding: 4px;
}
.four-column-event-section .child-column .pp-infobox-image{
  width:100%;
  height: calc(25vw - 150px);
  max-height:340px;
  position:relative;
  margin: 0;
}


@media (max-width: 1280px) {
  .four-column-event-section .child-column .pp-infobox-image{
 
  height: calc(25vw - 90px);
 
}
}

@media (max-width: 1110px) {
  .four-column-event-section .child-column .pp-infobox-image{
 height: calc(50vw - 131px);
 max-height: 424px;
}
}

@media (max-width: 992px) {
  .four-column-event-section .child-column .pp-infobox-image{
 
  height: calc(50vw - 90px);
 
}
}

@media (max-width: 600px) {
  .four-column-event-section .child-column .pp-infobox-image{
 
  height: calc(100vw - 30px);
 
}
}

.four-column-event-section .pp-infobox-image img{
   object-fit: cover;
   position: absolute;
   height: 100% !important;
   width: 100% !important;
   top: 0;
   left: 0;
}

.four-column-event-section .pp-infobox-title{
   background:var(--color-dark-green);
   margin: 0 !important;
  color:var(--color-light-gray);
  text-align:left;
  padding:16px 17px 19px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

.four-column-event-section .pp-description-wrap{
  text-align:left;
  margin-top:25.5px;
}
.four-column-event-section .pp-description-wrap p{
  color:var(--color-dark-blue) !important;
}

/* Add to ANy  */
.a2a_default_style{
/* 	border-top-left-radius: 30px !important;
	border-top-right-radius: 0px !important;
border-bottom-left-radius: 0px !important;
	border-bottom-right-radius: 0px !important; */
    border-radius:0px !important;
/* 	    padding:4px 8px !important; */
	    padding: 18px 28px 12px !important;
	right:70px !important;
}
.a2a_kit a{
	padding:0 5px !important;
}
.a2a_svg{
	width: 38px !important;
    height: 38px !important;
	border: 1px solid #ffff !important;
	border-radius: 50% !important;
	transition:0.3s ease;
}
.a2a_kit a:hover .a2a_svg{
	background-color:var(--color-white)!important;
	transition:0.3s ease;
	opacity:1 !important;
}
.a2a_svg svg{
	width: 25px !important;
    height: 32px !important;
	
	top:2px !important;
	
}
.a2a_kit a{
	background-color: rgb(29, 99, 99);
}


.a2a_kit a:hover .a2a_svg svg{
filter: brightness(0) saturate(100%) invert(7%) sepia(22%) saturate(3333%) hue-rotate(188deg) brightness(96%) contrast(108%);
}
/*hero-section-half-image-content*/
.hero-section-half-image-content {
  padding-bottom:200px;
  /*background:var(--color-gray5)*/
}
.hero-section-half-image-content.news {
  padding-bottom:31px !important;
  position:relative;
}

.hero-section-half-image-content.news:before{
  position:absolute;
  height:calc(100% - 126px);
  left:0;
  content:'';
  width:59px;
  top:13px;
  z-index:3;
background:var(--color-green)
}

.hero-section-half-image-content.research {
  padding-bottom:135px !important}


@media (max-width: 1200px) {
  .hero-section-half-image-content {
  padding-bottom: 180px;
  }
  .hero-section-half-image-content.news:before{display:none}
}
@media (max-width: 480px) {
  .hero-section-half-image-content {
   padding-bottom: 100px;
  }
}
.hero-section-half-image-content .outer{
  background: var(--color-dark-blue );
}
.hero-section-half-image-content.news .outer{
  background: var(--color-gray5);
}

.hero-section-half-image-content *{
  color: var(--color-white) !important;
}

.hero-section-half-image-content .fl-rich-text p a:hover{
    color: var(--color-yellow) !important;
}
.hero-section-half-image-content .btn--primary{
  margin-top:34px;
}

.hero-section-half-image-content .outer{
  position:relative;
  padding: 0 100px;
}

.hero-section-half-image-content.education .outer{
   min-height: 520px;
   display: flex;
}

.hero-section-half-image-content.education .content{
   min-height: 520px;
  justify-content:flex-end;
}
@media (max-width: 1200px) {
  .hero-section-half-image-content .outer{
    padding: 0 0px;
  }
}
.hero-section-half-image-content  .container{
  display: flex;
  flex-wrap: wrap;
  max-width: 1760px;
  width:100%;
  margin:0 auto;
  justify-content:flex-end;
  min-height: calc(62vh - 300px);
}



.hero-section-half-image-content.research .container{
  justify-content:flex-start;
}

.hero-section-half-image-content h2{
  font-size:
}
.hero-section-half-image-content  .content{
  width: 43.29% !important;
  flex:none;
  padding: 76px 0 0;
  display:flex;
  flex-direction:column;
  justify-content: space-between;
  /* align-items: flex-end; */
  z-index: 2;
  background: var(--color-dark-blue);
}
.hero-section-half-image-content.news  .content{background: var(--color-gray5);
                                                z-index:2;position:relative;
                                                padding:0px 0 0;
                                                width: calc(40.5% - 46px) !important;}

@media (max-width: 1400px) {
  .hero-section-half-image-content.news  .content{
  width: calc(46% - 46px) !important;
  }
}

@media (max-width: 1200px) {
  .hero-section-half-image-content.news  .content{
    width: 100% !important;
  }
}
.hero-section-half-image-content.news  .content:before{
  width: 13px;
  height: calc(100% - 125px);
  max-height: 485px;
  background-color: var(--color-yellow);
  content:'';
  left: 0px;
  z-index: 1;
  /* box-shadow: 17.5px -17.5px; */
  position:absolute;
  top: 0px;
}

@media (max-width: 1200px) {
  .hero-section-half-image-content.news  .content:before{
    display:none;
  }
}
  
.hero-section-half-image-content .by-author{
 font-family: var(--font-family-quaternary) !important;
 font-size: 18px;
 font-weight: 600;
 display:block;
 margin: 20px 0 20px;
 font-style: italic;
 line-height: 1.22;
 letter-spacing: normal;
 text-align: left;
}

.hero-section-half-image-content.research .content{
  width: 45.34% !important;
  padding:43px 0 0;
  align-items: flex-end;
}
 .hero-section-half-image-content  .content .h2{
  padding-left:58px;
  font-size: 46px;
  line-height: 1.3;
}
@media (max-width: 768px) {
	 .hero-section-half-image-content  .content .h2{
		  padding-left:30px;
	}
}
.hero-section-half-image-content .content-box h2{
  font-size:36px;
      line-height: 1.28;
}
@media (max-width: 768px) {
  .hero-section-half-image-content  .content h2{
   padding: 0 0 0 30px;
   font-size: 32px;
  }
  .hero-section-half-image-content .content-box h2{
    font-size:28px;
   
  }
}
.hero-section-half-image-content   .caption{
  display:flex;
  justify-content:flex-end;
  padding-left:51px;
  margin-top: 23px;
  position:relative;
  color: var(--color-dark-blue ) !important;
  max-width: 600px;
}

.hero-section-half-image-content.research  .caption{
  color: var(--color-white ) !important;
  padding-left: 30px;
  padding-right:51px;
  margin:0;
}
.hero-section-half-image-content.news  .caption{
   color: var(--color-dark-blue ) !important;
   justify-content:flex-start;
   margin-left:12px;
}
.hero-section-half-image-content   .caption:before{
  width:15px;
  height:15px;
  position:absolute;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  content:'';
  left:18px;
  background:var(--color-yellow);
  top: 3px;
}

.hero-section-half-image-content.research  .caption:before{
   left:auto;
  right:18px;
  background:var(--color-white);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.hero-section-half-image-content.news  .caption:before{
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  background:var(--color-dark-blue);
}

@media (max-width: 1200px) {
  .hero-section-half-image-content.research  .caption:before{clip-path: polygon(50% 0, 0% 100%, 100% 100%);top: 3px;}
}

.hero-section-half-image-content .content-box{
  max-width:684px;
  background:var(--color-green);
  padding: 32px 58px 45px;
  position:relative;
}

@media (max-width: 768px) {
  .hero-section-half-image-content .content-box{
     padding: 32px 30px 45px;
  }
}

.hero-section-half-image-content .content-box h2{
  margin-bottom: 15px;
  line-height:1.17;
}

.hero-section-half-image-content .caption-outer{
  padding: 0 177px;
}

.hero-section-half-image-content .caption-outer .container{
  justify-content:flex-start;
  min-height: auto;
}



.hero-section-half-image-content .content-box{
  margin-bottom: -160px;
  position:relative;
  margin-top: 71px;
  z-index: 11;
}
.hero-section-half-image-content .content-box h3{
  font-size:36px;
  line-height: 1.17;
  margin: 0 0 16px;
}
.hero-section-half-image-content .content-box p{
  margin: 0 0 48px;
}

@media (max-width: 768px) {
  .hero-section-half-image-content .content-box h3{
   font-size:28px;
  
  }
}
.hero-section-half-image-content.news .content-box{
  margin-bottom: -31px;
      margin-top: 50px;
  max-width: 713px;
  margin-left: -46px;
  padding-top: 50px;
}


@media (max-width: 1200px) {
  .hero-section-half-image-content.news .content-box{
     margin-left: 0px;
    padding-top:30px !important;
    margin:0;
  }
  .hero-section-half-image-content.news .caption {
    padding:32px 70px 0 100px;
    max-width:713px;
    width:100%;
    background:var(--color-green);
    margin:0;
    color:var(--color-white) !important;
  }
  .hero-section-half-image-content.news .caption:before {
    left:70px;
    top:34px;
	  background: var(--color-white);
  }
}

@media (max-width: 768px) {
   .hero-section-half-image-content.news .caption {
    padding:32px 30px 0 60px;
    
  }
  .hero-section-half-image-content.news .caption:before {
    left:30px;
    
  }
}

.hero-section-half-image-content.research .content-box{
  margin-bottom: -135px;
  margin-top: 60px;
}

.hero-section-half-image-content.education .content-box{
  margin-bottom: -20px;
  margin-top: 60px;
}


@media (max-width: 1200px) {
  .hero-section-half-image-content.research .content-box{
  
  margin-top:60px;
 
}
}
.hero-section-half-image-content .content-box h2{
  padding:0px
}

.hero-section-half-image-content .content-box:before{
 width: 318px;
 height: 255px;
 box-shadow: 17.5px -17.5px var(--color-yellow);
 position:absolute;
 content:'';
 right: 0;
 top:0;
 z-index: 0;
}


.hero-section-half-image-content.research .content-box:before{

 box-shadow: -17.5px -17.5px var(--color-yellow);
   right:auto;
  left:0;
}



.hero-section-half-image-content .content-box:after{position:absolute;content:'';left: 0;bottom:-18px;z-index: 0;width: 286px;height: 19px;background-color: var(--color-yellow2);}
.hero-section-half-image-content.research .content-box:after{

background:var(--color-dark-blue);
  left:auto;
  right:0;
}


.hero-section-half-image-content.news  .content-box:before,.hero-section-half-image-content.news  .content-box:after {
  display:none;
}

.hero-section-half-image-content .image-section{
  position: absolute;
  width: calc(56.71% - 177px);
  left:177px;
  height: 100%;
  min-height: 520p;
}

.hero-section-half-image-content.research .image-section{
  position: absolute;
  width: calc(56.71% - 177px);
  right:177px;
  left: auto;
}
.hero-section-half-image-content.news .image-section{
   height: calc(100% - 18px);
   width: calc(59.5% - 131px);
}
.hero-section-half-image-content.news .image-section{
  top: 13px;
}

.hero-section-half-image-content .image-wrapper:before{
  max-width: 591px;
  width:50%;
  height: 13px;
  max-height: 485px;
  background-color: var(--color-yellow);
  content:'';
  right: 0px;
  z-index: 1;
  /* box-shadow: 17.5px -17.5px; */
  position:absolute;
  top: -13px;
}

 


.hero-section-half-image-content .image-wrapper:after{
  max-width: 269px;
  width:50%;
  height: 17px;
  background-color: var(--color-dark-green);
  content:'';
  left: 0px;
  z-index: 1;
  position:absolute;
  bottom: -17px;
}

@media (max-width: 1200px) {
  .hero-section-half-image-content .image-wrapper:before,
  .hero-section-half-image-content .image-wrapper:after{
    display:none;
  }
}
.hero-section-half-image-content  .image-section:before,
.hero-section-half-image-content  .image-section:after
{
  width:59px;
  height:100%;
  content:'';
  position:absolute;
  top:0;
  z-index: 1;
  left:-59px;
  background:var(--color-green);
}
.hero-section-half-image-content  .image-section:after{
   left:-118px;
  background:var(--color-yellow);
}
.hero-section-half-image-content.news  .image-section:after{
 height:calc(100% - 77px);
}

.hero-section-half-image-content.news  .image-section:before{
  background:var(--color-dark-blue);
  height:calc(100% - 77px);
}
.hero-section-half-image-content.research .image-section:before{
  left:auto;
  right:-59px;

}

.hero-section-half-image-content.research .image-section:after{
  left:auto;
  right:-118px;
}

.hero-section-half-image-content  .image-section div{
  position:initial;
}
.hero-section-half-image-content  .image-section img{
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}


@media (max-width: 1200px) {
  .hero-section-half-image-content  .content,
  .hero-section-half-image-content.research  .content{
     width: 100% !important;
     padding-right: 30px;
	      min-height: auto;
     align-items: flex-start;
  }

  .hero-section-half-image-content .image-section{
    width: calc(100% + 200px) !important;
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
    top:0;
    height: 100vw !important;
    max-height: 600px;
  }
}


/*fl-builder-pagination*/
.four-column-news-card-section .fl-builder-pagination{
  padding:140px 0 0; 
}
@media (max-width: 768px) {
  .four-column-news-card-section .fl-builder-pagination{
  padding:60px 0 0; 
  }
}
.fl-builder-pagination li{
  margin-right:18px;
  margin-bottom: 10px;
}

.fl-builder-pagination li:last-child{
  margin-right:0;
}
.fl-builder-pagination li a, .fl-builder-pagination li span {
  width:45px;
  height:45px;
  border-radius:50%;
  padding:0 !important;
  margin:0 !important;
  display: flex !important;
  align-content:center;
  justify-content:center;
  font-size: 20px !important;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 15.55;
  letter-spacing: normal;
  text-align: center;
  color: var(--color-dark-blue) !important;
  text-decoration:none !important;
  border: solid 1px var(--color-dark-blue) !important;
}

@media (max-width: 600px) {
  .fl-builder-pagination li{
  margin-right:10px;
  }
  .fl-builder-pagination li a, .fl-builder-pagination li span {
  width:30px;
  height:30px;
  font-size: 14px !important;
  }
}

.fl-builder-pagination li .current,.fl-builder-pagination li a:hover,.fl-builder-pagination li a:focus{
  border: solid 1px var(--color-dark-blue) !important; 
  background:var(--color-dark-blue) !important;
  color:var(--color-white) !important;
  text-decoration:none !important;
  
}

.fl-builder-pagination li a:focus{
  border:1px solid var(--color-black) !important;
}

.fl-builder-pagination li a.prev,
.fl-builder-pagination li a.next{
  font-size:0 !important;
  position:relative;
}
.fl-builder-pagination li a.prev:before,
.fl-builder-pagination li a.next:before{
  width: 12.3px;
  height: 15.6px;
  object-fit: contain;
  background-color: var(--color-dark-blue);
  position:absolute;
  content:'';
  clip-path: polygon(100% 0, 0 47%, 100% 100%);
  left:14px;
  top:14px;
}


.fl-builder-pagination li a.next:before{
  clip-path: polygon(100% 46%, 0 0, 0 100%);
  left:18px
}

@media (max-width: 600px) {
  .fl-builder-pagination li a.prev:before,
.fl-builder-pagination li a.next:before
  {
     width: 10.3px;
     height: 13.6px;
     left:7px;
     top:8px;
  }
  .fl-builder-pagination li a.next:before{
     left:11px;
    
  }
}

.fl-builder-pagination li a.prev:hover:before,
.fl-builder-pagination li a.next:hover:before,
.fl-builder-pagination li a.prev:focus:before,
.fl-builder-pagination li a.next:focus:before{
  background-color: var(--color-white);
}

.fl-builder-pagination .page-numbers{
  display:flex;
  justify-content:center;
  align-items:center;
  flex-wrap: wrap;
}



.contact-us-form .gform_title{
  display:none;
}

.contact-us-form input[type="text"],
.contact-us-form input[type="search"],
.contact-us-form input[type="email"],
.contact-us-form input[type="tel"],
.contact-us-form input[type="password"],
.contact-us-form textarea,
.contact-us-form select {
 width: 100%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  font-family: var(--font-family-primary);
  background: transparent !important;
  border: none !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  padding: 7px 15px 7px 10px !important;
  text-align: left;
  letter-spacing: 0.64px;
  border: 2px solid #9d9d9d !important;
  width: 100%;
  border-radius: 0px !important;
  color: var(--color-black) !important;
  margin-bottom: 0px;
  opacity: 1;
  -webkit-text-fill-color: var(--color-black) !important;
  -webkit-box-shadow: 1000px 0px 0px 0px var(--color-white) inset;
}


.contact-us-form select {
  -webkit-text-fill-color: none !important;
  -webkit-box-shadow: none !important;
  background: url(images/icon-dropdown-gray.webp) no-repeat right 17px center/18px !important;
  
}
.contact-us-form select[multiple="multiple"]{
  background: transparent !important;
}

.contact-us-form textarea{
 
  height:200px;
 
}
.contact-us-form .gform_submission_error{
  font-family: var(--font-family-primary) !important;
	font-size: 15px !important;
}
.contact-us-form input[type="text"]:placeholder,
.contact-us-form input[type="search"]:placeholder,
.contact-us-form input[type="email"]:placeholder,
.contact-us-form input[type="tel"]:placeholder,
.contact-us-form input[type="password"]:placeholder,
.contact-us-form textarea:placeholder {
  color: var(--color-black) !important;
  opacity: 1 !important;
  font-weight:500 !important;
   letter-spacing:2.5px !important;
}

.contact-us-form input[type="submit"] {
  padding: 12.5px 18px;
	border:2px solid var(--color-yellow);
  background: var(--color-yellow);
  font-size: 16px;
  font-family: var(--font-family-quaternary) !important;
  font-weight: 600;
	line-height:normal !important;
  text-transform: uppercase;
  border-radius: 26px;
  letter-spacing: normal;
  text-align: left;
  color: var(--color-white);
  margin-right: 25.5px;
  width:150px !important;
  text-align:center;
  cursor:pointer;
	
}

.contact-us-form input[type="submit"]:hover,
.contact-us-form input[type="submit"]:focus{
  background:transparent;
  color:var(--color-yellow);
}

.contact-us-form .gform_confirmation_message{
  background:var(--color-light-green);
  padding:20px;
  color:var(--color-white);
  text-align:center;
}

.a2a_default_style .a2a_label {
  color: #fff;
}

/* Resources -  COMPONENT - Half Image Half Content */
.half-image-content {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}


.half-image-content .image-section {
  position: relative;
  width: calc(50% - 10px) !important;
height: 100vw;
    max-height: 491px;
}

@media (max-width: 992px) {
.half-image-content .image-section {
    width: 100% !important;
  }
}

.half-image-content.research{
  flex-wrap: nowrap;
  padding-top:40px;
  z-index:3;
}
@media (max-width: 992px) {
  .half-image-content.research{
  flex-direction:column;
  }
}
.half-image-content.research .image-section{
  order:1;
  margin-left:20px;
  width:420px !important;
  flex:none;
  border:10px solid var(--color-black2);
}
.half-image-content.research .image-section img{
  object-fit:cover;
}
.half-image-content.research .image-section{
  order:1;
  margin-top:-130px;
  margin-left:20px;
  width:420px;
  flex:none;
  height:550px;
  z-index: 1;
  max-height: none;
}
.half-image-content.research.full-image{
  flex-wrap:wrap;
  justify-content: center;
}
.half-image-content.research.full-image .image-section{
  width: 100% !important;
  margin-left:0px;
  margin-bottom:40px;
  max-height: 420px !important;
  height:50vw !important;
  max-width: 948px;
	    margin-top: -100px;
}

 .half-image-content.research.full-image .content{
   order:1;
   max-width: 640px;
   margin: 0 auto;
 }

@media (max-width: 992px) {
  .half-image-content.research .image-section{
    margin:0 0 40px !important
  }
  .half-image-content.research .content{
  order:2;
  
  }
}

@media (max-width: 480px) {
  .half-image-content.research .image-section{
 width:calc(100vw - 60px) !important;
 height: 115vw;
}
}


.half-image-content.research .content{
  width: 100% !important;
  padding:0;
}
.half-image-content.research .content .fl-rich-text{
   width: 100% !important;
}
.half-image-content.research .content .btn--primary{
  margin-top:30px;
}
.half-image-content.research .content .fl-module-content,
.half-image-content.research .content .fl-row-content-wrap{
  margin:0;
	padding:0;
}
/* .half-image-content .image-section::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  box-shadow: 17.5px -17.5px var(--color-yellow);
  width: calc(100% - 168px);
  height: calc(100% - 6px);
}
.half-image-content .image-section::after {
  position: absolute;
  content: "";
  bottom: -20px;
  left: 0;
  background: var(--color-dark-green);
  width: 277px;
  height: 20px;
} */
@media (max-width: 768px) {
  .half-image-content .image-section::after {
    width: 200px;
  }
}

@media (max-width: 480px) {
  .half-image-content .image-section::before {
    width: calc(100% - 80px);
  }
}

.half-image-content .image-section div {
  position: initial;
}

.half-image-content .image-section img {
  position: absolute;
  height: 100%;
  object-fit: contain;
  top: 0;
  left: 0;
  width: 100%;
}

.half-image-content .content {
  display: flex;
 
  padding: 0 0 0 60px;
  position: relative;
  overflow: hidden;
  width: calc(50% + 10px) !important;
}
.half-image-content .content .newsby {
 margin: 0 0 14px;
  font-size: 16px;
  font-family: var(--font-family-quaternary) !important;
  font-weight: 600;
  line-height: 1.38;
  letter-spacing: normal;
  color: var(--color-green);
  display: block;
}

@media (max-width: 992px) {
.half-image-content .image-section {
    width: 100% !important;
/*     height: 100vw;
    max-height: 491px; */
  }
 .half-image-content .content {
    width: 100% !important;
    padding: 50px 0 0 0px;
  }
}


/*inner-hero-section-without-image   */
/*.inner-hero-section-without-image {
  background:var(--color-black2);
  height:calc(100vh - 115px);
  max-height:800px;
  z-index: 1;
  min-height: 530px;
  position: relative;
  display:flex;
  align-items:flex-end;
  clip-path: polygon(0 0, 100% 0px, 100% calc(100% - 97px), 0% 100%);
  width: 100%;
}*/
/*inner-hero-section-without-image   */
.inner-hero-section-without-image {
  background:var(--color-black2);
  /* height:calc(100vh - 115px); */
  /* max-height:800px; */
  z-index: 1;
  /* min-height: 530px; */
  position: relative;
  display:flex;
  align-items:flex-end;
  clip-path: polygon(0 0, 100% 0px, 100% calc(100% - 97px), 0% 100%);
  width: 100%;
  padding-top: 150px;
}

@media (max-width: 992px) {
  .inner-hero-section-without-image {
     height:auto;
     max-height: none;
     min-height: auto;
     padding-top: 60px;
  }
}

@media (max-width: 768px) {
  .inner-hero-section-without-image {
     
     padding-top: 0px;
  }
}
.inner-hero-section-without-image .content{
  width: 100%;
}
.inner-hero-section-without-image *{
  color:var(--color-white);
}
.inner-hero-section-without-image .cantainer{
    max-width: 1288px;
    margin: 0 auto;
    width:100%;
    padding: 75px 100px 150px;
}
@media (max-width: 992px) {
  .inner-hero-section-without-image .cantainer{
     padding: 75px 60px 100px;
  }
}
@media (max-width: 768px) {
  .inner-hero-section-without-image .cantainer{
     padding: 100px 30px 100px;
  }
}
.inner-hero-section-without-image h1{
  position:relative;
  padding-bottom:32px;
}

.inner-hero-section-without-image h1:before {
    max-width: 400px;
    width: 100%;
    height: 2px;
    background-color: var(--color-yellow);
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
   
   
}

.inner-hero-section-without-image .entry-meta{
margin-top:35px
  
}
.inner-hero-section-without-image  .btn--primary{
  margin-top:30px;
}
.inner-hero-section-without-image  .btn--primary a.fl-button .fl-button-text{
  color:var(--color-white) !important;
}
.inner-hero-section-without-image .entry-meta .entry-date{
  font-family: var(--font-family-secondary);
  font-weight: normal;
  letter-spacing: normal;
font-size: 26px;
  line-height: 1.08;
}

/* three-column-button */
.three-column-button .fl-col-content{
  display:flex;
  flex-wrap:wrap;
  /* justify-content:space-between; */
  width:calc(100% + 40px) !important;
  margin-left: -40px !important;
  margin-bottom: -40px !important;
}

@media (max-width: 768px) {
  .three-column-button .fl-col-content{
    justify-content:center;
  }
}

.three-column-button .fl-module-button{
  margin-left:40px;
  margin-bottom:40px;
  width: calc(33.333% - 40px);
}

@media (max-width: 992px) {
  .three-column-button .fl-module-button{
  width:auto;
  }
}



.searchandfilter ul {
	display:flex;
flex-wrap:wrap;
margin-left:-20px !important;
width:calc(100% + 20px);
/* justify-content:space-between; */
}
.searchandfilter ul li{
	padding-left:20px;
	width:250px;
	flex-direction: column;
	display: flex;
	justify-content: end;
}
.searchandfilter ul li label{
	width:100%;
}
.searchandfilter select.sf-input-select:focus,.searchandfilter input.sf-input-text:focus{
	    outline: 1px solid var(--color-black) !important;
}
.searchandfilter select.sf-input-select,.sf-input-text{
	height: 50px;
	padding: 10px;
/* 	max-width:300px;
min-width:200px; */
width:100%;
	border: 2px solid var(--color-dark-yellow);
	color: var(--color-dark-blue);
	font-family: var(--font-family-quaternary) !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	letter-spacing: normal !important;
	line-height: normal !important;
	border-radius:0px !important;
-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
 
}
.searchandfilter select.sf-input-select{
	 background: url(images/icon-dropdown-arrow.svg)no-repeat center right/25px;
      !important;
}
/* .sf-field-taxonomy-level select, .sf-field-taxonomy-requirment select{
	width:200px !important;
} */
.searchandfilter h4{
	font-size:24px !important;
font-weight:bold !important;
}
.search-filter-results .result-item {
    border-bottom: 1px solid var(--color-yellow);
/*     margin-bottom: 20px; */
    padding-bottom: 40px;
    text-align: left;	
padding-top:40px;
width:92%;
	
}
.search-filter-results .found-item span,.search-filter-results .found-item{
	color: var(--color-dark-yellow)!important;

	font-weight: 100;
}
.search-filter-results .result-item h2 a{
    color: var(--color-black2);
    text-decoration: underline;
}
.search-filter-results .result-item .meta-data{
	margin-top:30px;
padding-top:30px;
border-top:2px solid #f7f7f7;

}
@media(max-width:768px){
	.searchandfilter ul {
		flex-direction:column;
		align-items:center;
		margin-left:0 !important;
		width:100% !important;
	}
	.sf-field-taxonomy-level select, .sf-field-taxonomy-requirment select{
	width:100% !important;
}
	.searchandfilter ul li{
		width:300px;
		padding-left:0;
		padding-top:0;
	}
	.searchandfilter label{
		width:100%;
	}
	.searchandfilter select.sf-input-select,.sf-input-text{
		width:100%;
		height:40px;
		padding:0 10px;
	}
	.searchandfilter h4{
		font-size:16px;
	}
}
.search-filter-results .found-item span,.search-filter-results .found-item, .result-item .left-side h4, .result-item .left-side h3,.result-item .right-side .categories li h3, .result-item .right-side .categories li .ins-values,.result-item .right-side .categories li .ins-values a,.result-item .right-side .categories li .ins-values span
{
	  font-family: var(--font-family-primary);
	font-size:.875rem;	
}

.result-item .left-side{
	width: 100%;
	max-width: 200px;
	margin-right:20px;
	padding-right:10px;
	height: auto;
	border-right:2px solid #f7f7f7;
}


.result-item .left-side h3{
	font-weight:600;
	color: var(--color-yellow);
}
.result-item .left-side h4{
padding-top:10px;

}
.result-item .right-side{
	width:calc(100% - 200px);
}
.result-item .right-side h2{
	margin-top:0 !important;
	margin-bottom:10px;
}
.result-item .right-side .hidden{
	height:3rem;
overflow:hidden;
}
.result-item .right-side .excerpt{
	margin-bottom:10px;
}
.result-item .right-side button .less{
	display:none;
}
.result-item .right-side button{
	background: transparent;
    border: 0;
    display: block;
    padding: 0;
    font-family: var(--font-family-primary);
	color: var(--color-dark-green) !important;
    font-size: 16px;
    font-size: 16px !important;
    letter-spacing: normal !important;
    /* text-decoration: underline; */
    line-height: 1.38;
    cursor: pointer;
    border-bottom: 2px solid var(--color-dark-green) !important;
text-transform:capitalize;
}
.result-item .right-side button:hover, .result-item .right-side button:visited, .result-item .right-side button:focus
{
	color: var(--color-yellow) !important;
	  border-bottom: 2px solid  var(--color-yellow) !important;
}
.result-item .right-side button:focus{
	outline:1px solid  var(--color-black) !important;
}
.result-item .right-side .categories li{
	width:25%;
	padding-left:20px;

}

.result-item .right-side .categories li h3{
	text-transform:uppercase !important;

	font-weight:bold;
	margin-bottom:10px;
}

.result-item .right-side .categories li .ins-values,.result-item .right-side .categories li .ins-values a,.result-item .right-side .categories li .ins-values span{
	display:inline;
	
}

.result-item .right-side .categories{
	margin-left:-20px;
	width:calc(100% + 20px);
/* 	justify-content: space-between; */
}
.sf-field-taxonomy-semester h4,.sf-field-taxonomy-course_year h4, .sf-field-taxonomy-requirment h4, .sf-field-taxonomy-course-number h4,.sf-field-taxonomy-affiliates h4{
	display:none;
}
@media(max-width:480px){
	.searchandfilter ul li{
		width:240px;
	}
}
@media(max-width:1200px){
	.search-filter-results .result-item{
		width:100%;
	}
	.result-item .left-side{
		max-width:200px;

	}
/* 	.result-item .left-side h3{
		font-size:24px;
	} */
	.result-item .right-side{
		width:calc(100% - 200px);
	}
	.result-item .right-side .categories{
		flex-wrap:wrap;
		justify-content:flex-start;
	}
	.result-item .right-side .categories li{
		width:100%;
		max-width:200px;
		padding-bottom:20px;
	}
}
@media(max-width:992px){
	.search-filter-results .result-item{
		flex-direction:column;
	}
	.result-item .right-side{
		width:100%;
	}
	.result-item .left-side{
		max-width:fit-content;
		margin-right:0;
		margin-bottom:10px;
		display:flex;
flex-direction:column;
    align-items: flex-start;
		
	}
	.result-item .left-side .crosslisted h3{
		padding-right:10px;
	}
	.result-item .left-side h4{
		padding-right:10px;
	}
	.result-item .left-side .crosslisted{
/* 		margin-left:10px; */
		display:flex;
		flex-wrap:wrap;
	}
}

/* Add to any */
.a2a_kit a.a2a_button_twitter span:before{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	content:"";
	background:url(images/icon-ionic-logo-twitter.svg)no-repeat center/15px;
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(40deg) brightness(103%) contrast(101%);
	   
}
.a2a_kit a.a2a_button_twitter span{
	position:relative;
}
.a2a_kit a.a2a_button_twitter:hover span:before{
	filter: brightness(0) saturate(100%) invert(7%) sepia(22%) saturate(3333%) hue-rotate(188deg) brightness(96%) contrast(108%);
}
.a2a_kit a.a2a_button_twitter span svg{
	display:none;
}


/*faculty-info*/
.container-1200 {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}
 .faculty-info{
     padding: 100px 100px 0px;
     position:relative;
     overflow:hidden;
}
 @media (max-width: 992px){
     .faculty-info{
         padding: 100px 60px 0px;
    }
}
 @media (max-width: 768px){
     .faculty-info{
         padding: 60px 30px 0px;
    }
}
 .faculty-info .container-1200{
     position:relative;
     z-index:3;
}
 .faculty-info:before{
     width: 1920px;
     height: 41px;
     position:absolute;
     top: -10px;
     left:0;
     right:0;
     margin:0 auto;
     content:'';
     z-index:2;
     background: url(images/graphics-color-boxes.webp)no-repeat center/1920px;
}
 .faculty-info:after{
     width: 635px;
     height: 588px;
     position:absolute;
     top: 638px;
     right:-400px;
     content:'';
     z-index:2;
     background: url(images/graphics-box-white.webp)no-repeat center/635px;
}
 .faculty-info-outer{
     position:relative;
     max-width:1720px;
     margin:0 auto;
}




 .faculty-info  .user-image-section{
    width:297px;
    height: 360px;
    flex:none;
    position:relative;
}
 



 .faculty-info  .user-image-section::before {
    width: 117px;
    height: 120px;
    position: absolute;
    left: -20px;
    top: -20px;
    border-top: 1px solid var(--color-yellow);
    border-left: 1px solid var(--color-yellow);
    content: "";
}
 @media (max-width: 768px){
     .faculty-info  .user-image-section{
        
         margin: 20px 0 40px;
        
         z-index: 2;
    }
}
 @media (max-width: 480px){
     .faculty-info .user-image-section{
         height:300px;
         width:240px;
         margin:20px 0 30px;
    }
}
 .faculty-info  .user-image-section img{
    object-fit:cover;
     position:absolute;
     height:100%;
     width:100%;
     top:0;
     left:0;
	     object-position: top;
}
  .faculty-info  .userinfo-section{
     /* padding: 66px; */
     width:100%;
     position:relative;
     display: flex;
     flex-direction: column;
     justify-content: center;
     margin-bottom: 40px;
     background:var(--color-white);
}

 .faculty-info  .userinfo-section:before{
     position:absolute;
     width: 48px;
     height: 48px;
     background-color: #e89821;
     content:'';
     bottom:-24px;
     left:-24px;
     display: none;
}
 @media (max-width: 768px){
     .faculty-info  .userinfo-section:before{
         top:0;
         bottom:auto;
         z-index:2;
         left:273px;
    }
}
 @media (max-width: 480px){
     .faculty-info .header-section .userinfo-section:before{
         width: 24px;
         height: 24px;
         left:228px;
         top:-12px 
    }
}
 .faculty-info  .userinfo-section h2{
     color:#ffffff;
}
 
.faculty-info  .userinfo-section .title{
     position:relative;
     padding-bottom:20px;
}
 .faculty-info  .userinfo-section .title:before{
     width: 48px;
     height: 10px;
     position:absolute;
     bottom:0;
     left:0;
     content:'';
     background: var(--color-yellow);
}
 .faculty-info  .userinfo-section .btn-outer{
     justify-content: flex-start;
     align-items: center;
     margin: 17px 0 0;
}
@media (max-width: 350px){
	 .faculty-info  .userinfo-section .btn-outer{
		 flex-direction:column;
		 align-items: flex-start;
		 justify-content: flex-start;
		}
}
 .faculty-info  .userinfo-section .jobtitle{
     font-size: 19px;
     font-weight: normal;
     line-height: normal;
     letter-spacing: normal;
     color: var(--color-dark-blue);;
     display:block;
	 font-style: italic;
     margin:13px 0 0;
}
 .faculty-info .content-box{
     padding: 0px 0 0;
}
 @media (max-width: 768px){
     .faculty-info .content-box{
         flex-direction:column;
    }
}
 .faculty-info .content-box .right-section{
     width:297px;
     margin-left: 82px;
     position:relative;
     flex: none;
}
 @media (max-width: 768px){
     .faculty-info .content-box .right-section{
         width:100%;
         margin-right:0px;
    }
}
 .faculty-info .info-section{
     margin-top: 44px;
     position:relative;
     padding-top:44px;
     padding-bottom:44px;
}
@media (max-width: 768px){
	 .faculty-info .info-section{
     margin-bottom: 44px;
	 }
}
.faculty-info .info-section:before,.faculty-info .info-section:after{
     height: 18px;
  width:100%;
     content:'';
     position:absolute;
     top:0;
     left:0;
     background-color: var(--color-yellow);
}

 .faculty-info .info-section:after{
     top:auto;
     bottom:0;
	  right: 0;
  left: auto;
	 background: var(--color-dark-green);
}
 .faculty-info .content-box .left-section{padding-top:44px;width: 100%;}
.faculty-info .content-box  .full-section{
	 padding-top:0px !important;
}
 @media (max-width: 768px){
	  .faculty-info .content-box .left-section{
        padding-top:30px;
    }
}
 .faculty-info .content-box .left-section p{
     margin:0 0 20px;
}
 .faculty-info .content-box .left-section p:last-child{
     margin:0 
}
 .faculty-info .content-box .h6{
     text-transform: uppercase !important;
     font-size: 18px;
     font-weight: bold;
     font-stretch: normal;
     margin:0 0 13px;
     letter-spacing: normal;
    color: var(--color-black2);
	 display:block
}
 .faculty-info .content-box .info-section li{
     margin: 0 0 39px;
}
 .faculty-info .content-box .info-section li:last-child{
     margin:0;
}
 .faculty-info .content-box a{
     text-decoration: none;
     color: var(--color-dark-green);
}
 
 .faculty-info .content-box a:hover{
    color: var(--color-yellow);
     text-decoration: underline;
}


.faculty-info .title .h2{
	margin:0px;
color:var(--color-dark-blue);
}
 .faculty-info .link--primary {
   color: var(--color-dark-green) !important;
  font-size: 16px !important;
  font-family: var(--font-family-quaternary) !important;
  font-stretch: normal;
  font-style: normal;
  font-weight: 600 !important;
  letter-spacing: normal;
  line-height: normal !important;
  padding-bottom: 3px;
	margin-right:20px;
  border-bottom: 2px solid var(--color-dark-green);
 text-decoration:none !important;
  text-align: left;
  position: relative;
}
.faculty-info .link--primary:last-child{
	margin-right:0;
}



 .faculty-info .link--primary:hover,
 .faculty-info .link--primary:focus{
   color: var(--color-yellow) !important;
  border-bottom: 2px solid var(--color-yellow);
  
}

@media (max-width: 350px){
	 .faculty-info .link--primary
	{
		margin:0 0 15px;
	}

	.faculty-info .link--primary:last-child{
	margin:0;
    }
}

.ipad-block{
	display:none
}
@media (max-width: 768px){
	.ipad-none{
	display:none
}
	.ipad-block{
	display:block
}
}
 