.home .site-branding {
	visibility: hidden;
	position:absolute;
}
.site-branding .no-logo-img.has-desc  {
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 1em;
}
.site-description {
	color: #fff;
	margin-top: .5em;
	top: 0 !important;
}
.header-right-wrapper {
	position: relative;
	min-height: 50px;
}
.profile img {
	display: block;
	margin-left:auto;
	margin-right:auto;
	float: none;
}
.btn-default {
	border: 1px solid #ccc;
}
.page .entry-content h2 {
	background-color: #777;
	padding: 10px 20px;
	color: #fff;
}

@media screen and (min-width: 480px) {
	.profile {
		display: flex;
		margin-bottom: 1.5em;
	}
	.profile img {
		min-width:200px;
		align-self: flex-start;
		margin-right:20px;
	}
	.profile-content {
		padding: 0 20px 0 0;
	}
}
.well {
	padding: 20px;
	background-color: #f7f7f7;
	color: #666;
		border-radius: 3px;
	border: 1px solid #dedede;
	font-size: .875em;
	margin-bottom: 4em;
	margin-top: 4em;
}

.btn-theme-primary {
	color: #fff !important;
}
.btn-theme-primary:hover,
.btn-theme-primary:focus {
	color: #fff !important;
}

.registration-table {
	border: 1px solid #dedede;

}

.parallax-hero {
	border-bottom: 5px solid #a41e35;
}

.registration-table thead th {
	font-size: 1em;
	border: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #777;
	color: #fff
}

.registration-table tbody td,
.registration-table tbody th {
	border-top: 0 !important;
	border-left: 0 !important;
	border-right: 0 !important;
	border-bottom: 0 !important;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 1.25em;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #fff
}
section:nth-child(even) {
	background-color: #fff;
}
section:nth-child(odd) {
	background-color: #f7f7f7;
}

.row-xs-1 {
	display: block;
}
.row-xs-1 .col {
	display: block;
	padding-bottom: 1em;
	width: 100%;
}

@media screen and (min-width: 480px) {
	.row-sm-2 .col {
		width: 50%;
		float: left;
	}
	.row-sm-2 .col:nth-child(2n+1)  {
		clear:left;
	}
}
@media screen and (min-width: 960px) {
	.row-md-4 {
		display: flex;
		align-items: center;
	}
}
@media screen and (min-width: 768px) {
	.registration-table thead th {
		font-size: 1.25em;
	}
	.registration-table tbody td,
	.registration-table tbody th {
		font-size: 2em;
	}
}