/** CURRICULUM GROUPS **/

.curriculum-wrapper {
	background-color:#2436A0;
	/*margin: 50px calc(50% - 50vw) 0;*/
	margin: 0 auto 0;
	margin-top: 50px
	
}

.curriculum-content {
	padding: 60px;
	color: white;
	margin: 0 auto 0;
}

.curriculum-subject-wrapper {
	margin-bottom: 0px;
	margin-top: 0px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

.subject-box {
    overflow: hidden;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

.subject-box h3 {
	color: #fff!important;
font-size: 38px;
    font-weight: 700;
    letter-spacing: normal;
	margin: 10px 0 20px;
	font-family: 'Shadows Into Light Two', cursive;
}

.subject-box img {
    border-radius: 10px;
	width: 100%;
	height: auto
}

.subject-box a {
width: 100%;
display: block;
text-align: center;
text-transform: uppercase;
background: #3CA5E8;
color: white!important;
padding: 10px 20px;
border-radius: 10px;
transition: 0.5s;
font-size: 18px;
	margin-top: 15px;
	text-decoration: none;
}

.subject-box a:hover {
background: #ff9200;
}

@media (max-width: 1400px) {
.subject-box h3 {
font-size: 32px;
}
}

@media (max-width: 1180px) {
.curriculum-content {
    padding: 30px 40px;
}
.subject-box h3 {
font-size: 30px;
}
.curriculum-subject-wrapper {
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.subject-box a {
font-size: 16px;
}
.curriculum-wrapper {
	margin: 30px calc(50% - 50vw) 0;
}
}

@media (max-width: 767px) {
.curriculum-content {
    padding: 20px 25px;
}
}

@media (max-width: 700px) {
.subject-box h3 {
font-size: 26px;
}
.subject-box a {
font-size: 14px;
padding: 8px 10px;
}	
}

@media (max-width: 650px) {
.curriculum-subject-wrapper {
  grid-template-columns: repeat(1, 1fr);
  gap: 0px;
}
.subject-box {
	margin-bottom: 30px
}
.curriculum-content {
    padding: 20px 25px 0;
}
.subject-box h3 {
    margin: 7px 0 17px;
}
}

@media (max-width: 400px) {
.curriculum-content {
    padding: 15px 15px 5px;
}
}

@media screen and (min-width: 2000px) {
.curriculum-content {
    max-width: 1800px;
}
}

/** CURRICULUM MAPS **/

.curriculum-maps-wrapper {
	background-color:white;
	/*margin: 0 calc(50% - 50vw);*/
	margin: 0 auto 0;
}

.curriculum-maps-content {
	padding: 60px 60px 100px;
	color: white;
		margin: 0 auto 0;
}

.curriculum-maps-content h2 {
	margin: 0 0 30px;
	text-align: center;
	font-size: 48px;
	font-weight: 700;
	letter-spacing: normal;
	font-family: 'Shadows Into Light Two', cursive;
}

.map-box-wrapper {
	margin-bottom: 0px;
	margin-top: 0px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
 
.map-box-wrapper::after {
    display: block;
    clear: both;
    content: "";
}

.map-box {
    overflow: hidden;
	color: #fff;
	text-align: center;
	text-decoration: none;
}


.map-box a {
width: 100%;
display: block;
text-align: center;
text-transform: uppercase;
background: #ff9200;
color: white!important;
padding: 10px 20px;
border-radius: 10px;
transition: 0.5s;
font-size: 22px;
		text-decoration: none;
}

.map-box a:hover {
background: #2436a0;
}

@media (max-width: 1100px) {
.map-box a {
padding: 10px 18px;
font-size: 18px
}
	
.curriculum-maps-content h2 {
	margin: 0 0 30px;
	font-size: 38px;
}
}

@media (max-width: 1100px) {
.curriculum-maps-content {
    padding: 30px 40px 60px;
}
}

@media (max-width: 800px) {
.curriculum-maps-content h2 {
	margin: 0 0 20px;
	font-size: 32px;
}
	
.map-box a {
padding: 10px 13px;
font-size: 16px
}
}

@media (max-width: 767px) {
.curriculum-maps-content {
    padding: 20px 25px 40px 25px;
}
}

@media (max-width: 600px) {
.curriculum-maps-content h2 {
	margin: 0 0 15px;
	font-size: 28px;
}
	
.map-box-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
}

@media (max-width: 500px) {
.curriculum-maps-content h2 {
	font-size: 22px;
}
}

@media (max-width: 400px) {
.curriculum-maps-content {
    padding: 15px 15px 35px 15px;
    color: white;
}
}

@media screen and (min-width: 2000px) {
.curriculum-maps-content {
    max-width: 1800px;
}
}

/** MAIN STYLES **/

footer {
    margin-top: 0px!important;
}

.page-content {
    padding-bottom: 0px!important;
}

.content-wrapper {
    margin-bottom: 0px!important;
}