/*
 *	SCREEN.LESS | Control Union
 *	Author: George webSait for Bitfactory BV
 *
 */
/*
 * 	Elements Import
 */
/*---------------------------------------------------
    LESS Elements 0.6
  ---------------------------------------------------
    A set of useful LESS mixins by Dmitry Fadeyev
    Special thanks for mixin suggestions to:
      Kris Van Herzeele,
      Benoit Adam,
      Portenart Emile-Victor,
      Ryan Faerman

    More info at: http://lesselements.com
-----------------------------------------------------*/
/*
 *	Color Vars
 */
/*
 *	Sprite Vars
 */
/*
 *	Typography Vars
 */
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Dosis', Arial, sans-serif;
}
/*
 *	Main Styling
 */
* {
  margin: 0;
  padding: 0;
}
html {
  background-color: #769293;
}
body {
  font-family: Arial, sans-serif;
  line-height: 1.125em;
  /* 18/16 */
  color: #586f70;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
a {
  color: #3eb2ed;
  text-decoration: none;
}
a img {
  border: 0;
}
ul,
ol {
  list-style: none;
}
.offscreen {
  position: absolute;
  left: -9999px;
}
p {
  font-size: 0.75em;
  margin: 0 0 15px 0;
}
h1,
h2 {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1.5em;
  line-height: 1em;
}
.inactive {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
}
.clear {
  clear: both;
}
.hidden {
  display: none;
}
input,
textarea {
  outline: none;
}
/*
 *	Custom Mixins
 */
/* general layout */
.wrap {
  width: 990px;
}
.shadowed:after {
  width: 960px;
}
body {
  font-size: 100%;
}
header {
  height: 425px;
  background-image: url("../img/header-bg.png");
}
div.container .wrap {
  border-bottom: 1px solid #769293;
}
.share {
  position: relative;
  top: -41px;
  float: right;
  width: 80px;
}
.wrap {
  border-left: 1px solid #769293;
  border-right: 1px solid #769293;
}
.country-label {
  width: 305px;
  padding: 10px 20px;
  top: 120px;
}
/* top navigation */
ul.top {
  height: 13px;
  padding: 15px 0;
}
ul.top li:after {
  top: 6px;
  height: 13px;
  left: 0;
}
ul.top li.first:after {
  width: 0;
}
ul.top a {
  padding: 0 18px;
}
/* main navigation >> both local and global ul.main-nav !! */
ul.main {
  /* global main nav styling */
  /* mixin for calculating widths */
  width: 990px;
  height: 35px;
  margin-left: -1px;
  border-left: 1px solid #769293;
  border-right: 1px solid #769293;
  font-size: 12px;
}
ul.main li {
  display: inline;
  float: right;
  text-align: center;
  line-height: 35px;
  width: 100px;
}
ul.main li:hover ul {
  display: block;
}
ul.main li:hover,
ul.main li.active {
  border-bottom: 3px solid #192b59;
}
ul.main li:hover li,
ul.main li.active li {
  border-bottom: 0;
}
ul.main li a:after,
ul.main li .white-border {
  height: 15px;
  top: 10px;
}
ul.main li ul {
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  width: auto;
}
ul.main li ul li {
  width: 100%;
  white-space: nowrap;
}
ul.main li ul a:after,
ul.main li ul .white-border {
  height: 0;
}
/* header search */
a.toggle-search {
  display: none;
}
form.header-search {
  width: 200px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 20;
}
form.header-search input {
  text-indent: 5px;
  height: 25px;
  line-height: 25px;
}
form.header-search:after {
  content: '';
  width: 14px;
  height: 13px;
  display: block;
  background: url('../img/controlunion-sprite.png') no-repeat -22px -337px;
  position: absolute;
  top: 6px;
  right: 7px;
  z-index: 110;
}
/* columned layout */
.one-col .col-02 {
  width: 930px;
}
.two-col .col-01,
.three-col .col-01 {
  width: 300px;
  margin-right: 15px;
  float: left;
  clear: left;
}
.two-col .col-02,
.three-col .col-02 {
  width: 615px;
  float: right;
}
.two-col .col-03,
.three-col .col-03 {
  width: 315px;
  float: right;
}
.three-col .col-01 {
  clear: none;
}
.three-col .col-full {
  width: 100%;
}
/* subcollumned layout */
.subcolled {
  margin-top: 30px;
  position: relative;
  /* fullwidth */
  /* 2 collumned layout */
  /* 3 collumned layout */
}
.subcolled .subcol-01 {
  width: auto;
  margin-right: 15px;
}
.subcolled .subcol-02 {
  width: 292px;
  float: left;
  margin-right: 15px;
}
.subcolled .subcol-03 {
  width: 190px;
  float: left;
  margin-right: 15px;
}
/* page default */
.default h1 {
  margin: 0;
  position: absolute;
  top: 25px;
}
/* content blocks */
.media-block {
  height: 352px;
}
.filter-block li {
  width: 194px;
}
.news-container {
  width: 930px;
}
.news-container .third {
  margin-right: 0;
}
/* tabbed features */
.tabbed-nav li {
  height: 20px;
  padding: 5px 10px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #9ab0b1;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #9ab0b1), color-stop(1, #d3dddd));
  background: -ms-linear-gradient(bottom, #9ab0b1, #d3dddd);
  background: -moz-linear-gradient(center bottom, #9ab0b1 0%, #d3dddd 100%);
}
.tabbed-nav li.active,
.tabbed-nav li:hover {
  background: #129dd6;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #129dd6), color-stop(1, #42cbf5));
  background: -ms-linear-gradient(bottom, #129dd6, #42cbf5);
  background: -moz-linear-gradient(center bottom, #129dd6 0%, #42cbf5 100%);
}
.tabbed-nav li:after {
  display: none;
}
.tabbed-nav a {
  line-height: 20px;
  padding-left: 0;
}
.tabbed-content .col-01 {
  width: 122px;
  float: left;
}
.tabbed-content .col-02 {
  width: 751px;
  float: right;
}
/* special features */
ul.site-category li,
ul.site-global {
  margin-right: 20px;
}
.button-block a.button {
  width: 40%;
  float: right;
}
.visual {
  height: 390px;
  top: 35px;
}
a.logo {
  width: 586px;
  height: 164px;
  background-position: 0 0;
}
a.logo img {
  position: relative;
  top: 54px;
  left: 30px;
}
.form-style .col-01.larger {
  height: 150px;
}
.form-style .col-02 {
  height: 30px;
}
.form-style .col-02.larger {
  height: 150px;
}
.home-style .shadowed:after {
  width: 330px;
}
.home-style .map .image-container {
  width: 598px;
  height: 320px;
}
.home-style .map .button-block {
  padding: 0;
  position: absolute;
  bottom: 15px;
  right: 10px;
}
.home-style .map .button-block a.button {
  width: 35%;
}
.home-style .col-01 {
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.home-style .news-container {
  width: 330px;
}
.home-style .news-container .news-block {
  height: auto;
  margin-bottom: 15px;
}
.home-style .news-container .news-block p {
  height: 94px;
}
.blue-map {
  width: 730px;
  height: 400px;
}
/* footer stuff */
footer {
  /* custom mixin */
}
footer .base-nav ul {
  width: 239px;
  margin: 5px;
  float: left;
}
footer .base-nav.count-3 ul {
  width: 322px;
}
footer .base-nav.count-2 ul {
  width: 488px;
}
footer .base-nav.count-1 ul {
  width: 986px;
}
footer .footer-block {
  width: 996px;
}
footer .sub-nav ul {
  width: 996px;
}
.footer-wrap {
  width: 1006px;
}
.footer-block {
  float: left;
  margin-bottom: 15px;
}
.base-nav {
  padding: 5px;
}
.sub-nav {
  margin: 5px 5px 15px;
}
.sub-nav ul {
  display: table;
}
.sub-nav ul li {
  display: table-cell;
  text-align: center;
}
.social {
  margin: 0 20px;
}
/* local pages styles */
body.local a.logo img {
  width: 310px;
  top: 37px;
}
body.local a.toggle-language {
  display: none;
}
body.local .home-style .map .image-container {
  width: 290px;
}
body.local form.header-language {
  width: 220px;
  height: 35px;
  line-height: 30px;
  position: absolute;
  right: -1px;
  top: 43px;
  z-index: 10;
  border-right: 1px solid #769293;
  background: #a3b4b4;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #485a5b), color-stop(1, #cad4d4));
  background: -ms-linear-gradient(bottom, #485a5b, #cad4d4);
  background: -moz-linear-gradient(center bottom, #485a5b 0%, #cad4d4 100%);
}
body.local form.header-language select {
  width: 196px;
  margin-left: 8px;
}
body.local form.header-language .selectbox-display {
  width: 199px;
}
body.local form.header-language ul.selectbox-list {
  width: 199px;
}
body.local form.header-language li.selectbox-option {
  width: 177px;
}
body.local form.header-language .customSelect {
  margin-top: 4px;
  height: 27px;
}
.ca-top-mobile {
  display: none;
}
.ca-top {
  display: block;
}
.filter-block ul.figures li.first {
  padding-left: 0;
}
.filter-block ul.figures li.last {
  padding-right: 0;
  border: none;
}
body {
  background: #f1f4f4;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f1f4f4), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #f1f4f4, #ffffff);
  background: -moz-linear-gradient(center bottom, #f1f4f4 0%, #ffffff 100%);
}
.tabbed-nav {
  height: 33px;
}
.tabbed-nav li {
  height: 33px;
  padding-right: 33px;
  background: url('../img/controlunion-sprite.png') no-repeat -22px -248px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.tabbed-nav li.active,
.tabbed-nav li:hover {
  background: url('../img/controlunion-sprite.png') no-repeat -21px -194px;
}
.tabbed-nav li:after {
  display: block;
}
.tabbed-nav a {
  line-height: 26px;
}
/*
 *	General Content Correction Per Screen Range
 */
.content {
  min-height: 225px;
}
.home .content {
  top: 0;
}
.home-style .shadowed {
  margin-top: -260px;
  top: 34px;
  margin-bottom: -225px;
}
/*
 *	Main Layout
 */
.wrap {
  overflow: hidden;
  margin: 0 auto;
}
header {
  background-color: transparent;
  background-position: top left;
  background-repeat: repeat-x;
  position: relative;
  z-index: 1;
}
header .wrap {
  position: relative;
  overflow: visible;
}
header nav ul {
  width: 100%;
  position: relative;
  z-index: 1;
}
header nav ul.top {
  background-color: #e7ebeb;
}
header .visual {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
header .visual-block {
  height: 100%;
  text-align: center;
  position: relative;
}
header .no-after:after {
  width: 0;
}
.dotted-bg {
  width: 100%;
  height: 226px;
  display: block;
  background: url("../img/dotted.png") transparent repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
}
div.container {
  margin: 0 0 30px 0;
  overflow: visible;
  position: relative;
  z-index: 2;
}
div.container .wrap {
  background-color: #ffffff;
  overflow: visible !important;
}
footer {
  color: #ffffff;
  background-color: #769293;
  position: relative;
  z-index: 3;
}
/*
 *	Country Label for Local Sites
 */
.country-label {
  position: absolute;
  z-index: 50;
  background-color: #3eb2ed;
  color: #ffffff;
  text-align: right;
}
/*
 *	Home Page Slider
 */
.home-slider {
  cursor: pointer;
}
.home-slider a.item {
  height: 390px;
  color: #ffffff;
  position: relative;
}
.home-slider h2 {
  font-size: 1.25em;
  text-transform: uppercase;
  text-shadow: 2px 2px 2px #000;
  position: absolute;
  bottom: 65px;
  right: 110px;
  z-index: 200;
}
.home-slider p {
  width: 250px;
  margin: 0;
  text-align: right;
  text-shadow: 2px 2px 2px #000;
  position: absolute;
  right: 110px;
  bottom: 17px;
  z-index: 200;
}
#slider-nav {
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 200;
}
#slider-nav a {
  color: #ffffff;
  text-indent: -9999px;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  display: inline-block;
  background: url('../img/controlunion-sprite.png') no-repeat -26px -517px;
}
#slider-nav a.activeSlide,
#slider-nav a:hover {
  background-position: -26px -557px;
}
/*
 *	Navigation Styling
 */
header nav {
  font-family: 'Dosis', Arial, sans-serif;
  text-align: center;
}
header nav ul {
  /* top menu */
  /* main menu (check top of document for specific styling concerning local, global and responsive) */
}
header nav ul li {
  display: inline;
  float: left;
}
header nav ul li.last {
  border-right: 0 !important;
}
header nav ul.top li {
  position: relative;
}
header nav ul.top li.active a {
  color: #192b59;
}
header nav ul.top li:after {
  content: '';
  width: 1px;
  display: block;
  position: absolute;
  background-color: #3eb2ed;
}
header nav ul.top a {
  color: #769293;
}
header nav ul.main {
  position: absolute;
  height: 35px;
  background: #a3b4b4;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #485a5b), color-stop(1, #cad4d4));
  background: -ms-linear-gradient(bottom, #485a5b, #cad4d4);
  background: -moz-linear-gradient(center bottom, #485a5b 0%, #cad4d4 100%);
}
header nav ul.main li {
  position: relative;
}
header nav ul.main li.last a:after,
header nav ul.main li.last .white-border {
  width: 0;
}
header nav ul.main a {
  display: block;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
}
header nav ul.main a:after,
header nav ul.main .white-border {
  content: '';
  width: 1px;
  background-color: #ffffff;
  position: absolute;
  right: 0;
}
header nav ul.main ul {
  display: none;
}
header nav ul.main ul li {
  background: #a3b4b4;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #485a5b), color-stop(1, #cad4d4));
  background: -ms-linear-gradient(bottom, #485a5b, #cad4d4);
  background: -moz-linear-gradient(center bottom, #485a5b 0%, #cad4d4 100%);
}
header nav ul.main ul li:hover {
  border: 0;
}
header nav ul.main ul li:hover a {
  color: #192b59;
}
a.logo {
  display: block;
  position: absolute;
  background-image: url('../img/logo-bg.png');
  background-repeat: repeat-y;
  z-index: 20;
}
/*
 *	Toggle Search on Mobile
 */
a.toggle-search {
  width: 20px;
  height: 20px;
  float: right;
  text-indent: -9999px;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 10px 0 0 125px;
  z-index: 120;
  background: url('../img/controlunion-sprite.png') no-repeat -25px -374px;
}
/*
 *	Content Container
 */
.content {
  padding: 15px;
  position: relative;
  z-index: 100;
}
/*
 *	Shadowed Container
 */
.shadowed {
  min-height: 215px;
  padding: 15px;
  background-color: #ffffff;
  z-index: 2;
  position: relative;
  margin-top: -214px;
}
.shadowed:after {
  content: " ";
  height: 260px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-box-shadow: 0 -9px 10px -3px #666666;
  -moz-box-shadow: 0 -9px 10px -3px #666666;
  box-shadow: 0 -9px 10px -3px #666666;
}
/*
 *	Header Groups
 */
hgroup.content-title {
  margin: 0 0 20px 0;
  padding: 10px 15px;
  background-color: #f2f6f7;
  overflow: hidden;
}
hgroup.content-title h1 {
  color: #192b59;
}
h2.tabbed-title {
  color: #3eb2ed;
  line-height: 1em;
}
h2.tabbed-title a {
  color: #3eb2ed;
}
h2.tabbed-title span.separator {
  padding: 0 15px;
  color: #dbe2e2;
}
/*
 *	Content Navigation - TWO col
 */
.content-nav {
  font-family: 'Dosis', Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.content-nav ul {
  width: auto;
  margin: 0 30px 0 0;
}
.content-nav ul li {
  width: 100%;
  margin: 0 0 10px 0;
  padding: 10px 15px;
  display: block;
  background: #e1eae9;
}
.content-nav ul li.active,
.content-nav ul li:hover {
  background: #769293;
}
.content-nav ul li.active a,
.content-nav ul li:hover a {
  color: #ffffff;
  border-bottom: 1px solid #a9c1c3;
}
.content-nav ul a {
  font-size: 1em;
  padding: 0 0 8px 0;
  border-bottom: 1px solid #c7d7d8;
  color: #769293;
  display: block;
}
/*
 *	Breadcrumbs
 */
.breadcrumbs {
  font-size: 0.6875em;
  margin: 0 0 15px 0;
  overflow: hidden;
}
.breadcrumbs li {
  display: inline;
}
.breadcrumbs li:after,
.breadcrumbs li .separator {
  content: ' > ';
}
.breadcrumbs li.active:after,
.breadcrumbs li .separator {
  content: ' ';
}
.breadcrumbs a {
  color: #769293;
}
.breadcrumbs a:hover {
  color: #192b59;
}
/*
 *	Default Content Layout
 */
.default {
  overflow: hidden;
  font-size: 0.75em;
  /* 100/75 x 1.5em (=24/16) */
  /* 100/75 x 1.25em (=20/16) */
  /* 100/75 x 1.0625em (=17/16) */
}
.default p {
  font-size: 1.0000em;
}
.default h1 {
  font-size: 2.0000em;
}
.default h1.lowered {
  font-size: 1.6666em;
}
.default h2 {
  font-size: 1.4167em;
}
.default h1.lowered {
  position: relative;
  top: 0;
  float: none;
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #769293;
  border-bottom: 1px solid #dbe2e2;
}
.default h2 {
  padding-bottom: 5px;
  color: #3eb2ed;
  text-transform: none;
}
.default .super {
  font-family: 'Dosis', Arial, sans-serif;
  font-size: 1.5em;
  /* 100/75 x 1.125 (=18/16) */
  line-height: 2.0625em;
  color: #3eb2ed;
  text-align: justify;
}
.default .super span.underlined {
  border-bottom: 1px solid #dbe2e2;
  padding-bottom: 7px;
}
.default .highlighted {
  color: #3eb2ed;
}
.default .meta {
  color: #192b59;
}
.default ul {
  margin-bottom: 15px;
  list-style: square inside;
}
.default a {
  color: #3eb2ed;
  border-bottom: 1px solid #dbe2e2;
}
.default a.button {
  color: #ffffff;
}
.default .share a {
  border: 0;
}
/*
 *	Button Block
 */
.button-block {
  width: 100%;
  border-top: 1px solid #dbe2e2;
  padding-top: 10px;
}
/*
 *	Dynamic Text Blocks
 */
.dtb,
.dtb-transparent,
.dtb-var-01,
.dtb-image {
  width: 100%;
  margin-bottom: 15px;
}
.dtb-transparent h1 {
  text-transform: none;
  padding-bottom: 10px;
  border-bottom: 1px solid #dbe2e2;
  font-size: 1.125em;
}
.dtb-transparent h1.special {
  text-transform: uppercase;
}
.dtb-transparent p {
  padding: 10px 0;
  margin: 0;
}
.dtb {
  background: #e1eae9;
  display: table;
}
.dtb h1 {
  color: #192b59;
  border-bottom: 1px solid #ffffff;
  margin: 25px 15px 10px;
  padding: 0 0 15px 0;
}
.dtb p {
  padding: 0 15px;
  display: block;
}
.dtb a {
  margin: 15px;
}
.dtb form {
  width: auto;
  margin: 0 15px;
}
.dtb select {
  width: 100%;
  margin-bottom: 10px;
}
input.submit {
  float: right;
  margin-bottom: 15px;
  text-align: left;
  padding: 0 5px;
  cursor: pointer;
  height: 22px;
  color: #ffffff;
  font-family: 'Dosis', Arial, sans-serif;
  font-size: 0.875em;
  text-transform: uppercase;
  border: 1px solid #192b59;
  background: #159de3;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0597d8), color-stop(1, #3eb2ed));
  background: -ms-linear-gradient(bottom, #0597d8, #3eb2ed);
  background: -moz-linear-gradient(center bottom, #0597d8 0%, #3eb2ed 100%);
}
.dtb-var-01 {
  background: #e1eae9;
}
.dtb-var-01 h1 {
  font-size: 1.125em;
  border-bottom: 1px solid #cdd7d7;
  margin: 20px 15px 10px;
  padding: 0 0 15px 0;
}
.dtb-var-01 p {
  margin: 0 15px;
}
.dtb-var-01 a {
  margin: 15px;
  background-position: 231px -3px;
}
.dtb-var-01 a.button {
  border-color: #cdd7d7;
}
.dtb-link {
  background-color: #d4dddd;
  margin-bottom: 10px;
  margin-top: 20px;
}
.dtb-link a {
  padding-bottom: 10px;
  margin: 15px;
  color: #192b59;
  display: block;
  font-family: 'Dosis', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1.125em;
  color: #769293;
  border-bottom: 1px solid #769293;
}
.dtb-link:hover {
  background-color: #769293;
}
.dtb-link:hover a {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.dtb-image img {
  width: 100%;
}
/*
 *	Form Styles
 */
.form-style {
  /* error notifictations */
}
.form-style .col-02 > * {
  margin: 0;
}
.form-style .top-form {
  padding-bottom: 30px;
  display: table;
}
.form-style .breadcrumbs {
  border: 0 !important;
}
.form-style .col-01,
.form-style .col-02 {
  border-top: 1px solid #dbe2e2;
  padding-top: 5px;
  margin-bottom: 5px;
}
.form-style label,
.form-style input {
  height: 30px;
  line-height: 30px;
}
.form-style label {
  font-family: 'Dosis', Arial, sans-serif;
  text-transform: uppercase;
}
.form-style label.var-style {
  color: #3eb2ed;
}
.form-style .required:after,
.form-style .required .star {
  content: ' *';
}
.form-style input,
.form-style textarea {
  width: 100%;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 2px 2px 2px #d9d9d9;
  -moz-box-shadow: inset 2px 2px 2px #d9d9d9;
  box-shadow: inset 2px 2px 2px #d9d9d9;
}
.form-style input:focus,
.form-style textarea:focus {
  border-color: #3eb2ed;
}
.form-style input.submit,
.form-style textarea.submit {
  width: auto;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.form-style input[type="file"] {
  background-color: #e7ebeb;
}
.form-style textarea {
  height: 150px;
  resize: none;
}
.form-style .error label {
  color: red;
  position: relative;
}
.form-style .error label:after {
  content: '!';
  /* exclamation mark */
  color: black;
  position: absolute;
  right: 0;
  height: 23px;
  line-height: 23px;
  padding: 0 10px;
  border: 1px solid red;
  color: #ffffff;
  background: #ff0000;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #cc0000), color-stop(1, #ff0000));
  background: -ms-linear-gradient(bottom, #cc0000, #ff0000);
  background: -moz-linear-gradient(center bottom, #cc0000 0%, #ff0000 100%);
}
.form-style .error input,
.form-style .error textarea {
  border-color: red;
}
/*
 *	Specific Home Page Style
 */
.home-style {
  display: table;
  /* sidebar elements */
  /* subcolled elements */
  /* subcolled styles */
}
.home-style h1 {
  font-size: 1.25em;
}
.home-style .intro {
  border-bottom: 1px solid #dbe2e2;
  margin-bottom: 15px;
}
.home-style .intro h1 {
  padding: 10px 0 15px;
}
.home-style .intro p.title {
  margin-bottom: 30px;
  height: 120px;
}
.home-style .intro p.notitle {
  margin-bottom: 30px;
  height: 165px;
}
.home-style .news-container {
  margin-top: 9px;
  float: left;
}
.home-style .shadowed {
  min-height: 180px;
}
.home-style .activity {
  margin-bottom: 10px;
}
.home-style .activity h1 {
  border-bottom: 1px solid #dbe2e2;
  color: #3eb2ed;
  padding-bottom: 5px;
  margin-top: -10px;
  margin-bottom: 10px;
  line-height: 1.25em;
  overflow: hidden;
}
.home-style .activity p {
  display: table;
}
.home-style .map {
  overflow: hidden;
  position: relative;
  float: left;
}
.home-style .map .image-container {
  float: left;
  position: relative;
  border: 1px solid #dbe2e2;
}
.home-style .map .image-container:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: url('../img/dotted-bg-02.png');
  z-index: 1;
}
.home-style .map img {
  width: auto;
  height: auto;
  position: absolute;
  z-index: 2;
  width: 100%;
}
.home-style .map .button-block {
  border: 0;
  z-index: 4;
}
.home-style .map h1 {
  height: 30px;
}
.home-style .banner {
  padding-top: 30px;
}
.home-style .banner img {
  width: 100%;
}
.home-style .subcol-02 a,
.home-style .subcol-03 a {
  margin-bottom: 2px;
}
/*
 *	Basic Buttons with 3 variables
 */
.button {
  line-height: 22px;
  position: relative;
  display: block;
}
.button.hidden {
  display: none;
}
/* a.buttons based on color */
.blue {
  height: 22px;
  color: #ffffff;
  font-family: 'Dosis', Arial, sans-serif;
  font-size: 0.875em;
  text-transform: uppercase;
  border: 1px solid #192b59;
  background: #159de3;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0597d8), color-stop(1, #3eb2ed));
  background: -ms-linear-gradient(bottom, #0597d8, #3eb2ed);
  background: -moz-linear-gradient(center bottom, #0597d8 0%, #3eb2ed 100%);
}
.green {
  height: 22px;
  color: #ffffff;
  font-family: 'Dosis', Arial, sans-serif;
  font-size: 0.875em;
  text-transform: uppercase;
  border: 1px solid #192b59;
  background: #159de3;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0597d8), color-stop(1, #3eb2ed));
  background: -ms-linear-gradient(bottom, #0597d8, #3eb2ed);
  background: -moz-linear-gradient(center bottom, #0597d8 0%, #3eb2ed 100%);
  /* properties inherited from blue */
  border: 1px solid #769293;
  background: #769293;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #769293), color-stop(1, #dbe2e2));
  background: -ms-linear-gradient(bottom, #769293, #dbe2e2);
  background: -moz-linear-gradient(center bottom, #769293 0%, #dbe2e2 100%);
}
.nocolor {
  height: auto;
  color: #586f70;
  font-family: Arial, sans-serif;
  font-size: 0.875em;
  text-transform: none;
  border: none;
  background: transparent;
}
.transparent {
  text-align: right;
  padding-right: 18px;
  font-size: 0.6875em;
  color: #192b59;
  border-top: 1px solid #dbe2e2;
  border-bottom: 1px solid #dbe2e2;
}
.transparent:after,
.transparent span.arrow {
  content: " ";
  width: 12px;
  height: 15px;
  display: block;
  background: url('../img/controlunion-sprite.png') no-repeat -19px -7px;
  position: absolute;
  right: 0;
  top: 3px;
}
.transparent:hover {
  background-color: #f2f6f7;
}
.greenArrow {
  content: " ";
  width: 12px;
  height: 15px;
  display: block;
  background: url('../img/controlunion-sprite.png') no-repeat -19px -7px;
  position: absolute;
  right: 0;
  top: 3px;
}
/* a.buttons based on arrows */
.right-arrow {
  text-align: right;
  padding-right: 40px;
}
.right-arrow:after,
.right-arrow span.arrow {
  content: " ";
  width: 28px;
  height: 22px;
  display: block;
  background: url('../img/controlunion-sprite.png') no-repeat -11px -63px;
  border-left: 1px solid #192b59;
  position: absolute;
  right: 0;
  top: 0;
}
.down-arrow:after,
.down-arrow span.arrow {
  content: " ";
  width: 28px;
  height: 22px;
  display: block;
  background: url('../img/controlunion-sprite.png') no-repeat -11px -153px;
  border-left: 1px solid #769293;
  position: absolute;
  right: 0;
  top: 0;
}
/*
 *	Footer
 */
footer {
  padding: 25px 0;
}
footer .footer-wrap {
  margin: 0 auto;
}
footer .footer-block {
  overflow: hidden;
}
footer .footer-block a {
  color: #ffffff;
}
footer .footer-block a:hover {
  color: #3eb2ed;
}
footer .base-nav .title {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #dbe2e2;
  font-family: 'Dosis', Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  list-style: none;
}
footer .base-nav .title a {
  font-size: 1.375em;
}
footer .base-nav li {
  font-size: 0.75em;
  list-style: square inside;
}
footer .sub-nav ul {
  float: left;
  padding-top: 20px;
  border-top: 1px solid #dbe2e2;
  border-bottom: 1px solid #dbe2e2;
  display: table;
}
footer .sub-nav li {
  padding-bottom: 20px;
  font-family: 'Dosis', Arial, sans-serif;
  text-transform: uppercase;
  position: relative;
}
footer .sub-nav a {
  font-size: 1.00em;
}
footer .extra {
  line-height: 20px;
}
footer .extra ul {
  float: left;
}
footer .extra li {
  padding-left: 10px;
  margin-left: 10px;
  display: inline;
  position: relative;
}
footer .extra li:before {
  content: '';
  width: 1px;
  height: 10px;
  position: absolute;
  top: 5px;
  left: 0;
  background-color: #dbe2e2;
}
footer .extra li.first {
  padding-left: 0;
  margin-left: 0;
}
footer .extra li.first:before {
  width: 0;
}
footer .extra a {
  font-size: 0.75em;
}
.social {
  float: left;
  position: relative;
}
.social.addthis_toolbox {
  height: 20px;
}
.social .item {
  float: left;
  margin-right: 5px;
  overflow: hidden;
}
a.payoff {
  height: 28px;
  margin: 15px;
  padding: 20px 20px 20px 170px;
  float: left;
  line-height: 28px;
  color: #769293;
  background: url('../img/peterson-logo.png') 20px 20px #dbe2e2 no-repeat;
}
a.payoff:hover {
  color: #769293;
  text-decoration: underline;
}
.footer-banner {
  background-color: #d6dfdf;
  overflow: hidden;
  float: right;
  padding: 15px 10px 8px;
}
.footer-banner a {
  float: left;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 1em;
}
.footer-banner a.button {
  padding-left: 15px;
  position: relative;
  top: 2px;
}
.footer-banner a:hover {
  color: #fff !important;
}
.ca-bottom {
  margin-top: -5px;
  margin-left: 5px;
}
.ca-top {
  position: absolute;
  top: 10px;
  right: 220px;
  z-index: 1;
}
.form-style .selectbox-display {
  font-size: 13px;
}
.form-style ul.selectbox-list {
  max-height: 175px;
  top: 0;
  overflow: auto;
  font-size: 13px;
}
.form-style ul.selectbox-list li {
  /*font-size: 1.25em;*/
}
.form-style ul.selectbox-list ul {
  border: 0;
  height: auto;
  overflow: visible;
  padding: 0;
  position: relative;
}
.form-style ul.selectbox-list strong {
  background-color: #eee;
  font-weight: normal;
  text-transform: uppercase;
  font-family: 'Dosis', Arial, sans-serif;
  /*font-size: 1.125em;*/
  padding: 5px;
  margin: 5px 0;
  display: block;
}
.header-language .selectbox-display {
  height: 26px;
  margin: 5px 0;
  float: right;
  right: 10px;
  color: #ffffff;
  /*font-size: 0.75em;*/
  line-height: 25px;
  background: #a9b9ba;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #6d8082), color-stop(1, #a9b9ba));
  background: -ms-linear-gradient(bottom, #6d8082, #a9b9ba);
  background: -moz-linear-gradient(center bottom, #6d8082 0%, #a9b9ba 100%);
  border-top: 1px solid #769293;
  border-right: 1px solid #769293;
  border-left: 1px solid #a9c1c3;
  border-bottom: 1px solid #a9c1c3;
}
.header-language .selectbox-display:after {
  border-left: 1px solid #a9b9ba;
  height: 25px;
  background: url('../img/controlunion-sprite.png') no-repeat -13px -460px;
}
.header-language ul.selectbox-list {
  top: 30px;
  right: 10px;
  float: right;
}
.header-language li.selectbox-option {
  height: 15px;
  line-height: 15px;
  text-align: left;
}
.greytitle {
  color: #769293;
}
.woodtrack .ft-title {
  width: 610px;
}
.woodtrack .ft-title h2 {
  color: #ffffff;
}
.woodtrack .ft-adres {
  border-bottom: 1px solid #b2cfd0;
  border-top: 1px solid #b2cfd0;
  margin: 10px 0;
  padding: 16px 0;
  font-size: 0.875em;
  width: 610px;
}
.woodtrack .ft-disclaimer {
  width: 610px;
}
.woodtrack .ft-disclaimer a {
  color: #cde2e3;
  text-decoration: none;
  border-bottom: none;
  font-size: 0.875em;
}
.woodtrack .ft-banner {
  color: #769293;
  font-size: 0.875em;
  float: right;
  width: 320px;
  height: 55px;
  line-height: 55px;
  text-align: right;
  margin-top: -80px;
  background-color: #d5dfe0;
  background-image: url("/img/controlunion-logo-2.png");
  background-repeat: no-repeat;
  background-position: left 20px center;
}
.woodtrack .ft-banner a {
  margin-right: 20px;
  color: #769293;
  border: none;
  text-decoration: underline;
}
header nav ul.main a:hover {
  color: #192b59;
}
.default h2 {
  font-size: 19px;
}
.default ul {
  margin: 10px 0;
}
.default ul li {
  margin-left: 20px;
}
.default ol li {
  margin-bottom: 20px;
}
.default ol li ul li {
  margin-bottom: 10px;
}
.form-style {
  font-family: 'Dosis', Arial, sans-serif;
  text-transform: uppercase;
}
.form-style .no-border {
  border: none;
}
.form-style .subline {
  width: 100%;
  float: left;
  margin-bottom: 6px;
}
.form-style .subline.extra-margin {
  margin-bottom: 12px;
}
.form-style .subline.extra-top {
  margin-top: 10px;
}
.form-style .subline.pad-left {
  padding-left: 30px;
}
.form-style .form-subsection {
  color: #3eb2ed;
  margin-top: 50px;
  margin-bottom: 10px;
  font-size: 1.2em;
  border-bottom: 1px solid #dbe2e2;
  padding-bottom: 10px;
}
.form-style .col-01 {
  width: 370px;
  min-height: 30px;
  height: auto;
  padding: 10px 0;
}
.form-style .col-01.fullwidth {
  width: 100%;
}
.form-style .col-02 {
  min-height: 30px;
  height: auto;
  padding: 10px 0;
  width: 545px;
}
.form-style .top-form {
  padding-bottom: 0px;
}
.form-style input {
  line-height: normal;
  font-size: 0.875em;
  padding-left: 10px;
  color: #586f70;
  height: 36px;
}
.form-style textarea {
  line-height: normal;
  font-size: 0.875em;
  padding: 10px;
  color: #586f70;
}
.form-style .icheckbox_square-blue,
.form-style .iradio_square-blue {
  float: left;
  margin-right: 10px;
}
.form-style .checkbox-info {
  display: inline;
  float: left;
  width: 330px;
}
.form-style input[type='checkbox'] {
  border: none;
  -webkit-box-sizing: none;
  -moz-box-sizing: none;
  box-sizing: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: auto;
}
.form-style label {
  height: auto;
  line-height: inherit;
}
.form-style label .forminfo {
  text-transform: none;
}
.form-style input.submit {
  color: #fff;
  width: 240px;
  text-align: right;
  padding-right: 20px;
}
.form-style input.submit:hover {
  background: #159de3;
}
.form-style .forminfo {
  font-family: Arial, sans-serif;
  font-size: 0.675em;
  line-height: 8px;
  text-transform: none;
}
.form-style .space-left {
  margin-left: 32px;
}
.form-style .error {
  color: #ff0000;
}
