/* Color variables */
@font-face {
  font-family: 'bufabico';
  src: url('../font/bufabico.eot?10055994');
  src: url('../font/bufabico.eot?10055994#iefix') format('embedded-opentype'), url('../font/bufabico.woff?10055994') format('woff'), url('../font/bufabico.ttf?10055994') format('truetype'), url('../font/bufabico.svg?10055994#bufabico') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'bufabico';
    src: url('../font/bufabico.svg?10055994#bufabico') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "bufabico";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - magrins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-wrench:before {
  content: '\e809';
}
/* '' */
.icon-star-circled:before {
  content: '\e807';
}
/* '' */
.icon-search:before {
  content: '\e80b';
}
/* '' */
.icon-rss:before {
  content: '\e80a';
}
/* '' */
.icon-cancel-circled:before {
  content: '\e805';
}
/* '' */
.icon-plus-circled:before {
  content: '\e806';
}
/* '' */
.icon-plus:before {
  content: '\e804';
}
/* '' */
.icon-down-open:before {
  content: '\e800';
}
/* '' */
.icon-up-open:before {
  content: '\e803';
}
/* '' */
.icon-right-open:before {
  content: '\e802';
}
/* '' */
.icon-left-open:before {
  content: '\e801';
}
/* '' */
.icon-home:before {
  content: '\e808';
}
/* '' */
/* apply a natural box layout model to all elements */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* Mixins */
.nolist {
  margin: 0;
  padding: 0;
  list-style: none;
}
.noboxshadow {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
}
.buttonstyle {
  -webkit-appearance: none;
  padding: 0;
  border: none;
  background-color: transparent;
  display: block;
}
.icon {
  color: white;
}
.icon i {
  text-shadow: 0px 2px #333;
}
/*==================================================
 * Effect 2
 * ===============================================*/
.effect2 {
  position: relative;
}
.effect2:before,
.effect2:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.effect2:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
/*==================================================
 * Effect 8
 * ===============================================*/
.effect8 {
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect8:before,
.effect8:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  top: 10px;
  bottom: 10px;
  left: 0;
  right: 0;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.effect8:after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
  -moz-transform: skew(8deg) rotate(3deg);
  -ms-transform: skew(8deg) rotate(3deg);
  -o-transform: skew(8deg) rotate(3deg);
  transform: skew(8deg) rotate(3deg);
}
.intro {
  font-weight: bold;
  color: #1c1c1c;
}
/* Theme CSS */
body {
  font-size: 14px;
  background: #fff;
  font-family: Arial;
  color: #858585;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #424242;
  font-weight: normal;
}
h1 {
  font-size: 2.3em;
}
h3 {
  padding: 0;
  margin: 0 0 7px 0;
  line-height: 1em;
  font-size: 18px;
}
h3 a {
  color: #858585;
  line-height: 1em;
}
h3 a:hover {
  text-decoration: none;
}
h5 {
  color: #97cef5;
  font-size: 1.25em;
}
a {
  color: #97cef5;
}
blockquote {
  background: #2c446a;
  color: #fff;
  width: 200px;
  padding: 15px 75px 15px 15px;
  border: none;
  float: right;
  margin: 15px;
  background: #2c446a url('../img/quotes.png') 140px center no-repeat;
}
blockquote p {
  font-size: 1em;
  font-weight: 300;
  line-height: 20px;
}
.border {
  border-bottom: 3px solid #f6f8f9;
}
.ingress {
  color: #424242;
}
.readmore {
  text-decoration: underline;
}
.dropdownContainer {
  display: none;
  min-width: 95px;
  max-height: 110px;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 99;
}
.dropdownContainer ul {
  margin: 0 !important;
  padding: 0;
  min-width: 115px;
}
.dropdownContainer ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #f6f8f9;
  border-top: 1px solid #e8e8e8;
  padding: 3px 10px !important;
}
.dropdownContainer ul li a {
  text-decoration: none;
  color: #8D8D8D;
}
.dropdownContainer ul li:hover {
  background: #e8e8e8;
}
.dropdownContainer ul li.multiList {
  position: relative;
}
.dropdownContainer ul li.multiList ul {
  display: none;
  position: absolute;
  top: 0px;
  right: -150px;
}
.dropdownContainer ul li.multiList ul li {
  border-left: 1px solid #e8e8e8;
}
.dropdownContainer ul li.multiList ul li:first-child {
  border-top: none;
}
.dropdownContainer ul li.multiList ul li:hover {
  backgrund: #585858;
}
.dropdownContainer ul li.multiList ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.dropdownContainer ul li.multiList ul li a:hover {
  text-decoration: none;
}
.dropdownContainer ul li.multiList:after {
  content: '>';
  display: block;
  font-size: 12px;
  color: #97cef5;
  position: absolute;
  top: 3px;
  right: 5px;
}
#header {
  height: 90px;
  position: relative;
}
#header .span12 {
  margin-top: 65px;
}
#header #dropdown {
  float: right;
  width: 320px;
  height: 25px;
  position: absolute;
  top: 20px;
  right: 0;
}
#header #dropdown .dropdown {
  background: #1c1c1c;
  height: 30px;
  float: right;
  font-size: 12px;
  padding: 6px 40px 6px 6px;
  margin-left: 10px;
  line-height: 20px;
  position: relative;
  cursor: pointer;
}
#header #dropdown .dropdown#lang {
  color: #8d8d8d;
  background: #f6f8f9;
}
#header #dropdown .dropdown#lang .icon {
  background: #a4a4a4;
}
#header #dropdown .dropdown#lang .dropdownContainer {
  min-width: 100%;
}
#header #dropdown .dropdown#lang .dropdownContainer ul {
  min-width: 87px;
}
#header #dropdown .dropdown#offices {
  color: #fff;
  background: #1c1c1c;
  width: 150px;
}
#header #dropdown .dropdown#offices .icon {
  background: #97cef5;
}
#header #dropdown .dropdown#offices ul {
  min-width: 150px;
}
#header #dropdown .dropdown#offices ul li {
  background: #1c1c1c;
}
#header #dropdown .dropdown#offices .dropdownContainer li:hover {
  background: #494949;
}
#header #dropdown .dropdown#offices .dropdownContainer .multiList ul li a {
  color: #fff;
  text-decoration: none;
}
#header #dropdown .dropdown#offices .dropdownContainer .multiList ul li a:hover {
  color: #fff;
  text-decoration: none;
}
#header #dropdown .dropdown .icon {
  width: 30px;
  height: 30px;
  background: red;
  position: absolute;
  line-height: 30px;
  text-align: center;
  top: 0;
  right: 0;
}
#header #logo {
  position: absolute;
  left: 0;
  bottom: 15px;
}
#header h1 {
  float: left;
  margin: 6px 0 0 0;
  font-size: 46px;
  font-weight: 100;
  line-height: 1.0em;
}
#header #mainNav {
  position: absolute;
  right: 0;
  bottom: 10px;
  margin-top: 25px;
}
#header #mainNav ul {
  margin: 0 -23px 0 0;
  padding: 0;
}
#header #mainNav ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  margin-right: 23px;
}
#header #mainNav ul li a {
  font-size: 12px;
  color: #9d9d9d;
  text-transform: uppercase;
}
#header #mainNav ul li.current_page_item a,
#header #mainNav ul li.current-page-ancestor a {
  color: #1c1c1c;
}
header h2 {
  border-bottom: 3px solid #2c446a;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: normal;
  color: #2c446a;
  margin: 0;
  line-height: 1.2;
}
.officeSolutions ul {
  margin: 20px 0 0 20px;
}
.officeSolutions ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  margin-right: 40px;
  text-align: center;
}
.officeSolutions ul li a {
  display: block;
}
.officeSolutions ul li figure {
  margin: 0 0 15px 0;
  border-radius: 160px;
  overflow: hidden;
}
#slidesContainer #mainSlider {
  background: #464646;
}
#slidesContainer #mainSlider .flexslider {
  background: #1c1c1c;
  height: 360px;
  position: relative;
  margin: 0 auto;
  max-width: 1100px;
  min-width: 960px;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  overflow: hidden;
  z-index: 0;
}
#slidesContainer #mainSlider .flexslider .slides {
  z-index: 0;
}
#slidesContainer #mainSlider .flexslider .flex-control-paging {
  display: none;
}
#slidesContainer #mainSlider .flexslider li {
  position: relative;
  height: 447px;
}
#slidesContainer #mainSlider .flexslider li img {
  height: 447px;
  width: auto;
  margin: 0 auto;
}
#slidesContainer #mainSlider .flexslider .slideMeta {
  display: none;
  position: absolute;
  padding: 15px 20px;
  width: 400px;
  top: 60px;
  right: 100px;
  z-index: 9;
  background: rgba(0, 0, 0, 0.8);
}
#slidesContainer #mainSlider .flexslider .slideMeta .type {
  color: #fff;
  text-transform: uppercase;
}
#slidesContainer #mainSlider .flexslider .slideMeta h1 {
  color: white;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 0.06em;
  margin: 0;
}
#slidesContainer #mainSlider .flexslider .slideMeta p {
  color: #fff;
  font-size: 14px;
}
#slidesContainer #mainSlider .flexslider .slideMeta a {
  margin-top: 15px;
  display: block;
}
#slidesContainer #mainSlider .flexslider .slideMeta a i {
  color: white;
  margin-right: 10px;
}
#slidesContainer #mainSlider .flexslider .slideMeta canvas {
  position: absolute;
  top: -1px;
  right: -385px;
  height: 201px;
}
#slidesContainer #mainSlider img {
  max-width: inherit;
}
#slidesContainer #mainSlider.noImage {
  height: 200px;
}
#slidesContainer #mainSlider.noImage ul li {
  height: 200px;
}
#slidesContainer #mainSlider.noImage ul li img {
  display: none;
}
#slidesContainer #mainSlider.noImage ul li .slideMeta {
  top: 0;
  left: 0;
  border: none !important;
  margin-left: 20%;
}
#slidesContainer #mainSlider.noImage ul li .slideMeta.light {
  background: transparent;
}
#slidesContainer #solutions {
  margin: -80px 0 40px;
  position: relative;
  text-align: center;
  z-index: 9;
}
#slidesContainer #solutions ul {
  margin: 0 auto;
  padding: 0;
  display: inline-block;
  overflow: auto;
}
#slidesContainer #solutions ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: 30px;
  float: left;
  cursor: pointer;
  border-radius: 90px;
  background: transparent;
}
#slidesContainer #solutions ul li:last-of-type {
  margin-right: 0;
}
#slidesContainer #solutions ul li a {
  display: block;
  width: 150px;
  height: 150px;
  padding-top: 20px;
  background: #e8e8e8;
  text-align: center;
  border-radius: 90px;
  border: 5px solid #f0f3f5;
}
#slidesContainer #solutions ul li a:hover {
  background: #97cef5;
}
#slidesContainer #solutions ul li a:hover span {
  color: white;
}
#slidesContainer #solutions ul li a i {
  background: black;
  display: block;
  width: 66px;
  height: 60px;
  margin: 0 auto;
  background: url(../img/sprites2.png) no-repeat -12px -5px;
}
#slidesContainer #solutions ul li a i.smallparts {
  background-position-y: -10px;
}
#slidesContainer #solutions ul li a i.vmi {
  background-position-y: -73px;
}
#slidesContainer #solutions ul li a i.supply {
  background-position-y: -155px;
}
#slidesContainer #solutions ul li a i.sourcing {
  background-position-y: -232px;
}
#slidesContainer #solutions ul li a:hover {
  text-decoration: none;
  color: white;
}
#slidesContainer #solutions ul li a:hover i {
  background-position-x: -100px;
}
#slidesContainer #solutions ul li .solutionTitle {
  font-size: 14px;
  line-height: 16px;
  color: #000;
  max-width: 115px;
  display: block;
  margin: auto;
}
#slidesContainer #solutions ul li p {
  font-size: 14px;
  color: #858585;
}
#bannerSlider {
  background: #2c446a;
  height: 124px;
  position: relative;
  margin: -94px 0 20px;
  padding-top: 0;
}
#bannerSlider figure {
  float: left;
  height: 90px;
  width: 90px;
  margin: 10px 40px 10px 20px;
}
#bannerSlider h1 {
  font-size: 1.6em;
  color: #fff;
  margin-top: 5px;
  margin-bottom: 0;
  font-weight: normal;
  text-shadow: 2px 2px #1d2d46;
}
#bannerSlider p {
  color: #fff;
  width: 730px;
  font-size: 13px;
  line-height: 16px;
}
#bannerSlider ul li {
  display: none;
  padding: .3em .3em .3em 20px;
}
#bannerSlider .flex-control-nav {
  position: absolute;
  bottom: 5px;
  text-align: center;
  right: 15px;
  width: auto;
}
#bannerSlider .flex-control-nav li {
  margin: 0 5px 0 0;
}
#content-holder {
  background: #e8e8e8;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlNTc5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZGI5ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #f6f8f9 0%, #e8e8e8 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f8f9), color-stop(100%, #e8e8e8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f6f8f9 0%, #e8e8e8 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f6f8f9 0%, #e8e8e8 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f6f8f9 0%, #e8e8e8 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f6f8f9 0%, #e8e8e8 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f6f8f9, endColorstr=#e8e8e8, GradientType=0);
  /* IE6-8 */
  min-height: 100px;
  margin: 0 0 32px;
  padding: 0 0 3em 0;
}
#content-holder .content {
  width: 60%;
}
#main {
  margin-bottom: 50px;
  position: relative;
}
#main article.single time {
  color: #97cef5;
  font-size: 1.2em;
}
#main article.single h1 {
  margin: 0 0 .5em;
}
#main article.office figure {
  margin: 0;
}
#main article.office .language {
  margin: 25px 0 20px 0;
}
#main article.office .ingress {
  color: #1c1c1c;
  margin-bottom: 25px;
}
#main #widgets {
  margin: 0 0 2.5em -20px;
}
#main #widgets .widget {
  height: 180px;
  position: relative;
  overflow: hidden;
}
#main #widgets .widget a {
  display: block;
}
#main #widgets .widget a figure {
  margin: 0;
  padding: 0;
  height: 180px;
}
#main #widgets .widget a figure img {
  height: 100%;
  width: 100%;
}
#main #widgets .widget a .meta {
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  background: #000000;
  background: rgba(0, 0, 0, 0.4);
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#main #widgets .widget a .meta .type {
  text-transform: uppercase;
  color: #97cef5;
  line-height: 1em;
  margin-top: 10px;
}
#main #widgets .widget a .meta p {
  color: #fff;
  margin: 0;
}
#main #widgets .widget a:hover .meta {
  bottom: 0px;
  background: #000000;
  background: rgba(0, 0, 0, 0.8);
}
#main #news ul {
  margin: 0 0 10px 0;
  padding: 0;
}
#main #news ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  /*&:first-of-type {
					.newsItem {
						&:first-of-type {
							border-top: none;
						}
					}
				}*/
}
#main #news ul li:first-child {
  margin-top: 15px;
}
#main #news ul li:last-of-type .newsItem:last-of-type {
  border-bottom: 1px solid #e8e8e8;
}
#main #news ul li > a {
  display: block;
  height: 50px;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
#main #news ul li > a:hover {
  background: #f6f8f9;
  text-decoration: none;
}
#main #news ul li .meta {
  background: #97cef5;
  color: white;
  width: 55px;
  height: 40px;
  margin-right: 15px;
  float: left;
  text-align: center;
}
#main #news ul li .meta .day {
  font-size: 14px;
  position: relative;
  top: 4px;
}
#main #news ul li .meta .month {
  font-size: 12px;
  text-transform: uppercase;
}
#main #news ul li .newsItem {
  padding: 0 5px;
  border-top: 1px solid #e8e8e8;
  height: 50px;
}
#main #news ul li .newsItem span {
  color: #858585;
  font-size: 12px;
  position: absolute;
  margin: 4px 0px;
  font-style: italic;
}
#main #news ul li .newsItem h3 {
  line-height: 40px;
  font-weight: normal;
  margin: 0;
}
#main #news ul li .newsItem p {
  margin: 0;
  padding: 0;
  color: #858585;
  line-height: 60px;
}
#main #news .newsmeta {
  color: #858585;
  text-transform: uppercase;
  margin-right: 20px;
}
#main #news #newsmeta {
  margin-top: 15px;
}
#main #news #newsmeta span {
  border: 1px solid #2c446a;
  border-radius: 20px;
  background: #2c446a;
  width: 18px;
  height: 18px;
  line-height: 18px;
  display: inline-block;
  margin: 0 5px 0 0;
}
#main #news #newsmeta span i {
  font-size: 9px;
  color: #fff;
  margin-top: -1px;
  margin-left: 2px;
}
#main #news #newsmeta a {
  color: #2c446a;
  font-size: 1em;
  text-transform: uppercase;
  line-height: 18px;
  position: relative;
  bottom: 1px;
  margin-right: 20px;
}
#main #search {
  min-height: 400px;
}
#main #search #searchForm {
  height: 90px;
  border-bottom: 1px solid #e8e8e8;
}
#main #search #searchForm form {
  margin: 0;
}
#main #search #searchForm #searchterm {
  margin: 10px 0 0;
  display: block;
}
#main #search #searchForm input {
  margin-top: 15px;
  width: 287px;
  height: 27px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background: #1c1c1c;
  border: none;
  box-shadow: none;
  color: #fff;
}
#main #search #searchForm p {
  margin: 0;
  padding: 0;
  line-height: 1em;
}
#main #search ul {
  margin: 0;
  padding: 0;
}
#main #search ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #e8e8e8;
}
#main #search ul li .type {
  text-transform: uppercase;
  color: #97cef5;
}
#main #search ul li .searchItem {
  width: 300px;
}
#main #search ul li .searchItem a,
#main #search ul li .searchItem a:hover {
  text-decoration: none;
  color: #858585;
  padding: 5px;
  display: block;
}
#main #search ul li:hover {
  background: #f6f8f9;
}
.segment-content {
  border-bottom: 3px solid #f6f8f9;
  margin-bottom: 0;
  padding-bottom: 20px;
}
#footer {
  max-width: 100%;
  min-width: 960px;
  background: #1c1c1c;
  padding-bottom: 20px;
}
#footer #innerFooter {
  margin-top: 50px;
}
#footer #innerFooter > div {
  border-right: 1px solid #3a3a3a;
}
#footer #innerFooter #newsletter {
  border: none;
}
#footer #innerFooter #newsletter span {
  font-size: 18px;
  color: #97cef5;
  text-transform: uppercase;
  line-height: 1.3em;
}
#footer #innerFooter #newsletter p {
  color: #fff;
  font-size: 13px;
}
#footer #innerFooter #newsletter input {
  margin: 10px 0 5px;
  height: 30px;
}
#footer #innerFooter #newsletter a {
  color: #97cef5;
}
#footer #innerFooter #contact {
  border-top: 1px solid #3a3a3a;
  border-right: none;
  margin-top: 50px;
  padding-top: 20px;
  height: 68px;
}
#footer #innerFooter #contact span {
  color: #97cef5;
  font-size: 14px;
  text-transform: uppercase;
}
#footer #innerFooter #contact p {
  color: #fff;
  font-size: 13px;
}
#footer #innerFooter .footerLinks ul {
  margin: 0;
  padding: 0;
}
#footer #innerFooter .footerLinks ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.33em;
}
#footer #innerFooter .footerLinks ul li a {
  color: #fff;
  font-size: 13px;
  line-height: 1.33em;
}
#footer #innerFooter .footerLinks ul li.parent {
  margin-bottom: 8px;
}
#footer #innerFooter .footerLinks ul li.parent a {
  color: #97cef5;
  font-size: 18px;
  text-transform: uppercase;
}
button.slidemore {
  -webkit-appearance: none;
  padding: 0;
  border: none;
  background-color: transparent;
  display: block;
}
/* Utilities */
#toTop {
  display: none;
  position: fixed;
  right: 0;
  cursor: pointer;
}
#toTop #toTopContainer {
  position: relative;
}
#toTop #toTopContainer p {
  margin-right: 55px;
  padding-top: 12px;
  text-transform: uppercase;
}
#toTop #toTopContainer .icon {
  width: 43px;
  height: 43px;
  background: #2c446a;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 43px;
}
.tooltip {
  padding: 10px;
}
.tooltip .tooltip-inner {
  background: #2c446a;
  padding: 9px 14px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  font-size: 13px;
  text-shadow: 1px 1px #888;
}
.tooltip .tooltip-arrow {
  border-top-color: #2c446a !important;
}
/* Effects */
.arrow_bottom {
  position: relative;
  background: #88b7d5;
}
.arrow_bottom:after {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.arrow_bottom:after {
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #88b7d5;
  border-width: 5px;
  left: 50%;
  margin-left: -5px;
}
.arrow_bottom {
  position: relative;
}
.arrow_bottom:after,
.arrow_bottom:before {
  left: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.arrow_bottom:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #97cef5;
  border-width: 5px;
  top: 50%;
  margin-top: -5px;
}
.arrow_bottom:before {
  border-color: rgba(194, 225, 245, 0);
  border-left-color: #97cef5;
  border-width: 6px;
  top: 50%;
  margin-top: -6px;
}
.arrow_box {
  position: relative;
  background: #97cef5;
}
.arrow_box:after {
  left: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.arrow_box:after {
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #97cef5;
  border-width: 5px;
  top: 50%;
  margin-top: -5px;
}
.effect8 {
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect8:before,
.effect8:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  top: 10px;
  bottom: 10px;
  left: 0;
  right: 0;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.effect8:after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
  -moz-transform: skew(8deg) rotate(3deg);
  -ms-transform: skew(8deg) rotate(3deg);
  -o-transform: skew(8deg) rotate(3deg);
  transform: skew(8deg) rotate(3deg);
}
.dshadow {
  position: relative;
}
.dshadow:before,
.dshadow:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #999;
  -webkit-box-shadow: 0 15px 10px #999;
  -moz-box-shadow: 0 15px 10px #999;
  box-shadow: 0 15px 10px #999;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.dshadow:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
/* Subpages */
body.subpage #slidesContainer {
  height: 400px;
  margin-bottom: 50px;
}
.breadcrumbs {
  background: #fff;
  height: 40px;
  position: relative;
  margin: -10px 0 20px;
  bottom: 10px;
  text-transform: uppercase;
}
.breadcrumbs:after {
  display: block;
  content: '';
  background: url(../img/shadow.png ) 0 0 no-repeat;
  width: 100%;
  height: 41px;
  position: absolute;
  top: 40px;
  left: 0;
}
.breadcrumbs > span {
  background: #2c446a;
  float: left;
  margin-right: 30px;
  line-height: 40px;
  padding: 0 10px;
  display: block;
  position: relative;
  color: #fff;
}
.breadcrumbs > span:after {
  left: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.breadcrumbs > span:after {
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #2c446a;
  border-width: 20px;
  top: 50%;
  margin-top: -20px;
}
.breadcrumbs > span a {
  color: #fff;
  font-size: 11px;
}
.breadcrumbs > span a:hover {
  text-decoration: none;
}
.breadcrumbs #slideControl {
  position: absolute;
  top: 0;
  right: -20px;
}
.breadcrumbs ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  line-height: 40px;
}
.breadcrumbs ul li > a {
  color: #2c446a;
  font-size: 11px;
}
.breadcrumbs ul li.divider {
  margin: 0 25px 0 0;
  color: white;
  line-height: 42px;
  display: inline-block;
  position: relative;
}
.breadcrumbs ul li.divider:after,
.breadcrumbs ul li.divider:before {
  left: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.breadcrumbs ul li.divider:after {
  border-color: rgba(0, 0, 0, 0);
  border-left-color: white;
  border-width: 17px;
  top: 50%;
  margin-top: -17px;
}
.breadcrumbs ul li.divider:before {
  border-color: rgba(0, 0, 0, 0);
  border-left-color: #f6f8f9;
  border-width: 21px;
  top: 50%;
  margin-top: -21px;
}
.breadcrumbs ul li.current a {
  color: #e8e8e8;
}
#segmentcrumbs .breadcrumbs:after {
  background: none;
}
.sidebar {
  border-left: 3px solid #f6f8f9;
  padding-left: 20px;
}
.sidebar .submenu {
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar .submenu h3 {
  color: #2c446a;
}
.sidebar .submenu li > .children {
  padding-left: 30px;
  display: none;
}
.sidebar .submenu li > .children li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar .submenu li.current_page_item > .children,
.sidebar .submenu li.current_page_ancestor > .children {
  display: block;
}
.sidebar .submenu li.current_page_item > a {
  font-weight: bold;
  color: #666;
}
.sidebar .submenu li a {
  padding: 10px 0;
  display: block;
  border-top: 1px solid #e8e8e8;
}
.sidebar .contact ul {
  margin: 0;
  padding: 0;
}
.sidebar .contact ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar .certifications {
  margin: 30px 0 0 0;
}
.sidebar .certifications ul {
  margin: 0;
  padding: 0;
}
.sidebar .certifications ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar .standalone {
  display: block;
  background: #97cef5;
  color: #fff;
  line-height: 2.3em;
  padding-left: 10px;
  margin-bottom: 20px;
  position: relative;
  padding: 13px 10px;
}
.sidebar .standalone .icon-right-open {
  float: right;
  line-height: 2.3em;
  margin-right: 10px;
}
.sidebar #newsmeta {
  margin-top: 15px;
}
.sidebar #newsmeta span {
  border: 1px solid #2c446a;
  border-radius: 20px;
  background: #2c446a;
  width: 18px;
  height: 18px;
  display: inline-block;
  margin: 0 5px 0 0;
}
.sidebar #newsmeta span i {
  font-size: 9px;
  color: #fff;
  margin-top: -1px;
  margin-left: 2px;
}
.sidebar #newsmeta a {
  color: #2c446a;
  font-size: 1.2em;
  text-transform: uppercase;
  line-height: 18px;
  position: relative;
  bottom: 1px;
  margin-right: 20px;
}
.sidebar #newsarchives {
  margin-top: 50px;
}
.sidebar #newsarchives .archivemonths {
  clear: both;
}
.sidebar #newsarchives .archivemonths a {
  color: #1c1c1c;
  display: block;
  line-height: 50px;
  padding-left: 20px;
}
.sidebar #newsarchives .dropdown {
  background: #1c1c1c;
  height: 30px;
  float: right;
  font-size: 12px;
  padding: 6px 40px 6px 6px;
  margin-left: 10px;
  margin-bottom: 5px;
  line-height: 20px;
  position: relative;
  cursor: pointer;
  color: #8d8d8d;
  background: #f6f8f9;
  width: 120px;
}
.sidebar #newsarchives .dropdown .icon {
  width: 30px;
  height: 30px;
  background: #a4a4a4;
  position: absolute;
  line-height: 30px;
  text-align: center;
  top: 0;
  right: 0;
}
.sidebar #newsarchives .dropdown .dropdownContainer {
  min-width: 100%;
}
.sidebar #newsarchives .dropdown .dropdownContainer ul {
  min-width: 87px;
}
.sidebar #newsarchives .dropdown .dropdownContainer li {
  padding: 3px 6px !important;
}
.sidebar #newsarchives .dropdown .dropdownContainer li:hover {
  background: #494949;
}
.sidebar #newsarchives .dropdown .dropdownContainer .multiList ul li a {
  color: #fff;
  text-decoration: none;
}
.sidebar #newsarchives .dropdown .dropdownContainer .multiList ul li a:hover {
  color: #fff;
  text-decoration: none;
}
.sidebar .latestnews,
.sidebar .archivemonths {
  margin: 0;
  padding: 0;
}
.sidebar .latestnews li,
.sidebar .archivemonths li {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 50px;
  margin-bottom: 5px;
}
.sidebar .latestnews li > a,
.sidebar .archivemonths li > a {
  display: block;
  background: #f6f8f9;
  height: 50px;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.sidebar .latestnews li > a:hover,
.sidebar .archivemonths li > a:hover {
  background: #d7e0e5;
  text-decoration: none;
}
.sidebar .latestnews li h3,
.sidebar .archivemonths li h3 {
  line-height: 50px;
  font-size: 1em;
}
.sidebar .latestnews li .meta,
.sidebar .archivemonths li .meta {
  background: #97cef5;
  color: white;
  width: 55px;
  height: 50px;
  margin-right: 15px;
  float: left;
  text-align: center;
  padding-top: 6px;
}
.sidebar .latestnews li .meta .day,
.sidebar .archivemonths li .meta .day,
.sidebar .latestnews li .meta .month,
.sidebar .archivemonths li .meta .month {
  font-size: 14px;
}
.sidebar .latestnews li .meta .month,
.sidebar .archivemonths li .meta .month {
  text-transform: uppercase;
}
.newsItem {
  height: 50px;
  padding-left: 10px;
}
.newsItem h3 {
  font-size: 12px;
}
.newsItem p {
  padding-top: 20px;
  line-height: 1em;
}
.newsItem span {
  color: #858585;
  font-size: 12px;
  position: absolute;
  margin: 4px 0px;
  font-style: italic;
}
#main > .content.postlist article {
  border-bottom: 0;
}
#main > .content .officeSolutions {
  margin-top: 50px;
}
#main > .content .officeSolutions header h2 {
  border-bottom: 3px solid #f6f8f9;
  color: #97cef5;
}
#main .segment {
  position: relative;
  margin: 0;
  border-bottom: 3px solid #f6f8f9;
  min-height: 185px;
}
#main .segment.even figure {
  margin: 50px 0 0 0;
  float: right;
}
#main .segment.even section.content {
  padding-right: 130px;
}
#main .segment.odd figure {
  margin: 50px 0 0 0;
  float: left;
}
#main .segment.odd section.content {
  padding-left: 130px;
}
#main .segment figure {
  margin-bottom: 20px !important;
  width: 100px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  overflow: hidden;
}
#main .segment .stories {
  background: #f6f8f9;
  margin: 15px 0 !important;
  clear: both;
}
#main .segment .stories p {
  font-weight: bold;
  margin-bottom: 0;
}
#main .segment .stories ul {
  margin: 0 -10px 0 0;
}
#main .segment .stories ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  margin-right: 10px;
}
#main aside.menu {
  float: right;
  margin-top: 15px;
  padding-left: 25px;
  border-left: 2px solid #f6f8f9;
}
#main aside.menu ul.level1 {
  margin: 25px 0 0 0;
}
#main aside.menu ul.level1 li {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #f6f8f9;
  padding: 0 5px;
  line-height: 40px;
}
#main aside.menu ul.level1 li a {
  color: #97cef5;
  display: block;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
}
#main aside.menu ul.level1 li a:hover {
  text-decoration: none;
  color: #858585;
}
#main aside.menu ul.level1 li ul.level2 {
  margin: 0;
  border-top: 1px solid #f6f8f9;
  padding: 10px 0;
}
#main aside.menu ul.level1 li ul.level2 li {
  border: none;
  padding-left: 15px;
  line-height: 30px;
}
#main aside.menu ul.level1 li ul.level2 li a {
  color: #858585;
}
#main aside.officeinfo {
  padding-left: 20px;
  border-left: 2px solid #f6f8f9;
  width: 278px;
}
#main aside.officeinfo section {
  margin-bottom: 30px;
}
#main aside.officeinfo #office p {
  margin: 0;
  padding: 0;
}
#main aside.officeinfo ul {
  margin: 0;
}
#main aside.officeinfo ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#main aside.latestnews {
  width: 279px;
  margin-left: 19px;
  float: left;
  border-left: 2px solid #f6f8f9;
  padding-left: 20px;
}
#main aside.latestnews #news ul li .newsItem {
  width: 159px;
  height: 50px;
}
#main aside.latestnews #news ul li .newsItem h3 {
  font-size: 12px;
}
#main aside.latestnews #news ul li .newsItem span {
  color: #858585;
  font-size: 12px;
  position: absolute;
  margin: 4px 0px;
  font-style: italic;
}
#main aside.latestnews #archives {
  margin-top: 20px;
}
#main aside.latestnews #archives ul {
  clear: both;
  margin: 15px 0 0 0;
}
#main aside.latestnews #archives ul li {
  list-style: none;
  background: #f6f8f9;
  padding: 10px;
  margin-bottom: 5px;
}
#main aside.latestnews #archives ul li a:hover {
  text-decoration: none;
}
#main aside.latestnews #archives .dropdown {
  background: #ebebeb;
  width: 100px;
  line-height: 25px;
  padding-left: 15px;
  float: right;
  margin-bottom: 10px;
}
#main #officelist {
  margin-top: 40px;
}
#main #localContent p {
  color: #858585;
}
#main #localoffice #soffice {
  float: right;
  margin-top: 15px;
}
#main #localoffice .region header {
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 2px solid #e8e8e8;
  color: #424242;
  margin-bottom: 15px;
}
#main #localoffice ul {
  margin: 0 0 30px 0;
}
#main #localoffice ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  background: #f6f8f9;
}
#main #localoffice ul li:nth-child(even) {
  background: #fff;
}
#main #localoffice ul li:last-of-type {
  border: none;
}
#main #localoffice ul li .office {
  height: 41px;
  line-height: 41px;
}
#main #localoffice ul li .office .title {
  margin-left: 15px;
}
#main #localoffice ul li a:hover {
  color: #858585;
  text-decoration: none;
}
#main #localoffice ul li .info {
  height: 100px;
  margin: 20px 0 0 15px;
  display: none;
}
#main #localoffice ul li .info section {
  margin: 0 40px 0 0;
}
#main #localoffice ul li .info section p {
  margin: 0;
  padding: 0;
}
#main .date {
  color: #97cef5;
  font-size: 1.2em;
}
.regions {
  margin-top: 25px;
}
.regions h3 {
  color: #97cef5;
  border-bottom: 3px solid #97cef5;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.regions .span12 {
  margin: 0;
}
.regions .span12.left {
  margin-right: 20px;
}
.regions .span12 .group {
  margin-bottom: 30px;
  width: 460px;
  float: left;
}
.regions .span12 .group:first-child {
  margin-right: 20px;
}
.regions .span12 .group ul {
  margin: 0;
  padding: 0;
}
.regions .span12 .group ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.regions .span12 .group ul li.odd {
  background: #f6f8f9;
}
.regions .span12 .group ul li a {
  display: block;
  padding: 10px 0 10px 10px;
  text-decoration: none;
}
.regions .span12 .group ul li a:hover {
  background: #97cef5;
  color: #fff;
}
.language,
.stories {
  background: #f6f8f9;
  height: 35px;
  line-height: 35px;
  margin: 20px 0 20px 0;
  padding-left: 20px;
}
.language span,
.stories span {
  float: left;
  margin-right: 25px;
  text-transform: uppercase;
}
.language label,
.stories label {
  background: #97cef5;
  float: left;
  line-height: 25px;
  border-radius: 5px;
  padding: 0 10px;
  margin: 5px 10px 0 0;
  color: #fff;
}
.language label a,
.stories label a {
  color: #fff;
  text-decoration: none;
}
.language label.active,
.stories label.active,
.language label:hover,
.stories label:hover {
  background: #68b8f1;
}
body.subsite .breadcrumbs span {
  background: #000;
}
body.subsite .breadcrumbs span a {
  color: #97cef5;
}
body.subsite .breadcrumbs ul li a {
  color: #97cef5;
}
body.subsite #footer #innerFooter ul li.parent a {
  color: #97cef5;
}
body.subsite #slidesContainer #mainSlider .slides li .slideMeta h1 {
  color: #97cef5;
}
body.subsite #slidesContainer #mainSlider .slides li .slideMeta .slidemore {
  color: #97cef5;
}
body.subsite #certifications {
  margin-top: 40px;
}
body.subsite #certifications ul {
  margin: 0;
}
body.subsite #certifications ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.subsite .solutions {
  margin-top: 75px;
}
body.subsite .solutions ul {
  margin: 20px -25px 0 0;
}
body.subsite .solutions ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  margin-right: 25px;
  width: 160px;
  text-align: center;
}
body.subsite .solutions ul li a:hover {
  text-decoration: none;
  color: #858585;
}
body.subsite .solutions ul li figure {
  margin: 0;
  border-radius: 150px;
  overflow: hidden;
  width: 160px;
  margin-bottom: 15px;
}
.show-for-small {
  display: none;
}
.expandable {
  -webkit-transition: height 0.25s ease-in-out;
  -moz-transition: height 0.25s ease-in-out;
  -ms-transition: height 0.25s ease-in-out;
  -o-transition: height 0.25s ease-in-out;
  transition: height 0.25s ease-in-out;
  height: 0;
  overflow: hidden;
}
.main-menu-mobile {
  background-color: #2c446a;
  padding-left: 0;
  clear: both;
  margin-top: 10px;
}
.main-menu-mobile form {
  margin-bottom: 0;
}
.main-menu-mobile .parent > a,
.main-menu-mobile .parent > span {
  position: relative;
}
.main-menu-mobile .parent > a:after,
.main-menu-mobile .parent > span:after {
  content: '';
  background-image: url('../img/glyphicons-halflings-white.png');
  background-position: -313px -119px;
  width: 14px;
  height: 14px;
  line-height: 14px;
  background-repeat: no-repeat;
  position: absolute;
  top: 11px;
  right: 17px;
  overflow: hidden;
}
.main-menu-mobile ul {
  list-style: none;
  margin: 0;
}
.main-menu-mobile .search-list-item {
  padding: 5px;
  position: relative;
}
.main-menu-mobile .search-list-item:before {
  content: '';
  background-image: url('../img/glyphicons-halflings-white.png');
  height: 14px;
  width: 14px;
  line-height: 14px;
  background-position: -48px 0;
  background-repeat: no-repeat;
  position: absolute;
  top: 11px;
  left: 17px;
  overflow: hidden;
}
.main-menu-mobile .search-field {
  border: none;
  color: #fff !important;
  margin-bottom: 0;
  background-color: #97cef5;
  padding-left: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  width: 100%;
  font-weight: 300;
  -webkit-appearance: none;
}
.main-menu-mobile .search-field::-webkit-input-placeholder {
  color: #fff;
}
.main-menu-mobile .search-field:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.main-menu-mobile .search-field::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.main-menu-mobile .search-field:-ms-input-placeholder {
  color: #fff;
}
.main-menu-mobile .search-field:focus {
  outline: none;
}
.main-menu-mobile li ul a {
  padding-left: 30px;
}
.main-menu-mobile li a,
.main-menu-mobile li span {
  color: #fff;
  padding: 10px;
  display: block;
  border-bottom-color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.main-menu-mobile li a:hover,
.main-menu-mobile li span:hover {
  color: #2c446a;
  background-color: #97cef5;
  text-decoration: none;
}
.main-menu-mobile li a:hover:after,
.main-menu-mobile li span:hover:after {
  background-image: url('../img/glyphicons-halflings.png');
}
.main-menu-mobile li.current-menu-item .parent-stand-in a,
.main-menu-mobile li.current-menu-item span,
.main-menu-mobile li.current-menu-item > a {
  color: #2c446a;
  background-color: #97cef5;
}
.main-menu-mobile li.current-menu-item .has-submenu:after {
  background: url('../img/glyphicons-halflings.png');
}
.main-menu-mobile li.current-menu-item-parent span {
  color: #2c446a;
  background-color: #97cef5;
}
.main-menu-mobile-toggle {
  border: none;
  background: #f6f8f9;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  line-height: 10px;
  padding: 4px 4px 4px 12px;
  float: right;
  margin-top: -1px;
}
.main-menu-mobile-toggle:focus {
  outline: none;
}
.icon-bar {
  height: 3px;
  background: #000;
  border-radius: 1px;
  margin-bottom: 2px;
  width: 15px;
  display: block;
  position: relative;
}
.icon-bar:before {
  content: '';
  background-color: #000;
  width: 4px;
  height: 3px;
  position: absolute;
  top: 0;
  left: -9px;
}
@media (max-width: 480px) {
  .hide-for-small {
    display: none !important;
  }
  .show-for-small {
    display: block;
  }
  .container {
    max-width: 100%;
  }
  .padded-container {
    padding: 0 10px;
  }
  .row {
    margin-left: 0;
  }
  [class*="span"] {
    width: auto;
    float: none;
    margin-left: 0;
    clear: both;
  }
  #header {
    padding-top: 20px;
    height: auto;
  }
  #header #dropdown {
    border: 1px solid #e8e8e8;
    float: right;
    position: static;
    width: auto;
    height: auto;
    margin-right: 10px;
    margin-top: -1px;
    border-radius: 4px;
  }
  #header .span12 {
    margin-top: 0;
  }
  #header .padded-container {
    overflow: hidden;
  }
  #header #logo {
    position: static;
    float: left;
    max-width: 36%;
  }
  #header #lang {
    padding: 0 !important;
    height: auto !important;
    margin-left: 0 !important;
    overflow: hidden;
  }
  #header #lang .icon {
    display: none;
  }
  #header #lang .dropdownContainer {
    display: block !important;
    position: static;
  }
  #header #lang .dropdownContainer ul {
    overflow: hidden;
  }
  #header #lang .dropdownContainer ul li {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    float: left;
    border-top: none;
    line-height: 13px;
  }
  #header #lang .dropdownContainer ul li:first-child {
    border-right: 1px solid #e8e8e8;
  }
  #header #lang > p {
    display: none;
  }
  #slidesContainer #mainSlider .flexslider {
    max-width: 100%;
    min-width: 0;
    height: auto;
  }
  #slidesContainer #mainSlider .flexslider li {
    height: auto;
  }
  #slidesContainer #mainSlider .flexslider li img {
    max-width: 100%;
    height: auto;
  }
  #bannerSlider {
    margin-top: 10px;
    padding-bottom: 25px;
    height: auto;
    padding-top: 0;
  }
  #bannerSlider figure {
    width: 40px;
    height: 40px;
    margin: 10px 20px 10px 0;
  }
  #bannerSlider p {
    font-size: 12px;
    width: auto;
  }
  #bannerSlider h1 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 16px;
  }
  #bannerSlider .flex-control-nav {
    bottom: 0;
    right: 0;
  }
  .sidebar {
    border: none;
    padding-left: 0;
  }
  .sidebar .submenu li.current_page_item > .children {
    display: none;
  }
  .language {
    padding-left: 20px;
  }
  .language span {
    margin-right: 10px;
  }
  #main #news ul li > a {
    height: auto;
  }
  #main #news ul li .newsItem {
    height: auto;
  }
  #main #news ul li .newsItem p {
    padding-top: 20px;
    padding-bottom: 10px;
    line-height: 16px;
  }
  #main article.single {
    padding-top: 10px;
  }
  #main .segment {
    padding-bottom: 20px;
  }
  #main .segment.odd section.content {
    padding-left: 0;
  }
  #main .segment.odd figure {
    margin-right: 20px;
    margin-top: 10px;
  }
  #main .segment.even section.content {
    padding-right: 0;
  }
  #main .segment:last-of-type {
    margin-bottom: 20px;
  }
  #footer {
    min-width: 0;
  }
  #footer [class*="span"] {
    margin-bottom: 20px;
  }
  #footer #innerFooter > div {
    border: none;
  }
  .iframe-scroller {
    max-width: 85%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
