@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');



body {
  font-family: 'lato', sans-serif;
}

@media (min-width: 100px) { 

	.backpc { display: none; }

	.backmob { display: inline; }
	
	.stats { font-size: 15px; width: 100%; }

	.headertitleEng { font-size: 	 5.3vw;   }

	.carWidth { width: 100%; margin: auto; }
	
	.carousel { height: 240px;}
	
	.topLines {	font-size: 2.9vw;  }		
	
 }


@media (min-width: 300px) { 

	.backpc { display: none; }

	.backmob { display: inline; }
	
	.stats { font-size: 15px; width: 100%; }

	.headertitleEng { font-size: 	 5.3vw;   }

	.carWidth { width: 100%; margin: auto; }
	
	.carousel { height: 300px;}
	
	.topLines {	font-size: 4.0vw;  }	
	
 }



@media (min-width: 576px) { 


	.backpc { display: none; }

	.backmob { display: inline; }
	
	.stats { font-size: 16px; width: 100%; }
	
	.headertitleEng { font-size: 	26px   }
	
	.carWidth { width: 80%; margin: auto; }
	
	.carousel { height: 340px;}
	
	.topLines {	font-size: 4.1vw;  }		
 }


@media (min-width: 768px) { 

	
	.backpc { display: none; }

	.backmob { display: inline; }
	
	.stats { font-size: 16px; width: 100%; }
	
	.headertitleEng { font-size: 	 26px;   }

	.carWidth { width: 60%; margin: auto; }	
	
	.carousel { height: 230px;}
	
	.topLines {	font-size: 4.2vw;  }		
 }


@media (min-width: 992px) { 

	.backpc { display: inline; }

	.backmob { display: none; }
	
	.stats { font-size: 17px; width: 500px; }
	
	.hamShift { font-size: 	 26px;   }

	.carWidth { width: 60%; margin: auto; }	
	
	.carousel { height: 300px;}
	
	.topLines {	font-size: 18px;  }		
 }


@media (min-width: 1200px) { 

	.backpc { display: inline; }

	.backmob { display: none; }
	
	.stats { font-size: 17px; width: 500px; }
	
	.headertitleEng { font-size: 	 26px;   }

	.carWidth { width: 60%; margin: auto; }	
	
	.carousel { height: 360px;}
	
	.topLines {	font-size: 19px;  }	

 }










.panel-title {
  position: relative;
}
  
.panel-title::after {
  content: "\f107";
  color: #333;
  top: -2px;
  right: 0px;
  position: absolute;
  font-family: "FontAwesome"
}

.panel-title[aria-expanded="true"]::after {
  content: "\f106";
}

/*
 * Added 12-27-20 to showcase full title clickthrough
 */

.panel-heading-full.panel-heading {
  padding: 0;
}

.panel-heading-full .panel-title {
  padding: 10px 15px;
}

.panel-heading-full .panel-title::after {
  top: 10px;
  right: 15px;
}



.navIcon {
	display: block; 
	height: 48px; 
	margin: 10px auto;
}

.hamIcon {
	display: inline; 
	height: 30px; 
	margin: 2px 20px 2px 2px;
}

.navText {
	font-family: Roboto, Arial; 
	font-size: 16px; 
	text-align: center; 
	color: #000;
}

.navIcon:hover {
  transform: scale(1.2); 
  transition-duration: 500ms, 300ms;
}

.news {
	padding: 		0px;	
	margin: 		0px;
	font-family: 	Arial;
	font-size: 	 	14px;
	color: 		 	#000;
}


.newsLine {
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 8px 0px;
}


.timeStamp {
		font-size: 	 	11px;
		color: 			#cc6600;
}



.headertitleEng {
	font-family: Roboto, Arial;
	font-weight: bold;
	font-style:  italic;
	text-align:  left;
	color: 		 #fff;	
}


.topTitle {
	display: 		inline;
	padding: 		2px;	
	margin: 		5px 20px;
	font-family: 	Roboto, Arial;
	font-size: 	 	32px;

	color: 		 	#fff;
	text-shadow: 	2px 4px 3px rgba(0,0,0,1.8);
	background-color: rgba(0, 0, 0, 0.4);	
}

.topLines {
	display: 		inline;
	padding: 		2px;
	margin: 		5px 30px;
	font-family: 	Arial;
	color: 		 	#fff;
	font-weight: 	normal;
	text-shadow: 	2px 4px 3px rgba(0,0,0,1.8);
	background-color: rgba(0, 0, 0, 0.4);	
	
}

.topBottom {
	display: 		inline;
	padding: 		2px;	
	margin: 		5px 40px;
	font-family: 	Arial;
	font-size: 	 	16px;
	color: 		 	#fff;
	text-shadow: 	2px 4px 3px rgba(0,0,0,1.8);
	background-color: rgba(0, 0, 0, 0.2);	
}

.topDetails {
	display: 		inline;
	padding: 		6px 2px;	
	margin: 		5px 20px;
	font-family: 	Arial;
	font-size: 	 	16px;
	color: 		 	#fff;
	text-shadow: 	2px 4px 3px rgba(0,0,0,1.8);
	background-color: rgba(0, 0, 0, 0.2);	
}


a {
	color: #00AEEF;
}


.res-A td {
		padding: 4px 15px;
		background: #022257; 
		color: #fff;
}

.res-B {
		border: 3px solid #fff; 
		background: #fafafa; 
		color: #000; 
}

.res-B td {
		padding: 5px; 
}


.teamphoto {
	display: block;
	width: 100%;
	padding: 5px;
	margin: auto;
}



.teamIconStand {
	width: 52px;
	padding: 5px;
}



.teamIcon {
	width: 39px;
	padding: 4px;
}

.teamIconTeam {
	width: 40px;
	padding: 4px;
}



table.stand {
	width: 100%;
	text-align: center;
}


.stand-A {
		border-top: 1px solid #000; 	
		border-bottom: 1px solid #000; 
		background: #fff; 
		color: #000;
}

.stand-A td {
		padding: 3px;
}

.stand-B {
		border: 0px solid #000; 
		background: #fafafa;
		font-size: 13px;		
		color: #000; 
}

.stand-B td {
		padding: 2px; 

}

.stand0 {
	width: 30px; 
}


.stand1 {
	text-align: left;
	font-family: Arial;
	font-size: 18px;	
	color: #000;
}


.stand1 a {
	color: #000;
}

.stand1 td {
	text-align: left;
}


.stand2 {
	text-align: left;
	font-family: Arial;
	font-size: 13px;	
	color: #000;
}


.stand2 a {
	color: #000;
}

.stand2 td {
	text-align: left;
}

.stand2 td {
	text-align: center;
}

.team1 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}



.mediatitle {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}



.statLabel {
		background: #022257; 
		color: #fff;
		
}



td.statTeam {
		max-width: 80px;
}

td.statData {
		max-width: 70px;
}


.stats {
		text-align: center;
		font-family: Arial;
		color: #000;
		min-width: 50%	
}

tbody tr:nth-child(even) {
   background-color: #f3f3f3;
}

tbody tr:nth-child(odd) {
   background-color: #fff;
}


.stats td {
		padding: 3px 5px;
}

.statName {
		text-align: left !important; 
}



.youtube-video {
  aspect-ratio: 16 / 9;
  width: 650px;
  max-width: 100%;
}


table.sub {
	border: 0px soild #fff;
}

table.sub td {
	background-color: #fff;
	padding: 5px;
}



table.boxscore {
	border: 0px soild #fff;
	font-family: Arial;
	font-size: 13px;
	color: #000;	
}

table.boxscore td {
	background-color: #fff;
	padding: 2px 6px;
}

table.boxscore td.boxlabel  {
	font-weight: bold;
	border-bottom: 1px solid #000;
	padding: 4px 0px;
}



********************************************************************************************


.container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

h2 {
  font-size: 26px;
  margin: 20px 0;
  text-align: center;
  small {
    font-size: 0.5em;
  }
}

.responsive-table {
  li {
    border-radius: 3px;
    padding: 25px 30px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
  }
  .table-header {
    background-color: #95A5A6;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
  }
  .table-row {
    background-color: #ffffff;
    box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.1);
  }
  .col-1 {
    flex-basis: 10%;
  }
  .col-2 {
    flex-basis: 40%;
  }
  .col-3 {
    flex-basis: 25%;
  }
  .col-4 {
    flex-basis: 25%;
  }
  
  @media all and (max-width: 767px) {
    .table-header {
      display: none;
    }
    .table-row{
      
    }
    li {
      display: block;
    }
    .col {
      
      flex-basis: 100%;
      
    }
    .col {
      display: flex;
      padding: 10px 0;
      &:before {
        color: #6C7A89;
        padding-right: 10px;
        content: attr(data-label);
        flex-basis: 50%;
        text-align: right;
      }
    }
  }
}




/* =========================================================
 Collapsible Accordion - click states for open and closed
========================================================== */
	h5.mb-0 > a {
	  display: block;
	  position: relative;
	}
	h5.mb-0 > a:after {
	  content: "\f078"; /* fa-chevron-down */
	  font-family: 'FontAwesome';
	  position: absolute;
	  right: 0;
	}
	h5.mb-0 > a[aria-expanded="true"]:after {
	  content: "\f077"; /* fa-chevron-up */
	  color: #ff4d4d;
	}
	
/* =========================================================
Title Styles
========================================================== */
	
 .h1,h {
	 font-size: 2.2rem
	}
  
 .h2,h2 {
	 font-size: 1.8rem
	}
 
 .h3,h3 {
	 font-size: 1.5rem
	}
 
 .h4,h4 {
	 font-size: 1.3rem
	}
 
 .h5,h5 {
	 font-size: 1.0rem
	}
 
 .h6,h6 {
	 font-size: 1rem
	}	
	
	
	
/* =========================================================
 Basic Styles
========================================================== */
	a:hover{
		text-decoration: none !important;
		}
	nav, footer{
		background-color: #022257;
	    } 
		
		
/* =========================================================
 Language Selection Flags
========================================================== */		

	.eng {
		display: none;
	}


	.headerLanguageFlag {
		padding: 0px;
		margin: 0px;
		width: 32px;
		border-radius: 100%;
	}

	.menuLanguageFlag {
		width: 24px;
		vertical-align: center;
	}		
		
	.helpbtn {
		border: 0px solid yellow;
		background-color:  #022257;
		color: #fff;
		cursor: pointer;
		margin: 0px 0px 0px 5px;
		padding: 0px 0px 0px 0px;
	}		
		
		
		
/* =========================================================
 Scrolltop Button Styling
========================================================== */

	#myBtn {
	  display: none;
	  position: fixed;
	  bottom: 20px;
	  right: 30px;
	  z-index: 99;
	  font-size: 18px;
	  border: none;
	  outline: none;
	  background-color: #ff4d4d;
	  color: white;
	  cursor: pointer;
	  padding: 15px;
	  border-radius: 4px;
	
	}
	#myBtn:hover {
	  background-color: #555;
	}



/* =========================================================
Index page
========================================================== */

	.card-header {
		background-color: #022257;
		color: #fff;
		text-align: center;
	}

	.card-footer {
		padding:.7rem .5rem;
	}

	.btn {
		padding: 5px 2px;
	}



/* =========================================================
Contact/Location
========================================================== */

	.greenspace {
		color: green;
		font-size: 24px;
		font-weight: bold;
		font-style: normal;
		font-family: arial;
	}
	
	
/* =========================================================
Register
========================================================== */

	.registerDivs {
		display: block;
		width: 100%;
	}

	.registerForm {
		width: 710px; 
		margin: auto;
	}
	
	.registerPics {
		width: 150px; 
		height: 150px;		
		padding: 0px 0px 0px 0px;
		margin: 30px 15px 30px 0px;
	}
	
	.textbook-image {
		height: 200px;
		margin: 0px 15px 0px 0px;
	}
	
/* =========================================================
Testimonials
========================================================== */

	.test-pic {
		width: 200px;
		padding: 5px 8px;
	}


	hr.test-hr {
		width: 100%;
		border-top: 2px solid #e9ecef;
	}


/* =========================================================
 Course Descriptions 
========================================================== */

	.tab-content {
		border-left: 1px solid #ddd;
		border-right: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		padding: 10px 10px 40px 20px; 
	}

	.nav-tabs {
		margin-bottom: 0;
	}

	
	.toefl-title {
		background-color: #000;
		color: #fff;
	}	


	


	

	

/* =========================================================
 Audio Player
========================================================== */	

	audio {
		height: 30px;
		width: 220px;
		margin: 5px 15px 5px 0px;
		vertical-align: -90%;
	}

	.audiobox {
		border: 1px solid grey;
		margin: 2px 0px;
		padding: 3px 6px;
	}

/* =========================================================
Grammar
========================================================== */



	.grammarCard  {
		width: 100%;
		vertical-align: top;
		font-size: 16px;
	}

	hr.test-hr {
		width: 100%;
		border-top: 2px solid #e9ecef;
	}


/* =========================================================
Homework Images
========================================================== */

	.HW-land  {
		width: 100%;

	}


/* =========================================================
Grammar Formatting
========================================================== */	
	
	.prepBox {
		display: inline;
		width: 40px; 
		height: 22px;
	}
	
	.prep1 {
		display: none;
	}

	.prep2 {
		display: none;
	}

	.prep3 {
		display: none;
	}

	.prep4 {
		display: none;
	}

	.prep5 {
		display: none;
	}	
	
	.prep6 {
		display: none;
	}	
	
	.prep7 {
		display: none;
	}	

	.prep8 {
		display: none;
	}	
	
	.prep9 {
		display: none;
	}	
	
	.prep10 {
		display: none;
	}

	.prep11 {
		display: none;
	}	
	
	.prep12 {
		display: none;
	}	
	
	.prep7 {
		display: none;
	}
	


	
	.gramTitle {
		color: #000;
		font-size: 18px;
	}
	