/* SKELETON OVERRIDES ///////////////////////////////////////////////////////////////////*/
.container {
	/*width: 100%;*/
	/*max-width: 100%;*/
	background-color:  #e3e3e3;;
}


/*////////////////////////////////////////////////////////////////////////////////////////*/

body {
	background-color: #e3e3e3;
}

button {
	color: #ffffff;
}

button:hover {
	color: #ff0000;
}

#topBar {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #565656;
	font-size: 1.5vw;
	color: #ff0000;
}

#topBarContent {
	width: 100%;
	text-align: center;
}

#header {
	width: 100%;
	height: auto;
	background-color: #565656;
	/*background-position: center;*/
	/*background-image: url("../images/title.png");*/
}

#mainContent {
	width: 100%;
	min-height: 200px;
	margin: 0 auto;
	background-color: #565656;
	font-size: 12pt;
	color: #ffffff;
	text-align: justify;
}

#content {
	width: 90%;
	margin: 0 auto;
}

#contentVideoContainer {
	/*width: 100%;*/
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	margin-bottom: 20px;
}

#contentVideoContainer iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#content .button {
	width: 23.5%;
	color: #ff0000;
	font-size: 12pt;
	font-weight: bold;
	background-color: #ffffff;
	border: none;
	border-radius: 0;
	padding-top: 23.5%; /* 1:1 Aspect Ratio */
	position: relative;
}

#content .button-text {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

#content .button:hover, #content .button:active {
	color: #ffffff;
	background-color: #ff0000;
}

#content .button-margin {
	margin-right: 2%;
}

#footer {
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #ffffff;
	background-color: #565656;
}

#footerContent {
	width: 100%;
	font-size: 10px;
	text-align: center;
}

.responsive-image {
	width: 100%;
	height: auto;
}

a:link {
	color: white;
	text-decoration: none;
}

a:visited {
	color: white;
	text-decoration: none;
}

a:hover {
	color: #ff0000;
	text-decoration: none;
}

a:active {
	color: #2c303c;
	text-decoration: none;
}

@media (max-width: 1000px) {
	#topBar {
		font-size: 10pt;
	}
}

@media (max-width: 800px) {
	#content .button {
		width: 48%;
		padding-top: 50%; /* 1:1 Aspect Ratio */
	}
}