@charset "utf-16";
.voc-list-nav{
	background-color: var(--main-theme-color);
	color: white;
	width: 100%;
	border: 2px solid var(--theme-dark-color2);
	text-align: center;
}

.voc-listing{
	display: flex;
	flex-wrap: wrap;
}

.voc-list{
	display: flex;
  flex-direction: column;
  justify-content: space-around;
	background: white;
  box-shadow: 0.5px 0.5px 3px 1px #000000a3;
  padding: .5rem !important;
  margin: 5px;
  border-radius: 10px;
	text-align: center;
	height: 95%;
}

.divisions{
	margin: 10px 0;
}

.alpha{
	display: flex;
  justify-content: space-evenly;
  text-align: center;
  flex-wrap: wrap;
  margin: 15px auto;
}
.alpha li{
	display: block;
  width: 35px;
  background: var(--main-theme-color);
  color: white;
  font-size: 18px;
  border-radius: 5px;
  margin: 0.5px;
}
.alpha li a{
	width: inherit;
	height: inherit;
}
a[name]{
	font-size: 0px;
}
.active-nav, .voc-list-nav .active{
	color:#50FB00;
}
.prog{
  color:orange;
}
.voc-list th, .voc-list td{
	padding: 5px 0.5px;
}
/* .voc-list tr:not(:last-child){
  border-bottom: 0.01pt solid rgb(87, 85, 85);
} */
.read-more{
	font-size: 10px;
	color:red;
}
.crest_wrapper{
	position: relative;
}
.crest{
	display: -ms-grid;
	display: grid;
	-webkit-column-gap:1%;
	   -moz-column-gap:1%;
	        column-gap:1%;
	position: relative;
}
#crest-image{
	grid-area:image;
	-ms-grid-column-align: center;
	    justify-self: center;
	-ms-grid-row-align: center;
	    align-self: center;
	border: 1px solid aliceblue;
	background-color: rgba(245, 245, 245, 0.657);
	border-radius: 5%;
	-webkit-box-shadow: 1px 2px 1.5px black;
	        box-shadow: 1px 2px 1.5px black;
}
#crest-name{
	grid-area:name;
	position: relative;
}
.news_button{
	display: none;
	position: absolute;
	bottom: 0;
	right: 0;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	padding: 2px;
}
.crest-test{
	grid-area:test;
}
.crest-tag span{
	font-weight: bold;
	text-shadow: none;
}
.crest-tag ul li{
	padding-left: 15px;
}
.crest-tag li span{
	font-weight: bold;
	font-size: 16px;
	text-shadow: none;
}
#accommodation{
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 60% 40%;
	grid-template-columns: 60% 40%;
}
.group, #group{
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 50% 50%;
	grid-template-columns: 50% 50%;
}
.alias{
	text-transform: uppercase;
}
.marquee{
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	background-repeat: no-repeat;
	background-size:cover;
	background-clip: border-box;
}
.marquee-content{
	margin: 3px 0;
}
.marquee-content img{
	overflow: hidden;
}
.slick-arrow{
	position: absolute;
	background-color: rgba(0,0,0,0.5);
	font-weight: bolder;
	padding: 5px;
	outline: none;
	border: none;
	z-index: 1;
	top: 25%;
	bottom: 25%;
	color: white;
}
.slick-arrow:last-child{
	right: 0;
}
.slick-arrow:first-child{
	left: 0;
}
.slick-arrow:hover{
	background-color: rgba(0,0,0,1);
	-webkit-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	        transform: scale(1.2);
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}
.voc-nav li:not(:last-child){
  border-right: 2px solid var(--theme-dark-color2);
}
.voc-nav{
	background-color: black;
	color: white;
  width: 100%; 
  border: 2px solid red;
}
.voc-nav li{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding:5px 0px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 18%;
  font-size: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.voc-nav-post{
	padding:5px;
	color: white;
	padding-bottom: 15px;
	border: 1.5px solid whitesmoke;
}
.voc-nav-post p{
	margin: 5px 0;
}
#courses-post img, #houses-post img{
	width: 50%;
	display: block;
	margin-left:auto;
	margin-right:auto;
}
#courses-post{
	padding-bottom:15px; 
}
.house_sections h4{
	position:relative;
	padding-bottom: 5px;
}
.house_sections h4::after{
	content:"";
	display: block;
	position: absolute;
	width: 20px;
	height: 3px;
	bottom: -3px;
	left: 0;
}
.location{
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 35% 65%;
	grid-template-columns: 35% 65%;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
	background: rgb(0,0,50);
	text-align: center;
}
.location h4, .location h3{
    color:white;
  }
.map-location{
	font-size: 15px;
	-ms-grid-column-align: center;
	    justify-self: center;
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
}
.section-title h3{
	background-color: white;
	color: red;
	border: 2px double green;
	outline:2px dotted #FC0303;
	padding: 5px;
	text-align: center;
	margin-top: 5px;
}
.anthem,.anthem p{
	text-align: center;
	margin-left: 0;
}
#awards-list .col-1{
	width: 10%;
	text-align: center;
}
#awards-list .col-2{
	width:60%;
	text-transform: uppercase;
	text-align: center;
}
#awards-list .col-3{
	width: 30%;
	text-align: center;
}
#general-post article ul li{
	list-style: inside url("../pages/basic/trophy-1.svg");
	padding: 10px 0;
}
#history-post h2{
	background-image: -webkit-gradient(linear, left top, right top, from(red),color-stop(orange),color-stop(yellow),color-stop(green),to(blue));
	background-image: -o-linear-gradient(left, red,orange,yellow,green,blue);
	background-image: linear-gradient(to right, red,orange,yellow,green,blue);
	color: black;
}
#history-post h3{
	color:orange;
}
.courses-show{
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 49.75% 0.5% 49.75%;
  grid-template-columns: 49.75% 49.75%;
  -webkit-column-gap: 0.5%;
     -moz-column-gap: 0.5%;
          column-gap: 0.5%;
}
.courses-list{
	padding: 5px;
	color: white;
	text-transform: uppercase;
	border-bottom: 2px solid aqua;
	-webkit-box-shadow: .5px .5px 4px aqua;
	        box-shadow: .5px .5px 4px aqua;
	text-align: center;
	font-size: 20px;
	font-weight: bolder;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}
.programmes li{
	list-style: inside url("../pages/basic/book.png");
	margin-left: 5px;
	text-transform: capitalize;
}
.prog_bullet::before{
	content: '\00bb ';
	font-size: 20px;
	color: red;
}
.house-colors{
  height: 15px;
  width: 15px;
  padding-top: 2px;
  margin-right: 2px;
  border-radius: 50%;
  display: inline-block;
  border:1px  solid black;
}
.courses-list{
	background-color: black;
	padding: 2px;
	color: white;
	text-transform: uppercase;
}
dl,dt,dd{
	margin: inherit;
	padding: inherit;
}


/*mobile view*/
@media screen and (max-width: 700px){
.voc-list-nav li{
  display: block;
  padding:5px 0;
  text-align: center;
  border-bottom:2px solid var(--theme-dark-color2);
}
.alpha{
	font-size: 12px;
}
.divisions{
	margin: 5px 0;
}

.school-logo{
	width: 80px;
	height: 95px;
}
.crest{
	-ms-grid-columns: 30% 69%;
	grid-template-columns: 30% 69%;
	grid-template-areas: "image name" "test test";
}
#crest-name h1, #crest-name h2{
	font-size: 18px;
}
#crest-image{
	margin-bottom: 10px;
}
.crest h1{
	font-size: 20px;
}
.crest-tag{
	font-size: 12px;
	padding: 2px 2px;
}
.crest-tag span{
	font-size: 15px;
}
#accommodation{
	display: block;
}
.marquee{
	width: 100%;
	height:150px;
}
.slick-arrow{
	font-size: 15px;
}
.slick-arrow:hover{
	font-size: 20px;
}
.voc-nav{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
}
.voc-nav li{
  width: 18%;
	font-size: 12px;
	text-align: center;
	-ms-flex-line-pack: center;
	    align-content: center;
}
.location{
	height: auto;
	display: block;
}
.location h3,.location h4{
	font-size: 13px;
	padding: 10px;
}
#map{
	height: 45vh;
}
.anthem{
	font-size: 12px;
}
#awards-list{
	width: 100%;
	margin:5px 0;
}
#awards-list td{
	padding:1px 5px;
}
#history-post h2{
	font-size: 17px;
}
#history-post h3{
	font-size: 15px;
}
.courses-show{
  display: block;
}
.houses-list li{
	margin: 8px;
	display: block;
	height: 25px;
}
}

/*big screen view*/

@media screen and (min-width: 700px){
		/* .voc-list-nav{} */
		.voc-list-nav li{
			display: -webkit-inline-box;
			display: -ms-inline-flexbox;
			display: inline-flex;
			padding:5px 0;
			width: 24.5%;
			-webkit-box-pack:center;
					-ms-flex-pack:center;
							justify-content:center;
		}
		.voc-list-nav li:not(:last-child){
			border-right: 2px solid var(--theme-dark-color2);
		}
		.voc-list .col-1 img{
			width: 80px;
			height: 90px;
		}
		.school-logo{
			width: 160px;
			height: 180px;
		}
		.crest{
			-ms-grid-columns: 20% 79%;
			grid-template-columns: 20% 79%;
					grid-template-areas: "image name" "image test";
		}
		.crest-tag{
			font-size: 16px;
			padding: 2px 2px;
		}
		.crest-tag span{
			font-size: 20px;
		}
		.marquee{
			width: 100%;
			height:206px;
		}
		.slick-arrow{
			font-size: 30px;
		}
		.slick-arrow:hover{
			font-size: 35px;
		}
		.marquee img{
			width: 200px;
			height: 200px;
			border: 2px solid white;
		}
		.marquee img:hover{
			-webkit-transform: scale(1.1);
					-ms-transform: scale(1.1);
							transform: scale(1.1);
			-webkit-transition: all 0.5s ease-in-out;
			-o-transition: all 0.5s ease-in-out;
			transition: all 0.5s ease-in-out; 
		}
		.voc-nav{
			overflow: auto;
			text-align: center;
		}
		.voc-nav li{
			width: 19%;
			cursor: pointer;
			font-size: 15px;
		}
		#history-post h2{
			font-size: 20px;
		}
		#map{
			height: 50vh;
		}
		#awards-list{
			width: 95%;
			margin: 10px 0;
			margin-left: auto;
			margin-right: auto;
		}
		#awards-list td{
			font-size: initial;
			padding: 1px;
		}
		.houses-list li{
			margin: 8px;
			display: block;
			height: 25px;
		}
}