/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans&subset=latin-ext,latin");

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*!
 * bootstrap-grid 2.0.1
 * Copyright 2015-present, Santeri Hiltunen
 * Licensed under MIT (https://github.com/Hilzu/bootstrap-grid/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width; }
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table !important; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table !important; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table !important; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table !important; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table !important; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }
.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }
.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }
@media print {
  .hidden-print {
    display: none !important; } }
.clearfix:before, .site-header ul.nav .submenu:before, .homepage-sectors:before, .form:before,
.clearfix:after,
.site-header ul.nav .submenu:after,
.homepage-sectors:after,
.form:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after, .site-header ul.nav .submenu:after, .homepage-sectors:after, .form:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }
@media (min-width: 992px) {
  .container {
    width: 970px; } }
@media (min-width: 1200px) {
  .container {
    width: 1170px; } }
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-11 {
    width: 91.66666667%; }

  .col-sm-10 {
    width: 83.33333333%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-8 {
    width: 66.66666667%; }

  .col-sm-7 {
    width: 58.33333333%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-5 {
    width: 41.66666667%; }

  .col-sm-4 {
    width: 33.33333333%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-2 {
    width: 16.66666667%; }

  .col-sm-1 {
    width: 8.33333333%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-pull-11 {
    right: 91.66666667%; }

  .col-sm-pull-10 {
    right: 83.33333333%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-8 {
    right: 66.66666667%; }

  .col-sm-pull-7 {
    right: 58.33333333%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-5 {
    right: 41.66666667%; }

  .col-sm-pull-4 {
    right: 33.33333333%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-2 {
    right: 16.66666667%; }

  .col-sm-pull-1 {
    right: 8.33333333%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-push-11 {
    left: 91.66666667%; }

  .col-sm-push-10 {
    left: 83.33333333%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-8 {
    left: 66.66666667%; }

  .col-sm-push-7 {
    left: 58.33333333%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-5 {
    left: 41.66666667%; }

  .col-sm-push-4 {
    left: 33.33333333%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-2 {
    left: 16.66666667%; }

  .col-sm-push-1 {
    left: 8.33333333%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-offset-12 {
    margin-left: 100%; }

  .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  .col-sm-offset-7 {
    margin-left: 58.33333333%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-2 {
    margin-left: 16.66666667%; }

  .col-sm-offset-1 {
    margin-left: 8.33333333%; }

  .col-sm-offset-0 {
    margin-left: 0%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-12 {
    width: 100%; }

  .col-md-11 {
    width: 91.66666667%; }

  .col-md-10 {
    width: 83.33333333%; }

  .col-md-9 {
    width: 75%; }

  .col-md-8 {
    width: 66.66666667%; }

  .col-md-7 {
    width: 58.33333333%; }

  .col-md-6 {
    width: 50%; }

  .col-md-5 {
    width: 41.66666667%; }

  .col-md-4 {
    width: 33.33333333%; }

  .col-md-3 {
    width: 25%; }

  .col-md-2 {
    width: 16.66666667%; }

  .col-md-1 {
    width: 8.33333333%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-pull-11 {
    right: 91.66666667%; }

  .col-md-pull-10 {
    right: 83.33333333%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-8 {
    right: 66.66666667%; }

  .col-md-pull-7 {
    right: 58.33333333%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-5 {
    right: 41.66666667%; }

  .col-md-pull-4 {
    right: 33.33333333%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-2 {
    right: 16.66666667%; }

  .col-md-pull-1 {
    right: 8.33333333%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-push-11 {
    left: 91.66666667%; }

  .col-md-push-10 {
    left: 83.33333333%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-8 {
    left: 66.66666667%; }

  .col-md-push-7 {
    left: 58.33333333%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-5 {
    left: 41.66666667%; }

  .col-md-push-4 {
    left: 33.33333333%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-2 {
    left: 16.66666667%; }

  .col-md-push-1 {
    left: 8.33333333%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-offset-12 {
    margin-left: 100%; }

  .col-md-offset-11 {
    margin-left: 91.66666667%; }

  .col-md-offset-10 {
    margin-left: 83.33333333%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-8 {
    margin-left: 66.66666667%; }

  .col-md-offset-7 {
    margin-left: 58.33333333%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-5 {
    margin-left: 41.66666667%; }

  .col-md-offset-4 {
    margin-left: 33.33333333%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-2 {
    margin-left: 16.66666667%; }

  .col-md-offset-1 {
    margin-left: 8.33333333%; }

  .col-md-offset-0 {
    margin-left: 0%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-11 {
    width: 91.66666667%; }

  .col-lg-10 {
    width: 83.33333333%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-8 {
    width: 66.66666667%; }

  .col-lg-7 {
    width: 58.33333333%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-5 {
    width: 41.66666667%; }

  .col-lg-4 {
    width: 33.33333333%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-2 {
    width: 16.66666667%; }

  .col-lg-1 {
    width: 8.33333333%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-pull-11 {
    right: 91.66666667%; }

  .col-lg-pull-10 {
    right: 83.33333333%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-8 {
    right: 66.66666667%; }

  .col-lg-pull-7 {
    right: 58.33333333%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-5 {
    right: 41.66666667%; }

  .col-lg-pull-4 {
    right: 33.33333333%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-2 {
    right: 16.66666667%; }

  .col-lg-pull-1 {
    right: 8.33333333%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-push-11 {
    left: 91.66666667%; }

  .col-lg-push-10 {
    left: 83.33333333%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-8 {
    left: 66.66666667%; }

  .col-lg-push-7 {
    left: 58.33333333%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-5 {
    left: 41.66666667%; }

  .col-lg-push-4 {
    left: 33.33333333%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-2 {
    left: 16.66666667%; }

  .col-lg-push-1 {
    left: 8.33333333%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-offset-12 {
    margin-left: 100%; }

  .col-lg-offset-11 {
    margin-left: 91.66666667%; }

  .col-lg-offset-10 {
    margin-left: 83.33333333%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-8 {
    margin-left: 66.66666667%; }

  .col-lg-offset-7 {
    margin-left: 58.33333333%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-5 {
    margin-left: 41.66666667%; }

  .col-lg-offset-4 {
    margin-left: 33.33333333%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-2 {
    margin-left: 16.66666667%; }

  .col-lg-offset-1 {
    margin-left: 8.33333333%; }

  .col-lg-offset-0 {
    margin-left: 0%; } }
.row.row-grid [class*="col-"] + [class*="col-"] {
  margin-top: 15px; }

@media (min-width: 1200px) {
  .row.row-grid [class*="col-lg-"] + [class*="col-lg-"] {
    margin-top: 0; } }
@media (min-width: 992px) {
  .row.row-grid [class*="col-md-"] + [class*="col-md-"] {
    margin-top: 0; } }
@media (min-width: 768px) {
  .row.row-grid [class*="col-sm-"] + [class*="col-sm-"] {
    margin-top: 0; } }
@font-face {
  font-family: 'Din Condensed Bold';
  src: url("../fonts/din-condensed-bold.woff2") format("woff2"), url("../fonts/din-condensed-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/*
-----------------------------------------------------------------------
VARIABLES
-----------------------------------------------------------------------
*/
/*
-----------------------------------------------------------------------
HTML, BODY, GLOBAL
-----------------------------------------------------------------------
*/
* {
  box-sizing: border-box; }

html {
  -webkit-font-smoothing: antialiased; }

/*
  Font size here affects the general font across site
*/
body {
  background: #531a1f;
  font-family: 'Open Sans';
  font-size: 13px;
  color: #fff;
  line-height: 1.4; }
  @media (min-width: 768px) {
    body {
      padding-top: 122px; } }
  @media (min-width: 992px) {
    body {
      padding-top: 152px; } }

/*
-----------------------------------------------------------------------
HEADINGS AND GENERIC ELEMENTS
-----------------------------------------------------------------------
*/
h1, h2, h3, h4 {
  font-family: 'Din Condensed Bold';
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 15px; }

.tkf1 {
  font-family: 'Arial Condensed Bold';
  font-size: 14px;
  letter-spacing: 0.5px;
}

.section-title, .sectors .sector h3 {
  font-size: 20px; }
  @media (min-width: 768px) {
    .section-title, .sectors .sector h3 {
      font-size: 24px; } }
  @media (min-width: 992px) {
    .section-title, .sectors .sector h3 {
      font-size: 28px;
      letter-spacing: 5px; } }

.section-subtitle {
  font-size: 20px; }
  @media (min-width: 768px) {
    .section-subtitle {
      font-size: 22px; } }
  @media (min-width: 992px) {
    .section-subtitle {
      font-size: 24px; } }
  .section-subtitle.top-margin {
    margin-top: 30px; }

p, ul {
  margin-bottom: 15px; }

a {
  text-decoration: none;
  color: #fff; }

em {
  text-decoration: underline; }

.nmrgn {
  margin-bottom: 0; }

.img-responsive, .sectors .sector img.sector-image-mobile, .sectors .sector .logos img, .homepage-sectors .sector img {
  max-width: 100%;
  display: block;
  height: auto; }

.text-center {
  text-align: center; }

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

.container {
  max-width: 970px; }

.col-static {
  position: static; }

/*
-----------------------------------------------------------------------
SITE HEADER
-----------------------------------------------------------------------
*/
.site-header {
  background: -webkit-gradient(linear, center top, center bottom, from(#801D2B), color-stop(62%, #49090A));
  background: -webkit-linear-gradient(top, #801D2B, #49090A 62%);
  background: linear-gradient(to bottom, #801D2B, #49090A 62%);
  position: relative;
  padding: 15px 0 52px 0;
  font-family: 'Din Condensed Bold';
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px; }
  @media (min-width: 768px) {
    .site-header {
      padding: 15px;
      width: 100%;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 100; } }
  @media (min-width: 992px) {
    .site-header {
      padding: 30px 0; } }
  .site-header a {
    color: #0094b3;
    text-decoration: none; }
  .site-header .logo {
    display: block; }
    .site-header .logo img {
      max-width: 130px; }
  .site-header .quote {
    display: none; }

    @media (min-width: 768px) {
      .site-header .quote {
        float: left;
        text-align: center;
        display: block;
        margin-top: 32px;
        margin-left: 45px; }
        .site-header .quote strong {
          font-size: 18px; }
        .site-header .quote a {
          display: block; } }
    @media (min-width: 992px) {
      .site-header .quote {
        margin-top: 22px; } }
  .site-header ul.nav {
    text-align: right;
    margin: 0; }
    @media (min-width: 768px) {
      .site-header ul.nav {
        text-align: left;
        float: left;
        margin-top: 55px; } }
    @media (min-width: 992px) {
      .site-header ul.nav {
        margin-top: 45px; } }
    .site-header ul.nav li {
      display: block; }
      @media (min-width: 768px) {
        .site-header ul.nav li {
          display: inline-block; }
          .site-header ul.nav li + li {
            margin-left: 40px; } }
      @media (min-width: 992px) {
        .site-header ul.nav li:hover .submenu {
          display: block; } }
    .site-header ul.nav .submenu {
      display: none;
      position: absolute;
      left: 0;
      width: 650px;
      font-size: 12px;
      padding-top: 5px; }
      .site-header ul.nav .submenu ul {
        float: left;
        margin: 0; }
        .site-header ul.nav .submenu ul + ul {
          margin-left: 35px; }
      .site-header ul.nav .submenu li {
        display: block; }
        .site-header ul.nav .submenu li + li {
          margin-left: 0; }
  .site-header ul.countries {
    position: absolute;
    bottom: -42px;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: center;
    line-height: 1; }
    @media (min-width: 768px) {
      .site-header ul.countries {
        margin: 0;
        bottom: auto;
        top: 10px;
        left: 0;
        text-align: left; } }
    @media (min-width: 992px) {
      .site-header ul.countries {
        top: 0; } }
    .site-header ul.countries li {
      display: inline-block;
      width: 25px; }
      .site-header ul.countries li + li {
        margin-left: 15px; }
    .site-header ul.countries img {
      width: 100%;
      max-width: 25px; }
    .site-header ul.countries a {
      display: block;
      position: relative; }
      .site-header ul.countries a:hover:after {
        display: block; }
      .site-header ul.countries a:after {
        display: none;
        content: "fr";
        width: 100px;
        height: 30px;
        background: #0094b3;
        position: absolute;
        color: #fff;
        text-align: center;
        top: 35px;
        left: 50%;
        margin-left: -50px;
        line-height: 30px; }
      .site-header ul.countries a.en:after {
        content: "English"; }
      .site-header ul.countries a.fr:after {
        content: "Français"; }
      .site-header ul.countries a.de:after {
        content: "Deutsch"; }
      .site-header ul.countries a.tr:after {
        content: "Türkçe"; }
  .site-header .dropdown {
    background-size: cover;
    width: 218px;
    height: 340px;
    position: absolute;
    z-index: 9999;
    top: -370px;
    right: 0;
    transition: all .1s ease; }
    .site-header .dropdown a {
      display: block;
      width: 100%;
      height: 100px;
      position: absolute;
      bottom: 30px;
      text-indent: -10000px; }
    .dropdown-gb {
      background-image: url(../images/dropdown.svg)
    }
    .dropdown-de {
      background-image: url(../images/dropdown.svg)
    }
    .dropdown-fr {
      background-image: url(../images/dropdownfr.svg)
    }
    .dropdown-tr {
      background-image: url(../images/dropdowntk.svg)
    }
  .site-header .container {
    position: relative; }
  @media (min-width: 768px) {
    .site-header nav {
      position: relative; } }
  @media (min-width: 992px) {
    .site-header nav {
      margin-left: 35px; } }

.site-header .quote #phone {
    color: #FFFFFF; }
/*
-----------------------------------------------------------------------
SITE FOOTER
-----------------------------------------------------------------------
*/
.site-footer {
  background: #531a1f;
  color: #0094b3;
  text-align: center;
  padding: 15px 0; }
  @media (min-width: 768px) {
    .site-footer {
      padding: 45px 0; } }
  .site-footer p {
    margin: 0; }
  .site-footer a {
    color: #0094b3; }

/*
-----------------------------------------------------------------------
SOCIAL LINKS
-----------------------------------------------------------------------
*/
ul.social {
  text-align: center; }
  ul.social li {
    display: inline-block;
    text-indent: -10000px; }
    ul.social li + li {
      margin-left: 5px; }
  ul.social a {
    width: 28px;
    height: 28px;
    display: block;
    background-size: cover; }
    ul.social a.linkedin {
      background-image: url(../images/social-linkedin.svg); }
    ul.social a.twitter {
      background-image: url(../images/social-twitter.svg); }

/*
-----------------------------------------------------------------------
BANNER (HOMEPAGE)
-----------------------------------------------------------------------
*/
.banner {
  background: url(../images/banner.png) left;
  background-size: cover;
  text-align: center;
  display: flex;
  align-items: center;
  height: 300px;
  position: relative; }
  @media (min-width: 768px) {
    .banner {
      background-position: center; } }
  @media (min-width: 992px) {
    .banner {
      height: 385px; } }
  .banner:before {
    background: #000;
    opacity: 0.25;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    content: ""; }
    @media (min-width: 768px) {
      .banner:before {
        display: none; } }
  .banner h2 {
    text-shadow: 5px 5px 20px #000;
    font-size: 32px;
    margin-bottom: 0;
    z-index: 1;
    position: relative; }
    @media (min-width: 768px) {
      .banner h2 {
        text-shadow: none;
        margin-bottom: 25px; } }
  .banner .risk-free {
    width: 100%;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translate(-50%); }
    .banner .risk-free div {
      display: flex;
      justify-content: center;
      align-items: center; }
    .banner .risk-free span {
      font-family: 'Din Condensed Bold';
      text-transform: uppercase;
      font-size: 20px;
      color: #531a1f;
      letter-spacing: 5px; }
    .banner .risk-free img {
      max-width: 150px;
      margin-left: 15px; }

/*
-----------------------------------------------------------------------
DEFAULT SECTION
-----------------------------------------------------------------------
*/
.section {
  background: #531a1f;
  padding: 15px 0; }
  @media (min-width: 768px) {
    .section {
      padding: 45px 0; } }
  .section.section-red {
    background: #801d2b; }
  .section.section-blue {
    background: #0094b3; }
  .section.npddng {
    padding-top: 0; }

/*
-----------------------------------------------------------------------
SECTORS
-----------------------------------------------------------------------
*/
.sectors .sector {
  color: #fff;
  text-align: left;
  padding: 15px 0; }
  @media (max-width: 767px) {
    .sectors .sector {
      background-image: none !important; }
      .sectors .sector:nth-child(odd) {
        background: #801d2b; }
      .sectors .sector:nth-child(even) {
        background: #531a1f; } }
  @media (min-width: 768px) {
    .sectors .sector {
      background-size: cover;
      padding: 75px 0; } }
  @media (min-width: 992px) {
    .sectors .sector {
      text-align: center; } }
  .sectors .sector h3 {
    color: #fff; }
  .sectors .sector img.sector-image-mobile {
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .sectors .sector img.sector-image-mobile {
        display: none; } }
  .sectors .sector a {
    color: inherit;
    text-decoration: underline; }
  .sectors .sector p.some-of {
    font-weight: 600; }
  .sectors .sector .logos + p {
    margin-top: 15px; }
  .sectors .sector .logos {
    margin-top: -15px; }
    .sectors .sector .logos .logo {
      background: #fff;
      padding: 5px;
      margin-top: 15px; }
    .sectors .sector .logos img {
      max-width: 100px;
      margin: auto; }
      @media (min-width: 768px) {
        .sectors .sector .logos img {
          max-width: 100%; } }
  @media (min-width: 768px) {
    .sectors .sector .text-burgundy {
      color: #531a1f; }
    .sectors .sector .text-blue {
      color: #0094b3; }
    .sectors .sector .text-black {
      color: #000; } }

/*
-----------------------------------------------------------------------
SERVICES
-----------------------------------------------------------------------
*/
.services {
  background: #801d2b; }
  @media (min-width: 992px) {
    .services {
      padding-bottom: 45px; } }
  .services .service {
    padding: 15px 0;
    text-align: center; }
    @media (min-width: 768px) {
      .services .service {
        padding: 45px 0; } }
    @media (min-width: 992px) {
      .services .service {
        padding: 0; } }
    .services .service:nth-child(odd) {
      background: #531a1f; }
      @media (min-width: 768px) {
        .services .service:nth-child(odd) {
          text-align: left; } }
      @media (min-width: 992px) {
        .services .service:nth-child(odd) {
          background: #801d2b; } }
    .services .service:nth-child(even) {
      background: #801d2b; }
      @media (min-width: 768px) {
        .services .service:nth-child(even) {
          text-align: right; } }
    .services .service img {
      border-radius: 50%;
      margin: auto;
      margin-bottom: 25px; }
      @media (min-width: 768px) {
        .services .service img {
          margin-bottom: 0; } }
    .services .service h3 {
      margin-bottom: 0;
      color: #0094b3; }
      @media (min-width: 992px) {
        .services .service h3 {
          font-size: 18px; } }
    .services .service li {
      display: inline-block;
      font-style: italic; }
    @media (min-width: 768px) {
      .services .service .row {
        display: flex;
        align-items: center; } }

/*
-----------------------------------------------------------------------
HOMEPAGE ELEMENTS
-----------------------------------------------------------------------
*/
.risk-free-mobile {
  margin-bottom: 15px; }
  .risk-free-mobile h2 {
    font-size: 34px; }
  .risk-free-mobile img {
    max-width: 200px; }
  @media (min-width: 768px) {
    .risk-free-mobile {
      display: none; } }

ul.sector-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 320px;
  margin: auto; }
  @media (min-width: 768px) {
    ul.sector-list {
      max-width: 100%; } }
  ul.sector-list li {
    width: 50%;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      ul.sector-list li {
        width: 33.33333%; } }
    @media (min-width: 992px) {
      ul.sector-list li {
        width: 160px;
        margin-bottom: 0; } }
  ul.sector-list a {
    background: url(../images/sector.svg) center no-repeat;
    background-size: cover;
    width: 136px;
    height: 93px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Din Condensed Bold';
    text-transform: uppercase;
    font-size: 16px;
    color: #0094b3;
    margin: auto;
    padding: 0 10px; }

.homepage-services {
  margin-top: 30px; }
  @media (min-width: 992px) {
    .homepage-services h3 {
      font-size: 18px; } }
  .homepage-services h3 a {
    color: #0094b3;
    position: relative;
    padding-left: 45px;
    display: block; }
    .homepage-services h3 a:before {
      background: #0094b3 url(../images/triangle.svg) 12px 10px no-repeat;
      background-size: 10px;
      content: "";
      width: 30px;
      height: 30px;
      border-radius: 100%;
      display: block;
      position: absolute;
      top: -3px;
      left: 0;
      transition: background-color .25s ease; }
    .homepage-services h3 a:hover:before {
      background-color: #006a80; }
  .homepage-services p a {
    font-weight: 600; }

.address {
  margin-top: 52px;
  font-size: 15px;
  font-weight: 600; }

.homepage-sectors {
  margin-top: 30px;
  position: relative; }
  .homepage-sectors .sector {
    position: relative; }
    @media (max-width: 767px) {
      .homepage-sectors .sector {
        background-image: none !important; } }
    @media (min-width: 768px) {
      .homepage-sectors .sector {
        background-size: cover;
        padding: 30px; }
        .homepage-sectors .sector:after {
          position: absolute;
          content: "";
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: #000;
          opacity: 0.3; } }
    @media (min-width: 768px) and (min-width: 992px) {
      .homepage-sectors .sector:after {
        display: none; } }

    @media (min-width: 992px) {
      .homepage-sectors .sector {
        float: left;
        width: 50%;
        padding: 120px 90px;
        min-height: 374px; }
        .homepage-sectors .sector:nth-child(5n) {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          z-index: 5;
          width: 45%;
          padding: 45px;
          min-height: auto; } }
    .homepage-sectors .sector + .sector {
      margin-top: 15px; }
      @media (min-width: 992px) {
        .homepage-sectors .sector + .sector {
          margin-top: 0; } }
    .homepage-sectors .sector h3 {
      z-index: 1;
      position: relative; }
      @media (min-width: 992px) {
        .homepage-sectors .sector h3 {
          font-size: 22px; } }
      .homepage-sectors .sector h3 a {
        color: #0094b3; }
        @media (min-width: 768px) {
          .homepage-sectors .sector h3 a {
            color: #fff; } }
    .homepage-sectors .sector p {
      z-index: 1;
      position: relative; }
      @media (min-width: 992px) {
        .homepage-sectors .sector p {
          font-weight: 600; } }
    @media (min-width: 768px) {
      .homepage-sectors .sector img {
        display: none; } }
  @media (min-width: 992px) {
    .homepage-sectors .sector:nth-child(1) {
      background-image: url(../images/sector-mosaic-1.jpg) !important; }
    .homepage-sectors .sector:nth-child(2) {
      background-image: url(../images/sector-mosaic-2.jpg) !important; }
    .homepage-sectors .sector:nth-child(3) {
      background-image: url(../images/sector-mosaic-3.jpg) !important; }
    .homepage-sectors .sector:nth-child(4) {
      background-image: url(../images/sector-mosaic-4.jpg) !important; }
    .homepage-sectors .sector:nth-child(5) {
      background-image: url(../images/sector-mosaic-5.jpg) !important; } }

.homepage-steps {
  position: relative; }
  @media (min-width: 992px) {
    .homepage-steps:before {
      background: url(../images/shape.png);
      width: 946px;
      height: 575px;
      position: absolute;
      top: -65px;
      left: 20px;
      content: ""; } }
  .homepage-steps .star {
    background: url(../images/star.svg);
    background-size: cover;
    width: 155px;
    height: 142px;
    display: block;
    margin: auto;
    font-family: 'Din Condensed Bold';
    font-size: 58px;
    line-height: 156px;
    text-align: center;
    margin-bottom: 15px; }
  .homepage-steps h3 {
    color: #0094b3; }
    @media (min-width: 992px) {
      .homepage-steps h3 {
        font-size: 18px; } }

/*
-----------------------------------------------------------------------
CONTACT FORM
-----------------------------------------------------------------------
*/
.form label {
  display: block;
  margin-bottom: 3px;
  font-weight: 600; }
  .form label.error {
    color: #801d2b;
    margin: 5px 0 0; }
.form .form-control {
  background: #fff;
  font: inherit;
  color: #000;
  display: block;
  width: 100%;
  padding: 8px;
  outline: none;
  border: none; }
  textarea.form-control {
    resize: none;
    height: 200px; }
  .form .form-control:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset; }
.form .form-group {
  margin-bottom: 10px; }
.form .add-another-translation {
  cursor: pointer; }
.form button {
  background: #0e394e;
  border: 0;
  font-family: 'Din Condensed Bold';
  font-size: 22px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 5px;
  padding: 12px 20px 12px 20px;
  line-height: 1;
  cursor: pointer;
  float: right;
  transition: background .25s ease; }
  .form button:hover {
    background: #165979; }

.contact-form-success {
  display: none;
  color: #000; }
  .contact-form-success.modal {
    text-align: center;
    border-radius: 0;
    padding: 30px; }
  .contact-form-success h2 {
    font-size: 24px;
    color: #801d2b; }
  .contact-form-success p {
    margin: 0; }

.jquery-modal.blocker {
  z-index: 999; }

/*
-----------------------------------------------------------------------
COOKIE POLICY
-----------------------------------------------------------------------
*/
body .cc-message,
body .cc-btn {
  font-family: 'Open Sans';
  font-size: 13px;
  line-height: 1.4; }

/*# sourceMappingURL=style.css.map */
