/* ---------- Variables ------- */
/* ---------- Overall Specifications ---------- */
@font-face {
  font-family: 'Sansation';
  src: url("../fonts/sansation-regular.eot");
  src: url("../fonts/sansation-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/sansation-regular.woff") format("woff"), url("../fonts/sansation-regular.ttf") format("truetype"), url("../fonts/sansation-regular.svg#sansationregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Sansation';
  src: url("../fonts/sansation-bold.eot");
  src: url("../fonts/sansation-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/sansation-bold.woff") format("woff"), url("../fonts/sansation-bold.ttf") format("truetype"), url("../fonts/sansation-bold.svg#sansationbold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Sansation';
  src: url("../fonts/sansation-italic.eot");
  src: url("../fonts/sansation-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/sansation-italic.woff") format("woff"), url("../fonts/sansation-italic.ttf") format("truetype"), url("../fonts/sansation-italic.svg#sansationitalic") format("svg");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Sansation';
  src: url("../fonts/sansation-light.eot");
  src: url("../fonts/sansation-light.eot?#iefix") format("embedded-opentype"), url("../fonts/sansation-light.woff") format("woff"), url("../fonts/sansation-light.ttf") format("truetype"), url("../fonts/sansation-light.svg#sansation_lightlight") format("svg");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Arkitech Medium';
  src: url("../fonts/arkitech_medium.eot");
  src: url("../fonts/arkitech_medium.eot?#iefix") format("embedded-opentype"), url("../fonts/arkitech_medium.woff") format("woff"), url("../fonts/arkitech_medium.ttf") format("truetype"), url("../fonts/arkitech_medium.svg#arkitech_medium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Arkitech Light';
  src: url("../fonts/arkitech_light.eot");
  src: url("../fonts/arkitech_light.eot?#iefix") format("embedded-opentype"), url("../fonts/arkitech_light.woff") format("woff"), url("../fonts/arkitech_light.ttf") format("truetype"), url("../fonts/arkitech_light.svg#arkitechlight") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  width: 100%;
  min-width: 1200px;
  margin: 0;
  padding: 0;
  background: #fff url("../images/background.png") no-repeat top center;
  border: 0;
  outline: 0;
  line-height: 1.5;
  font-size: 87.5%;
  word-wrap: break-word;
}

.clearfix:after {
  content: "";
}

a:link, a:visited {
  text-decoration: none;
}
a:hover, a:active, a:focus {
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  margin: 1.0em 0 0.5em;
  font-weight: inherit;
}

h1 {
  font-size: 1.357em;
  color: #000;
}

h2 {
  font-size: 1.143em;
}

p {
  margin: 0 0 32px;
}

del {
  text-decoration: line-through;
}

tr.odd {
  background-color: #dddddd;
}

img {
  outline: 0;
}

code, pre, kbd, samp, var {
  padding: 0 0.4em;
  font-size: 0.857em;
  font-family: Menlo, Consolas, "Andale Mono", "Lucida Console", "Nimbus Mono L", "DejaVu Sans Mono", monospace, "Courier New";
}

code {
  background-color: #f2f2f2;
  background-color: rgba(40, 40, 0, 0.06);
}

pre code, pre kbd, pre samp, pre var {
  font-size: 100%;
  background-color: transparent;
}

kbd kbd, kbd samp {
  font-size: 100%;
  background-color: transparent;
}

code var {
  font-size: 100%;
  background-color: transparent;
}

pre code, pre samp, pre var {
  padding: 0;
}

.description code {
  font-size: 1em;
}

kbd {
  background-color: #f2f2f2;
  border: 1px outset #575757;
  margin: 0 3px;
  color: #666;
  display: inline-block;
  padding: 0 6px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

pre {
  background-color: #f2f2f2;
  background-color: rgba(40, 40, 0, 0.06);
  margin: 10px 0;
  overflow: hidden;
  padding: 15px;
  white-space: pre-wrap;
}

.flexslider {
  margin: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  -o-box-shadow: 0;
  box-shadow: none;
}

/* ------------------ Fonts ------------------ */
body {
  font-family: "Sansation", "Arial";
  font-size: 16px;
}

/* ------------------ Reset Styles ------------------ */
caption {
  text-align: left;
  /* LTR */
  font-weight: normal;
}

blockquote {
  background: #f7f7f7;
  border-left: 1px solid #bbb;
  font-style: italic;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
}
blockquote:before {
  color: #bbb;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -.4em;
}
blockquote:after {
  color: #bbb;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -.45em;
}
blockquote > p:first-child {
  display: inline;
}

a.feed-icon {
  display: inline-block;
  padding: 15px 0 0 0;
}

/* ------------------ Table Styles ------------------ */
table {
  border: 0;
  border-spacing: 0;
  font-size: 0.857em;
  margin: 10px 0;
  width: 100%;
}
table table {
  font-size: 1em;
}

#footer-wrapper table {
  font-size: 1em;
}

table tr th {
  background: #757575;
  background: rgba(0, 0, 0, 0.51);
  border-bottom-style: none;
  color: #FFF;
  font-weight: bold;
}
table tr th a {
  color: #FFF;
  font-weight: bold;
}
table tr th a:hover {
  color: #FFF;
  font-weight: bold;
}
table tbody tr th {
  vertical-align: top;
}

tr td, tr th {
  padding: 4px 9px;
  border: 1px solid #fff;
  text-align: left;
  /* LTR */
}

#footer-wrapper tr td, #footer-wrapper tr th {
  border-color: #555;
  border-color: rgba(255, 255, 255, 0.18);
}

tr {
  background: #efefef;
  background: rgba(0, 0, 0, 0.063);
}
tr.odd {
  background: #e4e4e4;
  background: rgba(0, 0, 0, 0.105);
}
tr.even {
  background: #efefef;
  background: rgba(0, 0, 0, 0.063);
}

table ul.links {
  margin: 0;
  padding: 0;
  font-size: 1em;
}
table ul.links li {
  padding: 0 1em 0 0;
}

/* ------------------ List Styles ------------------ */
.block ol, .block ul {
  margin: 0;
  padding: 0 0 0.25em 1em;
  /* LTR */
}

.contextual-links-wrapper {
  font-size: small !important;
}

ul.contextual-links {
  font-size: 0.923em;
}

.contextual-links-wrapper a {
  text-shadow: 0 0 0 !important;
}

.item-list .pager {
  font-size: 0.929em;
}

ul.menu li {
  margin: 0;
}

.region-content ul, .region-content ol {
  margin: 1em 0;
  padding: 0 0 0.25em 2.5em;
  /* LTR */
}

.item-list ul li {
  margin: 0;
  padding: 0.2em 0.5em 0 0;
  /* LTR */
}

ul.tips {
  padding: 0 0 0 1.25em;
  /* LTR */
}

/* --------------- Global Style --------------- */
#user-login, div.profile {
  width: 1200px;
  margin: auto;
}

/* ------------------ Header ------------------ */
#header {
  position: relative;
  z-index: 3;
}
#header h1, #header #logo > a {
  margin: 0;
}

#skip-link {
  left: 50%;
  margin-left: -5.25em;
  margin-top: 0;
  position: absolute;
  width: auto;
  z-index: 50;
}
#skip-link a {
  background: #444;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: block;
  font-size: 0.94em;
  line-height: 1.7;
  padding: 1px 10px 2px 10px;
  text-decoration: none;
  -khtml-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-radius: 0 0 10px 10px;
}
#skip-link a:link, #skip-link a:visited {
  background: #444;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: block;
  font-size: 0.94em;
  line-height: 1.7;
  padding: 1px 10px 2px 10px;
  text-decoration: none;
  -khtml-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-radius: 0 0 10px 10px;
}
#skip-link a:hover, #skip-link a:active, #skip-link a:focus {
  outline: 0;
}

#logo {
  display: block;
  margin: auto;
  width: auto;
  padding: 47px 0 29px;
  /* LTR */
  text-align: center;
}
#logo a {
  display: inline-block;
  text-decoration: none;
}
#logo h1 img, #logo a img {
  display: block;
  margin: 0 auto;
}
#logo h1 span, #logo a span {
  display: block;
  margin: 10px auto 0px;
  color: #191919;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}

#name-and-slogan {
  float: left;
  /* LTR */
  padding-top: 34px;
  margin: 0 0 30px 15px;
  /* LTR */
}

#site-name {
  font-size: 1.821em;
  color: #686868;
  line-height: 1;
}

h1#site-name {
  margin: 0;
}

#site-name a {
  font-weight: normal;
}

#site-slogan {
  font-size: 0.929em;
  margin-top: 7px;
  word-spacing: 0.1em;
  font-style: italic;
}

/* Page 404 */
.page-404 #main-wrapper {
  width: 1200px;
  margin: 0px auto;
}
.page-404 #main-wrapper .region-content {
  padding: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 1.5em;
}

/* Share */
.share > * {
  display: block;
  float: right;
}
.share a {
  display: inline-block;
  width: 41px;
  height: 41px;
  margin-right: 4px;
  line-height: 41px;
  background: url(../images/icons-tt.png) no-repeat left -124px transparent;
}
.share span {
  margin-right: 10px;
  line-height: 41px;
  font-size: 0.75em;
}
.share a.twitter {
  width: 42px;
  background-position: -41px -124px;
}
.share a.gplus {
  background-position: -83px -124px;
}
.share a:hover {
  opacity: 0.7;
}

/* Region header blocks. */
/* --------------- Top menu ------------- */
.region-top-header .block {
  float: right;
}
.region-top-header .content {
  margin-top: 0;
}
.region-top-header .block.block-lang-dropdown h2 {
  display: none;
}
.region-top-header .lang_dropdown_form .chosen-container.chosen-with-drop .chosen-drop {
  top: 35px;
  left: -1px;
  width: 60px;
  text-align: center;
}

#block-tb-megamenu-menu-menu-top .nav > li > a:focus, #block-tb-megamenu-menu-menu-top .nav > li > a:hover {
  color: #fff;
  background-color: #0d4066;
}
#block-tb-megamenu-menu-menu-top .nav > .active > a {
  color: #fff;
  background-color: #0d4066;
}
#block-tb-megamenu-menu-menu-top .nav > .active > a:hover, #block-tb-megamenu-menu-menu-top .nav > .active > a:focus {
  color: #fff;
  background-color: #0d4066;
}
#block-tb-megamenu-menu-menu-top .nav > li + li {
  margin-left: 10px;
}
#block-tb-megamenu-menu-menu-top .nav > li a {
  display: inline-block;
  height: 34px;
  padding: 0 14px;
  position: relative;
  color: #191919;
  font-size: 0.60em;
  text-align: center;
  text-transform: uppercase;
  line-height: 40px;
  text-decoration: none;
  text-transform: uppercase;
  border: 0;
  background-color: #d8c286;
  border-bottom: 0;
}
#block-tb-megamenu-menu-menu-top .nav > li a:before, #block-tb-megamenu-menu-menu-top .nav > li a:after {
  display: block;
  width: 10px;
  height: 34px;
  position: absolute;
  top: 0;
  background: url(../images/icons.png) no-repeat -20px top transparent;
  content: "";
}

#block-lang-dropdown-language .chosen-container-single .chosen-single:before, #block-lang-dropdown-language .chosen-container-single .chosen-single:after {
  display: block;
  width: 10px;
  height: 34px;
  position: absolute;
  top: 0;
  background: url(../images/icons.png) no-repeat -20px top transparent;
  content: "";
}

#block-tb-megamenu-menu-menu-top .nav > li a:before, #block-lang-dropdown-language .chosen-container-single .chosen-single:before {
  left: -10px;
}

#block-tb-megamenu-menu-menu-top .nav > li a:after {
  background-position: -30px top;
  right: -10px;
}

#block-lang-dropdown-language .chosen-container-single .chosen-single:after {
  background-position: -30px top;
  right: -10px;
}
#block-lang-dropdown-language .chosen-container-single .chosen-single:hover:before {
  background-position: -40px top;
}
#block-lang-dropdown-language .chosen-container-single.chosen-with-drop .chosen-single:before {
  background-position: -40px top;
}

#block-tb-megamenu-menu-menu-top .nav > li > a:focus:before, #block-tb-megamenu-menu-menu-top .nav > li > a:hover:before {
  background-position: -40px top;
}
#block-tb-megamenu-menu-menu-top .nav > .active > a:before, #block-tb-megamenu-menu-menu-top .nav > .active > a:hover:before, #block-tb-megamenu-menu-menu-top .nav > .active > a:focus:before {
  background-position: -40px top;
}

#block-lang-dropdown-language .chosen-container-single .chosen-single:hover:after, #block-lang-dropdown-language .chosen-container-single.chosen-with-drop .chosen-single:after {
  background-position: -50px top;
}

#block-tb-megamenu-menu-menu-top .nav > li > a:focus:after, #block-tb-megamenu-menu-menu-top .nav > li > a:hover:after {
  background-position: -50px top;
}
#block-tb-megamenu-menu-menu-top .nav > .active > a:after, #block-tb-megamenu-menu-menu-top .nav > .active > a:hover:after, #block-tb-megamenu-menu-menu-top .nav > .active > a:focus:after {
  background-position: -50px top;
}

/* Language */
.chosen-container {
  font-size: inherit;
}

#block-lang-dropdown-language {
  margin: 0 10px;
  position: relative;
}
#block-lang-dropdown-language .form-item {
  margin: 0;
}
#block-lang-dropdown-language .chosen-container-single .chosen-single {
  height: 34px;
  position: relative;
  overflow: visible;
  color: #191919;
  font-weight: bold;
  background: #d8c286;
  border: 0;
  box-shadow: none;
  border-radius: 0;
}
#block-lang-dropdown-language .chosen-container-single .chosen-single:hover {
  color: #fff;
  background-color: #0d4066;
}
#block-lang-dropdown-language .chosen-container-single.chosen-with-drop .chosen-single {
  color: #fff;
  background-color: #0d4066;
}
#block-lang-dropdown-language .chosen-container-single .chosen-single span {
  margin-right: 17px;
  padding-left: 0;
  overflow: visible;
  font-size: 0.60em;
  line-height: 40px;
}
#block-lang-dropdown-language .chosen-container-single .chosen-single div b {
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 2px;
  height: 7px;
  width: 12px;
  background: url(../images/icons.png) no-repeat left -10px transparent;
}
#block-lang-dropdown-language .chosen-container-single .chosen-single:hover div b {
  background-position: left -24px;
}
#block-lang-dropdown-language .chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: left -31px;
}

/* --------------- Main Menu ------------ */
.tb-megamenu .nav > li > a {
  position: relative;
}

#block-tb-megamenu-main-menu .nav > li > a:focus, #block-tb-megamenu-main-menu .nav > li:hover > a {
  background-color: #d8c286;
}
#block-tb-megamenu-main-menu .nav > li > a span.caret {
  display: none;
}
#block-tb-megamenu-main-menu .nav > .active > a {
  background-color: #d8c286;
}
#block-tb-megamenu-main-menu .nav > .active > a:hover, #block-tb-megamenu-main-menu .nav > .active > a:focus {
  background-color: #d8c286;
}
#block-tb-megamenu-main-menu .nav > li:focus:before, #block-tb-megamenu-main-menu .nav > li > a:focus:before, #block-tb-megamenu-main-menu .nav > li:hover:before {
  display: block;
  width: 20px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -10px;
  background: url(../images/icons.png) no-repeat left top transparent;
  content: "";
  z-index: 5;
}
#block-tb-megamenu-main-menu .nav > .active:before {
  display: block;
  width: 20px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -10px;
  background: url(../images/icons.png) no-repeat left top transparent;
  content: "";
  z-index: 5;
}

.tb-megamenu {
  background: #fff;
}

#block-tb-megamenu-main-menu {
  clear: both;
}
#block-tb-megamenu-main-menu .nav > li {
  position: relative;
  border: solid 1px rgba(132, 132, 132, 0.33);
  line-height: 0;
}
#block-tb-megamenu-main-menu .nav > li a {
  display: inline-block;
  height: 45px;
  margin: 1px;
  padding: 0;
  color: #191919;
  font-size: 0.75em;
  text-align: center;
  font-weight: bold;
  line-height: 47px;
  text-decoration: none;
  text-transform: uppercase;
  border: 0;
}
#block-tb-megamenu-main-menu .nav > li a span {
  display: inline-block;
  width: 177px;
  vertical-align: middle;
  line-height: 12px;
}
#block-tb-megamenu-main-menu .nav > li + li {
  border-left: 0;
}
#block-tb-megamenu-main-menu .nav > li .tb-megamenu-submenu.dropdown-menu {
  border-bottom: initial;
  min-width: 177px;
  box-shadow: initial;
  border: 1px solid rgba(0, 0, 0, 0.2);
  left: -1px;
}
#block-tb-megamenu-main-menu .nav > li .tb-megamenu-submenu.dropdown-menu .tb-megamenu-column-inner {
  padding-top: 0px;
  padding-left: 5px;
}
#block-tb-megamenu-main-menu .nav > li .tb-megamenu-submenu.dropdown-menu .tb-megamenu-column-inner li.active a {
  background-color: transparent;
  background-image: none;
}
#block-tb-megamenu-main-menu .nav > li .tb-megamenu-submenu.dropdown-menu .tb-megamenu-column-inner li a {
  color: #d8c286;
  text-transform: none;
  text-align: left;
  height: 35px;
  width: auto;
  font-size: 0.75em;
  position: relative;
}
#block-tb-megamenu-main-menu .nav > li .tb-megamenu-submenu.dropdown-menu .tb-megamenu-column-inner li a span {
  width: auto;
  padding-left: 12px;
}
#block-tb-megamenu-main-menu .nav > li .tb-megamenu-submenu.dropdown-menu .tb-megamenu-column-inner li a:hover {
  color: #0d4066;
}
#block-tb-megamenu-main-menu .nav > li .tb-megamenu-submenu.dropdown-menu .tb-megamenu-column-inner li a:hover:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #0d4066;
  display: block;
}
#block-tb-megamenu-main-menu .nav > li .tb-megamenu-submenu.dropdown-menu .tb-megamenu-column-inner li a:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  display: block;
  vertical-align: middle;
  margin-right: 4px;
  position: absolute;
  top: 18px;
  left: 2px;
}
#block-tb-megamenu-main-menu .nav > li.home a, #block-tb-megamenu-main-menu .nav > li.search a {
  width: 56px;
}
#block-tb-megamenu-main-menu .nav > li.home a span, #block-tb-megamenu-main-menu .nav > li.search a span {
  display: none;
}
#block-tb-megamenu-main-menu .nav > li.home a .icon-home {
  width: 30px;
  height: 29px;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  left: 50%;
  margin-left: -15px;
  background: transparent url(../images/icons.png) no-repeat -12px -34px;
}
#block-tb-megamenu-main-menu .nav > li.home > a:focus .icon-home, #block-tb-megamenu-main-menu .nav > li.home:hover > a .icon-home {
  background-position: -42px -34px;
}
#block-tb-megamenu-main-menu .nav > .home.active > a .icon-home {
  background-position: -42px -34px;
}
#block-tb-megamenu-main-menu .nav > li.search a .icon-search {
  width: 24px;
  height: 27px;
  background: url(../images/icons.png) no-repeat -60px top transparent;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  left: 50%;
  margin-left: -12px;
}
#block-tb-megamenu-main-menu .nav > li.search > a:focus .icon-search, #block-tb-megamenu-main-menu .nav > li.search:hover > a .icon-search {
  background-position: -84px top;
}
#block-tb-megamenu-main-menu .nav > .search.active > a .icon-search {
  background-position: -84px top;
}
#block-tb-megamenu-main-menu .nav > li.home a .icon-home:before, #block-tb-megamenu-main-menu .nav > li.search a .icon-search:before {
  display: none;
}

#block-tb-megamenu-menu-menu-top .nav > li.search, #block-tb-megamenu-menu-menu-top .nav > li.menu-button {
  display: none;
}

/* --------------- Secondary Menu ------------ */
#secondary-menu-links {
  float: right;
  /* LTR */
  font-size: 0.929em;
  margin: 10px 10px 0;
}
#secondary-menu-links a:hover, #secondary-menu-links a:focus {
  text-decoration: underline;
}

/* ------------------- Main ------------------- */
#main {
  position: relative;
  margin: 0px auto;
  padding-bottom: 13px;
  z-index: 2;
}

.w1200 {
  position: relative;
  width: 1200px;
  margin: auto;
  background-color: #fff;
}

.dyn-child-height {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* ----------------- Featured ----------------- */
#featured {
  text-align: center;
  font-size: 1.643em;
  font-weight: normal;
  line-height: 1.4;
  padding: 20px 0 45px;
  margin: 0;
  background: #f0f0f0;
  background: rgba(30, 50, 10, 0.08);
  border-bottom: 1px solid #e7e7e7;
  text-shadow: 1px 1px #fff;
}
#featured h2 {
  font-size: 1.174em;
  line-height: 1;
}
#featured p {
  margin: 0;
  padding: 0;
}

/* --------------- Highlighted ---------------- */
#highlighted {
  border-bottom: 1px solid #d3d7d9;
  font-size: 120%;
}

/* ------------------- Help ------------------- */
.region-help {
  border: 1px solid #d3d7d9;
  padding: 0 1.5em;
  margin-bottom: 30px;
}

/* ----------------- Content ------------------ */
/* .content {
margin-top: 10px;
} */
h1#page-title {
  margin: 30px auto 12px;
  font-size: 44px;
  font-weight: bold;
  line-height: 37px;
  text-transform: uppercase;
  text-align: center;
}

#content h2 {
  margin-bottom: 2px;
  font-size: 1.429em;
  line-height: 1.4;
}
#content h2#subtitle {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 29px;
  font-family: "Myriad Pro", "Calibri", "Lucida Grande", sans-serif;
  line-height: 29px;
  text-align: center;
}

.node-teaser {
  border-bottom: 1px solid #d3d7d9;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.node-teaser .content {
  font-size: 1em;
}
.node-teaser h2 {
  margin-top: 0;
  padding-top: 0.5em;
}
.node-teaser h2 a {
  color: #181818;
}

/* .node-sticky {
background: #f9f9f9;
background: rgba(0, 0, 0, 0.024);
border: 1px solid #d3d7d9;
padding: 0 15px 15px;
} */
.node-full {
  background: none;
  border: none;
  padding: 0;
}

.node-teaser .content {
  clear: none;
  line-height: 1.6;
}

.meta {
  font-size: 0.857em;
  color: #68696b;
  margin-bottom: -5px;
}

.submitted .user-picture img {
  float: left;
  /* LTR */
  height: 20px;
  margin: 1px 5px 0 0;
  /* LTR */
}

.field-type-taxonomy-term-reference {
  margin: 0 0 1.2em;
}
.field-type-taxonomy-term-reference .field-label {
  font-weight: normal;
  margin: 0;
  padding-right: 5px;
  /* LTR */
  font-size: 0.8em;
}
.field-type-taxonomy-term-reference ul.links {
  font-size: 0.8em;
}

.node-teaser .field-type-taxonomy-term-reference .field-label, .node-teaser .field-type-taxonomy-term-reference ul.links {
  font-size: 0.821em;
}

.field-type-taxonomy-term-reference ul.links {
  padding: 0;
  margin: 0;
  list-style: none;
}
.field-type-taxonomy-term-reference ul.links li {
  white-space: nowrap;
}

.link-wrapper {
  text-align: right;
}

.field-type-image img, .user-picture img {
  margin: 0;
}
.field-type-image .field-items .field-item img {
    max-width: 100%;
}

.node-unpublished {
  margin: -20px -15px 0;
  padding: 20px 15px 0;
}
.node-unpublished .comment-text .comment-arrow {
  border-left: 1px solid #fff4f4;
  border-right: 1px solid #fff4f4;
}

/* ----------------- Comments ----------------- */
.comment {
  margin-bottom: 20px;
  display: table;
  vertical-align: top;
}
.comment h2.title {
  margin-bottom: 1em;
}
.comment div.user-picture img {
  margin-left: 0;
  /* LTR */
}
.comment .attribution {
  display: table-cell;
  padding: 0 30px 0 0;
  /* LTR */
  vertical-align: top;
  overflow: hidden;
}
.comment .attribution img {
  margin: 0;
  border: 1px solid #d3d7d9;
}
.comment .attribution .username {
  white-space: nowrap;
}
.comment .submitted p {
  margin: 4px 0;
  font-size: 1.071em;
  line-height: 1.2;
}
.comment .submitted .comment-time {
  font-size: 0.786em;
  color: #68696b;
}
.comment .submitted .comment-permalink {
  font-size: 0.786em;
  text-transform: lowercase;
}
.comment .content {
  font-size: 0.929em;
  line-height: 1.6;
}
.comment .comment-arrow {
  background: url(../images/comment-arrow.gif) no-repeat 0 center transparent;
  /* LTR */
  border-left: 1px solid;
  border-right: 1px solid;
  height: 40px;
  margin-left: -47px;
  /* LTR */
  margin-top: 10px;
  position: absolute;
  width: 20px;
}
.comment .comment-text {
  padding: 10px 25px;
  border: 1px solid #d3d7d9;
  display: table-cell;
  vertical-align: top;
  position: relative;
  width: 100%;
}
.comment .indented {
  margin-left: 40px;
  /* LTR */
}
.comment ul.links {
  padding: 0 0 0.25em 0;
}
.comment ul.links li {
  padding: 0 0.5em 0 0;
  /* LTR */
}

.comment-unpublished {
  margin-right: 5px;
  /* LTR */
  padding: 5px 2px 5px 5px;
  /* LTR */
}
.comment-unpublished .comment-text .comment-arrow {
  border-left: 1px solid #fff4f4;
  border-right: 1px solid #fff4f4;
}

/* ------------------ Sidebar ----------------- */
.sidebar .section {
  padding-top: 0;
}
.sidebar .block {
  border: 1px solid;
  padding: 15px 20px;
  margin: 0 0 20px;
}
.sidebar h2 {
  margin: 0 0 0.5em;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 5px;
  text-shadow: 0 1px 0 #fff;
  font-size: 1.071em;
  line-height: 1.2;
}
.sidebar .block .content {
  font-size: 0.914em;
  line-height: 1.4;
}
.sidebar tbody {
  border: none;
}
.sidebar tr.even, .sidebar tr.odd {
  background: none;
  border-bottom: 1px solid #d6d6d6;
}

/* ----------------- Triptych ----------------- */
#triptych-wrapper {
  background-color: #f0f0f0;
  background: rgba(30, 50, 10, 0.08);
  border-top: 1px solid #e7e7e7;
}

#triptych h2 {
  color: #000;
  font-size: 1.714em;
  margin-bottom: 0.8em;
  text-shadow: 0 1px 0 #fff;
  text-align: center;
  line-height: 1;
}
#triptych .block {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid #dfdfdf;
  line-height: 1.3;
}
#triptych .block.last {
  border-bottom: none;
}
#triptych .block ul li, #triptych .block ol li {
  list-style: none;
}
#triptych .block ul, #triptych .block ol {
  padding-left: 0;
}
#triptych #block-user-login .form-text {
  width: 185px;
}
#triptych #block-user-online p {
  margin-bottom: 0;
}
#triptych #block-node-syndicate h2 {
  overflow: hidden;
  width: 0;
  height: 0;
}

#triptych-last #block-node-syndicate {
  text-align: right;
}

#triptych #block-search-form .form-type-textfield input {
  width: 185px;
}

#triptych-middle #block-system-powered-by {
  text-align: center;
}

#triptych-last #block-system-powered-by {
  text-align: right;
}

/* ------------------ Footer ------------------ */
#footer {
  color: #fff;
}
#footer .footer-top {
  position: relative;
  width: 100%;
  min-height: 255px;
  padding: 0px;
  background-color: #191919;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#footer .footer-top .quote-wrapper {
  margin: 0 auto;
  text-align: center;
  height: 280px;
  background-color: #292929;
}
#footer .footer-top .quote-wrapper .quote {
  color: #d8c286;
  font-size: 25px;
  font-weight: normal;
  line-height: 30px;
  padding: 112px 0px 0px 0px;
}
#footer .footer-top .quote-wrapper .author {
  color: #fff;
  font-size: 17px;
  font-family: "Myriad Pro", "Calibri", "Lucida Grande", sans-serif;
  line-height: 25px;
}
#footer .footer-top .contact-us {
  width: 1200px;
  margin: 14px auto 0px;
  padding: 0px;
}
#footer .footer-top .contact-us .link-brochure {
  float: left;
  padding: 22px 42px 38px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #5e5e5e;
}
#footer .footer-top .contact-us .link-brochure a {
  position: relative;
  display: inline-block;
  padding: 11px 0px 0px 45px;
  width: 237px;
  height: 62px;
  background: #d8c286;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  line-height: 21px;
  text-decoration: none;
  text-transform: uppercase;
}
#footer .footer-top .contact-us .link-brochure a:hover {
  opacity: 0.8;
}
#footer .footer-top .contact-us .link-brochure a:before {
  content: "";
  position: absolute;
  top: 24px;
  left: 14px;
  height: 25px;
  width: 24px;
  background: transparent url("../images/icons.png") no-repeat -72px -27px;
}
#footer .footer-top .contact-us .contact-info {
  float: left;
  width: 900px;
  padding: 29px 0px 0px 37px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#footer .footer-top .contact-us .contact-info.with-share-links {
  width: 463px;
  height: 122px;
  padding: 10px 46px 0px 37px;
  border-right: 1px solid #5e5e5e;
}
#footer .footer-top .contact-us .contact-info .title {
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
}
#footer .footer-top .contact-us .contact-info.with-share-links .title {
  margin-bottom: 10px;
}
#footer .footer-top .contact-us .contact-info .infos {
  color: #dcdcdc;
  font-size: 15px;
  font-family: "Myriad Pro", "Calibri", "Lucida Grande", sans-serif;
}
#footer .footer-top .contact-us .contact-info.with-share-links .infos .adress {
  float: left;
  display: block;
  width: 180px;
}
#footer .footer-top .contact-us .contact-info .infos .tel {
  position: relative;
  margin-left: 62px;
}
#footer .footer-top .contact-us .contact-info.with-share-links .infos .tel {
  float: right;
  margin-left: 0px;
}
#footer .footer-top .contact-us .contact-info .infos .tel:before {
  content: "";
  position: absolute;
  top: -5px;
  left: -18px;
  height: 18px;
  width: 11px;
  background: transparent url("../images/icons.png") no-repeat -96px -27px;
}
#footer .footer-top .contact-us .contact-info.with-share-links .infos .tel:before {
  top: 0px;
  left: -21px;
}
#footer .footer-top .contact-us .contact-info .infos .fax {
  position: relative;
  margin-left: 56px;
}
#footer .footer-top .contact-us .contact-info.with-share-links .infos .fax {
  float: right;
  clear: right;
  margin-left: 0px;
}
#footer .footer-top .contact-us .contact-info .infos .fax:before {
  content: "";
  position: absolute;
  top: -3px;
  left: -23px;
  height: 16px;
  width: 16px;
  background: transparent url("../images/icons.png") no-repeat -90px -52px;
}
#footer .footer-top .contact-us .contact-info.with-share-links .infos .fax:before {
  top: 5px;
}
#footer .footer-top .contact-us .social {
  padding: 13px 0px 0px 32px;
  float: left;
}
#footer .footer-top .contact-us .social .title {
  display: block;
  margin: 0px 0px 12px;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
}
#footer .footer-top .contact-us .social ul {
  margin: 0;
  padding: 0;
  color: #dcdcdc;
}
#footer .footer-top .contact-us .social li {
  position: relative;
  padding: 0;
  padding-left: 15px;
  line-height: 27px;
  list-style: none;
  padding: 0;
  float: left;
}
#footer .footer-top .contact-us .social li + li {
  margin-left: 14px;
}
#footer .footer-top .contact-us .social li.linkedin_count {
  padding-top: 20px;
}
#footer .footer-top .contact-us .social a {
  display: inline-block;
  position: relative;
  width: 60px;
  height: 60px;
  font-weight: bold;
  font-size: 1.15em;
  line-height: 60px;
  text-align: center;
  color: #dcdcdc;
  text-decoration: none;
  text-transform: uppercase;
  border: solid 1px #393939;
  border-radius: 50%;
}
#footer .footer-top .contact-us .social a:hover {
  opacity: 0.7;
  color: inherit;
}
#footer .footer-top .contact-us .social a.linkedin:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin-left: -14px;
  margin-top: -15px;
  width: 30px;
  height: 28px;
  background: transparent url(../images/icons.png) no-repeat -83px -165px;
  content: "";
}
#footer .footer-top .contact-us .social a.twitter:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin-left: -14px;
  margin-top: -15px;
  width: 30px;
  height: 28px;
  background: transparent url(../images/icons.png) no-repeat -83px -165px;
  content: "";
  margin-left: -22px;
  margin-top: -16px;
  width: 44px;
  height: 31px;
  background-position: -39px -153px;
}
#footer .footer-top .contact-us .social a.wikipedia:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background: transparent url(../images/icons.png) no-repeat -83px -165px;
  content: "";
  margin-left: -16px;
  margin-top: -14px;
  width: 44px;
  height: 44px;
  background-position: -278px -240px;
}
#footer .footer-top .contact-us .social a.youtube:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background: transparent url(../images/icons.png) no-repeat -83px -165px;
  content: "";
  margin-left: -11px;
  margin-top: -11px;
  width: 36px;
  height: 36px;
  background-position: -171px -246px;
}
#footer .footer-bottom {
  height: 50px;
  background-color: #d8c286;
  color: #191919;
  font-size: 12px;
  line-height: 50px;
}
#footer .footer-bottom .bottom {
  background: none;
}
#footer .footer-bottom ul.menu {
  float: left;
  margin: 0px;
  padding: 0;
  width: 500px;
}
#footer .footer-bottom ul.menu a {
  color: #191919;
}
#footer .footer-bottom ul.menu li {
  position: relative;
  float: right;
  padding-top: 0;
  margin-left: 32px;
  list-style: none;
}
#footer .footer-bottom ul.menu li:last-child {
  margin-left: 0px;
}
#footer .footer-bottom ul.menu li:before {
  display: block;
  position: absolute;
  left: -21px;
  content: "/";
}
#footer .footer-bottom ul.menu li:last-child:before {
  display: none;
}
#footer .footer-bottom .armor-sites {
  position: relative;
  width: 274px;
  height: 35px;
  margin: 7px 18px 0px;
  float: left;
  padding-left: 15px;
  line-height: 35px;
  font-size: 1.25em;
  color: #191919;
  border: solid 1px #655d45;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: default;
}
#footer .footer-bottom .armor-sites:after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 34px;
  height: 34px;
  border-left: solid 1px #655d45;
  content: "";
}
#footer .footer-bottom .armor-sites:before {
  position: absolute;
  right: 13px;
  top: 13px;
  display: block;
  width: 11px;
  height: 7px;
  background: url(../images/icons.png) no-repeat left -10px transparent;
  content: "";
}
#footer .footer-bottom .armor-sites:hover:before {
  background-position: left -17px;
}
#footer .footer-bottom .armor-sites .sub-menu {
  display: none;
  margin: 0;
  padding: 0;
  background: #333333;
  width: 274px;
  position: absolute;
  left: -1px;
  bottom: 34px;
  border: solid 1px #655d45;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 5;
}
#footer .footer-bottom .armor-sites .sub-menu li {
  padding: 0;
  list-style: none;
}
#footer .footer-bottom .armor-sites .sub-menu li:hover {
  background: #655d45;
}
#footer .footer-bottom .armor-sites .sub-menu a {
  text-decoration: none;
  padding-left: 15px;
  display: block;
  color: #fff;
}
#footer .footer-bottom p.designed {
  float: left;
  font-style: italic;
  margin: 0;
}
#footer .footer-bottom p.designed a {
  color: #191919;
}
#footer .footer-bottom p.designed span {
  display: inline-block;
  width: 9px;
  height: 8px;
  line-height: 9px;
  text-indent: -9999px;
  background: url(../images/icons.png) no-repeat left -38px transparent;
}

/* --------------- System Tabs  --------------- */
.tabs {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
}
.tabs ul.primary {
  padding: 0 3px;
  margin: 0;
  overflow: hidden;
  border: none;
  background: transparent url(../images/tabs-border.png) repeat-x left bottom;
}
.tabs ul.primary li {
  display: block;
  float: left;
  /* LTR */
  vertical-align: bottom;
  margin: 0 5px 0 0;
  /* LTR */
}
.tabs ul.primary li.active a {
  border-bottom: 1px solid #ffffff;
}
.tabs ul.primary li a {
  color: #000;
  background-color: #ededed;
  height: 1.8em;
  line-height: 1.9;
  display: block;
  font-size: 0.929em;
  float: left;
  /* not LTR */
  padding: 0 10px 3px;
  margin: 0;
  text-shadow: 0 1px 0 #fff;
  -khtml-border-radius-topleft: 6px;
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -khtml-border-radius-topright: 6px;
  -moz-border-radius-topright: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
}
.tabs ul.primary li.active a {
  background-color: #ffffff;
}
.tabs ul.secondary {
  border-bottom: none;
  padding: 0.5em 0;
}
.tabs ul.secondary li {
  display: block;
  float: left;
  /* LTR */
}
.tabs ul.secondary li:last-child {
  border-right: none;
  /* LTR */
}
.tabs ul.secondary li:first-child {
  padding-left: 0;
  /* LTR */
}
.tabs ul.secondary li a {
  padding: 0.25em 0.5em;
}
.tabs ul.secondary li a.active {
  background: #f2f2f2;
  border-bottom: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}

ul.action-links {
  list-style: none;
  margin: 5px;
  padding: 0.5em 1em;
}
ul.action-links li {
  display: inline-block;
  margin-left: 10px;
}
ul.action-links li a {
  padding-left: 15px;
  background: url(../images/add.png) no-repeat left center;
  margin: 0 10px 0 0;
}

/* ---------------- Messages  ----------------- */
#messages {
  padding: 20px 0 5px;
  width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  background: #fff;
}

.featured #messages {
  background: #f0f0f0;
  background: rgba(30, 50, 10, 0.08);
}

div.messages {
  margin: 8px 15px;
}

/* -------------- Breadcrumbs   -------------- */
#breadcrumb {
  padding-top: 16px;
  font-size: 12px;
  font-family: "Sansation", "Arial";
}
#breadcrumb ul {
  padding: 0 0 0 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#breadcrumb li {
  display: inline-block;
  margin: 0;
  list-style: none;
  color: #927c41;
}
#breadcrumb li:first-child {
  text-transform: uppercase;
}
#breadcrumb li:last-child {
  color: #0d4066;
}
#breadcrumb li + li {
  margin-left: 5px;
}
#breadcrumb li a {
  color: #927c41;
}

/**/
#content-top-title {
  text-align: center;
  margin: 20px auto 50px;
}

/* -------------- User Profile   -------------- */
.profile .user-picture {
  float: none;
}

/* -------------- Password Meter  ------------- */
.confirm-parent {
  width: 34em;
}

.password-parent {
  width: 34em;
  position: relative;
}

div.form-item div.password-suggestions {
  position: relative;
}

.password-strength-text, .password-strength-title, div.password-confirm {
  font-size: 0.82em;
}

.password-strength-text {
  margin-top: 0.2em;
}

div.password-confirm {
  margin-top: 2.2em;
  width: 20.73em;
}

/* ---------------- Buttons    ---------------- */
input.form-submit {
  background: #fff url(../images/buttons.png) 0 0 repeat-x;
  border: 1px solid #e4e4e4;
  border-bottom: 1px solid #b4b4b4;
  border-left-color: #d2d2d2;
  border-right-color: #d2d2d2;
  color: #3a3a3a;
  cursor: pointer;
  font-size: 0.929em;
  font-weight: normal;
  text-align: center;
  margin-bottom: 1em;
  margin-right: 0.6em;
  /* LTR */
  padding: 4px 17px;
  -khtml-border-radius: 15px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

a.button {
  background: #fff url(../images/buttons.png) 0 0 repeat-x;
  border: 1px solid #e4e4e4;
  border-bottom: 1px solid #b4b4b4;
  border-left-color: #d2d2d2;
  border-right-color: #d2d2d2;
  color: #3a3a3a;
  cursor: pointer;
  font-size: 0.929em;
  font-weight: normal;
  text-align: center;
  margin-bottom: 1em;
  margin-right: 0.6em;
  /* LTR */
  padding: 4px 17px;
  -khtml-border-radius: 15px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
a.button:link, a.button:visited, a.button:hover, a.button:focus, a.button:active {
  text-decoration: none;
  color: #5a5a5a;
}

/* -------------- Form Elements   ------------- */
fieldset {
  background: #ffffff;
  border: 1px solid #cccccc;
  margin-top: 10px;
  margin-bottom: 32px;
  padding: 0 0 10px;
  position: relative;
  top: 12px;
  /* Offsets the negative margin of legends */
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.fieldset-wrapper {
  margin-top: 25px;
}

.node-form .vertical-tabs .fieldset-wrapper {
  margin-top: 0;
}

.filter-wrapper {
  top: 0;
  padding: 1em 0 0.2em;
  -khtml-border-radius-topright: 0;
  -khtml-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.filter-help a {
  font-size: 0.857em;
  padding: 2px 20px 0;
}

.filter-wrapper .form-item {
  padding: 0 0 0.5em 0.5em;
}
.filter-wrapper .form-item label {
  margin-right: 10px;
}

.filter-guidelines {
  padding: 0 1.5em 0 0.5em;
}

fieldset.collapsed {
  background: transparent;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
fieldset legend {
  background: #dbdbdb;
  border: 1px solid #ccc;
  border-bottom: none;
  color: #3b3b3b;
  display: block;
  height: 2em;
  left: -1px;
  /* LTR */
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  line-height: 2;
  padding: 0;
  position: absolute;
  text-indent: 10px;
  text-shadow: 0 1px 0 #fff;
  top: -12px;
  width: 100%;
  -khtml-border-radius-topleft: 4px;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -khtml-border-radius-topright: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}
fieldset.collapsed legend {
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
fieldset legend a {
  color: #3b3b3b;
}
fieldset legend a:hover, fieldset legend a:focus, fieldset legend a:active {
  color: #000;
}
fieldset .fieldset-wrapper {
  padding: 0 10px;
}
fieldset .fieldset-description {
  margin-top: 5px;
  margin-bottom: 1em;
  line-height: 1.4;
  color: #3c3c3c;
  font-style: italic;
}

input {
  margin: 2px 0;
  padding: 4px;
  font-size: 0.929em;
}

textarea {
  font-size: 0.929em;
  line-height: 1.5;
}
textarea.form-textarea {
  padding: 4px;
}

select.form-select {
  padding: 4px;
}

input.form-text, textarea.form-textarea, select.form-select {
  border: 1px solid #ccc;
}

input.form-submit:hover, input.form-submit:focus {
  background: #dedede;
}

.password-suggestions ul li {
  margin-left: 1.2em;
  /* LTR */
}

.form-item {
  margin-bottom: 1em;
  margin-top: 2px;
}
.form-item label {
  font-size: 0.929em;
}

.form-type-radio label, .form-type-checkbox label {
  margin-left: 4px;
}

.form-type-radio .description, .form-type-checkbox .description {
  margin-left: 2px;
}

.form-actions {
  padding-top: 10px;
}

/* Contact Form */
.contact-form #edit-name, .contact-form #edit-mail, .contact-form #edit-subject {
  width: 75%;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.contact-form #edit-message {
  width: 76.3%;
  -khtml-border-top-left-radius: 4px;
  -khtml-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.contact-form .resizable-textarea .grippie {
  width: 76%;
  -khtml-border-bottom-left-radius: 4px;
  -khtml-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* Disabled form elements */
input.form-button-disabled {
  background: #ededed;
  border-color: #bbb;
  color: #717171;
}
input.form-button-disabled:hover, input.form-button-disabled:focus, input.form-button-disabled:active {
  background: #ededed;
  border-color: #bbb;
  color: #717171;
}

.form-disabled input, .form-disabled select, .form-disabled textarea {
  background: #ededed;
  border-color: #bbb;
  color: #717171;
}
.form-disabled .grippie {
  background-color: #ededed;
  border-color: #bbb;
}
.form-disabled label {
  color: #717171;
}

/* Animated throbber */
html.js input.form-autocomplete {
  background-position: 100% 4px;
  /* LTR */
}
html.js input.throbbing {
  background-position: 100% -16px;
  /* LTR */
}

/* Comment form */
.comment-form label {
  float: left;
  /* LTR */
  font-size: 0.929em;
  width: 120px;
}
.comment-form input, .comment-form .form-select {
  margin: 0;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.comment-form .form-type-textarea label {
  float: none;
}
.comment-form .form-item, .comment-form .form-radios, .comment-form .form-type-checkbox, .comment-form .form-select {
  margin-bottom: 10px;
  overflow: hidden;
}
.comment-form .form-type-checkbox, .comment-form .form-radios {
  margin-left: 120px;
  /* LTR */
}
.comment-form .form-type-checkbox label, .comment-form .form-radios label {
  float: none;
  margin-top: 0;
}
.comment-form input.form-file {
  width: auto;
}

.no-sidebars .comment-form .form-text {
  width: 800px;
}

.one-sidebar .comment-form .form-text {
  width: 500px;
}

.two-sidebars .comment-form .form-text {
  width: 320px;
}

.comment-form .form-item .description {
  font-size: 0.786em;
  line-height: 1.2;
  margin-left: 120px;
  /* LTR */
}

#content h2.comment-form {
  margin-bottom: 0.5em;
}

.comment-form .form-textarea {
  -khtml-border-radius-topleft: 4px;
  -khtml-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.comment-form fieldset.filter-wrapper .fieldset-wrapper, .comment-form .text-format-wrapper .form-item {
  margin-top: 0;
  margin-bottom: 0;
}

.filter-wrapper label {
  width: auto;
  float: none;
}
.filter-wrapper .form-select {
  min-width: 120px;
}

.comment-form fieldset.filter-wrapper .tips {
  font-size: 0.786em;
}

#comment-body-add-more-wrapper .form-type-textarea label {
  margin-bottom: 0.4em;
}

#edit-actions input {
  margin-right: 0.6em;
  /* LTR */
}

/* -------------- Other Overrides ------------- */
div.password-suggestions {
  border: 0;
}

.ui-widget-overlay {
  background: #222222;
  opacity: 0.7;
}

div.vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane {
  padding: 1em;
}

#forum .name {
  font-size: 1.083em;
}
#forum .description {
  font-size: 1em;
}

/* --------------- Search Form ---------------- */
#block-search-form {
  padding-bottom: 7px;
}
#block-search-form .content {
  margin-top: 0;
}

#search-form input#edit-keys, #block-search-form .form-item-search-block-form input {
  float: left;
  /* LTR */
  font-size: 1em;
  height: 1.143em;
  margin-right: 5px;
  width: 9em;
}

#search-block-form input.form-submit, #search-form input.form-submit {
  margin-left: 0;
  margin-right: 0;
  height: 25px;
  width: 34px;
  padding: 0;
  cursor: pointer;
  text-indent: -9999px;
  border-color: #e4e4e4 #d2d2d2 #b4b4b4;
  background: url(../images/search-button.png) no-repeat center top;
  overflow: hidden;
}

#search-block-form input.form-submit:hover, #search-block-form input.form-submit:focus {
  background-position: center bottom;
}

#search-form input.form-submit:hover, #search-form input.form-submit:focus {
  background-position: center bottom;
}
#search-form .form-item-keys label {
  display: block;
}

/* --------------- Search Results ---------------- */
ol.search-results {
  padding-left: 0;
}

.search-results li {
  border-bottom: 1px solid #d3d7d9;
  padding-bottom: 0.4285em;
  margin-bottom: 0.5em;
}
.search-results li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 1em;
}
.search-results .search-snippet-info {
  padding-left: 0;
}

/* -------------- Shortcut Links -------------- */
.shortcut-wrapper {
  margin: 2.2em 0 1.1em 0;
  /* Same as usual h1#page-title margin. */
}
.shortcut-wrapper h1#page-title {
  float: left;
  /* LTR */
  margin: 0;
}

div.add-or-remove-shortcuts {
  padding-top: 0.9em;
}

.overlay div.add-or-remove-shortcuts {
  padding-top: 0.8em;
}

/* ---------- Admin-specific Theming ---------- */
.page-admin #content img {
  margin-right: 15px;
  /* LTR */
}
.page-admin #content .simpletest-image img {
  margin: 0;
}

.page-admin-structure-block-demo .block-region {
  background: #ffff66;
  border: 1px dotted #9f9e00;
  color: #000;
  font: 90% "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  margin: 5px;
  padding: 5px;
  text-align: center;
  text-shadow: none;
}
.page-admin-structure-block-demo #featured .block-region {
  font-size: 0.55em;
}
.page-admin-structure-block-demo #header .block-region {
  width: 500px;
}

.page-admin #admin-dblog img {
  margin: 0 5px;
}

/* Fix spacing when Seven is used in the overlay. */
#system-theme-settings fieldset {
  padding: 0;
}
#system-theme-settings fieldset .fieldset-legend {
  margin-top: 0;
}

/* Configuration. */
div.admin .right, div.admin .left {
  width: 49%;
  margin: 0;
}
div.admin-panel {
  background: #fbfbfb;
  border: 1px solid #ccc;
  margin: 10px 0;
  padding: 0 5px 5px;
}
div.admin-panel h3 {
  margin: 16px 7px;
}
div.admin-panel dt {
  border-top: 1px solid #ccc;
  padding: 7px 0 0;
}
div.admin-panel dd {
  margin: 0 0 10px;
}
div.admin-panel .description {
  margin: 0 0 14px 7px;
}

/* ---------- Overlay layout styles ----------- */
.overlay #main, .overlay #content {
  width: auto;
  float: none;
}
.overlay #page {
  padding: 0 2em;
}
.overlay .region-page-top, .overlay #header, .overlay #page-title, .overlay #featured, .overlay #sidebar-first, .overlay #triptych-wrapper, .overlay #footer-wrapper {
  display: none;
}

.overlay-processed .field-type-image {
  display: block;
  float: none;
}

.overlay #messages {
  width: auto;
}

/* ---------- Poll ----------- */
.node .poll {
  margin: 2em 0;
}
.node .poll #edit-choice {
  margin: 0 0 1.5em;
}

.poll .vote-form {
  text-align: left;
  /* LTR */
}
.poll .vote-form .choices {
  margin: 0;
}
.poll .percent {
  font-size: 0.857em;
  font-style: italic;
  margin-bottom: 3em;
  margin-top: -3.2em;
  float: right;
  text-align: right;
}
.poll .text {
  clear: right;
  margin-right: 2.25em;
}
.poll .total {
  font-size: 0.929em;
  font-style: italic;
  text-align: right;
  /* LTR */
  clear: both;
}

.node .poll {
  margin: 1.8em 0 0;
}
.node .poll .text {
  margin-right: 6.75em;
}
.node .poll #edit-choice {
  margin: 0 0 1.2em;
}

.poll .bar .foreground {
  background-color: #666;
}

#footer-wrapper .poll .bar {
  background-color: #666;
}
#footer-wrapper .poll .bar .foreground {
  background-color: #ddd;
}

.section h1, .section .view-header {
  text-align: center;
}
.section .practical-case-actu-detail h1 {
  text-align: left;
}

.contextual-links-region h1 {
  font-size: 1.42em;
  text-transform: uppercase;
  margin: 0;
}

.section .view-header {
  font-size: 1.81em;
  line-height: 1em;
  margin-bottom: 50px;
}

/* ---------- Float ----------- */
.fright {
  float: right;
}

.fleft {
  float: left;
}

.push-float {
  display: block;
  height: 0px;
  clear: both;
}

.clear-after {
  position: relative;
}
.clear-after:after {
  content: "";
  position: relative;
  display: block;
  height: 0px;
  clear: both;
}

/* ---------- Image ----------- */
.rounded-image-135, .rounded-image-190, .rounded-image {
  width: 124px;
  height: 124px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.rounded-image-135 {
  width: 135px;
  height: 135px;
}

.rounded-image-190 {
  width: 190px;
  height: 190px;
}

/**
 * Slider
 **/
.flexslider {
  background: transparent;
}
.flexslider .flex-direction-nav {
  margin: 13px 0;
}
.flexslider .flex-direction-nav a {
  display: block;
  width: 43px;
  height: 43px;
  top: 389px;
  text-indent: -9000px;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  opacity: 1;
  background: url(../images/icons.png) no-repeat left -58px transparent;
}
.flexslider .zoom {
  display: block;
  width: 43px;
  height: 43px;
  top: 389px;
  text-indent: -9000px;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  opacity: 1;
  background: url(../images/icons.png) no-repeat left -58px transparent;
}
.flexslider .zoom:hover {
  opacity: 0.7;
}
.flexslider .slides img {
  position: relative;
}
.flexslider .flex-direction-nav a.flex-next:before, .flexslider .flex-direction-nav a.flex-next:after {
  content: "";
}
.flexslider:hover .flex-prev, .flexslider:hover .flex-next {
  opacity: 1;
}
.flexslider .flex-direction-nav .flex-next {
  text-align: left;
  right: 122px;
  background-position: -85px -58px;
}
.flexslider .flex-direction-nav .flex-prev {
  left: 122px;
}
.flexslider .flex-direction-nav .flex-prev:hover {
  opacity: 0.7;
}
.flexslider .flex-direction-nav .flex-next:hover {
  opacity: 0.7;
}
.flexslider .zoom {
  position: absolute;
  width: 42px;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  top: 369px;
  cursor: pointer;
  z-index: 2;
  background-position: -43px -58px;
}

/* .flexslider .flex-direction-nav a */
/* View - General - Empty */
.view .view-empty {
  width: 85%;
  margin: 0px auto;
  padding: 50px 0px;
  font-size: 29px;
  font-weight: bold;
  text-align: center;
}

.page-news .view .view-empty, .page-press .view .view-empty {
  padding: 0px;
  line-height: 200px;
}

/**
 * EDITO / SKILL - Node
 */
.skill-page-node {
  width: 970px;
  margin: 0px auto 71px;
}

.menu-block-wrapper {
  width: 100%;
  margin: 40px auto 45px;
}
.menu-block-wrapper ul.menu {
  text-align: center;
  margin: 0;
  padding: 0;
}
.menu-block-wrapper ul.menu li {
  margin: 0;
  padding: 0;
  position: relative;
  width: 134px;
  height: 55px;
  display: inline-block;
  list-style: none;
  background: none;
  border-bottom: 4px solid #d8c286;
}
.menu-block-wrapper ul.menu li + li {
  margin-left: 20px;
}
.menu-block-wrapper ul.menu li.active-trail, .menu-block-wrapper ul.menu li:hover {
  border-bottom-color: #0d4066;
}
.menu-block-wrapper ul.menu li.active-trail:before, .menu-block-wrapper ul.menu li:hover:before {
  content: "";
  display: block;
  width: 20px;
  height: 10px;
  position: absolute;
  bottom: -14px;
  left: 50%;
  margin-left: -10px;
  background: url(../images/icons.png) no-repeat left top transparent;
  z-index: 5;
}
.menu-block-wrapper ul.menu li a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #d8c286;
  font-size: 17px;
  line-height: 17px;
  font-weight: bold;
  text-decoration: none;
}
.menu-block-wrapper ul.menu li.active-trail a, .menu-block-wrapper ul.menu li:hover a {
  color: #0d4066;
}

.skill-page-node .field-name-body .field-item {
  display: inline-block;
}

.page-node-41 .skill-page-node .field-name-body .field-item, .page-node-155 .skill-page-node .field-name-body .field-item {
  display: block;
}

.skill-page-node .field-name-body {
  margin: 60px 0px 0px;
}
.skill-page-node .field-name-body h2 {
  margin: 45px 0px 24px;
  color: #0d4066;
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
}
.skill-page-node .field-name-body h3 {
  margin: 30px 0px 11px;
  padding: 8px 0;
  clear: both;
  background: #67b4d5;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  line-height: 16px;
  text-align: center;
}
.skill-page-node .field-name-body ul {
  margin: 25px 0px 0px;
  padding: 0;
  list-style: none;
}
.skill-page-node .field-name-body li {
  position: relative;
  padding-left: 1.75em;
  text-indent: -.7em;
}
.skill-page-node .field-name-body li:before {
  content: "\002022";
  position: absolute;
  top: 0;
  left: 10px;
  color: #0d4066;
  font-size: 45px;
  line-height: 22px;
}
.skill-page-node .field-name-body img {
  margin: 8px 40px 12px 0px;
}
.skill-page-node .field-name-body img.img-right {
  margin: 8px 13px 12px 35px;
}
.skill-page-node .field-name-body > .field-items > .field-item > *:first-child, .skill-page-node .field-name-body > .field-items > .field-item > img:first-child + h2, .skill-page-node .field-name-body > .field-items > .field-item > div:first-child + h2 {
  margin-top: 0px;
}
.skill-page-node .field-name-body ul {
  margin-top: 14px !important;
}
.skill-page-node .field-name-body ul:after {
  display: block;
  content: " ";
  clear: left;
}
.skill-page-node .field-name-body ul li {
  display: block;
  float: left;
  width: 269px;
  height: 98px;
  margin-top: 15px;
  margin-left: 17px;
  padding: 18px;
  padding-right: 25px;
  background: #668da5;
  color: white;
  text-indent: 0px !important;
  line-height: 94px;
  font-size: 18px;
  overflow: hidden;
}
.skill-page-node .field-name-body ul li:nth-child(1), .skill-page-node .field-name-body ul li:nth-child(2), .skill-page-node .field-name-body ul li:nth-child(3) {
  margin-top: 0px;
}
.skill-page-node .field-name-body ul li:nth-child(3n+1) {
  margin-left: 0px;
}
.skill-page-node .field-name-body ul li:nth-child(5n+1) {
  background: #d8c286 !important;
}
.skill-page-node .field-name-body ul li:nth-child(5n+4), .skill-page-node .field-name-body ul li:nth-child(5n+5) {
  background: #67b4d5 !important;
}
.skill-page-node .field-name-body ul li strong {
  display: inline-block;
  line-height: 1.2em;
  vertical-align: middle;
}
.skill-page-node .field-name-body ul li:before {
  display: none;
}
.skill-page-node .field-name-body table {
  border: 0px;
}
.skill-page-node .field-name-body table tbody {
  border: 0px;
}
/* .skill-page-node .field-name-body table tr {
  background: transparent;
  display: block;
  width: 238px;
  float: left;
  padding-left: 50px;
  padding-right: 30px;
  padding-top: 50px;
  margin-bottom: 22px;
  border-top: 1px solid #d8c286;
} */
.skill-page-node .field-name-body table tr {
  background: transparent;
  display: block;
  width: 500px;
  float: left;
  padding-top: 50px;
  margin-bottom: 22px;
}

.skill-page-node .field-name-body table tr p.photo {
  width:238px;
  margin:auto;
  text-align: center;
}

.skill-page-node .field-name-body table tr p.texte {
  width:350px;
  margin:auto;
  text-align: center;
}

.skill-page-node .field-name-body table tr.no-border {
  border: 0px;
  padding-top: 0px;
}

/* .skill-page-node .field-name-body table tr:nth-child(3n+1) {
  padding-right: 76px;
} */

/* .skill-page-node .field-name-body table tr:nth-child(3n+2) {
  clear: left;
} */
.skill-page-node .field-name-body table tr td {
  font-size: 16px;
  vertical-align: top;
  padding: 0px;
  display: block;
  width: auto !important;
}
.skill-page-node .field-name-body table tr td img {
  margin: 0px;
  margin-bottom: 12px;
}
/*
.skill-page-node .field-name-body table tr.boss:first-of-type {
  width: 100% !important;
  margin: 0px;
  float: none;
  border-top: 0px;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 40px;
}
.skill-page-node .field-name-body table tr.boss:first-of-type td {
  display: table-cell;
}
.skill-page-node .field-name-body table tr.boss:first-of-type td + td {
  width: 100% !important;
}
.skill-page-node .field-name-body table tr.boss:first-of-type td img {
  margin-right: 28px;
  margin-bottom: 28px;
  margin-left: 50px;
}
*/
.skill-page-node .field-name-body table tr.boss {
  width: 100%;
  padding-top: 0;
  border-top: 0;
}

.skill-page-node .field-name-body table.our-values tr {
  float: none;
  width: 100%;
  margin: 0;
  padding: 0 0 12px;
  border: none;
}
.skill-page-node .field-name-body table.our-values tr td, .skill-page-node .field-name-body table.our-values tr:first-of-type td + td {
  width: 810px !important;
  display: table-cell;
  padding: 0px;
  border: none;
}
.skill-page-node .field-name-body table.our-values tr td.img-cell {
  width: 160px !important;
  line-height: 12px;
}
.skill-page-node .field-name-body table.our-values tr td.img-cell img {
  width: 120px;
  height: auto;
  margin: 0px;
}
.skill-page-node .field-name-body table.our-values tr td + td.img-cell img {
  float: right;
}

/*
 * Blocks list - for skill page and some other pages
 */
/*
 * Staff table
 */
/*
 * News - List
 */
.page-news #content h1#page-title {
  margin-bottom: 34px;
}
.page-news #sidebar-first #block-views-exp-news-news-page .ajax-progress-throbber, .page-news #content .view-display-id-news_page .ajax-progress-throbber {
  display: none;
}

.page-press #sidebar-first #block-views-exp-presse-page-press .ajax-progress-throbber, .page-press #content .view-display-id-page_press .ajax-progress-throbber {
  display: none;
}

/* Sidebar */
.page-news #sidebar-first {
  margin: 79px 0px 0px;
}
.page-news #sidebar-first #block-views-exp-news-news-page {
  margin: 0px 0px 22px;
  padding: 35px 14px 32px;
  background: #0D4066;
}
.page-news #sidebar-first #block-views-exp-news-news-page #edit-field-category-tid-wrapper {
  float: none;
  padding: 0px;
}
.page-news #sidebar-first #block-views-exp-news-news-page #edit-field-category-tid-wrapper > label {
  display: block;
  margin: 0px 0px 30px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 18px;
  text-transform: uppercase;
}
.page-news #sidebar-first #block-views-exp-news-news-page #edit-field-category-tid-wrapper .bef-select-as-links a {
  position: relative;
  display: block;
  margin: 12px 0px 0px;
  padding: 0px 45px 0px 15px;
  background: #d8c286;
  color: #0d4066;
  font-size: 18px;
  font-weight: bold;
  line-height: 56px;
  text-decoration: none;
}
.page-news #sidebar-first #block-views-exp-news-news-page #edit-field-category-tid-wrapper .bef-select-as-links a:before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 82px 48px 0;
  border-color: transparent #c5a762 transparent transparent;
}
.page-news #sidebar-first #block-views-exp-news-news-page #edit-field-category-tid-wrapper .bef-select-as-links a:after {
  content: "";
  position: absolute;
  bottom: -15px;
  right: 0px;
  display: block;
  width: 262px;
  height: 15px;
  background: transparent url("../images/shadow-exposed-filters.png") no-repeat left top;
}
.page-news #sidebar-first #block-views-exp-news-news-page #edit-field-category-tid-wrapper .bef-select-as-links a:hover {
  opacity: 0.9;
}
.page-news #sidebar-first #block-views-exp-news-news-page #edit-field-category-tid-wrapper .bef-select-as-links div.form-item > div:first-child a {
  margin: 0px;
}
.page-news #sidebar-first #block-views-exp-news-news-page #edit-field-category-tid-wrapper .bef-select-as-links a .count {
  position: absolute;
  right: 0px;
  width: 46px;
  height: 56px;
  padding: 0px 10px 0px 0px;
  overflow: hidden;
  z-index: 5;
  text-align: right;
  line-height: 61px;
}
.page-news #sidebar-first #block-views-exp-news-news-page #edit-field-category-tid-wrapper .bef-select-as-links a .count:before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 0;
  height: 0;
  z-index: -1;
  border-style: solid;
  border-width: 0 0 94px 56px;
  border-color: transparent transparent #66b3d4 transparent;
}
.page-news #sidebar-first .block-block {
  padding: 24px 14px;
  background: transparent url("../images/background-homepage-map.png") repeat;
}
.page-news #sidebar-first .block-block p {
  margin: 0px;
}
.page-news #sidebar-first .block-block p a {
  position: relative;
  display: block;
  padding: 0px 27px 0px 10px;
  background: #d8c286;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 56px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.page-news #sidebar-first .block-block p a:hover {
  opacity: 0.9;
}
.page-news #sidebar-first .block-block p a:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: 16px;
  display: block;
  height: 17px;
  width: 8px;
  background: transparent url("../images/icons.png") no-repeat left -46px;
}
.page-news #content .view-display-id-news_page {
  padding: 0px 0px 30px;
}
.page-news #content .view-display-id-news_page .news-list {
  position: relative;
  min-height: 200px;
}
.page-news #content .view-display-id-news_page .news-list.loader-content:before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 30px;
  left: 0px;
  z-index: 50;
  background: rgba(216, 194, 134, 0.4) url("../images/ajax-big-loader.gif") no-repeat center center;
}
.page-news #content .view-display-id-news_page .news-list-wrapper .news-list {
  position: relative;
  margin: 0px;
  padding: 0px 0px 32px;
}
.page-news #content .view-display-id-news_page .news-list-wrapper .news-item {
  position: relative;
  display: block;
  height: 444px;
  width: 292px;
  padding: 0px;
  margin: 22px 0px 0px 11px;
  float: left;
  list-style: none;
}
.page-news #content .view-display-id-news_page .news-list-wrapper .news-item:after {
  content: "";
  position: absolute;
  bottom: -15px;
  right: 0px;
  display: block;
  height: 15px;
  width: 293px;
  background: transparent url("../images/shadow-small-teaser.png") no-repeat left top;
}
.page-news #content .view-display-id-news_page .news-list-wrapper .news-item:first-child {
  width: 595px;
  margin: 0px;
}
.page-news #content .view-display-id-news_page .news-list-wrapper .news-item:nth-child(2) {
  margin-top: 0px;
}
.page-news #content .view-display-id-news_page .news-list-wrapper .news-item:nth-child(3), .page-news #content .view-display-id-news_page .news-list-wrapper .news-item:nth-child(6) {
  margin-left: 0px;
}
.page-news #content .view-display-id-news_page .news-list-wrapper .news-item:nth-child(7) {
  width: 595px;
}
.page-news #content .view-display-id-news_page .news-list-wrapper .news-item:first-child:after, .page-news #content .view-display-id-news_page .news-list-wrapper .news-item:nth-child(7):after {
  width: 596px;
  background-image: url("../images/shadow-large-teaser.png");
}
.page-news #content .view-display-id-news_page .news-list-wrapper .news-item a {
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: #d8c286;
  text-decoration: none;
}
.page-news #content .view-display-id-news_page .news-list-wrapper .news-item a:hover {
  background: #0d3f66;
}
.page-news #content .view-display-id-news_page .news-list-wrapper .news-item .views-field-field-media-image {
  height: 296px;
  width: 100%;
  overflow: hidden;
  line-height: 0px;
}
.page-news #content .view-display-id-news_page .news-list-wrapper .news-item .views-field-field-media-image img {
  margin-left: -151px;
}
.page-news #content .view-display-id-news_page .news-list-wrapper .news-item:first-child .views-field-field-media-image img, .page-news #content .view-display-id-news_page .news-list-wrapper .news-item:nth-child(7) .views-field-field-media-image img {
  margin-left: 0px;
}
.page-news #content .view-display-id-news_page .news-list-wrapper .news-item .views-field-field-category {
  position: absolute;
  bottom: 148px;
  right: 0px;
  width: 90px;
  height: 43px;
  padding: 38px 8px 0px 112px;
  overflow: hidden;
  z-index: 5;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  line-height: 26px;
  text-align: right;
  text-transform: uppercase;
  vertical-align: middle;
}
.page-news #content .view-display-id-news_page .news-list-wrapper .news-item a:hover .views-field-field-category {
  color: #0d4066;
}
.page-news #content .view-display-id-news_page .news-list-wrapper .news-item .views-field-field-category:before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  width: 0;
  height: 0;
  z-index: -1;
  border-style: solid;
  border-width: 0 0 81px 202px;
  border-color: transparent transparent #0d3f66 transparent;
}
.page-news #content .view-display-id-news_page .news-list-wrapper .news-item a:hover .views-field-field-category:before {
  border-color: transparent transparent #d8c286 transparent;
}
.page-news #content .view-display-id-news_page .news-list-wrapper .news-item .views-field-field-category .field-content {
  display: inline-block;
  line-height: 13px;
}
.page-news #content .view-display-id-news_page .news-list-wrapper .news-item .views-field-created {
  position: absolute;
  bottom: 148px;
  left: 0px;
  height: 81px;
  padding: 0px 0px 0px 20px;
  z-index: 10;
  color: #fff;
  font-size: 10px;
  line-height: 118px;
}
.page-news #content .view-display-id-news_page .news-list-wrapper .news-item .views-field-created > span {
  display: inline-block;
  padding: 0px 3px;
  margin-top: 55px;
  background: #b79446;
  color: #0d4066;
  font-size: 12px;
  line-height: 16px;
}
.page-news #content .view-display-id-news_page .news-list-wrapper .news-item a:hover .views-field-created > span {
  background: #d8c286;
}
.page-news #content .view-display-id-news_page .news-list-wrapper .news-item .views-field-created > span.field-content {
  margin-left: -6px;
}
.page-news #content .view-display-id-news_page .news-list-wrapper .news-item .views-field-created:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: block;
  width: 0;
  height: 0;
  z-index: -1;
  border-style: solid;
  border-width: 61px 0 0 292px;
  border-color: transparent transparent transparent #d8c286;
}
.page-news #content .view-display-id-news_page .news-list-wrapper .news-item a:hover .views-field-created:before {
  border-color: transparent transparent transparent #0d4066;
}
.page-news #content .view-display-id-news_page .news-list-wrapper .news-item:first-child .views-field-created:before, .page-news #content .view-display-id-news_page .news-list-wrapper .news-item:nth-child(7) .views-field-created:before {
  border-width: 61px 0 0 595px;
}
.page-news #content .view-display-id-news_page .news-list-wrapper .news-item .views-field-title {
  padding: 0px 20px;
  margin: 0px 0px 10px;
  color: #0d4066;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 24px;
}
.page-news #content .view-display-id-news_page .news-list-wrapper .news-item a:hover .views-field-title {
  color: #d8c286;
}
.page-news #content .view-display-id-news_page .news-list-wrapper .news-item .views-field-body {
  padding: 0px 20px;
  margin: 0px 0px 10px;
  color: #fff;
  font-size: 15px;
  line-height: 18px;
}
.page-news #content .view-display-id-news_page h2.element-invisible {
  display: none;
}
.page-news #content .view-display-id-news_page .pager {
  margin: 0px;
  padding: 37px 0px 0px;
}
.page-news #content .view-display-id-news_page .pager .pager-item, .page-news #content .view-display-id-news_page .pager .pager-previous, .page-news #content .view-display-id-news_page .pager .pager-next {
  display: inline-block;
  padding: 0px;
  height: 45px;
  width: 45px;
  border: 1px solid #d8c286;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 45px;
}
.page-news #content .view-display-id-news_page .pager .pager-previous, .page-news #content .view-display-id-news_page .pager .pager-next {
  border: 1px solid #d8c286;
  background: #d8c286;
}
.page-news #content .view-display-id-news_page .pager .pager-item a, .page-news #content .view-display-id-news_page .pager .pager-previous a, .page-news #content .view-display-id-news_page .pager .pager-next a {
  display: block;
  height: 100%;
  width: 100%;
  color: #0d4066;
  font-size: 24px;
  line-height: 45px;
  text-decoration: none;
}
.page-news #content .view-display-id-news_page .pager .pager-previous a, .page-news #content .view-display-id-news_page .pager .pager-next a {
  position: relative;
  text-indent: -9999px;
}
.page-news #content .view-display-id-news_page .pager .pager-previous a:after, .page-news #content .view-display-id-news_page .pager .pager-next a:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 50%;
  margin-left: -5px;
  display: block;
  height: 16px;
  width: 10px;
  background: transparent url("../images/icons.png") no-repeat -113px -165px;
}
.page-news #content .view-display-id-news_page .pager .pager-previous a:after {
  background-position: -123px -165px;
}
.page-news #content .view-display-id-news_page .pager .pager-next a:hover:after {
  background-position: -113px -181px;
}
.page-news #content .view-display-id-news_page .pager .pager-previous a:hover:after {
  background-position: -123px -181px;
}
.page-news #content .view-display-id-news_page .pager .pager-item:hover, .page-news #content .view-display-id-news_page .pager .pager-previous:hover, .page-news #content .view-display-id-news_page .pager .pager-next:hover {
  border: 1px solid #0d4066;
  background: #0d4066;
}
.page-news #content .view-display-id-news_page .pager .pager-item:hover a, .page-news #content .view-display-id-news_page .pager .pager-previous:hover a, .page-news #content .view-display-id-news_page .pager .pager-next:hover a {
  color: #fff;
}
.page-news #content .view-display-id-news_page .pager .pager-current {
  display: inline-block;
  height: 45px;
  width: 45px;
  padding: 0px;
  border: 1px solid #0d4066;
  background: #0d4066;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  line-height: 45px;
}
.page-news #content .view-display-id-news_page .pager .pager-ellipsis {
  display: inline-block;
  height: 45px;
  width: 45px;
  padding: 0px;
  border: 1px solid #0d4066;
  background: #0d4066;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  line-height: 45px;
  border: 1px solid #d8c286;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #0d4066;
}

/* General */
/* List */
/*
 *
 * News - Detail
 *
 */
.node-news {
  position: relative;
  margin: 13px 0px 58px;
  padding: 0px 0px 70px;
}
.node-news.node-full:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -15px;
  width: 1200px;
  height: 15px;
  background: transparent url("../images/shadow-page.png") no-repeat top left;
}
.node-news .header-node {
  position: relative;
  width: 100%;
  min-height: 179px;
  max-height: 479px;
  margin: 0px 0px 26px;
}
.node-news .header-node .media-image {
  position: relative;
  min-height: 179px;
  height: 100%;
  overflow: hidden;
  line-height: 0px;
}
.node-news .header-node .media-image:before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 173px 798px;
  border-color: transparent transparent #0d3f66 transparent;
}
.node-news .header-node .media-image:after {
  content: "";
  position: absolute;
  bottom: 83px;
  left: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 95px 0 0 1200px;
  border-color: transparent transparent transparent #d8c286;
}
.node-news .header-node .field-name-field-category {
  position: absolute;
  bottom: 95px;
  right: 10px;
  width: 135px;
  height: 46px;
  margin: 0px;
  z-index: 15;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 46px;
  text-align: right;
  text-transform: uppercase;
}
.node-news .header-node .field-name-field-category li {
  display: inline-block;
  line-height: 23px;
  white-space: normal;
  vertical-align: middle;
}
.node-news .header-node .created-field {
  display: block;
  position: absolute;
  bottom: 108px;
  left: 26px;
  padding: 0px 3px;
  z-index: 15;
  background: #b79446;
  color: #0d4066;
  font-size: 12px;
  line-height: 15px;
}
.node-news .header-node h1 {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 94px;
  width: 830px;
  padding-left: 26px;
  margin-bottom: 0;
  z-index: 5;
  color: #0d4066;
  font-size: 30px;
  line-height: 36px;
  text-align: left;
  text-transform: uppercase;
}
.node-news .header-node h1:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 1200px;
  height: 83px;
  z-index: -1;
  background: #d8c286;
}
.node-news a.back-link {
  display: block;
  width: 149px;
  float: left;
  padding: 11px 7px 11px 25px;
  border: 1px solid #d8c286;
  color: #0d4066;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 19px;
}
.node-news .content-node {
  float: left;
  width: 800px;
  margin: 0px 0px 0px 26px;
  color: #0d4066;
  font-size: 18px;
  font-family: "Calibri", "Lucida Grande", sans-serif;
  line-height: 24px;
}

#content .node-news .content-node h2 {
  margin: 0px;
  font-size: 22px;
  font-weight: bold;
  font-family: "Sansation", Arial;
}

.node-news .content-node p {
  margin: 0 0 20px;
}

#content .node-news .content-node p + h2 {
  margin-top: 35px;
}

.node-news .share-links-wrapper {
  float: right;
  width: 120px;
}
.node-news .share-links-wrapper .service-label {
  display: block;
  margin: 0px 0px 20px;
  color: #b79446;
  font-size: 22px;
  font-weight: bold;
  line-height: 22px;
}
.node-news .share-links-wrapper ul.links {
  position: relative;
  margin: 0px;
  padding: 0px;
}
.node-news .share-links-wrapper ul.links:after {
  content: "";
  position: relative;
  display: block;
  height: 0px;
  clear: both;
}
.node-news .share-links-wrapper .links li {
  float: left;
  margin: 10px 0px 0px;
  padding: 0px;
  list-style: none;
}
.node-news .share-links-wrapper .links li:nth-child(even) {
  margin-left: 5px;
}
.node-news .share-links-wrapper .links li:first-child, .node-news .share-links-wrapper .links li:nth-child(2) {
  margin-top: 0px;
}

/* Crossselling */
#content .wrapper-cross-news {
  margin-bottom: 60px;
}
#content .wrapper-cross-news h2 {
  margin: 0px auto 41px;
  color: #0d4066;
  font-size: 30px;
  font-weight: bold;
  line-height: 39px;
  text-align: center;
  text-transform: uppercase;
}
#content .wrapper-cross-news .field-name-field-cross-news > .field-items {
  position: relative;
  margin: 0px auto;
  padding: 0px;
  text-align: center;
}
#content .wrapper-cross-news .field-name-field-cross-news > .field-items > .field-item {
  position: relative;
  display: inline-block;
  height: 444px;
  width: 292px;
  padding: 0px;
  margin: 0px 0px 0px 11px;
  text-align: left;
}
#content .wrapper-cross-news .field-name-field-cross-news > .field-items > .field-item:after {
  content: "";
  position: absolute;
  bottom: -15px;
  right: 0px;
  display: block;
  height: 15px;
  width: 293px;
  background: transparent url("../images/shadow-small-teaser.png") no-repeat left top;
}
#content .wrapper-cross-news .field-name-field-cross-news > .field-items > .field-item:first-child {
  margin: 0px;
}
#content .wrapper-cross-news .field-name-field-cross-news > .field-items > .field-item a.node-teaser {
  display: block;
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  background: #d8c286;
  text-decoration: none;
}
#content .wrapper-cross-news .field-name-field-cross-news > .field-items > .field-item a.node-teaser:hover {
  background: #0d3f66;
}
#content .wrapper-cross-news .field-name-field-cross-news .node-teaser .header-node {
  height: 344px;
  margin: 0px;
}
#content .wrapper-cross-news .field-name-field-cross-news .node-teaser .media-image {
  height: 296px;
  width: 100%;
  overflow: hidden;
  line-height: 0px;
}
#content .wrapper-cross-news .field-name-field-cross-news .node-teaser .media-image:before, #content .wrapper-cross-news .field-name-field-cross-news .node-teaser .media-image:after {
  display: none;
}
#content .wrapper-cross-news .field-name-field-cross-news .node-teaser .field-name-field-category {
  position: absolute;
  bottom: 48px;
  right: 0px;
  width: 90px;
  height: 43px;
  padding: 38px 8px 0px 112px;
  overflow: hidden;
  z-index: 5;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  line-height: 26px;
  text-align: right;
  text-transform: uppercase;
  vertical-align: middle;
}
#content .wrapper-cross-news .field-name-field-cross-news .node-teaser:hover .field-name-field-category {
  color: #0d4066;
}
#content .wrapper-cross-news .field-name-field-cross-news .node-teaser .field-name-field-category:before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  width: 0;
  height: 0;
  z-index: -1;
  border-style: solid;
  border-width: 0 0 81px 202px;
  border-color: transparent transparent #0d3f66 transparent;
}
#content .wrapper-cross-news .field-name-field-cross-news .node-teaser:hover .field-name-field-category:before {
  border-color: transparent transparent #d8c286 transparent;
}
#content .wrapper-cross-news .field-name-field-cross-news .node-teaser .field-name-field-category li {
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  line-height: 13px;
}
#content .wrapper-cross-news .field-name-field-cross-news .node-teaser .created-field {
  position: absolute;
  bottom: 56px;
  left: 20px;
  padding: 0px 3px;
  z-index: 15;
  background: #b79446;
  color: #0d4066;
  font-size: 12px;
  line-height: 16px;
}
#content .wrapper-cross-news .field-name-field-cross-news .node-teaser:hover .created-field {
  background: #d8c286;
}
#content .wrapper-cross-news .field-name-field-cross-news .node-teaser h3 {
  position: relative;
  padding: 0px 20px;
  margin: 0px;
  color: #0d4066;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 24px;
}
#content .wrapper-cross-news .field-name-field-cross-news .node-teaser:hover h3 {
  color: #d8c286;
}
#content .wrapper-cross-news .field-name-field-cross-news .node-teaser h3:before {
  content: "";
  position: absolute;
  top: -61px;
  left: 0px;
  display: block;
  width: 0;
  height: 0;
  z-index: 10;
  border-style: solid;
  border-width: 61px 0 0 292px;
  border-color: transparent transparent transparent #d8c286;
}
#content .wrapper-cross-news .field-name-field-cross-news .node-teaser:hover h3:before {
  border-color: transparent transparent transparent #0d4066;
}
#content .wrapper-cross-news .field-name-field-cross-news .node-teaser .content-node {
  float: none;
  width: 100%;
  padding: 0px 20px;
  margin: 0px 0px 0px;
  box-sizing: border-box;
  color: #fff;
  font-size: 15px;
  line-height: 18px;
}

/*
 *
 * Contact Form
 *
 */
.page-node.node-type-webform .contact-form .field-name-body {
  margin: 36px auto 57px;
  text-align: center;
}
.page-node.node-type-webform .contact-form h1 {
  margin: 0px;
  padding: 0px;
  color: #191919;
  font-size: 45px;
  font-weight: bold;
  line-height: 44px;
  text-transform: uppercase;
}
.page-node.node-type-webform .contact-form h4 {
  margin: 0px;
  padding: 0px;
  color: #191919;
  font-size: 27px;
  font-weight: bold;
  line-height: 26px;
}
.page-node.node-type-webform .contact-form .left-content {
  width: 681px;
  float: left;
}

/*
 *
 * Talents
 *
 */
.page-talents #main, .page-job-offers #main {
  padding: 0px;
}
.page-talents #main > h1#page-title,
.page-job-offers #main > h1#page-title {
  position: relative;
  width: 1200px;
  margin: 0px auto 0px;
  padding: 17px 0px 40px;
  background: #fff;
}
.page-talents #main > h1#page-title .small,
.page-job-offers #main > h1#page-title .small {
  display: block;
  font-size: 27px;
  line-height: 34px;
}
.page-talents .our-talents-page .view-header {
  margin: 0px auto;
  padding: 0px 0px 70px;
}
.page-talents .our-talents-page .view-header p {
  margin: 0px;
  font-size: 27px;
  font-weight: bold;
  line-height: 34px;
}
.page-talents .our-talents-page .view-content .talents-list {
  margin: 0px auto 60px;
  padding: 0px;
}
.page-talents .our-talents-page .view-content .talents-list .talent-item {
  position: relative;
  float: left;
  width: 292px;
  height: 444px;
  margin: 17px 0px 0px 10px;
  padding: 0px;
  background: #d8c286;
  color: #fff;
  list-style: none;
}
.page-talents .our-talents-page .view-content .talents-list .talent-item:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -15px;
  left: 0px;
  width: 292px;
  height: 15px;
  background: transparent url("../images/shadow-small-teaser.png") no-repeat 0px 0px;
}
.page-talents .our-talents-page .view-content .talents-list .talent-item:hover {
  background: #0d4066;
}
.page-talents .our-talents-page .view-content .talents-list .talent-item:nth-child(-n+4) {
  margin-top: 0px;
}
.page-talents .our-talents-page .view-content .talents-list .talent-item:nth-child(4n+1) {
  clear: both;
  margin-left: 0px;
}
.page-talents .our-talents-page .view-content .talents-list .talent-item .views-field-field-portrait {
  position: relative;
  height: 292px;
  width: 292px;
  margin: 0px 0px 18px;
  z-index: 1;
  transition: height .3s;
  line-height: 0px;
}
.page-talents .our-talents-page .view-content .talents-list .talent-item:hover .views-field-field-portrait {
  height: 202px;
}
.page-talents .our-talents-page .view-content .talents-list .talent-item .views-field-field-portrait:before {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 0px;
  display: block;
  width: 0;
  height: 0;
  z-index: 15;
  border-style: solid;
  border-width: 102px 0 0 292px;
  border-color: transparent transparent transparent #d8c286;
}
.page-talents .our-talents-page .view-content .talents-list .talent-item:hover .views-field-field-portrait:before {
  border-color: transparent transparent transparent #0d4066;
}
.page-talents .our-talents-page .view-content .talents-list .talent-item .views-field-field-portrait:after {
  content: "";
  position: absolute;
  bottom: -18px;
  right: 0px;
  display: block;
  width: 0;
  height: 0;
  z-index: 10;
  border-style: solid;
  border-width: 0 0 82px 207px;
  border-color: transparent transparent #0d4066 transparent;
}
.page-talents .our-talents-page .view-content .talents-list .talent-item:hover .views-field-field-portrait:after {
  border-color: transparent transparent #d8c286 transparent;
}
.page-talents .our-talents-page .view-content .talents-list .talent-item .views-field-field-portrait .field-content {
  height: 100%;
  width: 100%;
  z-index: 1;
  overflow: hidden;
}
.page-talents .our-talents-page .view-content .talents-list .talent-item .views-field-field-portrait img {
  margin: 0 0 0 -29px;
  transition: height .3s, width .3s, margin .3s;
}
.page-talents .our-talents-page .view-content .talents-list .talent-item:hover .views-field-field-portrait img {
  width: 100% !important;
  height: 333px !important;
  margin: 0 !important;
}
.page-talents .our-talents-page .view-content .talents-list .talent-item .views-field-title {
  position: absolute;
  bottom: 155px;
  left: 10px;
  z-index: 20;
  transition: bottom .3s;
  color: #0d4066;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.page-talents .our-talents-page .view-content .talents-list .talent-item:hover .views-field-title {
  bottom: 245px;
}
.page-talents .our-talents-page .view-content .talents-list .talent-item .views-field-field-job {
  position: absolute;
  bottom: 128px;
  left: 10px;
  height: 30px;
  max-width: 190px;
  z-index: 20;
  transition: bottom .3s;
  border-bottom: 1px solid #e3d8ba;
  color: #0d4066;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
.page-talents .our-talents-page .view-content .talents-list .talent-item:hover .views-field-field-job {
  bottom: 218px;
  border-color: #7d97aa;
}
.page-talents .our-talents-page .view-content .talents-list .talent-item:hover .views-field-title, .page-talents .our-talents-page .view-content .talents-list .talent-item:hover .views-field-field-job {
  color: #d8c286;
}
.page-talents .our-talents-page .view-content .talents-list .talent-item .views-field-field-country {
  position: absolute;
  bottom: 150px;
  right: 7px;
  z-index: 50;
  transition: bottom .3s;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-align: right;
  text-transform: uppercase;
}
.page-talents .our-talents-page .view-content .talents-list .talent-item:hover .views-field-field-country {
  color: #0d4066;
  bottom: 240px;
}
.page-talents .our-talents-page .view-content .talents-list .talent-item .views-field-body {
  padding: 18px 7px 0px 10px;
  color: #fff;
  font-size: 15px;
  line-height: 18px;
}
.page-talents .our-talents-page .view-content .talents-list .talent-item .views-field-body span {
  display: block;
  height: 90px;
  overflow: hidden;
}
.page-talents .our-talents-page .view-content .talents-list .talent-item:hover .views-field-body span {
  height: auto;
}
.page-talents .our-talents-page .view-content .talents-list .talent-item.last-tile {
  padding: 244px 30px 0px;
  background: #d1d1cf url("../images/bg-man-shape.png") no-repeat top center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #0d4066;
  font-size: 15px;
  text-align: center;
  line-height: 18px;
}
.page-talents .our-talents-page .view-content .talents-list .talent-item.last-tile:hover {
  padding: 244px 30px 0px;
  background: #d1d1cf url("../images/bg-man-shape.png") no-repeat top center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #0d4066;
  font-size: 15px;
  text-align: center;
  line-height: 18px;
}
.page-talents .our-talents-page .view-content .talents-list .talent-item.last-tile p {
  margin: 0px;
}
.page-talents .our-talents-page .view-content .talents-list .talent-item.last-tile strong {
  display: block;
  font-size: 35px;
  line-height: 34px;
  margin-top: 40px;
}

/**
 * Offres d'emploi
 */

/* Modal offres */

.modal {
  position: fixed;
  width: 1170px;
  background: #0d4066;
  text-align: center;
  margin: 0 auto;
  z-index: 105;
  top: 25px; bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}

#modal_overlay {
  position: fixed;
  top: 0; bottom: 0;
  left: 0; right: 0;
  background-color: black;
  opacity: 0.2;
  z-index: 100;
  display: none;
}

.modal-container {
  position: relative;
  height: 100%;
}

.modal-content {
  overflow-y: scroll;
  height: 100%;
}

.modal .close {
  position: absolute;
  top: 8px;
  left: 10px;
  padding: 0px;
  z-index: 50;
}

.page-job-offers .view-footer .grey-full-width {
  padding: 40px 0px 0px;
  background: #e3e4e6;
}
.page-job-offers .view-footer .grey-full-width.without-form {
  padding-bottom: 40px;
}
.page-job-offers .view-footer .grey-full-width > .wrapper-content {
  position: relative;
  width: 1200px;
  margin: 0px auto;
}
.page-job-offers #content .grey-full-width h2 {
  margin: 0px auto 40px;
  padding: 0px;
  font-size: 30px;
  font-weight: bold;
  line-height: 44px;
  text-align: center;
  text-transform: uppercase;
}

.page-job-offers .grey-full-width .jobs-list {
  margin: 0px;
  padding: 0px;
}
.page-job-offers .grey-full-width .job-item {
  margin: 0px 0px 23px;
  padding: 0px;
  list-style: none;
}
.page-job-offers .grey-full-width .job-item > a {
  position: relative;
  display: block;
  height: 81px;
  cursor: pointer;
  background: #0d4066;
  line-height: 81px;
  text-decoration: none;
}
.page-job-offers .grey-full-width .button-application {
  position: relative;
  display: block;
  height: 81px;
  cursor: pointer;
  background: #0d4066;
  line-height: 81px;
  text-decoration: none;
  height: 81px;
  width: 100%;
  margin: 29px auto 0;
  padding: 0px 111px;
  background: #fff;
  /*border: 2px dashed $gold-color;*/
  border: 6px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #d8c286;
  font-size: 18px;
  font-weight: bold;
  line-height: 81px;
}
.page-job-offers .grey-full-width .button-application:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 35px;
  display: block;
  height: 8px;
  width: 17px;
  background: transparent url("../images/icons.png") no-repeat -145px -165px;
  transition: transform 1s;
}
.page-job-offers .grey-full-width .button-application:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 35px;
  display: block;
  height: 8px;
  width: 17px;
  background: transparent url("../images/icons.png") no-repeat -145px -165px;
  transition: transform 1s;
  left: initial;
  right: 35px;
}
.page-job-offers .grey-full-width.without-form .button-application:before {
  transform: rotate(180deg);
}
.page-job-offers .grey-full-width.without-form .button-application:after {
  transform: rotate(-180deg);
}
.page-job-offers .grey-full-width .button-application > hr {
  position: absolute;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  border: 0 none;
  margin: 0;
  background: transparent;
}
.page-job-offers .grey-full-width .button-application > hr.hr-top, .page-job-offers .grey-full-width .button-application > hr.hr-bottom {
  width: 100%;
  height: 0;
  left: -6px;
  padding-left: 12px;
  border-top: 2px dashed #d8c286;
}
.page-job-offers .grey-full-width .button-application > hr.hr-top {
  top: 0;
}
.page-job-offers .grey-full-width .button-application > hr.hr-bottom {
  bottom: 0;
}
.page-job-offers .grey-full-width .button-application > hr.hr-left, .page-job-offers .grey-full-width .button-application > hr.hr-right {
  height: 100%;
  width: 0;
  top: -6px;
  padding-top: 12px;
  border-left: 2px dashed #d8c286;
}
.page-job-offers .grey-full-width .button-application > hr.hr-left {
  left: 0;
}
.page-job-offers .grey-full-width .button-application > hr.hr-right {
  right: 0;
}
.page-job-offers .grey-full-width .button-application strong {
  color: #191919;
  font-size: 28px;
}
.page-job-offers .grey-full-width .job-item > a:hover, .page-job-offers .grey-full-width .button-application:hover {
  opacity: 0.8;
}
.page-job-offers .grey-full-width .job-item > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 81px 52px 0px 139px;
  border-color: #3f81a4 #3f81a4 transparent transparent;
}
.page-job-offers .grey-full-width .job-item > a .shadow {
  display: block;
  height: 15px;
  width: 1200px;
  position: absolute;
  bottom: -15px;
  left: 0px;
  background: transparent url("../images/shadow-page.png") no-repeat left top;
}
.page-job-offers .grey-full-width .button-application .shadow {
  display: block;
  height: 15px;
  width: 1200px;
  position: absolute;
  bottom: -15px;
  left: 0px;
  background: transparent url("../images/shadow-page.png") no-repeat left top;
  bottom: -21px;
  left: -8px;
}
.page-job-offers .grey-full-width .job-item .armor-logo {
  position: relative;
  float: left;
  display: inline-block;
  height: 100%;
  width: 170px;
  margin: 0 47px 0 0;
  background: #d8c286 url("../images/logo-blue.png") no-repeat 24px center;
}
.page-job-offers .grey-full-width .job-item .armor-logo:after {
  content: "";
  position: absolute;
  top: 0px;
  right: -47px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 81px 47px 0 0;
  border-color: #d8c286 transparent transparent transparent;
}
.page-job-offers .grey-full-width .job-item .label {
  display: inline-block;
  float: left;
  width: 787px;
  overflow: hidden;
  color: #fff;
  font-size: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.page-job-offers .grey-full-width .job-item .label .city {
  color: #d8c286;
  font-weight: bold;
  text-transform: uppercase;
}
.page-job-offers .grey-full-width .job-item .contract {
  position: absolute;
  top: 12px;
  right: 12px;
  display: block;
  z-index: 5;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 18px;
}
.page-job-offers .grey-full-width .content-webform-application {
  /* display: none; */
  height: auto;
  background: #d8c286;
  padding: 40px 50px;
  overflow: hidden;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.page-job-offers .grey-full-width.without-form .content-webform-application {
  height: 0px !important;
  padding: 0px 50px;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.page-job-offers .grey-full-width .content-webform-application h4 {
  margin: 0px auto 26px;
  color: #191919;
  font-size: 30px;
  font-weight: bold;
  line-height: 38px;
  text-align: center;
  text-transform: uppercase;
}
.page-job-offers .grey-full-width .content-webform-application .field-name-body {
  margin: 37px auto 0px;
  color: #927c41;
  font-size: 12px;
  font-style: italic;
}
.page-job-offers .grey-full-width .job-item .facebox-job {
  display: none;
}
.page-job-offers #facebox-job {
  display: none;
}

/* List */
/* Job */
/* hr */
/* Popup */
#facebox {
  width: 1170px;
  background: #0d4066;
  text-align: center;
}
#facebox .facebox-job {
  position: relative;
  width: 1170px;
  padding: 0px;
  background: #0d4066;
  text-align: center;
}
#facebox .facebox-job:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-width: 247px 417px 0 0;
  border-color: #d8c286 transparent transparent transparent;
}
#facebox .facebox-job .left-side {
  position: relative;
  float: left;
  width: 336px;
  padding: 80px 29px 0px;
  z-index: 5;
  background: transparent url("../images/logo-blue.png") no-repeat 33px 59px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}
#facebox .facebox-job .left-side .city {
  margin: 0px 0px 67px;
  color: #0d4066;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 31px;
}
#facebox .facebox-job .left-side .image {
  position: relative;
  line-height: 0px;
}
#facebox .facebox-job .left-side .image:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: -4px;
  display: block;
  height: 15px;
  width: 308px;
  background: transparent url("../images/shadow-302.png") no-repeat left top;
}
#facebox .facebox-job > .main {
  position: relative;
  float: left;
  width: 810px;
  margin: 0;
  padding: 80px 73px 30px 9px;
  z-index: 5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}
#facebox .facebox-job .top h3 {
  display: inline-block;
  margin: 0px;
  color: #d8c286;
  font-size: 45px;
  font-weight: bold;
  line-height: 37px;
  text-transform: uppercase;
}
#facebox .facebox-job .top .ref {
  display: inline-block;
  margin: 0px;
  color: #fff;
  font-size: 20px;
  line-height: 19px;
  text-transform: uppercase;
}
#facebox .facebox-job .top .created {
  display: inline-block;
  margin: 4px 0px 33px;
  padding: 0px 4px;
  background: #14869e;
  color: #fff;
  font-size: 12px;
  line-height: 22px;
  text-transform: uppercase;
}
#facebox .facebox-job .infos {
  display: inline-block;
  margin: 0px 0px 0px 13px;
  padding: 15px 19px;
  border: 1px solid rgba(216, 194, 134, 0.5);
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}
#facebox .facebox-job .infos span {
  color: #f2d996;
  font-size: #d8c286;
  font-weight: normal;
}
#facebox .facebox-job .block-text {
  margin: 30px 0px 0px 15px;
  color: #f2d996;
  font-size: 15px;
  text-align: justify;
}
#facebox .facebox-job .block-text h4 {
  margin: 0px;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  text-align: left;
}
#facebox a.get-job {
  position: relative;
  display: inline-block;
  margin: 27px 0px 50px;
  padding: 0px;
  clear: both;
  background: #0d4066;
  color: #0d4066;
  font-size: 18px;
  font-weight: bold;
  line-height: 56px;
  text-decoration: none;
  text-transform: uppercase;
}
#facebox a.get-job span {
  display: block;
  padding: 0px 50px;
  background: #d8c286;
}
#facebox a.get-job:hover span {
  opacity: 0.8;
}
#facebox a.get-job:before {
  content: "";
  display: block;
  height: 8px;
  width: 13px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 19px;
  z-index: 5;
  background: transparent url("../images/icons.png") no-repeat -132px -165px;
}
#facebox a.get-job:after {
  content: "";
  display: block;
  height: 8px;
  width: 13px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 19px;
  z-index: 5;
  background: transparent url("../images/icons.png") no-repeat -132px -165px;
  left: initial;
  right: 19px;
}
#facebox .facebox-webform-application {
  margin-top: -76px;
  padding-top: 76px;
  background: #d8c286;
  overflow: hidden;
}
#facebox .node-webform {
  margin: 0px;
  padding: 0px;
  text-align: left;
}
#facebox .node-webform h4 {
  margin: 0px;
  color: #0d4066;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
#facebox .node-webform form .form-item.webform-component > label {
  width: 303px;
}
#facebox .node-webform .field-name-body {
  margin: 37px auto 0px;
  padding: 0px 90px 50px;
  color: #927c41;
  font-size: 12px;
  font-style: italic;
}

.page-job-offers__filters {
  background-color: white;
  padding: 40px 65px;
  margin-bottom: 20px;

}
.page-job-offers__filters label {
  color: #0d4066;
  font-weight: bold;
}

.page-job-offers__filters select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: white;
  background-image: url('../images/dropdown.jpg');
  background-repeat: no-repeat;
  background-position: right center;
  color: #0d4066;
  min-width: 240px;
  border: 1px solid #757575;
  border-radius: 0;
  padding: 7px 8px;
  font-size: 15px;
}

.page-job-offers__filters input[type="submit"] {
  border: none;
  background-color: #0d4066;
  background-image: none;
  border-radius: 0;
  color: white;
  padding: 8px 17px;
}

.filters__label {
  color: #0d4066;
  font-size: 22px;
  font-weight: bold;
  float: left;
  margin: 0;
  margin-right: 35px;
  padding-top: 24px;
}

/*
 *
 * Values / Workspace
 *
 */
.page-talents .our-talents-page .view-footer .values-workspace-view {
  padding: 70px 0px 0px;
}
.page-talents .our-talents-page .view-footer .values-workspace-view.view-header {
  padding-bottom: 60px;
}
.page-talents .our-talents-page .view-footer .values-workspace-view .view-header .field-name-body {
  color: #191919;
  font-size: 27px;
  line-height: 28px;
}
.page-talents .our-talents-page .view-footer .values-workspace-view .field-name-body strong, .page-talents .our-talents-page .view-footer .values-workspace-view .field-name-body b {
  font-size: 30px;
  text-transform: uppercase;
}
.page-talents .our-talents-page .view-footer .values-workspace-view .values-workspace-list {
  margin: 0px auto 15px;
  padding: 0px;
}
.page-talents .our-talents-page .view-footer .values-workspace-view .value-workspace-item {
  float: left;
  margin: 0px 0px 0px 4px;
  padding: 0px;
  list-style: none;
}
.page-talents .our-talents-page .view-footer .view-display-id-block_workspace .value-workspace-item {
  margin: 45px 0px 0px 15px;
}
.page-talents .our-talents-page .view-footer .values-workspace-view .value-workspace-item:first-child {
  margin: 0px;
}
.page-talents .our-talents-page .view-footer .view-display-id-block_workspace .value-workspace-item:nth-child(-n+3) {
  margin-top: 0px;
}
.page-talents .our-talents-page .view-footer .view-display-id-block_workspace .value-workspace-item:nth-child(3n+1) {
  clear: both;
  margin-left: 0px;
}

/* Our Values - Teaser */
.node-our-values.node-teaser {
  position: relative;
  display: block;
  width: 297px;
  height: 280px;
  margin: 0px;
  padding: 0px;
  border: none;
  background: transparent;
}
.node-our-values.node-teaser:before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 2px;
  height: 15px;
  width: 293px;
  background: transparent url("../images/shadow-small-teaser.png") no-repeat left top;
}
.node-our-values.node-teaser .field-name-field-image {
  line-height: 0px;
}
.node-our-values.node-teaser .wrapper-infos {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  overflow: hidden;
}
.node-our-values.node-teaser .infos {
  position: absolute;
  bottom: -142px;
  left: 0px;
  width: 100%;
  height: 190px;
  background: #0d4066;
  -webkit-transition: bottom .5s ease-in-out;
  -moz-transition: bottom .5s ease-in-out;
  -o-transition: bottom .5s ease-in-out;
  transition: bottom .5s ease-in-out;
}
.node-our-values.node-teaser:hover .infos {
  bottom: 0px;
}
.node-our-values.node-teaser .infos:before {
  content: "";
  position: absolute;
  top: -35px;
  left: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 35px 297px;
  border-color: transparent transparent #0d4066 transparent;
}
.node-our-values.node-teaser .infos .title {
  display: block;
  margin: -6px auto 23px;
  transform: rotate(-6.6deg);
  color: #d8c286;
  font-size: 30px;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
}
.node-our-values.node-teaser .infos .field-name-body {
  padding: 3px 23px 0px;
  color: #fff;
  font-size: 18px;
  line-height: 21px;
}

/* Workspace - Teaser */
.node-work-space.node-teaser {
  position: relative;
  display: block;
  width: 385px;
  height: auto;
  margin: 0px;
  padding: 0px;
  border: none;
  background: transparent;
}
.node-work-space.node-teaser .field-name-field-image {
  width: 90px;
  height: 94px;
  float: left;
  border-right: 1px solid #14869e;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 0px;
}
.node-work-space.node-teaser .field-name-field-image img {
  float: right;
  margin: 10px 10px 0px 0px;
}
.node-work-space.node-teaser .infos {
  display: block;
  width: 284px;
  float: left;
  margin: 0px 0px 0px 11px;
}
.node-work-space.node-teaser .infos .title {
  display: block;
  height: 55px;
  margin: 0px;
  color: #0d4066;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  text-transform: uppercase;
}
.node-work-space.node-teaser .infos .field-name-body {
  color: #0d4066;
  font-size: 12px;
  line-height: 14px;
  text-align: justify;
}

/* Gallery */
.node-gallery-wrapper {
  background: transparent url("../images/background-homepage-map.png") repeat left top;
}
.node-gallery-wrapper > div {
  width: 1200px;
  margin: 0px auto;
  padding: 45px 0px 170px;
}
.node-gallery-wrapper h4 {
  margin: 0px auto 35px;
  color: #191919;
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
}
.node-gallery-wrapper .field-name-field-gallery-files .field-items {
  position: relative;
}
.node-gallery-wrapper .field-name-field-gallery-files .field-items:after {
  content: "";
  position: relative;
  display: block;
  height: 0px;
  clear: both;
}
.node-gallery-wrapper .field-name-field-gallery-files .field-items .field-item {
  float: left;
  margin: 0px 0px 14px 11px;
  position: relative;
  height: 178px;
  width: 290px;
  line-height: 0px;
}
.node-gallery-wrapper .field-name-field-gallery-files .field-items .field-item a {
  display: block;
  height: 100%;
  width: 100%;
}
.node-gallery-wrapper .field-name-field-gallery-files .field-items .field-item:nth-child(even) {
  margin-left: 18px;
}
.node-gallery-wrapper .field-name-field-gallery-files .field-items .field-item:nth-child(10n-9) {
  margin: 0px 0px 14px 0px;
  height: 370px;
  width: 591px;
}
.node-gallery-wrapper .field-name-field-gallery-files .field-items .field-item:nth-child(10n-4) {
  margin: 0px 0px 14px 0px;
}
.node-gallery-wrapper .field-name-field-gallery-files .field-items .field-item:nth-child(10n-2) {
  margin: 0px 0px 14px 0px;
  clear: left;
}
.node-gallery-wrapper .field-name-field-gallery-files .field-items .field-item:nth-child(10n) {
  height: 370px;
  width: 591px;
  margin-top: -192px;
}
.node-gallery-wrapper .field-name-field-gallery-files .field-items .field-item:first-child {
  margin: 0;
}
.node-gallery-wrapper .field-name-field-gallery-files .field-items .field-item:after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 0px;
  height: 14px;
  width: 290px;
  background: transparent url("../images/shadow-gallery-small.png") no-repeat left top;
}
.node-gallery-wrapper .field-name-field-gallery-files .field-items .field-item:nth-child(10n-9):after, .node-gallery-wrapper .field-name-field-gallery-files .field-items .field-item:nth-child(10n):after {
  left: -1px;
  width: 592px;
  background: transparent url("../images/shadow-gallery-large.png") no-repeat left top;
}
.node-gallery-wrapper .field-name-field-gallery-files .field-items .field-item img {
  height: 100% !important;
  width: 100% !important;
  border: 3px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*
 *
 * Webform
 *
 */
.node-webform form .form-item.webform-component {
  margin: 0px 0px 13px;
  height: 44px;
  color: #0d4066;
  font-size: 15px;
  line-height: 44px;
  background: transparent;
}
.node-webform form .form-item.webform-component .form-required {
  color: #0d4066;
}
.node-webform form .form-item.webform-component > label {
  display: block !important;
  float: left;
  width: 245px;
  margin: 0px;
  padding-right: 9px;
  clear: both;
  text-align: right;
  line-height: 48px;
}
.node-webform form .form-item.webform-component > div {
  float: left;
}
.node-webform form .form-item.webform-component > div .form-radio:not(:checked), .node-webform form .form-item.webform-component > div .form-radio:checked {
  position: absolute;
  left: -9999px;
}
.node-webform form .form-item.webform-component > div .form-radio:not(:checked) + label, .node-webform form .form-item.webform-component > div .form-radio:checked + label {
  position: relative;
  padding-left: 38px;
  margin-left: 0px;
  cursor: pointer;
  line-height: 48px;
}
.node-webform form .form-item.webform-component > div .form-radio:not(:checked) + label:before, .node-webform form .form-item.webform-component > div .form-radio:checked + label:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -18px;
  width: 31px;
  height: 31px;
  border: 1px solid #a19164;
  background: #fff;
}
.node-webform form .form-item.webform-component > div .form-radio:not(:checked) + label:after, .node-webform form .form-item.webform-component > div .form-radio:checked + label:after {
  content: '\002714';
  position: absolute;
  top: -15px;
  left: 5px;
  font-size: 27px;
  color: #0d4066;
  transition: all .2s;
}
.node-webform form .form-item.webform-component > div .form-radio:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.node-webform form .form-item.webform-component > div .form-radio:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.node-webform form .form-item.webform-component > div .form-radio:checked:focus + label:before {
  border: 1px solid #8f815b;
}
.node-webform form .form-item.webform-component > div .form-radio:not(:checked):focus + label:before {
  border: 1px solid #8f815b;
}
.node-webform form .form-item.webform-component .form-text {
  margin: 0px;
  padding: 0px 10px;
  border: 1px solid #a19164;
  line-height: 42px;
}
.node-webform form .form-item.webform-component > div.chosen-container {
  float: none;
  display: inline-block;
  width: 605px !important;
}
.node-webform form .form-item.webform-component > div.chosen-container-single .chosen-single {
  height: 42px;
  border: 1px solid #a19164;
  border-radius: 0px;
  box-shadow: none;
  background: #fff;
  line-height: 42px;
}
.node-webform form .form-item.webform-component > div.chosen-container-single .chosen-single div b {
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 14px;
  display: block;
  height: 8px;
  width: 15px;
  background: transparent url("../images/icons.png") no-repeat -132px -173px;
}
.node-webform form .form-item.webform-component > div.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -132px -181px;
}
.node-webform form .form-item.webform-component > div.chosen-container .chosen-drop {
  border: 1px solid #a19164;
  border-top: none;
  border-radius: 0px;
  box-shadow: none;
}
.node-webform form .form-item.webform-component .form-managed-file {
  height: 42px;
  width: 603px;
  background: #fff;
  border: 1px solid #a19164;
}
.node-webform form .form-item.webform-component .form-managed-file .uploader {
  display: block;
  height: 100%;
  width: 100%;
  cursor: pointer;
  line-height: 42px;
}
.node-webform form .form-item.webform-component .form-managed-file .uploader:hover .action {
  opacity: 0.9;
}
.node-webform form .form-item.webform-component .form-managed-file .uploader .filename {
  position: relative;
  width: 482px;
  height: 42px;
  margin: 0px;
  padding: 0px 5px;
  z-index: 10;
  border: none;
  color: #444;
  font-size: 15px;
  line-height: 42px;
}
.node-webform form .form-item.webform-component .form-managed-file .uploader .action {
  position: relative;
  margin: 2px;
  padding: 0px;
  display: block;
  height: 38px;
  width: 107px;
  z-index: 10;
  background: #0d4066;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
}
.node-webform form .form-item.webform-component .form-managed-file + .formats {
  display: block;
  margin: 7px 0px 0px 5px;
  font-size: 12px;
  color: #6d5d33;
  font-weight: bold;
  line-height: 14px;
}
.node-webform form .form-item.webform-component .form-managed-file + .formats span {
  display: block;
  font-weight: normal;
}
.node-webform form .form-item.webform-component .form-managed-file .form-submit {
  display: none;
}
.node-webform form .form-item.webform-component.webform-component-textarea {
  position: relative;
  height: auto;
}
.node-webform form .form-item.webform-component.webform-component-textarea:after {
  content: "";
  position: relative;
  display: block;
  height: 0px;
  clear: both;
}
.node-webform form .form-item.webform-component.webform-component-textarea textarea {
  width: 605px;
  padding: 8px;
  resize: none;
  border: 1px solid #a19164;
}
.node-webform form .form-item.webform-component.webform-component-textarea textarea::-webkit-input-placeholder, .node-webform form .form-item.webform-component.webform-component-textarea textarea::-moz-placeholder, .node-webform form .form-item.webform-component.webform-component-textarea textarea:-ms-input-placeholder {
  font-style: italic;
  color: #a19164;
}
.node-webform form .form-item.webform-component.webform-component-textarea textarea:-moz-placeholder {
  font-style: italic;
  color: #a19164;
  font-style: italic;
  color: #a19164;
}
.node-webform form .form-actions {
  position: relative;
  margin: 24px auto 0px;
  width: 293px;
  padding: 0px;
}
.node-webform form .form-actions:after {
  content: "";
  position: absolute;
  bottom: -15px;
  display: block;
  height: 15px;
  width: 293px;
  background: transparent url("../images/shadow-small-teaser.png") no-repeat left top;
}
.node-webform form .form-actions input.form-submit {
  position: relative;
  display: inline-block;
  margin: 0px auto !important;
  padding: 0px;
  height: 56px;
  width: 293px;
  background: #0d4066;
  border: none;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  font-family: "Sansation", Arial;
  line-height: 56px;
  text-transform: uppercase;
}
.node-webform form .form-actions input.form-submit:hover {
  opacity: 0.9;
}
.node-webform form .form-item.webform-component.error label, .node-webform form .form-item.webform-component.error .form-required {
  color: #a61919;
}

/* Checkbox */
/* Text (field) */
/* Select */
/* File */
/* Textarea */
/* firefox 19+ */
/* ie */
/* Error */
.page-node.node-type-webform .node-webform form .form-item.webform-component.error > div.chosen-container.chosen-container-single .chosen-single span.first {
  color: #a61919;
}

.node-webform form .form-item.webform-component.error .form-text, .node-webform form .form-item.webform-component.error > div.chosen-container-single .chosen-single, .node-webform form .form-item.webform-component.error .form-managed-file, .node-webform form .form-item.webform-component.error.webform-component-textarea textarea {
  border: 1px solid #a61919;
}
.node-webform form .form-item.webform-component.error > div .form-radio:not(:checked) + label:before, .node-webform form .form-item.webform-component.error > div .form-radio:checked + label:before {
  border: 1px solid #a61919;
}

.messages.error.messages-inline {
  display: none;
}

/* Contact */
.page-node.node-type-webform .node-webform form .form-item.webform-component > label {
  width: 145px;
  padding-right: 28px;
  padding-left: 0;
}
.page-node.node-type-webform .node-webform form .form-item.webform-component#webform-component-quel-est-lobjet-de-votre-message {
  margin-bottom: 26px;
}
.page-node.node-type-webform .node-webform form .form-item.webform-component .form-text {
  width: 486px;
}
.page-node.node-type-webform .node-webform form .form-item.webform-component > div.chosen-container {
  width: 269px !important;
}
.page-node.node-type-webform .node-webform form .form-item.webform-component#webform-component-quel-est-lobjet-de-votre-message > div.chosen-container {
  width: 506px !important;
}
.page-node.node-type-webform .node-webform form .form-item.webform-component#webform-component-pays .form-text {
  width: 246px;
}
.page-node.node-type-webform .node-webform form .form-item.webform-component#webform-component-email {
  margin-bottom: 65px;
}
.page-node.node-type-webform .node-webform form .form-item.webform-component#webform-component-email .form-text {
  width: 246px;
}
.page-node.node-type-webform .node-webform form .form-item.webform-component.webform-component-textarea textarea {
  width: 506px;
  height: 248px;
}
.page-node.node-type-webform .node-webform form .form-item.webform-component > div.chosen-container.chosen-container-single .chosen-single span.first {
  text-align: center;
  color: #0d4066;
  font-weight: bold;
  font-size: 15px;
}
.page-node.node-type-webform .node-webform form .form-actions {
  padding-left: 172px;
  width: 506px;
}
.page-node.node-type-webform .node-webform form .form-actions input.form-submit {
  width: 506px;
}
.page-node.node-type-webform .contact-form .right-content {
  float: right;
  margin-right: 24px;
}
.page-node.node-type-webform .contact-form .right-content #map {
  width: 467px;
  height: 467px;
}
.page-node.node-type-webform .contact-form .right-content .address {
  padding-left: 30px;
  color: #0d4066;
  font-weight: bold;
  font-size: 15px;
  line-height: 15px;
}
.page-node.node-type-webform .contact-form .right-content .address h2 {
  margin: 0;
  padding: 25px 0 14px;
  font-size: 20px;
  text-transform: uppercase;
}
.page-node.node-type-webform .contact-form .right-content .address span.opening {
  font-size: 13px;
}
.page-node.node-type-webform .node-webform form .form-actions:after {
  width: 506px;
  background: transparent url("../images/shadow-506.png") no-repeat left top;
}
.page-node.node-type-webform .contact-form .right-content .implementations {
  position: relative;
  width: 471px;
  height: 146px;
  padding-left: 225px;
  padding-top: 32px;
  color: #0d4066;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: bold;
  background-color: #d8c286;
  box-sizing: border-box;
}
.page-node.node-type-webform .contact-form .right-content .implementations:before {
  display: block;
  width: 163px;
  height: 89px;
  top: 50%;
  margin-top: -45px;
  margin-left: -197px;
  position: absolute;
  background: transparent url("../images/map.png") no-repeat left top;
  content: "";
}
.page-node.node-type-webform .contact-form .right-content .implementations > .block {
  height: 100%;
}
.page-node.node-type-webform .contact-form .right-content .implementations > a, .page-node.node-type-webform .contact-form .right-content .implementations > .block .content a {
  display: inline-block;
  position: absolute;
  right: 32px;
  bottom: 16px;
  color: #fff;
  font-size: 11px;
}
.page-node.node-type-webform .confirmation-background {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.7;
  background: #000000;
  z-index: 50;
}

/* Confirmation popup */
.page-talents .confirmation-background,
.page-job-offers .confirmation-background {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.7;
  background: #000000;
  z-index: 50;
}

.page-node.node-type-webform .confirmation, .page-talents .confirmation, .page-job-offers .confirmation {
  display: none;
  position: fixed;
  height: 437px;
  margin: auto;
  top: 50%;
  margin-top: -219px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  background: #67b4d5;
  z-index: 55;
}

.page-node.node-type-webform .confirmation-background.visible, .page-node.node-type-webform .confirmation.visible {
  display: block;
}

.page-talents .confirmation-background.visible, .page-talents .confirmation.visible,
.page-job-offers .confirmation-background.visible, .page-job-offers .confirmation.visible {
  display: block;
}

.page-node.node-type-webform .confirmation .skill-page-node, .page-talents .confirmation .skill-page-node, .page-job-offers .confirmation .skill-page-node {
  margin-bottom: 0;
}

.page-node.node-type-webform .confirmation h1, .page-talents .confirmation h1, .page-job-offers .confirmation h1 {
  font-size: 65px !important;
  color: #fff;
  line-height: 72px;
  text-align: center;
}

.page-node.node-type-webform .confirmation h1:before, .page-talents .confirmation h1:before, .page-job-offers .confirmation h1:before {
  display: inline-block;
  width: 97px;
  height: 72px;
  margin-bottom: -6px;
  margin-right: 20px;
  background: transparent url("../images/icons.png") -191px -103px no-repeat;
  content: "";
}

.page-node.node-type-webform .confirmation .content > .field-name-body, .page-talents .confirmation .content > .field-name-body,
.page-node.node-type-webform .confirmation .content > .field-name-body, .page-job-offers .confirmation .content > .field-name-body {
  margin: 36px auto 57px;
  text-align: center;
}

.page-node.node-type-webform .confirmation .field-item, .page-talents .confirmation .field-item, .page-job-offers .confirmation .field-item {
  width: 565px;
  color: #fff;
  font-size: 20px;
}

.page-node.node-type-webform .confirmation > a, .page-talents .confirmation > a, .page-job-offers .confirmation > a {
  display: block;
  margin: auto;
  width: 394px;
  position: relative;
  text-align: center;
  line-height: 69px;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  background: #d8c286;
}

.page-node.node-type-webform .confirmation > a:hover, .page-talents .confirmation > a:hover, .page-job-offers .confirmation > a:hover {
  opacity: 0.8;
}

.page-node.node-type-webform .confirmation > a:after, .page-talents .confirmation > a:after, .page-job-offers .confirmation > a:after {
  content: "";
  position: absolute;
  bottom: -15px;
  display: block;
  height: 15px;
  width: 394px;
  background: transparent url("../images/shadow-394.png") no-repeat left top;
}

/*
 *
 * Press
 *
 */
.page-news h1#page-title {
  padding-left: 302px;
  text-align: center;
}

.page-press h1#page-title {
  padding-left: 302px;
  text-align: center;
}
.page-press #sidebar-first {
  margin: 79px 0px 0px;
}
.page-press #sidebar-first #block-views-exp-presse-page-press {
  margin: 0px;
  padding: 35px 14px 32px;
  background: #0D4066;
  border: none;
}
.page-press #sidebar-first #block-views-exp-presse-page-press .views-widget-filter-field_category_press_tid {
  float: none;
  padding: 0px;
}
.page-press #sidebar-first #block-views-exp-presse-page-press .views-widget-filter-field_category_press_tid > label {
  display: block;
  margin: 0px 0px 30px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 18px;
  text-transform: uppercase;
}
.page-press #sidebar-first #block-views-exp-presse-page-press .views-widget-filter-field_category_press_tid .bef-select-as-links a {
  position: relative;
  height: 56px;
  display: block;
  margin: 12px 0px 0px;
  padding: 0px 45px 0px 15px;
  background: #d8c286;
  color: #0d4066;
  font-size: 18px;
  font-weight: bold;
  line-height: 56px;
  text-decoration: none;
}
.page-press #sidebar-first #block-views-exp-presse-page-press .views-widget-filter-field_category_press_tid .bef-select-as-links a:before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 82px 48px 0;
  border-color: transparent #c5a762 transparent transparent;
}
.page-press #sidebar-first #block-views-exp-presse-page-press .views-widget-filter-field_category_press_tid .bef-select-as-links a:after {
  content: "";
  position: absolute;
  bottom: -15px;
  right: 0px;
  display: block;
  width: 262px;
  height: 15px;
  background: transparent url("../images/shadow-exposed-filters.png") no-repeat left top;
}
.page-press #sidebar-first #block-views-exp-presse-page-press .views-widget-filter-field_category_press_tid .bef-select-as-links a:hover {
  opacity: 0.9;
}
.page-press #sidebar-first #block-views-exp-presse-page-press .views-widget-filter-field_category_press_tid .bef-select-as-links div.form-item > div:first-child a {
  margin: 0px;
}
.page-press #sidebar-first #block-views-exp-presse-page-press .views-widget-filter-field_category_press_tid .bef-select-as-links a .text {
  display: inline-block;
  line-height: 19px;
  vertical-align: middle;
}
.page-press #sidebar-first #block-views-exp-presse-page-press .views-widget-filter-field_category_press_tid .bef-select-as-links a .count {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 46px;
  height: 56px;
  padding: 0px 10px 0px 0px;
  overflow: hidden;
  z-index: 5;
  text-align: right;
  line-height: 61px;
}
.page-press #sidebar-first #block-views-exp-presse-page-press .views-widget-filter-field_category_press_tid .bef-select-as-links a .count:before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 0;
  height: 0;
  z-index: -1;
  border-style: solid;
  border-width: 0 0 94px 56px;
  border-color: transparent transparent #66b3d4 transparent;
}
.page-press #sidebar-first .block-block {
  padding: 24px 14px;
  background: transparent url("../images/background-homepage-map.png") repeat;
  color: #0d4066;
}
.page-press #sidebar-first .block-block h4 {
  margin: 0px 0px 10px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.page-press #sidebar-first .block-block p {
  margin: 0px;
  font-size: 13px;
  font-weight: bold;
}
.page-press #sidebar-first .block-block p + h4 {
  margin-top: 20px;
}
.page-press #sidebar-first .block-block ul {
  margin: 0px;
  padding: 0px;
}
.page-press #sidebar-first .block-block li {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  font-weight: bold;
  list-style: none;
}
.page-press #sidebar-first .block-block li:before {
  content: "#";
  position: absolute;
  top: 0px;
  left: 0px;
  display: inline;
}
.page-press #sidebar-first .block-block p a {
  position: relative;
  display: block;
  padding: 0px 27px 0px 10px;
  background: #d8c286;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 56px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.page-press #sidebar-first .block-block p a:hover {
  opacity: 0.9;
}
.page-press #sidebar-first .block-block p a:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: 16px;
  display: block;
  height: 17px;
  width: 8px;
  background: transparent url("../images/icons.png") no-repeat left -46px;
}
.page-press #sidebar-first #block-block-5 {
  margin: 0px 0px 22px;
  padding: 0px 14px 32px;
  background: #0D4066;
  border: none;
}
.page-press #sidebar-first #block-block-5 .content a {
  position: relative;
  height: 56px;
  display: block;
  margin: 0px;
  padding: 10px 15px 0px 51px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: #66b3d4;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 56px;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  line-height: 19px;
  vertical-align: middle;
}
.page-press #sidebar-first #block-block-5 .content a:hover {
  opacity: 0.8;
}
.page-press #sidebar-first #block-block-5 .content a:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 13px;
  display: block;
  height: 25px;
  width: 24px;
  background: transparent url("../images/icons.png") no-repeat -72px -27px;
}
.page-press #sidebar-first #block-block-5 .content a:after {
  content: "";
  position: absolute;
  bottom: -15px;
  right: 0px;
  display: block;
  width: 262px;
  height: 15px;
  background: transparent url("../images/shadow-exposed-filters.png") no-repeat left top;
}
.page-press .view-display-id-page_press .press-list {
  position: relative;
  margin: 0px;
  padding: 0px;
  min-height: 200px;
}
.page-press .view-display-id-page_press .press-list.loader-content:before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 50;
  background: rgba(216, 194, 134, 0.4) url("../images/ajax-big-loader.gif") no-repeat center center;
}
.page-press .view-display-id-page_press .press-item {
  position: relative;
  float: left;
  margin: 14px 0px 0px 11px;
  padding: 0px;
  height: 516px;
  width: 292px;
  background: #d8c286;
  list-style: none;
}
.page-press .view-display-id-page_press .press-item:nth-child(-n+3) {
  margin-top: 0px;
}
.page-press .view-display-id-page_press .press-item:nth-child(3n-5) {
  margin-left: 0px;
}
.page-press .view-display-id-page_press .press-item:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 1px;
  display: block;
  height: 15px;
  width: 290px;
  background: transparent url("../images/shadow-gallery-small.png") no-repeat left top;
}
.page-press .view-display-id-page_press .press-item .views-field-field-image {
  position: relative;
  width: 292px;
  height: 298px;
  overflow: hidden;
  line-height: 0px;
}
.page-press .view-display-id-page_press .press-item .views-field-field-image .field-content:before {
  content: "";
  position: absolute;
  bottom: -28px;
  left: -10px;
  display: block;
  width: 300px;
  height: 60px;
  z-index: 5;
  background: #d8c286;
  transform: rotate(11.7deg);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(115, 115, 115, 0.54);
  -moz-box-shadow: 0px 0px 10px 0px rgba(115, 115, 115, 0.54);
  -o-box-shadow: 0px 0px 10px 0px rgba(115, 115, 115, 0.54);
  box-shadow: 0px 0px 10px 0px rgba(115, 115, 115, 0.54);
}
.page-press .view-display-id-page_press .press-item .views-field-field-image:after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  display: block;
  width: 0;
  height: 0;
  z-index: 3;
  border-style: solid;
  border-width: 0 0 83px 210px;
  border-color: transparent transparent #0d3f66 transparent;
}
.page-press .view-display-id-page_press .press-item .views-field-field-category-press {
  position: absolute;
  top: 250px;
  right: 0px;
  display: block;
  width: 76px;
  height: 30px;
  padding: 0px 5px 0px 2px;
  z-index: 20;
}
.page-press .view-display-id-page_press .press-item .views-field-field-category-press .field-content {
  display: inline-block;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  line-height: 10px;
  text-transform: uppercase;
  vertical-align: middle;
}
.page-press .view-display-id-page_press .press-item .views-field-created {
  position: absolute;
  top: 271px;
  left: 18px;
  display: block;
  height: 15px;
  padding: 0px 4px;
  z-index: 20;
  background: #b79446;
  color: #0d4066;
  font-size: 12px;
  line-height: 15px;
}
.page-press .view-display-id-page_press .press-item .views-field-title {
  display: block;
  margin: 0px 0px 10px;
  height: 66px;
  padding: 0px 18px;
  color: #0d4066;
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
  text-transform: uppercase;
}
.page-press .view-display-id-page_press .press-item .views-field-body {
  height: 66px;
  padding: 0px 18px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 18px;
}
.page-press .view-display-id-page_press .press-item .views-field-field-file .download-link {
  position: absolute;
  bottom: 11px;
  right: 11px;
  left: 11px;
  display: block;
  height: 38px;
  padding: 0px 20px;
  background: #0d4066;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
}
.page-press .view-display-id-page_press .press-item .views-field-field-file .download-link:hover {
  opacity: 0.8;
}
.page-press .view-display-id-page_press .press-item .views-field-field-file .download-link span {
  font-size: 10px;
}
.page-press #content .view-display-id-page_press h2.element-invisible {
  display: none;
}
.page-press #content .view-display-id-page_press .pager {
  margin: 0px;
  padding: 37px 0px 50px;
}
.page-press #content .view-display-id-page_press .pager .pager-item, .page-press #content .view-display-id-page_press .pager .pager-previous, .page-press #content .view-display-id-page_press .pager .pager-next {
  display: inline-block;
  padding: 0px;
  height: 45px;
  width: 45px;
  border: 1px solid #d8c286;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 45px;
}
.page-press #content .view-display-id-page_press .pager .pager-previous, .page-press #content .view-display-id-page_press .pager .pager-next {
  border: 1px solid #d8c286;
  background: #d8c286;
}
.page-press #content .view-display-id-page_press .pager .pager-item a, .page-press #content .view-display-id-page_press .pager .pager-previous a, .page-press #content .view-display-id-page_press .pager .pager-next a {
  display: block;
  height: 100%;
  width: 100%;
  color: #0d4066;
  font-size: 24px;
  line-height: 45px;
  text-decoration: none;
}
.page-press #content .view-display-id-page_press .pager .pager-previous a, .page-press #content .view-display-id-page_press .pager .pager-next a {
  position: relative;
  text-indent: -9999px;
}
.page-press #content .view-display-id-page_press .pager .pager-previous a:after, .page-press #content .view-display-id-page_press .pager .pager-next a:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 50%;
  margin-left: -5px;
  display: block;
  height: 16px;
  width: 10px;
  background: transparent url("../images/icons.png") no-repeat -113px -165px;
}
.page-press #content .view-display-id-page_press .pager .pager-previous a:after {
  background-position: -123px -165px;
}
.page-press #content .view-display-id-page_press .pager .pager-next a:hover:after {
  background-position: -113px -181px;
}
.page-press #content .view-display-id-page_press .pager .pager-previous a:hover:after {
  background-position: -123px -181px;
}
.page-press #content .view-display-id-page_press .pager .pager-item:hover, .page-press #content .view-display-id-page_press .pager .pager-previous:hover, .page-press #content .view-display-id-page_press .pager .pager-next:hover {
  border: 1px solid #0d4066;
  background: #0d4066;
}
.page-press #content .view-display-id-page_press .pager .pager-item:hover a, .page-press #content .view-display-id-page_press .pager .pager-previous:hover a, .page-press #content .view-display-id-page_press .pager .pager-next:hover a {
  color: #fff;
}
.page-press #content .view-display-id-page_press .pager .pager-current {
  display: inline-block;
  height: 45px;
  width: 45px;
  padding: 0px;
  border: 1px solid #0d4066;
  background: #0d4066;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  line-height: 45px;
}
.page-press #content .view-display-id-page_press .pager .pager-ellipsis {
  display: inline-block;
  height: 45px;
  width: 45px;
  padding: 0px;
  border: 1px solid #0d4066;
  background: #0d4066;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  line-height: 45px;
  border: 1px solid #d8c286;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #0d4066;
}

/* Sidebar */
/* List */
/* Pager */
/* SKILL */
.view-skill.view-display-id-page_1 {
  width: 1015px;
  margin: 0 auto;
}
.view-skill.view-display-id-page_1 .view-header {
  width: 780px;
  margin: 0 auto;
  font-size: 23px;
  line-height: 25px;
  font-weight: bold;
}
.view-skill.view-display-id-page_1 .view-header h2#subtitle {
  font-size: 23px !important;
  line-height: 25px !important;
  font-weight: bold !important;
  font-family: "Sansation", "Arial" !important;
}
.view-skill.view-display-id-page_1 .view-header .block {
  position: relative;
  float: left;
  width: 250px;
  height: 240px;
  margin-top: 18px;
  background: #d8c286;
}
.view-skill.view-display-id-page_1 .view-header .block + .block {
  margin-left: 15px;
}

#content .view-skill.view-display-id-page_1 .view-header #block-block-7.block:before {
  position: absolute;
  top: 15px;
  left: 35px;
  width: 43px;
  height: 64px;
  background: transparent url("../images/icons.png") left -197px no-repeat;
  content: "";
}
#content .view-skill.view-display-id-page_1 .view-header #block-block-8.block:before {
  position: absolute;
  top: 12px;
  left: 25px;
  width: 44px;
  height: 66px;
  background: transparent url("../images/icons.png") -43px -197px no-repeat;
  content: "";
}
#content .view-skill.view-display-id-page_1 .view-header #block-block-9.block:before {
  position: absolute;
  top: 19px;
  left: 11px;
  width: 58px;
  height: 58px;
  background: transparent url("../images/icons.png") -87px -197px no-repeat;
  content: "";
}
#content .view-skill.view-display-id-page_1 .view-header .block h2 {
  float: right;
  width: 150px;
  margin: 35px 0 30px 0;
  font-size: 18px;
  text-align: left;
  line-height: 14px;
  text-transform: uppercase;
}
#content .view-skill.view-display-id-page_1 .view-header #block-block-9.block h2 {
  width: 172px;
}
#content .view-skill.view-display-id-page_1 .view-header .block .content {
  clear: both;
  padding: 0 15px;
  color: #97875d;
  font-size: 15px;
  font-weight: normal;
  text-align: left;
  line-height: 17px;
}

.view-skill.view-display-id-page_1 .middle-logo {
  position: relative;
  width: 1015px;
  margin: 0 auto;
}
.view-skill.view-display-id-page_1 .middle-logo .top-elements {
  position: relative;
  width: 766px;
  height: 490px;
  overflow: hidden;
  margin: 0 auto;
}
.view-skill.view-display-id-page_1 .middle-logo .top-elements:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  transition: .3s;
  border-style: solid;
  border-width: 320px 383px 0 383px;
  border-color: #eae0c6 transparent transparent transparent;
  content: "";
}
.view-skill.view-display-id-page_1 .middle-logo .top-elements:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 490px;
  transition: height .5s;
  background: transparent url("../images/skill-background.png") left top repeat;
  content: "";
}
.view-skill.view-display-id-page_1 .middle-logo .top-elements .logo {
  position: absolute;
  top: 70px;
  left: 50%;
  width: 310px;
  height: 310px;
  margin: 0 0 0 -155px;
  z-index: 2;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 0px 9px 0px rgba(115, 115, 115, 0.54);
}
.view-skill.view-display-id-page_1 .middle-logo .top-elements .logo:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 262px;
  height: 64px;
  margin: -30px 0 0 -131px;
  background: transparent url("../images/skill-logo.png") left top no-repeat;
  content: "";
}
.view-skill.view-display-id-page_1 .middle-logo .beam-container {
  position: absolute;
  top: 185px;
  left: 0;
  right: 0;
  width: 100%;
  height: 305px;
  transition: 1s;
  background: transparent url("../images/skill-beam.png") center top no-repeat;
}
.view-skill.view-display-id-page_1 .middle-logo .beam-container .row {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 25px;
  background: none;
  background-color: rgba(255, 255, 255, 0.61);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#9CFFFFFF,endColorstr=#9CFFFFFF);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#9CFFFFFF,endColorstr=#9CFFFFFF);
  zoom: 1;
  transition-duration: 1s;
  transition-delay: 1s;
  font-size: 13px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.view-skill.view-display-id-page_1 .middle-logo .beam-container .row-1 {
  bottom: 27px;
}
.view-skill.view-display-id-page_1 > .view-content {
  height: 430px;
  overflow: hidden;
}
.view-skill.view-display-id-page_1 .view-content > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.view-skill.view-display-id-page_1 .view-content.is-sticky > ul {
  z-index: 50;
}

.admin-menu .view-skill.view-display-id-page_1 .view-content.is-sticky > ul {
  margin-top: 29px;
}

.view-skill.view-display-id-page_1 .view-content > ul:after {
  display: block;
  clear: both;
  content: "";
}
.view-skill.view-display-id-page_1 .view-content > ul > li {
  transition-duration: .8s;
  transition-delay: .5s;
  position: relative;
  float: left;
  width: 247px;
  height: 430px;
}
.view-skill.view-display-id-page_1 .view-content > ul > li a.content {
  position: relative;
  float: left;
  width: 247px;
  height: 430px;
  cursor: pointer;
  border: 6px solid #d8c286;
  box-sizing: border-box;
  background: #fff;
  transition: .3s;
  text-decoration: none;
}
.view-skill.view-display-id-page_1 .view-content > ul > li a.content.active, .view-skill.view-display-id-page_1 .view-content > ul > li a.content:hover {
  border-color: #d8c286 !important;
  background: #d8c286;
}
.view-skill.view-display-id-page_1 .view-content > ul > li + li {
  margin-left: 9px;
}
.view-skill.view-display-id-page_1 .view-content > ul > li.views-row-2 a.content {
  border-color: #67b4d5;
}
.view-skill.view-display-id-page_1 .view-content > ul > li.views-row-2 a.content.active, .view-skill.view-display-id-page_1 .view-content > ul > li.views-row-2 a.content:hover {
  border-color: #67b4d5 !important;
  background: #67b4d5;
}
.view-skill.view-display-id-page_1 .view-content > ul > li.views-row-3 a.content {
  border-color: #668da5;
}
.view-skill.view-display-id-page_1 .view-content > ul > li.views-row-3 a.content.active, .view-skill.view-display-id-page_1 .view-content > ul > li.views-row-3 a.content:hover {
  border-color: #668da5 !important;
  background: #668da5;
}
.view-skill.view-display-id-page_1 .view-content > ul > li.views-row-4 a.content {
  border-color: #496170;
}
.view-skill.view-display-id-page_1 .view-content > ul > li.views-row-4 a.content.active, .view-skill.view-display-id-page_1 .view-content > ul > li.views-row-4 a.content:hover {
  border-color: #496170 !important;
  background: #496170;
}
.view-skill.view-display-id-page_1 .view-content > ul > li .node-teaser {
  border: none;
  margin: 0;
  padding: 0;
}
.view-skill.view-display-id-page_1 .view-content > ul > li img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  transition: .3s;
}
.view-skill.view-display-id-page_1 .view-content > ul > li a.content .field-container {
  padding-top: 205px;
  transition: .3s;
}
.view-skill.view-display-id-page_1 .view-content > ul > li a.content h3 {
  position: relative;
  margin: 0;
  padding: 5px 5px 5px 12px;
  z-index: 2;
  height: 90px;
  background: #fff;
  transition: color .3s, background .3s, height .3s;
  color: #d8c286;
  font-size: 22px;
  line-height: 28px;
  font-weight: bold;
  text-transform: uppercase;
}
.view-skill.view-display-id-page_1 .view-content > ul > li a.content.active h3, .view-skill.view-display-id-page_1 .view-content > ul > li a.content:hover h3 {
  background: #d8c286;
  color: #fff !important;
}
.view-skill.view-display-id-page_1 .view-content > ul > li.views-row-2 a.content h3 {
  color: #67b4d5;
}
.view-skill.view-display-id-page_1 .view-content > ul > li.views-row-2 a.content.active h3, .view-skill.view-display-id-page_1 .view-content > ul > li.views-row-2 a.content:hover h3 {
  background: #67b4d5;
}
.view-skill.view-display-id-page_1 .view-content > ul > li.views-row-3 a.content h3 {
  color: #668da5;
}
.view-skill.view-display-id-page_1 .view-content > ul > li.views-row-3 a.content.active h3, .view-skill.view-display-id-page_1 .view-content > ul > li.views-row-3 a.content:hover h3 {
  background: #668da5;
}
.view-skill.view-display-id-page_1 .view-content > ul > li.views-row-4 a.content h3 {
  color: #496170;
}
.view-skill.view-display-id-page_1 .view-content > ul > li.views-row-4 a.content.active h3, .view-skill.view-display-id-page_1 .view-content > ul > li.views-row-4 a.content:hover h3 {
  background: #496170;
}
.view-skill.view-display-id-page_1 .view-content > ul > li a.content h3:before {
  position: absolute;
  top: -38px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 38px 0 0 235px;
  border-color: transparent transparent transparent #ffffff;
  transition: border-color .3s;
  content: "";
}
.view-skill.view-display-id-page_1 .view-content > ul > li a.content.active h3:before, .view-skill.view-display-id-page_1 .view-content > ul > li a.content:hover h3:before {
  border-left-color: #d8c286;
}
.view-skill.view-display-id-page_1 .view-content > ul > li.views-row-2 a.content.active h3:before, .view-skill.view-display-id-page_1 .view-content > ul > li.views-row-2 a.content:hover h3:before {
  border-left-color: #67b4d5;
}
.view-skill.view-display-id-page_1 .view-content > ul > li.views-row-3 a.content.active h3:before, .view-skill.view-display-id-page_1 .view-content > ul > li.views-row-3 a.content:hover h3:before {
  border-left-color: #668da5;
}
.view-skill.view-display-id-page_1 .view-content > ul > li.views-row-4 a.content.active h3:before, .view-skill.view-display-id-page_1 .view-content > ul > li.views-row-4 a.content:hover h3:before {
  border-left-color: #496170;
}
.view-skill.view-display-id-page_1 .view-content > ul > li a.content h3:after {
  position: absolute;
  left: 12px;
  bottom: 0;
  width: 106px;
  height: 1px;
  background: #d8c286;
  transition: background .3s;
  content: "";
}
.view-skill.view-display-id-page_1 .view-content > ul > li a.content.active h3:after, .view-skill.view-display-id-page_1 .view-content > ul > li a.content:hover h3:after {
  background: #fff !important;
}
.view-skill.view-display-id-page_1 .view-content > ul > li.views-row-2 a.content h3:after {
  background: #67b4d5;
}
.view-skill.view-display-id-page_1 .view-content > ul > li.views-row-3 a.content h3:after {
  background: #668da5;
}
.view-skill.view-display-id-page_1 .view-content > ul > li.views-row-4 a.content h3:after {
  background: #496170;
}
.view-skill.view-display-id-page_1 .view-content > ul > li a.content .description {
  overflow: hidden;
  max-height: 75px;
  margin: 0;
  padding: 10px 5px 0 12px;
  transition: .3s;
  color: #d8c286;
  font-size: 14px;
  line-height: 19px;
  font-weight: bold;
}
.view-skill.view-display-id-page_1 .view-content > ul > li a.content.active .description, .view-skill.view-display-id-page_1 .view-content > ul > li a.content:hover .description {
  color: #fff !important;
}
.view-skill.view-display-id-page_1 .view-content > ul > li.views-row-1 a.content .description {
  max-height: 58px;
}
.view-skill.view-display-id-page_1 .view-content > ul > li.views-row-2 a.content .description {
  color: #67b4d5;
}
.view-skill.view-display-id-page_1 .view-content > ul > li.views-row-3 a.content .description {
  color: #668da5;
}
.view-skill.view-display-id-page_1 .view-content > ul > li.views-row-4 a.content .description {
  color: #496170;
}
.view-skill.view-display-id-page_1 .view-content.mini-teaser {
  margin-top: 50px;
  height: 100px !important;
  display: none;
}
.view-skill.view-display-id-page_1 .view-content.mini-teaser.show-menu {
  display: block;
}
.view-skill.view-display-id-page_1 .view-content.mini-teaser > ul > li {
  height: 63px;
}
.view-skill.view-display-id-page_1 .view-content.mini-teaser > ul > li a.content {
  height: 63px;
  border-color: #fff;
}
.view-skill.view-display-id-page_1 .view-content.mini-teaser > ul > li a.content .field-container {
  padding-top: 0;
}
.view-skill.view-display-id-page_1 .view-content.mini-teaser > ul > li img {
  height: 0;
}
.view-skill.view-display-id-page_1 .view-content.mini-teaser > ul > li a.content .description {
  height: 0;
  padding-top: 0;
}
.view-skill.view-display-id-page_1 .view-content.mini-teaser > ul > li a.content h3 {
  height: 43px;
  font-size: 20px;
  line-height: 20px;
}
.view-skill.view-display-id-page_1 .view-content.mini-teaser > ul > li a.content h3:before {
  display: none;
}
.view-skill.view-display-id-page_1 .view-content.mini-teaser > ul > li a.content h3:after {
  left: -6px;
  bottom: -5px;
  width: 247px;
  height: 5px;
}
.view-skill.view-display-id-page_1 .view-content.mini-teaser > ul > li a.content.active h3:after, .view-skill.view-display-id-page_1 .view-content.mini-teaser > ul > li a.content:hover h3:after {
  background: #d8c286 !important;
}
.view-skill.view-display-id-page_1 .view-content.mini-teaser > ul > li.views-row-2 a.content.active h3:after, .view-skill.view-display-id-page_1 .view-content.mini-teaser > ul > li.views-row-2 a.content:hover h3:after {
  background: #67b4d5 !important;
}
.view-skill.view-display-id-page_1 .view-content.mini-teaser > ul > li.views-row-3 a.content.active h3:after, .view-skill.view-display-id-page_1 .view-content.mini-teaser > ul > li.views-row-3 a.content:hover h3:after {
  background: #668da5 !important;
}
.view-skill.view-display-id-page_1 .view-content.mini-teaser > ul > li.views-row-4 a.content.active h3:after, .view-skill.view-display-id-page_1 .view-content.mini-teaser > ul > li.views-row-4 a.content:hover h3:after {
  background: #496170 !important;
}
.view-skill.view-display-id-page_1 .view-footer {
  padding-top: 50px;
}
.view-skill.view-display-id-page_1 .view-footer .views-row {
  display: none;
}
.view-skill.view-display-id-page_1 .view-footer .views-row-active {
  display: block;
}
.view-skill.view-display-id-page_1 .view-footer .field-name-field-image {
  float: left;
  margin-right: 32px;
  margin-bottom: 25px;
  border: 5px solid #d8c286;
}
.view-skill.view-display-id-page_1 .view-footer .views-row-2 .field-name-field-image {
  border-color: #67b4d5;
}
.view-skill.view-display-id-page_1 .view-footer .views-row-3 .field-name-field-image {
  border-color: #668da5;
}
.view-skill.view-display-id-page_1 .view-footer .views-row-4 .field-name-field-image {
  border-color: #496170;
}
.view-skill.view-display-id-page_1 .view-footer .field-name-field-image img {
  display: block;
}
.view-skill.view-display-id-page_1 .view-footer .group-right-text:after {
  content: "";
  display: block;
  clear: both;
}
.view-skill.view-display-id-page_1 .view-footer .field-name-field-subtitle {
  margin-bottom: 40px;
  color: #d8c286;
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
}
.view-skill.view-display-id-page_1 .view-footer .views-row-2 .field-name-field-subtitle {
  color: #67b4d5;
}
.view-skill.view-display-id-page_1 .view-footer .views-row-3 .field-name-field-subtitle {
  color: #668da5;
}
.view-skill.view-display-id-page_1 .view-footer .views-row-4 .field-name-field-subtitle {
  color: #496170;
}
.view-skill.view-display-id-page_1 .view-footer .field-name-body {
  font-size: 17px;
  line-height: 25px;
  font-weight: bold;
  width: 480px;
  float: right;
}
.view-skill.view-display-id-page_1 .view-footer .field-name-field-informations {
  padding: 50px 45px;
  clear: both;
  background: transparent url("../images/skill-background.png") left top repeat;
}
.view-skill.view-display-id-page_1 .view-footer .field-name-field-informations:after {
  display: block;
  clear: both;
  content: "";
}
.view-skill.view-display-id-page_1 .view-footer .field-name-field-informations .field-item {
  float: left;
  width: 50%;
  color: #0d4066;
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
}
.view-skill.view-display-id-page_1 .view-footer .field-name-field-informations .field-item:before {
  content: "- ";
}
.view-skill.view-display-id-page_1 .view-footer .field-name-field-blocs-title {
  clear: both;
  margin: 25px 0;
  color: #0d4066;
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.view-skill.view-display-id-page_1 .view-footer .field-name-field-bloc > .field-items > .field-item {
  float: left;
  width: 295px;
  margin: 0;
}
.view-skill.view-display-id-page_1 .view-footer .field-name-field-bloc > .field-items > .field-item + .field-item {
  margin-left: 65px;
}
.view-skill.view-display-id-page_1 .view-footer .field-name-field-bloc .field-item .field-collection-view {
  margin: 0;
  padding: 0;
  border: none;
}
.view-skill.view-display-id-page_1 .view-footer .field-name-field-bloc .field-name-field-image {
  float: none;
  margin: 0;
  border: none;
}
.view-skill.view-display-id-page_1 .view-footer .field-name-field-bloc .field-name-field-image img {
  display: inline-block;
  margin-bottom: 15px;
  border: 5px solid #d8c286;
}
.view-skill.view-display-id-page_1 .view-footer .views-row-2 .field-name-field-bloc .field-name-field-image img {
  border-color: #67b4d5;
}
.view-skill.view-display-id-page_1 .view-footer .views-row-3 .field-name-field-bloc .field-name-field-image img {
  border-color: #668da5;
}
.view-skill.view-display-id-page_1 .view-footer .views-row-4 .field-name-field-bloc .field-name-field-image img {
  border-color: #496170;
}
.view-skill.view-display-id-page_1 .view-footer .field-name-field-bloc .field-name-field-media-image img {
  float: left;
  margin-bottom: 15px;
  margin-top: 15px;
}
.view-skill.view-display-id-page_1 .view-footer .field-name-field-bloc .field-name-field-subtitle {
  margin-bottom: 15px;
  padding: 15px 0 0 55px;
  min-height: 66px;
  font-size: 20px;
  line-height: 22px;
}
.view-skill.view-display-id-page_1 .view-footer .field-collection-container {
  border: none;
}
.view-skill.view-display-id-page_1 .view-footer .field-name-field-bloc .field-name-field-block-content {
  clear: both;
  color: #0d4066;
  font-size: 13px;
  line-height: 15px;
}

/* Search Field */
.page-search #block-system-main .wrapper-main .view-filters {
  position: relative;
  width: 710px;
  margin: 35px auto 40px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}
.page-search #block-system-main .wrapper-main .view-filters .views-exposed-form .views-exposed-widget {
  float: none;
  padding: 0;
}
.page-search #block-system-main .wrapper-main .view-filters .views-exposed-widgets {
  margin: 0px;
}
.page-search #block-system-main .wrapper-main .view-filters #edit-t-wrapper .form-type-textfield {
  line-height: 0px;
}
.page-search #block-system-main .wrapper-main .view-filters #edit-t-wrapper input {
  width: 100%;
  margin: 0px;
  padding: 18px 45px 18px 15px;
  border: 1px solid #a29261;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #191919;
  font-size: 19px;
  line-height: 20px;
}
.page-search #block-system-main .wrapper-main .view-filters .views-submit-button input.form-submit {
  position: absolute;
  top: 50%;
  right: 25px;
  display: block;
  height: 32px;
  width: 24px;
  margin: -14px 0px 0px;
  padding: 0px;
  background: transparent url("../images/icons.png") no-repeat -60px 0px;
  border: none;
}
.page-search #block-system-main .wrapper-main .view-filters .views-submit-button input.form-submit:hover {
  opacity: 0.9;
}
.page-search #block-system-main .wrapper-main .block-facetapi .facetapi-facet-type {
  height: 84px;
  padding: 0;
  text-align: center;
}
.page-search #block-system-main .wrapper-main .block-facetapi .facetapi-facet-type li {
  display: inline-block;
  width: 134px;
  height: 84px;
  padding: 0;
  list-style: none;
}
.page-search #block-system-main .wrapper-main .block-facetapi .facetapi-facet-type li + li {
  margin-left: 21px;
}
.page-search #block-system-main .wrapper-main .block-facetapi .facetapi-facet-type li a, .page-search #block-system-main .wrapper-main .block-facetapi .facetapi-facet-type li div {
  position: relative;
  display: block;
  width: 134px;
  height: 80px;
  border-bottom: 4px solid #d8c382;
  color: #d8c382;
  font-weight: bold;
  line-height: 80px;
  text-align: center;
}
.page-search #block-system-main .wrapper-main .block-facetapi .facetapi-facet-type li a:hover, .page-search #block-system-main .wrapper-main .block-facetapi .facetapi-facet-type li a.facetapi-active, .page-search #block-system-main .wrapper-main .block-facetapi .facetapi-facet-type li a.current {
  border-color: #064068;
  color: #064068;
  text-decoration: none;
}
.page-search #block-system-main .wrapper-main .block-facetapi .facetapi-facet-type li a.facetapi-active:before, .page-search #block-system-main .wrapper-main .block-facetapi .facetapi-facet-type li a.current:before {
  display: block;
  width: 20px;
  height: 10px;
  position: absolute;
  bottom: -14px;
  left: 50%;
  margin-left: -10px;
  background: url(../images/icons.png) no-repeat left top transparent;
  content: "";
  z-index: 5;
}
.page-search #block-system-main .wrapper-main .wrapper-result-list .result-list {
  width: 895px;
  margin: 0 auto;
  padding: 0px;
}
.page-search #block-system-main .wrapper-main .wrapper-result-list .result-list li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.page-search #block-system-main .wrapper-main .wrapper-result-list .result-list li a {
  display: block;
  padding: 25px 0px 20px;
  border-bottom: 1px solid #d8c382;
  color: #000;
  font-size: 19px;
  font-family: "Calibri", "Lucida Grande", sans-serif;
  line-height: 20px;
  text-decoration: none;
}
.page-search #block-system-main .wrapper-main .wrapper-result-list .result-list li a .title {
  margin: 0px auto 12px;
  color: #053f65;
  font-weight: bold;
  font-family: "Sansation", "Arial";
  text-transform: uppercase;
}
.page-search #block-system-main .wrapper-main .wrapper-result-list .result-list li a p {
  margin: 0px;
  font-weight: bold;
  font-size: 16px;
}
.page-search #block-system-main .wrapper-main .wrapper-result-list .pager {
  margin: 34px auto 0px;
  padding: 0px;
  margin: 34px auto 0px;
  padding: 0px;
}
.page-search #block-system-main .wrapper-main .wrapper-result-list .item-list .pager li {
  display: inline-block;
  width: 43px;
  height: 43px;
  padding: 0;
  border: 1px solid #d8c382;
  color: #064068;
  font-size: 21px;
  line-height: 43px;
  font-family: "Myriad Pro", "Calibri", "Lucida Grande", sans-serif;
}
.page-search #block-system-main .wrapper-main .wrapper-result-list .item-list .pager li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #064068;
}
.page-search #block-system-main .wrapper-main .wrapper-result-list .item-list .pager li.pager-current {
  border-color: #064068;
  background: #064068;
  color: #fff;
  font-weight: normal;
  text-decoration: none;
}
.page-search #block-system-main .wrapper-main .wrapper-result-list .item-list .pager li:hover {
  border-color: #064068;
  background: #064068;
  color: #fff;
  font-weight: normal;
  text-decoration: none;
}
.page-search #block-system-main .wrapper-main .wrapper-result-list .item-list .pager li:hover a {
  border-color: #064068;
  background: #064068;
  color: #fff;
  font-weight: normal;
  text-decoration: none;
}
.page-search #block-system-main .wrapper-main .wrapper-result-list .item-list .pager li.pager-first, .page-search #block-system-main .wrapper-main .wrapper-result-list .item-list .pager li.pager-last {
  display: none;
}
.page-search #block-system-main .wrapper-main .wrapper-result-list .item-list .pager li.pager-previous, .page-search #block-system-main .wrapper-main .wrapper-result-list .item-list .pager li.pager-next {
  background: #d8c382;
  border-color: #d8c382;
}
.page-search #block-system-main .wrapper-main .wrapper-result-list .item-list .pager li.pager-previous:hover, .page-search #block-system-main .wrapper-main .wrapper-result-list .item-list .pager li.pager-next:hover {
  border-color: #064068;
  background: #064068;
}

/* Pager */
.base-page-tuiles {
  margin-top: 30px;
  width: 100%;
}
.base-page-tuiles .base-page-tuiles-title {
  font-weight: bold;
  display: block;
  font-size: 18px;
  margin-bottom: 20px;
}
.base-page-tuiles .base-page-tuile-container-block {
  position: relative;
  height: 134px;
  width: 100%;
  margin: 0;
  margin-bottom: 15px;
  font-size: 18px;
}
.base-page-tuiles .base-page-tuile-container-block.double {
  height: 283px;
  font-size: 23px;
}
.base-page-tuiles .base-page-tuile-container-block .base-page-tuile-container-table {
  height: 100%;
  display: table;
  width: 100%;
  background: #668da5;
}
.base-page-tuiles .base-page-tuile-container-block .base-page-tuile-container-table .base-page-tuile-block {
  padding: 0px 15px;
  color: #fff;
  line-height: 1.2em;
  font-weight: bold;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  text-align: center;
}
.base-page-tuiles .base-page-tuiles-first-column,
.base-page-tuiles .base-page-tuiles-second-column,
.base-page-tuiles .base-page-tuiles-third-column {
  float: left;
  box-sizing: border-box;
  overflow: hidden;
  width: 311px;
}
.base-page-tuiles .base-page-tuiles-second-column {
  margin-right: 18px;
  margin-left: 18px;
}

.slick-slider,
.slick, .slick__slide {
  overflow: hidden !important;
}
