/* adjust sizes to fit viewport - keeping minimum sizes */
/*
  ====================
  * General
  ====================
*/
* {
  -webkit-overflow-scrolling: touch !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: adelle, serif !important;
  color: #232020;
}

body {
  margin: 0 !important;
  font-family: proxima-nova, sans-serif !important;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: #232020;
  padding-top: 67px;
}

h1 {
  font-size: 72px;
  line-height: 1 !important;
  letter-spacing: 0;
  font-weight: 300 !important;
}
@media (max-width: 1200px) {
  h1 {
    font-size: 56px;
  }
}
@media (max-width: 960px) {
  h1 {
    font-size: 42px;
    letter-spacing: 0;
  }
}

h2 {
  font-size: 70px; /* maximum font size */
  /* variable font size for smaller screens */
}
@media (max-width: 1200px) {
  h2 {
    font-size: calc(34px + 3vw);
    line-height: calc(34px + 4vw);
    font-weight: 400;
  }
}

h3 {
  font-size: calc(16px + 1vw);
  line-height: calc(16px + 1.5vw);
  font-weight: 600;
}
@media (max-width: 767px) {
  h3 {
    font-size: 30px;
    line-height: 36px;
  }
}

h4 {
  font-size: 30px !important;
  line-height: 36px !important;
  font-weight: 400 !important;
}

h5 {
  font-size: 24px;
  line-height: 26px;
  font-weight: 400;
}

.bordered-title .elementor-heading-title {
  display: inline-block;
  font-size: 32px;
  font-weight: 300 !important;
  color: #fff;
  padding-bottom: 20px !important;
  border-bottom: 2px solid #fff;
  margin-bottom: 30px !important;
}

a {
  color: #018B92;
}

.content-area {
  width: auto;
  margin: auto;
  padding-bottom: inherit;
}
@media (max-width: 767px) {
  .content-area {
    width: auto;
    padding-bottom: inherit;
  }
}

.elementor-widget-heading .elementor-heading-title {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
}

a {
  transition: all 0.2s ease-in-out;
}

input[type=submit] {
  outline: 0;
}

.icon-arrow-right {
  display: inline-block;
  vertical-align: middle;
  width: 37px;
  height: 36px;
  background: url("../images/icon-arrow-right.svg");
}

/*
  ====================
  * Header
  ====================
*/
#headerbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
@media (max-width: 1200px) {
  #headerbar {
    padding: 0 !important;
  }
}

/*
  ====================
  * Layout
  ====================
*/
.site-main {
  background: #929496;
}

.entry-content {
  max-width: 1920px;
  margin: 0 auto;
  background: #fff;
}
.entry-content > .elementor > .elementor-inner > .elementor-section-wrap > .elementor-section > .elementor-container {
  max-width: 1920px !important;
}
@media (min-width: 1200px) {
  .entry-content > .elementor > .elementor-inner > .elementor-section-wrap > .elementor-section-boxed > .elementor-container {
    padding: 0 60px;
  }
}

@media (max-width: 1200px) {
  .sidebar-custom-menu .elementor-column-wrap {
    padding: 0 10px !important;
  }
}

.sidebar-image-block img {
  width: 100%;
  height: auto;
}

.script-section .elementor-column {
  min-height: 0;
}

.page-template-blank_template #headerbar {
  display: none;
}

/*
  ====================
  * Modal Nav
  ====================
*/
#modalnav,
#modalsearch {
  display: none;
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  flex: 1;
  z-index: 100;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 1200px) {
  #modalnav,
  #modalsearch {
    padding: 0 10px;
  }
}

#modalnavblack,
#modalsearchblack {
  display: none;
  background-color: #232020;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  flex: 1;
  z-index: 99;
  overflow: auto;
}

.logged-in #modalnav,
.logged-in #modalsearch {
  padding: 30px 0;
}
@media (max-width: 1400px) {
  .logged-in #modalnav {
    padding: 30px 20px;
  }
}
.logged-in #headerbar {
  top: 32px;
}

#modalsearchblack {
  background: none;
}

#modalsearch {
  background: rgba(0, 0, 0, 0.9);
}
@media (max-width: 1200px) {
  #modalsearch .elementor-inner-section {
    padding: 0 10px 0 0 !important;
  }
}
#modalsearch .elementor-widget-search-form {
  margin-top: 35vh;
}
#modalsearch .elementor-widget-search-form .elementor-search-form__container {
  border: 1px solid #fff;
  border-radius: 5px;
  max-width: 450px;
  margin: 0 auto;
  background: transparent;
}
#modalsearch .elementor-widget-search-form .elementor-search-form input[type=search] {
  background: transparent;
  border: 0;
  border-right: 1px solid #fff;
  font-size: 24px;
  color: #fff;
  height: 60px;
}
#modalsearch .elementor-widget-search-form .elementor-search-form input[type=search]::-moz-placeholder {
  color: #fff;
}
#modalsearch .elementor-widget-search-form .elementor-search-form input[type=search]::placeholder {
  color: #fff;
}
#modalsearch .elementor-widget-search-form .elementor-search-form__submit {
  background: url("../images/icon-arrow-right-white.svg") no-repeat 50% 50%;
  background-size: 100%;
  cursor: pointer;
  padding: 0 25px;
  font-size: 20px;
}
#modalsearch .elementor-widget-search-form .elementor-search-form__submit i {
  display: none;
}

#modaltopbar {
  /* offset elementor behavior in header */
}
@media (max-width: 1200px) {
  #modaltopbar {
    padding: 0;
  }
}
@media (max-width: 767px) {
  #modaltopbar .elementor-column {
    width: 50%;
  }
}

#modalnavlogo {
  width: 207px;
}

#modalnavsection {
  padding: 0 30px;
}
@media (max-width: 1200px) {
  #modalnavsection {
    padding: 0;
  }
}

#modalnavmenu {
  margin-top: 70px;
  font-family: adelle, serif;
  font-weight: 300;
}
#modalnavmenu ul {
  padding-left: 0;
  list-style: none;
}
#modalnavmenu li {
  margin-bottom: 12px;
}
#modalnavmenu a {
  color: #fff;
  transition-property: color;
  transition: color 0.2s ease-in-out;
}
#modalnavmenu a:hover {
  opacity: 0.5;
}
#modalnavmenu .menu > li {
  margin-bottom: 30px;
}
#modalnavmenu .menu > li > a {
  display: block;
  padding: 15px 0 20px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #929496;
  color: #018B92;
  font-size: 24px;
  line-height: 30px;
  font-family: adelle, serif;
  margin-bottom: 15px;
}
#modalnavmenu .elementor-icon-list-items {
  -webkit-display: flex;
  -ms-display: flex;
  -moz-display: flex;
  display: flex;
}
@media (max-width: 767px) {
  #modalnavmenu {
    margin-top: 10px;
  }
  #modalnavmenu .menu > li {
    margin-bottom: 20px;
  }
  #modalnavmenu .menu > li > a {
    padding: 10px 0 15px;
    font-size: 24px;
  }
}

#modalnavleftside {
  width: 25%;
  padding: 0 15px;
}
@media (max-width: 1024px) {
  #modalnavleftside {
    width: 100%;
    padding: 0;
  }
}
#modalnavleftside li a {
  font-size: 14px;
  font-family: proxima-nova, sans-serif;
}
#modalnavleftside .menu > li {
  margin-bottom: 0;
}
#modalnavleftside .menu > li > a {
  margin-bottom: 8px;
}
#modalnavleftside .menu > li:not(:first-child) {
  margin-bottom: 0;
  line-height: 20px;
}
#modalnavleftside .menu > li:not(:first-child) > a {
  font-family: proxima-nova, sans-serif;
  padding: 0;
  border: 0;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}
#modalnavleftside .menu > li:not(:first-child) .sub-menu li {
  margin-bottom: 0;
  padding-left: 10px;
}
#modalnavleftside .elementor-widget-icon-list {
  display: inline-block;
}
#modalnavleftside .elementor-widget-icon-list .elementor-icon-list-item {
  margin-right: 5px;
}
#modalnavleftside .tenrec-bug {
  display: inline-block;
}
#modalnavleftside .tenrec-bug a {
  opacity: 0.1;
}
#modalnavleftside .tenrec-bug a:hover {
  opacity: 0.3;
}
#modalnavleftside .tenrec-bug img {
  width: 20px;
  margin-top: -4px;
}
@media (max-width: 767px) {
  #modalnavleftside {
    width: 100%;
    margin-left: 0;
  }
}

#modalnavrightside {
  width: 75%;
  margin-right: -15px;
}
@media (max-width: 1024px) {
  #modalnavrightside {
    width: 100%;
  }
}
#modalnavrightside .menu {
  -webkit-display: flex;
  -ms-display: flex;
  -moz-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#modalnavrightside .menu > li {
  width: 33%;
  padding: 0 30px;
}
@media (max-width: 1024px) {
  #modalnavrightside {
    width: 100%;
    margin-right: 0;
    padding: 0;
  }
  #modalnavrightside .menu {
    display: block;
  }
  #modalnavrightside .menu > li {
    width: 100%;
    padding: 0;
  }
}

.modalnavtitle {
  color: #fff;
  font-size: 46px !important;
  line-height: calc(20px + 1vw) !important;
  font-weight: 400 !important;
  margin-bottom: 60px;
}

.modalnavtext {
  color: #fff;
  font-size: 30px !important;
  line-height: 34px !important;
  font-weight: 300 !important;
  margin-top: 16px;
}

.modalnavsocial li a {
  color: #FFF;
  transition: all 0.2s ease-in-out;
}
.modalnavsocial li a:hover {
  opacity: 0.5;
}

.elementor-icon-list-items {
  -webkit-display: flex;
  -ms-display: flex;
  -moz-display: flex;
  display: flex;
  justify-content: space-between;
  max-width: 290px;
}

.modalnavsocial .elementor-icon-list-items .elementor-icon-list-item {
  max-width: 30px;
}

.modalnavsocial span i {
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 300 !important;
  margin-top: 0;
}

.modalnavsocial .elementor-icon-list-text {
  color: #fff !important;
  font-size: 26px !important;
  font-weight: 300 !important;
  margin-top: 10px;
  margin-left: 30px;
}

#modalnav .elementor-widget .elementor-icon-list-item a {
  width: auto;
}

#search-form {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  background: #000;
  z-index: 9;
}
#search-form.opened {
  display: block;
}

#searchicon,
#modalnavclose,
#searchicon-inner,
#modalsearchclose,
#navicon {
  cursor: pointer;
  display: inline-block;
  margin: 10px 0 10px 15px;
  width: unset;
}
#searchicon i,
#modalnavclose i,
#searchicon-inner i,
#modalsearchclose i,
#navicon i {
  color: #fff;
}

.header-buttons {
  text-align: right;
}

/*
  ====================
  * Footer
  ====================
*/
#tenrec-logo {
  width: 20px;
  height: 20px;
  margin: 6px 0 0px -2px;
}
#tenrec-logo a {
  transition: all 0.2s ease-in-out;
  opacity: 0.1;
}
#tenrec-logo a:hover {
  opacity: 0.3;
}

#footerlinks a, #footersocialicons a {
  color: #fff !important;
}
#footerlinks a:hover, #footersocialicons a:hover {
  opacity: 0.7 !important;
  transition: 0.2s all ease-in-out !important;
}

#footerlinks .elementor-icon-list-item {
  color: #fff;
}

/*
  ====================
  * Home
  ====================
*/
@media (min-width: 1440px) {
  body:not(.safari) .hero {
    background: #000 !important;
  }
}
.hero {
  height: 652px;
  margin-top: -1px;
}
@media (max-width: 1440px) {
  .hero {
    height: 500px;
  }
}
@media (max-width: 1024px) {
  .hero {
    height: 437px;
  }
}
@media (max-width: 960px) {
  .hero {
    height: 325px;
  }
}
@media (max-width: 767px) {
  .hero {
    height: 160px;
  }
}
.hero > .elementor-container {
  position: absolute !important;
  width: 100%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) and (max-width: 1360px) {
  .hero > .elementor-container {
    padding: 0 30px;
  }
}
.hero .elementor-html5-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
@media (max-width: 767px) {
  .hero .elementor-background-video-container {
    display: block !important;
  }
}
.hero .hero-text {
  max-width: 670px;
  margin-bottom: 40px;
}
@media (max-width: 960px) {
  .hero .hero-text {
    margin-bottom: 20px;
  }
}
.hero .hero-text .elementor-heading-title {
  font-size: 24px;
  line-height: 28px;
  font-family: proxima-nova, sans-serif !important;
  font-weight: 300;
}
@media (max-width: 960px) {
  .hero .hero-text .elementor-heading-title {
    font-size: 18px;
  }
}
.hero .hero-title {
  margin-bottom: 0;
}
.hero .hero-title .elementor-heading-title {
  font-size: 150px;
  letter-spacing: 0;
}
@media (max-width: 1400px) {
  .hero .hero-title .elementor-heading-title {
    font-size: 100px;
  }
}
@media (max-width: 960px) {
  .hero .hero-title .elementor-heading-title {
    font-size: 50px;
  }
}
@media (max-width: 960px) {
  .hero .hero-title .elementor-heading-title {
    font-size: 28px;
  }
}
.hero-area {
  margin-top: -1px;
}
.hero-area img {
  width: 100%;
  height: auto;
}
.hero-area h1 {
  font-weight: 300 !important;
}
.hero-area.blog-hero:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 70, 185, 0.0001) 0%, rgba(0, 0, 0, 0.6) 97.14%);
}

.hero-text-mob {
  padding: 10px 10px 15px;
}
.hero-text-mob .elementor-heading-title {
  font-size: 18px;
  line-height: 21px;
  font-family: proxima-nova, sans-serif !important;
  font-weight: 400 !important;
}

@media (max-width: 767px) {
  .home .hero {
    background: #000;
  }
  .home .hero .elementor-heading-title {
    padding: 0 20px;
  }
}

.home-under-banner-block {
  padding: 10px 0;
  overflow: hidden;
}
.home-under-banner-block .elementor-col-25 {
  border-right: 1px solid #000;
  padding: 15px 30px;
}
@media (max-width: 1024px) {
  .home-under-banner-block .elementor-col-25 {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .home-under-banner-block .elementor-col-25 {
    padding: 18px 0;
    margin: 0 20px;
    border-right: 0;
    border-bottom: 1px solid #000;
  }
  .home-under-banner-block .elementor-col-25:first-child, .home-under-banner-block .elementor-col-25:last-child {
    border-bottom: 0;
  }
}
.home-under-banner-block .elementor-col-25:first-child, .home-under-banner-block .elementor-col-25:last-child {
  border-right: 0;
}
.home-under-banner-block .elementor-col-25.education-label {
  min-height: 210px;
  padding: 0;
}
@media (max-width: 767px) {
  .home-under-banner-block .elementor-col-25.education-label {
    margin: 0;
    min-height: auto;
  }
}
.home-under-banner-block .elementor-col-25 .elementor-widget-wrap {
  -webkit-display: flex;
  -ms-display: flex;
  -moz-display: flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home-under-banner-block .elementor-text-editor {
  font-family: adelle, serif;
  font-size: 32px;
  line-height: 38px;
  font-weight: 300;
}
@media (max-width: 1024px) {
  .home-under-banner-block .elementor-text-editor {
    font-size: 22px;
    line-height: 28px;
  }
}
.home-under-banner-block .elementor-text-editor a {
  color: #232020;
}
.home-under-banner-block .elementor-text-editor a:hover {
  color: #0069AD;
}
.home-under-banner-block .education-label .elementor-text-editor {
  color: #fff;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  line-height: 21px;
  font-weight: 300;
}
@media (max-width: 1200px) {
  .home-under-banner-block .education-label .elementor-text-editor {
    padding: 0 0 0 10px;
  }
}
@media (max-width: 1024px) {
  .home-under-banner-block .education-label .elementor-text-editor {
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    padding: 20px 20px 5px;
  }
}
.home-under-banner-block .education-label .elementor-column-wrap {
  margin-right: 55px;
  background: #000;
  position: relative;
}
@media (min-width: 1400px) {
  .home-under-banner-block .education-label .elementor-column-wrap {
    min-height: 182px;
  }
}
@media (max-width: 767px) {
  .home-under-banner-block .education-label .elementor-column-wrap {
    margin: 0 0 40px;
  }
}
.home-under-banner-block .education-label .elementor-column-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 30vw;
  background: #000;
}
.home-under-banner-block .education-label .elementor-column-wrap:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  border: 104px solid transparent;
  border-left: 51px solid #000;
}
@media (max-width: 1470px) {
  .home-under-banner-block .education-label .elementor-column-wrap:after {
    border: 123px solid transparent;
    border-left: 51px solid #000;
  }
}
@media (max-width: 1024px) {
  .home-under-banner-block .education-label .elementor-column-wrap:after {
    border: 104px solid transparent;
    border-left: 51px solid #000;
  }
}
@media (max-width: 780px) {
  .home-under-banner-block .education-label .elementor-column-wrap:after {
    border-left: 40px solid #000;
  }
}
@media (max-width: 767px) {
  .home-under-banner-block .education-label .elementor-column-wrap:after {
    top: 100%;
    left: 0;
    right: 0;
    border: 0;
    width: 100%;
    height: 40px;
    background: url("../images/triangle.png") no-repeat 50% 50%;
    background-size: 100% 100%;
  }
}

.home-img-section {
  -webkit-display: flex;
  -ms-display: flex;
  -moz-display: flex;
  display: flex;
  flex-wrap: wrap;
}

.home-img-box {
  width: 33.33%;
  position: relative;
}
@media (max-width: 960px) {
  .home-img-box {
    width: 100%;
  }
}
.home-img-box .image-box {
  min-height: 652px;
  background-size: cover !important;
}
@media (max-width: 1400px) {
  .home-img-box .image-box {
    min-height: 540px;
  }
}
@media (max-width: 1024px) {
  .home-img-box .image-box {
    min-height: 435px;
  }
}
@media (max-width: 767px) {
  .home-img-box .image-box {
    min-height: 400px;
  }
}
.home-img-box h2 {
  position: absolute;
  font-weight: 300 !important;
  font-size: 66px !important;
  line-height: 1;
  text-align: left;
  margin: 0 0 10px;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 0 60px;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 1400px) {
  .home-img-box h2 {
    font-size: 40px !important;
  }
}
@media (max-width: 1024px) {
  .home-img-box h2 {
    padding: 0 40px 20px 20px;
    font-size: 30px !important;
  }
}
@media (max-width: 767px) {
  .home-img-box h2 {
    font-size: 42px !important;
  }
}
.home-img-box i {
  position: absolute;
  bottom: 22px;
  right: 22px;
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .home-img-box i {
    right: 15px;
    bottom: 15px;
  }
}
@media (max-width: 960px) {
  .home-img-box i {
    transform: rotate(90deg);
  }
}
.home-img-box .close-img-desc {
  position: absolute;
  top: 20px;
  right: 25px;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 34px;
  font-size: 40px;
  font-weight: 300;
  transform: rotate(45deg);
  color: #fff;
  border-radius: 50%;
  border: 1px solid #fff;
  cursor: pointer;
}
@media (max-width: 960px) {
  .home-img-box .close-img-desc {
    top: 15px;
    right: 15px;
  }
}
.home-img-box .open-img-desc {
  cursor: pointer;
}
.home-img-box .hidden-content {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
  color: #fff;
  padding: 50px;
  background: #018B92;
  width: 100%;
}
@media (max-width: 960px) {
  .home-img-box .hidden-content {
    left: 0 !important;
    right: 0 !important;
    top: 100%;
    height: 100%;
  }
}
@media (min-width: 961px) {
  .home-img-box .hidden-content {
    top: 0 !important;
    bottom: 0 !important;
  }
}
.home-img-box .hidden-content.col-1-content, .home-img-box .hidden-content.col-2-content {
  left: 100%;
}
.home-img-box .hidden-content.col-3-content {
  right: 100%;
}
.home-img-box .hidden-content-text {
  overflow: auto;
  max-height: 100%;
}

.home-posts {
  width: 33.333%;
  padding: 0 60px;
}
@media (max-width: 1024px) {
  .home-posts {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .home-posts {
    width: 100%;
  }
}
.home-posts-block {
  margin-top: 20px;
  margin-bottom: 50px;
  -webkit-display: flex;
  -ms-display: flex;
  -moz-display: flex;
  display: flex;
}
@media (max-width: 767px) {
  .home-posts-block {
    flex-wrap: wrap;
  }
}
.home-posts .cat-title {
  display: block;
  color: #0069AD;
  font-weight: 600;
  font-size: 18px;
  margin: 15px 0;
  text-transform: uppercase;
}
.home-posts .post-heading {
  font-size: 28px !important;
  line-height: 40px;
  margin: 0 0 15px;
  font-weight: 300;
  font-family: adelle, serif !important;
}
.home-posts .post-heading a {
  color: #232020;
}
.home-posts .post-heading a:hover {
  color: #0069AD;
}

/*
  ====================
  * Pages
  ====================
*/
.alumni-sidebar h3.elementor-heading-title {
  font-family: proxima-nova, sans-serif !important;
  letter-spacing: 0.3px;
}
.alumni-sidebar .elementor-icon-list-items {
  display: block;
  list-style: none;
  padding: 0;
  margin: 8px 0 0;
  border-top: 2px solid #018B92;
  font-size: 24px;
  font-weight: 300;
  font-family: adelle, serif;
  letter-spacing: 0.8px;
}
@media (max-width: 960px) {
  .alumni-sidebar .elementor-icon-list-items {
    font-size: 18px;
  }
}
.alumni-sidebar .elementor-icon-list-item {
  margin: 0;
  border-bottom: 1px solid #d8d8d5;
}
.alumni-sidebar .elementor-icon-list-item:last-child {
  border-bottom: 0;
}
.alumni-sidebar .elementor-icon-list-item a, .alumni-sidebar .elementor-icon-list-item span {
  display: block;
  padding: 18px 0;
  color: #d8d8d5;
}
@media (max-width: 960px) {
  .alumni-sidebar .elementor-icon-list-item a, .alumni-sidebar .elementor-icon-list-item span {
    font-size: 15px;
  }
}

.page-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .page-menu {
    margin-top: 20px;
  }
}
.page-menu > li.page_item > a {
  color: #018B92;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  pointer-events: none;
  cursor: pointer;
}
.page-menu ul.children {
  list-style: none;
  padding: 0;
  border-top: 2px solid #018B92;
  font-size: 24px;
  font-weight: 300;
  font-family: adelle, serif;
}
.page-menu ul.children .current_page_item > .children,
.page-menu ul.children .current_page_ancestor > .children,
.page-menu ul.children .current_page_parent > .children {
  display: block !important;
}
.page-menu ul.children .current_page_item > .children > .page_item,
.page-menu ul.children .current_page_ancestor > .children > .page_item,
.page-menu ul.children .current_page_parent > .children > .page_item {
  font-size: 18px;
  background: #f5f4ef;
}
.page-menu ul.children .current_page_item > .children > .page_item:hover,
.page-menu ul.children .current_page_ancestor > .children > .page_item:hover,
.page-menu ul.children .current_page_parent > .children > .page_item:hover {
  background: #dedcd3;
}
@media (max-width: 960px) {
  .page-menu ul.children {
    font-size: 18px;
  }
}
.page-menu ul.children a {
  display: block;
  padding: 18px 0 18px 10px;
  color: #232020;
}
@media (max-width: 960px) {
  .page-menu ul.children a {
    font-size: 15px;
  }
}
.page-menu ul.children a:hover {
  color: #232020;
  background: #dedcd3;
}
.page-menu ul.children .current_page_parent > a {
  color: #018B92;
}
.page-menu ul.children > li {
  margin: 0;
  border-bottom: 1px solid #d8d8d5;
}
.page-menu ul.children > li:last-child {
  border-bottom: 0;
}
.page-menu ul.children > li.current_page_item > a {
  color: #fff;
  margin-left: 0px;
  background: #018B92;
}
.page-menu ul.children > li.current_page_item > a:hover {
  background-color: #015b5f;
}
.page-menu ul.children > li.current_page_item.current_page_ancestor {
  background: #fff;
}
.page-menu ul.children > li.current_page_item.current_page_ancestor > a {
  color: #018B92;
  margin-left: 0px;
}
.page-menu ul.children > li.current_page_item > a {
  padding-left: 10px;
}
.page-menu ul.children > li ul.children {
  display: none !important;
}
.page-menu ul.children > li ul.children > li.current_page_item > a {
  color: #fff;
  background-color: #018B92;
}
.page-menu ul.children > li ul.children > li.current_page_item > a:hover {
  background-color: #015b5f;
}
.page-menu ul.children > li ul.children > li > a {
  padding-left: 25px;
  color: #018B92;
}
.page-menu ul.children > li ul.children ul.children > li > a {
  padding-left: 40px;
}

.page-menu ul.children .current_page_ancestor > a {
  background: #fff;
  color: #018B92;
}
.page-menu ul.children .current_page_ancestor > a:hover {
  background: #dedcd3;
}
.page-menu ul.children .current_page_ancestor > .children .current_page_ancestor > a {
  background: #018B92;
  color: #fff;
  padding-left: 25px;
}
.page-menu ul.children .current_page_ancestor > .children .current_page_ancestor > a:hover {
  background: #015b5f;
}
.page-menu ul.children .current_page_ancestor > .children .current_page_ancestor > .children > .page_item > a {
  background: #f5f4ef;
  color: #018b92;
  font-size: 16px;
  padding-left: 40px;
}
.page-menu ul.children .current_page_ancestor > .children .current_page_ancestor > .children > .page_item > a:hover {
  background: #dedcd3;
}
.page-menu ul.children .current_page_ancestor > .children .current_page_ancestor > .children > .page_item.current_page_item a {
  font-weight: 600;
}

div.elementor-widget-text-editor {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  font-family: proxima-nova, sans-serif;
  color: #232020;
}
@media (max-width: 960px) {
  div.elementor-widget-text-editor {
    font-size: 15px;
    line-height: 20px;
  }
}

.preview-text .elementor-text-editor {
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  font-family: adelle, serif;
}
@media (max-width: 960px) {
  .preview-text .elementor-text-editor {
    font-size: 18px;
    line-height: 23px;
  }
}

.white-content-bg {
  position: relative;
}
.white-content-bg:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -40px;
  width: 40px;
  background: #fff;
}
@media (max-width: 1024px) {
  .white-content-bg:before {
    content: none;
  }
}
.white-content-bg:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 30vw;
  background: #fff;
  z-index: 1;
}
@media (max-width: 767px) {
  .white-content-bg:after {
    content: none;
  }
}

.gray-full-section {
  position: relative;
}
@media (max-width: 767px) {
  .gray-full-section {
    margin: 0 -10px;
  }
  .gray-full-section.elementor-column {
    width: auto;
  }
}
.gray-full-section:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 30vw;
  background: #f5f4ef;
}
@media (max-width: 767px) {
  .gray-full-section:after {
    content: none;
  }
}
.gray-full-section.is-left:after {
  right: 100%;
  left: auto;
}

.cite-block.elementor-widget-blockquote {
  background: #f5f4ef;
  margin-top: 70px;
  font-family: adelle, serif;
}
@media (max-width: 1024px) {
  .cite-block.elementor-widget-blockquote {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cite-block.elementor-widget-blockquote {
    margin-top: 0;
  }
}
.cite-block.elementor-widget-blockquote .elementor-blockquote__content {
  color: #018B92;
  font-size: 28px;
  line-height: 1.25;
  font-style: italic;
  font-weight: 300;
  margin: 0 0 5px;
}
@media (max-width: 767px) {
  .cite-block.elementor-widget-blockquote .elementor-blockquote__content {
    font-size: 18px;
  }
}
.cite-block.elementor-widget-blockquote footer {
  margin-top: 0;
}
.cite-block.elementor-widget-blockquote .elementor-blockquote__author {
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  color: #018B92;
}
@media (max-width: 767px) {
  .cite-block.elementor-widget-blockquote .elementor-blockquote__author {
    font-size: 13px;
  }
}

.ovh-section {
  overflow: hidden;
}

.infographic-stats .elementor-widget-heading .elementor-heading-title {
  font-weight: 100;
  font-size: 60px;
  line-height: 1;
  margin: 7px 0 37px;
}
@media (max-width: 1200px) {
  .infographic-stats .elementor-widget-heading .elementor-heading-title {
    font-size: 50px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .infographic-stats .elementor-widget-heading .elementor-heading-title {
    font-size: 42px;
  }
}
.infographic-stats-box .elementor-text-editor {
  max-width: 240px;
  margin: 0 auto;
}
.infographic-stats-section .elementor-container {
  max-width: 1660px !important;
}

.container-gsFormstackForm .fsBody .fsForm {
  margin: 0;
  padding: 0;
}
.container-gsFormstackForm .fsBody .fsForm .fsCell {
  padding-top: 0 !important;
}
.container-gsFormstackForm .fsBody .fsForm .fsSubmit {
  margin-top: 0;
  padding: 10px 0 0;
}
.container-gsFormstackForm a {
  display: none;
}

.page-template-default [data-bbox-part-id=f2993851-9d19-4879-a0d6-c2011a4cc924].BBFormContainer .BBFormSectionHeading {
  text-align: center;
}
.page-template-default .BBFormButtonRow {
  display: flex;
  justify-content: center;
}
.page-template-default .BBFormSignupPrivacyLabelTall, .page-template-default .BBFormSignupPrivacyLinkTall {
  float: initial;
}

.BBFormContainer {
  text-align: center;
}
@media (max-width: 767px) {
  .BBFormContainer .BBFormProgress-Title {
    font-size: 15px !important;
  }
  .BBFormContainer .BBFormProgress-Amount {
    font-size: 18px !important;
  }
  .BBFormContainer .BBFormProgress-Footer {
    font-size: 15px !important;
  }
}
.BBFormContainer .elementor-button {
  border: 1px solid #000 !important;
  color: #000 !important;
  background-color: transparent !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  border-radius: 25px !important;
  padding: 10px !important;
  transition: all 0.2s ease;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: none !important;
  min-width: 140px;
  font-family: proxima-nova, sans-serif !important;
}
.BBFormContainer .elementor-button:hover {
  color: #fff !important;
  background-color: #000 !important;
}

.BBForm-visible #mongo-form .BBFormButtonRow {
  display: block;
}

.BBFormErrorBlock {
  margin: 0 auto 10px !important;
}

.BBFormSection {
  margin: 8px auto !important;
}
.BBFormSection.BBFormButtonRow {
  display: block;
  margin: 0 auto !important;
}
.BBFormSection.BBFormButtonRow .BBFormFieldLabel {
  width: auto !important;
  padding-right: 0 !important;
  margin-right: 10px !important;
  float: none !important;
  display: inline-block !important;
}
.BBFormSection.BBFormButtonRow .BBFormFieldContainer {
  text-align: center !important;
}

.BBForm-visible .BBFormSection {
  display: block;
}

#bboxdonation_giftattributes_ctl00_divAttrib,
#bboxdonation_giftattributes_ctl01_divAttrib {
  text-align: left !important;
}

#bboxdonation_giftattributes_ctl00_lblAttribDisplayName,
#bboxdonation_giftattributes_ctl01_lblAttribDisplayName {
  width: auto !important;
}

.button-outline .elementor-button-link,
.button-outline .elementor-cta__button {
  font-size: 12px !important;
  background: transparent !important;
  border: 1px solid #fff !important;
  font-family: proxima-nova, sans-serif !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  min-width: 179px;
  border-radius: 25px !important;
  color: #fff !important;
  cursor: pointer;
}
.button-outline .elementor-button-link:hover,
.button-outline .elementor-cta__button:hover {
  background: #fff !important;
  color: #237da4 !important;
}

.load-more-block {
  text-align: center;
  margin-top: 30px;
}
.load-more-block button {
  font-size: 12px !important;
  background: #fff !important;
  border: 1px solid #018B92 !important;
  font-family: proxima-nova, sans-serif !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  min-width: 179px;
  border-radius: 25px !important;
  color: #018B92 !important;
  padding: 10px;
  outline: 0;
  transition: all 0.3s;
}
.load-more-block button:hover {
  background: #018B92 !important;
  color: #fff !important;
}

.highlights-section .elementor-widget-heading .elementor-heading-title {
  font-size: 32px;
  font-weight: 300;
  color: #fff !important;
}
.highlights-section .elementor-cta__content {
  padding: 40px 60px 60px;
}
@media (max-width: 1024px) {
  .highlights-section .elementor-cta__content {
    padding: 30px 20px;
  }
}
.highlights-section div.elementor-widget-text-editor {
  color: #fff;
  font-family: adelle, serif !important;
  font-weight: 300;
}
.highlights-section .elementor-cta__description {
  font-size: 18px;
  line-height: 22px;
  font-family: adelle, serif !important;
  margin-bottom: 30px !important;
  font-weight: 300 !important;
}
.highlights-section .elementor-cta__description strong {
  display: block;
  margin-bottom: 20px;
}
.highlights-section h3.elementor-cta__title {
  font-size: 32px;
  font-weight: 300;
  color: #fff !important;
  padding-bottom: 20px;
  border-bottom: 2px solid #fff;
  margin-bottom: 30px;
}

.video-section .elementor-widget-heading .elementor-heading-title {
  font-size: 24px;
  font-weight: 300;
  color: #232020 !important;
}
.video-section .elementor-widget-video {
  margin-bottom: 40px !important;
}

.impact-section .elementor-widget-heading .elementor-heading-title {
  color: #232020 !important;
  font-size: 20px;
  text-transform: uppercase;
  padding-top: 10px;
  border-top: 2px solid #232020;
  font-weight: 400;
}

div.elementor-widget-accordion {
  margin-top: 30px;
}
div.elementor-widget-accordion .elementor-accordion-item {
  border: 0;
}
div.elementor-widget-accordion .elementor-accordion-item + .elementor-accordion-item {
  border: 0;
}
div.elementor-widget-accordion .elementor-accordion-item .elementor-tab-content {
  font-weight: 400;
  font-family: proxima-nova, sans-serif;
  color: #232020;
  border: 0;
  padding-top: 5px;
  padding-left: 0px;
}
div.elementor-widget-accordion .elementor-accordion-item .elementor-tab-content p:last-child {
  margin-bottom: 0;
}
div.elementor-widget-accordion .elementor-accordion-item .elementor-tab-content img.alignleft {
  float: left;
  clear: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  div.elementor-widget-accordion .elementor-accordion-item .elementor-tab-content img.alignleft {
    float: none;
    margin-right: 100%;
  }
}
div.elementor-widget-accordion .elementor-accordion-item .elementor-tab-content img.alignright {
  float: right;
  clear: right;
  margin-left: 20px;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  div.elementor-widget-accordion .elementor-accordion-item .elementor-tab-content img.alignright {
    float: none;
    margin-right: 100%;
  }
}
div.elementor-widget-accordion .elementor-tab-title {
  padding: 10px 0 25px;
  color: #929496 !important;
  font-size: 20px;
  font-weight: 400 !important;
  font-family: adelle, serif !important;
  text-transform: uppercase;
  border-top: 2px solid #d8d8d5;
  transition: all 0.3s ease;
}
div.elementor-widget-accordion .elementor-tab-title.elementor-active {
  color: #232020 !important;
  border-top: 2px solid #232020;
  padding-bottom: 0;
}

.connected-section h2.elementor-heading-title {
  font-weight: 300 !important;
}

.load-more-section {
  text-align: center;
  padding: 50px 0;
}
.load-more-section h2 {
  font-size: 42px;
  line-height: 46px;
  color: #fff;
  font-weight: 300 !important;
  margin: 0 0 20px;
}
.load-more-section button {
  padding: 15px 45px 15px 45px;
}

.fixed-shared-bar.logged-in .fixed-widget-wrap .fixed-widget {
  top: 124px;
}

.fixed-widget-wrap .elementor-element.fixed-widget {
  position: fixed;
  top: 124px;
  right: 25px;
  background: #018B92;
  border-radius: 10px;
  padding: 23px 11px 9px 14px;
  opacity: 0.8;
  width: unset;
}

.elementor-widget-wrap > .elementor-element.sharing-widget {
  width: 58px;
}

.fixed-widget-wrap {
  z-index: 20;
}
.fixed-widget-wrap .fixed-widget ul.elementor-icon-list-items {
  display: block;
}
.fixed-widget-wrap .fixed-widget ul.elementor-icon-list-items .elementor-icon-list-item {
  margin-bottom: 15px;
  justify-content: center;
}
.fixed-widget-wrap .fixed-widget ul.elementor-icon-list-items .elementor-icon-list-item a {
  justify-content: center;
}
.fixed-widget-wrap .fixed-widget ul.elementor-icon-list-items .elementor-icon-list-item:hover .elementor-icon-list-text {
  opacity: 1;
}
.fixed-widget-wrap .fixed-widget ul.elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text {
  color: #fff;
  padding-left: 0px;
  margin-bottom: 10px;
  font-style: italic;
  font-size: 20px;
  transition: opacity 0.5s ease;
  transition-delay: 1.2s;
}
.fixed-widget-wrap .fixed-widget ul.elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text:hover {
  color: #d8d8d5;
}
.fixed-widget-wrap .fixed-widget ul.elementor-icon-list-items .elementor-icon-list-item:last-child .elementor-icon-list-text {
  margin-bottom: 0px;
}
.fixed-widget-wrap .fixed-widget ul.elementor-icon-list-items .elementor-icon-list-icon {
  width: auto !important;
  display: none;
}
.fixed-widget-wrap .fixed-widget ul.elementor-icon-list-items .elementor-icon-list-icon i {
  display: none;
}
.fixed-widget-wrap .elementor-column-wrap {
  padding: 0 !important;
}

.date-filter {
  padding-top: 35px;
}
.date-filter .elementor-widget-heading.elementor-widget-heading .elementor-heading-title,
.date-filter .tagcloud-wrapper h5 {
  color: #018B92;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  padding-bottom: 20px;
  border-bottom: 2px solid #018B92;
  font-family: proxima-nova, sans-serif !important;
}
.date-filter .elementor-shortcode h3,
.date-filter .archive-list li {
  margin: 0;
  padding: 10px 0;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  font-family: adelle, serif;
  color: #929496;
  text-transform: uppercase;
  border-bottom: 1px solid #d8d8d5;
}
.date-filter .elementor-shortcode h3 a,
.date-filter .archive-list li a {
  color: #929496;
}
.date-filter .elementor-shortcode h3 a:hover,
.date-filter .archive-list li a:hover {
  color: #232020;
}
.date-filter .elementor-shortcode h3 {
  position: relative;
  padding-right: 30px;
  cursor: pointer;
  outline: none;
}
.date-filter .elementor-shortcode h3:after {
  content: "+";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  font-size: 45px;
  color: #018B92;
  font-family: proxima-nova, sans-serif;
  opacity: 0.7;
  font-weight: 100;
}
.date-filter .elementor-shortcode h3.ui-accordion-header-active {
  color: #232020;
}
.date-filter .elementor-shortcode h3.ui-accordion-header-active:after {
  content: "-";
  font-size: 68px;
  margin-top: -4px;
}
.date-filter .archive-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.date-filter .archive-count {
  color: #d8d8d5;
}
.date-filter .elementor-widget {
  margin-bottom: 0 !important;
}
.date-filter .tagcloud-wrapper {
  margin-top: 60px;
}
@media (max-width: 960px) {
  .date-filter .tagcloud-wrapper {
    margin-top: 30px;
  }
}
.date-filter .wp-tag-cloud {
  list-style-type: none;
  margin: 0 0 20px;
  padding: 0;
}
.date-filter .wp-tag-cloud li {
  display: inline-block;
  margin: 20px 20px 0 0;
}
@media (max-width: 960px) {
  .date-filter .wp-tag-cloud li {
    display: block;
    margin: 15px 0 0 0;
  }
}
.date-filter .wp-tag-cloud li a {
  display: inline-block;
  font-size: 12px !important;
  line-height: 15px;
  letter-spacing: -0.3px;
  background: #f5f4ef;
  color: #018B92;
  padding: 6px 25px;
  border-radius: 25px;
}
.date-filter .wp-tag-cloud li .tag-link-count {
  font-style: italic;
  font-weight: 100;
  letter-spacing: 0;
}

.image-post-block,
.image-news-block {
  -webkit-display: flex;
  -ms-display: flex;
  -moz-display: flex;
  display: flex;
  flex-wrap: wrap;
}

.image-posts {
  background-size: cover !important;
  background-position: 50% !important;
  color: #fff;
  width: 50%;
  position: relative;
  overflow: hidden;
  min-height: 482px;
}
@media (max-width: 960px) {
  .image-posts {
    width: 100%;
    min-height: 355px;
  }
}
.image-posts:before,
.image-posts .slick-slide-inner:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: background 0.3s ease;
  pointer-events: none;
}
@media (min-width: 1280px) {
  .image-posts:hover .image-post-content,
  .image-posts:hover .elementor-slides .slick-slide-inner .elementor-slide-description {
    opacity: 1;
    height: auto;
  }
  .image-posts:hover:before,
  .image-posts:hover .slick-slide-inner:before {
    background: rgba(1, 139, 146, 0.85);
  }
  .image-posts:hover .post-info,
  .image-posts:hover div.elementor-slides .slick-slide-inner .elementor-slide-content {
    bottom: auto;
    top: 49px;
  }
}
@media (min-width: 1280px) and (max-width: 767px) {
  .image-posts:hover .post-info,
  .image-posts:hover div.elementor-slides .slick-slide-inner .elementor-slide-content {
    top: 20px;
  }
}
.image-posts-slide .image-posts {
  width: 100%;
  min-height: auto;
}
.image-posts .image-post-content,
.image-posts .elementor-slides .slick-slide-inner .elementor-slide-description {
  height: 0;
  opacity: 0;
  transition: all 0.5s ease;
}
.image-posts .elementor-slides .slick-slide-inner .elementor-slide-description {
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  line-height: 22px;
}
.image-posts .post-heading,
.image-posts .elementor-slides .slick-slide-inner .elementor-slide-heading {
  font-size: 32px;
  line-height: 38px;
  color: #fff;
  margin: 0;
  font-weight: 400;
  text-transform: uppercase;
  font-family: adelle, serif;
}
@media (max-width: 767px) {
  .image-posts .post-heading,
  .image-posts .elementor-slides .slick-slide-inner .elementor-slide-heading {
    font-size: 26px;
    line-height: 30px;
  }
}
.image-posts .post-info,
.image-posts div.elementor-slides .slick-slide-inner .elementor-slide-content {
  position: absolute;
  bottom: 49px;
  left: 49px;
  right: 49px;
  width: auto;
  z-index: 1;
  transition: bottom 0.3s ease;
  color: #fff;
}
@media (max-width: 767px) {
  .image-posts .post-info,
  .image-posts div.elementor-slides .slick-slide-inner .elementor-slide-content {
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
}
.image-posts .post-subtitle {
  font-size: 24px;
  line-height: 38px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .image-posts .post-subtitle {
    font-size: 20px;
    line-height: 24px;
  }
}
.image-posts > a {
  display: block;
  padding: 49px;
  height: 100%;
}
@media (max-width: 767px) {
  .image-posts > a {
    padding: 20px;
  }
}

.image-people {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-size: cover !important;
  background-position: 50% 50% !important;
  color: #fff;
}
.image-people:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(225deg, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.509228) 99.59%);
}
.image-people-block {
  -webkit-display: flex;
  -ms-display: flex;
  -moz-display: flex;
  display: flex;
  flex-wrap: wrap;
  background: #018B92;
}
.image-people-block a {
  color: #fff;
  text-decoration: underline !important;
}
.image-people-block a:hover {
  color: #7ed2d6;
}
.image-people-block .row {
  width: 33.33%;
  position: relative;
  min-height: 482px;
}
@media (max-width: 960px) {
  .image-people-block .row {
    width: 100%;
  }
}
.image-people-block .row .right {
  padding-left: 50px;
  padding-right: 124px;
}
@media (max-width: 960px) {
  .image-people-block .row .right {
    padding-right: 50px;
  }
}
.image-people-block .row .left, .image-people-block .row .center {
  padding-right: 50px;
  padding-left: 50px;
}
.image-people-block .row-people-left .center {
  left: 100%;
}
@media (max-width: 960px) {
  .image-people-block .row-people-left .center {
    top: 100%;
  }
}
.image-people-block .row-people-right .center {
  right: 100%;
}
@media (max-width: 960px) {
  .image-people-block .row-people-right .center {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (max-width: 960px) {
  .image-people-block .row-people-right .center {
    top: 100%;
  }
}
.image-people-block .row-people-center .image-people {
  right: -1px;
}
.image-people-block .row-people-center .left {
  right: 100%;
}
.image-people-block .row-people-center .right {
  left: 100%;
  padding-left: 50px;
}
@media (max-width: 960px) {
  .image-people-block .row-people-center .center {
    top: 100%;
  }
}
.image-people-block .column-hidden {
  display: none;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 15px;
  line-height: 18px;
}
.image-people-block .column-hidden-holder {
  position: absolute;
  overflow: auto;
  max-height: 100%;
  background: #018B92;
  z-index: 10;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 20px;
}
@media (max-width: 960px) {
  .image-people-block .column-hidden-holder {
    left: 0 !important;
    right: 0 !important;
    max-width: 100%;
  }
}
@media (min-width: 961px) {
  .image-people-block .column-hidden-holder {
    top: 0 !important;
    bottom: 0 !important;
  }
}
.image-people-block .column-hidden-holder img {
  max-width: 290px;
  max-height: 290px;
}
.image-people-block .column-hidden-holder h3 {
  font-size: 32px;
  line-height: 38px;
  color: #fff;
  margin: 15px 0 0;
  font-weight: 400;
  text-transform: uppercase;
}
.image-people-block .column-hidden-holder .post-subtitle {
  font-size: 24px;
  line-height: 38px;
  margin: 0;
}
.image-people-block .column-hidden h5 {
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 5px;
  font-weight: 300;
  color: #fff;
}
.image-people-block .column-hidden p {
  margin-top: 0;
}
.image-people-block .column-hidden #close-people {
  position: absolute;
  top: 30px;
  right: 50px;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 34px;
  font-size: 40px;
  font-weight: 300;
  transform: rotate(45deg);
  color: #fff;
  border-radius: 50%;
  border: 1px solid #fff;
  cursor: pointer;
  z-index: 11;
}
@media (max-width: 960px) {
  .image-people-block .column-hidden #close-people {
    top: 15px;
    right: 20px;
  }
}
.image-people .post-heading,
.image-people .elementor-slides .slick-slide-inner .elementor-slide-heading {
  font-size: 32px;
  line-height: 38px;
  color: #fff;
  margin: 0;
  font-weight: 400;
  text-transform: uppercase;
  font-family: adelle, serif;
  text-align: left;
}
.image-people .post-info {
  position: absolute;
  bottom: 49px;
  left: 49px;
  right: 49px;
  z-index: 1;
}
.image-people .post-subtitle {
  font-size: 24px;
  line-height: 38px;
  margin-bottom: 20px;
}
.image-people .elementor-slide-heading .icon-arrow-right {
  position: absolute;
  bottom: -23px;
  right: -30px;
}
@media (max-width: 767px) {
  .image-people .elementor-slide-heading .icon-arrow-right {
    bottom: 0;
    right: 0;
  }
}
.image-people #open-people {
  position: absolute;
  bottom: 22px;
  right: 22px;
  font-size: 36px;
  font-weight: 700;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .image-people #open-people {
    right: 15px;
    bottom: 15px;
  }
}
@media (max-width: 960px) {
  .image-people #open-people {
    transform: rotate(90deg);
  }
}

/*
  ====================
  * Campus Map
  ====================
*/
#map-opener {
  cursor: pointer;
  color: #018B92;
  text-decoration: underline;
}

.map {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 20;
  background: rgba(255, 255, 255, 0.9);
}

.desktop-map {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 1680px;
  margin: 0 auto;
}
.desktop-map img {
  width: 100%;
}

.tabset {
  margin: 0;
  padding: 0 0 48%;
  list-style: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 100%;
  z-index: 3;
  max-width: 1680px;
  pointer-events: none;
}
@media (min-width: 1680px) {
  .tabset {
    height: 815px;
    padding: 0;
  }
}
.tabset li {
  position: absolute;
  list-style-type: none;
  pointer-events: auto;
}
.tabset li.tab1 {
  left: 51%;
  bottom: 68.5%;
  z-index: 3;
}
.tabset li.tab2 {
  left: 55.5%;
  bottom: 62%;
  z-index: 4;
}
.tabset li.tab3 {
  left: 21.5%;
  bottom: 62%;
  z-index: 5;
}
.tabset li.tab4 {
  left: 66%;
  bottom: 55.2%;
  z-index: 6;
}
.tabset li.tab5 {
  left: 29.5%;
  bottom: 51.5%;
  z-index: 7;
}
.tabset li.tab6 {
  left: 34.6%;
  bottom: 48.4%;
  z-index: 8;
}
.tabset li.tab7 {
  left: 22.4%;
  bottom: 44.2%;
  z-index: 9;
}
.tabset li.tab8 {
  left: 4.6%;
  bottom: 35.4%;
  z-index: 10;
}
.tabset li.tab9 {
  left: 45%;
  bottom: 41%;
  z-index: 11;
}
.tabset li.tab10 {
  left: 70%;
  bottom: 46%;
  z-index: 12;
}
.tabset li.tab11 {
  left: 86.6%;
  bottom: 5.4%;
  z-index: 13;
}
.tabset li.tab12 {
  left: 88.2%;
  bottom: 29.4%;
  z-index: 13;
}
@media (max-width: 767px) {
  .tabset li.tab12 {
    left: 84.2%;
  }
}
.tabset li.tab1 .location-name, .tabset li.tab5 .location-name, .tabset li.tab7 .location-name, .tabset li.tab11 .location-name {
  left: auto;
  right: 22px;
}
.tabset li.tab12 .location-name {
  left: auto;
  right: 0;
  top: 0;
}
.tabset li.tab4.active {
  z-index: 9;
}
.tabset a {
  position: relative;
  display: block;
  text-indent: -9999px;
  background: url("../images/pin.png") no-repeat;
  top: 24px;
  width: 37px;
  height: 63px;
}
.tabset a:hover + .location-name {
  display: block;
}
.tabset a.arrow-right {
  background: none;
  color: #fff;
  text-indent: 0;
  font-size: 50px;
}
@media (max-width: 767px) {
  .tabset a.arrow-right {
    font-size: 35px;
  }
}
.tabset .location-name {
  display: none;
  color: #000;
  background: #fff;
  font-family: proxima-nova, sans-serif;
  line-height: 26px;
  font-size: 22px;
  text-align: center;
  padding: 10px 15px 5px;
  position: absolute;
  left: 26px;
  top: 7px;
  text-indent: 0;
  white-space: nowrap;
  cursor: pointer;
}
.tabset .location-name:hover {
  display: block;
}

.main-frame .content-holder {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 150px 20px 20px;
  background: rgba(255, 255, 255, 0.9);
  height: 100%;
  overflow: auto;
  display: none;
}
@media (max-width: 960px) {
  .main-frame .content-holder {
    padding-top: 80px;
  }
}
.main-frame .content-holder .slider-wrap {
  max-width: 1300px;
  margin: 0 auto;
  overflow: hidden;
}
.main-frame .content-holder .slider {
  float: left;
  width: 60%;
  margin-right: 40px;
}
@media (max-width: 960px) {
  .main-frame .content-holder .slider {
    float: none;
    width: 100%;
    margin: 0 0 40px;
  }
}
.main-frame .content-holder .slider .slick-slide {
  position: relative;
  height: 600px;
}
@media (max-width: 1024px) {
  .main-frame .content-holder .slider .slick-slide {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .main-frame .content-holder .slider .slick-slide {
    height: 300px;
  }
}
.main-frame .content-holder .slider img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%, -50%);
}
.campus-map .main-frame .content-holder .slider img {
  top: unset;
  left: unset;
}
.main-frame .content-holder .slick-arrow {
  position: absolute;
  top: 50%;
  width: 37px;
  height: 36px;
  margin-bottom: -18px;
  background: url("../images/icon-arrow-right.svg");
  text-indent: -999px;
  overflow: hidden;
  border: 0;
  outline: 0;
  cursor: pointer;
  z-index: 2;
}
.main-frame .content-holder .slick-arrow.slick-prev {
  left: 40px;
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .main-frame .content-holder .slick-arrow.slick-prev {
    left: 20px;
  }
}
.main-frame .content-holder .slick-arrow.slick-next {
  left: auto;
  right: 40px;
}
@media (max-width: 767px) {
  .main-frame .content-holder .slick-arrow.slick-next {
    right: 20px;
  }
}
.main-frame .content-holder .slick-arrow.slick-disabled {
  opacity: 0.5;
  cursor: default;
}
@media (min-width: 1200px) {
  .main-frame .content-holder .slick-arrow:hover {
    opacity: 0.5;
  }
}
.main-frame .content-holder .slick-dots {
  list-style: none;
  position: absolute;
  bottom: 0;
  left: 100%;
  padding: 0 0 0 35px;
  margin: 0;
  width: 100%;
}
@media (max-width: 960px) {
  .main-frame .content-holder .slick-dots {
    left: 0;
    bottom: auto;
    padding: 10px 0 0;
    text-align: center;
  }
}
.main-frame .content-holder .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
.main-frame .content-holder .slick-dots li button {
  width: 16px;
  max-width: 16px;
  height: 16px;
  padding: 0;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #232020;
  text-indent: -999px;
  overflow: hidden;
  outline: 0;
  cursor: pointer;
}
.main-frame .content-holder .slick-dots li.slick-active button {
  background: #232020;
}
.main-frame .content-holder .location-desc {
  overflow: hidden;
  max-width: 300px;
}
@media (max-width: 960px) {
  .main-frame .content-holder .location-desc {
    max-width: 100%;
  }
}
.main-frame .content-holder .location-desc h2 {
  font-size: 48px;
  line-height: 1;
  font-weight: 300;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .main-frame .content-holder .location-desc h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
.main-frame .content-holder .location-desc p {
  line-height: 28px;
}
@media (max-width: 767px) {
  .main-frame .content-holder .location-desc p {
    line-height: 24px;
  }
}

.content-holder .close-location,
.close-map {
  position: absolute;
  top: 36px;
  right: 36px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  z-index: 20;
}
.content-holder .close-location i,
.close-map i {
  font-weight: 400;
  margin-left: 5px;
  font-size: 20px;
}

.close-map {
  top: 15%;
  z-index: 10;
  color: #fff;
}
@media (max-width: 767px) {
  .close-map {
    top: 10px;
    right: 20px;
  }
}
@media (orientation: landscape) {
  .close-map {
    top: 25%;
  }
}

.content-holder .close-location:hover,
.close-map:hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .tabset .location-name {
    line-height: 10px;
    font-size: 13px;
    top: 17px;
    padding: 5px;
  }
  .tabset li.tab1 .location-name,
  .tabset li.tab5 .location-name,
  .tabset li.tab7 .location-name,
  .tabset li.tab11 .location-name {
    right: 24px;
  }
}
@media (max-width: 376px) {
  .tabset a {
    background-size: contain;
    width: 13px;
    height: 39px;
  }
}
@media (max-width: 745px) {
  .tabset a {
    background-size: contain;
    width: 17px;
    height: 40px;
  }
}
/*
  ====================
  * Blog page
  ====================
*/
.blog-section {
  padding: 70px 0;
  line-height: normal;
}
@media (max-width: 767px) {
  .blog-section {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.blog-section .elementor-column-gap-default > .elementor-row {
  justify-content: space-between;
}
.blog-section .elementor-column-gap-default > .elementor-row > .elementor-column {
  max-width: 46%;
}
@media (max-width: 767px) {
  .blog-section .elementor-column-gap-default > .elementor-row > .elementor-column {
    max-width: 100%;
    margin-bottom: 50px;
  }
  .blog-section .elementor-column-gap-default > .elementor-row > .elementor-column:last-child {
    margin-bottom: 0;
  }
}
.blog-section .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
  padding: 0 15px;
}
.blog-section .post-header {
  -webkit-display: flex;
  -ms-display: flex;
  -moz-display: flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .blog-section .post-header {
    margin-bottom: 25px;
  }
}
.blog-section .post-header h2 {
  line-height: 1.05;
  font-size: 36px;
  letter-spacing: -0.024px;
  text-transform: uppercase;
  margin: 0;
  padding-right: 10px;
}
@media (max-width: 1024px) {
  .blog-section .post-header h2 {
    font-size: 26px;
  }
}
.blog-section .post-header .more-link {
  color: #018B92;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: -0.02px;
  font-weight: bold;
  font-style: italic;
  white-space: nowrap;
}
.blog-section .post-header .more-link:hover .icon svg {
  transform: translateX(5px);
}
.blog-section .post-header .more-link .icon {
  margin-left: 15px;
  display: inline-block;
  vertical-align: initial;
  width: 41px;
  height: 41px;
  line-height: 37px;
  text-align: center;
  border-radius: 50%;
  background: #f5f4ef;
}
@media (max-width: 1024px) {
  .blog-section .post-header .more-link .icon {
    display: none;
  }
}
.blog-section .post-header .more-link .icon svg {
  width: 85%;
  height: 85%;
  vertical-align: middle;
  transition: transform 0.3s ease-in-out;
}
.blog-section .post-preview {
  -webkit-display: flex;
  -ms-display: flex;
  -moz-display: flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.blog-section .post-preview-img {
  width: 45%;
  padding-right: 15px;
}
@media (max-width: 480px) {
  .blog-section .post-preview-img {
    width: 100%;
    padding-right: 0;
    margin-bottom: 15px;
  }
}
.blog-section .post-preview-title {
  padding-left: 15px;
  width: 55%;
}
@media (max-width: 480px) {
  .blog-section .post-preview-title {
    width: 100%;
    padding-left: 0;
  }
}
.blog-section .post-preview-title h3 {
  font-size: 20px;
  line-height: normal;
  letter-spacing: -0.02px;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0;
}
@media (max-width: 1024px) {
  .blog-section .post-preview-title h3 {
    font-size: 18px;
  }
}
.blog-section .recent-post-title {
  line-height: 1.15;
  font-size: 14px;
  letter-spacing: -0.02px;
  text-transform: uppercase;
  color: #018B92;
  font-weight: bold;
  padding-top: 25px;
  border-top: 2px solid #018B92;
  margin: 0;
}
@media (max-width: 767px) {
  .blog-section .recent-post-title {
    padding-top: 15px;
  }
}
.blog-section .resent-post {
  line-height: normal;
  font-size: 18px;
  color: #666;
  padding: 25px 0;
  border-bottom: 2px solid #d8d8d5;
}
.blog-section .resent-post h3 {
  font-size: 20px;
  line-height: normal;
  letter-spacing: -0.02px;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0 0 30px;
}
@media (max-width: 1024px) {
  .blog-section .resent-post h3 {
    font-size: 18px;
  }
}
.blog-section .resent-post h3 a {
  color: #232020;
}
.blog-section .resent-post time {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #33333A;
  display: block;
  margin-top: 25px;
}
.blog-section .btn-holder {
  margin-top: 30px;
}
.blog-section .read-more-btn {
  font-size: 12px;
  text-align: center;
  letter-spacing: -0.3px;
  color: #000;
  border: 1px solid #000;
  border-radius: 25px;
  min-width: 200px;
  padding: 12px 25px;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
}
.blog-section .read-more-btn:focus, .blog-section .read-more-btn:hover {
  color: #fff;
  background: #000;
}

@media (max-width: 1200px) {
  .search-hero {
    padding: 0 !important;
  }
}

@media (max-width: 1200px) {
  .search-results-content {
    padding: 0 !important;
  }
}
@media (max-width: 1024px) {
  .search-results-content .elementor-posts .elementor-post {
    display: block;
  }
}
.search-results-content .elementor-widget-archive-posts .elementor-post__title a {
  color: #232020;
  font-family: adelle, serif;
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: normal;
}
@media (max-width: 1024px) {
  .search-results-content .elementor-widget-archive-posts .elementor-post__title a {
    font-size: 18px;
  }
}
.search-results-content .elementor-widget-archive-posts .elementor-post__title a:hover {
  color: #929496;
}
.search-results-content .elementor-widget-archive-posts .elementor-post__excerpt p {
  font-family: proxima-nova, sans-serif;
  color: #232020;
  font-size: 18px;
  color: #666;
}
.search-results-content .elementor-widget-archive-posts .elementor-post__read-more {
  color: #018B92;
  font-weight: 400;
  font-size: 14px;
  font-family: proxima-nova, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-style: italic;
}
.search-results-content .elementor-widget-archive-posts .elementor-post__read-more:hover {
  color: #232020;
}
.search-results-content .elementor-widget-archive-posts .elementor-post__read-more i {
  font-weight: 700;
  margin-left: 3px;
}
.search-results-content .elementor-widget-archive-posts .elementor-pagination {
  font-family: proxima-nova, sans-serif;
  margin-top: 30px;
}
.search-results-content .elementor-widget-archive-posts .elementor-pagination .page-numbers {
  display: inline-block;
  vertical-align: middle;
  margin: 0 !important;
  padding: 5px 7px !important;
  min-width: 40px;
  min-height: 40px;
  line-height: 28px;
  color: #fff !important;
}
.search-results-content .elementor-widget-archive-posts .elementor-pagination .page-numbers.prev, .search-results-content .elementor-widget-archive-posts .elementor-pagination .page-numbers.next {
  font-size: 30px;
  line-height: 26px;
}
.search-results-content .elementor-widget-archive-posts .elementor-pagination a {
  background: #018B92;
}
.search-results-content .elementor-widget-archive-posts .elementor-pagination a.current, .search-results-content .elementor-widget-archive-posts .elementor-pagination a:hover {
  background: #b9b9b9;
}
.search-results-content .elementor-widget-archive-posts .elementor-pagination span {
  background: #b9b9b9;
}

.progress-bar-section {
  position: relative;
}
.progress-bar-section .elementor-title {
  display: block;
  text-align: center;
}
.progress-bar-section .elementor-title span {
  display: block;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 5px;
}
@media (max-width: 1024px) {
  .progress-bar-section .elementor-title span {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .progress-bar-section .elementor-widget-container {
    min-height: 290px;
  }
}
.progress-bar-section .elementor-progress-wrapper {
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 0;
  padding: 1px;
}
.progress-bar-section .elementor-progress-bar {
  height: 42px;
  line-height: 42px;
  border-radius: 0 6px 6px 0;
}

/*
  ====================
  * Footer
  ====================
*/
@media (min-width: 1024px) and (max-width: 1200px) {
  #uwc-footer {
    padding: 0;
  }
}
#uwc-footer .elementor-widget-nav-menu .elementor-nav-menu--main .menu-item:last-child .elementor-item {
  border-right: 0;
}
#uwc-footer .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  padding: 0 12px;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 410px) {
  #uwc-footer .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item {
    border-right: none;
  }
}
#uwc-footer .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:hover {
  text-decoration: underline;
}
#uwc-footer .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:after {
  content: none;
}
#uwc-footer .elementor-shortcode {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  padding: 0 12px 0 0;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 410px) {
  #uwc-footer .elementor-shortcode {
    padding: 0 0 8px 0;
    border-right: none;
    text-align: center;
  }
}
#uwc-footer .footer-social .elementor-widget-wrap {
  padding-right: 26px;
  max-width: 220px;
}
@media (max-width: 767px) {
  #uwc-footer .footer-social .elementor-widget-wrap {
    padding-right: 36px;
  }
}
#uwc-footer .footer-social .elementor-column-wrap {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  #uwc-footer .footer-social .elementor-column-wrap {
    justify-content: center;
  }
}
#uwc-footer .footer-social .tenrec-bug {
  position: absolute;
  right: 0;
  top: -3px;
}
#uwc-footer .footer-social .tenrec-bug img {
  width: 18px;
}
#uwc-footer .footer-social .tenrec-bug a {
  opacity: 0.3;
}
#uwc-footer .footer-social .tenrec-bug a:hover {
  opacity: 0.5;
}
#uwc-footer .footer-social .elementor-widget-icon-list {
  margin-bottom: 0 !important;
}
#uwc-footer .footer-social .elementor-icon-list-items {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  #uwc-footer .footer-social .elementor-icon-list-items {
    justify-content: space-between;
  }
}
#uwc-footer .footer-social .elementor-icon-list-items .elementor-icon-list-item {
  margin: 0 10px;
}
@media (max-width: 1024px) {
  #uwc-footer .elementor-nav-menu--dropdown-tablet .elementor-nav-menu--main {
    display: block;
  }
  #uwc-footer .elementor-nav-menu--dropdown-tablet .elementor-nav-menu--main .elementor-nav-menu .menu-item {
    margin-bottom: 5px;
  }
  #uwc-footer .elementor-nav-menu--dropdown-tablet .elementor-nav-menu--dropdown {
    display: none;
  }
}
#uwc-footer .footer-nav .elementor-widget-wrap > .elementor-element {
  width: unset;
  margin: 0;
  padding: 0;
  color: white;
  font-size: 14px;
}
@media (max-width: 410px) {
  #uwc-footer .footer-nav .elementor-widget-wrap > .elementor-element {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #uwc-footer .footer-nav {
    width: 100% !important;
    padding-right: 20px;
  }
  #uwc-footer .footer-nav .elementor-widget-wrap {
    justify-content: center;
  }
  #uwc-footer .footer-social {
    width: 100% !important;
    margin-top: 6px;
  }
  #uwc-footer .footer-social .elementor-column-wrap {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  #uwc-footer .footer-nav {
    margin-bottom: 20px;
  }
  #uwc-footer .footer-nav .elementor-nav-menu--main .elementor-nav-menu {
    max-width: 240px;
    justify-content: center;
    margin: 0 auto;
  }
  #uwc-footer .footer-nav .elementor-nav-menu--main .elementor-nav-menu .menu-item:nth-child(odd) .elementor-item {
    border-right: 0;
  }
}/*# sourceMappingURL=theme.css.map */