@charset "UTF-8";
@import url("../fonts/fonts.css");
/**
 * Import grid settings :
 * This to be able to use gridle mixins, etc...
 */
/**
 * Resets
 */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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; }

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; }

/**
 * Variables
 */
/**
 * Variables
 */
html {
  overflow-x: hidden; }

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility; }

.container:after, .grid-container:after {
  content: "";
  display: table;
  clear: both; }

.module-2-area .box, .footer-area .top-footer .footer-col, .module-3-area .logo-item, .content-area .content, .content-area .sidebar {
  display: inline-block;
  min-height: 1px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  padding-right: 10px;
  padding-left: 10px; }

.state-default .state-default .module-2-area .box, .state-default .module-2-area .box, .state-default .state-default .footer-area .top-footer .footer-col, .state-default .footer-area .top-footer .footer-col, .state-default .state-default .module-3-area .logo-item, .state-default .module-3-area .logo-item, .state-default .state-default .content-area .content, .state-default .content-area .content, .state-default .state-default .content-area .sidebar, .state-default .content-area .sidebar {
  display: inline-block;
  min-height: 1px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  padding-right: 10px;
  padding-left: 10px; }

@media only screen and (max-width: 600px) {
  .module-2-area .box, .footer-area .top-footer .footer-col, .module-3-area .logo-item, .content-area .content, .content-area .sidebar {
    display: inline-block;
    min-height: 1px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    padding-right: 10px;
    padding-left: 10px; } }

.state-mobile .state-mobile .state-mobile .module-2-area .box, .state-mobile .state-mobile .module-2-area .box, .state-mobile .module-2-area .box, .state-mobile .state-mobile .state-mobile .footer-area .top-footer .footer-col, .state-mobile .state-mobile .footer-area .top-footer .footer-col, .state-mobile .footer-area .top-footer .footer-col, .state-mobile .state-mobile .state-mobile .module-3-area .logo-item, .state-mobile .state-mobile .module-3-area .logo-item, .state-mobile .module-3-area .logo-item, .state-mobile .state-mobile .state-mobile .content-area .content, .state-mobile .state-mobile .content-area .content, .state-mobile .content-area .content, .state-mobile .state-mobile .state-mobile .content-area .sidebar, .state-mobile .state-mobile .content-area .sidebar, .state-mobile .content-area .sidebar {
  display: inline-block;
  min-height: 1px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  padding-right: 10px;
  padding-left: 10px; }

@media screen and (min-width: 481px) and (max-width: 1024px) {
  .module-2-area .box, .module-3-area .logo-item, .content-area .content, .content-area .sidebar {
    display: inline-block;
    min-height: 1px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    padding-right: 10px;
    padding-left: 10px; } }

.state-tablet .state-tablet .state-tablet .module-2-area .box, .state-tablet .state-tablet .module-2-area .box, .state-tablet .module-2-area .box, .state-tablet .state-tablet .state-tablet .module-3-area .logo-item, .state-tablet .state-tablet .module-3-area .logo-item, .state-tablet .module-3-area .logo-item, .state-tablet .state-tablet .state-tablet .content-area .content, .state-tablet .state-tablet .content-area .content, .state-tablet .content-area .content, .state-tablet .state-tablet .state-tablet .content-area .sidebar, .state-tablet .state-tablet .content-area .sidebar, .state-tablet .content-area .sidebar {
  display: inline-block;
  min-height: 1px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  padding-right: 10px;
  padding-left: 10px; }

.clearfix {
  clear: both;
  float: none; }

h1 {
  font-family: 'the_wavebold'; }
  h1 a {
    font-family: 'the_wavebold'; }

h2 {
  font-family: 'the_wavebold'; }
  h2 a {
    font-family: 'the_wavebold'; }

h3 {
  font-family: 'liberation_serifregular';
  font-size: 26pt;
  line-height: 35pt; }
  h3 a {
    font-family: 'liberation_serifregular';
    font-size: 26pt;
    line-height: 35pt; }

p {
  font-family: 'liberation_serifregular';
  font-size: 18pt;
  line-height: 25pt; }
  .state-mobile p {
    font-size: 17pt;
    line-height: 22pt; }
  @media only screen and (max-width: 600px) {
    p {
      font-size: 17pt;
      line-height: 22pt; } }

hr {
  display: none; }

.hr {
  width: 67px;
  height: 2px;
  background: #f3931a;
  display: block;
  margin-bottom: 40px; }
  .state-tablet .hr {
    width: 65px; }
  @media screen and (min-width: 481px) and (max-width: 1024px) {
    .hr {
      width: 65px; } }
  .state-mobile .hr {
    width: 65px; }
  @media only screen and (max-width: 600px) {
    .hr {
      width: 65px; } }
.header-area.floating {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 9;
    background: transparent;
}
.header-area {
  background: #f2f2f2;
  height: 93px;
  position: relative; }
  .state-tablet .header-area {
    height: 78px; }
  @media screen and (min-width: 481px) and (max-width: 1024px) {
    .header-area {
      height: 78px; } }
  .state-mobile .header-area {
    height: 78px; }
  @media only screen and (max-width: 600px) {
    .header-area {
      height: 78px; } }
  .header-area .logo {
    width: 152px;
    height: 58px;
    display: block;
    float: left;
    padding-top: 16px; }
    .state-tablet .header-area .logo {
      width: 120px;
      padding-left: 0px; }
    @media screen and (min-width: 481px) and (max-width: 1024px) {
      .header-area .logo {
        width: 120px;
        padding-left: 0px; } }
    .state-mobile .header-area .logo {
      width: 120px;
      padding-left: 0px; }
    @media only screen and (max-width: 600px) {
      .header-area .logo {
        width: 120px;
        padding-left: 0px; } }
    .header-area .logo img {
      width: 100%;
      height: auto; }
  .header-area .menu-toggle {
    width: 68px;
    height: 78px;
    display: none;
    background: url("../images/toggle.svg") no-repeat center center;
    background-size: 14px auto;
    top: 0px;
    right: 10px;
    position: absolute; }
    .header-area .menu-toggle.active {
      background: url("../images/close.svg") no-repeat center center;
      background-size: 12px auto; }
    .state-mobile .header-area .menu-toggle {
      display: block; }
    @media only screen and (max-width: 600px) {
      .header-area .menu-toggle {
        display: block; } }
    .state-tablet .header-area .menu-toggle {
      display: block; }
    @media screen and (min-width: 481px) and (max-width: 1024px) {
      .header-area .menu-toggle {
        display: block; } }
  .header-area nav {
    float: right; }
    .state-tablet .header-area nav {
      display: none; }
    @media screen and (min-width: 481px) and (max-width: 1024px) {
      .header-area nav {
        display: none; } }
    .state-mobile .header-area nav {
      display: none; }
    @media only screen and (max-width: 600px) {
      .header-area nav {
        display: none; } }
    .header-area nav ul {
      margin: 0px;
      padding: 37px 0px 0px 0px; }
      .header-area nav ul li {
        margin-left: 48px;
        float: left; }
        .header-area nav ul li.current-menu-item a {
          font-family: 'the_wavebold'; }
        .header-area nav ul li a {
          width: auto;
          height: auto;
          display: block;
          font-family: 'the_wavelight';
          font-size: 9.5pt;
          text-transform: uppercase;
          color: #555;
          text-decoration: none;
          letter-spacing: 0.1em; }
          .header-area nav ul li a:hover {
            color: #f3931a; }
        .header-area nav ul li .sub-menu {
          display: none; }
		.header-area.whitenav nav ul li a {
            color: #fff;
		}

.page-id-5 .content-area .content {
  width: 100%; }

.mobile-menu {
  width: 100%;
  height: 0px;
  display: none;
  position: absolute;
  top: 78px;
  z-index: 10;
  background: #e3e3e3;
  border-bottom: 12px solid #f3931a;
  overflow: hidden; }
  .state-tablet .mobile-menu {
    height: auto; }
  @media screen and (min-width: 481px) and (max-width: 1024px) {
    .mobile-menu {
      height: auto; } }
  .state-mobile .mobile-menu {
    height: auto; }
  @media only screen and (max-width: 600px) {
    .mobile-menu {
      height: auto; } }
  .mobile-menu ul {
    margin: 0px;
    list-style: none; }
    .mobile-menu ul li {
      width: 100%;
      display: block;
      height: auto; }
      .mobile-menu ul li a {
        width: 100%;
        height: 68px;
        display: block;
        font-size: 12pt;
        line-height: 68px;
        padding-left: 40px;
        border-top: 1px solid #c6c6c6;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-family: 'the_wavelight';
        color: #706f6f;
        text-transform: uppercase;
        letter-spacing: 0.2px;
        text-decoration: none; }

.header-slider.slick-dotted.slick-slider {
  margin-bottom: 0px; }
  .header-slider.slick-dotted.slick-slider .slick-prev {
    left: 50px;
    z-index: 99;
    width: 11px;
    height: 20px;
    background: url("../images/left.svg") no-repeat 0 0;
    background-size: auto 100%;
    opacity: 1; }
    .header-slider.slick-dotted.slick-slider .slick-prev:before {
      display: none; }
    .state-tablet .header-slider.slick-dotted.slick-slider .slick-prev {
      display: none !important; }
    @media screen and (min-width: 481px) and (max-width: 1024px) {
      .header-slider.slick-dotted.slick-slider .slick-prev {
        display: none !important; } }
    .state-mobile .header-slider.slick-dotted.slick-slider .slick-prev {
      display: none !important; }
    @media only screen and (max-width: 600px) {
      .header-slider.slick-dotted.slick-slider .slick-prev {
        display: none !important; } }
  .header-slider.slick-dotted.slick-slider .slick-next {
    right: 50px;
    z-index: 99;
    width: 11px;
    height: 20px;
    background: url("../images/arrow.svg") no-repeat 0 0;
    background-size: auto 100%;
    opacity: 1; }
    .header-slider.slick-dotted.slick-slider .slick-next:before {
      display: none; }
    .state-tablet .header-slider.slick-dotted.slick-slider .slick-next {
      display: none !important; }
    @media screen and (min-width: 481px) and (max-width: 1024px) {
      .header-slider.slick-dotted.slick-slider .slick-next {
        display: none !important; } }
    .state-mobile .header-slider.slick-dotted.slick-slider .slick-next {
      display: none !important; }
    @media only screen and (max-width: 600px) {
      .header-slider.slick-dotted.slick-slider .slick-next {
        display: none !important; } }
  .header-slider.slick-dotted.slick-slider .slick-dots {
    right: 50px;
    bottom: 30px;
    text-align: right; }
    .header-slider.slick-dotted.slick-slider .slick-dots li {
      width: 15px;
      margin: 0px !important; }
      .header-slider.slick-dotted.slick-slider .slick-dots li button {
        width: 15px;
        margin: 0px !important;
        padding: 0px !important; }
        .header-slider.slick-dotted.slick-slider .slick-dots li button:before {
          width: 15px;
          padding: 0px !important;
          color: #fff !important;
          opacity: 1 !important;
          font-size: 10px !important;
          margin: 0px !important; }
      .header-slider.slick-dotted.slick-slider .slick-dots li.slick-active button:before {
        color: #f3931a !important; }
.module-1-area.floating {
	max-height: inherit;   
}
.module-1-area {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  text-align: center;
  max-height: 675px; }
  .state-tablet .module-1-area {
    height: auto; }
  @media screen and (min-width: 481px) and (max-width: 1024px) {
    .module-1-area {
      height: auto; }
	.module-1-area.floating {
        max-height: inherit; /* 675px */   
    } }
  .state-mobile .module-1-area {
    height: auto; }
  @media only screen and (max-width: 600px) {
    .module-1-area {
      height: auto; } }

	.module-1-area img {
    width: 100%;
    height: auto;
    margin-bottom: -5px; }
	.module-1-area.video-module img {
    position: relative;
    left: 50%;
    transform: translateX(-50%); }
    .state-tablet .module-1-area video {
	    width: auto;
        height: 100%;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
	}
	.state-tablet .module-1-area img {
      display: none !important; }
    .state-tablet .module-1-area.frontier-map img {
      display: block !important ;
    }
    @media screen and (min-width: 481px) and (max-width: 1024px) {
      .module-1-area video {
          width: auto;
          height: 100%;
          position: relative;
            left: 50%;
            transform: translateX(-50%);
        }
      .module-1-area img {
        display: none !important; }
        .module-1-area.frontier-map img {
          display: block !important ;
        } }
    .state-mobile .module-1-area video {
        width: auto;
        height: 100%;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
}
	.state-mobile .module-1-area img {
      display: none !important; }
      .state-mobile .module-1-area.frontier-map img {
          display: block !important ;
        }
    @media only screen and (max-width: 600px) {
      .module-1-area video {
          width: auto;
          height: 100%; 
          position: relative;
            left: 50%;
            transform: translateX(-50%);
        }
        .module-1-area img {
        display: none !important; } 
      .module-1-area.frontier-map img {
          display: block !important ;
        } }
  .module-1-area .container {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: left;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .state-tablet .module-1-area .container {
      width: 100%;
      position: static;
      -webkit-transform: translate(0%, 0%);
      -moz-transform: translate(0%, 0%);
      transform: translate(0%, 0%);
      padding: 60px 40px 60px 40px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
	.state-tablet .module-1-are .container.video {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    @media screen and (min-width: 481px) and (max-width: 1024px) {
      .module-1-area .container {
        width: 100%;
        position: static;
        -webkit-transform: translate(0%, 0%);
        -moz-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
        padding: 60px 40px 60px 40px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
	.module-1-area .container.video {
    	position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        } }
    .state-mobile .module-1-area .container {
      width: 100%;
      position: static;
      -webkit-transform: translate(0%, 0%);
      -moz-transform: translate(0%, 0%);
      transform: translate(0%, 0%);
      padding: 60px 40px 60px 40px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
	.state-mobile .module-1-area .container.video {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
	}
    @media only screen and (max-width: 600px) {
      .module-1-area .container {
        width: 100%;
        position: static;
        -webkit-transform: translate(0%, 0%);
        -moz-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
        padding: 60px 40px 60px 40px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
	.module-1-area .container.video {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
	} }
    .module-1-area .container h1 {
      font-size: 64pt;
      color: #fff;
      line-height: 64pt;
      margin-bottom: 40px;
      max-width: 100%; }
      .state-tablet .module-1-area .container h1 {
        font-size: 32pt;
        line-height: 36pt; }
      @media screen and (min-width: 481px) and (max-width: 1024px) {
        .module-1-area .container h1 {
          font-size: 32pt;
          line-height: 36pt; } }
      .state-mobile .module-1-area .container h1 {
        font-size: 32pt;
        line-height: 36pt; }
      @media only screen and (max-width: 600px) {
        .module-1-area .container h1 {
          font-size: 32pt;
          line-height: 36pt; } }
    .module-1-area .container p {
      font-size: 2em;
      line-height: 1.2em;
      max-width: 80%;
      color: #fff;
      letter-spacing: 1px; }
      .state-tablet .module-1-area .container p {
        font-size: 20pt;
        line-height: 24pt; }
      @media screen and (min-width: 481px) and (max-width: 1024px) {
        .module-1-area .container p {
          font-size: 20pt;
          line-height: 24pt; } }
      .state-mobile .module-1-area .container p {
        font-size: 14pt;
        line-height: 20pt; }
      @media only screen and (max-width: 600px) {
        .module-1-area .container p {
          font-size: 14pt;
          line-height: 20pt; } }
.module-2-area.module-2-area_alt .box {
  width: 20%;
  min-height: 220px;
}
.state-default .module-2-area.module-2-area_alt .box {
    width: 20%; }
    .state-default .state-default .module-2-area.module-2-area_alt .box {
      width: 20%; }
  .state-default .module-2-area.module-2-area_alt .box {
    width: 20%; }
.module-2-area .box {
  width: 33.3333333333%;
  padding-left: 0px;
  padding-right: 0px;
  min-height: 450px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative; }
  .state-default .module-2-area .box {
    width: 33.3333333333%; }
    .state-default .state-default .module-2-area .box {
      width: 33.3333333333%; }
  .state-default .module-2-area .box {
    width: 33.3333333333%; }
  .state-tablet .state-tablet .state-tablet .module-2-area .box {
    width: 50%; }
  @media screen and (min-width: 481px) and (max-width: 1024px) {
    .state-tablet .state-tablet .module-2-area .box {
      width: 50%; } }

.state-tablet .state-tablet .module-2-area .box {
  width: 50%; }

@media screen and (min-width: 481px) and (max-width: 1024px) and (min-width: 481px) and (max-width: 1024px) {
  .state-tablet .module-2-area .box {
    width: 50%; } }

.state-tablet .state-tablet .module-2-area .box {
  width: 50%; }

@media screen and (min-width: 481px) and (max-width: 1024px) {
  .state-tablet .module-2-area .box {
    width: 50%; } }

.state-tablet .module-2-area .box {
  width: 50%; }

@media screen and (min-width: 481px) and (max-width: 1024px) and (min-width: 481px) and (max-width: 1024px) and (min-width: 481px) and (max-width: 1024px) {
  .module-2-area .box {
    width: 50%; } }
  .state-mobile .state-mobile .state-mobile .module-2-area .box {
    width: 100%; }
  @media only screen and (max-width: 600px) {
    .state-mobile .state-mobile .module-2-area .box {
      width: 100%; } }

.state-mobile .state-mobile .module-2-area .box {
  width: 100%; }

@media screen and (max-width: 480px) and (max-width: 480px) {
  .state-mobile .module-2-area .box {
    width: 100%; } }

.state-mobile .state-mobile .module-2-area .box {
  width: 100%; }

@media only screen and (max-width: 600px) {
  .state-mobile .module-2-area .box {
    width: 100%; } }

.state-mobile .module-2-area .box {
  width: 100%; }

@media screen and (max-width: 600px) and (max-width: 600px) and (max-width: 600px) {
  .module-2-area .box {
    width: 100%; } }
    .state-tablet .state-tablet .state-tablet .module-2-area.module-2-area_alt .box {
    width: 50%; }
  @media screen and (min-width: 481px) and (max-width: 1024px) {
    .state-tablet .state-tablet .module-2-area.module-2-area_alt .box {
      width: 50%; } }

.state-tablet .state-tablet .module-2-area.module-2-area_alt .box {
  width: 50%; }

@media screen and (min-width: 481px) and (max-width: 1024px) and (min-width: 481px) and (max-width: 1024px) {
  .state-tablet .module-2-area.module-2-area_alt .box {
    width: 50%; } }

.state-tablet .state-tablet .module-2-area.module-2-area_alt .box {
  width: 50%; }

@media screen and (min-width: 481px) and (max-width: 1024px) {
  .state-tablet .module-2-area.module-2-area_alt .box {
    width: 50%; } }

.state-tablet .module-2-area.module-2-area_alt .box {
  width: 50%; }

@media screen and (min-width: 481px) and (max-width: 1024px) and (min-width: 481px) and (max-width: 1024px) and (min-width: 481px) and (max-width: 1024px) {
  .module-2-area.module-2-area_alt .box {
    width: 50%; } }
  .state-mobile .state-mobile .state-mobile .module-2-area.module-2-area_alt .box {
    width: 50%; }
  @media only screen and (max-width: 600px) {
    .state-mobile .state-mobile .module-2-area.module-2-area_alt .box {
      width: 50%; } }

.state-mobile .state-mobile .module-2-area.module-2-area_alt .box {
  width: 50%; }

@media screen and (max-width: 480px) and (max-width: 480px) {
  .state-mobile .module-2-area.module-2-area_alt .box {
    width: 50%; } }

.state-mobile .state-mobile .module-2-area.module-2-area_alt .box {
  width: 50%; }

@media only screen and (max-width: 600px) {
  .state-mobile .module-2-area.module-2-area_alt .box {
    width: 50%; } }

.state-mobile .module-2-area.module-2-area_alt .box {
  width: 50%; }

@media screen and (max-width: 600px) and (max-width: 600px) and (max-width: 600px) {
  .module-2-area.module-2-area_alt .box {
    width: 50%; } }
  .module-2-area .box.has-hover .inner-box:before {
    display: block;
    z-index: 10;
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease; }
  .module-2-area .box.has-hover .inner-box h1, .module-2-area .box.has-hover .inner-box h2, .module-2-area .box.has-hover .inner-box h3, .module-2-area .box.has-hover .inner-box a, .module-2-area .box.has-hover .inner-box p {
    position: relative;
    z-index: 11; }
  .module-2-area .box.has-hover:hover .inner-box:before {
    opacity: 1; }
  .module-2-area .box .hr {
    margin-bottom: 20px; }
  .module-2-area .box h1, .module-2-area .box h2, .module-2-area .box h3, .module-2-area .box a, .module-2-area .box p {
    color: inherit;
    text-decoration: none; }
.module-2-area.module-2-area_alt .box h2 {
    margin-bottom: 10px;
    letter-spacing: -0.02em;
    font-size: 2em;
    line-height: 1.2em;
  }
    
    .state-tablet .module-2-area.module-2-area_alt .box h2 {
      font-size: 18pt;
      line-height: 24pt;
    }
    
    @media screen and (min-width: 481px) and (max-width: 1024px) {
      .module-2-area.module-2-area_alt .box h2 {
        font-size: 18pt;
        line-height: 24pt;
      }
    }
    
    .state-mobile .module-2-area.module-2-area_alt .box h2 {
      font-size: 18pt;
      line-height: 24pt;
    }

    @media only screen and (max-width: 600px) {
      .module-2-area.module-2-area_alt .box h2 {
        font-size: 18pt;
        line-height: 24pt;
      }
    }
  .module-2-area .box h2 {
    /*font-size: 45pt;*/
    /*line-height: 45pt;*/
    margin-bottom: 20px;
    letter-spacing: -0.02em;
    font-size: 2.8em;
    line-height: 1.2em; }
    .state-tablet .module-2-area .box h2 {
      font-size: 32pt;
      line-height: 36pt; }
    @media screen and (min-width: 481px) and (max-width: 1024px) {
      .module-2-area .box h2 {
        font-size: 32pt;
        line-height: 36pt; } }
    .state-mobile .module-2-area .box h2 {
      font-size: 32pt;
      line-height: 36pt; }
    @media only screen and (max-width: 600px) {
      .module-2-area .box h2 {
        font-size: 32pt;
        line-height: 36pt; } }
  .module-2-area .box h3 {
    font-size: 1em;
    line-height: 1.3em;
    font-weight: bold; }
    .module-2-area .box h3 a {
      font-size: 1em;
      line-height: 1.8em;
      text-decoration: underline; }
  .module-2-area .box p {
    font-size: 18pt;
    line-height: 24pt;
    letter-spacing: 1px; }
    .state-tablet .module-2-area .box p {
      font-size: 17pt;
      line-height: 22pt;
      margin-bottom: 20px; }
    @media screen and (min-width: 481px) and (max-width: 1024px) {
      .module-2-area .box p {
        font-size: 17pt;
        line-height: 22pt;
        margin-bottom: 20px; } }
    .state-mobile .module-2-area .box p {
      font-size: 17pt;
      line-height: 22pt;
      margin-bottom: 20px; }
    @media only screen and (max-width: 600px) {
      .module-2-area .box p {
        font-size: 17pt;
        line-height: 22pt;
        margin-bottom: 20px; } }
  .module-2-area .box .inner-box {
    width: 100%;
    display: block;
    padding: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .state-tablet .module-2-area .box .inner-box {
      padding: 50px 40px 20px 40px; }
    @media screen and (min-width: 481px) and (max-width: 1024px) {
      .module-2-area .box .inner-box {
        padding: 50px 40px 20px 40px; } }
    .state-mobile .module-2-area .box .inner-box {
      padding: 50px 40px 20px 40px; }
    @media only screen and (max-width: 600px) {
      .module-2-area .box .inner-box {
        padding: 50px 40px 20px 40px; } }
  .module-2-area .box .more {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(60, 60, 59, 0.8);
    color: #fff;
    padding: 50px; }
    .module-2-area .box .more p {
      color: #fff;
      font-size: 15pt;
      line-height: 17pt;
      margin-bottom: 30px; }
      .module-2-area .box .more p em {
        font-style: normal;
        font-size: 11pt;
        line-height: 17pt; }
    .module-2-area .box .more.hover-active {
      display: block; }
    .module-2-area .box .more.click-active {
      display: block; }

.page-id-5 .module-2-area .box p {
  font-size: 1.2em;
  line-height: 1.32em; }

.page-id-9 .module-2-area .box .more p {
  font-size: 0.85em;
  line-height: 1.2em;
  padding-top: 10px; }

.footer-area {
  display: block; }
  .footer-area .top-footer {
    background: #f2f2f2; }
    .state-tablet .footer-area .top-footer {
      padding-bottom: 40px; }
    @media screen and (min-width: 481px) and (max-width: 1024px) {
      .footer-area .top-footer {
        padding-bottom: 40px; } }
    .state-mobile .footer-area .top-footer {
      padding-bottom: 40px; }
    @media only screen and (max-width: 600px) {
      .footer-area .top-footer {
        padding-bottom: 40px; } }
    .footer-area .top-footer .footer-col {
      width: 33.3334%;
      padding: 65px 0px; }
      .state-default .footer-area .top-footer .footer-col {
        width: 33.3334%; }
        .state-default .state-default .footer-area .top-footer .footer-col {
          width: 33.3334%; }
      .state-default .footer-area .top-footer .footer-col {
        width: 33.3334%; }
      .state-mobile .state-mobile .state-mobile .footer-area .top-footer .footer-col {
        width: 100%; }
      @media only screen and (max-width: 600px) {
        .state-mobile .state-mobile .footer-area .top-footer .footer-col {
          width: 100%; } }

.state-mobile .state-mobile .footer-area .top-footer .footer-col {
  width: 100%; }

@media screen and (max-width: 480px) and (max-width: 480px) {
  .state-mobile .footer-area .top-footer .footer-col {
    width: 100%; } }

.state-mobile .state-mobile .footer-area .top-footer .footer-col {
  width: 100%; }

@media only screen and (max-width: 600px) {
  .state-mobile .footer-area .top-footer .footer-col {
    width: 100%; } }

.state-mobile .footer-area .top-footer .footer-col {
  width: 100%; }

@media screen and (max-width: 600px) and (max-width: 600px) and (max-width: 600px) {
  .footer-area .top-footer .footer-col {
    width: 100%; } }
      .state-tablet .footer-area .top-footer .footer-col {
        padding: 60px 0px 0px 0px; }
      @media screen and (min-width: 481px) and (max-width: 1024px) {
        .footer-area .top-footer .footer-col {
          padding: 60px 0px 0px 0px; } }
      .state-mobile .footer-area .top-footer .footer-col {
        padding: 60px 0px 0px 0px; }
      @media only screen and (max-width: 600px) {
        .footer-area .top-footer .footer-col {
          padding: 60px 0px 0px 0px; } }
      .footer-area .top-footer .footer-col .hr {
        background: #f3931a; }
      .footer-area .top-footer .footer-col p {
        font-family: 'liberation_serifregular';
        font-size: 15pt;
        line-height: 17pt;
        margin-bottom: 20px;
        color: #aeaeae; }
        .footer-area .top-footer .footer-col p a {
          font-family: 'liberation_serifbold';
          text-decoration: none;
          color: #aeaeae; }
          .footer-area .top-footer .footer-col p a:hover {
            color: #f3931a; }
  .footer-area .bottom-footer {
    background: #f3931a;
    height: 65px; }

.module-3-area {
  padding-top: 70px;
  padding-bottom: 20px; }
  .module-3-area .logo-item {
    width: 25%;
    margin-bottom: 50px; }
    .state-default .module-3-area .logo-item {
      width: 25%; }
      .state-default .state-default .module-3-area .logo-item {
        width: 25%; }
    .state-default .module-3-area .logo-item {
      width: 25%; }
    .state-tablet .state-tablet .state-tablet .module-3-area .logo-item {
      width: 33.3333333333%; }
    @media screen and (min-width: 481px) and (max-width: 1024px) {
      .state-tablet .state-tablet .module-3-area .logo-item {
        width: 33.3333333333%; } }

.state-tablet .state-tablet .module-3-area .logo-item {
  width: 33.3333333333%; }

@media screen and (min-width: 481px) and (max-width: 1024px) and (min-width: 481px) and (max-width: 1024px) {
  .state-tablet .module-3-area .logo-item {
    width: 33.3333333333%; } }

.state-tablet .state-tablet .module-3-area .logo-item {
  width: 33.3333333333%; }

@media screen and (min-width: 481px) and (max-width: 1024px) {
  .state-tablet .module-3-area .logo-item {
    width: 33.3333333333%; } }

.state-tablet .module-3-area .logo-item {
  width: 33.3333333333%; }

@media screen and (min-width: 481px) and (max-width: 1024px) and (min-width: 481px) and (max-width: 1024px) and (min-width: 481px) and (max-width: 1024px) {
  .module-3-area .logo-item {
    width: 33.3333333333%; } }
    .state-mobile .module-3-area .logo-item {
      padding: 0px; }
      .state-mobile .state-mobile .state-mobile .module-3-area .logo-item {
        width: 50%; }
      @media only screen and (max-width: 600px) {
        .state-mobile .state-mobile .module-3-area .logo-item {
          width: 50%; } }

.state-mobile .state-mobile .module-3-area .logo-item {
  width: 50%; }

@media screen and (max-width: 480px) and (max-width: 480px) {
  .state-mobile .module-3-area .logo-item {
    width: 50%; } }
    @media only screen and (max-width: 600px) {
      .module-3-area .logo-item {
        padding: 0px; } }

.state-mobile .state-mobile .module-3-area .logo-item {
  width: 50%; }

@media only screen and (max-width: 600px) {
  .state-mobile .module-3-area .logo-item {
    width: 50%; } }

.state-mobile .module-3-area .logo-item {
  width: 50%; }

@media screen and (max-width: 600px) and (max-width: 600px) and (max-width: 600px) {
  .module-3-area .logo-item {
    width: 50%; } }
    .module-3-area .logo-item .inner-box .logo-container {
      height: 35px;
      width: 100%;
      display: block;
      margin-bottom: 20px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: auto 100%; }
    .module-3-area .logo-item .inner-box p {
      font-family: 'liberation_serifregular';
      font-size: 11.5pt;
      line-height: 14pt;
      color: #bdbcbc;
      text-align: center;
      padding: 0px 15px; }
      .state-tablet .module-3-area .logo-item .inner-box p {
        font-size: 8pt;
        line-height: 12pt; }
      @media screen and (min-width: 481px) and (max-width: 1024px) {
        .module-3-area .logo-item .inner-box p {
          font-size: 8pt;
          line-height: 12pt; } }
      .state-mobile .module-3-area .logo-item .inner-box p {
        font-size: 8pt;
        line-height: 12pt; }
      @media only screen and (max-width: 600px) {
        .module-3-area .logo-item .inner-box p {
          font-size: 8pt;
          line-height: 12pt; } }

table {
  font-size: 0.8em !important;
  margin-bottom: 30px; }
  table td {
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #ccc;
    color: #bdbcbc; }

.content-area {
  padding-top: 50px;
  padding-bottom: 50px; }
  .content-area .content {
    width: 66.6666666667%;
    padding-left: 0px; }
    .state-default .content-area .content {
      width: 66.6666666667%; }
      .state-default .state-default .content-area .content {
        width: 66.6666666667%; }
    .state-default .content-area .content {
      width: 66.6666666667%; }
    .state-tablet .state-tablet .state-tablet .content-area .content {
      width: 58.3333333333%; }
    @media screen and (min-width: 481px) and (max-width: 1024px) {
      .state-tablet .state-tablet .content-area .content {
        width: 58.3333333333%; } }

.state-tablet .state-tablet .content-area .content {
  width: 58.3333333333%; }

@media screen and (min-width: 481px) and (max-width: 1024px) and (min-width: 481px) and (max-width: 1024px) {
  .state-tablet .content-area .content {
    width: 58.3333333333%; } }

.state-tablet .state-tablet .content-area .content {
  width: 58.3333333333%; }

@media screen and (min-width: 481px) and (max-width: 1024px) {
  .state-tablet .content-area .content {
    width: 58.3333333333%; } }

.state-tablet .content-area .content {
  width: 58.3333333333%; }

@media screen and (min-width: 481px) and (max-width: 1024px) and (min-width: 481px) and (max-width: 1024px) and (min-width: 481px) and (max-width: 1024px) {
  .content-area .content {
    width: 58.3333333333%; } }
    .state-mobile .content-area .content {
      padding-left: 0px;
      padding-right: 0px; }
      .state-mobile .state-mobile .state-mobile .content-area .content {
        width: 100%; }
      @media only screen and (max-width: 600px) {
        .state-mobile .state-mobile .content-area .content {
          width: 100%; } }

.state-mobile .state-mobile .content-area .content {
  width: 100%; }

@media screen and (max-width: 480px) and (max-width: 480px) {
  .state-mobile .content-area .content {
    width: 100%; } }
    @media only screen and (max-width: 600px) {
      .content-area .content {
        padding-left: 0px;
        padding-right: 0px; } }

.state-mobile .state-mobile .content-area .content {
  width: 100%; }

@media only screen and (max-width: 600px) {
  .state-mobile .content-area .content {
    width: 100%; } }

.state-mobile .content-area .content {
  width: 100%; }

@media screen and (max-width: 600px) and (max-width: 600px) and (max-width: 600px) {
  .content-area .content {
    width: 100%; } }
    .content-area .content h1 {
      font-size: 54pt;
      margin-bottom: 40px;
      line-height: 60pt;
      color: #706f6f; }
    .content-area .content h2 {
      font-size: 32pt;
      line-height: 40pt;
      color: #706f6f;
      margin-bottom: 30px; }
    .content-area .content h3 {
      margin-bottom: 20px;
      color: #706f6f; }
      .content-area .content h3 a {
        margin-bottom: 0px;
        color: #706f6f; }
    .content-area .content p {
      font-family: 'liberation_serifregular';
      font-size: 1.4em;
      line-height: 1.3em;
      color: #bdbcbc;
      margin-bottom: 20px; }
    .content-area .content .hr {
      margin-top: 35px;
      margin-bottom: 25px; }
    .content-area .content a {
      font-family: 'liberation_serifbold';
      font-size: 18pt;
      line-height: 25pt;
      color: #bdbcbc;
      text-decoration: none; }
      .content-area .content a:hover {
        color: #f3931a; }
    .content-area .content ul {
      margin: 10px 0px 20px 25px;
      list-style-type: disc; }
      .content-area .content ul li {
        font-family: 'liberation_serifregular';
        font-size: 18pt;
        line-height: 25pt;
        color: #bdbcbc;
        margin-bottom: 10px; }
    .content-area .content em {
      font-style: italic; }
    .content-area .content strong {
      font-family: 'liberation_serifbold'; }
    .content-area .content img {
      max-width: 100%;
      height: auto; }
      .content-area .content img.alignleft {
        float: left;
        margin: 0px 20px 20px 0px; }
      .content-area .content img.alignright {
        float: right;
        margin: 0px 0px 20px 20px; }
      .content-area .content img.aligncenter {
        margin: 10px auto 20px;
        float: none; }
  .content-area .sidebar {
    width: 33.3333333333%;
    padding-right: 0px;
    padding-left: 70px; }
    .state-default .content-area .sidebar {
      width: 33.3333333333%; }
      .state-default .state-default .content-area .sidebar {
        width: 33.3333333333%; }
    .state-default .content-area .sidebar {
      width: 33.3333333333%; }
    .state-tablet .content-area .sidebar {
      padding-left: 40px; }
      .state-tablet .state-tablet .state-tablet .content-area .sidebar {
        width: 41.6666666667%; }
      @media screen and (min-width: 481px) and (max-width: 1024px) {
        .state-tablet .state-tablet .content-area .sidebar {
          width: 41.6666666667%; } }

.state-tablet .state-tablet .content-area .sidebar {
  width: 41.6666666667%; }

@media screen and (min-width: 481px) and (max-width: 1024px) and (min-width: 481px) and (max-width: 1024px) {
  .state-tablet .content-area .sidebar {
    width: 41.6666666667%; } }
    @media screen and (min-width: 481px) and (max-width: 1024px) {
      .content-area .sidebar {
        padding-left: 40px; } }

.state-tablet .state-tablet .content-area .sidebar {
  width: 41.6666666667%; }

@media screen and (min-width: 481px) and (max-width: 1024px) {
  .state-tablet .content-area .sidebar {
    width: 41.6666666667%; } }

.state-tablet .content-area .sidebar {
  width: 41.6666666667%; }

@media screen and (min-width: 481px) and (max-width: 1024px) and (min-width: 481px) and (max-width: 1024px) and (min-width: 481px) and (max-width: 1024px) {
  .content-area .sidebar {
    width: 41.6666666667%; } }
    .state-mobile .content-area .sidebar {
      padding-left: 0px;
      padding-right: 0px; }
      .state-mobile .state-mobile .state-mobile .content-area .sidebar {
        width: 100%; }
      @media only screen and (max-width: 600px) {
        .state-mobile .state-mobile .content-area .sidebar {
          width: 100%; } }

.state-mobile .state-mobile .content-area .sidebar {
  width: 100%; }

@media screen and (max-width: 480px) and (max-width: 480px) {
  .state-mobile .content-area .sidebar {
    width: 100%; } }
    @media only screen and (max-width: 600px) {
      .content-area .sidebar {
        padding-left: 0px;
        padding-right: 0px; } }

.state-mobile .state-mobile .content-area .sidebar {
  width: 100%; }

@media only screen and (max-width: 600px) {
  .state-mobile .content-area .sidebar {
    width: 100%; } }

.state-mobile .content-area .sidebar {
  width: 100%; }

@media screen and (max-width: 600px) and (max-width: 600px) and (max-width: 600px) {
  .content-area .sidebar {
    width: 100%; } }
    .content-area .sidebar .widget {
      position: relative;
      overflow: hidden;
      margin-bottom: 30px; }
      .content-area .sidebar .widget .search-field {
        width: 100%;
        height: 40px;
        display: block;
        background: #ececec;
        padding: 0px 0px 0px 0px;
        text-indent: 20px;
        margin-top: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        border: 0px;
        outline: 0px;
        font-family: 'liberation_serifregular';
        font-size: 11pt;
        color: #a8a8a7;
        line-height: 40px; }
        .content-area .sidebar .widget .search-field::-webkit-input-placeholder {
          /* Chrome/Opera/Safari */
          font-family: 'liberation_serifregular';
          font-size: 11pt;
          color: #a8a8a7; }
        .content-area .sidebar .widget .search-field::-moz-placeholder {
          /* Firefox 19+ */
          font-size: 11pt;
          color: #a8a8a7; }
        .content-area .sidebar .widget .search-field:-ms-input-placeholder {
          /* IE 10+ */
          font-size: 11pt;
          color: #a8a8a7; }
        .content-area .sidebar .widget .search-field:-moz-placeholder {
          /* Firefox 18- */
          font-size: 11pt;
          color: #a8a8a7; }
      .content-area .sidebar .widget .search-submit {
        position: absolute;
        top: 10px;
        right: 0px;
        width: 40px;
        height: 40px;
        display: block;
        background: #ececec url("../images/search.svg") no-repeat center center;
        background-size: 12px auto;
        cursor: pointer;
        overflow: hidden;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: 0px;
        outline: 0px;
        text-indent: -9999px; }
        .content-area .sidebar .widget .search-submit:hover {
          opacity: 0.9; }
      .content-area .sidebar .widget h3.box-headline {
        height: 55px;
        background: #f3931a;
        padding: 0px 20px;
        color: #fff;
        display: block;
        font-family: 'liberation_serifregular';
        font-size: 15pt;
        line-height: 55px; }
      .content-area .sidebar .widget a.box-headline {
        width: 100%;
        min-height: 55px;
        height: auto;
        background: #f3931a;
        padding: 10px 20px;
        color: #fff;
        display: block;
        text-decoration: none;
        font-family: 'liberation_serifregular';
        font-size: 15pt;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        line-height: 32px; }
        .content-area .sidebar .widget a.box-headline:hover {
          opacity: 0.8; }
      .content-area .sidebar .widget img {
        max-width: 100%;
        height: auto; }
      .content-area .sidebar .widget p {
        font-family: 'liberation_serifregular';
        font-size: 11pt;
        line-height: 15px;
        color: #a8a8a7; }
      .content-area .sidebar .widget .btn {
        height: 55px;
        background: #29235c url("../images/arrow.svg") no-repeat;
        background-position: calc(100% - 20px) center;
        background-size: auto 15px;
        padding: 0px 20px;
        color: #fff;
        display: block;
        cursor: pointer;
        text-decoration: none;
        font-family: 'liberation_serifregular';
        font-size: 15pt;
        line-height: 55px; }
        .content-area .sidebar .widget .btn:hover {
          opacity: 0.9; }

/*max-højde for header-mu*/
/*.module-1-area {
  max-height:675px;
}
*/
/*sådan her vil vi gerne have, at mouse-over-teksten på "about us" ser ud:*/
/*.box p {
  font-size:0.85em !important;
  line-height:1.2em !important;
  padding-top:10px;
}*/
/*box-text & linie-afstand på forside skal være lidt større*/
/*.page-id-5 .box p {
  font-size:1.2em !important;
  line-height:1.32em !important;
}


.box h3 {
  font-size:1em !important; 
  line-height:1.3em;
  font-weight:bold;
}

.box h3 a {
  font-size:1em !important; 
  line-height:1.8em;
  text-decoration:underline !important;
}*/
/*H2 box-tekster*/
/*.module-2-area .box h2 {
  letter-spacing:-0.02em;
  font-size:2.8em;
  line-height:1.2em;
}*/
/*hr-elementer i box*/
/*.box .hr {
  margin-bottom:20px;
}*/
/*ekstra letter-spacing af menu-items*/
/*.header-area nav ul li a {
  letter-spacing:0.1em;
}

*/
/*vi vil gerne have bunden af forsiden - 'Investor Base' - til at se sådan her ud:*/
/*.page-id-5 .content-area .content {
  width:100%;
}
*/
/*sub-headere: lidt mindre*/
/*.module-1-area .container p {
  font-size:2em;
  line-height:1.2em;
}
*/
/*body-font en anelse mindre*/
/*.content p {
  font-size:1.4em !important;
  line-height:1.3em !important;
}

table {
  font-size:0.8em !important;
  margin-bottom:30px;
}

table td {
  padding-left:15px;
  padding-top:5px;
  padding-bottom:5px;
  border:1px solid #ccc;
  color:#bdbcbc;
}
*/
/*NB! inline-css på forside box headers for at aligne headers/tekst - skal også etableres som style (eller udseende skal etableres på anden vis) - formålet er at give H2 i disse boxe en min-højde på to linier, så headline/tekst er alignet. Skal også fungere på store skærme hvor "project management" ikke linebreak'er */

.floating-video-title {
	display: block;
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 99;
	color: #fff;
	font-family: 'liberation_serifregular';
	font-size: 1.2em;
	line-height: 1.32em;
    letter-spacing: 1px;
}