/*!
Theme Name: Dunelm 2025
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dunelm2025
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

dunelm2025 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

* {
  box-sizing: border-box;
}
.right {
	text-align: inherit !important;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: Gotham, sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--black);
}
:root {
  --dark: #002a41;
  --black: #333132;
}
.body.links-section {
	margin: 24px 0 0;
}
h6,
.body.links-section h6 {
font-weight: 500;
font-size: 18px;
line-height: 120%;
	margin: 36px 0 16px;
}
.body.links-section p,
.body.links-section > p {
	margin: 0;
}
.modal-inner p {
	font-weight: 400;
}

.body.links-section a {
	margin: 0;
font-weight: 500;
font-size: 16px;
line-height: 150%;
	text-decoration: underline;
}
@font-face {
  font-family: Gotham;
  src: url("./fonts/Gotham-Book.woff2") format("woff2"),
    url("./fonts/Gotham-Book.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: Gotham;
  src: url("./fonts/Gotham-BookItalic.woff2") format("woff2"),
    url("./fonts/Gotham-BookItalic.otf") format("opentype");
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: Gotham;
  src: url("./fonts/Gotham-Medium.woff2") format("woff2"),
    url("./fonts/Gotham-Medium.otf") format("opentype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: Gotham;
  src: url("./fonts/Gotham-MediumItalic.woff2") format("woff2"),
    url("./fonts/Gotham-MediumItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 500;
}
@font-face {
  font-family: Gotham;
  src: url("./fonts/Gotham-Bold.woff2") format("woff2"),
    url("./fonts/Gotham-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: Gotham;
  src: url("./fonts/Gotham-BoldItalic.woff2") format("woff2"),
    url("./fonts/Gotham-BoldItalic.otf") format("opentype");
  font-style: italic;
  font-weight: 700;
}
h2 {
  font-weight: 500;
  font-size: 32px;
  line-height: 120%;
  margin: 0;
}
h1,
h2.h1,
.h1 {
  margin: 0;
  font-weight: 500;
  font-size: 56px;
  line-height: 100%;
}
h4 {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
}
section,
main {
  display: block;
  position: relative;
}
.container {
  margin: 0 auto;
  padding: 0 32px;
  width: 100%;
}
.ofc {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.jcsb {
  justify-content: space-between;
}
.aic {
  align-items: center;
}
.jcc {
  justify-content: center;
}

a {
  color: inherit;
  text-decoration: none;
}
p {
  margin: 0 0 16px;
}
.nm {
  margin: 0;
}
.body > p:last-of-type {
  margin: 0;
}
p.bold,
strong p,
.bold p,
strong,
.bold {
  font-weight: 700;
}
.medium p,
.medium {
  font-weight: 500;
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
#loader-svg {
  width: calc(100% - 64px);
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  position: fixed;
  z-index: 9999;
}
.site-finished-loading #loader-svg,
.site-finished-loading #loader {
  display: none;
}
.article-hero .body {
	margin: 16px 0 0;
}
.article-hero .body p {
font-weight: 500;
font-size: 24px;
line-height: 120%;
}
#loader .img-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#nav-menu ul.home-link {
	margin: 0 0 24px;
}
#nav-menu ul.home-link li {
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    color: #ffffff;
}
#loader > div:nth-of-type(1) {
  z-index: 4;
}
#loader > div:nth-of-type(2) {
  z-index: 3;
}
#loader > div:nth-of-type(3) {
  z-index: 2;
}
.site-loaded #loader-svg {
  top: 18px;
  width: 111px;
  opacity: 0;
	user-select: none;
	pointer-events: none;
  transition: top 0.8s linear 2.4s, width 0.8s linear 2.4s, opacity 0s linear 4s;
}
.site-loaded #loader-svg svg path {
  fill: var(--dark);
  transition: all .5s ease 2.6s;
}
#loader-svg svg {
  display: block;
  height: auto;
  width: 100%;
}
.site-loaded #loader > div:nth-of-type(1) {
  opacity: 0;
  transition: opacity 0s ease 0.6s;
}
.site-loaded #loader > div:nth-of-type(2) {
  opacity: 0;
  transition: opacity 0s ease 1.2s;
}
.site-loaded #loader > div:nth-of-type(3) {
  opacity: 0;
  transition: opacity 0s ease 1.8s;
}
.home #masthead,
.home #page-content {
	transform: translateY(100vh);
	transition: all .8s linear 2.4s;
}
.home.site-loaded #masthead,
.home.site-loaded #page-content {
  transform: translateY(0);
}
html.site-loaded,
html.site-loaded {
  overflow: hidden;
  height: 100vh;
}
body.scroll-disabled {
  overflow: hidden !important;
  height: 100vh !important;
  max-height: 100vh !important;
}
html.site-finised-loaded,
body.home.site-finised-loaded {
  height: auto;
  overflow: unset;
}
.site-loaded #loader {
  transform: translateY(-100vh);
  transition: all 0.8s linear 2.4s;
}
#masthead {
  padding: 12px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: #ffffff;
  max-width: 100vw;
}
#masthead svg {
  display: block;
}
.home #masthead .dunelm-logo {
  opacity: 0;
}
.home.site-loaded #masthead .dunelm-logo {
  opacity: 1;
  transition: opacity 0s ease 4s;
}
#masthead .dunelm-logo svg {
  width: 111px;
  height: auto;
}
#masthead .dunelm-logo svg path {
  fill: var(--dark);
}
#masthead .hdr-right {
  width: 88px;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.menu-trigger {
  display: inline-block;
  margin-left: auto;
  cursor: pointer;
}
.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.home-page-top {
  padding-top: 60px;
  display: flex;
  flex-direction: column;
	position: relative;
	height: var(--height);
}
.right-articles-container {
  position: absolute;
  top: 60px;
  right: 0;
  width: 424px;
  padding: 12px;
	height: auto;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(11px);
  -webkit-backdrop-filter: blur(11px);
  z-index: 50;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.right-articles-container::-webkit-scrollbar {
  display: none;
}
.home-big-card,
.home-swiper {
  height: 100%;
}
.home-swiper {
	height: calc(100vh - 60px);
	height: calc(100vh - 60px);
  min-height: 550px;
	position: sticky;
	top: 60px;
	left: 0;
	overflow: hidden;
}
.home-big-card {
  position: relative;
  justify-content: flex-end;
  padding: 40px 32px;
}
.home-big-card .card-content {
  position: relative;
  z-index: 5;
}
.white,
.white p,
.white *,
.home-big-card h1,
.home-big-card .h1 {
  color: #ffffff;
}
.home-big-card::after {
  content: "";
  background: linear-gradient(
    186.25deg,
    rgba(0, 0, 0, 0) 54.23%,
    rgba(0, 0, 0, 0.9) 99.85%
  );
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.home-big-card .article-btn {
  color: #ffffff;
  display: inline-flex;
  width: auto;
  transition: all .2s ease;
}
.home-big-card .article-btn:hover {
  gap: 18px;

}
.home-big-card .article-btn svg path {
  fill: #ffffff;
}
.home-big-card .card-content {
  max-width: calc(100% - 500px);
	width: 50%;
}
.home-big-card .card-content .body,
.home-big-card .card-content .btn-container {
  margin: 16px 0 0;
}
.home-big-card .card-content .body p {
  font-family: Gotham;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
}
.home-swiper-timer {
  z-index: 5;
  cursor: e-resize;
	cursor: url('/wp-content/uploads/2025/07/cursor.svg') 6 6,
		e-resize;
}
.article-card {
  padding: 8px;
  border-radius: 2px;
  background: #ffffff;
  margin: 0 0 8px;
  min-height: 146px;
  gap: 11px;
  transition: background .1s ease;
}
.article-card:hover {
  background: #FFD53A;
}
.community-grid a h3 {
  transition: background .1s ease;
}
.community-grid a:hover h3 {
  background: #ffffff;
}
.article-card .left {
  width: 130px;
  min-width: 130px;
}
.article-card .right {
  flex-grow: 1;
}
.article-card img {
  border-radius: 4px;
}
.right-articles-wrapper > div:last-of-type .article-card {
  margin: 0;
}
a.article-btn,
button.article-btn {
  appearance: none;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-family: Gotham;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  gap: 12px;
  cursor: pointer;
  color: var(--black);
}
.article-btn svg path {
  fill: var(--black);
}
.article-hero {
  min-height: 100vh;
  min-height: 100svh;
  justify-content: flex-end;
  padding: 200px 0 40px;
}
.article-hero::after {
  content: "";
  background: linear-gradient(
    189.28deg,
    rgba(0, 0, 0, 0) 52.29%,
    rgba(0, 0, 0, 0.7) 100%
  );
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
}
body.single-post #masthead {
  background: rgba(51, 49, 50, 0.3);
}
body.single-post #masthead svg path {
  fill: #ffffff;
}
body.single-post #masthead .menu-trigger svg path {
  stroke: #ffffff;
}
.bg-content {
  position: relative;
  z-index: 5;
}
.article-hero .bg-content {
  max-width: 824px;
  width: calc(100% - 344px);
}
.article-back {
  position: absolute;
  top: 90px;
  left: 32px;
  z-index: 5;
}
.article-back a {
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  gap: 8px;
  align-items: center;
  display: inline-flex;
}
.share-links {
  position: absolute;
  right: 0;
  bottom: 40px;
  z-index: 5;
  padding: 16px 40px;
  background: rgba(51, 49, 50, 0.3);
  backdrop-filter: blur(11px);
  -webkit-backdrop-filter: blur(11px);
}
.share-links a,
.share-links svg {
  display: block;
}
.share-links .flex-row {
  gap: 24px;
}
.article-main {
  padding: 40px 0 112px;
}
.article-content-block {
  max-width: 800px;
  margin: 0 auto;
}
.article-content-block.width-large {
  max-width: 1100px;
}
.article-content-block_image {
  margin: 48px auto;
}
.article-content-block figcaption {
  margin: 16px auto 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  max-width: 800px;
}
.article-main h2,
.article-main h3 {
  font-weight: 500;
  font-size: 40px;
  line-height: 110%;
  margin: 24px 0;
}
h5,
.article-main h5 {
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  margin: 36px 0 16px;
}
.article-main .body li,
.article-main .body p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  margin: 0 0 16px;
}
.article-main .body li {
  margin: 0;
}
.article-content-block img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
.univeristy-news {
  overflow: hidden;
  padding: 64px 0;
}
.university-carousel {
  max-width: 876px;
  margin: 40px auto 0;
}
.university-news-card {
  user-select: none;
}
.university-news-card .img-container {
  height: 0;
  padding-bottom: 100%;
  position: relative;
  border-bottom-right-radius: 80px;
  overflow: hidden;
  margin: 0 0 16px;
}
.university-news-card .btn-container {
  padding-right: 16px;
}
.university-news-card h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  margin: 0 0 16px;
}
h2.has-line {
  position: relative;
}
h2.has-line span {
  background: #ffffff;
  display: inline-block;
  position: relative;
  z-index: 5;
  padding: 0 16px;
}

h2.has-line::after {
  content: "";
  background: var(--dark);
  position: absolute;
  width: calc(100% + 64px);
  display: block;
  height: 3px;
  top: 50%;
  left: -32px;
  transform: translateY(-50%);
  z-index: 1;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
}
.news-modal-open #news-modal {
  opacity: 1;
  visibility: visible;
}
.community_item-modal-open #community_item-modal {
  opacity: 1;
  visibility: visible;
}
.modal .bg {
  background: rgba(0, 42, 65, 0.5);
  backdrop-filter: blur(64px);
  -webkit-backdrop-filter: blur(64px);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 64px 32px;
}
.modal .modal-close {
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 5;
  cursor: pointer;
}
.modal .modal-close path {
	fill: #002A41;
}
.touch-device .home-swiper-timer {
  display: none;
}
.modal .modal-inner {
  max-width: 768px;
  padding: 96px 40px 40px;
  border-bottom-right-radius: 100px;
  width: 100%;
  background: #ffffff;
  position: relative;
  z-index: 10;
  opacity: 0;
  transform: translateY(100px);
  transition: all .4s ease .3s;
	padding-bottom: 0;
}
.community_item-modal-open .modal .modal-inner,
.news-modal-open .modal .modal-inner {
  opacity: 1;
  transform: translateY(0);
}
.modal .overflow {
  overflow-y: auto;
  max-height: calc(100% - 40px);
  -ms-overflow-style: none;
  scrollbar-width: none;
	position: relative;
	padding-bottom: 40px;
}
.modal .overflow::-webkit-scrollbar {
  display: none;
}
.news-item-inner .boxed-text {
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 32px 0 0;
}
.news-item-inner figure img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.news-item-inner figure figcaption {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  margin: 16px 0 0;
}
.news-item-inner .normal-img-container {
  margin: 16px 0 0;
}
.news-item-inner .main-img-container {
  margin: 48px 0 0;
}
.news-item-inner h2 {
  margin: 0 0 16px;
  font-weight: 500;
  font-size: 40px;
  line-height: 110%;
}
.ajax-item-inner {
  padding: 0 0 72px;
	position: relative;
}
.modal .modal-inner::after {
	background: var(--black);
	height: 3px;
	width: calc(100% - 128px);
	content: '';
	display: block;
	position: absolute;
	top: 55px;
	left: 40px;
	z-index: 1;
}
#nav-menu-underlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99997;
  display: none;
}
#nav-menu {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 429px;
  z-index: 99999;
  background: #68246d;
  padding: 90px 40px 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: all 0.8s ease;
}
.menu-other-links-container {
  padding-bottom: 40px;
}
.nav-menu-open #nav-menu {
  transform: translateX(0);
  visibility: visible;
}
.nav-menu-open #nav-menu-underlay {
  display: block;
}
.nav-menu-inner {
  max-height: 100%;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.nav-menu-inner::-webkit-scrollbar {
  display: none;
}
#nav-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.issue-number {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  background: #ffd53a;
  padding: 21px 28px 18px 50px;
  border-bottom-left-radius: 200px;
  font-size: 16px;
  font-weight: 700;
  line-height: 110%;
  color: var(--black);
  text-transform: uppercase;
}
.nav-close {
  position: absolute;
  top: 28px;
  left: 40px;
  display: block;
  cursor: pointer;
}
#nav-menu ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  margin: 0 0 24px;
}
#nav-menu ul > li:last-of-type {
  margin: 0;
}
#nav-menu ul a {
  color: #ffffff;
}
p.nav-title {
  margin: 40px 0 24px;
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  color: #ffffff;
}
p.nav-title.first {
  margin-top: 0;
}
.community {
  background: var(--dark);
  padding: 64px 0;
}
.community h2 {
  color: #ffffff;
}
.community h2::after {
  background: #ffffff;
}
.community h2 span {
  background: var(--dark);
}
.community-grid {
  margin: 40px 0 0;
  display: grid;
  grid-template-columns: repeat(4, calc(25% - 12px));
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}
.community-card .img-container {
  height: 270px;
}
.community-card h3 {
  margin: 0;
  padding: 18px 36px 18px 16px;
  border-bottom-right-radius: 500px;
  background: #ffd53a;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  color: var(--dark);
}
.community-card h3 svg {
  display: block;
}
.image-grid {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 8px));
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}
.image-grid img {
  display: block;
}
.image-grid figure {
  margin: 0;
}
.boxed-text {
  padding: 52px 48px 48px 40px;
  border-bottom-right-radius: 100px;
}
.less-padding .boxed-text {
	padding-top: 32px;
	padding-bottom: 32px;
}
.boxed-text.color-gold {
  background: #afa961;
}
.boxed-text.color-gold .body * {
  color: #000000;
}
.boxed-text.color-purple {
  background: #68246d;
}
.boxed-text.color-purple .body * {
  color: #ffffff;
}
.boxed-text.color-yellow {
  background: #ffd53a;
}
.boxed-text.color-yellow .body * {
  color: #000000;
}
.boxed-text.color-blue {
  background: #00aeef;
}
.boxed-text.color-blue .body * {
  color: #000000;
}
.article-content-block ul,
.boxed-text ul {
  padding-left: 24px;
}
.boxed-text h5 {
  margin-top: 0;
}
.boxed-text h6 {
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  margin: 20px 0 16px;
}
.no-mt .boxed-text h6 {
	margin-top: 0;
}
.boxed-text .body a {
  text-decoration: underline;
  font-weight: 500;
}
.boxed-text .body > p:last-of-type {
  margin: 0;
}

.article-content-block_text .body p strong {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
}
.article-content-block_quote {
  margin: 36px auto;
}
.quote-text {
  padding: 16px 0 32px;
  border-top: 3px solid var(--dark);
  border-bottom: 3px solid var(--dark);
}
.quote-text svg {
  display: block;
  margin: 0 0 32px;
}
.quote-text .quote p {
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
}
.quote-text p.name {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  margin: 24px 0 0;
}
.article-main .larger-list ul li {
  font-size: 18px;
  font-weight: 500;
}
#colophon {
  padding: 80px 0 40px;
  border-top: 3px solid var(--dark);
}
.footer-top-row .right,
.footer-bottom-row .right {
  width: 33.33%;
  max-width: 33.33%;
}
.footer-bottom-row {
  margin: 80px 0 0;
}
.footer-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  gap: 24px;
  flex-wrap: wrap;
}
.footer-menu ul a {
  text-decoration: underline;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: var(--dark);
}
p.copyright {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  margin: 0;
  color: var(--dark);
}
.footer-left .logo svg {
  width: 150px;
  height: auto;
  display: block;
}
.footer-left {
  flex-grow: 1;
	gap: 24px;
}
.footer-left > div {
	width: calc(50% - 12px);
	max-width: calc(50% - 12px);
}
p.footer-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  margin: 0 0 16px;
}
.socials-row {
  gap: 14px;
	margin: 32px 0 0;
}

.socials-row span,
.socials-row a,
.socials-row svg {
  display: block;
}
.socials-row a {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
}
.socials-row span {
font-weight: 400;
font-size: 16px;
line-height: 140%;
}
#colophon .btn-yellow {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 18px 50px 18px 28px;
font-weight: 700;
font-size: 16px;
line-height: 20px;
	background: #FFD53A;
	border: 2px solid #FFD53A;
	border-bottom-right-radius: 400px;
}
#colophon .btn-container {
	margin: 24px 0;
}
#colophon .btn-yellow svg {
	display: block;
}
#colophon .developed-by {
	margin: 72px 0 0;
	max-width: 417px;
}
#colophon .developed-by p {
font-weight: 500;
font-size: 16px;
line-height: 140%;
}
#colophon .contacts a {
	text-decoration: underline;
}
#colophon .address {
	margin: 32px 0 60px;
	max-width: 355px;
}
.footer-top-row > .left {
	width: 66.67%;
	max-width: 66.67%;
}
#colophon .has-border-top {
  padding: 22px 0 0;
  position: relative;
}
#colophon .has-border-top::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 99px;
  height: 6px;
  background: #ffd53a;
  display: block;
}
.newsletter {
  font-family: Gotham, sans-serif;
  margin: 24px 0;
}
.newsletter-row {
  gap: 16px;
  align-items: center;
}
.newsletter-row input {
  display: block;
  flex-grow: 1;
  width: 100%;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #002a41;
  color: #002a41;
  font-weight: 500;
  font-size: 16px;
  padding: 12px 0;
  line-height: 140%;
  font-family: Gotham, sans-serif;
}
.newsletter-row .btn-container {
  flex-shrink: 0;
}
.newsletter-row input::placeholder {
  color: #002a41;
}
.newsletter-row .wpcf7-form-control-wrap {
  flex-grow: 1;
}
.university-carousel a img {
  transition: all .4s ease;
}
.university-carousel a:hover img {
  transform: scale(1.08);
}
.nav-menu-inner a:hover {
  text-decoration: underline;
}
.newsletter button {
  appearance: none;
  background: #ffd53a;
  border: none;
  outline: none;
  border-radius: 0;
  border-bottom-right-radius: 200px;
  padding: 18px 50px 18px 28px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  font-family: Gotham, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: var(--black);
  align-items: center;
  transition: all .1s ease;
}
.newsletter button svg path {
  transition: all .1s ease;
}
.newsletter button:hover {
  background: var(--dark);
  color: #ffffff;
}
.newsletter button:hover svg path {
  fill: #ffffff;
}
.newsletter button svg {
  display: block;
}
p.newsletter-sub-text {
  margin: 0;
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  color: var(--dark);
}
p.newsletter-sub-text a {
  text-decoration: underline;
}
.modal-nav {
  align-items: center;
}
.community-grid > div:nth-of-type(2) img {
  object-position: top center;
}
a.load-next-post,
a.load-previous-post {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  gap: 12px;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}
a.load-next-post {
  padding: 18px 50px 18px 28px;
  background: #FFD53A;
  border: 2px solid #FFD53A;
  border-bottom-right-radius: 100px;
}
.modal .modal-inner .modal-nav {
	padding: 16px 0 40px;
	border-top: 3px solid #333132;
}
@media all and (max-width: 1080px) {
  .container {
    padding: 0 16px;
  }
	#colophon .address {
		margin: 32px 0;
	}
	.footer-left > div {
		width: 100%;
		max-width: 100%;
	}
	
	#colophon .developed-by {
		margin: 32px 0 0;
	}
	.socials-row {
		margin: 24px 0 0;
	}
	.home-swiper {
		height: 100%;
		top: 0;
		position: relative;
	}
	.home-page-top {
		height: 100vh;
		height: 100svh;
		min-height: 600px;
	}
	#loader-svg {
		width: calc(100% - 32px);
		top: 120px;
	}
	.site-loaded #loader-svg {
		width: 111px;
		top: 16.5px;
	}
  .share-links {
    right: auto;
    left: 0;
  }
  .article-hero .bg-content {
    width: 100%;
    padding-bottom: 105px;
  }
  .article-back {
    left: 16px;
  }
  .right-articles-container {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 140px;
    overflow-y: unset;
    overflow-x: auto;
  }
  .right-articles-wrapper {
    display: flex;
    flex-direction: row;
    gap: 8px;
  }
  .article-card {
    min-height: 116px;
    height: 116px;
    width: 318px;
    padding: 6px;
    gap: 8px;
  }
  .right-articles-wrapper > div:last-of-type {
    padding-right: 12px;
  }
  .article-card h4 {
    font-weight: 700;
    font-size: 14px;
    line-height: 130%;
  }
  .article-card .left {
    width: 103px;
    min-width: 103px;
  }
  .home-big-card .card-content {
    max-width: 95%;
    width: 95%;
  }
  .home-big-card {
    padding: 40px 16px 164px;
  }
  .community-grid {
    grid-template-columns: repeat(2, calc(50% - 8px));
  }
  .footer-left {
    flex-direction: column;
    gap: 64px;
  }
  h2.has-line::after {
    left: -16px;
    width: calc(100% + 32px);
  }
  .article-card {
    margin: 0;
  }
}
@media all and (max-width: 768px) {
	.article-hero .body p {
		font-size: 20px;
	}
	.footer-top-row > .left {
		max-width: 100%;
		width: 100%;
	}
  #colophon {
    padding: 40px 0 16px;
  }
	.modal .overflow {
		max-height: calc(100% - 16px);
		width: calc(100% - 16px);
		padding-bottom: 8px;
	}
	.modal .modal-inner .modal-nav {
		padding-bottom: 0;
	}
  .home-swiper-timer {
    display: none;
  }
  #masthead .left-logo svg {
    width: 77px;
    height: auto;
  }
  #masthead .hdr-right {
    width: 77px;
  }
  .hdr-row {
    height: 32px;
  }
  .home-page-top {
    padding-top: 56px;
  }
  .university-carousel {
    max-width: 82%;
  }
  #nav-menu {
    width: 100%;
    max-width: 375px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .nav-close {
    left: 24px;
  }
  .footer-top-row,
  .footer-bottom-row {
    flex-direction: column;
    gap: 64px;
    align-items: flex-start;
  }
  .footer-menu ul {
    flex-direction: column;
  }
  .footer-bottom-row {
    margin: 64px 0 0;
  }
  .footer-top-row .right,
  .footer-bottom-row .right {
    width: 100%;
    max-width: 100%;
  }
  .community-grid {
    grid-template-columns: 100%;
  }
  .community-card .img-container {
    height: 0;
    padding-bottom: 83%;
    position: relative;
  }
  .community-card .img-container img {
    position: absolute;
    top: 0;
    left: 0;
  }
  h2 {
    font-size: 24px;
    line-height: 140%;
  }
	#nav-menu {
		max-width: 100%;
	}
  h1,
  h2.h1,
  .h1 {
    font-size: 34px;
  }
  .home-big-card .card-content .body p {
    font-size: 20px;
  }
  .university-news-card h3 {
    font-size: 16px;
  }
  a.article-btn,
  button.article-btn {
    font-size: 14px;
  }
  .article-card button.article-btn {
    font-size: 12px;
  }
	.modal .modal-close {
		right: 16px;
		top: 20px;
	}
	.modal .modal-inner::after {
		left: 16px;
		top: 35px;
		width: calc(100% - 80px);
	}
	.modal .modal-inner {
		padding: 68px 16px 40px;
	}
	.ajax-item-inner {
		padding: 0 0 16px;
	}
  .article-main h2,
  .article-main h3 {
    font-size: 30px;
    line-height: 120%;
  }
  h5,
  .article-main h5 {
    font-size: 20px;
    line-height: 130%;
  }
  .boxed-text {
    padding: 32px 16px;
    border-bottom-right-radius: 100px;
  }
  .image-grid {
    grid-template-columns: 100%;
  }
  .quote-text .quote p {
    font-size: 20px;
  }
  .quote-text p.name {
    font-size: 16px;
  }
  .article-main .larger-list ul li {
    font-size: 16px;
  }
	.news-item-inner h2 {
		font-size: 30px;
	}
}
