/** {
	margin: 0;
}

.header {
    background-color: #607D8B;
    height: 5vh;
    font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 1.2em;
	line-height: 150%;
	padding-top: 2%;
	padding-bottom: 2%;
    padding-left: 2%;
	/*color: #666666;
    color: #FFFFFF;
    box-shadow: 0px 2px 5px #999999;
}*/

.mainContainer {
	background-color: #FAFAFB;
}

.sizer {
	height: 75vh;
	position:relative;
    /*border: 1px solid #E7E9EB;*/
    /*box-shadow: 0px 2px 5px #999999;*/
}

.slide img {
	max-width: 85%;
	max-height: 80%;
    position:absolute;
    top:0;
    bottom:0;
    right: 0;
    left: 0;
    margin:auto;
    /*box-shadow: 2px 2px 3px #999999;*/
}

.slide iframe {
	max-width: 80%;
	max-height: 80%;
    position:absolute;
    top:0;
    bottom:0;
    right: 0;
    left: 0;
    margin:auto;
    /*box-shadow: 2px 2px 3px #999999;*/
}

.fp-controlArrow.fp-prev {
	border-color: transparent #666666 transparent transparent;
}

.fp-controlArrow.fp-next {
	border-color: transparent transparent transparent #666666;
}

.sideContainer {
	width: 75%;
	height: 100%;
	padding-top: 0.5%;
	padding-left: 2.5%;
	padding-right: 2.5%;
	padding-bottom: 2.5%;
	/*background-color: #FAFAFB;*/
    /*background-color: #FFFFFF;
	border: 1px solid #E7E9EB;*/
    /*box-shadow: 2px 2px 3px #999999;*/
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.sideContainer > H1 {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 3em;
	/*color: #333333;*/
    color: #00BCD4;
}

.sideContainer > H2 {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 1.5em;
	color: #333333;
    /*margin-top: 0.67em;
    margin-bottom: 0.67em;*/
}

.sideContainer > p {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 1em;
	color: #666666;
}

.sideContainer > a {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 1em;
}