/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,700;0,800;0,900;1,600&display=swap');

.heading-link {
	position: relative;
    /*top: 5.5rem;*/
    overflow: hidden;
    /*margin-bottom: 2rem;*/
	background: url(../images/2.jpg) no-repeat;
	text-align: center;  
	background-size: cover;
	background-position: center;
	color: var(--color-white);
	padding:3rem 5%;
	margin-top:4rem;
}
.heading-link p {
	text-align: center;
	color: #00bf8e;
	/*font-size: 1.7rem;
	padding:3rem 5%;*/
}

.syllabus{
	position: relative;
    /*top: 3.5rem;*/
    overflow: hidden;
    /*height: 3vh;
    margin-bottom: 2rem;*/
	
	text-align: center;  
	background-size: cover;
	background-position: center;
	color: var(--color-white);
}
.syllabus_parent
{
  text-align: center;
  background: url(../images/apply-bg.jpg);
}
.syllabus_header{
	overflow: hidden;
	/*background-color:#5c5d641c;*/
	width:100%;
	/*margin: 0;*/  
	text-align: center;
	font-size: 1.5em!important;
	border-bottom: 2px solid #eaeaea;
	margin-bottom: 0.5rem;
	padding: 5px 5px;
}
	
.syllabus_left-div{
  display: inline-block;
  /*max-width: 65%;*/
  /* width: 40%; */
  text-align: left;
  padding: 6px;
  background-color: var(--color-white);
  border-radius: 3px;
  margin: 5px;
  vertical-align: top;
  
}
.syllabus_right-div{
  /* display: inline-block; */
  /*max-width: 30%;*/
  /* width: 35%; */
  text-align: left;
  padding: 6px;
  background-color: var(--color-white); 
  border-radius: 3px;
  margin: 5px;
  color: #145032;
  /*vertical-align: top;
  margin: 0rem 0 0.5rem;
  font-size: 0.9rem;
   font-weight: bold;*/
}
.syllabus_left_tabs {
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
}
.syllabus_tab {
	width: 100%;
	color: white;
	overflow: hidden;
}
.syllabus-label {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	padding: 1em;
	background: #2c3e50;
	font-weight: bold;
	cursor: pointer;
	/* Icon */
}
.syllabus-label:hover {
  background: #1a252f;
}
.syllabus-label::after {
  content: "\276F";
  vertical-align: top;
    line-height: 12px;
    margin: 1px 0;
    display: block;
	
  /*width: 1em;
  height: 1em;
  text-align: center;
  -webkit-transition: all .35s;
  transition: all .35s;*/
   
}
.syllabus-content {
  max-height: 0;
  padding: 0 1em;
  color: #2c3e50;
  font-size: 15px;
  background: white;
  -webkit-transition: all .35s;
  transition: all .35s;
}
.syllabus-close {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #2c3e50;
  cursor: pointer;
}
.syllabus-close:hover {
  background: #1a252f;
}

input:checked + .syllabus-label {
  background: #1a252f;
}
input:checked + .syllabus-label::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
input:checked ~ .syllabus-content {
  max-height: 100vh;
  padding: 1em;
}

.syllabus_button {
	display: inline-block;
	padding: 15px 25px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	background-color: #100f70;
	border-radius: 6px;
	outline: none;
	transition: 0.3s;
}
.syllabus_button:hover {
	background-color: #1f8050;
}
.centered-image-container {
    text-align: center;
}
.centered-image {
    /*width: auto;
    max-width: 100%;*/
	width: 70%;
}
.syllabus-content p {
   margin: 0rem 0 0.5rem;
   font-size: 0.9rem;
   font-weight: bold;
 }


ul.checkmark {
    list-style-type:none;
	text-align: left;
	line-height: 38px;
  /* display: flex; */
  /* gap: 10px; */
  /* flex-wrap: wrap; */
}
ul.checkmark li:before {
    content:"\2713\0020";
    font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
	font-weight: bold;
	padding: 5px;
	font-size: 1.8em;
	top: 20px;
	

}
.footer{
   position: relative;
    top: 2rem;
    overflow: hidden;
   background-color: #4b4b4b;;
   text-align: center;
   /* padding-bottom: 7rem; */
}

.footer .share a{
	position: relative;
	margin:0 .3rem;
   /*height: 2.5rem;*/
   width: 2.5rem;
   line-height: 4.5rem;
   border-radius: 20%;
   font-size: 2rem;
   color:#fff;
   background-color: #3d3d3d;
   
}

.footer .share a:hover{
   background-color: #00E77F;;
}

.footer .credit{
   margin-top: 2.5rem;
   padding:1.5rem;
   padding-top: 2.5rem;
   border-top: .1rem solid #aaa;
   font-size: 2rem;
   color:#aaa;
}

.footer .credit span{
   color:#00E77F;
}


/* *********MEDIA QUERIES (TABLETS)*********** */

@media screen and (max-width: 1024px) {
}

/* *********MEDIA QUERIES (MOBILE)*********** */
@media screen  and (max-width: 600px) {
	
	
.syllabus_left-div, .syllabus_right-div{
	width: 100%;
}
.syllabus_parent {
    display: flex;
    justify-content: center;
    flex-direction: column;
	
}

.flex-right, .flex-left
    {
       max-width: 100%;
    }
}

