  @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Plantin:wght@400;500;600;700&display=swap');

@font-face {
	font-family: 'Plantin';
	src: local('Plantin Light'), local('Plantin-Light'),
		url('/wp-content/themes/understrap/fonts/PlantinStd-Light.woff2') format('woff2'),
		url('/wp-content/themes/understrap/fonts/PlantinStd-Light.woff') format('woff'),
		url('/wp-content/themes/understrap/fonts/PlantinStd-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Plantin';
	src: local('Plantin Semibold'), local('Plantin-Semibold'),
		url('/wp-content/themes/understrap/fonts/PlantinStd-Semibold.woff2') format('woff2'),
		url('/wp-content/themes/understrap/fonts/PlantinStd-Semibold.woff') format('woff'),
		url('/wp-content/themes/understrap/fonts/PlantinStd-Semibold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Plantin';
	src: local('Plantin Bold'), local('Plantin-Bold'),
		url('/wp-content/themes/understrap/fonts/PlantinStd-Bold.woff2') format('woff2'),
		url('/wp-content/themes/understrap/fonts/PlantinStd-Bold.woff') format('woff'),
		url('/wp-content/themes/understrap/fonts/PlantinStd-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Plantin';
	src: local('Plantin Regular'), local('Plantin-Regular'),
		url('/wp-content/themes/understrap/fonts/PlantinStd.woff2') format('woff2'),
		url('/wp-content/themes/understrap/fonts/PlantinStd.woff') format('woff'),
		url('/wp-content/themes/understrap/fonts/PlantinStd.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

.step1 {
	color: #bb9744;
	text-align: center;
	font-size: 20px;
}

.step0 {
	color: #fff;
	text-align: center;
	font-size: 20px;
}

.step1 span {
	height: 36px;
	border-radius: 50%;
	display: inline-block;
	margin-right: 8px;
	width: 36px;
	text-align: center;
	background: #bb9744;
	color: #fff;
	font-size: 16px;
	padding: 4px 0 0 0;
	vertical-align: middle;
}

.flex_bl {
	display: flex;
	margin-bottom: 20px;
	align-items: center;
	justify-content: center;
}

.flex_bl p {
	margin: 0 10px;
}

.step0 span {
	height: 36px;
	border-radius: 50%;
	display: inline-block;
	margin-right: 8px;
	width: 36px;
	text-align: center;
	background: #fff;
	color: #06041a;
	font-size: 16px;
	padding: 4px 0 0 0;
	vertical-align: middle;
}

body {
	background: #2f3f7b;
	color: #fff;
	font-family: 'Playfair Display', serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.6;
}

a {
	color: #fff;
	text-decoration: none;
}

.style_Plantin {
	font-family: 'Plantin', serif;
	font-weight: 600;
	text-transform: none;
}

a:hover {
	color: inherit;
}

div.entry-title,
h1.entry-title,
h2 {
	font-family: Plantin;
	font-size: 85px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.1;
	margin-bottom: 40px;
}

div.entry-title,
h1.entry-title {
	text-align: center;
	margin-bottom: 20px;
}

#page {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: radial-gradient(50% 50% at 50% 50%, #2f3f7b 0%, #1d2d68 100%);
	padding-top: 177px;
}

.home #page {
	padding-top: 0px;
}

#page-bg {
	width: 100%;
	background: url(/wp-content/themes/understrap/images/page-bg.jpg) center top no-repeat;
	background-size: cover;
}

#page-wrapper {
	padding: 0px 0px 250px 0px;
}

.home #header {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 40px 0px;
}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	padding-top: 40px;
	z-index: 100;
}

#header .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-blocks {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.header-blocks a {
	display: flex;
	align-items: center;
	margin-left: 46px;
	cursor: pointer;
}

.header-blocks a.login {
	color: #fff;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.4px;
}

.header-blocks a.login svg {
	margin-left: 10px;
}

.offcanvas.offcanvas-end {
	width: 1062px;
	background: rgba(47, 63, 123, 0.9);
	backdrop-filter: blur(12.5px);
}

.offcanvas-header {
	justify-content: flex-end;
	padding: 50px 100px 38px 0px;
}

.offcanvas-header .btn-close {
	padding: 0px;
	box-shadow: unset;
	outline: none;
	width: 68px;
	height: 68px;
	background: url(/wp-content/themes/understrap/images/close.svg) center center no-repeat;
	background-size: contain;
	opacity: 1;
	filter: unset;
}

.offcanvas-body {
	padding: 0px 80px 130px 80px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#v-pills-tabContent ul,
#v-pills-tabContent ul li,
.secondary-menu ul,
.secondary-menu ul li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	list-style-image: none;
}

.secondary-menu {
	padding-top: 30px;
}

.secondary-menu ul {
	display: flex;
	justify-content: flex-start;
}

.secondary-menu ul li {
	margin-right: 35px;
}

.secondary-menu ul li a {
	color: #939dc6;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	transition: all 0.2s ease;
}

.secondary-menu ul li a:hover {
	color: #fff;
}

#v-pills-tab {
	width: 443px;
	border-right: 1px solid #4b5b97;
}

.nav-pills .nav-link {
	position: relative;
	display: flex;
	text-align: left;
	color: #fff;
	font-family: 'Plantin', serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 60px;
	/* 166.667% */
	padding: 0px;
	margin-bottom: 20px;
	transition: all 0.2s ease;
}

.nav-pills .nav-link:last-child {
	margin-bottom: 0px;
}

.nav-pills .nav-link:hover,
.nav-pills .nav-link.active {
	background: none;
	color: #bb9744;
}

.nav-pills .nav-link:after {
	display: block;
	content: '';
	width: 5px;
	height: 100%;
	position: absolute;
	top: 0px;
	right: -3px;
	transition: all 0.2s ease;
}

.nav-pills .nav-link.active:after {
	background: #bb9744;
}

#v-pills-tabContent {
	padding-left: 50px;
}

#v-pills-tabContent ul li:not(:last-child) {
	margin-bottom: 20px;
}

#v-pills-tabContent ul li a {
	color: #fff;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	transition: all 0.2s ease;
}

#v-pills-tabContent ul li a:hover,
#v-pills-tabContent ul li.current_page_item a,
#v-pills-tabContent ul li.current-menu-item a {
	color: #bb9744;
}

#first-screen {
	position: relative;
	width: 100%;
	height: 100vh;
	min-height: 100vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

#first-screen:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: linear-gradient(0deg,
			rgba(8, 29, 72, 0.6) 0%,
			rgba(8, 29, 72, 0.6) 100%);
}

#first-screen .container {
	position: relative;
	padding: 0px 15px;
	z-index: 10;
}

#first-screen h1 {
	font-family: Plantin;
	font-size: 120px;
	font-style: normal;
	font-weight: 300;
	line-height: 1;
	margin: 0px;
}

#first-screen h1:after {
	display: none;
	content: '';
	background: url('data:image/svg+xml,<svg width="135" height="4" viewBox="0 0 135 4" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="134" height="3" stroke="white" stroke-dasharray="3 3"/></svg>') center center no-repeat;
	width: 135px;
	height: 4px;
	margin: 30px 0px;
}

#first-screen p {
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0px;
}

#about {
	padding-top: 150px;
}

.about-logo {
	display: flex;
	justify-content: center;
	margin-bottom: 140px;
	margin-top: 38px;
}

.about-text {
	max-width: 730px;
	margin: 0 auto;
}

.about-text h2 {
	color: #bb9744;
	text-align: center;
	font-family: 'Plantin', serif;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 65px;
}

.about-text p {
	color: #fff;
	text-align: center;
	font-size: 28px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.6;
	margin: 0 auto;
}

#services {
	padding-bottom: 165px;
	margin-top: -200px;
}

.services-list {
	display: flex;
	width: 100%;
}

.services-list a {
	position: relative;
	display: flex;
	width: 33.333%;
	height: 452px;
	align-items: center;
	justify-content: center;
	will-change: transform;
	isolation: isolate;
	border-radius: 0px;
	transition: all 0.2s ease;
}

.camp-3d a:after,
.services-list a:after {
	display: block;
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg,
			rgba(47, 63, 123, 0.6) 0%,
			rgba(47, 63, 123, 0.6) 100%);
	border-radius: 0px;
}

.camp-3d a:after {
	border-radius: 90px;
}

@media all and (min-width: 960px) {
	.services-list a:first-child {
		border-radius: 90px 0px 0px 90px;
	}

	.services-list a:last-child {
		border-radius: 0px 90px 90px 0px;
	}
}

/*
.services-list a:nth-child(2) {
  border-radius: 90px;
}
.services-list a:last-child {
  border-radius: 90px;
}*/
.camp-3d a:hover,
.services-list a:hover {
	border-radius: 90px;
	transform: scale(1.15);
	position: relative;
	border-radius: 90px;
	z-index: 10;
}

/*.services-list a:nth-child(2) {
  border-radius: 90px;
  min-width: calc(33.333% + 80px);
  margin: -40px -40px 0px -40px;
  height: 532px;
  position: relative;
  z-index: 10;
}*/
.camp-3d a:hover:after,
.services-list a:hover:after {
	border-radius: 90px;
}

.camp-3d a:hover .s-pic,
.services-list a:hover .s-pic {
	filter: blur(4.5px);
	border-radius: 90px;
}

.camp-3d a:hover:before,
.services-list a:hover:before {
	display: block;
	content: '';
	width: 80%;
	height: 80%;
	border-radius: 90px;
	border: 3px solid #fff;
	position: absolute;
	top: 10%;
	left: 10%;
	z-index: 5;
}

.s-pic {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.s-title {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #fff;
	font-family: 'Plantin', serif;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.66;
	z-index: 10;
}

.s-title svg {
	margin-top: 30px;
}

#program {
	width: 100%;
	padding-bottom: 118px;
	background: url(/wp-content/themes/understrap/images/text-1.svg) center 120px no-repeat;
	background-size: contain;
}

.program-head {
	align-items: flex-end;
	margin-bottom: 30px;
}

.program-head h2 {
	margin: 0px;
}

.program-head p {
	font-size: 20px;
	margin: 0px;
	max-width: 915px;
}

.prog-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 25px;
	color: #fff;
	font-family: 'Plantin', serif;
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.1;
}

.prog-text {
	margin-bottom: auto;
}

.prog-text p {
	margin: 0px 0px 30px 0px;
	font-size: 20px;
	max-width: 370px;
}

.prog-grades {
	color: #fff;
	font-family: 'Plantin', serif;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.3;
	margin-top: auto;
}

.prog-grades span {
	display: block;
	color: #bb9744;
	font-family: Playfair Display;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: -0.4px;
}

.prog-list a {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	height: 100%;
	padding: 100px 0px 70px 0px;
}

.prog-list a>div {
	position: relative;
	z-index: 10;
}

.prog-list a:hover {
	z-index: 50;
}

.prog-list a:before {
	position: absolute;
	display: block;
	content: '';
	top: 0px;
	left: -90px;
	width: calc(100% + 180px);
	height: 100%;
	border-radius: 90px;
	background: linear-gradient(0deg,
			rgba(187, 151, 68, 0.95) 0%,
			rgba(187, 151, 68, 0.95) 100%),
		url(/wp-content/themes/understrap/images/prog-bg.png), lightgray 50% / cover no-repeat;
	opacity: 0;
	box-shadow: 0px 45px 90px 0px rgba(19, 31, 81, 0.9);
	transition: all 0.2s ease;
}

.prog-list a:hover:before {
	opacity: 1;
}

.prog-list a:hover .prog-grades span {
	color: #fff;
}

#campuses {
	padding-bottom: 150px;
}

#campuses h2 {
	margin-bottom: 90px;
}

.camp-list a {
	position: relative;
	display: flex;
	width: 100%;
	height: 450px;
	align-items: center;
	padding: 50px;
	color: #fff;
	font-family: 'Plantin', serif;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.2;
	border-radius: 90px;
	overflow: hidden;
	background-size: cover !important;
}

.camp-list a:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 90px;
	background: rgba(47, 63, 123, 0.5);
	position: absolute;
	top: 0px;
	left: 0px;
	transition: all 0.2s ease;
}

.camp-list a>div {
	position: relative;
	z-index: 10;
}

.camp-list a:hover:after {
	background: rgba(47, 63, 123, 0.8);
}

.camp-list a>div.camp-arrow {
	position: absolute;
	top: 50px;
	left: 50px;
	opacity: 0;
	transition: all 0.2s ease;
}

.camp-list a:hover .camp-arrow {
	opacity: 1;
}

#stories {
	width: 100%;
	padding-bottom: 150px;
	background: url(/wp-content/themes/understrap/images/text-2.svg) center 0px no-repeat;
	background-size: contain;
}

#stories h2 {
	text-align: center;
	margin-bottom: 60px;
}

#stories h2:after {
	display: block;
	content: '';
	background: url(/wp-content/themes/understrap/images/stars.svg) center center no-repeat;
	width: 196px;
	height: 36px;
	background-size: contain;
	margin: 25px auto 0px auto;
}

.stories-list {
	min-width: 100vw;
	margin: 0px -10px;
	display: flex;
}

.story-slide {
	padding: 0px 10px;
	min-width: 295px;
	width: 295px;
}

.story-name {
	text-align: center;
	padding: 35px 0px 18px 0px;
	color: #bb9744;
	font-family: 'Plantin', serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: -0.4px;
}

.story-text {
	color: #fff;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.1;
	text-align: center;
	letter-spacing: -0.4px;
}

.story-slide:nth-child(2n + 1) {
	padding-top: 100px;
}

.story-pic {
	position: relative;
}

.story-pic:before {
	display: block;
	content: '';
	position: absolute;
	top: -13px;
	left: -30px;
	width: 100%;
	height: 100%;
	background: url(/wp-content/themes/understrap/images/item-1.svg) center center no-repeat;
	background-size: contain;
}

.story-pic img {
	position: relative;
	border-radius: 50px;
	z-index: 10;
}

.story-item {
	padding: 13px 0px 0px 30px;
}

#news {
	padding-bottom: 211px;
}

.news-list .pagination {
	margin-top: 40px;
	display: flex;
	justify-content: center;
	gap: 20px;
}

.news-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.news-head {
	display: flex;
	align-items: center;
}

.news-head h2 {
	margin: 0px;
}

.news-head a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 204px;
	height: 83px;
	background: url(/wp-content/themes/understrap/css/'data:image/svg+xml,<svg width="204" height="83" viewBox="0 0 204 83" fill="none" xmlns="http:/www.w3.org/2000/svg"><rect width="204" height="83" rx="41.5" fill="url(%23paint0_radial_3504_17703)"/><mask id="mask0_3504_17703" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="204" height="83"><rect width="204" height="83" rx="41.5" fill="%23BB9744"/></mask><g mask="url(%23mask0_3504_17703)"><circle cx="177.5" cy="104.5" r="86.5" fill="%23BB9744"/><circle cx="213.5" cy="142.5" r="194.5" fill="white" fill-opacity="0.02"/></g><defs><radialGradient id="paint0_radial_3504_17703" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(102 41.5) rotate(90) scale(41.5 102)"><stop stop-color="%2345589D"/><stop offset="1" stop-color="%232D3D79"/></radialGradient></defs></svg>') center center no-repeat;
	margin-left: 100px;
	color: #fff;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: -0.48px;
}

#news-inner .container {
	position: relative;
	padding-bottom: 80px;
}

.news-nav {
	display: flex;
	justify-content: flex-end;
}

.news-nav a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	background: #2f3f7b;
	border-radius: 50%;
	transition: all 0.2s ease;
	margin-left: 5px;
	cursor: pointer;
}

.news-nav a:hover {
	background: #e1e3e9;
}

.news-nav a:hover svg path {
	stroke: #43415a;
}

.news-carousel {
	margin: 0px -10px;
	min-width: 100vw;
}

/* .news-slide {
	padding: 10px;
} */
/* .news-slide a {
	display: flex;
	align-items: flex-end;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 405px;
	padding: 30px;
	border-radius: 60px;
	overflow: hidden;
	transition: all 0.2s ease;
} */
/* .news-slide a:after {
	display: block;
	content: '';
	background: linear-gradient(180deg, rgba(47, 63, 123, 0) 0%, #1f2e69 100%);
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	transition: all 0.2s ease;
}
.news-slide a:hover {
	box-shadow: 0px 0px 10px rgba(19, 31, 81, 0.9);
} */
.news-slide {
	width: 100%;
	border-bottom: 5px solid #b3934d;
}

.news-slide img {
	position: relative;
	width: 100%;
	height: 353px;
	border-radius: 90px;
	object-fit: cover;
}

.news-slide .news-slide-img {
	position: relative;
	margin-bottom: 20px;
}

.news-slide .news-slide-img:after {
	content: '';
	background: linear-gradient(180deg, rgba(47, 63, 123, 0) 0%, #1f2e69 100%);
	border-radius: 90px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	transition: all 0.2s ease;
}

.news-slide img:hover {
	box-shadow: 0px 0px 10px rgba(19, 31, 81, 0.9);
}

.news-meta {
	position: relative;
	z-index: 10;
	margin-bottom: 60px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	height: 170px;
}

.news-meta>div:nth-child(1) {
	color: #fff;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.2;
	padding-bottom: 30px;
	margin-top: 20px;
}

.news-meta>div:nth-child(1):hover {
	color: #b3934d;
}

.news-meta>div:last-child {
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.2;
}

#footer {
	width: 100%;
	padding: 0px 0px 60px 0px;
	background: #2f3f7b;
}

.footer-logo {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	margin-bottom: 30px;
}

.footer-logo img {
	max-width: 156px;
	height: auto;
	background: rgba(47, 63, 123, 1);
	padding: 25px;
	border-radius: 50%;
	margin-top: -75px;
}

.footer-logo span {
	display: block;
	text-align: center;
	font-family: Plantin;
	font-size: 64px;
	font-weight: 600;
	line-height: 1;
}

.footer-menu {
	position: relative;
	width: 100%;
	padding: 42px 0px 53px 0px;
}

.footer-menu:before {
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg,
			rgba(255, 255, 255, 0) 0%,
			#fff 52.08%,
			rgba(255, 255, 255, 0) 100%,
			rgba(255, 255, 255, 0) 100%);
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
}

.footer-menu ul,
.footer-menu ul li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	list-style-image: none;
}

.footer-menu ul {
	display: flex;
	justify-content: space-between;
}

.footer-menu ul li a {
	color: #fff;
	font-family: 'Plantin', serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-decoration: none;
}

.row-footer_contacts {
	align-items: flex-end;
	margin-bottom: 80px;
}

#footer .phone span {
	white-space: pre;
}

.location-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.location:not(:last-child) {
	margin-right: 70px;
}

.location>div:first-child {
	color: #939dc6;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	margin-bottom: 5px;
	line-height: normal;
}

.location>div:last-child {
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.location>div:last-child svg {
	margin-right: 10px;
}

.contact-wrapper {
	display: flex;
	justify-content: flex-end;
}

.phone {
	margin-right: 51px;
}

.phone a,
.email a {
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-decoration: none;
}

.phone a svg,
.email a svg {
	margin-right: 18px;
}

.social-wrapper {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}

.social {
	display: flex;
	justify-content: center;
	margin-top: 25px;
	margin-bottom: 41px;
}

.social a {
	display: block;
	margin: 0px 7px;
}

#footer .row:last-child {
	align-items: center;
}

.copyright {
	color: #939dc6;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.footer-logos {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.footer-logos>div {
	margin-left: 30px;
}

.footer-logos img {
	width: 65px !important;
	/* max-height: 35px; */
	width: auto;
}

.dev {
	display: flex;
	justify-content: flex-end;
}

.breadcrumbs {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.breadcrumbs span.rasp {
	display: block;
	width: 30px;
	height: 30px;
	background: url('data:image/svg+xml,<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M23.75 15L24.4571 15.7071L25.1642 15L24.4571 14.2929L23.75 15ZM8.75 14C8.19772 14 7.75 14.4477 7.75 15C7.75 15.5523 8.19772 16 8.75 16L8.75 14ZM19.4571 20.7071L24.4571 15.7071L23.0429 14.2929L18.0429 19.2929L19.4571 20.7071ZM24.4571 14.2929L19.4571 9.29289L18.0429 10.7071L23.0429 15.7071L24.4571 14.2929ZM23.75 14L8.75 14L8.75 16L23.75 16L23.75 14Z" fill="%237286D2"/></svg>') center center no-repeat;
	background-size: contain;
	margin: 0px 10px;
}

.breadcrumbs a {
	color: #7286d2;
}

.section-menu {
	padding-top: 20px;
	margin-bottom: 100px;
}

.section-menu ul,
.section-menu ul li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	list-style-image: none;
}

.section-menu ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.section-menu ul li {
	padding: 0px 15px;
}

.section-menu ul li a {
	display: block;
	padding: 10px 0px;
	color: #a8b2d7;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	border-bottom: 2px solid transparent;
	transition: all 0.2s ease;
}

.section-menu ul li.current-menu-item a,
.section-menu ul li.current_page_item a,
.section-menu ul li a:hover {
	color: #fff;
	border-color: #fff;
}

/* ADMISSIONS */

.hero {
	display: flex;
	flex-direction: row;
	align-items: center;
	border-radius: 90px;
	background: rgba(52, 72, 149, 0.7);
	/*backdrop-filter: blur(5px); */
	margin-top: 100px;
	padding: 0 70px 4px 0px;
	margin-bottom: 100px;
	position: relative;
	background: rgba(52, 72, 149, 0.7) url(../images/item-3.svg) right 330px no-repeat;
	backdrop-filter: blur(5px);
}

.hero .div_40 {
	width: 40%;
}

.hero .div_40 img {
	max-width: 98%;
	border-radius: 52px;
}

.flex {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.hero-image {
	margin-top: -40px;
}

h4.title {
	margin-bottom: 20px;
	color: #fff;
	font-family: 'Plantin', serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
}

.hero__details {
	width: 60%;
	margin-left: auto;
}

.details {
	margin-top: 50px;
	margin-bottom: 30px;
	padding: 20px 0 20px 55px;
	position: relative;
}

.details:before {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	content: '';
	border-radius: 90px;
	background: #bb9744;
	width: 30px;
	height: 100%;
	min-width: 30px;
	margin-right: 30px;
}

.details-text {
	color: #fff;
	font-family: 'Playfair Display';
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
	letter-spacing: -0.46px;
}

.hero__details-text {
	margin-top: 25px;
	color: #fff;
	font-family: 'Playfair Display';
	font-size: 23px;
	font-style: normal;
	font-weight: 600;
	line-height: 160%;
	letter-spacing: -0.48px;
	position: relative;
	z-index: 1;
}

.hero__ring--container {
	width: 500px;
	height: 500px;
	border-radius: 50%;
	border: 72px solid #b3934d;
}

.hero__ring {
	width: 300px;
	height: 300px;
	overflow: hidden;
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 0;
}

.slider {
	margin-top: 50px;
}

.slider .slick-slide {
	margin: 0 10px;
}

.mt-100 {
	margin-top: 80px;
}

.careers_big_text {
	font-size: 40px;
	font-family: 'Plantin', serif;
	font-weight: 600;
	text-align: center;
}

.careers_text {
	font-size: 20px;
	text-align: center;
	font-family: 'Plantin', serif;
	font-weight: 400;
}

.width_500 {
	width: 80%;
	margin: 0 auto 70px;
}

.wp_fon {
	background: #2f428a;
	display: block;
	border-radius: 90px;
	padding: 70px 50px;
	transition: 0.5s linear;
}

.wp_fon:hover {
	position: relative;
}

.content {
	padding-bottom: 70px;
}

.content .slick-slide {
	transition: 0.5s linear;
}

.content .slick-slide:hover {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.content .slick-arrow {
	position: absolute;
	height: 48px;
	width: 48px;
	border: 0;
	border-radius: 50%;
	bottom: -120px;
	background: #e1e3e9;
}

.content .slick-arrow svg path {
	stroke: #43415a !important;
}

.content .slick-prev {
	left: 0;
}

.content .slick-next {
	left: 60px;
}

.content .slick-disabled {
	background: #2f3f7b;
}

.content .slick-disabled svg path {
	stroke: #ffffff !important;
}

.content .slick-slide:hover .wp_fon:before {
	position: absolute;
	display: block;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 90px;
	background: linear-gradient(0deg,
			rgba(179, 147, 77, 0.9) 0%,
			rgba(179, 147, 77, 0.9) 100%),
		url(/wp-content/themes/understrap/images/fon_slide.jpg), lightgray 50% / cover no-repeat;
	background-repeat: no-repeat;
	background-size: cover;
}

.content .slick-list {
	overflow: visible !important;
}

.content .prog-title,
.content .prog-text {
	position: relative;
	z-index: 1;
}

/*careers*/
.careers_lit_ext {
	margin-top: 60px;
	font-size: 18px;
	margin-bottom: 60px;
	font-weight: 400;
}

.slider_block2 .clubs-carousel_wrapper {
	position: relative;
	padding-left: 0;
	overflow: hidden;
	border-radius: 90px;
}

.slider_block2 .clubs-carousel_item {
	margin-bottom: 90px;
}

.slider_block {
	margin-top: 100px;
}

.slider_block .clubs-carousel_text {
	min-height: 451px;
}

.accordion {
	margin-top: 100px;
	margin-bottom: 150px;
}

.accordion img {
	max-width: 100%;
}

.padding-40 {
	padding-left: 40px;
}

.accordion h4 {
	font-size: 61px;
	margin-bottom: 40px;
	text-transform: uppercase;
}

.accordion .accordion-item,
.accordion .accordion-button {
	background-color: transparent;
	border: 0;
}

.accordion .accordion-button {
	color: #fff;
	font-size: 40px;
	padding: 30px 0px 25px 0px;
}

.accordion .accordion-body p {
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 20px;
}

.accordion .accordion-body p:last-child {
	margin-bottom: 0px;
}

.accordion .accordion-body {
	padding-left: 0;
	padding-right: 0;
}

.accordion .accordion-header {
	border-bottom: 1px solid #fff;
}

.accordion .accordion-button:focus {
	outline: none;
	border: 0;
	box-shadow: none;
}

.form {
	background: rgba(52, 71, 149, 0.7);
	border-radius: 90px;
	padding: 100px 50px;
}

.wpcf7 select,
.wpcf7-date {
	border-radius: 90px !important;
	background: #fff;
	height: 64px;
	border-color: #fff;
	color: #43415a;
	padding: 0px 25px;
}

.wpcf7 .text_300 {
	font-family: 'Plantin', serif;
	font-weight: 400;
}

.wpcf7-form-control.wpcf7-radio .wpcf7-list-item label {
	padding: 13px 0;
	font-size: 14px;
}

.wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
	border-radius: 50%;
	height: 50px;
	border: 1px solid #fff;
	width: 50px;
	text-align: center;
}

.wpcf7-checkbox>span {
	border: 1px solid #fff;
	border-radius: 30px;
	padding: 10px 15px;
}

input.wpcf7-form-control.wpcf7-file {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 83px;
	background: url(/wp-content/themes/understrap/css/'data:image/svg+xml,<svg width="204" height="83" viewBox="0 0 204 83" fill="none" xmlns="http:/www.w3.org/2000/svg"><mask id="mask0_348_5977" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="204" height="83"><rect width="204" height="83" rx="41.5" fill="%23BB9744"/></mask><g mask="url(%23mask0_348_5977)"><circle cx="177.5" cy="104.5" r="86.5" fill="%23BB9744"/><circle cx="213.5" cy="142.5" r="194.5" fill="white" fill-opacity="0.02"/></g></svg>') center center no-repeat;
	border: 0px;
	border-radius: 90px;
	text-align: center;
	background-size: 100%;
	color: #fff;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: -0.48px;
	transition: all 0.2s ease;
}

.wpcf7-form-control.wpcf7-file::before {
	content: 'Click to choose a file or drag here';
	text-align: center;
}

.wpcf7 .wpcf7-file::-webkit-file-upload-button {
	visibility: hidden;
}

.title_form {
	color: #fff;
	display: block;
	font-family: 'Plantin', serif;
	font-weight: 600;
	font-size: 40px;
	margin-bottom: 35px;
	text-align: center;
}

.title_form1 {
	font-size: 20px;
	max-width: 1256px;
	margin: 0px auto 35px auto;
	font-family: 'Plantin', serif;
	display: block;
	color: #fff;
	font-weight: 400;
	text-align: center;
}

/**/

.campus-text1 {
	position: relative;
	transition: 0.5s linear;
	padding: 60px 40px;
	border-radius: 90px;
	background: #2f428a;
	height: 100%;
	min-height: 490px;
	transition: 0.5s linear;
}

.campus-text1:hover {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	z-index: 10;
}

/* .campus-text1:hover a {
	display: block;
} */
.campus-text1:before {
	position: absolute;
	display: block;
	content: '';
	opacity: 0;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
	height: 100%;
	border-radius: 90px;
	background: linear-gradient(0deg,
			rgba(179, 147, 77, 0.9) 0%,
			rgba(179, 147, 77, 0.9) 100%),
		url(/wp-content/themes/understrap/images/prog-bg.png), lightgray 50% / cover no-repeat;
	background-repeat: no-repeat;
	background-size: cover;
}

.campus-text1:hover:before {
	opacity: 1;
}

.campus-text1 p {
	font-size: 20px;
	font-weight: 500;
}

.campus-text1 h3 {
	color: #fff;
	font-family: Plantin;
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.1;
	margin-bottom: 20px;
}

.campus-text1 p a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 204px;
	height: 83px;
	background: url(/wp-content/themes/understrap/css/'data:image/svg+xml,<svg width="204" height="83" viewBox="0 0 204 83" fill="none" xmlns="http:/www.w3.org/2000/svg"><rect width="204" height="83" rx="41.5" fill="url(%23paint0_radial_536_9328)"/><mask id="mask0_536_9328" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="204" height="83"><rect width="204" height="83" rx="41.5" fill="%23BB9744"/></mask><g mask="url(%23mask0_536_9328)"><circle cx="177.5" cy="104.5" r="86.5" fill="%232F3F7B"/><circle cx="213.5" cy="142.5" r="194.5" fill="white" fill-opacity="0.02"/></g><defs><radialGradient id="paint0_radial_536_9328" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(102 41.5) rotate(90) scale(41.5 102)"><stop stop-color="%2345589D"/><stop offset="1" stop-color="%232D3D79"/></radialGradient></defs></svg>') center center no-repeat;
	color: #fff;
	font-size: 24px;
	font-style: normal;
	padding-top: 26px;
	font-weight: 600;
	line-height: 1.1;
	display: none;
	letter-spacing: -0.48px;
	transition: all 0.2s ease;
}

#header.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	padding: 15px 0;
	z-index: 99;
	background: radial-gradient(50% 50% at 50% 50%, #2f3f7b 0%, #1d2d68 100%);
	backdrop-filter: blur(25px);
	-webkit-backdrop-filter: blur(25px);
	-webkit-animation: upper_down 0.9s;
	animation: upper_down 0.9s;
	box-shadow: 0px 7px 40px rgba(14, 91, 168, 0.3);
}

@keyframes upper_down {
	0% {
		transform: translateY(-100px);
	}

	100% {
		transform: translateY(0);
	}
}

.adm-wrapper h2 {
	display: none;
}

.interactive-tours {
	margin-top: 100px;
}

.interactive-tours h4 {
	font-family: Plantin;
	font-size: 85px;
	font-weight: 600;
	margin-bottom: 100px;
}

#pills-tab1 ul#pills-tab {
	gap: 69px;
}

#pills-tab1 ul#pills-tab li {
	padding: 85px 177px;
	background: #2f428a !important;
	cursor: pointer;
	border-radius: 90px 90px 90px 90px;
}

#pills-tab1 #pills-tab h3 {
	max-width: 473px;
	color: white;
	background: transparent;
	font-family: Plantin;
	font-size: 40px;
	font-weight: 600;
	line-height: 44px;
	text-align: center;
	margin-bottom: 20px;
}

#pills-tab1 .nav-item p {
	font-family: Playfair Display;
	font-size: 20px;
	font-weight: 500;
	line-height: 32px;
	text-align: center;
	margin-bottom: 40px;
}

#pills-tab1 .mrdtl {
	background: url(/wp-content/themes/understrap/css/'data:image/svg+xml,<svg width="204" height="83" viewBox="0 0 204 83" fill="none" xmlns="http:/www.w3.org/2000/svg"><rect width="204" height="83" rx="41.5" fill="url(%23paint0_radial_3504_17703)"/><mask id="mask0_3504_17703" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="204" height="83"><rect width="204" height="83" rx="41.5" fill="%23BB9744"/></mask><g mask="url(%23mask0_3504_17703)"><circle cx="177.5" cy="104.5" r="86.5" fill="%23BB9744"/><circle cx="213.5" cy="142.5" r="194.5" fill="white" fill-opacity="0.02"/></g><defs><radialGradient id="paint0_radial_3504_17703" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(102 41.5) rotate(90) scale(41.5 102)"><stop stop-color="%2345589D"/><stop offset="1" stop-color="%232D3D79"/></radialGradient></defs></svg>') center center no-repeat;
	padding: 29px 37px;
	text-align: center;
	font-family: Playfair Display;
	font-size: 24px;
	font-weight: 600;
	line-height: 26px;
	letter-spacing: -0.02em;
	color: white;
	margin: auto;
}

#pills-tabContent .tuition-tab_list {
	margin-top: 42px;
}

#pills-tabContent .fees {
	display: flex;
	justify-content: space-between;
	gap: 36px;
	margin-top: 50px;
}

#pills-tabContent .fees_info div {
	display: flex;
	gap: 60px;
	padding-top: 10px;
	padding-bottom: 25px;
	border-bottom: 1px solid #5b70bd;
}

#pills-tabContent .fees_academy .fees_info div:last-child {
	border-bottom: none;
}

#pills-tabContent .fees h4 {
	color: #ba9644;
	font-family: Plantin;
	font-size: 40px;
	font-weight: 600;
	line-height: 44px;
	margin-bottom: 25px;
}

#pills-tabContent .fees strong {
	font-family: Playfair Display;
	font-size: 18px;
	font-weight: 600;
	line-height: 29px;
}

#pills-tabContent .fees p:first-child {
	width: 220px;
}

#pills-tabContent .fees p {
	width: 100%;
	font-family: Playfair Display;
	font-size: 18px;
	font-weight: 400;
	line-height: 29px;
}

.two-cols h2 {
	text-align: center;
}

input.submit.search-submit.btn.btn-primary {
	background-color: #2f3f7b;
	border: none;
	border-radius: 0 90px 90px 0;
}

input[type='search'] {
	border-radius: 90px 0 0 90px;
}

@media (max-width: 1749px) {

	.stories-list,
	.story-slide {
		min-width: unset;
	}

	#pills-tab1 ul#pills-tab li {
		padding: 69px;
	}

	.slider_block .clubs-carousel_text {
		min-height: 690px;
	}
}

@media (min-width: 1400px) and (max-width: 1720px) {
	.slider_block .clubs-carousel_text {
		min-height: 470px;
	}
}

@media (min-width: 1200px) and (max-width: 1400px) {
	.slider_block .clubs-carousel_text {
		min-height: 580px;
	}
}

@media (max-width: 990px) {
	.row.accordion {
		flex-direction: column;
		margin-bottom: 100px;
	}

	.row.accordion .col-md-4,
	.row.accordion .col-md-8 {
		width: 100%;
	}

	.row.accordion .col-md-4 img {
		width: 60%;
		margin: 0 auto;
		display: block;
	}

	.row.accordion .col-md-8 {
		margin-top: 50px;
	}

	.flex {
		flex-direction: column;
	}

	.hero .div_40 img {
		margin: -40px auto 0;
		display: block;
		width: 60%;
	}

	.hero .div_40 {
		position: relative;
		width: 100%;
		background: linear-gradient(180deg, rgba(44, 64, 134, 0) 0%, #2f428a 100%);
	}

	.hero .hero__details {
		width: 100%;
	}

	.hero {
		padding: 20px 40px;
		background: rgba(52, 72, 149, 0.7) url(../images/item-3.svg) right 100% no-repeat;
		backdrop-filter: blur(5px);
		background-size: 31%;
	}

	.div_40:after {
		background: linear-gradient(180deg, rgba(44, 64, 134, 0) 0%, #2f428a 100%);
		height: 100%;
		width: 100%;
		content: '';
		top: 0;
		position: absolute;
	}

	.stories-list {
		flex-wrap: wrap;
		justify-content: center;
		row-gap: 50px;
	}

	.story-slide:nth-child(2n + 1) {
		padding-top: 0;
	}
}

@media (max-width: 768px) {
	.hero {
		padding: 20px;
	}

	.hero__details-text {
		font-size: 16px;
	}

	form .search-form .input-group {
		position: absolute;
		top: 0;
		left: 0;
		padding: 10px;
		z-index: 9999;
	}
}

/* .wpcf7 form.sent .wpcf7-response-output {
	background: #2f428a url(../images/gov-form_bg.svg) right bottom no-repeat;
	width: 600px;
	height: 300px;
	-webkit-box-shadow: 0 0px 10px #fff;
	box-shadow: 0 0px 10px #fff;
	border-radius: 90px;
	font-size: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 1;
	transition: all 200ms ease-in;
} */
/* .wpcf7 form.sent .wpcf7-response-output:after {
	content: 'X';
	position: absolute;
	top: 30px;
	right: 30px;
	color: white;
	font-size: 24px;
	cursor: pointer;
} */
/* .wpcf7-flex {
	display: flex;
} */
.country-select .country-list .country-name,
.intl-tel-input .country-list .country .country-name {
	color: #06041a;
}

.country-select .country-list .bn {
	padding: 0;
	margin-bottom: 0;
	border-radius: 0;
}

/* .page-template-page-summer #page {
	padding: 0;
}

.page-template-page-summer .inquire-link {
	display: none;
}

.summer_page {
	background: rgba(47, 63, 123, 1) url('../images/Group62.png') center center no-repeat;
	background-blend-mode: multiply;
	position: relative;
	overflow-x: hidden;
}

.summer_page::after {
	content: '';
	position: absolute;
	top: 1050px;
	right: -200px;
	width: 1700px;
	height: 1700px;
	background: url('/wp-content/themes/understrap/images/Group76.png') center center no-repeat;
	pointer-events: none;
}

.summer_page h3 {
	font-family: Plantin;
	font-size: 85px;
	font-weight: 600;
	line-height: 99.96px;
}

.hero {
	position: relative;
	background: url('/wp-content/themes/understrap/css/images/young-students-learning-together-during-group-study.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 998px;
	margin-bottom: 60px;
	margin-top: 0;
}

.hero video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #081D4882;
	pointer-events: none;
}

.main_button {
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 317px;
	height: 83px;
	background: url(/wp-content/themes/understrap/css/'data:image/svg+xml,<svg width="204" height="83" viewBox="0 0 204 83" fill="none" xmlns="http:/www.w3.org/2000/svg"><rect width="204" height="83" rx="41.5" fill="url(%23paint0_radial_3504_17703)"/><mask id="mask0_3504_17703" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="204" height="83"><rect width="204" height="83" rx="41.5" fill="%23BB9744"/></mask><g mask="url(%23mask0_3504_17703)"><circle cx="177.5" cy="104.5" r="86.5" fill="%23BB9744"/><circle cx="213.5" cy="142.5" r="194.5" fill="white" fill-opacity="0.02"/></g><defs><radialGradient id="paint0_radial_3504_17703" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(102 41.5) rotate(90) scale(41.5 102)"><stop stop-color="%2345589D"/><stop offset="1" stop-color="%232D3D79"/></radialGradient></defs></svg>') center center no-repeat;
	border: 0px;
	border-radius: 90px;
	color: #fff;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 35.2px;
	letter-spacing: -0.02em;
	transition: all 0.2s ease;
	margin: auto;
	margin-bottom: 150px;
	cursor: pointer;
}

.about {
	margin-bottom: 150px;
}

.about h3 {
	margin-bottom: 60px;
}

.about p {
	position: relative;
	font-size: 24px;
	font-weight: 400;
	line-height: 38.4px;
	padding-left: 56px;
}

.about p::before {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	content: '';
	border-radius: 90px;
	background: #bb9744;
	width: 16px;
	height: 100%;
	min-width: 16px;
}

.programs h3 {
	margin-bottom: 80px;
}

.programs h5 {
	display: flex;
	align-items: center;
	gap: 30px;
	font-family: Plantin;
	font-size: 36px;
	font-weight: 600;
	line-height: 39.6px;
	margin-bottom: 22px;
	z-index: 2;
	position: relative;
}

.programs p {
	font-size: 20px;
	font-weight: 500;
	line-height: 32px;
	margin-bottom: 80px;
	z-index: 2;
	position: relative;
}

.programs div>div:first-child {
	font-size: 20px;
	font-weight: 400;
	line-height: 32px;
	z-index: 2;
	position: relative;
}

.programs div>div:last-child {
	font-family: Plantin;
	font-size: 48px;
	font-weight: 600;
	line-height: 52.8px;
	z-index: 2;
	position: relative;
}

.program-item {
	position: relative;
	padding: 111px 50px 64px 60px;
}

.program-item::before {
	position: absolute;
	display: block;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 90px;
	background: linear-gradient(0deg,
			rgba(187, 151, 68, 0.95) 0%,
			rgba(187, 151, 68, 0.95) 100%),
		url('/wp-content/themes/understrap/images/prog-bg.png'), lightgray 50% / cover no-repeat;
	opacity: 0;
	box-shadow: 0px 45px 90px 0px rgba(19, 31, 81, 0.9);
	transition: all 0.2s ease;
}

.program-item:hover::before {
	opacity: 1;
}

.dates {
	margin-bottom: 150px;
}

.dates h3 {
	margin-bottom: 67px;
}

.dates h5 {
	font-family: Plantin;
	font-size: 40px;
	font-weight: 600;
	line-height: 48px;
	text-align: center;
	margin-bottom: 30px;
}

.dates div {
	font-family: Plantin;
	font-size: 32px;
	font-weight: 300;
	line-height: 38.4px;
	text-align: center;
}

.reg-item {
	margin-top: 67px;
}

.ses-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 314px;
	padding: 99px 0 99px;
	border-radius: 90px;
	background: rgba(52, 72, 149, 0.7) url('../images/Ellipse132.png') right bottom no-repeat;
	transform-origin: center;
	background-size: 279px;
	backdrop-filter: blur(5px);
	transition: height 0.3s ease-in-out, margin 0.3s ease-in-out;
}

.ses-item:hover {
	height: 395px;
	margin-top: -40.5px;
	margin-bottom: -40.5px;
	background: rgba(187, 151, 68, 1) url('../images/Ellipse133.png') right bottom no-repeat;
	box-shadow: 0 45px 90px 0 #131F51E5;
}

.reg-item {
	padding: 99px 0 99px;
	border-radius: 90px;
	background: rgba(52, 72, 149, 0.7) url('../images/Ellipse132.png') right bottom no-repeat;
}

.reason {
	margin-bottom: 150px;
}

.reason h3 {
	margin-bottom: 80px;
}

.reason-items {
	display: flex;
	justify-content: space-between;
	gap: 43px;
}

.reason-item {
	flex: 0 0 auto;
	width: calc(20% - 43px);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
}

.reason-item div,
.apply-item div {
	border: 1px solid #2F428A;
	width: 146px;
	height: 146px;
	border-radius: 50%;
	margin-bottom: 43px;
}

.reason-item div img,
.apply-item div img {
	background: #2F428A;
	padding: 26px;
	margin: 17px;
	width: 113px;
	height: 113px;
	border-radius: 50%;
}

.info {
	margin-bottom: 178px;
}

.info-img {
	position: relative;
}

.info-img img {
	position: relative;
	z-index: 2;
}

.info-img::before {
	content: '';
	position: absolute;
	top: 85px;
	left: 0;
	background: #344895B2;
	width: 473px;
	height: 617px;
	border-radius: 90px;
	z-index: 1;
}

.info-img::after {
	content: '';
	position: absolute;
	top: 290px;
	left: 133px;
	background: #bb9744;
	width: 398px;
	height: 486px;
	border-radius: 90px;
}

.info h3 {
	margin-bottom: 34px;
}

.info p {
	font-size: 20px;
	font-weight: 400;
	line-height: 32px;
	margin-bottom: 20px;
}

.info-add {
	margin-top: 34px;
}

.info-add h6 {
	font-size: 32px;
	font-weight: 800;
	line-height: 51.2px;
	margin-bottom: 10px;
}

.info-add div {
	font-size: 32px;
	font-weight: 400;
	line-height: 51.2px;
}

.apply-bubble {
	margin-bottom: 150px;
	background: #344895B2;
	padding: 106px 76px 86px 89px;
	border-radius: 90px;
	background: rgba(52, 72, 149, 0.7) url(../images/Ellipse134.png) right bottom no-repeat;
	background-size: 455px;
}

.apply .row {
	align-items: center;
}

.apply h4 {
	position: relative;
	font-family: Plantin;
	font-size: 40px;
	font-weight: 600;
	line-height: 47.04px;
	margin-bottom: 39px;
	padding-left: 46px;
}

.apply h4::before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	content: '';
	border-radius: 90px;
	background: #bb9744;
	width: 16px;
	height: 100%;
	min-width: 16px;
}

.apply ol {
	list-style-position: inside;
}

.apply h6 {
	font-family: Plantin;
	font-size: 40px;
	font-weight: 600;
	line-height: 47.04px;
}

.apply p {
	font-size: 20px;
	font-weight: 400;
	line-height: 32px;
} */

.enroll-box {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #344895B2;
	border-radius: 90px;
	margin-top: 150px;
	margin-bottom: 150px;
}

.enroll {
	max-width: 755px;
	padding: 100px 0 62px;
}

.enroll h4 {
	font-family: Plantin;
	font-size: 40px;
	font-weight: 600;
	line-height: 44px;
	text-align: center;
	margin-bottom: 50px;
}

.enroll form input[type='text'],
.enroll form input[type='email'],
.enroll form input[type='date'],
.enroll form select {
	display: block;
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	line-height: 25.6px;
	padding: 19px 30px;
	background: #fff;
	border-radius: 90px;
	margin-bottom: 10px;
	border: 0;
	outline: 0;
}

.enroll form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
	display: block;
	border: 0;
	height: unset;
	width: unset;
	text-align: left;
	margin-left: 0;
}

.wpcf7-form-control.wpcf7-radio .wpcf7-list-item label {
	padding: 0
}


.wpcf7-radio input[type="radio"] {
	display: none;
}


.wpcf7-radio .wpcf7-list-item-label {
	display: flex;
	align-items: center;
	cursor: pointer;
	font-size: 16px;
	gap: 8px;

	position: relative;
	padding-left: 30px;

}


.wpcf7-radio .wpcf7-list-item-label::before {
	content: "";
	width: 20px;
	height: 20px;
	border: 2px solid #fff;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease;
}


.wpcf7-radio input[type="radio"]:checked+.wpcf7-list-item-label::after {
	content: "";
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	left: 5px;

	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease;
}

.enroll h6 {
	font-family: Plantin;
	font-size: 20px;
	font-weight: 600;
	line-height: 32px;
	margin-bottom: 20px;
}

.enroll form>div {
	margin-bottom: 30px;
}

.enroll form input[type='submit'] {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 317px;
	height: 83px;
	background: url(/wp-content/themes/understrap/css/'data:image/svg+xml,<svg width="204" height="83" viewBox="0 0 204 83" fill="none" xmlns="http:/www.w3.org/2000/svg"><rect width="204" height="83" rx="41.5" fill="url(%23paint0_radial_3504_17703)"/><mask id="mask0_3504_17703" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="204" height="83"><rect width="204" height="83" rx="41.5" fill="%23BB9744"/></mask><g mask="url(%23mask0_3504_17703)"><circle cx="177.5" cy="104.5" r="86.5" fill="%23BB9744"/><circle cx="213.5" cy="142.5" r="194.5" fill="white" fill-opacity="0.02"/></g><defs><radialGradient id="paint0_radial_3504_17703" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(102 41.5) rotate(90) scale(41.5 102)"><stop stop-color="%2345589D"/><stop offset="1" stop-color="%232D3D79"/></radialGradient></defs></svg>') center center no-repeat;
	border: 0px;
	border-radius: 90px;
	color: #fff;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 35.2px;
	letter-spacing: -0.02em;
	transition: all 0.2s ease;
	margin: auto;
	margin-top: 60px;
	cursor: pointer;
}

.enroll-success {
	opacity: 0;
	visibility: hidden;
	width: 75%;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #2F428A;
	box-shadow: 0px 50px 100px 0px #070E2833;
	border-radius: 90px;
	padding: 80px 88px;
	z-index: 9;
}

.enroll-success.active {
	opacity: 1;
	visibility: visible;
}

.enroll-sub {
	display: flex;
	justify-content: space-between;
}

.enroll-success h4 {
	width: 69%;
	color: #bb9744;
	font-family: Lora;
	font-size: 48px;
	font-weight: 700;
	line-height: 52.8px;
	margin-bottom: 29px;
}

.enroll-success p {
	width: 59%;
	font-size: 32px;
	font-weight: 400;
	line-height: 51.2px;
}

.wpcf7 input[type=submit]:focus {
	background-color: transparent !important;
	box-shadow: none;
}

@media screen and (max-width: 1399px) {
	.summer_page h3 {
		font-size: 60px !important;
		line-height: 64.96px !important;
	}

	.info-img::after {
		top: 195px !important;
		width: 270px !important;
		height: 380px !important;
	}

	.info-img::before {
		width: 386px !important;
		height: 467px !important;
	}
}

@media screen and (max-width: 1199px) {
	.info-img::after {
		top: 190px !important;
		left: 106px !important;
		width: 233px !important;
		height: 286px !important;
	}

	.info-img::before {
		top: 85px !important;
		left: 0 !important;
		width: 317px !important;
		height: 370px !important;
	}
}

@media screen and (max-width: 992px) {
	.apply-item {
		text-align: center !important;
		margin-bottom: 60px !important;
	}

	.apply-bubble {
		margin-top: 30px !important;
		padding: 30px !important;
	}

	.enroll-success {
		padding: 40px 44px !important;
	}

	.enroll-success h4 {
		font-size: 16px !important;
		line-height: 23.8px !important;
	}

	.enroll-success p {
		font-size: 14px !important;
		line-height: 25.2px !important;
	}

	.summer_page h3 {
		font-size: 43px !important;
		line-height: 55.96px !important;
	}

	.about p {
		font-size: 18px !important;
		line-height: 29.4px !important;
	}

	.about {
		margin-bottom: 50px !important;
	}

	.programs h3 {
		margin-bottom: 20px !important;
	}

	.reason-items {
		flex-direction: column !important;
	}

	.reason-item {
		width: 100% !important;
		flex-direction: column !important;
		align-items: center !important;
		gap: 30px !important;
	}

	.reason-item div {
		margin-bottom: 0 !important;
	}

	.info-img::after {
		top: 90px !important;
	}

	.info-img::before {
		top: 25px !important;
	}

	.info-img {
		margin-bottom: 65px !important;
	}

	.apply {
		padding: 30px !important;
	}
}

@media screen and (max-width: 480px) {
	.summer_page .container {
		max-width: 95% !important;
	}

	.hero {
		min-height: 425px !important;
	}

	.main_button {
		width: 168px !important;
		height: 68px !important;
		font-size: 20px !important;
		margin-bottom: 10px !important;
	}

	.summer_page h3 {
		font-family: Plantin !important;
		font-size: 40px !important;
		line-height: 47.04px !important;
		margin-bottom: 50px !important;
	}

	.about p {
		font-size: 16px !important;
		line-height: 25.6px !important;
	}

	.programs {
		margin-bottom: 90px !important;
	}

	.programs [class^="col-"] {
		margin-bottom: 50px !important;
	}

	.programs div>div:last-child {
		font-family: Plantin !important;
		font-size: 24px !important;
		line-height: 26.4px !important;
	}

	.program-item::before {
		width: 108% !important;
		height: 140% !important;
		margin-left: -15px !important;
		margin-top: -65px !important;
	}

	.programs h5 {
		font-family: Plantin !important;
		font-size: 24px !important;
		line-height: 26.4px !important;
		margin-bottom: 12px !important;
	}

	.programs p {
		font-size: 16px !important;
		line-height: 25.6px !important;
		margin-bottom: 40px !important;
	}

	.dates {
		margin-bottom: 90px !important;
	}

	.dates [class^="col-"] {
		margin-bottom: 30px !important;
	}

	.dates h5 {
		font-family: Plantin !important;
		font-size: 32px !important;
		line-height: 38.4px !important;
		margin-bottom: 25px !important;
	}

	.reg-item {
		margin-top: 0 !important;
	}

	.reason {
		margin-bottom: 90px !important;
	}

	.info {
		margin-bottom: 90px !important;
	}

	.info p {
		font-size: 16px !important;
		line-height: 25.6px !important;
	}

	.info-add {
		margin-top: 50px !important;
	}

	.info-add div {
		font-size: 24px !important;
		line-height: 38.4px !important;
	}

	.info-add p {
		font-size: 20px !important;
		line-height: 32px !important;
	}

	.apply h6 {
		font-family: Plantin !important;
		font-size: 32px !important;
		line-height: 37.63px !important;
		margin-bottom: 20px !important;
	}

	.apply p {
		text-align: left !important;
	}

	.apply-bubble {
		background-size: 185px !important;
	}

	.apply-bubble p {
		font-size: 16px !important;
		line-height: 25.6px !important;
	}
}