@charset "utf-8";
/* CSS Document */
/* HTML5 Boilerplate */

@import url("materialize.min.css");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import url('https://fonts.googleapis.com/css?family=Rubik+Mono+One');


article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0;}

::-webkit-selection { background: #202a36; color: #fff; text-shadow: none; }
::-moz-selection { background: #202a36; color: #fff; text-shadow: none; }
::selection { background: #202a36; color: #fff; text-shadow: none; }

a img { border:none; }
a { color: #1c1b1b;	outline: none; }
a:visited { color: #1c1b1b;	outline: none; }
a:hover { color: #1c1b1b;	outline: none; }
a:focus { outline: thin dotted;	outline: none; }
a:hover, a:active { outline: 0;	outline: none; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-type: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; outline: none; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

@font-face {
font-family: 'Glyphicons Halflings';
src: url('./fonts/glyphicons-halflings-regular.eot');
src: url('./fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('./fonts/glyphicons-halflings-regular.woff') format('woff'), url('./fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('./fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

@font-face{
	font-family: 'Source Sans Pro', sans-serif;
	src: url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:700');
}


/* --- CSS --- */
body{
	color: #1c1b1b;
	font-size: 16px;
	line-height: 24px;



}

header{
	display: flex;
	background-image: url('./images/Pic1.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	height: 500px;
	align-content: center;
	justify-content: center;
	align-items: center;
	text-align: center;
}

header h1{
	color: #f5f5f5;
	text-shadow: 1px 1px 3px black;
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-weight: 700;
}

h2{
	color: #00539e;
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-weight: 700;
}

nav{
	position: fixed;
	top: 0;
	background-color: #00539e;
	height: 71px;
	z-index: 9;
}

nav ul{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	max-width: 1098px;
	margin: 0 auto;
}

nav li{
	flex-grow: 1;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}

nav ul a{
	color: #fff;
	font-size: 24px;
	line-height: 16px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	height: 71px;
}

nav ul a:hover, nav ul a:active, nav ul a:visited{
	color: #fff;
}

nav ul li.active{
	background-color: rgba(0,0,0,0.1);
}
nav p{
	text-align: center;
}

nav .material-icons{
	font-size: 1.4em;
}

.half{
	width: 45%;
	float: left;
}
#mailContact{
	text-align: center;
}
#mailContact .material-icons{
	font-size: 160px;
	line-height: 120px;
}
#mailContact p{
	text-align: center;
	width: 80%;
	margin: 0 auto;
}
#mailContact a{
	color: #75ade0 !important;
}
#mailContact hr{
	width: 80%;
	margin: 0 auto;
}

.none{ float: none; }

.imgBlock{
	display: flex;
	flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.container{
	padding-bottom: 30px;
}

footer a, footer a:visited{
	color: #fff;
}
footer a:hover, footer a:active{
	color: #ccc;
}

.modal{
	width: 400px;
}

.modal .modal-footer{
	box-sizing: border-box;
}

#dnn_AuthPane .dnnFormItem:last-of-type {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
}

.container img{
		float: right;
	}

.ModICGModulesExpandableTextHtmlC img{
	float: none;
} 

.ICG_ETH_Title img{
	float: none;
}

.Normal p{
	font-size: 16px;
	line-height: 24px;
}

.Normal a{
	color: #4180b8 !important;
}

.CollapseLink, .ExpandLink{
	color: #4180b8 !important;
}

#addRes ul li a{
	color: #4180b8 !important;
}


#authCardAside{
	position: absolute;
	right: 5%;
	top: 370px;
}
#authCardAside a{
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	align-items: center;
}
#authCardAside p:first-of-type{	
	color: #ebe5e5;
	text-shadow: 1px 1px 3px black;
}
#authCardAside p:last-of-type{	
	color: #1c1b1b;
}
#authCardAside img{
	box-shadow: 1px 1px 3px black;
}
#head4{
	color: #00539e;
	font-size: 140px;
	vertical-align: top;
	text-shadow: 0px 0px 10px whitesmoke;
}

/* --- MEDIA QUERIES -- */

@media (max-width: 1100px) { 
	#dnn_ContentPane h2{
		max-width: 500px;

	}
}

@media (max-width: 768px) { 
	.half{
		 width: 100%;
	 }
	 nav ul a{
		font-size: 18px;
		line-height: 16px;
	 }
	  #authCardAside{
		 display: none;
	 }
}
@media (max-width: 840px){
	.dnnFormItem input[type="text"], .dnnFormItem input[type="password"], .dnnFormItem input[type="email"], .dnnFormItem input[type="tel"], .dnnFormItem select, .dnnFormItem textarea{
		 width:60%;
	 }
}
@media (max-width: 640px){
	.dnnFormItem input[type="text"], .dnnFormItem input[type="password"], .dnnFormItem input[type="email"], .dnnFormItem input[type="tel"], .dnnFormItem select, .dnnFormItem textarea{
		 width:80%;
	 }
}
@media (max-width: 540px){
	.container img{
		float: none;
		display: block;
		margin: 0 auto !important;
	}
}
@media (max-width: 500px) { 
	h1{
		font-size: 3rem;
		text-align: center;
	}
	h2{
		font-size: 2.5rem;
	}
	nav{
		 bottom: 0;
		 top: initial;
	 }
	 .last{
		 margin-bottom: 70px;
	 }
	 nav ul a{
		font-size: 14px;
		line-height: 12px;
	 }
	 
}