.section_column {
	padding-top: 25px;
	padding-bottom: 25px;
}


/*This is not needed for the actual wiki*/

#navigation_bar {
	position: fixed;
	background-color: RGBA(8, 59, 88, 1.00);
	color: rgba(255, 255, 255, 1);
	top: 0;
	left: 0;
	right: 0;
	height: 80px;
	z-index: 10;
}

#navigation_bar a {
	color: rgba(255, 255, 255, 1);
}

#navigation_bar .logo {
	width: 125px;
	min-width: 125px;
	display: inline-block;
}

#navigation_bar .logo_text {
	display: inline-block;
	margin-left: 8px;
	vertical-align: middle;
}

.navigation_links {
	display: table;
	list-style: none;
	margin-bottom: 0;
	padding-left: 0px;
	font-size: 16px;
	font-weight: 200;
	height: 80px;
	float: left;
}

.navigation_links a {
	display: table-cell;
	vertical-align: middle;
	cursor: pointer;
	padding: 0 25px;
	text-decoration: none;
}

.navigation_links a:first-child:hover {
	background-color: transparent;
}

.navigation_links a:hover {
	background-color: RGBA(6, 69, 102, 1.00);
}

.phone_number{
	white-space: nowrap;
	display: flex;
	display: -webkit-flex;
	height: 80px;
	align-items: center;
	position: relative;
	float: right;
	font-size: 16px;
	font-weight: 200;
}

/*End*/

#mainBackground {
	background-image: url('../img/helpimage.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	padding: 0px;
}

.main-content {
	display: block;
	border-collapse: collapse;
	height: 100vh;
	width: auto;
	color: rgba(255, 255, 255, 1);
	background-color: rgba(23, 23, 23, .5);
}

.content-block {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	margin: 0 auto;
	margin-top: 50%;
	width: 100%;
}

.content-block h2 {
	font-size: 3rem;
	margin-bottom: 0px;
	font-weight: 200;
}

.content-block h1 {
	font-size: 3.75rem;
	margin-top: 0px;
	text-transform: capitalize;
}

label.search {
	position: relative;
	display: block;
	display: inline-block;
	width: 350px;
	font-weight: 200;
	text-align: center;
	margin-top: 15px;
}

.searchinput {
	display: block;
	height: 35px;
	width: 100%;
	padding: 5px 10px 5px 37px;
	border-radius: 3px;
	box-shadow: none;
	border: 1px solid rgba(150, 150, 150, 1);
	color: rgba(23, 23, 23, 1);
	margin: 0 auto;
	outline: none;
}

.search_icn {
	position: absolute;
	top: 5px;
	left: 5px;
	vertical-align: middle;
	display: inline-block;
	height: 25px;
	width: 25px;
	background-image: url('../img/help-icon-search-black.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.section_bdy {
	padding-top: 25px;
	padding-bottom: 35px;
}

.thumbnail_size {
	display: block;
	width: 50%;
	margin: 0 auto;
}

.summary_block {
	width: 100%;
	margin: 0 auto;
	display: block;
}

#mkdocs-search-results {
	max-width: 348px;
	left: 0;
	right: 0;
	z-index: 100;
	position: absolute;
	background: white;
	color: black;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
	max-height: 431px;
	overflow: auto;
	box-shadow: 0px 1px 3px #cdcdcd;
	margin-top: -5px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}


/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/


/*==========  Mobile First Method  ==========*/


/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) {}


/* Extra Small Devices, Phones */

@media only screen and (min-width: 480px) {}


/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {
	label.search {
		width: 500px;
	}
	.section_column {
		padding-top: 0px;
		padding-bottom: 0px;
		border-bottom: none;
	}
	.main-content {
		display: table;
	}
	.content-block {
		display: table-cell;
		margin-top: 0px;
	}
	.main-content {
		display: table;
		border-collapse: collapse;
		height: 100vh;
		width: 100%;
	}
	.thumbnail_size {
		display: block;
		width: 25%;
		margin: 0 auto;
	}

	#mkdocs-search-results {
		max-width: 498px;
		left: 13px;
		right: 13px;
	}
}


/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {}


/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {
	.summary_block {
		width: 350px;
	}
}
