* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background-repeat: no-repeat;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#wrapper .mejs-container *, #calroot, #theme-menu *, #theme-export, #theme-export * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
ol, ul {
	list-style: none;
}
table {
	border-spacing: 0;
}
body {
	height: 100%;
	position: relative;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.center {
	text-align: center;
}
.align_right {
	text-align: right;
}
.hide {
	display: none;
}
.image_container a {
	line-height: 0;
}
.inside {
	position: relative;
	text-align: left
}
.block {
	overflow: hidden
}
.clear, #clear {
	height: 0.1px;
	font-size: 0.1px;
	line-height: 0.1px;
	clear: both
}
.invisible {
	width: 0;
	height: 0;
	left: -1000px;
	top: -1000px;
	position: absolute;
	overflow: hidden;
	display: inline
}
.custom {
	display: block;
	text-align: left
}
.custom:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
*+html #main {
	position: static
}
header, footer, nav, section, aside, article, figure, figcaption {
	display: block
}
#container:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
a {
	color: #555;
	text-decoration: none;
}
.ce_text p a:not(.button) {
	color: #0093B5;
}
p {
	margin-bottom: 15px;
}
blockquote {
	font-style: italic;
	font-size: 16px;
	margin-bottom: 20px;
}
blockquote p {
	line-height: 22px;
}
.image_container img {
	max-width: 100%;
}
code, pre {
	font-family: monospace;
}
abbr {
	background: #efefef;
	border-bottom: 1px dashed;
	cursor: pointer;
}
.bigtext {
	font-size: 3em;
	line-height: 1em;
	font-weight: 300;
}
.center {
	text-align: center;
}
.no_margins p {
	margin: 0;
}
.color {
	color: #0093B5;
}
.bg_color {
	background-color: #0093B5;
}
.text_invert, .text_invert h1, .text_invert h2, .text_invert h3, .text_invert h4, .text_invert h5, .text_invert h6, .text_invert a {
	color: #fff;
}
.aligncenter * {
	text-align: center;
}
.grid_wrapper {
	display: table;
	margin-bottom: 60px;
}
.grid {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
}
.one_half {
	width: 50%;
}


/*    headlines */
h1, h2, h3, h4, h5, h6 {
	padding: 0;
	line-height: 1.4em;
	margin-bottom: 0.5em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: 400;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
hr {
	width: 100%;
	clear: both;
}
hr {
	padding: 0;
	border: none;
	border-top: medium double #ddd;
	color: #ccc;
	text-align: center;
	height: 1px;
}
body {
	color: #969696;
	overflow-x: hidden;
	font-family: 'Open Sans', Georgia, serif;
	font-size: 15px;
	line-height: 24px;
	background-repeat: repeat;
	background-position: top left;
	background-attachment: fixed!important;
	background-color: #f2f2f2;
	font-weight: 300;
}
#contentwrapper {
	max-width: 100%;
	margin: 0 auto;
	position: relative;
}
#top .inside, #header .inside, #footer .inside, #footer .inside, #container-inside {
	max-width: 1280px;
	margin: 0 auto;
}
#contentwrapper {
	box-shadow: 8px 0 5px -6px rgba(0, 0, 0, 0.06), -8px 0 5px -6px rgba(0, 0, 0, 0.06), 0 5px 10px -3px rgba(0, 0, 0, 0.2);
}
/*   logo */
.logo {
	position: absolute;
	top: 10px;
	left: 40px;
	z-index: 1000;
	width: 151px;
	height: 92px;
	display: table-cell;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	-ms-transition: All 0.3s ease;
	transition: All 0.3s ease;
}
.logo img {
	max-width: 100%;
	height: auto;
}
/*    header */

#header {
	position: relative;
	height: 580px;
	background-color: #323232;
}
#header .inside {
	height: 630px;
	display: table;
	width: 100%;
	overflow: visible;
	/*
	background-image: url(../../files/images/QNS-header-graphic.png);
	background-repeat: no-repeat;
	background-size: contain;
	*/
}
#header .contentbox {
	position: absolute;
	top: 50%;
	height: 260px;
	width: 100%;
	text-align: center;
	margin-top: -130px;
	z-index: 900;
	padding: 0 10px;
}
#header .contentbox h1 {
	margin-bottom: 100px;
	color: #FFF;
	font-size: 75px;
}
#header .contentbox h3 {
	color: #FFF;
	font-size: 30px;
}


.headerimage {
	position: absolute;
	width: 100%;
	height: 630px;
	z-index: 500;
}

.headerimage img {
	max-height: 630px;
	max-width:100%;
	width: auto;
	height: auto;
}


#wrapper {
	position: relative;
	z-index: 5;
}
body.content_page #wrapper {
	border-top: 0;
}

#container {
	position: relative;
	width: 100%;
	margin: 0;
	background: #fff;
}
#container-inside {
	padding: 80px 40px;
	overflow: hidden;
}



/* Content  */

#main .ce_text.grid.one_half p {
	color: #6f6f6c;
	font-size: 36px;
	font-weight: 500;
	line-height: 1.3em;
}


/* footer */

#footer {
	background: #fff;
	font-size: 0.9em;
	border-top: 1px solid #8C8989;
}
#footer .inside {
	max-width: 1280px;
	margin: 0 auto;
	padding: 40px;
}

#footer, #footer a {
	color: #8C8989;
}
#footer a:hover {
	text-decoration: underline;
}
#footer ul {
	padding: 0;
}
#footer li {
	margin-bottom: 8px;
	padding-bottom: 8px;
	list-style-type: none;
	float: left;
}

#footer a:hover {
	text-decoration: underline;
}
#footer li a {
	padding: 0 23px;
}
#footer li a:first-child {
	padding-left: 0;
}

.image_container {
	position: relative;
	padding: 0;
	margin-bottom: 10px;
	overflow: hidden;
}
.image_container img {
	display: block;
	height: auto;
}



/*  media-queries */


/*  tablets
 */
@media only screen and (max-width: 990px) {
#contentwrapper {
	padding-top: 0!important;
}
#header {
	width: 100%;
	position: static!important;
}
#contentwrapper #header .inside {
	padding-top: 0!important;
}

#container:before {
	width: 100%;
}
		
#header {
	height: 420px;
}
#header .inside {
	height: 420px;
}
.headerimage {
	height: auto;
}
.headerimage img {
	max-height: 450px;
}

#main .ce_text.grid.one_half p {
	font-size: 24px;
}

}

/*   phones */
@media only screen and (max-width: 767px) {
body {
	padding: 0;
}
.logo {
	left: 20px;
}
#header {
	height: 320px;
}
#header .inside {
	height: 320px;
}

#header .contentbox h1 {
	margin-bottom: 30px;
	margin-top: 100px;
	font-size: 44px;
}
#header .contentbox h3 {
	font-size: 26px;
}
.headerimage img {
	max-height: 350px;
}

#wrapper {
	width: 100%;
}
#container-inside {
	padding: 40px 20px;
}
.image_container {
	margin-bottom: 10px;
	width: 100%;
	padding: 0;
	margin: 0 0 10px 0;
	float: none;
}
#wrapper .ce_text {
	width: 100%;
}
#main .ce_text.grid.one_half p {
	font-size: 20px;
}

.grid_wrapper {
	display: block;
	margin-bottom: 30px;
}
.grid {
	display: block;
}
.one_half {
	width: 100%;
}
#main .ce_text.grid.one_half p {
	text-align: left !important;
	margin-bottom: 30px;
}


#footer .inside {
	padding: 40px 20px;
}
html {
	-webkit-text-size-adjust: none;
}
#footer .float-left, #footer .float-right {
	float: none;
}
#footer .inside {
	padding: 20px;
}
#footer li {
	float: none;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 23px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 15px;
}
}


body.android {
	background-attachment: scroll!important;
}
body.safari * {
	-webkit-font-smoothing: antialiased;
}
input::-ms-clear {
display: none;
}

