body, html {
	font-family: 'Roboto', sans-serif;
	line-height: 1.6em;
	font-size: 1 em;
	color: #666666;
	margin: 0;
	height: 100%;
}

a {
	background-color: transparent;
	color: #666666;
}
a:active, a:hover {
	outline: 0;
	color: #337ABD;
	text-decoration: none;
}
a.whitelink {color:white;}
a.whitelink:link  {text-decoration: none; color: white;}
a.whitelink:visited {text-decoration: none; color: white;}
a.whitelink:hover {text-decoration: underline; color: white;}
a.whitelink:active {text-decoration: none; color: white;}

.starter-template {
	padding: 40px 15px;
	text-align: center;
}
.container {
}
.panel-blue {
	background-color: #005DAA;
}
.panel-blue2 {
	background-color: #005DAA;
	padding-right: 0px;
	height: 460px;
}
.panel-blue3 {
	background-color: #005DAA;
	padding-right: 0px;
	height: 360px;
}
.panel-blue-footer {
	background-color: #005DAA;
	height: 35px;
	font-size: 0.65em;
	color: #FFFFFF;
	padding-top: 8px
}
.panel-blue-mpumi {
	background-color: #337ABD;
	width: 100%;
	padding: 15px
}
.panel-notice {
	background-color: #666666;
	width: 100%;
	padding: 15px
}
.panel-grey {
	background-color: #E6E7E8;
}
.panel-grey-about {
	display: block;
	background-color: #F6F6F6;
	height: 200%;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 1px;
	padding-bottom: 30px;
}
.panel-grey-right {
	background-color: #F6F6F6;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 1px;
	padding-bottom: 30px;
}
.panel-grey-footer {
	background-color: #E6E7E8;
	height: 12px;
}
.topmenu {
	font-family: "Oswald", "sans-serif";
	font-size: 15px;
	color: #5555555;
	float: left;
}
.socialicons {
	float: right;
	padding-right: 15px;
	color: #555555;
}
.lazycopy {
	font-family: "Oswald", "sans-serif";
	line-height: 2em;
	font-size: 1.3em;
	color: #ffffff;
	padding-top: 90px;
	padding-left: 60px;
	padding-right: 60px;
	display: block;
}
.lazycopy2 {
	font-family: "Oswald", "sans-serif";
	line-height: 1.8em;
	font-size: 1.3em;
	color: #ffffff;
	padding-top: 10px;
	padding-left: 60px;
	padding-right: 60px;
	display: block;
}
h1 {
	font-family: "Oswald", "sans-serif";
	font-size: 22px;
	text-transform: none;
	color: #005DAA;
	padding-top: 15px;
}
h1 span {
	color: #555555;
}
h3 {
	font-family: "Oswald", "sans-serif";
	font-size: 1.2em;
	text-transform: none;
	color: #005DAA;
}
h3 span {
	color: #555555;
}
.panel-heading {
	font-family: "Oswald", "sans-serif";
	line-height: 2.0em;
	font-size: 2em;
	color: #ffffff;
	padding-top: 50px;
	padding-left: 60px;
	padding-right: 60px;
	display: block;
}
.panel-heading-about {
	font-family: "Oswald", "sans-serif";
	line-height: 2.0em;
	font-size: 2em;
	color: #ffffff;
	padding-top: 25px;
	padding-left: 60px;
	padding-right: 60px;
	display: block;
}
.pic-caption {
	line-height: 1.2em;
	font-size: 0.7em;
	padding-top: 5px;
}
.blue-text {
	color: #005DAA;
	font-weight: bold;
}
.button, .button:after {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.button {
	font-family: "Open Sans Condensed";
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #005AAC;
	display: inline-block;
	padding-right: 15px;
	position: relative;
}
.button:after {
	content: "\f054";
	font-family: "FontAwesome", "Font Awesome";
	position: absolute;
	right: 0;
	top: 1px;
}
.button:hover, .button:active {
	color: #005AAC;
	text-decoration: none;
}
.button:hover:after {
	margin-right: -5px;
}
.buttonwhite, .buttonwhite:after {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.buttonwhite {
	font-family: "Open Sans Condensed";
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	display: inline-block;
	padding-right: 15px;
	position: relative;
}
.buttonwhite:after {
	content: "\f054";
	font-family: "FontAwesome", "Font Awesome";
	position: absolute;
	right: 0;
	top: 1px;
}
.buttonwhite:hover, .button:active {
	color: #ffffff;
	text-decoration: none;
}
.buttonwhite:hover:after {
	margin-right: -5px;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.mpumi-heading-white {
	font-family: "Oswald", "sans-serif";
	line-height: 2.0em;
	font-size: 1.5em;
	color: #ffffff;
}
.text-white {
	color: #ffffff;
}

@media (min-width: 360px) {
.topmenu {
	float: left;
	font-size: 13px;
	padding-left: 15px;
	padding-top: 15px;
}
.socialicons {
	float: right;
	padding-top: 15px;
}
.mpumipic {
	padding-top: 10px;
}
}

@media (min-width: 720px) {
.topmenu {
	float: left;
	font-size: 14px;
	padding-left: 15px;
}
.socialicons {
	float: right;
}
.panel-blue2 {
	padding-top: 0px;
	height: 260px;
}
.fixed_width5b {
	height: 150px;
	width: 150px;
}
}

@media (min-width: 1024px) {
.topmenu {
	float: left;
	font-size: 15px;
	padding-top: 40px;
}
.socialicons {
	float: right;
	padding-top: 35px;
}
.fixed_width {
	height: 460px;
	width: 707px;
}
.fixed_width2 {
	height: 360px;
	width: 707px;
}
.fixed_width3 {
	height: 189px;
	width: 420px;
}
.fixed_width4 {
	height: 267px;
	width: 400px;
}
.fixed_width5b {
	height: 180px;
	width: 180px;
}
.panel-blue2 {
	background-color: #005DAA;
	padding-right: 0px;
	height: 460px;
}
.mpumipic {
	padding-top: 30px;
}
}
