section {
	
	display: block;
	overflow: hidden;
	margin: 0em auto;
	text-align: center;
}

hr {
	
	border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(165, 165, 165, 1), rgba(0, 0, 0, 0));
}

section .half {
	
	display: inline-block;
	width: 450px;
	max-width: 100%;
	vertical-align: middle;
}

section .half img {
	
	max-width: 100%;
}

section .nav {
	
	position: absolute;
	left: 0em;
	bottom: 0em;
	width: 100%;
	text-align: center;
	padding: .5em 0em;
	z-index: 5;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none;   /* Chrome/Safari/Opera */
	-khtml-user-select: none;    /* Konqueror */
	-moz-user-select: none;      /* Firefox */
	-ms-user-select: none;       /* Internet Explorer/Edge */
	user-select: none;           /* Non-prefixed version, currently
							  not supported by any browser */
}

section .button-panel {
	
	padding: .5em;
	display: inline-block;
	text-align: center;
}

section:not(:first-of-type) .nav-dots {
	
	display: none !important;
}

.multi-button-panel {
	
	position: relative;
	display: inline-block;
	text-align: center;
	width: 450px;
	max-width: 100%;
	vertical-align: middle;
	z-index: 5;
}

.multi-button-panel a {
	
	display: inline-block;
	padding: 1em;
}

.multi-button-panel a:hover {
	
	text-decoration: underline;
	color: #f89c42;
}

.multi-button-panel a:not(:last-of-type) {
	
	border-right: 2px solid white;
}

.multi-button-panel div {
	
	text-align: center;
}

.multi-button-panel h3 {
	
	text-align: center;
	padding: 1em;
}

.content {
	
	text-align: center;
	padding: 1em;
}

.content button {
	
	vertical-align: middle;
	padding: .5em 1em;
}

.content h3 {
	
	display: inline-block;
	margin: 1em;
	color: #455560;
	text-align: center;
	vertical-align: middle;
	font-family: 
}

#banner-spin {
	
	/*margin: 7em auto;*/
	margin: 0em auto;
	height: 480px;
}

#events-and-trainings {
	
	border-top: 1px solid #E1E1E1;
}

#events-and-trainings > div h3 {
	
	text-align: center;
	color: #455560;
}

#events-and-trainings .bottom-button {
	
	text-align: center;
	margin: 1em;
}

#events-and-trainings .bottom-button button {
	
	padding: .5em 1em;
}

#events-and-trainings .events-container {
	
	display: inline-block;
	vertical-align: top;
	margin: 1em 0em;
	
	width: 650px;
	max-width: 100%;
}

#events-and-trainings .trainings-container {
	
	display: inline-block;
	vertical-align: top;
	margin: 1em 0em;
	
	width: 350px;
	max-width: 100%;
}

.news-banner {
	
	margin: 1em 0em;
	padding: 1em 0em;
}

.news-banner div {
	
	text-align: center;
}

.news-banner .info-display {

	margin: 1em 1em 0em 1em;
}

.news-banner .title h3 {
	
	text-align: center;
    font-weight: 200;
    color: #455560;
    margin: .25em 0em;
	font-size: 2em;
}

#news .title > a {
	
	display: block;
}

#quick-links {
	
	text-align: center;
	margin: 2em 0em;
}

#quick-links .ql-container {
	
	display: inline-block;
	margin: 1.5em .5em;
	padding: 1em;
	text-align: center;
	width: 185px;
	max-width: 100%;
	border-radius: 2px;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#52b1dd+0,007ac3+100 */
background: rgb(82,177,221); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(82,177,221,1) 0%, rgba(0,122,195,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(82,177,221,1) 0%,rgba(0,122,195,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(82,177,221,1) 0%,rgba(0,122,195,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52b1dd', endColorstr='#007ac3',GradientType=0 ); /* IE6-9 */

	-webkit-box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.25);
}

#quick-links a .ql-container:hover {
	
	-webkit-box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.5);
}

#quick-links .ql-container .label {
	
	text-align: center;
	color: white;
	font-size: 1.2em;
	margin-top: .5em;
}

#quick-links .ql-container .image {
	
	display: inline-block;
	width: 50px;
	padding-top: .5em;
}

#quick-links .ql-container .image img {
	
	width: 100%;
}

/**
	Globals
*/
.ui-exacq-gutter {
	
	-webkit-box-shadow: inset 0px 0px 10px 2px rgba(0,0,0,0.25);
-moz-box-shadow: inset 0px 0px 10px 2px rgba(0,0,0,0.25);
box-shadow: inset 0px 0px 10px 2px rgba(0,0,0,0.25);
}

.ui-background-color-blue {
	
	background-color: #007AC3;
}

.ui-background-color-orange {
	
	background-color: #f89c42;
}

.ui-background-color-green {
	
	background-color: #40ae49;
}

.ui-background-color-grey {
	
	background-color: #F1F1F1;
}

.ui-background-color-red {
	
	background-color: #BD2131;
}

.ui-float-right {
	
	float: right;
}

@media all and (max-width: 768px) {

	#banner-spin {
		
		margin: 0em auto;
	}
}

/**
	MEDIA QUERIES 
*/
@media all and (max-width: 450px) {
	
	#quick-links .ql-container {
		
		width: inherit;
		display: block;
	}
}