@charset "utf-8";
/* Standard CSS3 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, img, a img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.content-table {
	width: 100%;
	margin-top: 20px;
}
.content-table th p {
	text-align: left;
	vertical-align: top;
}
.content-table tr {
	border-bottom: solid 1px #353535;
}
.content-table td {
	padding: 3% 0;
	vertical-align: top;
}
.content-table img {
	width: 70%;
	height: auto;
	margin-right: 30%;
}
/* Page */

html {
	min-height: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
	background: whitesmoke;
	min-height: 100%;
}
.container, .logo, section, footer, .column, .column_double, .column_full, .quotes, .signup, .search, .insights, .icon_slider, .slider_button {
	float: left;
}
body, header, .logo img, button, .slider_button, .jump, a:link, a:visited, nav li, .icon_nav, .icon_linkedin, .icon_jump, .icon_slider, .cat_button, .logos img, .people_overview img {
	transition: all ease-in 200ms;
	-webkit-transition: all ease-in 200ms;
}
.container {
	margin: 0% 7% 0% 7%;
	width: 86%;
}
article.article-down ul li span {
	background-color: transparent !important;
}
/* Header */

header {
	background-color: rgba(4, 17, 24, 0.75);
	overflow: visible;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 100;
}
.logo {
	display: inline-block;
}
.logo img {
	width: 80%;
}
.logo img:hover {
	opacity: .8;
}
/* Navigation */

.nav_desktop {
	float: right;
	position: relative;
	z-index: 100;
	max-height: 40px;
}
nav li a, nav a:hover {
	color: white;
	font: 600 11px/12 hpx 'Open Sans', sans-serif;
	font: 600 1.1rem/1.2rem 'Open Sans', sans-serif;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
.nav_desktop ul li a {
	display: block;
	float: left;
	padding: 5px 10px 5px 10px;
	padding: 0.5rem 1rem 0.5rem 1rem;
}
.nav_desktop ul li a:hover {
	border-bottom: 0.5em solid #000;
}
.nav_desktop ul li {
	display: inline-block;
	float: left;
	position: relative;
	width: auto;
}
.nav_desktop ul li ul {
	left: 0%;
	margin: 0;
	position: absolute;
	top: -10000%;
	white-space: normal;
	z-index: 200;
}
.nav_desktop li:hover ul {
	left: 0%;
	top: 100%;
}
.nav_desktop li ul li {
	background: rgba(0, 168, 238, .85);
	border-top: 1px solid rgb(61,183,228);
	position: relative;
	z-index: 100;
}
.nav_desktop li ul li:hover {
	background: rgba(61,183,228,.9);
}
.nav_desktop li ul li a {
	padding: 15px 10px 15px 10px;
	padding: 1.5rem 1rem 1.5rem 1rem;
	text-align: left;
	width: 140px;
	width: 14rem;
}
.nav_button {
	cursor: pointer;
	display: inline;
	float: right;
	text-align: right;
	text-decoration: none;
	width: 10%;
	color: #fff;
}
.nav_mobile {
	background: rgba(0,0,0,0.6);
	display: none;
	left: 0;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 5;
}
.nav_mobile li {
	display: inline;
	float: left;
	padding: 20px 0 20px 0;
	padding: 2rem 0 2rem 0;
	position: relative;
	width: 50%;
	z-index: 5;
}
.nav_mobile li a {
	float: left;
	height: 100%;
	position: relative;
	text-align: center;
	width: 100%;
}
.nav_mobile li ul {
	display: none;
	float: left;
	margin-top: 10%;
	text-align: center;
	width: 100%;
	z-index: 6;
}
.nav_mobile li ul li {
	display: block;
	margin: 0 0 0 0;
	padding: 0 2% 0 2%;
	text-align: center;
	width: 96%;
	z-index: 6;
}
.nav_mobile li ul li a {
	text-align: center;
	width: 100%;
}
.nav_mobile li:hover ul {
	display: inline;
}
.nav_social {
	display: inline-block;
	float: right;
	width: 300px;
	width: 30rem;
	min-width: 300px;
	min-width: 30rem;
	text-align: right;
}
.nav_social a:link, .nav_social a:visited {
	color: #fff;
}
.nav_social h2 {
	margin: 0.8% 0 0 0;
}
.nav_social img {
	width: 30px;
	width: 3rem;
	float: left;
	margin-left: 30%;
}
/* Banner */

.banner {
	background: whitesmoke;
	float: left;
	margin: -20rem 0;
	padding: 0;
	position: relative;
	overflow: auto;
	width: 100%;
}
.banner ul {
	list-style: none;
	width: 100%;
}
.banner ul li {
	background: no-repeat center top;
	background-size: cover;
	display: block;
	float: left;
	width: 100%;
	min-width: 33.3333%;
}
.banner_text {
	background-color: rgba(255, 255, 255, 0.4);
	float: left;
	width: 100%;
	z-index: 2;
	position: relative;
}
.banner_column {
	float: left;
	margin: 0 3% 0 0;
}
.banner_button {
	background: rgb(0,168,238);
	color: white;
	display: inline-block;
	font: 600 16px 'Oswald', sans-serif;
	font: 600 1.6rem 'Oswald', sans-serif;
	margin: 16px 0 0 0;
	margin: 1.6rem 0 0 0;
	padding: 10px 20px 10px 20px;
	padding: 1rem 2rem 1rem 2rem;
	text-align: center;
	width: 10rem;
}
.banner_button:hover {
	opacity: .8;
}
.dots {
	bottom: 11rem;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	width: 100%;
	z-index: 3;
}
.dots li {
	border: 2px solid white;
	border-radius: 6px;
	cursor: pointer;
	display: inline-block;
	height: 8px;
	line-height: 10px;
	margin: 0 4px;
	opacity: .4;
	text-indent: -999em;
	transition: background .5s, opacity .5s;
	width: 8px;
	zoom: 1;
}
.dots li.active {
	background: white;
	opacity: 1;
}
/* Section */

section {
	background: whitesmoke;
	width: 100%;
}
.article-down {
	float: left;
	padding-bottom: 10%
}
aside.sidebar {
	float: left;
	padding: 0 0 0 4%;
}
.main {
	background-image: url(../images/structure/bg.png);
	background-repeat: repeat;
}
.down {
	background-image: url(../images/structure/bg.png);
	background-repeat: repeat;
	padding: 4% 0 0 0;
}
.column {
	display: inline;
}
.column_full {
	margin: 4% 0% 4% 0%;
	width: 100%;
}
.footer-column {
	float: left;
	width: 33.33333%;
	padding: 1% 0 0 0;
}
.footer-column img {
	width: 32%;
	height: auto;
	min-width: 10rem;
	margin: 3% 0;
}
ul.footer-links {
	margin: 6% 10% 0 0;
	float: left;
}
ul.footer-links a:hover {
	color: #fff;
}
.slider-column-1 {
	float: left;
	width: 33.33333%;
}
.slider-column-2 {
	float: left;
	width: 66.66666%;
}
.slider-column-1 h4 {
	color: rgb(61,183,228);
	float: right;
	text-transform: uppercase;
	text-align: right;
}
.news-column {
	width: 30%;
	float: left;
	padding: 0;
	margin: 0 0 0 9rem;
}
.news-column p {
	font: 400 15px/21px 'Open Sans', sans-serif;
	font: 400 1.5rem/2.1rem 'Open Sans', sans-serif;
	color: #000;
}
.news-link a:link, .news-link a:visited {
	font-weight: 700;
	text-transform: uppercase;
}
.news-link a:hover {
	color: #000;
}
.fullwidth {
	width: 100%;
}
article {
	min-height: 500px;
	min-height: 50rem;
}
article img {
	display: block;
	float: left;
	margin: 0 0 5% 0;
	width: 100%;
}
.testimonials, .signup {
	display: block;
	margin: 0% 0% 8% 0%;
	width: 100%;
}
.signup_button {
	background: rgb(61,183,228);
	color: white;
	display: block;
	font: 400 18px/0px 'Oswald', sans-serif;
	font: 400 1.8rem/0rem 'Oswald', sans-serif;
	margin: 5% 0% 0% 0%;
	padding: 8% 5% 8% 5%;
	text-align: center;
	width: 90%;
}
.signup_button:hover, .cs_button:hover {
	color: white;
	opacity: .85;
}
.cs_button {
	background: rgb(0,168,238);
	color: white;
	display: block;
	font: 400 18px/22px 'Oswald', sans-serif;
	font: 400 1.8rem/2.2rem 'Oswald', sans-serif;
	margin: 5% 0% 0% 0%;
	padding: 2%;
	text-align: center;
	width: 40%;
	-webkit-appearance: none;
}
#data {
	display: none;
}
.insights {
	background: rgb(94,106,113);
	display: block;
	margin: 0% 0% 6% 0%;
	padding: 5% 6% 7% 6%;
	width: 90%;
}
.insights .post-details, .insights .links {
	display: none;
}
.insights p, .insights li {
	color: white;
}
.video iframe {
	border: none;
	margin: 1% 0% 3% 0%;
	width: 100%;
}
.map iframe {
	border: none;
	height: 350px;
	height: 35rem;
	margin: 2% 0% 4% 0%;
	width: 100%;
}
.logos img {
	display: inline-block;
	float: left;
	margin: 2%;
	width: 18%;
}
.logos img:hover {
	opacity: .8;
}
object {
	display: inline-block;
	float: left;
	margin: 5% 10% 10% 10%;
	width: 80%;
}
.sidebar h4 {
	color: rgb(61,183,228);
	font: 400 22px/23px 'Oswald', sans-serif;
	font: 400 2.2rem/2.3rem 'Oswald', sans-serif;
	text-transform: uppercase;
}
.sidebar-news {
	width: 100%;
	margin: 0;
	padding: 0;
}
.sidebar-box-1 {
	background-image: url(/images/structure/transparent-black.png);
	background-repeat: repeat;
	background: rgba(1,1,1,0.1);
	padding: 20px;
	padding: 2rem;
}
.sidebar-box-2 {
	margin: 6rem 0 0 0;
	background-image: url(/images/structure/transparent-black.png);
	background-repeat: repeat;
	background: rgba(1,1,1,0.1);
	padding: 30px 10px;
	padding: 3rem 1rem;
	height: 280px;
	height: 28rem;
}
.quicklink {
	width: 100%;
	background-image: url(../images/icons/plus.gif);
	background-repeat: no-repeat;
	background-position: right center;
	float: left;
	margin: 0 0 4rem 0;
}
.quicklink-image {
	float: left;
	display: block;
}
.what .quicklink-image {
	height: auto;
	width: 5.2rem;
}
.how .quicklink-image {
	height: auto;
	width: 5.2rem;
}
.who .quicklink-image {
	height: auto;
	width: 5.3rem;
}
.quicklink h4 {
	float: left;
	padding: 1% 0 0 7rem;
	font: 400 20px/22px 'Oswald', sans-serif;
	font: 400 2.0rem/2.2rem 'Oswald', sans-serif;
}
/* Forms */

.webform, .cmform label {
	font: 400 12px/20px 'Oswald', sans-serif;
	font: 400 1.2rem/2.0rem 'Oswald', sans-serif;
	margin: 0% 0% 4% 0%;
}
.webform input, .cmform input {
	border: none;
	height: 20px;
	height: 2rem;
	min-width: 200px;
	min-width: 20rem;
	width: 40%;
}
.webform textarea {
	border: none;
	height: 160px;
	height: 16rem;
	min-width: 200px;
	min-width: 20rem;
	width: 60%;
}
.webform .cat_button {
	background: rgb(0,168,238);
	color: white;
	cursor: pointer;
	display: block;
	font: 600 13px/0px 'Oswald', sans-serif;
	font: 600 1.3rem/0rem 'Oswald', sans-serif;
	margin: 5% 0% 0% 0%;
	padding: 3% 2% 3% 2%;
	text-align: center;
	width: 20%;
	-webkit-appearance: none;
}
.cmform button {
	background: rgb(0,168,238);
	border: none;
	color: white;
	cursor: pointer;
	display: block;
	font: 600 13px/0px 'Oswald', sans-serif;
	font: 600 1.3rem/0rem 'Oswald', sans-serif;
	margin: 5% 0% 0% 0%;
	padding: 10% 0% 10% 0%;
	text-align: center;
	width: 100%;
	-webkit-appearance: none;
}
.webform .cat_button:hover, .cmform button:hover {
	cursor: pointer;
	opacity: .85;
}
/* People Web App */

.people_overview {
	display: inline;
	float: left;
}
.people_overview img {
	width: 100%;
}
.people_overview img:hover {
	opacity: .8;
}
.profile_picture img {
	border-bottom: 10px solid rgb(61,183,228);
	float: left;
	margin: 0 0 5% 0;
	width: 100%;
}
.people-list-home {
	width: 80%;
	margin-top: 30px;
	margin-top: 3rem;
}
.people-list-home ul li {
	list-style: none;
	display: inline-block;
}
.profile-pic {
	display: block;
	position: relative;
	height: 70px;
	width: 70px;
	height: 7rem;
	width: 7rem;
	overflow: hidden;
}
.profile-pic img {
	vertical-align: top;
	height: auto;
	cursor: pointer;
	height: 70px;
	height: 7rem;
	width: auto;
	overflow: hidden;
}
.profile-pic img:hover {
	margin-left: -70px;
	margin-left: -7rem;
	overflow: hidden;
}
/* Portfolio Web App */

.portfolio_overview {
	display: inline;
	float: left;
	margin: 40px 20px;
	width: 224px;
	min-height: 410px;
}
.portfolio_overview .img-box-portrait, .portfolio_overview .img-box-landscape {
	overflow: hidden;
	margin: 0 0 40px 0;
	height: 240px;
	width: 240px;
}
.portfolio_overview .img-box-portrait img {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.portfolio_overview .img-box-landscape img {
	height: 100%;
	width: auto;
	overflow: hidden;
}
.portfolio_overview img:hover {
	opacity: .8;
}
.portfolio_picture img {
	border-bottom: 10px solid rgb(61,183,228);
	float: left;
	margin: 0 0 5% 0;
	width: 100%;
}
/* Search */

.search {
	border-radius: 30px;
	border-radius: 3rem;
	display: block;
	font: 400 13px/21px 'Oswald', sans-serif;
	font: 400 1.3rem/2.1rem 'Oswald', sans-serif;
	margin: 0% 0% 8% 0%;
	padding: 3%;
	width: 94%;
}
.search:focus, .search:hover {
	outline: none;
}
/* Footer */

footer {
	background: #d6d6d6;
	background-size: 100% 100%;
	position: relative;
	width: 100%;
}
footer p {
	bottom: 10px;
	bottom: 1rem;
	float: right;
	text-align: right;
	color: #fff;
	padding: 1rem 0;
	font-weight: 700;
	font: 700 12px/14px 'Open Sans', sans-serif;
	font: 700 1.2rem/1.4rem 'Open Sans', sans-serif;
}
.jump {
	background: black;
	border-radius: 40px;
	border-radius: 4rem;
	bottom: 30px;
	bottom: 3rem;
	display: none;
	height: 40px;
	height: 4rem;
	opacity: .6;
	padding: 5px;
	padding: .5rem;
	position: fixed;
	right: 30px;
	right: 3rem;
	text-align: center;
	width: 40px;
	width: 4rem;
	z-index: 4;
}
.jump:hover {
	opacity: .8;
}
.jump:active {
	background: rgb(0,168,238);
	opacity: 1;
}
/* Typography */

.nav_desktop a:link, .nav_desktop a:visited {
	color: #fff;
	text-decoration: none;
}
a:link, a:visited {
	color: rgb(61,183,228);
	text-decoration: none;
}
a:hover, a:active, article a:link, article a:visited {
	color: rgb(61,183,228);
	text-decoration: none;
}
article a:hover, article a:active, footer a:hover, footer a:active {
	color: rgb(61,183,228);
	text-decoration: none;
}
footer a:hover, footer a:active {
	color: #fff;
	text-decoration: none;
}
.slider_text a:link, .slider_text a:visited, .slider_text a:hover, .slider_text a:active, .signup a:link, .signup a:visited, .signup a:hover, .signup a:active, .csbuttoncontainer a:link, .csbuttoncontainer a:visited, .csbuttoncontainer a:hover, .csbuttoncontainer a:active {
	color: white;
}
h1 {
	color: rgb(61,183,228);
	font: 400 40px/42px 'Oswald', sans-serif;
	font: 400 4.0rem/4.2rem 'Oswald', sans-serif;
	margin: 0% 0% 3% 0%;
	text-transform: uppercase;
}
h2 {
	color: rgb(61,183,228);
	font: 400 24px/26px 'Oswald', sans-serif;
	font: 400 2.4rem/2.6rem 'Oswald', sans-serif;
	margin: 6% 0% 1% 0%;
	text-transform: uppercase;
}
h3 {
	color: rgb(61,183,228);
	font: 400 22px/24px 'Oswald', sans-serif;
	font: 400 2.2rem/2.4rem 'Oswald', sans-serif;
	margin: 6% 0% 1% 0%;
	text-transform: uppercase;
}
h4 {
	color: rgb(61,183,228);
	font: 400 22px/30px 'Oswald', sans-serif;
	font: 400 2.2rem/3rem 'Oswald', sans-serif;
}
h5 {
	color: rgb(61,183,228);
	font: 600 17px/22px 'Oswald', sans-serif;
	font: 600 1.7rem/2.2rem 'Oswald', sans-serif;
	margin: 3rem 0 2rem 0;
}
h6 {
	color: rgb(61,183,228);
	font: 400 14px/0px 'Oswald', sans-serif;
	font: 400 1.4rem/0rem 'Oswald', sans-serif;
	margin: 4% 0% 6% 0%;
}
p {
	color: #000;
	font: 400 14px/21px 'Open Sans', sans-serif;
	font: 400 1.4rem/2.1rem 'Open Sans', sans-serif;
	margin: 0% 0% 2% 0%;
}
em {
	font-style: italic;
}
b, strong {
	font-weight: 600;
}
article ul {
	margin: 0% 0% 2% 0%;
}
article li {
	color: rgb(0,0,0);
	font: 400 14px/21px 'Open Sans', sans-serif;
	font: 400 1.4rem/2.1rem 'Open Sans', sans-serif;
	list-style: disc;
	list-style-position: outside;
	margin: 0% 0% 1% 4%;
}
p small {
	font: 400 10px/21px 'Open Sans', sans-serif;
	font: 400 1.0rem/2.1rem 'Open Sans', sans-serif;
}
.white {
	color: #fff;
}
.black {
	color: #000;
}
sup {
	font: 400 8px/8px 'Open Sans', sans-serif;
	font: 400 0.8rem/0.8rem 'Open Sans', sans-serif;
}
/* Pictograms – "Entypo pictograms by Daniel Bruce — www.entypo.com" & "Modern Pictograms by John Caserta – modernpictograms.com" */

@font-face {
	font-family: 'pictograms';
	src: url('../fonts/pictograms.eot?58911760');
	src: url('../fonts/pictograms.eot?58911760#iefix') format('embedded-opentype'),  url('../fonts/pictograms.woff?58911760') format('woff'),  url('../fonts/pictograms.ttf?58911760') format('truetype'),  url('../fonts/pictograms.svg?58911760#pictograms') format('svg');
	font-weight: normal;
	font-style: normal;
}
.icon_nav, .icon_linkedin, .icon_jump, .icon_banner {
	display: inline;
	margin: 0;
	padding: 0;
}
.icon_banner {
	font: 60px 'pictograms';
	font: 6rem 'pictograms';
}
.icon_linkedin {
	font: 30px/45px 'pictograms';
	font: 3rem/4.5rem 'pictograms';
}
.icon_jump {
	font: 20px/35px 'pictograms';
	font: 2rem/3.5rem 'pictograms';
}
.icon_nav.active {
	background: white;
	opacity: 1;
}
.icon_nav:hover, .icon_linkedin:hover {
	color: rgb(61,183,228);
}
.home-icon {
	width: 100%;
	margin-bottom: 12rem;
}
.home-icon img {
	margin: 0 auto;
	width: 22%;
	height: auto;
	padding: 0 42%
}
.home-col-content {
	clear: both;
}
/* Thermometer */

#content {
	width: 200px;
	margin: 0 auto 30px;
	float: right;
	padding-left: 150px;
	padding-left: 15rem;
}
#thermometer {
	width: 90px;
	height: 400px;
	position: relative;
	background: rgb(1, 1, 1);
	background: rgba(1, 1, 1, 0.1);
}
#thermometer .track {
	height: 340px;
	top: 25px;
	width: 25px;
	border: 3px solid #aaa;
	position: relative;
	margin: 0 auto;
	background: rgb(255,255,255);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(0,0,0)), color-stop(1%, rgb(255,255,255)));
	background: -webkit-linear-gradient(top, rgb(0,0,0) 0%, rgb(255,255,255) 10%);
	background: -o-linear-gradient(top, rgb(0,0,0) 0%, rgb(255,255,255) 10%);
	background: -ms-linear-gradient(top, rgb(0,0,0) 0%, rgb(255,255,255) 10%);
	background: -moz-linear-gradient(top, rgb(0,0,0) 0%, rgb(255,255,255) 10%);
	background: linear-gradient(to bottom, rgb(0,0,0) 0%, rgb(255,255,255) 10%);
	background-position: 0 -1px;
	background-size: 100% 5%;
}
#thermometer .progress {
	height: 0%;
	width: 100%;
	background: rgb(61,183,228);
	background: rgba(61,183,228,0.6);
	position: absolute;
	bottom: 0;
	left: 0;
}
#thermometer .goal {
	position: absolute;
	top: 0;
}

#thermometer .increment-1 {
	position: absolute;
	top: 271px;
	}
	
#thermometer .increment-2 {
	position: absolute;
	top: 203px;
	}
	
#thermometer .increment-3 {
	position: absolute;
	top: 135px;
	}
	
#thermometer .increment-4 {
	position: absolute;
	top: 67px;
	}
	
#thermometer .increment-number {
	font: 400 1.2rem/2rem "Oswald",sans-serif;
	display: inline-block;
	padding: 0 5px 0 60px;
	border-top: 1px solid black;
	font-family: Trebuchet MS;
	font-weight: bold;
	color: #333;
	}

#thermometer .amount {
	font: 400 2rem/2.2rem "Oswald",sans-serif;
	display: inline-block;
	padding: 0 5px 0 60px;
	border-top: 1px solid black;
	font-family: Trebuchet MS;
	font-weight: bold;
	color: #333;
}
#thermometer .progress .amount {
	padding: 0 60px 0 5px;
	position: absolute;
	border-top: 1px solid rgb(61,183,228);
	color: rgb(61,183,228);
	right: 0;
}

/* Media Queries (with variations of above styles) */

@media screen and (max-width: 568px) {
html {
	font-size: 52.5%;
}
header {
	height: 110px;
	height: 11rem;
}
.logo {
	margin: 15px 0 0 0;
	margin: 1.5rem 0 0 0;
	width: 17rem;
}
.nav_desktop {
	display: none;
}
.nav_social img {
	width: 3rem;
	float: left;
	margin-left: 12rem;
	margin-top: -0.5rem;
}
.nav_social h2 {
 width: font: 400 22px/22px 'Oswald', sans-serif;
	font: 400 2.2rem/2.2rem 'Oswald', sans-serif;
}
.nav_button {
	display: inline;
	float: right;
	margin: 0 0 0 30px;
	margin: 0 0 0 3rem;
}
.icon_nav, .icon_linkedin {
	font: 40px 'pictograms';
	font: 4rem 'pictograms';
	text-align: right;
}
.nav_mobile {
	padding: 110px 0 0 0;
	padding: 11rem 0 0 0;
}
.banner ul li {
	height: 500px;
	height: 50rem;
}
.icon_banner {
	display: none;
}
.banner_text {
	height: 70px;
	height: 11rem;
	margin: 50px 0 0 0;
	margin: 5rem 0 0 0;
	padding: 20px 0 20px 0;
	padding: 2rem 0 2rem 0;
}
.dots {
	display: none;
}
.slider-column-1 h4 {
	text-align: left;
	float: left;
}
.news-column {
	margin: 0 0 0 4%;
	width: 100%;
}
.column, .column_double {
	margin: 2% 0% 4% 0%;
	width: 100%;
}
.people_overview {
	margin: 1%;
	width: 48%;
}
.video iframe {
	height: 240px;
	height: 24rem;
}
.article-down {
	width: 100%;
}
aside.sidebar {
	width: 100%;
	padding: 2% 0 0 0;
	margin: 3% 0 4% 0;
	border-top: solid 1px #353535
}
.nav_footer {
	display: none;
}
.footer-column {
	width: 100%;
}
}

@media screen and (max-width: 490px) {
.nav_social {
	margin: -50px 0 0 30px;
	margin: -5rem 0 0 3rem;
}
}

@media screen and (min-width: 569px) and (max-width: 1024px) {
html {
	font-size: 55%;
}
header {
	height: 160px;
	height: 16rem;
}
.logo {
	margin: 4% 0% 0% 0%;
	width: 20rem;
}
.nav_desktop {
	display: none;
}
.main {
	padding: 2rem 0 0 0;
}
.article-down {
	width: 100%;
}
aside.sidebar {
	width: 100%;
	padding: 2% 0 0 0;
	margin: 3% 0 4% 0;
	border-top: solid 1px #353535
}
.nav_social {
	display: inline;
	float: right;
	margin-top: 2.5rem;
}
.nav_button {
	display: inline;
	float: right;
	margin: 15px 0 0 0;
	margin: 1.5rem 0 0 0;
}
.icon_nav, .icon_linkedin {
	font: 45px 'pictograms';
	font: 4.5rem 'pictograms';
	text-align: right;
}
.nav_mobile {
	padding: 160px 0 0 0;
	padding: 16rem 0 0 0;
}
.banner ul li {
	height: 600px;
	height: 60rem;
}
.banner_text {
	height: 37px;
	height: 3.7rem;
	margin: 120px 0 0 0;
	margin: 12rem 0 0 0;
	padding: 15px 0 30px 0;
	padding: 1.5rem 0 3rem 0;
}
.news-column {
	width: 100%;
	margin: 0 0 0 5rem;
}
.column_double {
	margin: 4% 0% 4% 0%;
	width: 100%;
}
.column {
	margin: 2% 2.5% 4% 0%;
	width: 47.5%;
}
.people_overview {
	margin: 1%;
	width: 23%;
}
.video iframe {
	height: 400px;
	height: 40rem;
}
.nav_footer {
	display: none;
}
}

@media screen and (min-width: 1025px) {
html {
	font-size: 60%;
}
header {
	height: 137px;
	height: 13.7rem;
}
.logo {
	margin: 20px 0 0 0;
	margin: 2rem 0 0 0;
	width: 20%;
}
.article-down {
	width: 70%;
}
.article-down-fullwidth {
	width: 100%;
}
aside.sidebar {
	width: 26%;
	padding: 0 0 0 4%;
}
.main {
	padding: 2rem 0 0 0;
}
.nav_desktop {
	width: 78%;
	margin: 2px 0 0 0;
	margin: 2rem 0 0 0;
}
.nav_desktop ul {
	float: right;
}
.nav_desktop ul li a {
	padding: 5px 6px 5px 6px;
	padding: 0.5rem 0.6rem 0.5rem 0.6rem;
}
.nav_button {
	display: none;
}
.nav_social {
	margin: 22px 0 0 2%;
	margin: 2.2rem 0 0 2%;
}
.banner ul li {
	height: 600px;
	height: 60rem;
}
.banner_text {
	height: 37px;
	height: 3.7rem;
	margin: 120px 0 0 0;
	margin: 12rem 0 0 0;
	padding: 15px 0 30px 0;
	padding: 1.5rem 0 3rem 0;
}
.news-column {
	margin: 0 0 0 9rem;
}
a.news-archive {
	font: 600 11px/12px 'Open Sans', sans-serif;
	font: 600 1.1rem/1.2rem 'Open Sans', sans-serif;
	margin: 5px 0;
	margin: .5rem 0;
}
a.news-archive:hover {
	color: #000;
}
.column {
	margin: 2% 2.16666667% 4% 2.16666667%;
	width: 29%;
}
.column_double {
	margin: 4% 2.16666667% 4% 2.16666667%;
	width: 62.33333333%;
}
.people_overview {
	margin: 1%;
	width: 18%;
}
.video iframe {
	height: 450px;
	height: 45rem;
}
}

@media screen and (min-width: 1280px) {
.main {
	padding: 2rem 0 0 0;
}
.nav_desktop ul {
	float: right;
}
.article-down {
	width: 70%;
}
aside.sidebar {
	width: 26%;
	padding: 0 0 0 4%;
}
.logo {
	width: 20rem;
}
nav li a, nav a:hover {
	color: white;
	font: 600 12px/12 hpx 'Open Sans', sans-serif;
	font: 600 1.2rem/1.2rem 'Open Sans', sans-serif;
	font-weight: bold;
}
.nav_desktop ul li a {
	padding: 5px 8px 5px 8px;
	padding: 0.5rem 0.8rem 0.5rem 0.8rem;
}
}