@charset "UTF-8";


/*

*************** FONTS ***************

Futura Regular
-----------------------------
font-family: arial,sans-serif;
font-style: normal;
font-weight: 400;

Futura Bold
-----------------------------
font-family: arial,sans-serif;
font-style: normal;
font-weight: 700;

Lato Light
-----------------------------
font-family: "lato",sans-serif;
font-style: normal;
font-weight: 300;

Lato Regular
-----------------------------
font-family: "lato",sans-serif;
font-style: normal;
font-weight: 400;

Lato Bold
-----------------------------
font-family: "lato",sans-serif;
font-style: normal;
font-weight: 700;

*/

.top_menu li:hover .sub-menu{
display:block;
}


.top_menu li .sub-menu li {
    list-style: none;
    float: left;
    background-color: #32316c;
    width: 100%;
}

.top_menu li .sub-menu li a {
    width: 76px;
    text-align: center;
}



.top_menu li .sub-menu {
    position: absolute;
    top: 39px;
    padding: 0;
    margin: 0;
    z-index: 2;
    width: 100px;
    right: 0;
    display:none;
}


body { 
padding:0; margin:0; 
font-family: "lato",sans-serif;
font-style: normal;
font-weight: 300;
}

.outer_wrapper { width:100%; /*float:left;*/  }


.inner_wrapper { width:970px; margin:auto; }

.container{ /*padding: 2%; width:96%;*/ /*float:left;*/ }

.clearfix { clear:both; }

 
.header_space{
height:39px; 
float: left;
width: 100%;
 }


.spacer {
	
	height:60px;}

.slicknav_menu {
	display:none;
}

.slicknav1_menu {
	display:none;
}

.full_header{ /*position:fixed;*/ z-index:88888;}

.header_one{ 
  background:#32316c; /*navbg*/ 
	height:39px; 
	z-index:99999;
}

.header_two { 
  background-image:url(/staticimg/themes/eagle/images/menu_white_fade.png); 
  background-repeat:repeat-x; 
  background-position:top;
}


.main_menu { list-style:none; float:right; padding:0; margin:0;}

.main_menu li {
  float: left;
  margin-top: 12px;
}

.main_menu li a{
font-family: arial,sans-serif;
font-style: normal;
font-weight: 700;
padding: 40px 10px 10px 10px;
text-decoration:none;
float: left;
color:#32316c;
font-size:15px;
}





/* Applications */
.item1{ 
background-image:url(/staticimg/themes/eagle/images/icon_applications.png); 
background-position:center top; 
background-repeat:no-repeat;
}

.item1:hover {
  background-image: url(/staticimg/themes/eagle/images/icon_applications_hover.png); }

.item1 a:hover {color:#6a40dd; /*#76b866*/}

/* Services */
.item2{
background-image:url(/staticimg/themes/eagle/images/icon_services.png); 
background-position:center top; 
background-repeat:no-repeat;	
}

.item2:hover{
background-image:url(/staticimg/themes/eagle/images/icon_services_hover.png); 
}

.item2 a:hover {color:#c51f72;}

/* Products */
.item3{
background-image:url(/staticimg/themes/eagle/images/icon_products.png); 
background-position:center top; 
background-repeat:no-repeat;
}

.item3:hover{
background-image:url(/staticimg/themes/eagle/images/icon_products_hover.png); 
}

.item3 a:hover {color:#2a8ab2;}

/* Resources */
.item4 {
background-image:url(/staticimg/themes/eagle/images/icon_resources.png); 
background-position:center top; 
background-repeat:no-repeat;
}

.item4:hover {
background-image:url(/staticimg/themes/eagle/images/icon_resources_hover.png); 
}

.item4 a:hover {color:#f3523d;}


/* Sectors */
.item5 {
background-image:url(/staticimg/themes/eagle/images/icon_sectors.png); 
background-position:center top; 
background-repeat:no-repeat;
}

.item5:hover {
background-image:url(/staticimg/themes/eagle/images/icon_sectors_hover.png); 
}

.item5 a:hover {color:#f3523d;}

/* Hardware */
.item6 {
background-image:url(/staticimg/themes/eagle/images/icon_hardware.png); 
background-position:center top; 
background-repeat:no-repeat;
}

.item6:hover {
background-image:url(/staticimg/themes/eagle/images/icon_hardware_hover.png); 
}

.item6 a:hover {color:#c8b932;}

.download_btn {
  height: 19px;
  color: #FFF;
  font-size: 12px;
  float: left;
  width: 175px;
  padding: 10px 2%;
}

.download_btn:hover{background-color:rgba(255, 255, 255,0.2);}

.download_btn img {
  height: 19px;
  width: 20px;
  margin-right: 10px;
  float: left;
}
.download_btn span {
  height: 19px;
  width: 145px;
  line-height: 1.8;
  float: left;
  font-family: "lato",sans-serif;
  font-style: normal;
  font-weight: 400;
}


/* SlickNav */
.slicknav1_menu {
  font-size: 16px;
  box-sizing: border-box;
  background-color: #b2c9db;
}


.slicknav1_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden;
  background-color: #24789B;
}

.slicknav_menu {
  font-size: 16px;
  box-sizing: border-box;
   background: #32316c;
}

.top_menu {float:right; padding:0; margin:0; list-style:none;}

.top_menu li {
	float: left;	
    position: relative;
}

.top_menu li a{ 
padding: 11px 12px;
color: #333;
text-decoration: none;
float: left;
font-size: 12px;
font-family: "lato",sans-serif;
font-style: normal;
font-weight: 300;
/*text-transform: uppercase;*/
}

.top_menu li a:hover{ 

   text-decoration: underline;
background-color:rgba(255, 255, 255,0.2);
}



.slider_wrapper{ 
position:relative;

}

.header_bg{ 
/*background-image:url(/staticimg/themes/eagle/images/header_bg.png);*/
background-repeat:no-repeat;
background-position:top center;
background-size: contain;
background: #FFFEFE;
background: -webkit-linear-gradient(to right, #fff, #FFFEFE);
background: linear-gradient(to right, #fff, #FFFEFE );
}

@media (max-width:580px){
  .header_bg{margin-top: 75px;}
}
.da-slider{margin-top:0px!important;}
.content_header_bg{
position:relative;
width:100%;
float:left;
  line-height: 0;
  overflow:hidden;

}

.content_header_bg img{
	min-width: 700px;
	width:100%;
}

.content_header_fade{
	position:absolute; 
	bottom:0; 
	left:0; 
	width:100%;
}


.partners_wrapper h1 span { color:#b2c9db;}

.home_content_wrapper{ 
width:100%; 
float:left; background-image:url(/staticimg/themes/eagle/images/content_light_blue_BG.png); 
background-position:center top;
background-repeat:repeat-x;
background-size:cover;
padding-bottom: 0;
color: #0e0d42 !important;
}

.home_content_wrapper h1{   
  color: #32316c;
  font-size: 40px;
  font-family: arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  /*text-transform: uppercase;*/ 
  width:100%;
  float:left;
  padding: 2% 0;
  margin: 0 !important;
}
  
.home_content_text{ 
width:100%; 
float:left;
font-family: "lato",sans-serif;
font-style: normal;
font-weight: 300;
font-size: 18px;
color: #0e0d42;
}



.blog_ticker{
width:100%; 
float:left;
font-family: "lato",sans-serif;
font-style: normal;
font-weight: 300;
color: #32316c;
text-align:center;
background-color:#32316c;
margin-top: 20px;
}

.market_sectors_grid{ 
width:50%; 
float:left;  
padding: 0 2% 4% 2%;
display:table;
}

.diagonal_inner_wrapper h1{ 
color: #FFF;
  font-size: 40px;
  font-family: arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  /*text-transform: uppercase;*/
  width: 47%;
  float: left;
  padding: 2%;

}

.market_sectors_grid li { list-style:none; float:left; width:31%; margin:1%; }

.market_sectors_grid li a{ 
  padding: 10%;
  background-color: rgba(225, 225, 225, 0.5);
  width: 80%;
  float: left;
  text-decoration: none;
  color: #FFF;
  /*text-transform: uppercase;*/
  text-align: center;
  font-size: 15px;
  height: 122px;
  vertical-align:baseline;
  }
 
 .market_sectors_grid li a:hover{ 
  background-color: rgba(225, 225, 225, 0.3);
 }

  
 .market_sectors_grid li a img{ margin:13% 0;}

.market_sectors_image{ position: absolute; bottom:4px; right: 2%;  width:345px; }

.partners_wrapper h1{
	color: #32316c;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	text-align: left;
	float: right;
	padding: 2%;
	}

.partners{ padding:2%; margin:0; list-style:none; width:96%; float:right;}

.partners li {
  float: right;
  margin-left: 4%;
}

.partners li:last-child { margin-left:0;}

.partners li a{ float:left;   line-height: 0; text-align:center;
}

.partners li a img { height:89px;}



.footer_wrapper{ background:#32316c; /*navbg*/ width:100%; float:left;}

.social { text-align:center;}

.social img{ padding:0 1%;}

.social img:hover{ 
opacity:0.5;
}

.social_header {
  float: left;
  padding: 10px 0px;
  width: 25px;
}
.social_header a {
  float: left;
  width: 50%;
  text-align: center;
}

.social_header img:hover { opacity:0.5;
}


.address { color:#FFF; text-align:center; width:100%; float:left; padding:2% 0;   font-size: 15px;}

.contact { 
color:#FFF; 
text-align:center; 
width:100%; 
float:left; 
font-family: "lato",sans-serif;
font-style: normal;
font-weight: 700;   
font-size: 15px;
}

.contact span{ margin-right:2%;}

.contact a{ 
text-decoration:none;
color:#FFF;
}

.contact a:hover{ 
text-decoration:none;
opacity:0.5;
}

.tabs { float:left; width:100%; margin-top:2%;}

.header_image{
  width: 31%;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 6%;	
}
.header_image img {position:absolute; bottom:0; left:0;}


.header_text{ float:right; width:50%; display:table; padding-right:2%; }

.header_text span{height: 600px; display:table-cell; vertical-align:middle;}

.header_content {
  color: #0e0d42; /*898989*/
  width: 100%;
  float: left;
  text-align: center;
  font-size: 15px;
  font-family: "lato",sans-serif;
  font-style: normal;
  font-weight: 300;
}

.header_icon{
	width:100%;
	float:left;	
	text-align:center;
	  margin-top: 15%;
}

.header_text h1{
	color:#32316c; 
	font-size:60px; 
	font-family: arial,sans-serif;
	font-style: normal;
	font-weight: 700;
	width:100%;
	float:left;	
	text-align:center;
}


.secondary_menu { 
  height: 46.1px;

  background-color:#b2c9db;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.secondary_menu ul { 
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding:0; list-style:none;}

.secondary_menu ul li{ float:left;}

.secondary_menu ul li a {
  float: left;
  color: #FFF;
  text-decoration: none;
  padding: 10px;
  font-family: "lato",sans-serif;
  font-style: normal;
  font-weight: 300;
  /*text-transform: uppercase;*/
}

.secondary_menu ul li a:hover {
  background-color: rgba(255, 255, 255,0.2);
}


.blog_wrapper article {
    float: left;
    width: 100%;
    background: var(--contentbackground);
    margin: 1%;
    padding: 2%;
    /*height: 380px;*/
}
.blog_wrapper article:hover {  
   background: var(--contentbackground);
}
.blog_wrapper{ padding:1%;}
.blog_wrapper h1 a { 
  width:100%!important; 
  float: left!important; 
  text-decoration:none!important; 
  color:#32316c!important; 
  font-size:30px!important; 
  /*height: 84px; */
  overflow:hidden;   
  line-height: 28px;
-webkit-appearance:none!important; }
.blog_wrapper h1 a:hover { color:#333!important;}
.blog_wrapper h1 a:visited { color:#ccc;}

.blog_wrapper h2 { font-size:14px; color:#b2c9db; text-align:center;  margin:4% 0; font-weight:300; width:100%; float:left;}
.blog_wrapper p{font-size: 16px; text-align:left;padding:1%; width:100%; float:left; }


p.postmetadata a {  font-size: 16px;text-align: center; color: #32316c; text-decoration: none; padding: 2%;}
p.postmetadata a:hover { color:#b2c9db!important; font-size: 16px; }

.postmetadata{  margin-bottom: 0px;}

.readmore_btn {
	text-align:center;	
  display: none; /*blogs*/
}
.readmore_btn a {
  background-color: rgba(111, 110, 152, 0.3);
  padding: 5px 5px 5px 5px;
  line-height: 31px;
  color: #32316c;
  font-family: arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  /*text-transform: uppercase;*/
  text-decoration: none;
  text-align:center;
  -webkit-appearance:none!important;
  margin:auto;
}

.post-nav{ width:100%; float:left;}

.prev { float:left; margin-left:1%;}

.prev a{ 
  background-color: rgba(111, 110, 152, 0.3);
  padding: 5px 5px 5px 5px;
  line-height: 31px;
  color: #32316c;
  font-family: arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  /*text-transform: uppercase;*/
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none!important;

}

.prev a:hover{ background-color: rgba(111, 110, 152, 0.2);}

.next { float:right; margin-right:2%;}

.next a{ 
  background-color: rgba(111, 110, 152, 0.3);
  padding: 5px 5px 5px 5px;
  line-height: 31px;
  color: #32316c;
  font-family: arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  /*text-transform: uppercase;*/
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none!important;

}

.next a:hover{ background-color: rgba(111, 110, 152, 0.2);}

.readmore_btn a:hover{   background-color: rgba(111, 110, 152, 0.2);}

.button_wrapper {
	width:100%;
	margin:auto;
	margin-top: 2%;
	}

/*Single Blog page */
 .post_wrapper article {
	 width:100%;
	 float:left;
	 margin:2%;
	 margin-top: 60px;
 }
.post_wrapper article h1 {
  color: #32316c;
  font-size: 40px;
  font-family: arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  /*text-transform: uppercase;*/
  width: 100%;
  float: left;
  padding: 2% 0;
  text-align:left;
}

.post_content {
	font-size:18px;
  color: #0e0d42;
	margin-top:1%;	
	width:100%;
	float:left;

}
.post_wrapper article h2 { font-size:18px; color:#b2c9db; text-align:left;  font-weight:300;}
.postmetadata a { font-size:18px; text-align:left; color:#32316c; text-decoration:none;  }
.postmetadata a:hover { font-size:18px; text-align:left; color:#b2c9db!important; text-decoration:none;  }


.wpcf7 {
	border-color:#b2c9db;
	border-width:medium;
    width: 96%!important;
    margin-top: 2%!important;
}
.wpcf7-submit {
    width: 20%!important;
    padding: 1%!important;
    /*text-transform: uppercase;*/
    font-size: 14px!important;
    margin-top: 2%!important;
    background-color: #b2c9db;
	height:30px;
	
}

/*input, textarea {
	width:98%;
	padding:1%;	
	height:20px;
}*/

wpcf7-form-control wpcf7-textarea {
	height:30px;}
	

	

@media (max-width: 1070px){
.home_content_wrapper h1{
font-size: 30px;
}



.partners_wrapper h1{ 
font-size: 30px;
}

.home_content_text{ 
font-size:13px;   
line-height: 20px;
}

.home_content_button a {
font-size: 13px;
}

.address { 
font-size:13px; 
line-height:20px;
}
.contact { 
font-size:13px; 
line-height:20px;
}

.header_content {
  font-size: 13px;
  line-height:20px;
}
.post_wrapper article {
  width: 94%;
  float: left;
  margin: 2%;
}

}
@media (max-width:970px){
	
  /*
.inner_wrapper{ width:100%;}
*/

.market_sectors_image {
width: 325px;
bottom: 4px;
}


.logo_box {
  height: 135px;
  right: 285px;
}


.post_wrapper article h1 {
  color: #32316c;
  font-size: 34px;
  font-family: arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  /*text-transform: uppercase;*/
  width: 100%;
  float: left;
  padding: 2% 0;
  text-align: left;
}
}

@media (max-width:960px){
	.partners li a img {
  height: 79px;
}
}


@media (max-width: 870px){
	
	
	
	.home_content_wrapper h1{
font-size: 20px;
}



.partners_wrapper h1{ 
font-size: 20px;
}

.market_sectors_grid li a {
  font-size: 13px;
  height: 100px;
}

.market_sectors_image {
  width: 285px;
  bottom: 3px;
}

.logo_box {
  height: 120px;
  right: 260px;
}

.market_sectors_grid li a img {
  margin: 7% 0;
}



	
.header_text span {
  height: 520px;
}	

.header_text h1 {
  font-size: 50px;
}

.blog_wrapper article {
  float: left;
  width: 100%;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(178, 201, 219, 0.2) );
  margin: 1%;
  padding: 2%;
  /*height: 460px;*/
}
	
.post_wrapper article {
  width: 94%;
  float: left;
  margin: 2%;
}	


	
}

@media (max-width:850px){
	.partners li a img {
  height: 69px;
}
}

@media (max-width:767px){
	
.market_sectors_image {
display:none;
}
.logo_box {
 display:none;
}


.market_sectors_grid {
  width: 98%;
}

.market_sectors_grid li {
  width: 31%;
  margin: 1%;
}

.market_sectors_grid li a img {
  margin: 22% 0;
}

.market_sectors_grid li a {

  height: 168px;
}


.header_text span {
  height: 460px;
}

.post_wrapper article h1 {
  color: #32316c;
  font-size: 32px;
  font-family: arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  /*text-transform: uppercase;*/
  width: 100%;
  float: left;
  padding: 2% 0;
  text-align: left;
}
	
}


@media (max-width:740px){
	.partners li a img {
  height: 59px;
}

.header_text span {
  height: 440px;
}
.blog_wrapper h1 a {
  width: 100%!important;
  float: left!important;
  text-decoration: none!important;
  color: #32316c!important;
  font-size: 30px!important;
  height: 86px;
  text-align: left;
  overflow: hidden;
  -webkit-appearance: none!important;
  line-height: 28px;
}

}

@media (max-width:660px){
	#menu {
		display:none;
	}
	
	.header_one{display:none;}
	
	.slicknav_menu {
		display:block;
	}
	
	.slicknav1_menu {
		display:block;
	}
	
	#secondary_menu{ display:none;}
	
	.logo_MOB{ padding: 10px 10px 4px 10px; }
	

.main_menu li a {
  padding: 40px 10px 10px 10px;

}

.main_menu {
  list-style: none;
  float: none;
  padding: 0;
  margin: auto;
  width: 486px;
}

.header_text span {
  height: 420px;
}

.header_text h1 {
  font-size: 40px;
}
.header_icon img{ width:70px; height:auto;}

.blog_wrapper article {
  float: left;
  width: 100%;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(178, 201, 219, 0.2) );
  margin: 1%;
  padding: 2%;
  /*height: 460px;*/
}
.blog_wrapper h1 a {
  width: 100%!important;
  float: left!important;
  text-decoration: none!important;
  color: #32316c!important;
  font-size: 30px!important;
  height: 86px;
  text-align: center;
  overflow: hidden;
  -webkit-appearance: none!important;
  line-height: 28px;
}

}

@media (max-width:631px){
	.partners li a img {
  height: 49px;
}
.blog_wrapper h1 a {
  width: 100%!important;
  float: left!important;
  text-decoration: none!important;
  color: #32316c!important;
  font-size: 28px!important;
  height: 94px;
  text-align: center;
  overflow: hidden;
  -webkit-appearance: none!important;
  line-height: 30px;
}
.post_wrapper article h1 {
  color: #32316c;
  font-size: 24px;
  font-family: arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  /*text-transform: uppercase;*/
  width: 100%;
  float: left;
  padding: 2% 0;
  text-align: center;
}

.post_wrapper article p {
  font-size:18px;
  color: #0e0d42;
  margin-top: 1%;
  font-size: 16px;
  text-align:center;
}
.post_wrapper article h2 {
  font-size: 18px;
  color: #b2c9db;
  text-align: center;
  font-weight: 300;
}

}

@media (max-width:580px){
	.header_text span {
  height: 380px;
}

.header_text h1 {
  font-size: 30px;
}

.header_text {
    padding-right: 10%;
}

.header_icon {
  margin-top: 25%;
}

.blog_wrapper h1 a {
  width: 100%!important;
  float: left!important;
  text-decoration: none!important;
  color: #32316c!important;
  font-size: 24px!important;
  height: 50px;
  text-align: center;
  overflow: hidden;
  -webkit-appearance: none!important;
  line-height: 25px;
}

.blog_wrapper h2 {
  margin: 0% 0 3% 0;
}
.blog_wrapper p {
  display:none; 
}

.blog_wrapper article {
  float: left;
  width: 100%;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(178, 201, 219, 0.2) );
  margin: 0%;
  padding: 2%;
  /*height: 150px;*/
}

.blog_wrapper{
	padding:0; }
	
.post_content {
  font-size:18px;
  color: #0e0d42;
  margin-top: 1%;
  width: 96%;
  text-align: center;
  padding:2%;}

.post_wrapper article h1 {
  color: #32316c;
  font-size: 22px;
  font-family: arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  /*text-transform: uppercase;*/
  width: 100%;
  float: left;
  padding: 2% 0;
  text-align: center;
}

.post_wrapper article p {
  font-size:18px;
  margin-top: 1%;
  font-size: 14px;
  text-align: center;
  line-height: 22px;
}

.postmetadata {
	text-align:center; 
}
.postmetadata a {
  font-size: 18px;
  text-align: center;
  color: #32316c;
  text-decoration: none;
}

.postmetadata a:hover { font-size:18px; text-align:center; color:#b2c9db!important; text-decoration:none;  }


.home_content_text table {
    margin: 20px 0px;
    width: 100%;
    border-radius: 10px 10px 0px 0px;
    vertical-align: top;
}
}

@media (max-width:530px){
.market_sectors_grid li a {

  height: 129px;
}
.market_sectors_grid li a img {
  margin: 16% 0;
}


.partners li a { width:100%;}

.partners li {
  float: right;
 margin-left:0;
  width: 33%;
  text-align:center;
    margin-bottom: 4%;
}
	
}


@media (max-width:510px){
.main_menu li a {
    padding: 40px 4px 10px 4px;
    font-size: 10px;
}

.main_menu {/*width: 300px;*/}

}

@media (max-width:480px){

.market_sectors_grid li a {

  height: 118px;
}
.market_sectors_grid li a img {
  margin: 10% 0;
}

.partners li a img {
  height: 40px;
}

.header_icon img {
  width: 40px;
  height: auto;
}

.header_text span {
  height: 330px;
}

.header_icon {
  margin-top: 35%;
}

.header_text h1 {
  font-size: 25px;
}
	
	
}


@media (max-width:410px){
	

.market_sectors_grid li {
  width: 48%;
  margin: 1%;
}

.market_sectors_grid li a {
  font-size: 12px;
  height: 152px;
}

.market_sectors_grid li a img {
  margin: 20% 0;
}

.header_text span {
  height: 280px;
}

.header_content {
  font-size: 12px;
  line-height: 15px;
}

.home_content_text {
  font-size: 12px;
  line-height: 15px;
}

}


@media (max-width:320px){
.market_sectors_grid li {
  width: 48%;
  margin: 1%;
}

.market_sectors_grid li a {
  font-size: 12px;
  height: 120px;
}

.market_sectors_grid li a img {
  margin: 15% 0;
}
	
	

.header_text {
  padding-right: 5%;
}


	
}
