/*======================================
Type Concepts
http://typeconcepts.com
@gmail.com
		Author: David Cayetano
		File Description: Expaticore Stylesheet
		Notes: For additions not completed by Type Concepts please add these to the other-styles.css for tracking purposes.
========================================*/

/*-----------------------Animation Elements----------------------- */ 
.easein {-webkit-animation: cssAnimation 1s  1 ease;-moz-animation: cssAnimation 1s  1 ease;-o-animation: cssAnimation 1s  1 ease;} @-webkit-keyframes cssAnimation {from { -webkit-transform:  rotate(0deg) scale(0.9) skew(0deg) translate(0px); }  to { -webkit-transform:  rotate(0deg) scale(1.009) skew(0deg) translate(0px); } } @-moz-keyframes cssAnimation {from { -moz-transform:  rotate(0deg) scale(0.1) skew(1deg) translate(0px); }  to { -moz-transform:  rotate(0deg) scale(1.009) skew(0deg) translate(0px); } } @-o-keyframes cssAnimation {from { -o-transform:  rotate(0deg) scale(0.1) skew(0deg) translate(0px); }  to { -o-transform:  rotate(0deg) scale(1.009) skew(1deg) translate(0px); } }

.zoom {transition:All 0.5s ease;-webkit-transition:All 0.5s ease;-moz-transition:All 0.5s ease;-o-transition:All 0.5s ease;transform:  rotate(0deg) scale(1) skew(0deg) translate(0px); -webkit-transform:  rotate(0deg) scale() skew(0deg) translate(10px);-moz-transform:  rotate(0deg) scale(1) skew(0deg) translate(0px);-o-transform:  rotate(0deg) scale(1) skew(0deg) translate(10px);-ms-transform:  rotate(0deg) scale(1) skew(0deg) translate(10px);}.zoom:hover{transform:  rotate(0deg) scale(1.05) skew(0deg) translate(0px);-webkit-transform:  rotate(0deg) scale(1.05) skew(0deg) translate(0px);-moz-transform:  rotate(0deg) scale(1.05) skew(0deg) translate(0px);-o-transform:  rotate(0deg) scale(1.05) skew(0deg) translate(0px);-ms-transform:  rotate(0deg) scale(1.05) skew(0deg) translate(0px);}

.easein.one{-webkit-animation-delay: 2s; -moz-animation-delay: 2s; animation-delay: 2s;}

@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fade-in {opacity:0; -webkit-animation:fadeIn ease-in 1; -moz-animation:fadeIn ease-in 1; animation:fadeIn ease-in 1;
 -webkit-animation-fill-mode:forwards; -moz-animation-fill-mode:forwards; animation-fill-mode:forwards;
 -webkit-animation-duration:1s; -moz-animation-duration:1s; animation-duration:1s;}

.fade-in.one {-webkit-animation-delay: 0.3s; -moz-animation-delay: 0.3s; animation-delay: 0.3s;}
.fade-in.two { -webkit-animation-delay: 1.2s; -moz-animation-delay:1.2s; animation-delay: 1.2s;}
.fade-in.three { -webkit-animation-delay: 1.6s; -moz-animation-delay: 1.6s; animation-delay: 1.6s;}
.fade-in.four { -webkit-animation-delay: 2s; -moz-animation-delay: 2s; animation-delay: 2s;}
.fade-in.five { -webkit-animation-delay: 2.4s; -moz-animation-delay: 2.4s; animation-delay: 2.4s;}
.fade-in.six { -webkit-animation-delay: 2.8s; -moz-animation-delay: 2.8s; animation-delay: 2.8s;}

.move-right {
-webkit-animation: cssAnimation 1s 1 ease-in-out;
-moz-animation: cssAnimation 1s 1 ease-in-out;
-o-animation: cssAnimation 1s 1 ease-in-out;
}
@-webkit-keyframes cssAnimation {
from { -webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(56px); }
to { -webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(2px); }
}
@-moz-keyframes cssAnimation {
from { -moz-transform: rotate(0deg) scale(1) skew(0deg) translate(56px); }
to { -moz-transform: rotate(0deg) scale(1) skew(0deg) translate(2px); }
}
@-o-keyframes cssAnimation {
from { -o-transform: rotate(0deg) scale(1) skew(0deg) translate(56px); }
to { -o-transform: rotate(0deg) scale(1) skew(0deg) translate(2px); }
}

.move-right.one{-webkit-animation-delay: 0.3s; -moz-animation-delay: 0.3s; animation-delay: 0.3s;}

/*-----------------------Main Elements----------------------- */ 

body{
	margin:0; 
	background:#FFF; 
	font-family:'Lato', sans-serif;
	font-weight:300;
	color:#000;
	font-size:16px;
	min-width:1024px;
	line-height:inherit;
}
h1,h2,h3,h4,h5,h6{
	font-size:inherit; 
	font-family:inherit; 
	font-style:inherit; 
	font-weight:inherit; 
	word-spacing:inherit; 
	margin:0; 
	color:inherit;
}
br{
	line-height:10px;
}
p{
	line-height:24px;
}
a img {
    border: none;
}

a {
    color: inherit;
    text-decoration: none;
}

a:link {
    text-decoration:none;
}

a:hover {
    color:inherit;
}
.current_link{
	color:#355464;
}
.container{
	min-width:1140px;
	width:100%;
	margin:0 auto;
}
.container img{
	max-width:100%;
	height:auto;
}
.container a:link{
	text-decoration:none;
}
.wrapper{
	max-width:1140px;
	margin:0 auto;
	line-height:24px;
}
.wrapper img{
	max-width:100%;
	height:auto;
}
.wrapper a:hover{
	color:#355464;
	border-bottom:1px #59a316 solid;
}
.wrapper li a:hover{
	color:#355464;
}
.break{
	margin-top:40px;
}
.green{
	font-size:22px;
	font-weight:400;
	color:#59a316;
}
.blue{
	font-size:22px;
	font-weight:400;
	color:#355464;
}
.blue2{
	font-size:18px;
	font-weight:400;
	color:#5c92ac;
	padding-bottom:5px;
}
.section{
	width:100%;
	padding-bottom:20px;
	border-bottom:1px #59a316 solid;
	float:left;
}
#goTop{
    position:fixed;
    bottom:100px;
	height:30px;
	width:40px;
    right:-10px;
	background: #70cd1d; /* Old browsers */
	background: -moz-linear-gradient(top,  #70cd1d 0%, #58a216 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#70cd1d), color-stop(100%,#58a216)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #70cd1d 0%,#58a216 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #70cd1d 0%,#58a216 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #70cd1d 0%,#58a216 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #70cd1d 0%,#58a216 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70cd1d', endColorstr='#58a216',GradientType=0 ); /* IE6-9 */
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	color:#fff;
	text-align:center;
	font-size:14px; line-height:14px;
	font-weight:700;
	padding:10px 15px;
	text-decoration:none;
	cursor:pointer;
	z-index:1;
}
/*-----------------------Header----------------------- */ 
#header{
	width:100%;
	height:75px;
	background:#ebf4f9;
	font-size:16px;
	border-bottom:1px solid #dedede;
	position:relative;
}
#logo{
	width:170px; 
	height:75px; 
	float:left;
}
#logo img{
	max-width:100%;
	height:auto;
}

#menu_wrapper{
	height:75px; 
	max-width:1140px;
	width:100%;
	margin:0 auto;
}

#menu{
	height:75px; 
	font-weight:700;
	float:left;
	padding-left:35px;
	line-height:80px;
}

li {
	text-decoration:none;
	list-style:none;
}

li a {
	text-decoration:none;
}

ul li a{color:#5c92ac; text-decoration:none; }
ul li a:hover{color:#355464;}
ul li a:active{color:#355464;}


ul {
  padding:0;
  margin: 0;
  list-style: none;    
}

ul li {
  display: inline-block;
  position: relative;
  padding:0 15px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

ul li ul {
  padding: 0;
  position: absolute;
  background-color:#fff;
  line-height:15px;
  top: 50px;
  font-size:14px;
  left: 0;
  width: 275px;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
  -moz-box-shadow: 1px 5px 12px #ccc;
   -webkit-box-shadow: 1px 5px 12px #ccc;
   box-shadow: 1px 5px 12px #ccc;
}

ul li ul li { 
  background: #fff; 
  display: block; 
  color: #fff;
  padding:20px 15px;
  border:1px solid #F8F8F8;
}

ul li ul li:hover { background: #ebf4f9;}

ul li:hover ul {
  background:#fff;
  display: block;
  opacity: 1;
  visibility: visible;
  z-index:9999;
}
			


/* -----------------Client Portal Button --------------------*/
.client-portal {
	position:relative; 
	float:right;
	top:20px; 
	right:15px;
	z-index:1;
}

.client-portal > .button {
	background: #70cd1d; /* Old browsers */
	background: -moz-linear-gradient(top,  #70cd1d 0%, #58a216 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#70cd1d), color-stop(100%,#58a216)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #70cd1d 0%,#58a216 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #70cd1d 0%,#58a216 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #70cd1d 0%,#58a216 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #70cd1d 0%,#58a216 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70cd1d', endColorstr='#58a216',GradientType=0 ); /* IE6-9 */
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	display:inline-block;
	color:#fff;
	font-size:14px; line-height:14px;
	font-weight:normal;
	padding:10px 15px;
	text-decoration:none;
}
.client-portal > .button:hover {
	background: #94cc5f; /* Old browsers */
	background: -moz-linear-gradient(top,  #94cc5f 0%, #4da000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#94cc5f), color-stop(100%,#4da000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #94cc5f 0%,#4da000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #94cc5f 0%,#4da000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #94cc5f 0%,#4da000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #94cc5f 0%,#4da000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94cc5f', endColorstr='#4da000',GradientType=0 ); /* IE6-9 */
	background-color:#ffab23;
	text-decoration:none;
	cursor:pointer;
}
.client-portal > .dropdown {
	display:none;
	position: absolute;
	top: 100%;
	z-index: 1000;
	float: right;
	padding: 4px 0;
	margin: 0;
	font-size:12px;
	font-weight:700;
	list-style: none;
	background-color: white;
	-webkit-transiton: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -transition: opacity 0.2s;
    -moz-box-shadow: 1px 5px 12px #ccc;
    -webkit-box-shadow: 1px 5px 12px #ccc;
    box-shadow: 1px 5px 12px #ccc;
}
.client-portal:hover > .dropdown { display:block; }
.client-portal > .dropdown > li {
	margin:0;
}
.client-portal > .dropdown > li > a {
	display:block;
	text-decoration:none;
	padding: 3px 0px;
}
.client-portal > .dropdown > li > a:hover {
	background:#;
}
.caret {
	display: inline-block;
	width: 0; height: 0;
	margin:5px 0 0 5px;
	text-indent: -99999px;
	vertical-align: top;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid white;
	color:#fff;
	content: "↓2193";
}

/*--------------------- Footer---------------------- */
.clearthefloats{
	clear:both;
	
}
#footer {
	max-width:1140px;
	height:50px;
	padding-top:30px;
	line-height:50px;
	margin:0 auto;
	font-size:10px;
	font-weight:400;
}
#footer_link{
	width:500px;
	float:left;
	line-height:67px;
}
#footer a:hover{
	color:#A8A8A8;
}
#footer .footer-nav { float:left; }
#footer .footer-nav a {
	text-decoration:none;
}
#social{width:240px; height:50px; float:right; position:relative;}
.social{float:left; margin-top:15px; margin-left:15px;}

/*--------------------- Second Menu ---------------------- */
.second_menu{
	width:100%;
	height:80px;
	background: #72b1d4; /* Old browsers */
	background: -moz-linear-gradient(top, #72b1d4 0%, #5c92ac 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#72b1d4), color-stop(100%,#5c92ac)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #72b1d4 0%,#5c92ac 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #72b1d4 0%,#5c92ac 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #72b1d4 0%,#5c92ac 100%); /* IE10+ */
	background: linear-gradient(to bottom, #72b1d4 0%,#5c92ac 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#72b1d4', endColorstr='#5c92ac',GradientType=0 ); /* IE6-9 */
}
.second_menu_wrapper{
	width:1140px;
	height:80px;
	margin:0 auto;
	position:relative;
}
.second_menu_button{
	width:282px;
	height:80px;
	border-left:1px #8dd7ff solid;
	border-right:1px #8dd7ff solid;
	float:left;
	
}
.second_menu_button_wrapper{
	width:220px;
	height:50px;
	line-height:50px;
	position:relative;
}
.icon{
	width:32px;
	height:32px;
	float:left;
	position:absolute;
	top:24px;
	margin-left:50px;
}
.second_menu_text{
	text-align:center;
	height:20px;
	color:white;
	font-weight:700;
}
.second_menu_text a:link{
	text-decoration:none;
}
.second_menu_button a{
	border-left:none;
	border-right:none;
	text-decoration:none;
}
.second_menu_button a:hover{
	background: #6d9eb5; /* Old browsers */
	background: -moz-linear-gradient(top,  #6d9eb5 0%, #294453 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6d9eb5), color-stop(100%,#294453)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #6d9eb5 0%,#294453 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #6d9eb5 0%,#294453 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #6d9eb5 0%,#294453 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #6d9eb5 0%,#294453 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d9eb5', endColorstr='#294453',GradientType=0 ); /* IE6-9 */
	text-decoration:none;
	cursor:pointer;
	overflow: hidden;
}

/*--------------------- Banner---------------------- */
#banner{
	width:100%;
	height:100px;
	background-image:url(../img/about_us/map_bg.jpg); 
	background-repeat:no-repeat;
	background-position:center;
	background-color:#f5f5f5;
	z-index:-1;
	
}
#banner_wrapper{
	width:400px;
	height:30px;
	text-align:center;
	color:#2a4351;
	font-size:22px;
	font-weight:400;
	margin:0 auto;
	padding-top:1px;
	line-height:30px;
}

/*--------------------- Home Page---------------------- */
#slide{width:100%; max-height:450px;}

/*--------------------- About Us Page---------------------- */
.team{
	width:300px;
	height:200px;
	text-align:center;
	float:left;
}
.team_text{
	max-width: 780px;
	margin-left:50px;
	float:left;
	position:relative;
	top:-22px;
	padding-bottom:25px;
}

/*--------------------- Events Page---------------------- */
#events_wrapper{
	width:650px;
	padding-right:50px;
	float:left;
}
#news_wrapper{
	width:435px;
	float:right;
	background:#fcfbfb;
	padding-bottom:25px;
	border-bottom:1px solid #5c93ad; 
	color:#000;
}
#news_title{
	width:100%;
	height:45px;
	text-align:center;
	background:#ebf4f9;
	line-height:45px;
}
.news_pic{
	width:100%;
	max-height:400px;
	padding-bottom:10px;
}
.news_text{
	width:375px;
	margin:0 auto;
	font-size:14px;
	line-height:18px;
}

/*--------------------- News / Announcement Page---------------------- */
.acc-container {
  width:100%;
  margin:30px auto 0 auto;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  -o-border-radius:8px;
  border-radius:8px;
  overflow:hidden;
}
.acc-btn { 
  width:100%;
  margin:0 auto;
  padding:20px 25px;
  cursor:pointer;
  background:#ebf4f9;
  border-bottom:1px solid #5c93ad;
}
.acc-content {
  height:0px;
  width:100%;
  margin:0 auto;
  overflow:hidden;
  background:#fcfbfb;
}
.acc-content-inner {
  padding:30px;
  border:1px #EAEAEA solid;
}
.open {
  height: auto;
}
.selected {
  color:#59a316;
}
.acc-button{
	background:url(../img/about_us/news/icon.jpg);
	float:right;
	width:50px;
	height:auto;
}

/*--------------------- Global Coverage Page---------------------- */
#global_coverage_wrapper{
	max-width:1140px;
}
#video{
	width:825px;
	height:465px;
	float:left;
}
#search_box{
	width:290px;
	height:94px;
	padding-left:20px;
	float:left;
	clear:right;
}
#search_bar{
	width:200px;
	padding-left:10px;
	height:35px;
	font-size:16px;
}
#search_button{
	width:70px;
	height:40px;
	border:none;
	color:#fff;
	font-size:16px;
	position:relative;
	top:-1px;
	background: #70cd1d; /* Old browsers */
	background: -moz-linear-gradient(top,  #70cd1d 0%, #58a216 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#70cd1d), color-stop(100%,#58a216)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #70cd1d 0%,#58a216 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #70cd1d 0%,#58a216 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #70cd1d 0%,#58a216 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #70cd1d 0%,#58a216 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70cd1d', endColorstr='#58a216',GradientType=0 ); /* IE6-9 */
}
#countries{
	width:290px;
	height:350px;
	border:1px #5c92ac solid;
	float:left;
	margin-left:20px;
	margin-top:20px;
	overflow-y:scroll;
}
#countries li{
	text-decoration:none;
	list-style:none;
	padding:12px 0;
	padding-left:25px;
	border-bottom:1px #5c92ac solid;
}

/*--------------------- Solutions---------------------- */
.image_left{
	max-width:480px;
	width:100%;
	float:left;
	padding-right:20px;
}
.image_right{
	max-width:480px;
	width:100%;
	float:right;
}
.text_left{
	max-width:600px;
	width:100%;
	float:left;
	padding-right:20px;
	
}
.text_right{
	max-width:600px;
	width:100%;
	float:left;
}
/*--------------------- Contact Page---------------------- */
#general{
	width:260px;
	float:left;
	border-right:2px #91b7c9 solid;
}
#contact_form{
	max-width:900px;
	float:left;
	height:425px;
}
#contact_break{
	width:125px;
	float:left;
	margin-left:50px;
}
div.box {
margin-left:40px;
width:300px;
top:50px;
float:left;
}

div.box label {
width:100%;
display: block;
text-align:right;
}

div.box label span {
color:#000;
font-size:16px;
font-weight:400;
width:220px;
text-align:left;
padding:5px;
}

div.box .input_text {
color:#000;
font-size:16px;
width:190px;
padding:5px;
height:30px;
border:1px solid #ccc;
border-radius:5px;
}

div.box .ask_a_question{
padding:10px;
width:90%;
border:1px solid #ccc;
overflow:hidden;
font-weight:300;
font-size:16px;
border-radius:5px;
text-align:left;

}
div.box .space{
	margin-top:20px;
}
div.box .button{
margin:0 0 10px 0;
border:0px;
position: relative;
top:20px;
left:0px;
width:100%;
height:40px;
color:#FFF;
font:inherit;
font-weight:700;
background: #70cd1d; /* Old browsers */
	background: -moz-linear-gradient(top,  #70cd1d 0%, #58a216 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#70cd1d), color-stop(100%,#58a216)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #70cd1d 0%,#58a216 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #70cd1d 0%,#58a216 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #70cd1d 0%,#58a216 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #70cd1d 0%,#58a216 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70cd1d', endColorstr='#58a216',GradientType=0 ); /* IE6-9 */
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	cursor:pointer;
}

/*--------------------- Partners Page---------------------- */
.partners_wrapper{
	width:350px;
	height:270px;
	text-align:center;
	float:left;
	margin-right:45px;
}

/*-----------------------Tablet----------------------- */
@media screen and (max-width: 1024px) {
	
/*-----------------------Main Elements----------------------- */ 	
#menu_wrapper{
	max-width:950px;
}
.container{
	min-width:1024px;
}
.wrapper{
	max-width:1024px;
	padding:50px;
}
/*--------------------- Footer---------------------- */
#footer{
	max-width:1024px;
	padding:20px 50px;
}
/*--------------------- About Us Page---------------------- */
#about_image{
	max-width:1024px;
}

.second_menu_wrapper{
	width:1024px;
}
.second_menu_button{
	width:253px;
}
.second_menu_button_wrapper{
	width:250px;
}
.team_text{
	width:550px;
	margin-top:0px;
}
/*--------------------- Events Page---------------------- */
#events_wrapper{
	width:650px;
	padding-right:20px;
	float:left;
}
#news_wrapper{
	width:250px;
	float:right;
	background:#fcfbfb;
	padding-bottom:25px;
	border-bottom:1px solid #5c93ad; 
	color:#000;
}
#news_title{
	width:100%;
	height:45px;
	text-align:center;
	background:#ebf4f9;
	line-height:45px;
}
.news_pic{
	width:100%;
	max-height:400px;
	padding-bottom:10px;
}
.news_text{
	width:220px;
	margin:0 auto;
	font-size:14px;
	line-height:18px;
}
/*--------------------- Global Coverage Page---------------------- */
#video{
	width:600px;
	height:auto;
	float:left;
}
#search_button{
	width:70px;
	height:41px;
}
#countries{
	width:290px;
	height:221px;
}

/*--------------------- Solutions---------------------- */
.image_left{
	max-width:350px;
	width:100%;
	float:left;
	padding-right:20px;
	margin-top:40px;
}
.image_right{
	max-width:350px;
	width:100%;
	float:right;
}
.text_left{
	max-width:550px;
	width:100%;
	float:left;
	padding-right:20px;
	
}
.text_right{
	max-width:550px;
	width:100%;
	float:left;
}
/*--------------------- Contact Page---------------------- */
#general{
	width:240px;
	float:left;
	border-right:2px #91b7c9 solid;
}
#contact_form{
	max-width:700px;
	float:left;
	height:500px;
}
#contact_break{
	width:125px;
	float:left;
	margin-left:30px;
}
div.box {
margin-left:50px;
width:210px;
top:50px;
float:left;
}

div.box label {
width:80%;
display: block;
text-align:left;
}

div.box label span {
color:#000;
font-size:16px;
font-weight:400;
width:200px;
text-align:left;
padding:5px;
}

div.box .input_text {
color:#000;
font-size:16px;
width:190px;
padding:5px;
height:30px;
border:1px solid #ccc;
border-radius:5px;
}

div.box .other{
padding:10px;
width:215px;
border:1px solid #ccc;
overflow:hidden;
font-weight:300;
font-size:16px;
border-radius:5px;
text-align:left;

}
div.box .space{
	margin-top:20px;
}
div.box .button
{
margin:0 0 10px 0;
border:0px;
position: relative;
top:20px;
left:0px;
width:100%;
height:40px;
color:#FFF;
font:inherit;
background: #70cd1d; /* Old browsers */
	background: -moz-linear-gradient(top,  #70cd1d 0%, #58a216 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#70cd1d), color-stop(100%,#58a216)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #70cd1d 0%,#58a216 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #70cd1d 0%,#58a216 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #70cd1d 0%,#58a216 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #70cd1d 0%,#58a216 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70cd1d', endColorstr='#58a216',GradientType=0 ); /* IE6-9 */
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	cursor:pointer;
}


/*--------------------- Partners Page---------------------- */
.partners_wrapper{
	width:275px;
	height:auto;
	text-align:center;
	float:left;
	margin-right:45px;
	padding-bottom:40px;
}
}