/* ==========================================================================
   Author's custom styles
   ========================================================================== */
img.logo {
	margin: 9px 0;
}

.btn:link {
	text-decoration: none;
}

.btn-large {
	margin: 16px 0;
	font-weight: bold;
}

.btn-training {
	margin: 16px 0;
	font-weight: bold;
	border-radius: 6px 6px 6px 6px;
	font-size: 32px;
	padding: 28px;
}

.content {
	margin-top: 60px;
}

.section {
	background-color: #fff;
	margin-top: 19px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.30);
}

.section-inner {
	padding: 22px;
}

.container .credit {
	margin: 20px 0;
	font-size: 12px;
	line-height: 16px;
}

.navbar .nav {
	margin-top: 18px;
}

.navbar-inner {
	min-height: 60px;
	background: #364147;
	border: 1px solid #283135;
}

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
	box-shadow: 0 1px 0px rgba(255, 255, 255, 0.25);
}

.navbar .btn,
.navbar .btn-group {
	margin-top: 14px;
}

.sponsor {
	font-weight: bold;
	background-color: #828f99;
	display: block;
	padding: 33px 13%;
	border-top: 16px solid #c1d8e6;
	color: #fff;
	margin-bottom: 19px;
}

.navbar .nav li a.social {
	padding: 0;
}

a.social {
	display: block;
	margin-right: 22px;
	width: 24px;
	height: 24px;
	text-decoration: none;
}

a.facebook {
	background: url("../images/facebook.gif") no-repeat;
}

a.twitter {
	background: url("../images/twitter.gif") no-repeat;
}

a.linkedin {
	background: url("../images/linkedin.gif") no-repeat;
}

a.vimeo {
	background: url("../images/vimeo.gif") no-repeat;
}

a.email {
	background: url("../images/envelope.gif") no-repeat;
}

a.social:hover {
	background-position: 0 -24px;
}

.displace {
	position: absolute;
	left: -5000px;
}



/* Sticky footer styles
-------------------------------------------------- */

html,
body {
	height: 100%;
	/* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

.ml-0 {
	margin-left: 0 !important;
}