@import url('https://fonts.googleapis.com/css?family=Berkshire+Swash|Cantarell:400,400i,700,700i');

@import url("fonts/stylesheet.css");

body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height:100%;
}
#header {
	position: relative;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px;
	height: auto;
	overflow:hidden;
	border-bottom: solid 2px #666666;
	background-color: #FFFFFF;
	display: block;
	z-index: 100;
	background-repeat: repeat-x;
	background-image: url(../images/background.jpg);
}
#headerContent {
	position: relative;
	width: 1100px;
	max-width: 100%;
	margin: auto;
	padding: 0px;
	overflow:visible;
	display: table;
}
.headerDiv  {
	position: relative;
	display: table-cell;
	overflow: visible;
	vertical-align: top;
}
#headerSize {
	clear: both;
	height: 110px;
}

#logoImage {
	position: relative;
	float: left;
	margin: 8px 0px 0px 20px;
	width: 493px;
	max-width: 100%;
	z-index: 10;
}
#crestImage {
	float:left;
	height: 200px;
}
#openingSpace {
	clear: both;
	height: 100px;
}
	
#address {
	position: absolute;
	top: 10px;
	right: 20px;
	z-index: 100;
}
#address p {
	margin: 0px;
	padding: 0px;
	font-family: 'Cantarell', sans-serif;
	font-size: 14px;
	line-height: 145%;
	color: #333333;
	text-decoration: none;
}
#address a {
	color: #333333;
	text-decoration: none;
}

#mainContent {
	position: relative;
	width: 1100px;
	max-width: 100%;
	display: block;
	margin: auto;
	overflow: visible;
	z-index: 0;
}
#slideshow {
	position: relative;
	width: 100%;
	height: 450px;
	overflow: hidden;
	background-color: #CCCCCC;
}
#slideshow img {
	width: 100%;
}

#mainArea {
	position: relative;
	width: 100%;
	height: 600px;
	margin: 0px auto;
	background-color: rgba(255,255,255,0.0);
	overflow:hidden;
}
#callOut {
	position: relative;
	width: 100%;
	background-color: #EDEDED;
	height: auto;
	padding-top: 15px;
	padding-bottom: 12px;
	overflow: hidden;
}
#callOutContent {
	position: relative;
	width: 1100px;
	max-width: 100%;
	height: auto;
	margin: auto;
}
#callOutContent .left {
	float: left;
	width: 65%;
	font-family: 'Cantarell', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #333333;
}
#callOutContent .right {
	float: right;
	width: 30%;
	font-family: 'Cantarell', sans-serif;
	font-size: 28px;
	font-weight: 700;
	color: #000080;
	text-align: right;
}
#callOutContent .right a {
	font-family: 'Cantarell', sans-serif;
	color: #FFFFFF;
	background-color: #CC0000;
	padding: 10px 18px;
	border: solid 1px #FFFFFF;
	text-decoration: none;
	white-space: nowrap;
}
#callOutContent .right a:hover {
	background-color: #8A0000;
}
#footer {
	position: relative;
	width: 100%;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 20px;
	height: auto;
	overflow:hidden;
	background-color: #000000;
	border-top: solid 2px #FFFFFF;
	bottom: 0px;
	
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer .leftBox {
	position:relative;
	margin-left: 25px;
	width: 355px;
	float: left;
	text-align: left;
}
#footer .rightBox {
	position:relative;
	margin-right: 25px;
	width: 65%;
	float: right;
	text-align: left;
}
#footer .addresses {
	color: #FFFFFF;
	font-family: 'Poppins', sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

#footer #largeNav {
	display: block;
}
#footer #mobileNav {
	display: none;
}
#footer ul {
	width: 100%;
	margin: auto;
	padding: 0px;
	text-align: center;
	list-style-type: none;
	display: none;
}
#footer ul li {
	display: inline;
	white-space: nowrap;
	margin: 0px 10px;
}
#footer ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: none;
}
#footer ul li a:hover {
	color: #DDDDDD;
	text-decoration: underline;
}
#footer p {
	font-family: 'Cantarell', sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.pageBlockWhite {
	position: relative;
	width: 100%;
	padding: 20px 0px;
	overflow: hidden;
	z-index: 10;
	background-color: #FFFFFF;
}
.pageBlockDark {
	position: relative;
	width: 100%;
	padding: 20px 0px;
	overflow: hidden;
	z-index: 10;
	background-color: #666633;
}
.pageBlockMedium {
	position: relative;
	width: 100%;
	padding: 20px 0px;
	overflow: hidden;
	z-index: 10;
	background-color: #666666;
}
.pageBlockLight {
	position: relative;
	width: 100%;
	padding: 20px 0px;
	overflow: hidden;
	z-index: 10;
	background-color: #E3E3DA;
}
.pageBlockContainer {
	position: relative;
	width: 100%;
	margin: auto;
	display: table;
	z-index: 10;
}
#qualityImage, #careerImage {
	float:left;
	width: 450px;
	max-width: 90%;
	margin-right: 20px;
}
.floatLeft {
	float: right;
	margin-top: 50px;
	border: solid 1px black;
}
.mCellColumn {
	position: relative;	
	width: 16%;
	min-width: 200px;
	height: auto;
	padding: 0px;
	margin: 10px;
	vertical-align: top;
	overflow: hidden;
	display: inline-block;
}
.mCellBox {
	position: relative;	
	width: 90%;
	height: auto;
	padding: 0px;
	margin: 10px 0px;
	overflow: visible;
	display: inline-block;

}
.mCellBox img {
	max-width: 98%;
	margin: auto;
	border: solid 1px #333333;
	border-radius: 5px;
	box-shadow: 3px 3px 6px rgba(0,0,0,0.2);
}
.contactColumn {
	position: relative;	
	width: 46%;
	min-width: 200px;
	height: auto;
	padding: 0px;
	margin: 10px;
	vertical-align: top;
	overflow: hidden;
	display: inline-block;
	text-align: center;
}
.contactBox {
	position: relative;	
	width: 90%;
	height: auto;
	padding: 0px;
	margin: 10px 0px;
	overflow: visible;
	display: inline-block;
	text-align: left;

}
#contactForm {
	width: 100%;
	magin: auto;
	text-align:center;
}
.contactFields {
	border: 1px solid #203A73;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	text-align:left;
	margin: 3px auto;
	width: 80%;
}
.contactCheckBox {
	border: 1px solid #203A73;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	text-align:left;
	margin: 0px 4px 0px 35px;
}
.contactSubmit {
	border: 1px solid #203A73;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	margin: 15px;
	padding: 5px 25px;
	background-color: #E9A84B;
}
.infoRequestBox {
	position: relative;	
	width: 90%;
	height: auto;
	padding: 0px;
	margin: 10px 0px;
	overflow: visible;
	display: inline-block;
	text-align: left;
	border: solid 2px #E9A84B;
	border-radius: 10px;
	background-color: #FBEEDB;
}
.infoRequestBox h3, .infoRequestBox p {
	margin: 6px 15px;
}
.infoReqCheckBox {
	font-family: noto_sansregular, sans-serif;
	font-size: 14px;
	line-height: 145%;
	color: #333333;
	text-decoration: none;
	text-align:left;
	width: 50%;
	display:block;
}

.basicTxt {
	font-family: 'EB Garamond', serif;
	font-size: 18px;
	line-height: 180%;
	color: #333333;
	text-decoration: none;
}
.mediumTxt {
	font-family: 'EB Garamond', serif;
	font-size: 14px;
	line-height: 145%;
	color: #333333;
	text-decoration: none;
}
.smallTxt {
	font-family: Arial, Helvetica, serif;
	font-size: 12px;
	line-height: 145%;
	color: #333333;
	text-decoration: none;
}
.mediumTxt a, .smallTxt a, basicTxt a {
	color: #000000;
	text-decoration: underline;
}
.mediumTxt a:hover, .smallTxt a:hover, basicTxt a:hover {
	color: #666666;
	text-decoration: none;
	background-color:#FFFFCC;
}
.boldText {
	font-family: 'EB Garamond', serif;
	font-size: 18px;
	font-weight: 700;
	color: #203A73;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	text-decoration: none;
	padding: 5px 5px 5px 2px;
	margin: 0px;
	display: block;
}
.boldTextWhite {
	font-family: 'EB Garamond', serif;
	font-size: 18px;
	font-weight: 700;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	text-decoration: none;
	padding: 5px 5px 5px 2px;
	margin: 0px;
	display: block;
}
.largeboldText {
	font-family: 'EB Garamond', serif;
	font-size: 21px;
	font-weight: 700;
	color: #000000;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	text-decoration: none;
}
.largeboldText a {
	color: #000000;
	text-decoration: underline;
}
.largeboldText a:hover {
	color: #999999;
	text-decoration: none;
}
.picBorder {
	margin: 5px 14px;
	border: solid 1px #333333;
	box-shadow: 3px 3px 6px rgba(0,0,0,0.3);
}
h1 {
	font-family: 'EB Garamond', serif;
	font-size: 34px;
	font-weight: 700;
	color: #000000;
	text-decoration: none;
	text-shadow: 3px 3px 6px rgba(0,0,0,0.2);
	letter-spacing: -0.01em;
	word-spacing: -0.03em;
}
h2 {
	font-family: 'EB Garamond', serif;
	font-size: 28px;
	font-weight: 700;
	color: #000000;
	text-decoration: none;
	text-shadow: 3px 3px 6px rgba(0,0,0,0.1);
	letter-spacing: -0.5px;
	word-spacing: -0.05px;
}
h3 {
	font-family: 'EB Garamond', serif;
	font-size: 24px;
	font-weight: 700;
	color: #000000;
	text-decoration: none;
	text-shadow: 3px 3px 6px rgba(0,0,0,0.3);
	line-height: 130%;
	/*letter-spacing: -.01em;
	word-spacing: -.03em; */
}
h4 {
	font-family: 'EB Garamond', serif;
	font-size: 16px;
	font-weight: 700;
	color: #000000;
	text-decoration: none;
	text-shadow: 3px 3px 6px rgba(0,0,0,0.3);
	/*letter-spacing: -.01em;
	word-spacing: -.03em; */
}
h5 {
	font-family: 'EB Garamond', serif;
	font-size: 18px;
	font-weight: 700;
	color: #333333;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	text-decoration: none;
	/* background-color: #6285CB; */
	border-bottom: solid 1px #203A73;
	padding: 5px 5px 5px 2px;
	margin: 0px;
	display: block;
	text-transform: uppercase;	/* width: auto;
	background-color:#6285CB; */
	
	
}
h6 {
	font-family: OpenSansCondensedBold, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #203A73;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	text-decoration: none;
	/* background-color: #6285CB; */
	border-bottom: solid 1px #203A73;
	padding: 5px 5px 5px 2px;
	margin: 0px;
	display: block;
	text-transform: uppercase;	/* width: auto;
	background-color:#6285CB; */
	
	
}
img {
	max-width: 100%;
}
.clearIt {
	clear:both;
}
.fixed-header {
  margin-top: 160px;
}
.clearLine {
	clear:both;
	height: 5px;
	border-bottom: solid 2px #C5D939;
	margin-bottom: 5px;
}
.thirdBoxContainer {
	width: 100%;
	text-align: center;
}

.thirdBox {
	position: relative;	
	width: 29%;
	min-width: 180px;
	height: auto;
	padding: 20px;
	margin: 5px;
	vertical-align: top;
	overflow: hidden;
	display: inline-block;
	text-align: left;
}
.thirdBoxX {
	position: relative;
	width: 29%;
	height: auto;
	/* float: left; */
	display: inline-block;
	margin: 5px;
	padding: 20px;
}
.thirdBox h2 {
	margin-bottom: 0px;
}
.thirdBox img {
	max-width: 100%;
	margin: 8px auto;
}
.liteGray {
	background-color:#A9A9A9;
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top, #EEEEEE 0%, #A9A9A9 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #EEEEEE 0%, #A9A9A9 100%);
	/* Opera */ 
	background-image: -o-linear-gradient(top, #EEEEEE 0%, #A9A9A9 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, right top, left bottom, color-stop(0, #EEEEEE), color-stop(1, #A9A9A9));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #EEEEEE 0%, #A9A9A9 100%);
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom, #EEEEEE 0%, #A9A9A9 100%);
		border: 0px solid #A9A9A9;
		-webkit-border-radius: 1px;
		-moz-border-radius: 1px;
		border-radius: 1px; 
}
.darkGray {
	background-color:#696969;
}
.tcycle {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: auto;
	padding-bottom: 40px;
	border: solid 1px #6285CB;
	/* border-bottom: solid 2px #6285CB; */
	overflow: hidden;
}
.tcycle div {
	position: relative;
	width: 96%;
	margin: auto;
}
.cycle-slideshow {
	position: relative;
	width: 94%;
	/* max-width: 1200px; */
	margin: auto;
	padding-bottom: 18px;
	border: solid 1px #6285CB;
	border-radius: 8px;
	background-color: #FFFFFF;
	box-shadow: 5px 5px 8px rgba(0,0,0,0.3);
	/* border-bottom: solid 2px #6285CB; */
	overflow: hidden;
	z-index: 10;
}
.cycle-slide {
	position: relative;
	width: 94%;
	margin: auto;
	padding: 20px 40px 10px 20px;
	text-align: center;
}
.cycle-slide p {
	text-align: left;
}
.cycle-slideshowX p, .cycle-slideshowX h3 {
	position: relative;
	color: #FFFFFF;
	max-width: 94%;
}
.slidePic {
	float:left;
	margin-right: 25px;
}
.boldLink {
	font-size:18px;
	font-weight:bold;
	color:#000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.boldLink a {
	color:#000000;
	text-decoration: none;
}
.boldSmallLink {
	font-size:14px;
	font-weight:bold;
	color:#000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.boldLink a, .boldSmallLink a {
	color:#000000;
	text-decoration: none;
}
.boldLink a:hover, .boldSmallLink a:hover {
	color:#666666;
	text-decoration: underline;
}
.timeline {
	position: relative;
	width: 25%;
	min-width: 250px;
	float: right;
	margin-left: 15px;
	padding: 5px 10px;
	border: solid 1px #888888;
	background-color: rgba(255,255,255,0.5);
}
.leftCol {
	width: 75%;
	display: table-cell;
	vertical-align: top;
}
.rightCol {
	width: 25%;
	text-align: center;
	display: table-cell;
	vertical-align: top;
	background-color: #EDEDED;
	border-left: solid 1px #EDEDED;
}
.fullCol {
	width: 1100px;
	max-width: 100%;
	text-align: center;
	display: table-cell;
	vertical-align: top;
}
.colContent {
	width: 96%;
	margin: auto;
	padding-top: 15px;
	padding-bottom: 15px;
}
.colContent img {
	max-width: 90%;
}
.boardleftCol {
	float: left;
	width: 10%;
	text-align:center;
}
.boardrightCol {
	float: right;
	width: 87%;
}
.frontSlidePic {
	float:left;
	margin-right: 25px;
}
#logoIcon {
	float: left;
	margin-bottom: 100px;
}
#copyRight {
	font-size:10px;
	clear:both;
	text-align: left;
}
#footerLogo {
	width: 175px;
}
#fees {
	position: relative;
	background-color:#FFFFCC;
	border: solid 1px #999999;
}
#fees table {
	width: 96%;
	margin: auto;
}
#fees table .borderbtm {
	border-bottom: solid 1px #999999;
}
#form1 {
	width: 90%;
	max-width: 600px;
	margin: auto;
}
#form1 input[type=text] {
	width: 100%;
}
#form1 textarea {
	width: 100%;
}
#form1 p {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;	
}
#advertisers {
	position: relative;
	width: 98%;
	max-width: 1100px;
	margin: auto;
	padding: 15px auto;
	text-align:center;
}
#advertisers img {
	margin: 20px 15px;
	vertical-align:middle;
	max-height: 200px;
	max-width: 96%;
	background-color: #FFFFFF;
}
#advertisers h2 {
	color: #FFFFFF;
}
.pdfImage {
	position: relative;
	max-width: 100%;
	margin: auto;
	display: block;
	border:solid 1px black;
}
.pdfLink {
	font-family: 'EB Garamond', serif;
	font-size: 28px;
	font-weight: 700;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	color: #CC0000;
	text-decoration: none;
	margin-bottom: 10px;
	margin-top: 40px;
}
.pdfLink a {
	color: #CC0000;
	text-decoration: none;
}
.pdfLink a:hover {
	color: #999999;
	text-decoration: underline;
}
#adBlockContainer {
	position: relative;
	text-align: center;
}

@media only screen and (max-width: 1360px) {
	#address {
		position: relative;
		top: -6px;
		right: 0px;
		display: none;
		text-align: left;
		margin-left: 12px;
		z-index: 100;
		}
}

@media only screen and (max-width: 1200px) {
		#header {
		position: relative;
		text-align: center;
		}
		#headerSize {
		clear: both;
		height: 110px;
		display: none;
		}
		#logo {
		position: relative;
		float: none;
		margin: 8px 0px 0px 0px;
		max-width: 100%;
		z-index: 10;
		display: inline-block;
		text-align: center;
		}
		#logo img {
		margin: auto;
		padding: 0px;
		max-width: 95%;
		display: block;
		}
		#slideshow {
		height: 390px;
		}
		.thirdBox {
		width: 44%;
		padding: 10px;
		margin: 5px;
		}
		#footer .leftBox {
		margin-left: 0px;
		float: none;
		margin: auto;
		white-space:nowrap;
		text-align: left;
		}
		#footer .rightBox {
		clear:both;
		position:relative;
		margin-right: auto;
		margin-left: auto;
		width: 95%;
		float: none;
		text-align: center;
		}
		.addressBox {
		min-width: 170px;
		}
		#copyRight {
		font-size:12px;
		clear:both;
		margin-left: 0px;
		text-align: center;
		}
		#openingSlogan h1{
		font-size: 28px;
		}

		#openingSlogan {
		width: 100%;
		}
		#openingSloganText{
		width: 90%;
		margin: auto;
		}
		#openingSloganText h1{
		font-size: 24px;
		}
		
		#footer #largeNav {
		display: none;
		}
		#footer #mobileNav {
		display: block;
		}
		#footer {
		padding-top: 0px;
		}
		#footer ul {
		display: block;
		}
		#footer ul li {
		display: block;
		white-space: nowrap;
		margin: 0px auto;
		padding: 15px 0px;
		border-bottom: solid 1px #FFFFFF;
		}
		.whoCat, .scholarCat, .amadouCat,  .mediaCat {
		display:none;
		background-color:#D74E64;
		}
		.trigger {
		cursor: pointer;
		}
		.toggle {
		position: relative;
		}
		#footer ul li a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 18px;
		line-height: 180%;
		color: #FFFFFF;
		text-decoration: none;
		}
		#footer ul li:hover {
		background-color: #7765A4;
		text-decoration: underline;
		}
		.thirdBox img {
		float: left;
		max-width: 200px;
		margin-right: 15px;
		}
		.thirdBox {
		width: 94%;
		padding: 20px;
		margin: 5px;
		}
		.slidePic {
		float: none;
		max-width: 94%;
		margin: auto;
		}
		.frontSlidePic {
		float:none;
		margin-right: auto;
		margin-left: auto;
		}
		#logoIcon {
		float: left;
		margin-bottom: 10px;
		}
		#qualityImage {
		float:none;
		max-width: 90%;
		margin: 25px auto 25px auto;
		display:block;
		}
		#bgaLogo {
		float:none;
		max-width: 90%;
		margin: auto;
		display:block;
		}
		#coreImage, #assessImage {
		float: none;
		max-width: 90%;
		margin: auto;
		display:block;
		}
		#careerImage {
		max-width: 350px;
		margin-bottom: 30px;
		display:block;
		}
		h3, h2 {
		font-size: 21px;
		}
		.basicTxt {
		font-size: 16px;
		}
		.mCellColumn {
		min-width: 240px;
		height: auto;
		padding: 0px;
		margin: 10px;
		}
		#openingSpace {
		clear: both;
		height: 160px;
		}
		.pageBlockContainer {
		max-width: 94%;
		margin: auto;
		}
		#callOutContent {
		max-width: 94%;
		margin: auto;
		}
		#crestImage {
		float:left;
		height: 150px;
		}
		#callOutContent .left {
		float: none;
		width: 100%;
		font-size: 16px;
		text-align: justify;
		}
		#callOutContent .right {
		float: none;
		width: 100%;
		font-size: 21px;
		text-align: center;
		}
		
}
@media only screen and (max-width: 860px) {
		#header {
		position: relative;
		text-align: center;
		border-bottom: solid 1px #000000;
		}
		#headerContent {
		position: relative;
		width: 1100px;
		max-width: 100%;
		margin: auto;
		padding: 0px;
		overflow:visible;
		display: block;
		}
		.headerDiv  {
		display: block;
		overflow: visible;
		width: 100%;
		}
		#logoImage {
		position: relative;
		float: none;
		margin: 8px auto 0px auto;
		width: 493px;
		max-width: 96%;
		z-index: 10;
		}
		.largeboldText, .boldLink {
		font-size:14px;
		}
		#crestImage {
		float:left;
		height: 120px;
		}
		#slideshow {
		height: 280px;
		}
		.contactColumn {
		width: 100%;
		}
		#logo {
		position: relative;
		float: none;
		margin: 8px 0px 0px 0px;
		width: 400px;
		max-width: 60%;
		z-index: 10;
		display: inline-block;
		text-align: center;
		}
		#logo img {
		margin: auto;
		padding: 0px;
		height: 70px;
		max-width: 95%;
		display: block;
		}
		#slideshow div img {
		width: auto;
		min-height: 100%;
		}
		
		#careerImage {
		display: none;
		}
		#frtDescrip {
		text-align: justify;
		}
		#frtAbout {
		text-align: center;
		}
		#footerLogo {
		width: 125px;
		}
		#footer p {
		font-size: 12px;
		}
		h3, h2 {
		text-align:center;
		}
		#openingSloganText p {
		float: none;
		}
		.noMobile {
		display: none;
		}
		.pdfLink {
		font-size: 21px;
		}
		.leftCol {
		display: block;
		width: 100%;
		
		}
		.rightCol {
		display: block;
		width: 100%;
		}

}
@media only screen and (max-width: 580px) {
		#slideshow {
		height: 180px;
		}
		#social img {
		max-width: 25px;
		}
		.thirdBox {
		width: 94%;
		padding: 10px;
		margin: 5px;
		}
		.timeline {
		position: relative;
		width: 90%;
		float: none;
		margin-left: auto;
		margin-right: auto;
		}
		.leftCol {
		display: block;
		width: 100%;
		
		}
		.rightCol {
		display: block;
		width: 100%;
		}
		.boardleftCol {
		float: none;
		width: 100%;
		text-align:center;
		}
		.boardrightCol {
		float: right;
		width: 100%;
		}
		.cycle-slide {
		width: 90%;
		}
		.cycle-slide h3 {
		clear:both;
		}
		
		h1, h5 {
		text-align: center;
		}
		#logoIcon {
		display: none;
		float: left;
		margin-bottom: 0px;
		}
		#openingSlogan h1{
		font-size: 21px;
		}
		.infoReqCheckBox {
		width: 90%;
		}
		#address {
		display: none;
		}
		.noSmallMobile {
		display: none;
		}
		.pdfLink {
		font-size: 18px;
		}
		
}
