body{margin:0;font-family: 'Montserrat', sans-serif;font-size:62.5%;}
a{text-decoration:none;-webkit-transition:all 0.3s ease-out;-webkit-transition:0.3s ease-out;transition:0.3s ease-out;}
a:hover{opacity:.75;}
header{display:flex;justify-content:space-between;align-items:center;background-color:#1c2755;padding:20px 8%;}
header .logo{width:100px;}
header a.returnLink{color:#FFF;font-size:1.5em;}
.mainWrap{margin:40px 8%;}
.subHeader{margin:40px 8%;display:flex;justify-content:space-between;align-items:center;}
.subHeader h1{
	display: inline-block;
	font-size: 4.5em;
	font-weight: 800;
	color: #1D2754;
	border-bottom: 8px solid #357ae8;
}
.subHeader .ibLogo{max-width:200px;}
h2{font-size:3.5em;font-weight:800;color: #1c2755;margin-bottom:10px;}
.camWrap{display:flex;flex-wrap:wrap;margin-bottom:80px; }
.camWrap .cam{flex-basis:48%;margin:20px 20px 20px 0;position: relative;padding-bottom: 25.25%; padding-top: 30px; height: 0; overflow: hidden;}
.camWrap .cam .video-js{width:100%;position: absolute; top: 0; left: 0;  height: 100%; }

@media only screen and (max-width: 998px) {
	header{flex-direction:column;text-align:center;}
	header .logo{margin-bottom:40px;}
	.subHeader{flex-direction:column;text-align:center;}
	.camWrap{flex-direction:column;}
	.camWrap .cam{flex-basis:100%;padding-bottom: 45.25%;}
}
