﻿/* ==========================================================================
   PLUGINS
   ========================================================================== */

/* jQuery FlexSlider v2.2.0 =====*/
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Icon ../fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src: url('../fonts/flexslider-icon.eot');
  src: url('../fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../fonts/flexslider-icon.woff') format('woff'), url('../fonts/flexslider-icon.ttf') format('truetype'), url('../fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
.carousel li {
  margin-right: 5px;
}
/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  display: block;
  width: 20px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav-newsticker {
margin-top: -50px;
 margin-left: 48px;
  position: absolute;
}
.newsticker-news {
 margin-left: -12px;
 width:104%;
}
.flex-viewport-news { 
  width: 95%;
}
.ticker-news { 
  width: 750px;
}
#hero .flex-direction-nav a { 
  width:40px;
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-prev {
  left: 20px;
}
.flexslider:hover .flex-next {
  right: 10px;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 1!important;
  filter: alpha(opacity=0);
  cursor: default;
  display:none;
}
.flex-direction-nav a:before {
  font-family: "FontAwesome";
  font-size: 40px;
  display: inline-block;
  content: '\f104';
  color: #8C8C9D;
}
.flex-direction-nav a.flex-next:before {
  content: '\f105';
}
/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f104';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
.flexslider {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.flexslider a,
.flexslider a:link,
.flexslider a:visited {
  text-decoration: none;
}
.flex-direction-nav a {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.flexslider .flex-prev {
  left: 20px;
}
.flexslider .flex-next {
  right: 10px;
}
.flex-control-paging li {
  margin: 0 4px;
}
.flex-control-paging li a {
  height: 7px;
  width: 7px;
}
.flex-control-nav {
  text-align: right;
}
.flex-control-nav li {
  margin-bottom: 0;
  text-align: center;
}
.flex-direction-nav li {
  margin-bottom: 0;
}
section#headlines .flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 14px;
text-align:center;
}
section#headlines.flexslider .flex-prev {
  left:0px;
}
section#headlines.flexslider .flex-next {
  right:0px;
}
section#solutions .flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 10px;
  text-align:center;
}
section#solutions.flexslider .flex-prev {
  left: 0;
}
section#solutions.flexslider .flex-next {
  right: 0;
}

section#solutionsPartners.flexslider .flex-prev {
  left: 0;
}
section#solutionsPartners.flexslider .flex-next {
  right: 0;
}

section#solutionsPartners .flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 0px;
  text-align: center;
}


section#solutionsStrategi.flexslider .flex-prev {
  left: 0;
}
section#solutionsStrategic.flexslider .flex-next {
  right: 0;
}

section#solutionsStrategic .flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 0px;
  text-align: center;
}

/* Font Awesome =====*/
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=3.2.1');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('../font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('../font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}
/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline;
}
/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.1428571428571428em;
  text-align: right;
  padding-right: 0.2857142857142857em;
}
[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.4285714285714286em;
}
.icons-ul {
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.icons-ul > li {
  position: relative;
}
.icons-ul .icon-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  text-align: center;
  line-height: inherit;
}
[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none;
}
.icon-muted {
  color: #eeeeee;
}
.icon-light {
  color: #ffffff;
}
.icon-dark {
  color: #333333;
}
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.icon-5x {
  font-size: 5em;
}
.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}
/* slider styling */
.flex-control-nav {
  z-index: 899;
}
.flex-control-nav li a {
  background: #e9e9ef;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.flex-control-nav li a.flex-active {
  background: #5db0e5;
}
/* Ticker --------------------------*/
#ticker {
  color: #444444;
  margin: 0;
  width: 980px;
  /*position: relative;*/
  line-height:50px;
}
#ticker p {
  margin: 0px;
}
#ticker a {
  color: #444444;
}
#ticker .slides {
  margin: 0 0;
  padding-left:100px;
  padding-right:50px;
}
#ticker .flex-direction-nav a {
  height: 13px;
  line-height: 13px;
  width: 8px;
}
#ticker .flex-direction-nav a:before {
  color: #8c8c9d;
  font-size: 22px;
  opacity: .5;
}
#ticker .flex-direction-nav .flex-prev,
#ticker .flex-direction-nav .flex-next {
  left: auto;
  margin: 0;
  top: 18px;
}
#ticker .flex-direction-nav .flex-prev {
  left: 0px;
  background: white;
  width: 38px;
  /*height: 16px;*/
  position: relative;
  top: -30px;
}
#ticker .flex-direction-nav .flex-next {
  left: 22px;
  position: relative;
  top: -43px;
}
/*-------------------------- HOME -------------------------- */
section#hero {
  border-bottom: 1px solid #cacada;
  margin: 0;
  width: 980px;
}
section#hero article {
  padding: 70px 0 0 86px;
  width: 394px;
}
section#hero article h1,
section#hero article h2,
section#hero article p {
  margin: 0;
}
section#hero .flex-direction-nav a {
  filter: DropShadow(Color=#c1c1c1, OffX=0, OffY=3);
}
section#hero section#stealth,
section#hero section#stealth2,
section#hero section#stealth3 {
  background: url('../images/hero_main.png') right 0 no-repeat;
  min-height: 400px;
}
section#hero .flex-control-nav {
  bottom: 10px;
  right: 50px;
}
section#hero .flex-direction-nav a {
  height: 70px;
  line-height: 70px;
}
section#hero .flex-direction-nav a:before {
  color: #fff;
  font-size: 70px;
  padding-left: 3px;
  text-shadow: 0px 0px 6px rgba(150, 150, 150, 1);
}
section#hero .flex-direction-nav .flex-next {
  right: 20px;
}
section#highlights {
  background: #004b97;
  color: #fff;
  margin: 0 auto;
  width: 980px;
  overflow: auto;
}
section#highlights p,
section#highlights h2 {
  margin: 10px;
}
section#highlights button:hover {
  background: #0a919d;
}
section#highlights ul#highlightMenu {
  margin: 0px;
  padding: 0px;
  width: 175px;
  background-color:#003B77;
  float: left;
  height: 284px;
  list-style: none;
  padding-top: 30px;
}
section#highlights ul#highlightMenu li {
  padding: 10px;
  padding-left: 25px;
  margin-bottom: 15px;
  margin-left: 25px;
}
section#highlights ul#highlightMenu li:hover {
  font-weight: normal;
  background: #004284 url('../images/highlights_arrow.png') no-repeat 0.5em;
}
section#highlights ul#highlightMenu li:hover a {
  text-decoration: none;
}
section#highlights ul#highlightMenu li.active {
  font-weight: 600;
  background: #004b97 url('../images/highlights_arrow.png') no-repeat 0.5em;
  }
section#highlights ul#highlightMenu li.active a {
  text-decoration: none;
}
section#highlights ul#highlightMenu li a:hover {
  /*border-bottom: 1px solid white;*/
  text-decoration: underline;
}
section#highlights ul#highlightMenu li a {
  color: white;
  text-decoration: none;
}
section#highlights #highlightStage {
  background: transparent;
  margin: 0;
  float: right;
  width: 844px;
}
section#highlights #highlightStage .flex-control-nav {
  bottom: 20px;
  right: 50px;
}
section#highlights #highlightStage .flex-direction-nav {
  line-height: 32px;
}
section#highlights #highlightStage .flex-direction-nav a {
  width: 14px;
}
section#highlights #highlightStage .flex-direction-nav a:before {
  color: #fff;
  font-size: 32px;
}
section#highlights #highlightStage .flex-direction-nav a.flex-prev {
  left: 15px;
}
section#highlights #highlightStage .flex-direction-nav a.flex-next {
  right: 40px;
}
section#highlights #highlightStage article {
  height: 284px;
  padding: 40px 100px 40px 40px;
}
section#highlights #highlightStage article small {
  display: block;
  margin: 0 0 5px;
}
section#highlights #highlightStage article h2 {
  margin: 0 0 4px;
}
section#highlights #highlightStage article p {
  margin: 0 0 15px;
}
section#highlights #highlightStage article figure {
  margin-right: 63px;
  margin-left: 0;
  width: 260px;
  min-height: 240px;
  float: left;
}
section#highlights #highlightStage article figure figcaption {
  margin-top: 15px;
}
section#highlights #highlightStage article button {
  margin-top: 0;
}


/*Vertical Tab Styling*/
section#highlights .verticalTabDisplay {
  background: transparent;
  margin: 0;
  /*float: right;*/
  /*width: 844px;*/
}
section#highlights .verticalTabDisplay  .flex-control-nav {
  bottom: 20px;
  right: 50px;
}
section#highlights .verticalTabDisplay  .flex-direction-nav {
  line-height: 32px;
}
section#highlights .verticalTabDisplay  .flex-direction-nav a {
  width: 14px;
}
section#highlights .verticalTabDisplay  .flex-direction-nav a:before {
  color: #fff;
  font-size: 32px;
}
section#highlights .verticalTabDisplay  .flex-direction-nav a.flex-prev {
  left: 10px;
}
section#highlights .verticalTabDisplay  .flex-direction-nav a.flex-next {
  right: 10px;
}
section#highlights .verticalTabDisplay article {
  height: 284px;
  padding: 30px 20px 40px 30px;
  }
section#highlights .verticalTabDisplay  article small {
  display: block;
  margin: 0 0 5px;
}
section#highlights .verticalTabDisplay  article h2 {
  margin: 0 0 4px;
}
section#highlights .verticalTabDisplay  article p {
  margin: 0 0 15px;
}
section#highlights .verticalTabDisplay  article figure {
  margin-right: 24px;
  margin-left: 0;
  width: 260px;
  min-height: 240px;
  float: left;
}
section#highlights .verticalTabDisplay  article figure figcaption {
  margin-top: 15px;
}
section#highlights .verticalTabDisplay  article button {
  margin-top: 0;
}
#ticker .flex-viewport{
	height:49px;
}
/*Hyperlinks CSS Changes*/
#ticker a:hover {
  color: #444444;
  text-decoration:underline;
}
/*End - Hyperlinks CSS Changes*/
