body {
	margin: 0;
	padding: 0;
	background-color: #d2d3d4;
	color: #37383c;
	font-size: 100%;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box;}

.container {
	background-color: #fff;
	width: 100%;
	margin: 0 auto;
	padding: 0 30px;
	background: #fff url(../img/world-map.png) top center no-repeat;
}

.clearall { clear: both;}

a {	color: #1B579C; text-decoration: none; }
a:hover { color: #000; text-decoration: none; }

#i2logo {
	position: absolute;
}
nav {
	margin: 0 auto;
}
nav ul {
	margin: 0 auto;
	list-style-type: none;
	padding: 0;
	display: block;
	text-align: center;
}

nav ul li {
	display: block;
}

nav ul li a {
	font-family: "Myriad Pro Condensed", "PT Sans Narrow", "Myriad Pro", sans-serif;
	font-size: 1.3em;
	text-transform: uppercase;
	color: #1B579C;
	text-decoration: none;
	display: block;
}

nav ul li a:hover {
	color: #000;
	text-decoration: none;
}

.slicknav_menu {
	display:none;
}

@media screen and (max-width: 767px) {
	/* #menu is the original menu */
	#menu {
		display:none;
	}

	.slicknav_menu {
		display:block;
	}
}

h1 {
	font-family: "Myriad Pro Condensed", "Myriad Pro", sans-serif;
	font-size: 3.2em;
	color: #1B579C;
	text-align: center;
	font-weight: normal;
}

h2 {
	font-family: "Open Sans", sans-serif;
	font-size: 1.8em;
	color: #1B579C;
	font-weight: 600;
}

p {
	font-weight: 400;
	line-height: 1.6em;
	text-align: justify;
}

.clearing { clear: both; background-color: transparent; height: 1px;}
footer { clear: both;}

#i2logo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 777;
	width: 100px;
}

.teamimg {
	text-align: center;
}

.person h2 {
	margin-bottom: 0;
	padding-bottom: 0.3em;
	background: #fff url(../img/blueline2.png) bottom left no-repeat;
}

.clientlist {
	list-style: none;
	font-weight: 700;
	margin-left: 0;
	padding-left: 0;
}

.clientlist li { line-height: 1.6em; }

.clientlist .wnormal {
	font-weight: normal;
}

.services ul, ol {
	margin-left: 0;
	padding-left: 1em;
}

.about h3, .about h4 {
	color: #1B579C;
	text-align: center;
	font-weight: 700;
	margin-bottom: 0;
	font-size: 1.3em;
}

.about h4 {
	font-weight: 300;
	text-transform: lowercase;
	margin-top: 0;
	padding-top: 0;
}

.soloimg {
	text-align: center;
	padding-top: 1.4em;
}

.soloimg img {
	width: 80%;
}

.home h1 {
	font-family: "Myriad Pro Condensed", "PT Sans Narrow", "Myriad Pro", sans-serif;
	font-size: 2.4em;
	color: #D71921;
	line-height: 1.1em;
}
.home h1 span {
	color: #1B579C;
	display: block;
}

footer {
	min-height: 50px;
	width: 100%;
	margin: 0 auto;
}
footer p {
	background-color: #fff;
	min-height: 50px;
	width: 100%;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
	color: #1B579C;
	font-family: "Myriad Pro Condensed", "Myriad Pro", sans-serif;
}

.contact p {
	text-align: center;
	margin-bottom: 3em;
}
.contact p.security {
	margin-bottom: 1em;
}

.contact h4 {
	font-weight: 600;
	color: #37383c;
}

.contact input, textarea {
	display: block;
	width: 90%;
	margin: 0 auto 4px auto;
	border: 1px solid #B9AFAE;
	border-radius: 6px;
	height: 2.2em;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding: 0 8px;
}

textarea {
	display: block;
}

.security input {
	display: inline;
	width: 140px;
}

.contact input#sendbut {
	width: 100px;
	color: #fff;
	border: 1px solid #1B579C;
	background-color: #1B579C;
}

.contact input#sendbut:hover {
	color: #1B579C;
	background-color: #fff;
	cursor: pointer;
}

.contactfooter {
	margin-right: 1em;
}

.backtotop {
	text-align: center;
}

/* ======================================== TABLETS ======================================== */

@media screen and (min-width: 768px) {
	.container {
		padding: 0 54px;
	}
	header {
		padding-top: 200px;
	}
	nav {
		height: 30px;
		width: 100%;
		background: transparent url(../img/menu-bkg.png) center center no-repeat;
		margin: 0;
		padding: 0;
	}
	nav ul {
		margin: 0;
		list-style-type: none;
		padding: 0;
		display: inline;
		text-align: left;
	}
	nav li.navright {
		float: right;
	}
	nav ul li {
		display: inline;
	}
	nav ul li a {
		display: inline-block;
		min-width: 104px;
		text-align: center;
	}
	#i2logo {
		top: 20px;
		left: 40%;
		width: 160px;
	}

	.clientlist {
		padding-bottom: 480px;
		background: transparent url(../img/world-clients.jpg) bottom center no-repeat;
	}

	.about h3 {
		padding-bottom: 4px;
		background: transparent url(../img/blueline1.png) center bottom no-repeat;
	}
	.about h4 {
		font-size: 1.3em;
	}

	.soloimg img {
		width: auto;
	}

	.home h1 {
		font-size: 3em;
		line-height: 1.1em;
		padding-bottom: 480px;
		background: transparent url(../img/worldwide-communications-training.png) bottom center no-repeat;
	}

	.contact input, textarea {
		width: 400px;
	}
	.contact textarea {
		height: 140px;
	}
	.security input {
		display: inline;
		width: 140px;
	}
	.contact input#sendbut {
		width: 100px;
	}
}

/* ======================================== LAPTOPS ======================================== */

@media screen and (min-width: 1000px) {
	.container {
		width: 980px;
		padding: 0 70px;
		background-size: 1000px;
		-webkit-box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.30), -4px 4px 4px 0px rgba(0,0,0,0.30);
		-moz-box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.30), -4px 4px 4px 0px rgba(0,0,0,0.30);
		box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.30), -4px 4px 4px 0px rgba(0,0,0,0.30);
	}
	header {
		height: 200px;
		padding-top: 70px;
	}
	nav {
		height: 30px;
		width: 100%;
	}
	nav ul.navright {
		float: right;
	}
	nav ul li a {
		display: inline-block;
		padding-top: 1px;
		min-width: 110px;
		text-align: center;
	}

	nav ul li#ourteam {
		margin-left: 154px;
	}

	#i2logo {
		left: 42%;
	}

	h1 {
		margin-top: 0.3em;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.teamimg {
		width: 260px;
		float: left;
		text-align: left;
	}
	.teamcontent {
		width: 580px;
		float: right;
	}
	.person {
		clear: both;
	}
	.person .teamimg img {
		margin-top: 2.2em;
	}
	.person h2 {
		margin-bottom: 0;
		padding-bottom: 0.3em;
		background: #fff url(../img/blueline2.png) bottom left no-repeat;
	}

	.services {
		background: transparent url(../img/our-services.png) right 500px no-repeat;
	}

	/*worldwide-communications-training.png*/

	/*.person h3 {
		margin-bottom: 0;
		padding-bottom: 0;
	}*/

	footer {
		min-height: 100px;
		width: 100%;
		margin: 0 auto;
	}
	footer p {
		background: #fff url(../img/footer-bkg.png) -20px 0 no-repeat;
		background-size: 1020px;
		min-height: 100px;
		width: 980px;
		margin: 0 auto;
		-webkit-box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.30), -4px 4px 4px 0px rgba(0,0,0,0.30);
		-moz-box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.30), -4px 4px 4px 0px rgba(0,0,0,0.30);
		box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.30), -4px 4px 4px 0px rgba(0,0,0,0.30);
		padding-top: 46px;
	}

	.contactfooter {
		margin: 0 2em;
	}

	.backtotop {
		display: none;
	}

}

@media screen and (min-width: 1200px) {
	nav ul li#ourteam {
		margin-left: 154px;
	}

	#i2logo {
		left: 45%;
	}
}

@media screen and (min-width: 1900px) {
	nav ul li#ourteam {
		margin-left: 154px;
	}

	#i2logo {
		left: 46%;
	}
}

@media screen and (min-width: 1180px) and (max-width: 1354px) {

	#i2logo {
		left: 44%;
	}
}
