* {
	margin: 0;
	padding: 0;
	border: 0;
}

#app-footer-template {
	font-family: ABCSocial-Regular;
	background-color: #00286A;
	width: 100%;
	bottom: 0;
}

#select-box-selected-lang {
	float: left;
	padding-right: 10px;
}

#app-header-template-top-section {
	height : 75px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 2;
	background: #00286A;   /* -webkit-linear-gradient(#004c76, #06183d); For Safari 5.1 to 6.0 */
	/* background: -o-linear-gradient(#004c76, #06183d);  For Opera 11.1 to 12.0 */
	/*  background: -moz-linear-gradient(#004c76, #06183d); For Firefox 3.6 to 15 */
	/* background: linear-gradient(#004c76, #06183d);  Standard syntax (must be last) */
}

#app-header-template {
	font-family: ABCSocial-Bold;
	background-color: #00286A;
}

#top-section-logo {
	margin-left: 5.078125%;
	margin-top: 14.75px;
    margin-bottom: 14.75px;
    width: 195px;
    height: 46.5px;
    background-image: url(../res/SVGS/E_Logo-Cream.svg);
    background-size: 190px;
    display: inline-block;
    background-repeat: no-repeat;
}

#app-header-template-line {
	width: 89.84375%;
	margin-left: auto;
	margin-right: auto; 
	border-bottom: solid 1.5px #ffffff;
	margin-bottom: 10px;
}

#app-header-template-options > .options-button {
	background-color: #00286A;
	/*
	background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
	background-image: -moz-linear-gradient(top, #3498db, #2980b9);
	background-image: -ms-linear-gradient(top, #3498db, #2980b9);
	background-image: -o-linear-gradient(top, #3498db, #2980b9);
	background-image: linear-gradient(to bottom, #3498db, #2980b9);
	*/
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0px;
	color: #FCF5D8;
	font-size: 16px;
	background: #00286A;
	padding: 10px 30px 10px 30px;
	text-decoration: none;
	margin-bottom: 5px;
	display: inline-block;
	cursor: pointer;
}

#app-header-template-options > .options-button:hover {
	background: #ffffff;
	background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
	background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
	background-image: -ms-linear-gradient(top, #ffffff, #ffffff);
	background-image: -o-linear-gradient(top, #ffffff, #ffffff);
	background-image: linear-gradient(to bottom, #ffffff, #ffffff);
	color: #00286A;
	text-decoration: none;
}

#app-header-template-lang-selection-menu {
	transition-property: top;
	transition-duration: 0.5s;
	transition-timing-function: ease;
	position: fixed;
	top: -250px;
	left: 0%;
	right: 0%;
	z-index: 1;
	background-color: inherit;
}

#app-header-template-lang-selection-menu.open {
	top: 75px;
}

#select-box-arrow {
	margin-top: 4px;
	display: table-cell; 
	cursor: pointer;
}

#top-section-lang-select-box {
	margin-right: 5.078125%;
    margin-top: 28.916667px;
    margin-bottom: 23.75px;
	float: right; 
	color: #FCF5D8; 
	font-size: 18px;
}

#top-section-title {
	font-family: LaPontaise-SemiBold;
    margin-left: 5.078125%;
    margin-right: 4.078125%;
    margin-top: 15.75px;
    margin-bottom: 15px;
    float: right;
    color: #FCF5D8;
    font-size: 36px;
}

#lang-selection-menu-description {
	text-align: center;
	margin-bottom: 10px; 
	margin-top: 30px;
	color: #FCF5D8;
}

#app-header-template-options {
	text-align: center;
}

#app-footer-template-copyright {
	color: white;
	margin-left: 5.078125%;
/*	margin-top: 30px;*/
/*	margin-bottom: 70px;*/
	padding-top: 15px;
    padding-bottom: 15px;
}

#app-footer-template-link {
	color: White;
	text-decoration: none;
}

#app-footer-template-content {
	display: table-cell;
	vertical-align: middle;
	display: table-cell;
	height: 100%;
}

#app-footer-template-image-description {
	font-size: 18px;
	margin-bottom: 30px;
	width: 200px;
	margin-left: auto;
    margin-right: auto;
}

#app-footer-template-image {
	display: table;
	width: 100%;
	background-color: #00286A;
	text-align: center;
	color: white;
	height: 240px;
	
	background-position-y: -100px;
	/* background-size: 965px; */
	background-repeat: no-repeat;
	background-position: center;
}

@media only screen and (min-width: 688px and max-width: 959px) {
	#app-footer-template-image {
		background-color: #00286A;
	}
}

@media only screen and (max-width: 687px) {
	#app-footer-template-image {
		background-color: #00286A;
	}
}


.primary {
	/*height: calc(44px - 2 * 16px);*/
	height: 18px;
	padding: 16px 30px;
	border-radius: 4px;
	display: inline-block;
	text-decoration: none !important;
	font-family: "ABCSocial-Regular";
	font-weight: bold;
	font-size: 18px;
	/*line-height: 20px;*/
	line-height: 16px;
	text-align: center;
	color: #ffffff;
	/*text-shadow: 0px 2px 2px #000000;*/
	background-color: #106dff;
}

.primary:hover {
	background-color: #0a4199;
}

.primary:active {
	background-color: #062c65;
}

@media only screen and (max-width: 42.983em) {
	#app-footer-template-copyright {
		font-size: 0.8em;
	}

	#app-header-template-top-section {
		height: 90px;
	}

	#top-section-title{
		display: none;
	}

	#top-section-logo {
		margin-top: 26.5px;
		margin-bottom: 22.5px;
		width: 176px;
		height: 48px;
		background-size: 150px;
	}

	#top-section-lang-select-box {
		margin-top: 37.5px; 
		margin-bottom: 22.5px; 
	}

	#app-header-template-lang-selection-menu.open {
		top: 75px;
	}
}
