:root {
	--ascham-red: #d42c2c;
	--ascham-blue: #182a54;
	--ascham-gold: #d6c39e;
}

:root {
  --font-family: "Work Sans", sans-serif;
  --second-family: "DM Serif Display", sans-serif;
  --third-family: "VIC", sans-serif;
  --font3: "Open Sans", sans-serif;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}
.menu-arrow{
	display:none
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: 0.4s all;
}
body {
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--ascham-blue);
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: var(--second-family);
  color: var(--ascham-blue);
}
h1{
  font-weight: 500;
  font-size: 77px;
  line-height: 110%;
}
h2{
  font-weight: 500;
  font-size: 59px;
  line-height: 110%;
}
h3{
  font-weight: 500;
  font-size: 46px;
  line-height: 120%;
}
h4{
  font-weight: 500;
  font-size: 35px;
  line-height: 120%;
}
h5{
  font-weight: 500;
  font-size: 27px;
  line-height: 120%;
}
h6{
  font-weight: 400;
  font-size: 21px;
  line-height: 120%;
  letter-spacing: 0.02em;
}
p {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--ascham-blue);
}
ol,
ul,
dl {
  padding:0;
  margin: 0;
  margin-bottom: 1rem;
  margin-left: 16px;
}
b,
strong {
  font-weight: bold;
}
a {
  color: #A57A61;
  text-decoration: none;
  background-color: transparent;
  transition: all 0.4s;
}
a:hover {
  color: #A57A61;
  text-decoration: underline;
}
img {
  vertical-align: middle;
  border-style: none;
    width: auto;
    margin: auto;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}
.single-image-product img{
	width:100%;
	height:auto
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline:none;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}


button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
.container,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.container-full{
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-0 {
    display: none;
}
.left-padding {
    padding-left: 15px;
		padding-right: 15px;
}
@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }

	.left-padding{
	    padding-left: calc(50% - 540px / 2 + 15px);
	}
}
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }

	.left-padding{
	    padding-left: calc(50% - 720px / 2 + 15px);
	}
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
	.left-padding{
	    padding-left: calc(50% - 960px / 2 + 15px);
	}
}
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1070px;
  }
	.left-padding{
	    padding-left: calc(50% - 1070px / 2 + 15px);
	}
}
@media (min-width: 1300px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1340px;
  }

	.left-padding{
	    padding-left: calc(50% - 1340px / 2 + 15px);
	}
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.navbar{
  display: none;
}
header{
    position: relative;
    width: 100%;
    transition: 0.4s all;
    padding: 0px 0;
    background: var(--ascham-blue);
    height: 92px;
}
img{
  max-width: 100%;
  height: auto
}
*, *::before, *::after {
    box-sizing: border-box;
}
.flexcenter{
    align-content: center;
    align-items: center;
}
/**HEADER**/
.navbar-collapse{
    vertical-align: middle;
    margin-top: 12px;
}
.navbar-nav {
    list-style-type: none;
    margin: 0;
    display: flex;
    justify-content: space-around;
    width: 600px;
    margin-right: 0;
    margin-left: auto;
}
.menu-item a{
    transition: all 0.4s;
}
.menu-item a:hover{
text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.text h3{
    font-family: Charter;
    font-weight: bold;
    font-size: 28px;
    line-height: 34px;
    color: #414042;
    margin: 40px 0 20px;
}
header .menu-item{
    padding: 0;
    transition: all 0.4s;
}
.navbar-nav {
	display: block;
	padding: 100px 0 0;
	width: 100%;
}
.toggle-mnu{
	width: 40px;
	height: 18px;
	display: block;
}
.toggle-mnu span:after, .toggle-mnu span:before {
	content: "";
	position: absolute;
	left: 0;
  top: 0;
}
.toggle-mnu span:after {
    top: 14px;
}
.toggle-mnu span {
	position: relative;
	display: block;
}
.toggle-mnu span:after,
.toggle-mnu span:before {
	background-color: #fff;
}
.toggle-mnu span:after,
.toggle-mnu span:before {
  width: 100%;
  height: 5px;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 14px;
}
.toggle-mnu span:before {
  width: 100%;
  right: 0;
  left: auto;
}
.toggle-mnu span {
	background-color: transparent;
}
.toggle-mnu.on span:before {
    transform: rotate(45deg) translate(0px, 10px);
}
.toggle-mnu.on span:after {
    transform: rotate(-45deg) translate(0, -10px);
}
.toggle-mnu.on span:after,
.toggle-mnu.on span:before {
	background-color: #fff;
	width: 100%;
}

.fullscreen-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	background: var(--ascham-blue);
  z-index: 9999;
  display: flex;
  overflow: hidden;
  transform: translateX(-100%);
  transition: transform 0.5s ease;
	border-bottom: 24px solid var(--ascham-red);
}

.fullscreen-menu.open {
  transform: translateX(0);
}

.fullscreen-nav {
  list-style: none;
  margin: 0;
  padding: 150px 0px;
	padding-left: 20px;
  width: 40%;
    height: 100vh;
	 border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.close{
	display: flex;
	font-family: var(--font3);
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	color: #fff;
  gap: 20px;
  position: absolute;
  top: 90px;
  right: 50px;
  cursor: pointer;
  align-items: center;
}

.header-right{
    display: flex;
    margin-right: 0;
    margin-left: auto;
    justify-content: flex-end;
    height: 92px;
    align-content: center;
    align-items: center;
    gap: 20px;
	}
.fullscreen-nav > li > a {
  display: block;
  padding: 10px 10px;
  overflow: hidden;
  text-decoration: none;
  transition: background 0.3s;
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 35px;
	line-height: 120%;
	color: #fff;
}

.fullscreen-nav > li > a:hover {
	background: var(--ascham-blue);;
}
a+.sub-menu{
	display: none;
}
.submenu-column {
  position: absolute;
  top: 0;
  left: 100%;
	width: calc(100% - 40%);
  height: 100%;
  transform: translateX(-20px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  padding-top: 150px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  overflow-y: auto;
  padding-bottom: 60px;
  scrollbar-width: thin;
  scrollbar-color: #ffffff #000000;
}

.submenu-column::-webkit-scrollbar {
  width: 6px;
}

.submenu-column::-webkit-scrollbar-track {
  background: #000000;
  border-radius: 0;
}

.submenu-column::-webkit-scrollbar-thumb {
  background-color: #ffffff;
  border-radius: 0;
  border: none;
}

.submenu-column::-webkit-scrollbar-thumb:hover {
  background-color: #cccccc;
}
.submenu-column.thin-scrollbar {
  scrollbar-width: thin;
  scrollbar-color: #ffffff #000000;
}

.submenu-column.thin-scrollbar::-webkit-scrollbar {
  width: 3px;
}

.submenu-column.thin-scrollbar::-webkit-scrollbar-track {
  background: #000000;
}

.submenu-column.thin-scrollbar::-webkit-scrollbar-thumb {
  background-color: #ffffff;
}

.submenu-column.thin-scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: #aaaaaa;
}
.submenu-column  a{
	font-family: var(--font3);
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: #fff;
}
.submenu-column.open {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
	left: 40%;
}

.submenu-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.submenu-column .submenu-column.open{
    width: 50%;
    left: 50%;
}
.submenu-column ul li a {
    display: flex;
  padding: 8px 20px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
    justify-content: space-between;
		gap:10px;
}



.submenu-column .submenu-column {
background: var(--ascham-blue);
    left: 50%;
}


/**END HEADER**/



/***FOOTER**/

footer{
  padding: 30px 0;
  background: var(--ascham-blue);
  color: #fff;
  margin-top: 60px;
}
footer .logo{
  width: 112px;
  height: auto;
}
footer .inn{
  font-family: var(--font3);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #fff;
  text-align: right;
}

/**END FOOTER**/
.template-content{
    padding: 35px 0;

}
section {
    padding: 35px 0;
    background-size: cover;
    position: relative;
}
.button, .btn {
    border: none;
    color: #fff;
    min-width: auto;
    display: inline-block;
    transition: all 0.4s;
    padding: 18px 45px 18px 45px;
    height: 55px;
    background: linear-gradient(180deg, #1ad555, #1eba66);
    position: relative;
    font-weight: 800;
    cursor: pointer;
    border-radius: 15px;
    font-size: 18px;
    position: relative;
    box-shadow: 0px 2px 0px #0f7831;
    line-height: 1;
}

.button:hover,
.btn:hover{
  text-decoration: none;
  color: #fff;
  background: linear-gradient(180deg, #066749, #066749);
}
.buttonsection{	
    padding-top: 0;
}
.btn-primary{	
    color: #fff;
    min-width: auto;
    display: inline-block;
    transition: all 0.4s;
	 border: 2px solid var(--ascham-blue);
	border-radius: 40px;
	padding: 10px 24px;
	height: 44px;
    font-family: var(--font-family);
	font-weight: 700;
	font-size: 16px;
	line-height: 140%;
	text-align: center;
	color: var(--ascham-blue);
}
.btn-primary:hover{
    color: #fff;
	background:var(--ascham-blue);
	text-decoration:none
	
}
input {
  outline: none;
  border: none;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.hero{
  background: var(--ascham-blue);
  padding: 0;
}
.image-right{
  text-align: right;
}
.image-right img{
	width: 100%
}
.ascham-gold{

color: var(--ascham-gold);
}
.breadcrumbs span,
.breadcrumbs a{
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ascham-gold);
	margin-bottom: 10px;
}
.back_home {
    text-decoration: none !important;
}
.hero h1{
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 68px;
  line-height: 103%;
  color: #fff;
	margin-top: 14px;
	margin-bottom: 10px;
}
.hero-text{
  font-family: var(--font3);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #fff;
    max-width: 500px;
}
.search-block {
    border-radius: 8px;
    padding: 11px 0;
    height: 65px;
    background: #f2f2f2;
    text-align: center;
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.search-block h3{
  font-family: var(--second-family);
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
  color: var(--ascham-blue);
  opacity: 0.6;
    margin-bottom: 0;
}
.title{
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 46px;
	line-height: 100%;
	color: var(--ascham-blue);
}
.page-section-block{
	display: flex;
	gap:28px;
    flex-wrap: wrap;
		margin-top: 30px
}
.section-search{

    padding-top: 60px;
}
.section-posts .title{
	 font-weight: 400;
	 font-size: 68px;
	 line-height: 103%;
	 color: #021e44;
    max-width: 100%;
}
.section-posts .content{
	max-width: 600px
}
.page-section{
	 padding-bottom: 142px;
}
.section-item a:hover{
	text-decoration: none;
}
.section-item{
	border: 1px solid #ccc;
	border-radius: 4px;
    width: calc(25% - 22px);
    overflow: hidden;
}
.section-content{
	padding: 20px;
}
.section-image img{
	width: 100%;
	height: 162px;
	object-fit: cover;
}
.section-title{
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 26px;
	line-height: 120%;
	color: var(--ascham-blue);
}
.section-description{
	color: var(--ascham-blue);
}
.section-posts{
	display: flex;
	gap:28px;
  flex-wrap: wrap;
	margin-top: 30px;
	margin-bottom: 30px
}

.section-posts a.post-item{
	border: 1px solid #ccc;
	border-radius: 4px;
  width: calc(33% - 22px);
	font-family: var(--font3);
	font-weight: 700;
	font-size: 20px;
	line-height: 140%;
	color: #1a1a1a;
	border-radius: 4px;
	height: 112px;
	padding: 20px;
	border-top: 8px solid #D42C2C;
}
.swiper-button-next:after, .swiper-button-prev:after{
	display: none;
}
.swiper-navigation{
    display: flex;
    justify-content: flex-end;
    gap: 25px;
    margin-left: auto;
    margin-top: 15px;
    height: 50px;
    background: #fff;
    z-index: 9;
    position: relative;
}
.media-item img{
	width: 100%
}
.swiper-navigation span{
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: var(--ascham-blue);
}
.slide-info-overlay span{
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: var(--ascham-blue);
	display: block;
}

.slide-info-overlay {
    position: absolute;
    bottom: -60px;
	}
.swiper-button-prev,  .swiper-button-next {
    position: relative;
    top: 0;
    margin: 0;
    top: 0;
    width: auto;
    display: flex;
    gap: 5px;
}
.section-posts a.post-item:hover{
	text-decoration: none;
}
.sidebar{
	display: flex;
    flex-direction: column;
	gap:95px;
	margin-top: 70px
}
.related-links-block{
	border-radius: 4px;
	padding: 28px 24px 32px 24px;
	width: 100%;
	background: var(--ascham-gold);
}
.related-links-block.sidebar-title{
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 26px;
	line-height: 120%;
	color: var(--ascham-blue);
}
.documents-list{
	display: flex;
    flex-direction: column;
		gap:35px
}
.header_top .logo{
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--ascham-gold);
    height: 92px;
    display: flex;
    align-items: center;
}
.documents-list .document-item{
	display: flex;
    gap: 10px;

}
.with-sidebar{
	display: flex;
	gap:116px;
}
.with-sidebar .template-content {
    width: calc(100% - 116px - 327px);
}
.with-sidebar .template-sidebar{
width: 327px;

}
.accordion-section{
	padding-top: 0
}
.documents-list .document-item:hover{
	text-decoration: none;
}
.document-title{
	font-family: var(--font3);
	font-weight: 700;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0.02em;
	text-decoration: underline;
	color: var(--ascham-blue);
	margin-bottom: 5px
}
.document-text{
	font-family: var(--font3);
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: var(--ascham-blue);
	color: var(--ascham-blue);
}
.accordion {
}

.accordion-item {
    border-left: 4px solid #fff;
}

.accordion-item.active{
  border-left: 4px solid #e32526;
}
.accordion-item.active .accordion-icon{
	transform: rotate(180deg);
}
.sidebar-title{
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 26px;
	line-height: 120%;
	color: var(--ascham-blue);
}
.related-links{
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 16px;
}
.related-links a{
	font-family: var(--font3);
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: var(--ascham-blue);
    margin-bottom: 12px;
    display: block;
}
.accordion-header {
    border-top: 1px solid #ccc;
    padding: 20px 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
		cursor: pointer;
}

.accordion-title {
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 26px;
	line-height: 120%;
	color: #021e44;
    margin: 0;
}
.content h2{
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 46px;
	line-height: 100%;
	color: #021e44;
    max-width: 70%;
		margin-bottom: 15px
}
.accordion-header:hover .accordion-title{
	color: var(--ascham-red);
}
.accordion-icon {transition: 0.4s all;
}
.with-sidebar .childlinks-section .section-item{

    width: calc(50% - 22px);
}
.swiper-slide img{
	width: 100%
}
.accordion-link{
    margin-bottom: 12px;
}
.accordion-content {
	padding: 20px 28px;
	display: none;
}
.callout-block{
	background: rgba(214, 195, 158, 0.3);
	padding: 45px;
	display: flex;
	gap:20px
}
.callout-block .callout-content p{
	font-family: var(--second-family);
font-style: italic;
font-weight: 400;
font-size: 20px;
line-height: 140%;
color: var(--ascham-blue);
}
.accordion-text {
}

.accordion-images {
}

.accordion-image {
}

.accordion-video {
}

.accordion-links {
}

.accordion-link {
}

.documents-list {
}

.document-item {
}

.document-icon {
}

.document-content {
}

.document-title {
}

.document-text {
}

.fullscreen-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
		background: #182a54e3;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

.fullscreen-search.active {
    opacity: 1;
    visibility: visible;
}

.search-container {
    position: relative;
    width: 100%;
    max-width: 684px;;
    padding: 20px;
    text-align: center;
}

.search-close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: transform 0.3s ease;
}

.search-close:hover {
    transform: rotate(90deg);
}
.header-search{
	cursor: pointer;
}
.search-content h2 {
	font-weight: 400;
	font-size: 46px;
	line-height: 100%;
	text-align: center;
	color: #fff;
    margin-bottom: 45px;
}

.search-form-full {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.search-input-full {
    width: 100%;
    padding: 15px 20px;
    font-family: var(--font-family);
		font-weight: 400;
		font-size: 20px;
		line-height: 140%;
		text-align: center;
		color: #fff;
    background: none;
		border-bottom: 2px solid #fff;

}

.search-input-full:focus {
    outline: none;
}

.search-input-full::placeholder {
    color: #aaa;
    font-family: var(--font-family);
		font-weight: 400;
		font-size: 20px;
		line-height: 140%;
		text-align: center;
		color: #fff;
}
.search-button-full {
    background: var(--ascham-blue);
    color: #ffffff;
    border: none;
    padding: 15px 30px;
    cursor: pointer;
    transition: background 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 2px solid #fff;
    border-radius: 40px;
    padding: 8px;
    width: 180px;
    height: 40px;
    margin: auto;
    font-family: var(--font3);
		margin-top: 40px
}

.search-button-full:hover {
    background: #f0f0f0;
		color: #000;
}


@media (max-width: 768px) {
    .search-content h2 {
        margin-bottom: 40px;
    }
		.header-search svg{
	    width: 20px;
	    height: 20px;
		}
		.toggle-mnu {
		    width: 20px;
		    height: 13px;
		    display: block;
		}
		.header-right {
		    gap: 15px;
		}
		.toggle-mnu span:after, .toggle-mnu span:before {
	    height: 3px;
		}
		.toggle-mnu span:after {
			    top: 11px;
			}
    .search-input-full {
        font-size: 16px;
        padding: 12px 15px;
    }
		.search-button-full {
        padding: 6px 0px;
        font-size: 15px;
        height: 40px;
        width: 140px;
    }
		.fullscreen-nav {
	    width: 100%;
			padding-left: 0;
			border-left: none
		}
		.submenu-column.open {
		    left: 0;
		    width: 100%;
		    background: var(--ascham-blue);
				z-index: 99999;
			
    		border-left: none;
		}
		.submenu-column .submenu-column.open {
		    width: 100%;
		    left: 00%;border-left: none;
				z-index: 999999;
		}
}
















@media (max-width : 1440px) {

}
@media (max-width : 1200px) {

}
@media (max-width : 768px) {
	.hero-text,
	body {
		font-size: 15px;
		line-height: 140%;
	}
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-1 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-0 {
        display: block;
  }
  section {
      padding: 30px 0;
  }
  h1 {
    font-size: 40px;
    line-height: 49px;
  }
	.title {
    font-size: 40px;
	}
	.section-search {
	    padding-top: 40px;
	    padding-bottom: 0;
	}
	.hero h1 {
	    font-weight: 400;
	    font-size: 40px;
        margin-bottom: 10px;
        margin-top: 10px;
	}
	.hero {
	    padding: 0 0 0px 0;
        margin-top: -55px;
        background: none;
				position: relative;
	}
	.home .hero{
		padding-bottom:20px
	}
	.search-block {
    	padding: 10px 10px;
	}
	.search-block h3 {
    font-size: 15px;
	}
    .hero::before {
        content: '';
        position: absolute;
        left: 0;
        top: -40px;
        background: var(--ascham-blue);
        width: 100%;
        height: calc(100% + 40px);
    }
		header {
    background: none;
        z-index: 9;
	}
	.page-section {
	    padding-bottom: 135px;
	}
	
    .image-right {
        display: block;
        margin: 15px -15px 0;
    }
	.home .image-right{
		display: none;
	}
	.section-item {
	    width: calc(33% - 9px);
			height: 112px;
	}
	.page-section-block {
    gap: 16px;
	}
	.section-content {
	    padding: 12px;
	}
	.section-title {
	    font-family: var(--second-family);
	    font-weight: 400;
	    font-size: 20px;
	    line-height: 120%;
	    color: var(--ascham-blue);
	}
	.section-description{
		display: none;
	}
	.section-image img {
	    height: 28px;
	}
  .col-md-1{
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
	}
  .col-md-2{
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
	}
  .col-md-3{
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
	}
	.col-md-4{
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
	}
	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-7{
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
	}
	.col-md-8{
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
	}
  .col-md-9{
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
	}
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
	.col-md-12{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	p {
		font-size: 15px;
		line-height: 140%;
	}
  footer {
      padding: 30px 0;
      text-align: center;
  }
	footer .inn {
	    text-align: left;
	    margin-top: 34px;
	}
	.section-posts {
	    margin-top: 0;
	}
	.section-posts .title {
	    font-size: 30px;
	}
	.section-posts a.post-item {
    width: 100%;
		height: auto;
	}

	.hero .row.flexcenter {
    margin: 0;
	}
	.with-sidebar {
	    display: flex;
	    gap: 0;
        overflow: hidden;
    flex-direction: column;
	}
	.template-content {
/* 	    padding: 0; */
	}
	.with-sidebar .template-content {
	    width: 100%;
	}
	.content h2 {
	    max-width: 100%;
	    margin-bottom: 15px;
	    font-size: 30px;
	}
	.accordion-title {
    font-size: 20px;
	}
	.accordion-header {
    padding: 15px 15px;
	}
	.accordion-content {
	    padding: 10px 15px;
	}
	.swiper-navigation {
	    gap: 25px;
	    margin-left: auto;
	    margin-top: 4px;
	    height: 60px;
	    z-index: 9;
	    position: relative;
			background: none
	}
	.callout-block {
    padding: 30px 20px;
    gap: 20px;
    flex-direction: column;
	}
	.callout-icon svg{
	  width: 34px;
    height: 25px;
	}
	.callout-block .callout-content p {
    font-size: 18px;
	}
	.accordion-section .container{
    padding-right: 0px;
    padding-left: 0px;
	}
	.callout-section .container{
    padding-right: 0px;
    padding-left: 0px;
	}
	.document-text {
    font-size: 15px;
	}
	.section-content .pretitle{
		display: none;
	}
	.with-sidebar .template-sidebar {
	    margin: 0 15px;
	    width: calc(100% - 30px);
	}
	.sidebar-title {
    font-size: 20px;
	}
	.related-links a {
    margin-bottom: 8px;
    display: block;
	}
	.sidebar {
	    gap: 60px;
	    margin-top: 50px;
	}
	.swiper-navigation span {
    font-weight: 400;
    font-size: 15px;
    line-height: 120%;
	}
	.document-title {
    font-size: 16px;
    line-height: 120%;
	}
	.slide-info-overlay span {
    font-size: 15px;
    line-height: 110%;
	}
	.slide-info-overlay {
	    position: absolute;
	    bottom: auto;
	    max-width: 50%;
	}
	.breadcrumbs{

    max-width: 80%;
	}
	.menu-item-has-children a{
		position: relative;
	}
	/*
	.menu-item-has-children>a::before{
		content: '';
		position: absolute;
		right: 0;
		top:0;
    top: 0;
    bottom: 0;
    margin: auto;
		width: 28px;
		height: 22px;
		background-image: url("data:image/svg+xml,%3Csvg width='28' height='22' viewBox='0 0 28 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.8962 21.1842C15.4292 20.7274 15.4292 19.9868 15.8962 19.5301L24.6176 11.0001L15.8962 2.4701C15.4292 2.01333 15.4292 1.27277 15.8962 0.815996C16.3632 0.359228 17.1204 0.359228 17.5874 0.815996L28 11.0001L17.5874 21.1842C17.1204 21.6409 16.3632 21.6409 15.8962 21.1842Z' fill='white' style='mix-blend-mode:multiply' /%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-1.1471e-09 10.9995C-5.13576e-10 10.3535 0.535409 9.82983 1.19587 9.82983L25.1133 9.82983C25.7737 9.82983 26.3091 10.3535 26.3091 10.9995C26.3091 11.6454 25.7737 12.1691 25.1133 12.1691L1.19587 12.1691C0.535409 12.1691 -1.78063e-09 11.6454 -1.1471e-09 10.9995Z' fill='white' style='mix-blend-mode:multiply' /%3E%3C/svg%3E");
	}
	*/
	.fullscreen-menu {
	    top: 60px;
	}
	.fullscreen-nav > li > a {
        display: flex;
        padding: 10px 0;
        justify-content: space-between;
        gap: 10px;
	}
	.fullscreen-nav {
    padding: 50px 0px;
	}
	.close{
		display: none;
	}
	.submenu-column {
    padding-top: 50px;
	}
	.submenu-column .menu-item-has-children a::before{
		right: 15px;
	}
	.toggle-mnu.on span:after {
	    transform: rotate(-45deg) translate(0, -8px);
	}
	.toggle-mnu.on span:before {
	    transform: rotate(45deg) translate(0, 8px);
	}
	.breadcrumbs span, .breadcrumbs a {
    font-size: 15px;
	}
	.submenu-back{
    font-family: var(--second-family);
		font-weight: 400;
		font-size: 35px;
		line-height: 120%;
		color: #fff;
        padding: 10px 20px;
	}
	.submenu-column ul li a{

	    font-family: var(--second-family);
    font-size: 26px;
    line-height: 120%;
	}
	.menu-arrow {
    display: block;
}
}

@media (max-width : 568px) {
	.section-item {
	    width: calc(50% - 8px);
			height: 112px;
	}
	.with-sidebar .childlinks-section .section-item {
	    width: calc(50% - 8px);
	}
}


.featured-article {
	padding-top: 60px;
	padding-bottom: 78px;
}
.button_news {
	background: var(--ascham-gold);
	font-family: unset;
	font-weight: 400;
	border-radius: 0;
	box-shadow: none;
	color: var(--ascham-blue);
	border-radius: 4px;
	width: fit-content;
}

.featured-article__img img {
    aspect-ratio: 1.62;
    object-fit: cover;
	width: 100%;
}

.featured-article .featured-article__meta {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.search-instance {
    background-color: #D6C39E33;
}

.news-search {
	padding-top: 52px;
}

.news-search__posts-wrapper {
	margin-bottom: 105px;
}

.news-search__fields {
	display: flex;
/* 	max-width: 1340px; */
	margin-bottom: 60px;
}

.news-search__fields .col-4 {
	flex-shrink: 1;
}

.news-search__posts {
	display: flex;
	flex-wrap: wrap;
	row-gap: 60px;
}

.news-search__fields input,
.news-search__fields select {
	padding: 16px;
	width: 100%;
    border: 0;
    border-bottom: 2px solid #a6a6a6;
}

.news-search__fields select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(/wp-content/uploads/2025/08/Icon-3.svg) no-repeat right 0.75rem center;
    background-size: 1rem;
    padding-right: 2rem;
    background-color: white;
}

.news-search__fields input.filter-date-input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(/wp-content/uploads/2025/08/Icon-3.svg) no-repeat right 0.75rem center;
    background-size: 1rem;
    padding-right: 2rem;
    background-color: white;
}

.news-search__fields input[type="search"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(/wp-content/uploads/2025/08/Search-Button.svg) no-repeat right 0.75rem center;
    background-size: 1rem;
    padding-right: 2rem;
    background-color: white;
}

.news-search__pagination {
	margin-bottom: 124px;
}

.news-search__pagination .pagination {
	display: flex;
    width: 100%;
    list-style: none;
    gap: 12px;
    justify-content: center;
		margin: 0;
}

.news-search__pagination .pagination__item.next {
	display: flex;
    gap: 12px;
}


.flatpickr-clear {
  position: absolute;
right: 50px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 16px;
  color: #999;
  display: none;
}
.flatpickr-clear.visible {
  display: block;
}

.post__body {
	padding: 20px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.post__thumbnail img {
	aspect-ratio: 2.02;
    object-fit: cover;
}

.post__category {
    color: var(--ascham-gold);
    font-family: 'DM Serif Display';
    letter-spacing: 0.1em;
	line-height: 140%;
	text-transform: uppercase;
}

.post__title {
	color: var(--ascham-blue);
	font-family: 'DM Serif Display';
	font-size: 26px;
	line-height: 140%;
}

.post__date, .post__excerpt {
	font-size: 14px;
	font-family: 'Open Sans';
	line-height: 140%;
}

.post__excerpt {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.post__excerpt p {
	margin: 0;
}


.spinner {
  border: 4px solid #ddd;
  border-top: 4px solid #0073aa;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  animation: spin 1s linear infinite;
}

.loading-overlay {
	  display: none;
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(255,255,255,0.7);
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
	    margin: 0 15px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.pagination__item {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.pagination__item.current {
    box-sizing: border-box;
    border: 2px solid black;
    padding: 0 15px;
    border-radius: 16px;
}

#filter-by-category {
	color: #a6a6a6!important;
}

option:first-child {
	color: #a6a6a6!important;
}

option:not(:first-child) {
	color: black!important;
}

@media all and (max-width: 768px) {
	.news-search__fields {
		flex-direction: column;
		gap: 16px;
		margin-bottom: 32px;
	}
	
	.news-search__posts {
		display: flex;
		flex-wrap: wrap;
		row-gap: 32px;
	}
	
	.news-search__posts .col-4 {
		flex: 0 0 50%;
	}
}

@media all and (max-width: 600px) {
	.news-search__posts .col-4 {
		flex: 0 0 100%;
	}
	
	.news-search__posts .post__title {
		font-size: 22px;
	}
}

/* 
.custom-gallery {
  max-width: 600px;
  margin: 0 auto;
} */
.gallery-main .swiper-slide img {
  width: 100%;
  display: block;
  object-fit: cover;
	aspect-ratio: 1.66;
}
.gallery-caption {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
  font-size: 14px;
  color: #666;
}
.gallery-thumbs {
  margin-top: 10px;
}
.gallery-thumbs .swiper-slide {
  width: 80px;
/*   height: 80px; */
  opacity: 0.6;
  cursor: pointer;
  border: 2px solid transparent;
  box-sizing: border-box;
}
.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  border-color: #007cba;
}
.gallery-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
	    aspect-ratio: 1.32;
}


article.post {
	border: 1px solid #ccc;
    background: white;
    border-radius: 8px;
	height: 100%;
}

article.post .post__thumbnail img {
	border-top-right-radius: 7px;
    border-top-left-radius: 7px;
	width: 100%;
}

/* overflow space fix at hero */
.hero > .container-full > .row.flexcenter {
	margin: 0
}

.hero > .container-full > .row.flexcenter .col-5 {
	padding: 0
}

@media all and (max-width: 768px) {
    .hero .image-right {
        margin: 15px 0 0;
    }
}

/* fix for quote space block */
@media all and (max-width: 576px) {
	.callout-section > .container > .row {
		margin: 0;
	}
}


/* .custom-gallery__wrapper {
	max-width: 600px;
} */

.container.post-content {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 30px;
	padding: 90px 0;
}

.container__post-grid--common {
	grid-column: 2 / span 9;
}

.container__post-grid--short {
	grid-column: 2 / span 7;
}

.fancybox__container {
  transition: none !important;
  animation: none !important;
}

.container.post-content .callout-section .container .row .col-12,
.container.post-content .custom-gallery {
	padding: 0;
}

.caption-text {
	max-width: 80%
}

.more-posts__heading {
	font-size: 35px;
	margin-bottom: 44px;
}

.related-posts {
	padding-top: 0;
}

.related-posts > .row {
	padding-top: 0;
}

/* news post builder modules */
.news-post-module--heading {
	margin-bottom: 16px;
}

.news-post-module--paragraphs {
	margin-bottom: 48px;
}

.news-post-module--gallery {
	margin-bottom: 60px;
}

.news-post-module--callout {
	margin-bottom: 36px;
}

@media all and (max-width: 1024px) {
	.container.post-content {
		padding: 45px 0;
		grid-column-gap: 15px;
	}
	
	.news-post-module--paragraphs {
		margin-bottom: 36px;
	}
	
	.news-post-module--gallery {
		margin-bottom: 48px;
	}
	
	.news-post-module--paragraphs {
		margin-bottom: 36px;
	}
	
	.news-post-module--callout {
		margin-bottom: 24px;
	}
}

@media all and (max-width: 768px) {
	.news-post-module--heading > * {
		font-size: 32px;
	}
	
	.container__post-grid--common,
	.container__post-grid--short {
		grid-column: 2 / span 10
	}
}

@media all and (max-width: 425px) {
	.container__post-grid--common,
	.container__post-grid--short {
		grid-column: 1 / span 12
	}
	
	.container.post-content {
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 32px;
		padding-bottom: 32px;
		grid-column-gap: 4px;
	}
	
	.news-post-module--paragraphs {
		margin-bottom: 24px;
	}
	
    .news-post-module--gallery {
        margin-bottom: 24px;
    }
	
	
}

.fullscreen-menu.no-transition,
.toggle-mnu.no-transition {
  transition: none !important;
}

.toggle-mnu.no-transition span:before,
.toggle-mnu.no-transition span:after {
  transition: none !important;
}




.custom-gallery .gallery-thumbs {
  position: relative;
}

.custom-gallery .gallery-thumbs .swiper-button-prev,
.custom-gallery .gallery-thumbs .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  z-index: 10;
  cursor: pointer;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.5;
  transition: opacity 0.3s ease;
  border: none;
  background-color: transparent;
}

.custom-gallery .gallery-thumbs .swiper-button-prev {
  left: 0;
  background-image: url('data:image/svg+xml;utf8,<svg fill="black" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><polygon points="12.9,3.5 11.5,2.1 4.6,9 11.5,15.9 12.9,14.5 7.3,9 12.9,3.5"/></svg>');
    background-color: var(--ascham-gold);
    border: 1px solid var(--wp--preset--color--black);
}

.custom-gallery .gallery-thumbs .swiper-button-next {
  right: 0;
  background-image: url('data:image/svg+xml;utf8,<svg fill="black" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><polygon points="7.1,3.5 8.5,2.1 15.4,9 8.5,15.9 7.1,14.5 12.7,9 7.1,3.5"/></svg>');
    background-color: var(--ascham-gold);
    border: 1px solid var(--wp--preset--color--black);
}

.custom-gallery .gallery-thumbs .swiper-button-prev:hover,
.custom-gallery .gallery-thumbs .swiper-button-next:hover {
  opacity: 1;
}

/* module table styles */
.module_table th,
.module_table td {
    text-align: left;
    border: 2px solid #c3b59a;
    padding: 8px;
}

.module_table th {
	background-color: var(--ascham-gold);
}

.module_table_wrapper {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	margin-top: 40px;
	margin-bottom: 40px;
}

.accordion-content .module_table_wrapper.container {
	padding: 0;
}

@media (max-width: 768px) {
	.template-sidebar {
		padding-bottom: 35px;
	}
	
    .sidebar {
        margin-top: 0;
    }
}