:root {
  --lightblack: #231f20;
  --black: black;
  --medium-orchid: #e03fcb;
  --light-salmon: #fcbeae;
  --loading-state: #d9d9d9;
  --loading-state-2: #6b6b6b;
}

/* News Slider */
.news-item-row {
  display: flex;
  /* flex-wrap: wrap; */
  align-items: center;
  overflow: visible;
}
.news-item-row a {
  display: flex;
}
.news-item-row:not(:last-child) {
  border-bottom: 1px solid var(--loading-state);
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.news-item {
  /* width: 33.53%; */
  width: 100%;
  margin-left: 32px;
}
.news-item.first {
  margin-left: 0;
}
.news_slidercontainer .fof_slidermaskcarrousels {
  /* width: 100%; */
  width: 37.73%;
  text-align: left;
}
.news-desc h4 {
  font-weight: 400 !important;
  font-size: 30px !important;
  line-height: 42px !important;
  color: #fff;
  margin-block: 0 4px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  align-self: stretch;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-img img {
  height: 150px;
  max-width: 150px;
  width: 100%;
  object-fit: cover;
  box-shadow: 0px 10px 20px -10px #0f0f0fbf;
  border-radius: 16px;
}
.news-item-row .w-col {
  padding: 0;
  width: calc(100% - 150px);
}
.news-item-row .news-img {
  max-width: 150px;
}
.news-item-row .news-desc {
  padding-left: 12px;
}
.news-desc h6 {
  font-weight: 400;
  font-size: 22px;
  line-height: 34px;
  color: #fff;
  margin: 0;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* News Slider End*/

/* Search Start*/
.cstm-search-field {
  outline: none;
  box-shadow: none !important;
  border: 1px solid #8a8886;
  padding: 13px 8px;
  width: 100%;
  margin-top: 10px;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: -0.41px;
  color: var(--lightblack);
  -webkit-appearance: none;
  border-radius: 2px;
}
select.cstm-search-field {
  background-image: url(../images/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: 98% 50%;
  background-size: 18px;
}
.cstm-search-field::placeholder {
  color: var(--lightblack);
}
.cstm-search-btn .primarybutton {
  max-width: 394px;
  width: 100%;
  font-weight: 600;
  font-size: 20px;
}
.search-info-row .w-col:first-child {
  padding-left: 0;
}
.search-info-row .w-col:last-child {
  padding-right: 0;
}
.search-text .bodytext {
  font-size: 20px;
  line-height: 24px;
}

/* Search Start End*/

.fof_backgroundblack {
  background-color: var(--lightblack);
  color: #fff;
  text-align: left;
  padding-top: 60px;
  font-family: basic-sans, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}

.fof_mainnavigation {
  z-index: 102;
  position: relative;
}

.fof_navigationbar {
  z-index: 999;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 60px;
  min-height: 60px;
  max-height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  /* overflow: hidden; */
  overflow: visible;
}

.fof_mainnavigation_link {
  z-index: 103;
  color: #fff;
  height: 60px;
}

.fof_mainnavigation_link:hover,
.fof_mainnavigation_link:active {
  color: var(--medium-orchid);
}

.fof_mainnavigation_link.w--current {
  z-index: 103;
  color: #fff;
  line-height: 22px;
  text-decoration: underline;
}

.fof_navbranding {
  z-index: 101;
  height: 60px;
  top: 0;
  left: 0;
}

.fof_landingpage {
  -webkit-text-fill-color: inherit;
  background-image:
    url("../images/FOF-Cover-Shapes.svg"), url("../images/Cover-Image.png");
  background-position: 50%, 50%;
  background-size: cover, cover;
  background-clip: padding-box;
  border-radius: 20px;
  width: 100%;
  height: 80vh;
  margin-top: 40px;
  position: relative;
}

.fof_footeractions {
  margin-bottom: 40px;
  margin-left: 30px;
  margin-right: 30px;
  clear: both;
}

.fof_footeractions .primarybutton {
  max-width: 394px;
  width: 100%;
  font-weight: 600;
  text-align: center;
}
.fof_footeractions h2 {
  color: #fcbeae;
}
.dividerline {
  background-color: #fff;
  height: 1px;
  margin-bottom: 40px;
  margin-left: 30px;
  margin-right: 30px;
}

.dividerline.nomargin {
  margin-left: 0;
  margin-right: 0;
}

.dividerline.nomargin.nobottomspace {
  margin-bottom: 0;
}

.fof_sectionblackbox {
  background-color: var(--black);
  background-image: url("../images/Deco2.png");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 20px;
  margin-bottom: 40px;
  margin-left: 30px;
  margin-right: 30px;
  padding: 40px;
}

.fof_sectionblackbox.orangeshape {
  background-image: url("../images/Deco1.png");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
}

.fof_sectionblackbox.nobackground {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.text-large {
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

.text-large.center {
  text-align: center;
}

.text-large.center.marginbottom20 {
  margin-bottom: 20px;
}

.text-large.verticalposition {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.fof_listitem {
  padding-top: 5px;
  padding-bottom: 5px;
}

.fof_listcontainer {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 40px;
}

.text {
  text-align: left;
}

.text.center {
  text-align: center;
}

.text.center.black {
  color: var(--black);
}

.text.center.black.marginbottom20 {
  margin-bottom: 20px;
}

.h2 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-size: 60px !important;
  font-weight: 400 !important;
  line-height: 72px !important;
  position: relative !important;
}

.h2.magenta {
  color: var(--medium-orchid);
}

.h2.center {
  text-align: center;
}

.primarybutton {
  background-color: var(--light-salmon);
  color: var(--black);
  border-radius: 20px;
  width: auto;
  height: auto;
  padding: 15px 50px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
}

.primarybutton.center {
  text-align: center;
  left: 50%;
  transform: translate(-50%);
}

.fof_footer {
  z-index: 100;
  background-color: var(--black);
  /* background-image: url("../images/bg_footer_2.png"); */
  background-image: url("../images/fit_footer-bg.webp");
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 450px;
  position: relative;
}

.h1 {
  float: left;
  width: 100%;
  font-size: 5vw;
  font-weight: 400;
  line-height: 5.5vw;
  position: relative;
}

.h1.flushright {
  text-align: right;
}

.h1.flushright.spaceright {
  right: 7px;
}

.fof_logo_cover {
  z-index: 101;
  width: 100%;
  height: 100%;
  padding: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.presentedby1,
.presentedby2 {
  width: 100%;
  max-width: 113px;
  max-height: 97px;
  position: relative;
}

.flexboxcontainer {
  grid-column-gap: 20px;
  grid-row-gap: 50px;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.presentedby {
  position: relative;
  margin-bottom: 10px;
}

.criticsteaser {
  width: 100%;
  max-width: 550px;
  margin-top: 30px;
}

.sunylogocontainer {
  position: relative;
  top: 25%;
}

.footer-links {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.footer-links a:focus-visible {
  outline: solid;
}

.image {
  position: relative;
  left: 50%;
  transform: translate(-50%);
}

.footerlinkscolumns {
  text-align: center;
  margin-left: 25%;
  margin-right: 25%;
  padding-bottom: 20px;
}

.footerlinkscolumnsbody {
  padding-left: 0;
}

.primarybuttoncontainer {
  width: 100%;
  margin-bottom: 40px;
}

.fof_link {
  color: var(--lightblack);
}

.fof_link.white {
  color: #fff;
}

.presentedbycontainer {
  min-width: 97px;
}

.container {
  z-index: 999;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 60px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.columns {
  margin-bottom: 0;
}

.image-2 {
  object-fit: cover;
  width: 100%;
  max-width: 225px;
  height: auto;
  max-height: 46px;
  position: relative;
  top: 50%;
  transform: translate(0%, -50%);
}

.fof_pagecontentcontainerwithmargin30 {
  z-index: 99;
  width: 100%;
  margin-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.menu-button {
  z-index: 103;
}

.icon {
  z-index: 103;
  position: relative;
}

.h3 {
  font-size: 35px;
  font-weight: 400;
  line-height: 47px;
}

.h3.center {
  text-align: center;
}

.h3.center.lightsalmoncolor {
  color: var(--light-salmon);
}

.h3.center.containerplacement {
  z-index: 103;
  color: #fff;
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.h3.center.containerplacement.turnsh5onmobile.blacktext {
  color: #000;
}

.h3.turnsh5onmobile.hidden {
  display: none;
}

.h3.tilel_containerplacement {
  z-index: 103;
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.85) 68%);
  margin-bottom: 0;
  padding: 52px 20px 11px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  display: flex;
  flex-direction: column;
}

.h3.tilel_containerplacement.turnsh5onmobile {
  padding-top: 25%;
  font-size: 26px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 31px !important;
}

.h3.nomargintop {
  margin-top: 0;
}

.fof_slider {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  display: block;
  left: 30px;
}

.tilep {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  width: 396px;
  margin-left: 10px;
  margin-right: 0;
  padding: 0;
}

.tilep.first {
  margin-left: 0;
}

.tilep.last {
  margin-right: 30px;
}

.tilep.landscape {
  width: 806px;
}

.tilep.landscape.placementright {
  object-position: 100% 50%;
}

.fof_slidermask {
  color: rgba(0, 0, 0, 0);
  width: 400px;
  overflow: visible;
}

.portfoliolink {
  color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  font-style: normal;
  font-weight: 300;
  text-decoration: none;
  position: relative;
}

.portfoliolink.h3link {
  color: #fff;
  width: auto;
  height: auto;
  min-height: auto;
  padding-right: 45px;
}

.portfolioimage {
  background-color: var(--lightblack);
  color: rgba(0, 0, 0, 0);
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 16px;
  width: 100%;
  max-width: 396px;
  height: 100%;
  margin-bottom: 10px;
  overflow: hidden;
  box-shadow: 0 10px 20px -20px rgba(15, 15, 15, 0.75);
}

.portfolioimage.landscape {
  object-fit: cover;
  max-width: 806px;
  height: auto;
  /* min-height: 575px; */
}

.bodytext {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
}

.bodytext.center {
  text-align: center;
}

.bodytext.center.marginbottom8 {
  margin-bottom: 8px;
}

.bodytext.grey {
  color: var(--loading-state);
}

.bodytext.xs {
  font-size: 12px;
  line-height: 14px;
}

.bodytext.xs.black {
  color: #000;
}

.bodytext.l {
  align-self: flex-end !important;
  font-size: 25px !important;
  line-height: 30px !important;
}

.fof_slidercontainer {
  color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  margin-bottom: 40px;
  position: relative;
  /* overflow: hidden; */
  overflow: visible;
}

.fof_slidercontainer.hidden,
.slidernav.hidden {
  display: none;
}

.headingcontainer {
  /* margin: 0 30px 20px; */
  margin: 0px 18px 20px 30px;
}

.headingcontainer.first {
  margin-top: 40px;
}

.headingcontainer.snapchat {
  color: var(--black);
}

.headingcontainer.hidden {
  display: none;
}

.fof_tablink {
  color: var(--light-salmon);
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px #fff;
  width: 33%;
  padding-left: 30px;
  padding-right: 30px;
}

.fof_tablink.w--current {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 3px solid #fff;
}

.fof_tablink.twotabs {
  width: 49.75%;
}

.h5 {
  text-align: left;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 37px;
  text-decoration: none;
}

.h5.center {
  text-align: center;
}

.h5.pink {
  color: var(--medium-orchid);
}

.textcontainer {
  margin-bottom: 40px;
}

.textcontainer.withmargin {
  margin-left: 30px;
  margin-right: 30px;
}

.fof_tabmenu {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
}

.fof_tabcontainer {
  margin-left: 30px;
  margin-right: 30px;
}

.fof_column-container.list {
  margin-bottom: 40px;
  margin-left: 30px;
  margin-right: 30px;
}

.fof_column {
  padding-left: 0;
  padding-right: 40px;
}

.fof_column.list {
  padding-right: 0;
}

.fof_column.list.first {
  padding-right: 20px;
}

.fof_column.last {
  padding-right: 0;
}

.fof_column.hidden {
  display: block;
}

.profilephoto {
  border-radius: 360px;
  width: 215px;
  height: 215px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: hidden;
}

.profilephoto.criticawardwinnerframe {
  border: 4px solid var(--light-salmon);
}

.fof_uilistitem {
  color: #fff;
  border-bottom: 1px solid #fff;
  width: 100%;
  font-style: normal;
  text-decoration: none;
  position: relative;
}

.fof_uilistitem.hight125 {
  height: 125px;
}

.fof_uilistitem.hight125.last {
  margin-bottom: 40px;
}

.fof_uilistitem.hight125.withmargin20below {
  margin-top: -40px;
  margin-bottom: 20px;
}

.fof_uilistitem.hight125.lineontop {
  border-top: 1px solid #fff;
}

.fof_uilistitem.hight125.lineontop.hidden {
  display: none;
}

.fof_uilistitem.hight125._2ndvideo {
  margin-top: -25px;
  margin-bottom: 20px;
}

.image-3 {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.tabs-content {
  min-height: 495px;
}

.profilephotocontainer {
  margin-bottom: 20px;
  position: relative;
}

.fof_criticawardwinnerbadge {
  background-color: var(--light-salmon);
  border-radius: 360px;
  justify-content: center;
  align-items: center;
  width: 145px;
  height: 21px;
  display: flex;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%);
}

.fofawardwinnericon {
  padding-right: 5px;
}

.backgroundgradient {
  z-index: -1;
  background-image: linear-gradient(#000, rgba(0, 0, 0, 0));
  width: 100%;
  /* height: 1600px; */
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fof_nav_background {
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px);
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.leftarrow_container {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 90px;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  overflow: visible;
  transform: translate(0, -50%);
}

.leftarrow_container.mobilehidden {
  display: block;
}

.rightarrow_container {
  z-index: 105;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 90px;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 5px;
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 60px;
  overflow: visible;
  transform: translate(0, -50%);
}

.rightarrow_container.mobilehidden {
  display: block;
}

.leftarrow_icon {
  width: 40px;
  height: 40px;
  margin: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.leftarrow_icon.mobilehidden {
  display: block;
}

.rightarrow_icon {
  width: 40px;
  height: 40px;
  margin: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.rightarrow_icon.mobilehidden {
  display: block;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.invertedimage {
  filter: invert();
}

.fof_listdividerwithtext {
  background-color: var(--black);
  padding-left: 30px;
  padding-right: 30px;
}

.listrow {
  color: #fff;
  border-bottom: 1px solid #fff;
  align-items: center;
  width: 100%;
  height: 75px;
  padding-left: 15px;
  padding-right: 15px;
  font-style: normal;
  text-decoration: none;
  display: flex;
  position: relative;
}
.listrow:hover {
  color: inherit;
}
.listrow_anchor {
  justify-content: space-between;
}
.listrow_anchor img {
  position: unset;
  transform: none;
}

.listrow.s {
  height: 55px;
  padding-left: 0;
  padding-right: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /* display: block; */
  width: 100%;
}
.listrow.s .chevron {
  top: auto;
  transform: none;
}
.listrow.s h2 {
  margin-top: 20px !important;
  margin-bottom: 10px !important;
}
/* .headingcontainer.first .chevron {
  margin-top: 20px;
} */

.chevron {
  width: 10px;
  height: 20px;
  position: absolute;
  top: 77%;
  right: 0px;
  transform: translate(0, -100%);
}

.chevron.headline {
  top: 57%;
}

.chevron.invert {
  filter: invert();
}

.tilem {
  background-color: var(--loading-state-2);
  color: rgba(0, 0, 0, 0);
  border-radius: 16px;
  width: 250px;
  margin-left: 10px;
  margin-right: 0;
  padding: 0;
  overflow: visible;
}

.tilem.first {
  margin-left: 0;
}

.tilem.last {
  margin-right: 30px;
}

.tilem.landscape {
  width: 806px;
}

.tilem.scaling {
  flex: 0 auto;
  align-self: stretch;
  width: 16%;
  margin-left: 0;
}

.tilem.scaling.first {
  position: relative;
}

.tilem.withsnapchatlenseicon {
  margin-bottom: 50px;
}

.carouselimage {
  background-color: var(--lightblack);
  color: rgba(0, 0, 0, 0);
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 16px;
  width: 100%;
  max-width: 300px;
  height: 100%;
  margin-bottom: 0;
  overflow: hidden;
}
/* .page-template-home .tilem .carouselimage {
  min-height: 364px;
  aspect-ratio: 3 / 4;
} */
.fof_tilescalingcontainer .tilem .carouselimage {
  aspect-ratio: 3 / 4;
}

.carouselimage.landscape {
  object-fit: cover;
  max-width: 806px;
  min-height: 575px;
}

.carouselimage.scaling {
  object-fit: cover;
  max-width: none;
  position: relative;
}

.carouselimage.snapchat {
  border: 4px solid #000;
}

.fof_slidermaskcarrouselm,
.fof_slidermaskcarrousel_l {
  color: rgba(0, 0, 0, 0);
  width: 260px;
  overflow: visible;
}

.fof_slidermaskcarrousel_l {
  width: 77vw;
}

.tilel {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  width: 43vw;
  height: 50vw;
  overflow: visible;
  max-height: 60vh;
  /* margin-left: 10px; */
  margin-right: 16px;
  padding: 0;
}
.subTileL {
  width: 100% !important;
  margin-bottom: 16px;
}
.subTileL .tilel {
  width: 100%;
  min-height: 583px;
}

.tilel.first {
  margin-left: 0;
}

.tilel.last {
  margin-right: 30px;
}

.tilel.landscape {
  width: 806px;
}

.carouselimage_l {
  z-index: 100;
  background-color: var(--lightblack);
  color: rgba(0, 0, 0, 0);
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 16px;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-bottom: 0;
  position: absolute;
  overflow: hidden;
  box-shadow: 0 10px 20px -20px rgba(15, 15, 15, 0.75);
}

.carouselimage_l.landscape {
  object-fit: cover;
  max-width: 806px;
  min-height: 575px;
}

.carouselimage_l.topalignment10 {
  object-position: 50% 10%;
}

.tiles {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  width: 23.5vw;
  min-width: 300px;
  margin-left: 10px;
  margin-right: 0;
  padding: 0;
  overflow: visible;
}

.tiles.first {
  margin-left: 0;
}

.tiles.last {
  margin-right: 30px;
}

.tiles.landscape {
  width: 806px;
}

.carouselimage_s {
  background-color: var(--lightblack);
  color: rgba(0, 0, 0, 0);
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 16px;
  width: 100%;
  min-width: 23.5vw;
  max-width: none;
  height: 100%;
  min-height: 176px;
  max-height: 176px;
  margin-bottom: 0;
  overflow: hidden;
  box-shadow: 0 10px 20px -20px rgba(15, 15, 15, 0.75);
}

.carouselimage_s.landscape {
  object-fit: cover;
  max-width: 806px;
  min-height: 575px;
}

.tiles_text {
  z-index: 110;
  color: #fff;
  text-align: center;
  font-size: 33px;
  line-height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fof_slidermaskcarrousels {
  color: rgba(0, 0, 0, 0);
  /* width: 96%; */
  width: 25%;
  overflow: visible;
}

.fof_slidermaskcarrousel_round {
  color: rgba(0, 0, 0, 0);
  width: 200px;
  overflow: visible;
}

.tileround {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  width: 184px;
  margin-left: 16px;
  margin-right: 0;
  padding: 0;
  overflow: visible;
}

.tileround.first {
  margin-left: 0;
}

.tileround.last {
  margin-right: 30px;
}

.tileround.landscape {
  width: 806px;
}

.carouselimage_round {
  background-color: var(--loading-state-2);
  color: rgba(0, 0, 0, 0);
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 90px;
  width: 100%;
  min-width: 184px;
  max-width: 184px;
  height: 100%;
  min-height: 184px;
  max-height: 184px;
  margin-bottom: 0;
  overflow: hidden;
  box-shadow: 0 10px 20px -20px rgba(15, 15, 15, 0.75);
}

.carouselimage_round.landscape {
  object-fit: cover;
  max-width: 806px;
  min-height: 575px;
}

.specialsnapchatcontainer {
  background-color: #fffc00;
  background-image: url("../images/SnapchatMeetsFOFbackground.svg");
  background-position: 50%;
  background-size: cover;
  margin-bottom: 40px;
  padding-top: 70px;
  padding-bottom: 70px;
}

.specialsnapchatcontainer.hidden {
  display: none;
}

.snapchat_bold {
  font-weight: 700;
}

.fof_tilescalingcontainer {
  grid-column-gap: 0.8%;
  grid-row-gap: 0.75vw;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: flex-start;
  margin-bottom: 40px;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
}

.fof_articlecontainer {
  width: 100%;
  max-width: 1440px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}
.fof_articlecontainer .fof_bioimagecontainer .fof_imagecaption {
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-top: 7px !important;
}
.fof_articlecontainer .textcontainer .bodytext p {
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}
.fof_articlecontainer .fof_column.last {
  padding-inline: 10px;
}

.fof_bioimage {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  min-width: auto;
  max-width: 429px;
  box-shadow: 0 10px 20px -10px #0f0f0f;
}

.fof_bioimagecontainer {
  width: 100%;
  height: 100%;
  margin-bottom: 40px;
}

.snapchat_headingcontainer {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.snapchat_image {
  max-width: 135px;
  max-height: 135px;
}

.tileroundtextcontainer {
  padding-top: 8px;
}

.tilem_descriptioncontainer {
  background-image: linear-gradient(rgba(0, 0, 0, 0), #000);
  border-radius: 16px;
  padding: 75% 16px 16px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.snapchat_lenseicon {
  object-fit: cover;
  background-color: #fff;
  border: 3px solid #000;
  border-radius: 360px;
  width: 112px;
  height: 112px;
  position: absolute;
  top: auto;
  bottom: -25%;
  left: 50%;
  right: 0%;
  transform: translate(-50%, -50%);
}

.fof_carouselllink {
  color: #fff;
  padding-right: 20px;
  font-style: normal;
  text-decoration: none;
  position: relative;
}
.fof_carouselllink:hover {
  color: inherit;
}

.fof_carouselllink.snapchat {
  margin-bottom: 0;
}

.livestreamvideo {
  width: 100%;
  height: 100%;
}

.redtext {
  color: #ff5a5a;
}

.search_results_container .tilem img {
  min-height: 360.78px;
}

@media screen and (max-width: 1199px) {
  /* News Slider */
  .news-desc h4 {
    font-size: 25px !important;
    line-height: 30px !important;
  }
  .news-desc h6 {
    font-size: 20px !important;
    line-height: 25px !important;
  }
}

/* News Slider End */

@media screen and (max-width: 478.1px) {
  .chevron {
    right: 25px;
  }
}

@media screen and (min-width: 991px) {
  .page-template-home .tilem .carouselimage {
    min-height: 360.78px;
  }
}

@media screen and (max-width: 991px) {
  .h3.tilel_containerplacement.turnsh5onmobile {
    font-size: 25px !important;
    line-height: 30px !important;
  }
  .tilem img {
    min-height: 300px;
  }
  /* News Slider */
  .news-item {
    width: 100%;
    margin-left: 16px;
  }

  /* News Slider End */

  /* Search Start */
  .search-info-row .w-col {
    padding: 0 0 12px;
  }
  .search-info-row .w-col:last-child {
    padding-bottom: 0;
  }

  /* Search End */

  .fof_sectionblackbox.orangeshape {
    background-size: cover;
  }

  .fof_footer {
    background-position: 50%;
  }

  .fof_logo_cover {
    padding: 10px;
  }

  .tilep.landscape {
    width: 700px;
  }

  .fof_slidermask {
    width: 405px;
  }

  .portfoliolink {
    cursor: zoom-in;
  }

  .listrow {
    padding-left: 0;
    padding-right: 10px;
  }

  .chevron {
    /* right: 25px; */
  }

  .tilem {
    width: 200px;
  }

  .tilem.landscape {
    width: 700px;
  }

  .tilem.scaling {
    width: 24.4%;
  }

  .fof_slidermaskcarrouselm,
  .fof_slidermaskcarrousel_l {
    width: 405px;
  }

  .tilel {
    width: 90vw;
  }

  .tilel.landscape {
    width: 700px;
  }

  .tiles {
    width: 200px;
  }

  .tiles.landscape {
    width: 700px;
  }

  .carouselimage_s {
    min-width: 23.5px;
  }

  .fof_slidermaskcarrousels,
  .fof_slidermaskcarrousel_round {
    width: 405px;
  }

  .news_slidercontainer .fof_slidermaskcarrousels {
    width: 42.73%;
  }

  .tileround {
    width: 200px;
  }

  .tileround.landscape {
    width: 700px;
  }

  .fof_tilescalingcontainer {
    grid-row-gap: 5px;
    flex-wrap: wrap;
  }

  .snapchat_lenseicon {
    width: 90px;
    height: 90px;
  }

  .search_results_container .tilem img {
    min-height: 300px;
  }
}

@media screen and (max-width: 767px) {
  .h3.tilel_containerplacement.turnsh5onmobile {
    font-size: 17px !important;
    line-height: 20px !important;
  }
  /* News Slider */
  .news-img img {
    height: 105px;
    max-width: 105px;
  }
  .news-desc h4 {
    font-size: 22px !important;
    line-height: 34px !important;
  }
  .news-desc h6 {
    font-size: 17px !important;
    line-height: 20px !important;
  }
  .news-item-row {
    flex-wrap: initial;
  }
  .news-item-row .news-img {
    max-width: 105px;
  }
  .news-item-row .w-col {
    width: calc(100% - 105px);
  }
  .search-hdg {
    margin-inline: 10px;
  }
  /* News Slider End */

  .fof_mainnavigation {
    z-index: 102;
    background-color: var(--black);
    width: 100%;
    display: block;
    position: absolute;
    top: 60px;
    bottom: auto;
    left: auto;
    right: 0%;
    transform: none;
  }

  .fof_navigationbar {
    overflow: visible;
  }

  .fof_mainnavigation_link {
    z-index: 103;
    padding-left: 30px;
    display: block;
  }

  .fof_navbranding {
    z-index: 102;
    width: 50%;
  }

  .fof_landingpage {
    background-image: url("../images/Cover-Image.png");
    background-position: 50%;
    background-size: cover;
  }

  .fof_sectionblackbox {
    background-size: cover;
  }

  .fof_sectionblackbox.orangeshape {
    background-image:
      linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
      url("../images/Deco1.png");
    background-position:
      0 0,
      0 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .h2 {
    font-size: 25px !important;
    line-height: 37px !important;
  }

  .h2.magenta {
    color: #fff;
  }

  .fof_logo_cover {
    padding: 10px;
  }

  .criticsteaser {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .container {
    z-index: 102;
    height: auto;
    position: relative;
    overflow: visible;
  }

  .fof_pagecontentcontainerwithmargin30 {
    position: relative;
  }

  .menu-button.w--open {
    background-color: var(--black);
  }

  .h3.center.lightsalmoncolor,
  .h3.turnsh5onmobile {
    font-size: 25px !important;
    line-height: 37px !important;
  }

  .h3.turnsh5onmobile.snapchat {
    margin-top: 0;
    margin-bottom: 0;
  }

  .tilep.landscape {
    width: 396px;
  }

  .fof_slidermask {
    width: 406px;
  }

  .portfolioimage.landscape.placementright {
    object-position: 100% 50%;
  }

  .bodytext {
    font-size: 17px;
    line-height: 20px;
  }

  .bodytext.l {
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;
  }

  .headingcontainer.snapchat {
    margin-bottom: 0;
  }

  .textcontainer.withmargin,
  .fof_column-container.list {
    margin-left: 10px;
    margin-right: 10px;
  }

  .fof_column,
  .fof_column.list.first {
    padding-right: 0;
  }

  .leftarrow_container.mobilehidden,
  .rightarrow_container.mobilehidden {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: rgba(0, 0, 0, 0);
    display: none;
  }

  .leftarrow_icon.mobilehidden,
  .rightarrow_icon.mobilehidden {
    display: none;
  }

  .fof_listdividerwithtext {
    padding-left: 10px;
    padding-right: 10px;
  }

  .listrow {
    align-items: center;
    height: 55px;
    display: flex;
  }

  .tilem {
    width: 150px;
  }

  .tilem.landscape {
    width: 396px;
  }

  .fof_slidermaskcarrouselm,
  .fof_slidermaskcarrousel_l {
    width: 406px;
  }

  .tilel {
    width: 90vw;
    min-height: 268px;
    max-height: none;
  }

  .tilel.landscape {
    width: 396px;
  }

  .tiles {
    width: 150px;
  }

  .tiles.landscape {
    width: 396px;
  }

  .fof_slidermaskcarrousels,
  .fof_slidermaskcarrousel_round {
    width: 406px;
  }

  .news_slidercontainer .fof_slidermaskcarrousels {
    width: 43%;
  }

  .tileround {
    width: 126px;
  }

  .tileround.landscape {
    width: 396px;
  }

  .carouselimage_round {
    min-width: 126px;
    max-width: 126px;
    min-height: 126px;
    max-height: 126px;
  }

  .fof_tilescalingcontainer {
    grid-row-gap: 4px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .fof_bioimage {
    max-width: none;
  }

  .snapchat_image {
    max-width: 80px;
    max-height: 80px;
  }

  .snapchat_lenseicon {
    width: 70px;
    height: 70px;
  }

  .fof_carouselllink.snapchat {
    margin-bottom: 20px;
  }

  .search_results_container .tilem img {
    min-height: 220px;
  }
}

@media screen and (max-width: 479px) {
  /* News Slider */
  .news-item.first {
    margin-left: 10px;
  }
  .news-item {
    width: 100%;
  }

  /* News Slider End */

  .fof_backgroundblack {
    padding-top: 40px;
  }

  .fof_mainnavigation_link {
    padding-left: 10px;
  }

  .fof_navbranding {
    width: 75%;
    left: 5px;
  }

  .fof_landingpage {
    background-image: url("../images/Cover-Image.png");
    background-position: 50%;
    background-size: cover;
  }

  .fof_footeractions,
  .dividerline {
    margin-left: 10px;
    margin-right: 10px;
  }

  .fof_footeractions h2 {
    font-size: 25px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 37px !important;
    text-align: left !important;
    margin-bottom: 0 !important;
  }

  .fof_footeractions .textcontainer {
    margin-bottom: 12px;
  }

  .fof_sectionblackbox {
    padding: 20px 5px;
  }

  .fof_sectionblackbox.orangeshape {
    background-image:
      linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)),
      url("../images/Deco1.png");
    background-position:
      0 0,
      50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-left: 5px;
    padding-right: 5px;
  }

  .fof_bioimagecontainer {
    margin-bottom: 20px;
  }

  .text-large {
    font-size: 20px;
    line-height: 22px;
  }

  .fof_listcontainer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h2.center {
    text-align: left;
  }

  .primarybutton {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .primarybutton.center {
    text-align: center;
  }

  .fof_footer {
    background-position: 50%;
    margin-left: 0;
  }

  .h1 {
    font-size: 10vw;
  }

  .fof_logo_cover {
    padding: 0 0;
  }

  .presentedby1 {
    max-width: 113px;
  }

  .flexboxcontainer {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: row;
    align-content: center;
  }

  .presentedby {
    width: 100%;
    padding-bottom: 10px;
    padding-right: 0;
  }

  .footerlinkscolumns {
    margin-left: 5px;
    margin-right: 5px;
  }

  .footerlinkscolumnsbody {
    padding-bottom: 20px;
  }

  .container {
    max-height: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .columns {
    margin-bottom: 20px;
  }

  .fof_pagecontentcontainerwithmargin30 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .h3.turnsh5onmobile.snapchat {
    margin-top: 0;
    margin-bottom: 0;
  }

  .fof_slider {
    left: 10px;
  }

  .tilep {
    width: 100%;
    max-width: 396px;
    margin-left: 8px;
  }

  .tilep.first {
    margin-left: 10px;
  }

  .tilep.last {
    margin-right: 10px;
  }

  .tilep.landscape {
    width: 100%;
    max-width: 396px;
    max-height: none;
  }

  .fof_slidermask {
    width: 90%;
    left: -10px;
  }

  .portfoliolink {
    cursor: auto;
  }

  .portfolioimage {
    object-fit: cover;
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .portfolioimage.landscape {
    height: 130vw;
    min-height: 314px;
    max-height: 575px;
  }

  .portfolioimage.landscape.placementright {
    object-position: 100% 50%;
  }

  .bodytext.l {
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;
  }

  .headingcontainer {
    margin-left: 10px;
    margin-right: 10px;
  }

  .fof_tablink {
    width: 32%;
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
  }

  .fof_tablink.twotabs {
    width: 49%;
  }

  .h5 {
    font-size: 20px;
  }

  .fof_tabcontainer {
    margin-left: 10px;
    margin-right: 10px;
  }

  .fof_column {
    padding-right: 0;
  }

  .fof_column.hidden {
    display: none;
  }

  .tabs-content {
    min-height: auto;
  }

  .rightarrow_container.mobilehidden {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: rgba(0, 0, 0, 0);
  }

  .tilem {
    width: 100%;
    max-width: 139px;
    margin-left: 8px;
  }

  .tilem.first {
    margin-left: 10px;
  }

  .tilem.last {
    margin-right: 10px;
  }

  .tilem.landscape {
    width: 100%;
    max-width: 396px;
    max-height: 575px;
  }

  .tilem.scaling {
    width: 49%;
    max-width: none;
  }

  .tilem.scaling.first {
    margin-left: 0;
  }

  .carouselimage {
    object-fit: cover;
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .carouselimage.landscape {
    height: 130vw;
    min-height: 314px;
    max-height: 575px;
  }

  .fof_slidermaskcarrouselm {
    width: 152px;
    left: -10px;
  }

  .fof_slidermaskcarrousel_l {
    width: 93%;
    left: -10px;
  }

  .tilel {
    width: 100%;
    max-width: 335px;
    height: 268px;
    min-height: 268px;
    max-height: 268px;
    margin-left: 8px;
    margin-right: 0;
  }

  .tilel.first {
    margin-left: 10px;
  }

  .tilel.last {
    margin-right: 10px;
  }

  .tilel.landscape {
    width: 100%;
    max-width: 396px;
    max-height: 575px;
  }

  .carouselimage_l {
    object-fit: cover;
  }

  .carouselimage_l.landscape {
    height: 130vw;
    min-height: 314px;
    max-height: 575px;
  }

  .tiles {
    width: 100%;
    min-width: 50px;
    max-width: 139px;
    margin-left: 8px;
  }

  .tiles.first {
    margin-left: 10px;
  }

  .tiles.last {
    margin-right: 10px;
  }

  .tiles.landscape {
    width: 100%;
    max-width: 396px;
    max-height: 575px;
  }

  .carouselimage_s {
    object-fit: cover;
    height: auto;
    min-height: 100px;
    max-height: 100px;
  }

  .carouselimage_s.landscape {
    height: 130vw;
    min-height: 314px;
    max-height: 575px;
  }

  .tiles_text {
    font-size: 23px;
    line-height: 27px;
    word-wrap: break-word;
    width: 100%;
  }

  .fof_slidermaskcarrousels {
    /* width: 298px; */
    width: 152px;
    left: -10px;
  }

  .news_slidercontainer .fof_slidermaskcarrousels {
    width: 84.8%;
  }

  .fof_slidermaskcarrousel_round {
    width: 32%;
    left: -10px;
  }

  .tileround {
    width: 100%;
    min-width: 126px;
    max-width: 126px;
    margin-left: 8px;
  }

  .tileround.first {
    margin-left: 10px;
  }

  .tileround.last {
    margin-right: 10px;
  }

  .tileround.landscape {
    width: 100%;
    max-width: 396px;
    max-height: 575px;
  }

  .carouselimage_round {
    object-fit: cover;
  }

  .carouselimage_round.landscape {
    height: 130vw;
    min-height: 314px;
    max-height: 575px;
  }

  .specialsnapchatcontainer {
    background-position: 0 100%;
  }

  .fof_tilescalingcontainer {
    grid-column-gap: 2%;
    grid-row-gap: 1.5vw;
    margin-left: 10px;
    margin-right: 10px;
  }

  .fof_articlecontainer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .fof_carouselllink {
    padding-right: 40px;
  }
}
.video-container button.tablinks {
  color: #fcbeae;
  text-align: center;
  font-family: "Basic Sans";
  font-size: 25px;
  font-weight: 400;
  line-height: 37px;
  background: transparent;
  border-bottom: 1px solid #fff;
  width: 49%;
  padding: 5px;
}
.video-container button.tablinks.active {
  position: relative;
}
button.tablinks.active {
  color: #fff;
}
.video-container button.tablinks.active::after {
  content: "";
  background: #fff;
  height: 5px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.video-container .tabcontent {
  border: 0;
  padding: 16px 0;
}
.video-container .tabcontent .video-show {
  font-size: 30px;
  line-height: 42px;
}
.video-container .tabcontent p {
  font-size: 20px;
  line-height: 24px;
  color: #fff;
}
.video-container p.video-date {
  font-weight: 600;
}
.livestream-sec {
  background: url(/wp-content/blogs.dir/9/files/2025/04/Background-Gradient.png)
    no-repeat center / cover;
  position: relative;
  background-position: 0 -20px;
  /* min-height: 773px; */
  /* background-size: 100% 100%; */
  padding-top: 1rem;
  padding-bottom: 5rem;
}
.livestream-sec a:hover {
  color: inherit;
}
.news-desc h4 a {
  color: #fff;
  text-decoration: none !important;
}
.livestream-sec .no_video_container {
  text-align: center;
  background: #000;
  padding-block: 80px;
}
.livestream-sec .no_video_container h3 {
  font-family: "Basic Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 52px;
  color: #ffffff;
}
.livestream-sec .no_video_container h3 {
  font-family: "Basic Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 52px;
  color: #ffffff;
}
.livestream-sec .no_video_container p {
  font-family: "Basic Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 120% */
  color: #ffffff;
}
.livestream-sec .video-container {
  min-height: 520px;
}
.tabs-buttons {
  display: flex;
  gap: 0;
}

.no_search_results {
  /* padding-block: 80px; */
}
.no_search_results img {
  width: 100%;
  height: auto;
  max-width: 235px;
  max-height: 235px;
  margin-left: 40px;
  margin-bottom: 90px;
  margin-top: 50px;
}
.no_search_results h3 {
  font-family: "Basic Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 52px;
  color: #ffffff;
  margin-bottom: 16px;
}
.no_search_results p {
  font-family: "Basic Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 120% */
  color: #ffffff;
}

.search_results .headingcontainer {
  margin: 0;
}
.search_results .fof_slider {
  left: 0;
}
.search_results .search_results_heading {
  margin-bottom: 22px;
}
.search_results .headingcontainer .chevron {
  margin-top: 0;
  right: 0;
  top: 60%;
}
.search_results_container .headingcontainer {
  margin-left: 0;
}
/* .search_results_container .fof_slidercontainer > div {
  left: 0;
} */

.search_results_heading {
  margin: 0px 18px 20px 30px;
}
.search_results_container .fof_carouselllink {
  margin-left: 30px;
}

@media (max-width: 767px) {
  .tilem img {
    min-height: 220px;
  }
  .livestream-sec .video-container {
    margin-inline: 0 !important;
  }
  .livestream-sec .video-container .w-col-7 {
    padding-inline: 0;
  }
  .page-template-livestream .headingcontainer {
    margin: 0 16px 20px;
  }
}
.h5.tilel_containerplacement {
  margin: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
.tilel .h3 {
  font-size: 40px;
  line-height: 52px;
  border-radius: 14px;
}
.tilem .h3 {
  font-size: 14px;
  line-height: 16px;
  border-radius: 14px;
}
.bodytext.subyear {
  margin-bottom: 12px;
}
.fix-specialization {
  color: var(--light-salmon);
}
/* h3.h3.turnsh5onmobile.fix-specialization {
  color: var(--light-salmon);
} */

.hiker-contact a,
.social-url-mainbox-preview a {
  text-decoration: none;
}
.hiker-contact ul {
  padding-left: 0;
}
.page-template-faculty-portfolio .social-url-mainbox-preview .accordion-link {
  padding: 47px 0px;
}
@media screen and (min-width: 1600px) {
  .livestream-sec {
    background-size: 100% 100%;
  }
  .hero-slider .swiper-slide img {
    max-width: 100%;
  }
}

@media screen and (max-width: 425px) {
  .page-template-student-portfolio section.hero div.container-fluid > h1 {
    font-size: 25px !important;
    line-height: 37px !important;
  }
  .page-template-student-portfolio .swiper-hero-right {
    margin-left: 0;
    /* margin-right: 8px; */
  }
  .page-template-student-portfolio .swiper-hero-right .swiper-wrapper {
    /* margin-left: 16px; */
  }
  /* #hero-section .swiper-wrapper {
    gap: 15px;
  } */
  .page-template-student-portfolio
    .swiper-hero-right
    .swiper-wrapper
    .swiper-slide:first-child {
    margin-left: 0;
  }
  .subTileL .tilel {
    min-height: 268px;
  }
  .h3.tilel_containerplacement.turnsh5onmobile .h5.tilel_containerplacement {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
  }
  .livestream-sec h2 {
    font-size: 25px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 37px !important;
  }
  .livestream-sec {
    padding-top: 2rem;
    padding-bottom: 0;
    background-size: 100% 100%;
  }
  .search_results_container .headingcontainer {
    margin-top: 0;
  }
  .search_results_container .search_results_heading {
    margin-left: 10px;
  }
  .search_results_container .fof_carouselllink {
    margin-left: 10px;
  }
  .search_results_container .fof_slidercontainer > div {
    left: 10px;
  }
}

.fof-lower a:hover {
  color: inherit;
}
.hero-hiker p em {
  color: inherit !important;
}
@media screen and (max-width: 479px) {
  .page-template-specialization .tilem img {
    min-height: 67.7vw !important;
  }
  body.single-post .headingcontainer h2 {
    padding-inline: 10px;
  }
}

.skip-link-wrapper {
  position: absolute;
  top: -120px;
  /* top: 0; */
  left: 50%;
  transform: translateX(-50%);
  background-color: #000000; /* black background */
  border: 1px solid #ffffff; /* subtle dark border */
  border-top: 0;
  border-bottom-left-radius: 22px; /* slightly larger radius than inner button */
  border-bottom-right-radius: 22px; /* slightly larger radius than inner button */
  padding: 16px;
  z-index: 9999;
  transition: top 0.2s ease;
  display: flex;
  width: 426px;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/* Show wrapper when inner link is focused */
.skip-link-wrapper:has(.skip-link:focus) {
  top: 0;
}

.skip-link {
  display: flex;
  width: 394px;
  min-height: 64px;
  max-height: 64px;
  text-align: center;
  align-items: center;
  justify-content: center;
  background-color: #dfac9f;
  color: #231f20;
  gap: 8px;
  flex-shrink: 0;
  padding: 20px 16px;
  border-radius: 16px;
  border: 1px solid #dfac9f;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
  flex: 1 0 0;
}

.skip-link:focus {
  outline: 2px solid #ffffff;
  outline-offset: 4px;
}

@media screen and (max-width: 767px) {
  .skip-link-wrapper {
    border: 0;
    width: 100%;
    padding: 16px;
    align-self: stretch;
  }
  .skip-link {
    width: 340px;
  }
  /* When skip link is focused, push nav down */
  body:has(.skip-link:focus) .fof_navigationbar {
    top: 107px;
  }
  /* Push content down by the same amount to prevent overlap */
  body:has(.skip-link:focus) #main-content > a.fof_carouselllink {
    margin-top: 107px; /* match whatever your normal margin-top is + the 107px shift */
  }
}

:focus-visible:not(.skip-section-link),
div.croppie-container input.cr-slider:focus-visible {
  outline: #ffffff auto;
  border-radius: 12px;
  outline-offset: 8px;
}

input:focus-visible,
select:focus-visible,
a.w-button:focus-visible {
  outline-offset: 4px !important;
}
input[type="submit"]:focus-visible,
a.w-button:focus-visible {
  border-radius: 20px !important;
}
input:not([type="submit"]):focus-visible,
select:focus-visible {
  border-radius: 6px !important;
}

/* Hidden by default */
.skip-section-link {
  position: absolute;
  opacity: 0;
  /* opacity: 1; */
  pointer-events: none;
  color: #fcbeae;
  padding: 4px 14px;
  font-size: 20px;
  line-height: 24px;
  margin-left: 20px;
  transition: opacity 0.2s ease;
  margin-top: 6px;
}

@media screen and (max-width: 525px) {
  .skip-section-link {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 479px) {
  .skip-section-link {
    margin-left: 5px;
    padding: 2px 5px;
  }
}

/* Show when heading OR skip link itself is focused */
.headingcontainer:has(:focus-visible) .skip-section-link {
  opacity: 1;
  pointer-events: auto;
  outline-color: #ffffff;
  border-radius: 20px;
}
.skip-section-link:hover {
  opacity: 1;
  color: #fcbeae;
}

.fof_carouselllink h3 {
  margin-bottom: 0;
}

.tilel .portfoliolink:focus-visible,
.tilem .portfoliolink:focus-visible,
.tilem .show-more-tile:focus-visible,
.tiles .portfoliolink:focus-visible,
#hero-section .swiper-slide a:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 4px;
  border-radius: 16px;
}
.tileround .portfoliolink:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
  border-radius: 12px;
}
.news-item-row a:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
  border-radius: 16px;
}

a.listrow.listrow_anchor:focus-visible {
  outline-offset: -6px !important;
  border-radius: 20px !important;
}

section.hero.wrong-photo a:focus-visible {
  outline-offset: 4px !important;
  border-radius: 20px !important;
}

#hero-section .skeleton-card .skeleton-footer:not(.heading_footer) {
  position: relative;
  background: none;
  padding: 10px 0 66px;
}
#hero-section .skeleton-card .skeleton-footer.heading_footer {
  position: relative;
  background: none;
  padding: 30px;
}
#hero-section .skeleton-card .skeleton-footer.heading_footer .sk-text-title {
  height: 42px !important;
  width: 30% !important;
}
#hero-section .skeleton-card {
  background: none;
  box-shadow: none;
  height: auto;
  margin-right: 0 !important;
  overflow: visible;
}
#hero-section .swiper.hero-slider {
  overflow: visible;
}

#hero-section .skeleton-card .sk-text-title {
  height: 24px !important;
  width: 90% !important;
}
#hero-section .skeleton-card.landscape-card .sk-text-title {
  height: 24px !important;
  width: 48% !important;
}
#hero-section .skeleton-card .main-box {
  border-radius: 10px;
}

#hero-section .skeleton-card.project_content .sk-text-subtitle:nth-child(1) {
  width: 76% !important;
  height: 19px !important;
}
#hero-section .skeleton-card.project_content .sk-text-subtitle:nth-child(2) {
  width: 77% !important;
  height: 20px !important;
}
#hero-section .skeleton-card.project_content .sk-text-subtitle:nth-child(3) {
  width: 75% !important;
  height: 18px !important;
}
#hero-section .skeleton-card.project_content .sk-text-subtitle:nth-child(4) {
  width: 74% !important;
  height: 19px !important;
}
#hero-section .skeleton-card.project_content .sk-text-subtitle:nth-child(5) {
  width: 75% !important;
  height: 18px !important;
}
#hero-section .skeleton-card.project_content .sk-text-subtitle:nth-child(6) {
  width: 72% !important;
  height: 20px !important;
}
#hero-section .skeleton-card.project_content .sk-text-subtitle:nth-child(7) {
  width: 41% !important;
  height: 19px !important;
}
#hero-section .skeleton-card.project_content {
  border-radius: 0;
}

@media screen and (max-width: 425px) {
  #hero-section .skeleton-card .skeleton-footer.heading_footer {
    padding: 40px 20px;
  }
  #hero-section .skeleton-card .sk-text-title {
    width: 83% !important;
  }
  #hero-section .skeleton-card .skeleton-footer.heading_footer .sk-text-title {
    height: 32px !important;
    width: 80% !important;
  }

  #hero-section .skeleton-card.project_content .sk-text-subtitle:nth-child(1) {
    width: 100% !important;
    height: 19px !important;
  }
  #hero-section .skeleton-card.project_content .sk-text-subtitle:nth-child(2) {
    width: 85% !important;
    height: 20px !important;
  }
  #hero-section .skeleton-card.project_content .sk-text-subtitle:nth-child(3) {
    width: 90% !important;
    height: 18px !important;
  }
  #hero-section .skeleton-card.project_content .sk-text-subtitle:nth-child(4) {
    width: 88% !important;
    height: 19px !important;
  }
  #hero-section .skeleton-card.project_content .sk-text-subtitle:nth-child(5) {
    width: 90% !important;
    height: 18px !important;
  }
  #hero-section .skeleton-card.project_content .sk-text-subtitle:nth-child(6) {
    width: 87% !important;
    height: 20px !important;
  }
  #hero-section .skeleton-card.project_content .sk-text-subtitle:nth-child(7) {
    width: 41% !important;
    height: 19px !important;
  }
}

#main-content {
  overflow-x: hidden;
}

.hero-hiker button.nav-link {
  padding-top: 4px !important;
}
.hero-hiker button.nav-link:focus-visible {
  outline-offset: 4px !important;
  border-radius: 6px !important;
}

.fof_navigationbar a:focus-visible {
  outline-offset: 0;
}
.swiper.hero-slider.mb-40.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
  padding-right: 16px;
  padding-left: 16px;
}

.wp-block-image img {
  box-sizing: border-box;
  height: auto;
  max-width: 100% !important;
  vertical-align: bottom;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  min-width: auto;
  max-width: 429px;
  box-shadow: 0 10px 20px -10px #0f0f0f;
}
