.featured {
	position: absolute;
	bottom: 25px;
	z-index: 10;
	background: #16acbd;
	width: 100%;
	color: #ffffff;
	font-weight: bold;
	padding: 5px 20px;
	font-size: .9em;
	line-height: 1em;
}

.iframe-container {
	max-width: 992px;
	max-height: 558px;
	width: 90vw;
	height: 50.85vw;
	margin: 0 auto;
}

iframe {
	width: 100%;
	height: 100%;
}

.on-top {
	z-index: 2;
}

.hero.home.modular {
	height: initial !important;
	overflow: initial;
}

.well .featured {
	position: relative;
}

.panel-body p,
.panel-body strong {
	color: white;
}

.card .btn {
	font-family: "Fira Sans", sans-serif;
	padding: 8px 16px;
	border: 0 none transparent;
	font-size: 16px;
}

.card .img-wrapper {
	position: relative;
	max-height: 360px;
	background: white;
	height: 100%;
	width: 100%;
	padding-top: 0;
	overflow: hidden;
}

.card .img-wrapper img:hover {
	width: 102%;
	transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.card .img-wrapper img {
	max-width: 102%;
	width: 100%;
	margin: auto;
	transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.card .btn:active {
	transform: scale(0.97);
	-ms-transform: scale(0.97);
}

.card .btn:hover,
.card .btn:active,
.card .btn:focus,
.card .btn:active:hover,
.card .btn:active:focus {
	outline: 0;
	box-shadow: none;
	border: 0 none transparent;
}

.card .btn-default,
.card .btn-primary {
	color: #14333E;
	background-color: #ffffff;
	padding: 8px 25px;
	border-radius: 20px;
	border: 0 none transparent;
	font-size: 16px;
	font-weight: 500;
}

.card .btn-default:hover,
.card .btn-default:active,
.card .btn-default:focus,
.card .btn-default:active:hover,
.card .btn-default:active:focus,
.card .btn-primary:hover,
.card .btn-primary:active,
.card .btn-primary:focus,
.card .btn-primary:active:hover,
.card .btn-primary:active:focus {
	color: #ffffff;
	background-color: #00d2d6;
}

.card .btn-linkedin {
	color: #ffffff;
	background-color: #555354;
}

.card .btn-linkedin:hover,
.card .btn-linkedin:active,
.card .btn-linkedin:focus,
.card .btn-linkedin:active:hover {
	color: #ffffff;
	background-color: #6a6768;
}

.card .btn-twitter {
	color: #ffffff;
	background-color: #1da1f3;
}

.card .btn-twitter:hover,
.card .btn-twitter:active,
.card .btn-twitter:focus,
.card .btn-twitter:active:hover {
	color: #ffffff;
	background-color: #44b1f5;
}

.card .stats {
	margin-top: 8px;
	margin-bottom: 8px;
}

/* Modular Pages */
#banner-container .banner {
	min-height: 400px;
}

#banner-container .banner .banner-content h1 {
	font-size: 60px;
}

.banner {
	background-size: cover;
	background-position: center;
	position: relative;
	overflow: hidden;
	min-height: 450px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
}

.banner .banner-content {
	position: relative;
	z-index: 10;
}

.banner .banner-content h1 {
	color: #ffffff;
	margin-bottom: 40px;
}

.banner .overlay {
	height: 100%;
	width: 100%;
	left: 0;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.4);
}

.banner>img {
	position: absolute;
	width: 100%;
	height: auto;
	z-index: -1;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

@media (max-width: 991px) {

	#banner-container .banner .banner-content h1,
	.banner .banner-content h1 {
		font-size: 30px;
		padding: 0 15px;
	}
}


@media (max-width: 767px) {
	.banner>img {
		height: 100%;
		width: auto;
		max-width: none;
	}
}

@media screen and (max-width: 991px) {
	#banner-container .banner {
		min-height: 300px;
	}
}

@media screen and (max-width: 520px) {
	#banner-container .banner {
		min-height: 200px;
	}
}

.content {
	overflow: hidden;
	padding-top: 30px;
	padding-bottom: 30px;
}

.content.gray {
	background-color: #f2f2f2;
}

.content.gray .card-block {
	background: none;
}

.content.orange {
	background: #fbb040;
	background: -moz-linear-gradient(-45deg, #fbb040 0%, #f7941d 29%, #f7941d 63%, #f15a29 100%);
	background: -webkit-linear-gradient(-45deg, #fbb040 0%, #f7941d 29%, #f7941d 63%, #f15a29 100%);
	background: linear-gradient(135deg, #fbb040 0%, #f7941d 29%, #f7941d 63%, #f15a29 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb040', endColorstr='#f15a29', GradientType=1);
}

.content.orange .main-title {
	color: white;
}

.content.blue {
	background: #00a79d;
	background: -moz-linear-gradient(-45deg, #27aae1 0%, #27aae1 29%, #27aae1 63%, #27aae1 100%);
	background: -webkit-linear-gradient(-45deg, #00a79d 0%, #27aae1 29%, #27aae1 63%, #27aae1 100%);
	background: linear-gradient(135deg, #27aae1 0%, #27aae1 29%, #27aae1 63%, #27aae1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#27aae1', endColorstr='#27aae1', GradientType=1);
}

.content.blue .main-title {
	color: #ffffff;
}

.content.pink {
	background: #ee2a7b;
	background: -moz-linear-gradient(-45deg, #da1c5c 0%, #da1c5c 29%, #da1c5c 69%, #da1c5c 100%);
	background: -webkit-linear-gradient(-45deg, #da1c5c 0%, #da1c5c 29%, #da1c5c 69%, #da1c5c 100%);
	background: linear-gradient(135deg, #da1c5c 0%, #da1c5c 29%, #da1c5c 69%, #da1c5c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#da1c5c', endColorstr='#da1c5c', GradientType=1);
}

.content.pink .main-title {
	color: #ffffff;
}

.content.purple {
	background: #662d91;
	background: -moz-linear-gradient(-45deg, #951b81 0%, #951b81 29%, #951b81 69%, #951b81 100%);
	background: -webkit-linear-gradient(-45deg, #951b81 0%, #951b81 29%, #951b81 69%, #951b81 100%);
	background: linear-gradient(135deg, #951b81 0%, #951b81 29%, #951b81 69%, #951b81 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#951b81', endColorstr='#951b81', GradientType=1);
}

.content.purple .main-title {
	color: #ffffff;
}

.content.green {
	background: #39b54a;
	background: -moz-linear-gradient(-45deg, #39b54a 0%, #39b54a 29%, #39b54a 69%, #39b54a 100%);
	background: -webkit-linear-gradient(-45deg, #39b54a 0%, #39b54a 29%, #39b54a 69%, #39b54a 100%);
	background: linear-gradient(135deg, #39b54a 0%, #39b54a 29%, #39b54a 69%, #39b54a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#39b54a', endColorstr='#39b54a', GradientType=1);
}

.content.green .main-title {
	color: #ffffff;
}

.content .main-title {
	margin-top: 4em;
}

.main-title {
	padding: 0em 15px 3em;
}

.main-title h1 {
	margin-bottom: 1em;
}

.main-title h2 {
	text-transform: uppercase;
	margin-bottom: 1em;
}

.main-title h3 {
	margin: 0 0 1em 0;
}

.main-title.no-padding {
	margin-top: 0;
}

.main-title+.main-title-content {
	padding-bottom: 3em;
}

@media (min-width: 1200px) {
	.main-title {
		padding: 1em 200px 3em;
	}
}

@media (max-width: 991px) {
	.content .main-title {
		margin-top: 0em;
	}
}

@media (max-width: 620px) {
	.main-title h1 {
		font-size: 30px;
	}
}

select {
	color: #555555;
}

.static-modal {
	color: #3a3a3a;
}

@media (max-width: 768px) {
	.hero.home .text-container h1 {
		font-size: 25px;
	}
}

.page-scroll {
	position: relative;
	bottom: -7em;
}

.page-scroll .arrow-btn {
	height: 50px;
	width: 50px;
	border: 2px #fff solid;
	border-radius: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto;
	position: absolute;
	bottom: 60px;
	z-index: 2;
	left: 50%;
	-ms-transform: translatex(-50%);
	transform: translatex(-50%);
	transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.page-scroll .arrow-btn:hover {
	border-color: #00b5ea;
	color: #00b5ea;
}

.hero.home .text-container .row:nth-last-child(1) {
	bottom: 75px;
	margin-top: 150px;
	position: relative;
}

.hero.home {
	overflow: initial;
	height: 100% !important;
}

@media (max-height: 800px) {
	.hero.home .text-container .row:nth-last-child(1) {
		bottom: 75px;
		margin-top: 125px;
		padding-bottom: 5px;
	}
}

@media (min-width: 991px) {
	.sponsor {
		padding-bottom: 30px;
	}
}

.hero.home:after {
	height: 45%;
}

.col-half-offset{
    margin-left:4.166666667%
}
