/* Media Queries */

@media only screen and (max-width: 64em) {
	
	.pt-3 {
		padding-top: 16px;
	}
	.pb-2 {
		padding-bottom: 10px;
	}
  	 .new-header-two-col h1 {
		font-size: 1.8rem !important;
		line-height: 1.1 !important;
		margin-bottom: 0;
	 }
	 .new-header-two-col p {
		font-size: 1rem !important;
		line-height: 1.2 !important;
	 }
	.header-container-two-col .row .col-left-bg {
    	padding: 2rem;
	}
	 .header-container-two-col h1 {
		font-size: 1.8rem !important;
		line-height: 1.1 !important;
		margin-bottom: 0;
		 margin-top: 0;
	 }
	.header-container-two-col h2 {
        font-size: 1.12rem;
		line-height: 1.1
	}
	.header-container-two-col h3 {
    	font-size: 1.1rem;
    	line-height: 1.4;
    	padding-top: 1rem;
	}
	 .header-container-two-col p {
		font-size: 1rem !important;
		line-height: 1.2 !important;
	 }
	 .section-two-col {
		margin-bottom: 0rem !important;
	 }

	 .section-two-col h2 {
		font-size: 1.7rem !important;
	  }
	.section-two-col h3 {
		  font-size: 1.5rem;
	}
	.section-two-col h4 {
		  font-size: 1.24rem;
	}
	  .section-two-col p {
		font-size: 1.068rem !important;
		line-height: 1.4 !important;
		margin-bottom: 0.8rem !important;
	  }

	.section-two-col .row .col-left {
		padding: 1rem !important;
	}
	.section-two-col .row .col-right {
	  padding-left: 1.5rem !important;
	  padding-right: 1.5rem !important;
	}
	.section-one-col h2 {
    	font-size: 1.7rem !important;
	}
	.section-one-col h3 {
    	font-size: 1.5rem;
	}
	.section-one-col h4 {
    	font-size: 1.24rem;
	}
	.section-one-col p {
		font-size: 1.068rem !important;
		line-height: 1.4 !important;
	}
	.video-container {
		padding: 1rem !important;
	}
	.video-container .row {
		padding: 1rem !important;
	}
	.video-container .row h3 {
		font-size: 1.2rem !important;
		line-height: 1.16 !important;
	}
	.section-one-col .row {
		padding: 0 1rem !important;
	}
	 .section-one-col p {
    	font-size: 1rem !important;
    	line-height: 1.56 !important;
  }
	.section-two-col .row.img-right {
		flex-direction: column !important;
	 }
	 .section-two-col .row.img-right .col-left  {
		order: 2;
		 padding: 1rem 2rem !important;		
	  }

	 .section-two-col .row.img-right .col-right {
		order: 1;
		padding: 1rem 1.5rem 0 !important;
	  }
/* ---  Returning students Header --- */
  .header-full-width-two-col {
    margin-bottom: 0rem !important;
  }
 .header-full-width-two-col h1 {
    font-size: 1.9rem !important;
  }
  .header-full-width-two-col h2 {
    font-size: 1.3rem !important;
  }
  .header-full-width-two-col h3 {
    font-size: 1.5rem;
  }
  .header-full-width-two-col h4 {
    font-size: 1.24rem;
  }
  .header-full-width-two-col p {
    font-size: 1.068rem !important;
    line-height: 1.4 !important;
    margin-bottom: 0.8rem !important;
  }

  .header-full-width-two-col .row .col-left {
    padding: 1rem !important;
  }
  .header-full-width-two-col .row .col-right {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

} 

@media only screen and (max-width: 40em) {
	 .new-header-two-col {
		 margin-bottom: 0 !important;
	 }
	 .new-header-two-col .row {
		flex-direction: column;
		padding: 0 !important;
	 }
	 .new-header-two-col .row .col-left {
		order: 2;
		padding: 1rem 1.5rem 0 !important;
	  }

	 .new-header-two-col .row .col-right {
		order: 1;
		padding: 0;
	  }
	 .header-container-two-col {
		 margin-bottom: 0 !important;
		 padding-bottom: 1.5rem;
	 }
	 .header-container-two-col .row {
		flex-direction: column;
		padding: 1rem !important;
	 }
	.header-container-two-col .row-bg {    
    	box-shadow: none;
	}
	 .header-container-two-col .row .col-left {
		order: 2;
		padding: 0 1.5rem 0 !important;
	  }

	 .header-container-two-col .row .col-right {
		order: 1;
		padding: 0;
	  }
	.header-container-two-col .row .col-right img {
		border-radius: 16px;
	}
	 .section-two-col .row {
		flex-direction: column !important;
	 }
	 .section-two-col .row.img-right .col-left  {
		order: 2;
		 padding: 1rem 2rem !important;		
	  }

	 .section-two-col .row.img-right .col-right {
		order: 1;
		padding: 1rem 1.5rem 0 !important;
	  }
	.section-one-col {
    	padding-top: 20px;
	}
  .header-full-width-two-col .row {
    flex-direction: column !important;
  }
  .header-full-width-two-col .row .col-left {
    order: 2;
    padding: 1rem 1.5rem !important;
  }

  .header-full-width-two-col .row .col-right {
    order: 1;
    padding: 0 !important;
  }
  .header-full-width-two-col .row .col-left div {
    width: 100%;
  }

}
