body {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 14px;
	line-height: 28px;
}
h1, h2, h3 {
	font-family: "bell-centennial-std-bold-lis", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 26px;
	text-transform: uppercase;
	line-height: 36px;
	color: #212b52;
	margin: 0px 0px 30px 0px;
}
h4 {
	font-family: "bell-centennial-std-bold-lis", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 26px;
	color: #212b52;
	margin: 0px 0px 20px 0px;
}
p strong {
	font-weight: 600;
}
.cbg {
	background-color: #f8fbfe;
}

.container {
	max-width: 1400px;
	margin: 0px auto;
}
.header {
	padding: 20px 0px;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 20;
	background-color: rgba(215,223,239,0.00);
	transition: all 0.3s;
	box-shadow: 2px 0px 10px 0px rgba(0,0,0,0);
}
.scroll .header { 
	background-color: rgba(215,223,239,1.00);
	box-shadow: 2px 0px 10px 0px rgba(0,0,0,0.50);
}
.header .logo {
	font-family: "bell-centennial-std-bold-lis", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	text-transform: capitalize;
	line-height: 20px;
}
.header .logo img {	
	max-height: 80px;
	display: inline-block;
	vertical-align: middle;
	margin: 0px 20px 0px 0px;
}
.header .logo strong {	
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	color: #fff;
	transition: all 0.3s;
}
.scroll .header .logo strong {
	color: #000;
}
.header .right {	
	float: right;
}
.header .right .mobilenav {
	display: none;
}
.header .right ul {
	text-align: left;
}
.header .right ul li {
	float: left;
}
.header .right ul li a {
	display: block;
	padding: 25px 25px;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	border-bottom: 2px solid rgba(41,131,198,0.00);
	transition: all 0.3s;
	color: #fff;
}

.scroll .header .right ul li a {
	color: #000;
}

.header .right ul li a:hover {
	border-bottom: 2px solid rgba(41,131,198,1.00);
}
.header .right ul li:last-child {
	margin: 0px 0px 0px 15px;
}
.header .right ul li:last-child a {
	color: #fff!important;
	background-color: #2983c6;
	padding: 10px 30px;
	margin: 15px 10px;
	border-radius: 10px;
	text-transform: none;
	transition: all 0.3s;
}
.header .right ul li:last-child a:hover {
	background-color: #212b52;
}


.teaser {
	position: relative;
	z-index: 1;
	background-position: center;
	background-size: cover;
	height: 50vh;
}
.teaser.small {
	height: 30vh;
}
.teaser .container {
	position: absolute;
	top: 0px;
	width: 100%;
	left: 0px;
	max-width: 100%;
}
.teaser .container div {
	display: table;
	height: 40vh;
	width: 100%;
	vertical-align: middle;
	text-align: center;
}
.teaser.small .container div {
	height: 30vh;
}

.teaser .container div div {
	display: table-cell;
	height: 40vh;
	width: 100%;
	vertical-align: middle;
	text-align: center;
}
.teaser.small .container div div {
	height: 30vh;
}

.teaser .container div div strong {
	font-family: "bell-centennial-std-bold-lis", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 50px;
	line-height: 60px;
	text-transform: uppercase;
	display: block;
	margin: 30px 0px;
	color: #fff;
}
.teaser .container div div p {
	font-size: 28px;
	line-height: 38px;
	color: #fff;
}
	
.blocks {
	position: relative;
	z-index: 2;
	margin: -160px 0px 0px 0px;
	padding: 0px 0px 60px 0px;
}
.blocks .container ul {
	display: flex;
	gap: 2em;
}
.blocks .container ul li {
	flex: 1;
	padding: 16px 16px 26px 16px;
	text-align: center;
	background-color: #edf6fd;
	border-radius: 10px;
	transition: all 0.3s;
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.5);
}
.blocks .container ul li:hover {
	box-shadow: 0px 3px 13px 0px rgba(0,0,0,0.8);
}
.blocks .container ul li img {
	display: block;
	margin: 20px auto 30px auto;
	height: 80px;
}
.blocks .container ul li strong {
	display: block;
	margin: 0px 20px 10px 20px;
	font-family: "bell-centennial-std-bold-lis", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
}
.blocks .container ul li p {
	display: block;
	margin: 0px 10px;
	font-size: 14px;
	line-height: 24px;
}

.reasons {
	padding: 80px 0px;
}
.reasons .container {
	display: flex;
	flex-wrap: wrap;
	gap: 4em;
}

.reasons .img {
	flex: 0 0 41%;
}
.reasons .img img {
	margin: 0px 0px 0px 0px;
	width: calc(100% + 40px);
}
.reasons .container > p  {
	flex: 0 0 100%;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
}
.reasons .container > p strong {
	font-weight: 600;
	font-size: 20px;
}
.reasons .reasonscontent  {
	flex: 0 0 54%;
}
.reasons .reasonscontent h1 {
	display: block;
	margin: 0px 0px 10px 0px;
	font-size: 34px;
	line-height: 40px;
	font-family: "bell-centennial-std-bold-lis", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
}
.reasons .reasonscontent h1 strong {
	display: inline-block;
	font-weight: 400;
	color: #3083c5;
	background-image: linear-gradient(45deg, #3083c5 , #212b52 50%, #3083c5 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	
}
.reasons .reasonscontent p {
	display: block;
	margin: 0px 0px 10px 0px;
	font-size: 16px;
	line-height: 24px;
}
.reasons .reasonscontent p:last-child {
	font-size: 14px;
	line-height: 22px;
}
.reasons .reasonscontent ul li {
	font-size: 16px;
	line-height: 38px;
	font-weight: 400;
	padding: 5px 0px;
	transition: all 0.3s;
}
.reasons .reasonscontent ul li:hover {
	font-weight: 600;
}
.reasons .reasonscontent ul li img {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 10px 0px 0px;
	height: 30px;
}
.reasons .reasonscontent a {
	display: inline-block;
	background: #3083C5;
	background: linear-gradient(151deg,rgba(48, 131, 197, 1) 0%, rgba(33, 43, 82, 1) 100%);
	border-radius: 100px;
	color: #fff;
	text-transform: uppercase;
	font-size: 17px;
	line-height: 18px;
	font-weight: bold;
	padding: 18px 35px;
	transition: all 0.3s;
	margin: 20px 0px 40px 0px;
}
.reasons .reasonscontent a:hover {
	background: linear-gradient(151deg,rgba(33, 43, 82, 1) 0%, rgba(48, 131, 197, 1) 100%);
}


.globe {
	background-color: #f8fbfe;
	background-image: url(/images/globe.png);
	background-position: center;
	background-size: cover;
}
.globe .container {
	padding: 80px 0px;
	text-align: center;
}
.globe .container > p {
	font-size: 16px;
	line-height: 26px;
	margin: 10px 0px 20px 0px;
}
.globe .container ul {
	display: flex;
	gap: 2em;
	max-width: 1000px;
	margin: 60px auto 30px auto;
}
.globe .container ul li {
	font-size: 16px;
	line-height: 26px;
	flex: 1;
}
.globe .container ul li:hover {
	font-weight: 600;
}
.globe .container ul li img {
	display: block;
	height: 120px;
	margin: 0px auto 20px auto;
}

.imgtext {
	padding: 100px 0px;
}
.imgtext .container {
	margin: 0px auto;
	overflow: hidden;
}

.imgtext .container ul {
	list-style: disc;
	margin: 0px 0px 20px 20px;
}
.imgtext .container ul li {
	display: list-item!important;
	list-style: disc;
	font-size: 16px;
	color: #3c3c3c;
}
.imgtext .container > div.right {
	float: right;
	text-align: left;
	width: calc(50% - 70px);
	margin: 0px 0px 40px 70px;
}
.imgtext .container > div.left {
	float: left;
	text-align: left;
	width: calc(50% - 70px);
	margin: 0px 70px 40px 0px;
}
.imgtext .container > div img {
	border-radius: 20px;
	overflow: hidden;
}
.imgtext .container  p {
	margin: 0px 0px 20px 0px;
}

.resultsin {
	background-color: #f8fbfe;
	padding: 80px 0px;
	text-align: center;
}
.resultsin .container > h3 {
	margin: 0px 0px 10px 0px;
}
.resultsin .container > p {
	font-size: 18px;
	line-height: 30px;
	color: #3c3c3c;
}
.resultsin .container > p:last-child {
	font-size: 16px;
}
.resultsin ul {
	display: flex;
	gap: 2em;
	margin: 60px 0px;
	flex-wrap: wrap;
}
.resultsin ul li {
    flex: 1;
    background-color: rgba(255, 255, 255, 1.00);
    padding: 20px 10px;
    box-shadow: 0px 2px 7px -2px rgba(0, 0, 0, 0.5);
    color: #2f2f2f;
    font-size: 16px;
    line-height: 26px;
    transition: all 0.3s;
}
.resultsin ul.duo li {
	padding: 30px 40px;
}
.resultsin ul.duo li p {
	margin: 0px auto;
	max-width: 480px;
}
.resultsin ul li:hover {
	background-color: rgba(255,255,255,0.50);
	box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.8);
}
.resultsin ul li img {
	display: block;
	margin: 0px auto 20px auto;
	height: 80px;
}


.services {
	padding: 100px 0px;
	text-align: center;
}
.services .container > p {
	font-size: 20px;
	line-height: 30px;
	margin: -15px 0px 40px 0px;
}
.services ul {
	display: flex;
	gap: 2em;
	margin: 40px 0px 20px 0px;
	flex-wrap: wrap;
  	justify-content: center;
}
.services ul li {
	flex: 0 0 32%;
	background-color: rgba(255,255,255,1.00);
	padding: 30px;
	box-shadow: 0px 2px 7px -2px rgba(0,0,0,0.5);
	color: #2f2f2f;
	font-size: 18px;
	line-height: 28px;
	transition: all 0.3s;
	background-image: url(/images/shield.png);
	background-position: center;
	background-size: cover;
}
.services ul li:hover {
	background-color: rgba(255,255,255,0.50);
	box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.8);
}
.services ul li img {
	display: block;
	margin: 0px auto 20px auto;
	max-height: 120px;
}
.services ul li strong {
	display: block;
	font-family: "bell-centennial-std-bold-lis", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 30px;
	color: #212b52;
}
.services ul li p {
	font-size: 16px;
	line-height: 26px;
	color: #1d1e1b;
	margin: 20px 0px 30px 0px;
}
.services ul li a {
	display: block;
	background: #3083C5;
	background: linear-gradient(151deg, rgba(48, 131, 197, 1) 0%, rgba(33, 43, 82, 1) 100%);
	font-family: "bell-centennial-std-bold-lis", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 18px;
	color: #fff;
	border-radius: 100px;
	padding: 15px 20px;
	margin: 0px 70px;
}


.team {
	padding: 80px 0px;
	text-align: center;
}
.team .container > p {
	font-size: 20px;
	line-height: 30px;
	margin: -15px 0px 40px 0px;
}
.team ul {
	display: flex;
	gap: 2em;
	margin: 20px 0px;
	flex-wrap: wrap;
}
.team ul li {
	flex: 0 0 32%;
	background-color: rgba(255,255,255,1.00);
	padding: 25px;
	box-shadow: 0px 2px 7px -2px rgba(0,0,0,0.5);
	color: #2f2f2f;
	font-size: 18px;
	line-height: 28px;
	transition: all 0.3s;
}
.team ul li:hover {
	background-color: rgba(255,255,255,0.50);
	box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.8);
}
.team ul li .top {
	display: flex;
	gap: 2em;
	text-align: left;
}
.team ul li .top img {
	flex: 0.2;
}
.team ul li .top span {
	flex: 1.8;
	padding: 32px 0px 0px 0px;
	font-size: 18px;
	line-height: 28px;
}
.team ul li .top span strong {
	display: block;
	color: #212b52;
	font-family: "bell-centennial-std-bold-lis", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 18px;
	margin: 0px;
}
.team ul li img {
	display: block;
	margin: 0px auto 20px auto;
}
.team ul li .bottom {
	font-size: 14px; 
	line-height: 24px;
	text-align: left;
	color: #3d3d3d;
}

.howdoesitwork {
	padding: 80px;
	text-align: center;
}
.howdoesitwork ul {
	display: flex;
	gap: 2em;
	flex-wrap: wrap;
}
.howdoesitwork ul li {
	position: relative;
	flex: 0 0 49%;
	border-radius: 10px;
	overflow: hidden;
	background-position: center;
	background-size: cover;
	height: 350px;
}
.howdoesitwork ul li div {
	position: absolute;
	background-color: #fff;
	padding: 20px;
	font-size: 14px;
	line-height: 24px;
	width: 250px;
}
.howdoesitwork ul li div.left {
	left: 0px;
}
.howdoesitwork ul li div.right {
	right: 0px;
}
.howdoesitwork ul li div.bottom {
	bottom: 0px;
}
.howdoesitwork ul li div.top {
	top: 0px;
}
.howdoesitwork ul li div.top.left {
	border-radius: 0px 0px 10px 0px;
	text-align: left;
}
.howdoesitwork ul li div.top.right {
	border-radius: 0px 0px 0px 10px;
	text-align: right;
}
.howdoesitwork ul li div.bottom.left {
	border-radius: 0px 10px 0px 0px;
	text-align: left;
}
.howdoesitwork ul li div.bottom.right {
	border-radius: 10px 0px 0px 0px;
	text-align: right;
}


.video {
	padding: 80px 0px;
	text-align: center;
}
.video .container > p {
	font-size: 20px;
	line-height: 30px;
	margin: -15px 0px 40px 0px;
}
.video a {
	position: relative;
	display: block;
	max-width: 800px;
	margin: 40px auto 0px auto;
	border-radius: 20px;
	height: 400px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.video a img {
	position: absolute;
	left: calc(50% - 20px);
	top: calc(50% - 20px);
}

.contactform {
	padding: 80px 0px;
	text-align: center;
}
.contactform .container > p {
	font-size: 20px;
	line-height: 30px;
	margin: -15px 0px 40px 0px;
}
.contactform .container form {
	text-align: left;
	display: flex;
	max-width: 800px;
	margin: 0px auto;
	gap: 2em;
	flex-wrap: wrap;
}
.contactform .container form > * {
	flex: 0 0 48%;
}
.contactform .container form .w100 {
	flex: 0 0 100%;
}
.contactform .container form input, .contactform .container form select, .contactform .container form textarea {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 14px;
	display: block;
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 5px 10px;
	width: calc(100% - 22px);
}
.contactform .container form textarea {
	min-height: 200px;
}
.contactform .container form em {
	flex: 0 0 55%;
}
.contactform .container form input[type=submit] {
	flex: 0 0 38%;
	border-radius: 100px;
	text-align: center;
	background: #3083C5;
	background: linear-gradient(151deg, rgba(48, 131, 197, 1) 0%, rgba(33, 43, 82, 1) 100%);
	color: #fff;
	font-family: "bell-centennial-std-bold-lis", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	line-height: 18px;
}
/*

v class="contactform">
		<div class="container">
			<h2>Contact us!</h2>
			<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. <br>In hendrerit, tortor at venenatis mollis!</p>
			
			<form action="" method="post">
			
				<label>
					First Name
					<input type="text" name="firstname" placeholder="What is your first name" />
				</label>
				<label>
					Last Name
					<input type="text" name="lastname" placeholder="What is your last name" />
				</label>

				<label>
					Phone Number
					<input type="text" name="firstname" placeholder="What is your phone number" />
				</label>
				<label>
					Email
					<input type="text" name="lastname" placeholder="What is your emailaddess" />
				</label>

				<label>
					Compnay
					<input type="text" name="firstname" placeholder="What company do you work for" />
				</label>
				<label>
					Function
					<input type="text" name="lastname" placeholder="What is your function in the company" />
				</label>

				<label class="w100">
					County
					<select name="country">
						<option value="nl">Netherlands</option>
					</select>
				</label>

				<label class="w100">
					Message
					<textarea name="message" placeholder="Do you have any specific questions for us?"></textarea>
				</label>
			
				<input type="submit" value="submit" />
				<em>By submitting this form, you agree that TRSS will store and use your personal data under the conditions described in the privacy policy.</em>
				
				
			</form>


*/



.cta {
	background: #3083C5;
	background: linear-gradient(151deg, rgba(48, 131, 197, 1) 0%, rgba(33, 43, 82, 1) 100%);
	padding: 80px 0px;
}
.cta .container {
	display: flex;
	gap: 2em;
}
.cta .container > * {
	flex: 1;
}
.cta .container > .left strong {
	font-family: "bell-centennial-std-bold-lis", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 30px;
	text-transform: uppercase;
	line-height: 40px;
	color: #fff;
	display: block;
}
.cta .container > .left p {
	font-size: 18px;
	line-height: 28px;
	color: #fff;
}
.cta .container > .right {
	text-align: right;
}
.cta .container > .right a {
	display: inline-block;
	text-align: center;
	font-family: "bell-centennial-std-bold-lis", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	color: #fff;
	background-color: #3083c5;
	border-radius: 100px;
	padding: 23px 50px 20px 50px;
}










#videoContainer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: black;
    z-index: 9999;
}

#videoContainer .material-symbols-outlined {
    position: absolute;
    z-index: 100;
    top: 50px;
    right: 50px;
    background-color: #fff;
    color: #000;
    border-radius: 100px;
    font-size: 50px;
	cursor: pointer;
}




.footer {
	background-color: #212b52;
	padding: 30px 0px;
	color: #fff;
}
.footer .container {
	display: flex;
	gap: 2em;
}
.footer .container:first-child {
	margin: 40px auto;
}
.footer .container > div {
	flex: 1;
}
.footer .container > div.foot {
	flex: none;
	width: 100%;
	font-size: 12px;
	text-align: center;
}
.footer .container > .logoblok > div {
	display: flex;
	gap: 3em;
}
.footer .container > .logoblok > div > img {
	flex: none;
	width: 170px;
	vertical-align: middle;
}
.footer .container > .logoblok > div > span {
	flex: 1;
	vertical-align: middle;
}
.footer .container > .logoblok > div > span strong {
	font-family: "bell-centennial-std-bold-lis", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	line-height: 30px;
	display: block;
	text-transform: uppercase;
	margin: 40px 0px 10px 0px;
}
.footer .container > .logoblok > div > span p {
	font-size: 16px;
	line-height: 26px;
	max-width: 90%;
	margin: 0px;
}

.footer .container > div.right {
	text-align: right;
}
.footer .container > div.right strong {
	font-family: "bell-centennial-std-bold-lis", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 26px;
	text-transform: uppercase;
	display: block;
	margin: 0px 0px 6px 0px;
}
.footer .container > div.right p {
	font-size: 16px;
	line-height: 26px;
	margin: 0px;
}

.footer .container:first-child {
	margin: 40px auto;
}


@media only screen and (max-width: 900px) {

	.container {
		width: calc(100% - 40px);
		margin: 0px 20px;
	}
	.header .logo img {
    	max-height: 60px;
	}
	.header .logo {
    	font-size: 16px;
	}
	.teaser .container div div strong {
		font-size: 22px;
		line-height: 30px;
	}
	.teaser .container div div p {
		font-size: 18px;
		line-height: 28px;
	}
	.header .right .mobilenav {
		display: block;
		background-color: #212b52;
		color: #fff;
		width: 40px;
		height: 40px;
		line-height: 40px;
		border-radius: 4px;
		text-align: center;
		border: 1px solid #fff;
		margin: 10px 0px 0px 0px;
	}
	.header .right ul {
		display: none;
	}
	.header .right ul.open {
		display: block;
		position: fixed;
		z-index: 1000;
		background-color: rgba(215,223,239,1.00);
		top: 100px;
		left: 0px;
		width: 100%;
		padding: 0px 0px 30px 0px;
		box-shadow: 0px 10px 10px -10px #000;
	}
	.header .right ul li {
		float: none;
		display: block;
	}
	.header .right ul li a {
       	padding: 10px 25px;
	}
	.teaser .container {
		width: calc(100% - 40px);
	}
	.teaser .container div div {
    	height: 50vh;
	}
	.blocks {
 	   margin: 30px 0px 0px 0px;
	}
	.blocks .container ul {
    	display: block;
	}
	.blocks .container ul li {
    	flex: none;
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
		margin: 0px 0px 20px 0px;
	}
	.blocks .container ul li img {
		flex: 0 0 50px;
		max-height: none;
	}
	.blocks .container ul li span {
		flex: 1;
		text-align: left;
	}
	.blocks .container ul li span strong {
		margin: 0px 0px 10px 10px;
	}

	.reasons .container {
		display: block;
	}
	.reasons .img img {
		float: none;
		margin: 0px 20px 40px 20px;
		width: calc(100% - 40px);
	}
	.reasons .reasonscontent {
		margin: 0px 0px 30px 0px;
	}
	.imgtext .container > div.left, .imgtext .container > div.right {
		float: none;
		text-align: left;
		width: calc(100% - 40px);
		margin: 0px 20px 40px 20px;
	}
	.imgtext .container {
		text-align: left;
	}
	.imgtext .container ul {
		text-align: left;
	}
	.cta .container {
		display: block;
	}
	.cta .container > * {
		display: block;
	}
	.cta .container > *:first-child {
		margin: 0px 0px 30px 0px;
	}
	.cta .container > .right {
		text-align: center;
	}
	.resultsin ul li {
    	flex: 0 0 calc(50% - 20px);
	}
	.footer .container {
		display: block;
	}
	.footer .container > div {
		display: block;
		text-align: center;
		margin: 20px;
	}
	
	.footer .container > .logoblok > div {
		display: block;
	}
	
	
	.footer .container > .logoblok > div > span strong {
		margin: 40px 0px 0px 0px;
	}
	.footer .container > .logoblok > div > span p {
    	max-width: 100%;
		margin: 20px 0px 0px 0px;
	}
	.footer .container > div.right {
		text-align: center;
		margin: 70px 0px 0px 0px;
	}
	
	.resultsin ul.duo {
		display: block;
	}
	.resultsin ul.duo li {	
		margin: 0px 0px 30px 0px;
	}
	
	.services ul {
		display: block;
	}
	.services ul li {
		display: block;
		margin: 0px 0px 30px 0px;
	}
	.globe .container ul {
		display: block;
	}
	.globe .container ul li {
		display: block;
		margin: 0px 0px 20px 0px;
	}
	.contactform .container form {
		display: block;
	}
	.contactform .container form > * {
		margin: 0px 0px 20px 0px;
		display: block;
	}
	.contactform .container form input[type=submit] {
		line-height: 42px;
		margin: 20px 0px 0px 0px;
	}
	
	.contactform .container form input, .contactform .container form select, .contactform .container form textarea {
		width: calc(100%);
	}
}
