/*------------------------------------------------*/
/*-----------------[RESET]------------------------*/
/*------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0 none;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

a, input, select, textarea, button, select:focus, a:focus, input:focus, textarea:focus,
a::-moz-focus-inner, input::-moz-focus-inner, select::-moz-focus-inner, textarea::-moz-focus-inner, button::-moz-focus-inner { 
	outline: none; 
    outline-width: 0; 
}

/*------------------------------------------------*/
/*-----------------[STYLE]------------------------*/
/*------------------------------------------------*/

@font-face {
  font-family: 'NotoSansExtraLight';
  font-weight:normal;
  src: url('../NotoSans/static/NotoSans-ExtraLight.ttf') format('truetype');
}
@font-face {
  font-family: 'NotoSansLight';
  font-weight:normal;
  src: url('../NotoSans/static/NotoSans-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'NotoSansRegular';
  font-weight:normal;
  src: url('../NotoSans/static/NotoSans-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'NotoSansRegularItalic';
  font-weight:normal;
  src: url('../NotoSans/static/NotoSans-Italic.ttf') format('truetype');
}
@font-face {
  font-family: 'NotoSansMedium';
  font-weight:normal;
  src: url('../NotoSans/static/NotoSans-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'NotoSansMediumItalic';
  font-weight:normal;
  src: url('../NotoSans/static/NotoSans-MediumItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'NotoSansSemiBold';
  font-weight:normal;
  src: url('../NotoSans/static/NotoSans-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'NotoSansBold';
  font-weight:normal;
  src: url('../NotoSans/static/NotoSans-Bold.ttf') format('truetype');
}


html, body {
	height:100%;
	background-color:#040813;
}
body {
	width:100%;
	line-height:1;
	font-family: 'NotoSansRegular', arial, helvetica; 
	font-size: 62.5%; 
	display: flex;
	flex-direction: column;
}

#Wrapper {
	flex: 1 0 auto;
}
#WrapInner {
    overflow:auto;
	width:100%;
	max-width:2560px;
	margin:0 auto;
	background-color:#040813;
	height:100%;
}
#Footer { 
	clear: both; 
	flex-shrink: 0;
} 

/* GENERIC */
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}
main {
	clear:both;
	float:left;
	width:100%;
}
main.tryaimdall {
	height:100%;
}

.fullWidth {
	clear:both;
	float:left;
	width:100%;
	overflow:hidden;
}
.headerWidth {
	clear:both;
	float:left;
	width:96%;
	margin-left:2%;
	margin-right:2%;
	overflow:hidden;
}
.defaultWidth {
	clear:both;
	float:left;
	width:60%;
	margin-left:20%;
	margin-right:20%;
	overflow:hidden;
}
.smallWidth {
	clear:both;
	float:left;
	width:44%;
	margin-left:28%;
	margin-right:28%;
	overflow:hidden;
}
.halfWidth {
	width:46%;
	float:left;
}
.halfWidth.Sx {
	order: 1;
}
.halfWidth.Dx {
	margin-left:8%;
	order: 2;
}
.halfWidth img {
	float:left;
	width:100%;
}
.top_bordered {
}
.bottom_bordered {
}
.flexCentered {
	display: flex;
	align-items: center;
	justify-content: center;
}
.flexStretched {
	display: flex;
	align-items: stretch;
}
.flexWrapped {
	display: flex;
	flex-wrap: wrap;
}
.flexWrappedCenter {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.centered {
	text-align:center;
}
.top_spaced {
	margin-top:40px;
}
.top_double_spaced {
	margin-top:80px;
}
.top_half_spaced {
	margin-top:20px;
}
.bottom_spaced {
	margin-bottom:40px;
}
.bottom_double_spaced {
	margin-bottom:80px;
}
.bottom_half_spaced {
	margin-bottom:20px;
}
.top_padded {
	padding-top:40px;
}
.top_double_padded {
	padding-top:80px;
}
.top_half_padded {
	padding-top:20px;
}
.bottom_padded {
	padding-bottom:40px;
}
.bottom_double_padded {
	padding-bottom:80px;
}
.bottom_half_padded {
	padding-bottom:20px;
}
.top_high_spaced {
	margin-top:100px;
}
.bottom_high_spaced {
	margin-bottom:100px;
}
.new_line {
	clear:both;
}
.float_left {
	float:left !important;
}
.float_right {
	float:right !important;
}
.left_aligned {
	text-align:left;
}
.right_aligned {
	text-align:right;
}
img {
	max-width:100%;
}
img.small {
	width:40%;
	margin-left:30%;
	margin-right:30%;
}
img.medium {
	width:60%;
	margin-left:20%;
	margin-right:20%;
}
img.large {
	width:80%;
	margin-left:10%;
	margin-right:10%;
}
img.extralarge {
	width:90%;
	margin-left:5%;
	margin-right:5%;
}
p {
	clear:both;
	width:100%;
	font-family: 'NotoSansMedium', arial, helvetica;
	font-size:1.6em; 
	line-height:1.7em;
	letter-spacing:0.03em;
	max-height: 999999px; /* Mobile Chrome bug fix */
	float:left;
	color:#ffffff;
}
main p {
	text-align:justify;
}
main p.no_justify {
	text-align:left;
}
main p.justify {
	text-align:justify;
}
b, strong {
	font-family: 'NotoSansBold';
	font-weight:normal;
	letter-spacing:0.03em;
	font-size:0.99em; /* Firefox bug Fix */
}
.highlight {
	color:#3ceaaf;
}
span.green  {
	color:#01aa7c;
}
span.yellow  {
	color:#e3c964;
}
span.red  {
	color:#b22828;
}
.tabSpace {
	display: inline-block; 
    margin-left: 40px; 
} 
a, a:link, a:hover, a:visited {
	font-family:inherit;
	color:inherit; 
	font-size:inherit; 
	text-decoration:underline;
}

h1 {
	clear:both;
	font-family: 'NotoSansLight', serif;
	letter-spacing:0.05em;
	font-size: 5.5em;	
	line-height:1.3em;
	color:#ffffff;
	float:left;
	width:100%;
}
h2 {
	clear:both;
	font-family: 'NotoSansLight', serif;
	letter-spacing:0.07em;
	font-size: 2.5em;	
	line-height:1.3em;
	color:#3ceaaf;
	float:left;
	width:100%;
	margin-bottom:20px;
}

.mobileHide {
}

.fadein, .fadeinScroll {
	opacity:0;
}

/* keyframes Animations */
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-bottom {
  0% {
    transform: translateY(50%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-left {
  0% {
    transform: translateX(-50%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-right {
  0% {
    transform: translateX(50%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes zoom-in {
    0% {
        transform: scale(0.8,0.8);
		opacity: 0;
    }
    100% {
        transform: scale(1,1);
		opacity: 1;
    }
}

.reveal {
  position: relative;
  opacity: 0;
}
.reveal.active {
  opacity: 1;
}
.active.fade-in {
  animation: fade-in 1.2s ease-in;
}
.active.fade-in-fast {
  animation: fade-in 0.6s ease-in;
}
.active.fade-in-slow {
  animation: fade-in 1.8s ease-in;
}
.active.fade-bottom {
  animation: fade-bottom 0.4s ease-in;
}
.active.fade-bottom-slow {
  animation: fade-bottom 0.6s ease-in;
}
.active.fade-left {
  animation: fade-left 0.5s ease-in;
}
.active.fade-right {
  animation: fade-right 0.5s ease-in;
}
.active.zoom-in {
  animation: zoom-in 0.5s ease-in;
}

button.request {
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;	
	font-family:'NotoSansSemiBold';
	width:260px;
	font-size:1.5em;
	letter-spacing:0.03em;
	cursor:pointer;
	float:left;
	padding:15px;
	margin-right:50px;
	border:none;
}
button.request.full_report {
	color:#132d46;
	background-color:#3ceaaf;
}
button.request.full_report:hover {
	color:#ffffff;
}
button.request.try_aimdall {
	color:#3ceaaf;
	background-color:#132d46;
	margin-right:0;
}
button.request.try_aimdall:hover {
	color:#ffffff;
}
button.request.back_home {
	color:#132d46;
	background-color:#3ceaaf;
}
button.request.back_home:hover {
	color:#ffffff;
}


/* HEADER */
main {
	padding-top: 80px; /* same as Header height + padding	*/
	/* padding-bottom:30px; */
	overflow:hidden;
}
html {
	scroll-padding-top: 80px; /* same as Header height + padding	*/
}

#Header {
	position: fixed;
	width: 96%;
	padding-left:2%;
	padding-right:2%;
	height: 36px;
    left: 0;
    top: 0;
	padding-top:22px;
	padding-bottom:22px;
	float: left;
	z-index:100;
	background-color:#040813;
}
#Header .LogoIcoWrapper { 
	width: 35%;
	float: left;
}
#Header .LogoIcoWrapper img { 	
	height: 36px;
	margin:0 auto;
}
#Header .LogoTextWrapper { 
	width: 30%;
	float: left;
	text-align:center;
}
#Header .LogoTextWrapper img { 	
	height: 28px;
	margin:0 auto;
	margin-top:4px;
}
#NavDesktop {
	width: 35%;
	float:right;
	text-align:right;
	margin-top:6px;
}
#NavDesktop a {
	display: inline-block;
	float:right;
	margin-left:50px;
	font-family: 'NotoSansSemiBold';
	font-size: 1.3em;	
	line-height:2em;
	color:#ffffff;
	text-transform:uppercase;
	text-decoration:none;
}
#NavDesktop a.menuTabSel, #NavDesktop a:hover {
	color:#3ceaaf;
}

#Header .openNavWrapper { 
	display:none;
}
#NavMobile { 
	display:none;
}

/* HOME */
#PageHead {
	clear:both;
	float:left;
	width:100%; 
	min-height: calc(100vh - 80px); /* 100% - Header */
	background-image: url(../images/bg_logo_left.png?v=2);
	background-repeat: no-repeat;
	background-size: contain;
}
#HomeIntroTitle { 
}
#HomeIntroTitle p { 
	font-size:2.2em; 
	line-height:1.7em;
	letter-spacing:0.03em;
	opacity:0;
}
#HomeIntroImg { 
	opacity:0;
}
#HomeIntroImg img { 
	width:200px;
	float:left;
}

#HomeAbstract {
	background-image: url(../images/bg_light_top.png);
	background-repeat: no-repeat;
	background-size: contain;
	padding-top:40px;
}
#HomeAbstract p {
	font-size:2em;
	line-height:1.65em;
	text-align:center;
	margin-bottom:60px;
	max-width:800px; /* EOL after "crafted" */
}
.abstractItem {
	float:left;
	padding:15px;
	padding-top:20px;
	padding-bottom:20px;
	margin-right:50px;
	margin-bottom:50px;
	border:1px solid #cccccc;
	text-align:center;
	width:calc((100% - 50px - 60px - 4px) / 2); /* full width - margin - 4*padding - 4*border */
}
.abstractItem span {
	font-family:'NotoSansSemiBold';
	font-size:1.6em;
	letter-spacing:0.03em;
	color:#3ceaaf;
}
.abstractItem.sx {
	clear:both;
}
.abstractItem.dx {
	margin-right:0;
}

#HomeGraph { 
	margin-top:40px;
}
#HomeGraphImg { 
	width:42%;
	margin-left:4%;
	margin-right:8%;
	float:left;
}
#HomeGraphImg img { 
	width:100%;
	float:left;
}
#HomeGraphInfo {
	width:42%;
	margin-right:4%;
	float:left;
}

#HomeGraphInfo p { 
	/*font-size:1.4em;*/
	line-height:1.45em;
}

#HomeGraphInfo ul {
	clear:both;
	float:left;
	margin-top:10px;
}
#HomeGraphInfo li {
	width:100%;
	float:left;
	font-size:1.4em;
	line-height:1.5em;
	list-style-type: none;
	margin-top: 20px;
	font-family: 'NotoSansMedium', serif;
	color:#ffffff;
}
#HomeGraphInfo li.green { 
    background:url(../images/bullet_green.jpg) no-repeat;
	background-size:20px;
    padding-left:35px;
}
#HomeGraphInfo li.yellow {
    background:url(../images/bullet_yellow.jpg) no-repeat;
	background-size:20px;
    padding-left:35px;
}
#HomeGraphInfo li.red{
    background:url(../images/bullet_red.jpg) no-repeat;
	background-size:20px;
    padding-left:35px;
}
#HomeGraphInfo li {
	width:calc(100% - 35px); /* full width - padding */
}

#ActionButtonsTop {
	display:none;
}

/* scrollArrow */
.scrollArrow {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #565656;
  font-family : 'NotoSansSemiBold', sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
}
.scrollArrow:hover {
  opacity: .5;
}
.scrollArrow {
  padding-top: 50px;
  opacity:0;
}
.scrollArrow span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 2px solid #565656;
  border-bottom: 2px solid #565656;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: arrowScrollDown 1.5s infinite;
  animation: arrowScrollDown 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes arrowScrollDown {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
    opacity: 0;
  }
}
@keyframes arrowScrollDown {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-10px, 10px);
    opacity: 0;
  }
}

/* CONTACTS */
#Contacts { 	
	float:left;
	margin-top:80px;
	padding:40px;
	background-color:#253442;
	width:calc(100% - 80px); /* full width - padding */
	
}
#Contacts p { 	
	text-align:left;	
}
#Contacts a, #Contacts a:link, #Contacts a:hover, #Contacts a:visited {
	text-decoration:none;
	color:#3ceaaf;
}

/* TERMS & CONDITIONS */
#TermsConditions h1 {
	font-family: 'NotoSansSemiBold', serif;
	letter-spacing:0.05em;
	font-size: 1.8em;
	line-height:2em;
	color:#3ceaaf;
}
#TermsConditions h2 {
	font-family: 'NotoSansRegular', serif;
	letter-spacing:0.05em;
	font-size: 2.8em;	
	line-height:1.3em;
	color:#ffffff;
	margin-bottom:40px;
}
#TermsConditions h3 {
	clear:both;
	font-family: 'NotoSansRegular', serif;
	letter-spacing:0.05em;
	font-size: 1.9em;	
	line-height:1.3em;
	color:#3ceaaf;
	float:left;
	width:100%;
	margin-top:50px;
	margin-bottom:10px;
}
#TermsConditions ul {
	clear:both;
	float:left;
}
#TermsConditions li {
	float:left;
	font-size:1.4em;
	line-height:1.5em;
	list-style-type: none;
	margin-top: 20px;
	font-family: 'NotoSansMedium', serif;
	color:#ffffff;
}
#TermsConditions li { 
    background:url(../images/bullet_green.jpg) no-repeat;
	background-size:10px;
	background-position:6px;
    padding-left:28px;
}

#Confirm {	
}


/* FOOTER */
#Footer { 
	clear:both;
	float:left;	
	width:60%;
	margin-left:20%;
	margin-right:20%;
	padding-top:25px;	
	padding-bottom:30px;
	border-top:3px solid #253442;;
}
#Footer a, #Footer a:link, #Footer a:visited {
	text-decoration:none;
	font-size:1.15em;
}
#Footer a:hover { 
	text-decoration:underline;
}
#Footer p { 
	font-size:1.2em;
	line-height:1.6em;
}
#FooterInfoSX { 
	clear: both; 
	float:left;
	width:65%;
	margin-right:5%;
}
#FooterInfoDX {
	float:right;
	text-align:right;
	width:30%;
}

/* MEDIA QUERIES (width < 2200px) */
@media screen and (max-width: 2200px) {	
	#HomeGraphImg { 
		width:45%;
		margin-left:0;
		margin-right:10%;
		float:left;
	}
	#HomeGraphImg img { 
		width:100%;
		float:left;
	}
	#HomeGraphInfo {
		width:45%;
		margin-right:0;
		float:left;
	}
}

/* MEDIA QUERIES (width < 1920px) */
@media screen and (max-width: 1920px) {	
	.defaultWidth {
		width:74%;
		margin-left:13%;
		margin-right:13%;
	}
	#Footer {
		width:74%;
		margin-left:13%;
		margin-right:13%;
	}
	.smallWidth {
		width:56%;
		margin-left:22%;
		margin-right:22%;
	}	
}

/* MEDIA QUERIES (width < 1600px) */
@media screen and (max-width: 1600px) {	
	#HomeGraphImg { 
		width:47%;
		margin-right:6%;
	}
	#HomeGraphInfo {
		width:47%;
	}
}

/* MEDIA QUERIES (width < 1500px) */
@media screen and (max-width: 1500px) {
	.defaultWidth {
		width:90%;
		margin-left:5%;
		margin-right:5%;
	}
	#Footer {
		width:90%;
		margin-left:5%;
		margin-right:5%;
	}
	.smallWidth {
		width:70%;
		margin-left:15%;
		margin-right:15%;
	}
	
	#NavDesktop a {
		margin-left:40px;
		font-size: 1.25em;	
		line-height:2em;
	}
	
}

/* MEDIA QUERIES (width < 1400px) */
@media screen and (max-width: 1400px) {		

	.top_spaced {
		margin-top:34px;
	}
	.top_double_spaced {
		margin-top:68px;
	}
	.top_half_spaced {
		margin-top:17px;
	}
	.bottom_spaced {
		margin-bottom:34px;
	}
	.bottom_double_spaced {
		margin-bottom:68px;
	}
	.bottom_half_spaced {
		margin-bottom:17px;
	}
	.top_padded {
		padding-top:34px;
	}
	.top_double_padded {
		padding-top:68px;
	}
	.top_half_padded {
		padding-top:17px;
	}
	.bottom_padded {
		padding-bottom:34px;
	}
	.bottom_double_padded {
		padding-bottom:68px;
	}
	.bottom_half_padded {
		padding-bottom:17px;
	}	
	
	#HomeAbstract p {
		font-size:1.85em;
		line-height:1.65em;
		margin-bottom:45px;
		max-width:750px; /* EOL after "crafted" */
	}
}

/* MEDIA QUERIES (width < 1250px) */
@media screen and (max-width: 1250px) {			
	#Header {
		width: 94%;
		padding-left:3%;
		padding-right:3%;
	}
	#Header .LogoIcoWrapper { 	
		width: 30%;
	}
	#Header .LogoIcoWrapper img { 	
	}
	#Header .LogoTextWrapper { 	
		width: 40%;
	}
	#NavDesktop {
		display:none;
	}
	#Header .openNavWrapper { 
		width: 30%;
		display:block;
		float:right;
	}
	#Header img.openNav {
		width:25px;
		margin-top:10px;
		float: right;	
		cursor:pointer;	
	}
	#NavMobile {
		display:block;
		height: 0;
		width: 100%;
		position: fixed; 
		z-index: 10000; 
		left: 0;
		top: 0;
		/* background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
		background-color: #040813;
		overflow-x: hidden; 
		overflow-y: hidden;
		transition: 0.5s; 
	}
	#NavMobile .overlay-content {
		position: relative;
		width: 94%;
		padding-left:3%;
		padding-right:3%;
		padding-top:22px;
		padding-bottom:22px;
		/* margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
	}
	#NavMobile .overlay-content .LogoWrapper {
		display:block;
		width: 70%;
	}
	#NavMobile .overlay-content .LogoWrapper img {
		height: 36px;
		margin:0 auto;
	}
	#NavMobile .overlay-content .MainNavWrapper {
		width:100%;
		margin-top:22px;
		float:left;
		padding-top:25px;
		padding-bottom:25px;
	}
	#NavMobile .MainNavWrapper a {
		clear:both;
		text-decoration: none;
		font-size: 1.55em;
		line-height:1.55em;
		letter-spacing:0.03em;
		font-family:'NotoSansMedium';
		display: block; /* Display block instead of inline */
		transition: 0.3s; /* Transition effects on hover (color) */
		float:left;
		width:90%;
		margin-top:18px;
		margin-bottom:18px;
		text-transform:uppercase;
		color:#ffffff;
	}
	#NavMobile .MainNavWrapper a:hover, #NavMobile .MainNavWrapper a:focus {
		color: #3ceaaf;
	}
	#NavMobile .closeNavWrapper {
		position: absolute;
		top: 30px;
		right: 3%;
		cursor:pointer;
	}
	#NavMobile img.closeNav {
		height:20px;
		margin-right:4px;
	}	
	
	#HomeGraphInfo p { 
		/* font-size:1.35em;*/
		line-height:1.4em;
	}
	#HomeGraphInfo ul {
		margin-top:10px;
	}
	#HomeGraphInfo li {
		font-size:1.35em;
		line-height:1.45em;
		margin-top: 15px;
	}
	#HomeGraphInfo li.green { 
		background-size:16px;
		padding-left:28px;
	}
	#HomeGraphInfo li.yellow {
		background-size:16px;
		padding-left:28px;
	}
	#HomeGraphInfo li.red{
		background-size:16px;
		padding-left:28px;
	}
	#HomeGraphInfo li {
		width:calc(100% - 28px); /* full width - padding */
	}	

}

/* MEDIA QUERIES (width < 1100px) */
@media screen and (max-width: 1100px) {	
	.abstractItem {
		padding:14px;
		padding-top:20px;
		padding-bottom:20px;
		margin-right:45px;
		margin-bottom:45px;
		width:calc((100% - 45px - 56px - 4px) / 2); /* full width - margin - 4*padding - 4*border */
	}
	.abstractItem span {
		font-size:1.45em;
		letter-spacing:0.02em;
	}
	
	.smallWidth {
		width:90%;
		margin-left:5%;
		margin-right:5%;
	}
}

/* MEDIA QUERIES (width < 1000px) */
@media screen and (max-width: 1000px) {		

	.halfWidth, .halfWidth.Sx, .halfWidth.Dx {
		width:100%;
		margin-left:0;
		margin-right:0;
	}

	.halfWidth.Dx {
		padding-top:34px; /* same as top_padded */
	}
	
	main p {
		font-size:1.5em; 
		line-height:1.6em;
		letter-spacing:0.02em;
		text-align:left;
	}
	main p .justify{
		text-align:justify;
	}	
	
}

/* MEDIA QUERIES (width < 920px) */
@media screen and (max-width: 920px) {	

	.top_spaced {
		margin-top:28px;
	}
	.top_double_spaced {
		margin-top:56px;
	}
	.top_half_spaced {
		margin-top:14px;
	}
	.bottom_spaced {
		margin-bottom:28px;
	}
	.bottom_double_spaced {
		margin-bottom:56px;
	}
	.bottom_half_spaced {
		margin-bottom:14px;
	}
	.top_padded {
		padding-top:28px;
	}
	.top_double_padded {
		padding-top:56px;
	}
	.top_half_padded {
		padding-top:14px;
	}
	.bottom_padded {
		padding-bottom:28px;
	}
	.bottom_double_padded {
		padding-bottom:56px;
	}
	.bottom_half_padded {
		padding-bottom:14px;
	}

	h1 {
		letter-spacing:0.05em;
		font-size: 5.3em;	
		line-height:1.3em;
	}
	h2 {
		font-size: 2.2em;	
		margin-bottom:15px;
	}
	
	#Contacts { 	
		float:left;
		margin-top:60px;
		padding:20px;
		padding-bottom:30px;
		width:calc(100% - 40px); /* full width - padding */		
	}
	
	button.request {
		width:190px;
		font-size:1.35em;
		letter-spacing:0.02em;
		padding:12px;
		margin-right:35px;
	}	
	
	#HomeGraph.flexCentered {
		display:block;
		margin-top:30px;
	}
	#HomeGraphImg { 
		width:70%;
		margin-left:15%;
		margin-right:15%;
		margin-bottom:40px;
	}
	#HomeGraphInfo {
		width:70%;
		margin-left:15%;
		margin-right:15%;
	}
	
	#TermsConditions h1 {
		letter-spacing:0.04em;
		font-size: 1.7em;
	}
	#TermsConditions h2 {
		font-family: 'NotoSansRegular', serif;
		letter-spacing:0.04em;
		font-size: 2.1em;	
		line-height:1.3em;
	}
	#TermsConditions h3 {
		letter-spacing:0.05m;
		font-size: 1.85em;	
	}
}

/* MEDIA QUERIES (width < 820px) */
@media screen and (max-width: 820px) {		
	
	}

/* MEDIA QUERIES (width < 620px) */
@media screen and (max-width: 620px) {
	#Header {
		width: 90%;
		padding-left:5%;
		padding-right:5%;
	}
	#Header .LogoIcoWrapper { 	
		width: 70%;
	}
	#Header .LogoIcoWrapper img { 	
	}
	#Header .LogoTextWrapper { 	
		display:none;
	}
	#NavDesktop {
		display:none;
	}
	#Header .openNavWrapper { 
		width: 30%;
	}
	#NavMobile .overlay-content {
		position: relative;
		width: 90%;
		padding-left:5%;
		padding-right:5%;
	}
	#NavMobile .overlay-content .LogoWrapper {
		width: 70%;
	}
	#NavMobile .overlay-content .LogoWrapper img {
		height: 36px;
		margin:0 auto;
	}	
	#NavMobile .closeNavWrapper {
		right: 5%;
	}
	
	#PageHead {
		background-image: url(../images/bg_light_left.png);
		background-size: contain;
	}
	
	h1 {
		clear:both;
		letter-spacing:0.03em;
		font-size: 4em;	
		line-height:1.2em;
	}
	#HomeIntroTitle p { 
		font-size:1.9em; 
		line-height:1.5em;
		letter-spacing:0.03em;
		text-align:justufy;
	}
	
	#HomeAbstract {
		padding-top:20px;
	}
	#HomeAbstract p {
		font-size:1.75em;
		line-height:1.55em;
		margin-bottom:30px;
		text-align:left;
	}
	.abstractItem {
		clear:both;
		width:100%;
		float:left;
		padding:0;
		margin-right:0;
		margin-bottom:20px;
		border:none;
		text-align:left;
	}
	.abstractItem span {
		font-family:'NotoSansSemiBold';
		font-size:1.55em;
		letter-spacing:0.03em;
		color:#3ceaaf;
	}
	
	.mobileHide {
		display:none;
	}
	
	#HomeGraph {
		margin-top:20px;
	}
	#HomeGraphImg { 
		width:100%;
		margin-left:0;
		margin-right:0;
		margin-bottom:35px;
	}
	#HomeGraphInfo {
		width:100%;
		margin-left:0;
		margin-right:0;
	}
	
		#Confirm p.centered{	
		text-align:justify;
	}
}

/* MEDIA QUERIES (width < 550px) */
@media screen and (max-width: 550px) {	

	button.request {
		font-size:1.3em;
		letter-spacing:0.01em;
		padding:12px;
		margin-right:30px;
		width:calc((100vw - 30px - 48px) / 2); /* full width - margin - 4*padding */
	}
}

/* MEDIA QUERIES (width < 420px) */
@media screen and (max-width: 420px) {			
	#ActionButtonsTop {
		display:flex;
	}
}

/* Maximum aspect ratio */
@media (max-aspect-ratio: 4/3) {
	
}

/* Maximum aspect ratio */
@media (max-aspect-ratio: 1/1) {
	
}