/* example usage
@include mq-mobile {
}
*/
/* example usage
@include placeholder {
    font-style:italic;
    color: white;
    font-weight:100;
}
*/
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700");
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
footer,
header,
nav,
section {
  display: block; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

figcaption,
figure,
main {
  display: block; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details,
menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

@media only screen and (max-width: 1280px) {
  html {
    box-sizing: border-box; }

  *, *:before, *:after {
    box-sizing: inherit; } }
.container {
  max-width: 1240px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }

.skiptocontent {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: #fff; }
  .skiptocontent a {
    padding: 5px;
    display: block;
    color: #000; }

/*  COLUMN SETUP  */
.col {
  display: block;
  float: left;
  margin-left: 0.8%;
  margin-right: 0.8%; }

.fill-empty {
  min-height: 1px; }

.span_1_of_12 {
  width: 6.73%; }

.push_right_span_1_of_12 {
  margin-right: 9.13%; }

.span_2_of_12 {
  width: 15.06%; }

.push_right_span_2_of_12 {
  margin-right: 17.46%; }

.span_3_of_12 {
  width: 23.4%; }

.push_right_span_3_of_12 {
  margin-right: 25.8%; }

.span_4_of_12 {
  width: 31.73%; }

.push_right_span_4_of_12 {
  margin-right: 34.13%; }

.span_5_of_12 {
  width: 40.06%; }

.push_right_span_5_of_12 {
  margin-right: 42.46%; }

.span_6_of_12 {
  width: 48.4%; }

.push_right_span_6_of_12 {
  margin-right: 50.8%; }

.span_7_of_12 {
  width: 56.73%; }

.push_right_span_7_of_12 {
  margin-right: 59.13%; }

.span_8_of_12 {
  width: 65.06%; }

.push_right_span_8_of_12 {
  margin-right: 67.46%; }

.span_9_of_12 {
  width: 73.4%; }

.push_right_span_9_of_12 {
  margin-right: 75.8%; }

.span_10_of_12 {
  width: 81.73%; }

.push_right_span_10_of_12 {
  margin-right: 84.13%; }

.span_11_of_12 {
  width: 90.06%; }

.push_right_span_11_of_12 {
  margin-right: 92.46%; }

.span_12_of_12 {
  width: 98.4%; }

.push_right_span_12_of_12 {
  margin-right: 100.8%; }

/*  GRID OF FIVE  */
.span_1_of_5 {
  width: 18.39%; }

.span_2_of_5 {
  width: 38.4%; }

.span_3_of_5 {
  width: 58.4%; }

.span_4_of_5 {
  width: 78.4%; }

.span_5_of_5 {
  width: 98.4%; }

@media only screen and (max-width: 800px) {
  .tablet_span_1_of_12 {
    width: 6.73%; }

  .tablet_push_right_span_1_of_12 {
    margin-right: 9.13%; }

  .tablet_span_2_of_12 {
    width: 15.06%; }

  .tablet_push_right_span_2_of_12 {
    margin-right: 17.46%; }

  .tablet_span_3_of_12 {
    width: 23.4%; }

  .tablet_push_right_span_3_of_12 {
    margin-right: 25.8%; }

  .tablet_span_4_of_12 {
    width: 31.73%; }

  .tablet_push_right_span_4_of_12 {
    margin-right: 34.13%; }

  .tablet_span_5_of_12 {
    width: 40.06%; }

  .tablet_push_right_span_5_of_12 {
    margin-right: 42.46%; }

  .tablet_span_6_of_12 {
    width: 48.4%; }

  .tablet_push_right_span_6_of_12 {
    margin-right: 50.8%; }

  .tablet_span_7_of_12 {
    width: 56.73%; }

  .tablet_push_right_span_7_of_12 {
    margin-right: 59.13%; }

  .tablet_span_8_of_12 {
    width: 65.06%; }

  .tablet_push_right_span_8_of_12 {
    margin-right: 67.46%; }

  .tablet_span_9_of_12 {
    width: 73.4%; }

  .tablet_push_right_span_9_of_12 {
    margin-right: 75.8%; }

  .tablet_span_10_of_12 {
    width: 81.73%; }

  .tablet_push_right_span_10_of_12 {
    margin-right: 84.13%; }

  .tablet_span_11_of_12 {
    width: 90.06%; }

  .tablet_push_right_span_11_of_12 {
    margin-right: 92.46%; }

  .tablet_span_12_of_12 {
    width: 98.4%; }

  .tablet_push_right_span_12_of_12 {
    margin-right: 100.8%; }

  .tablet_hide_push {
    margin-right: 0.8%; } }
@media only screen and (max-width: 640px) {
  .mobile_hide_push {
    margin-right: 0.8%; }

  .mobile_span_1_of_12 {
    width: 6.73%; }

  .mobile_span_2_of_12 {
    width: 15.06%; }

  .mobile_span_3_of_12 {
    width: 23.4%; }

  .mobile_span_4_of_12 {
    width: 31.73%; }

  .mobile_span_5_of_12 {
    width: 40.06%; }

  .mobile_span_6_of_12 {
    width: 48.4%; }

  .mobile_span_7_of_12 {
    width: 56.73%; }

  .mobile_span_8_of_12 {
    width: 65.06%; }

  .mobile_span_9_of_12 {
    width: 73.4%; }

  .mobile_span_10_of_12 {
    width: 81.73%; }

  .mobile_span_11_of_12 {
    width: 90.06%; }

  .mobile_span_12_of_12 {
    width: 98.4%; } }
body {
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1.4; }

ul, ol {
  padding-left: 0;
  margin: 0;
  list-style-type: none; }

.title-section {
  font-size: 3.4em;
  font-weight: 300; }

.subtitle-section {
  font-size: 2em;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 15px; }

.link-more,
.link-go {
  font-weight: 600;
  text-transform: uppercase; }
  .link-more.seperator-right,
  .link-go.seperator-right {
    margin-right: 20px;
    padding-right: 25px;
    border-right: 1px solid #444; }
  .link-more:hover, .link-more:focus,
  .link-go:hover,
  .link-go:focus {
    opacity: .7; }

span.seperator-right {
  margin-right: 20px;
  padding-right: 25px;
  border-right: 1px solid #444; }

.link-more {
  color: #1371c9; }

.icon-rsquo {
  font-size: 1.5em;
  padding-left: 5px;
  color: #1371c9; }

.link-go {
  color: #e56b2e;
  margin-right: 5px; }

.strong-600 {
  font-weight: 600; }

.strong-700 {
  font-weight: 700; }

.link-back-top,
.link-panel-close {
  text-decoration: none;
  color: #6f6f6f;
  letter-spacing: 1px; }
  .link-back-top img,
  .link-panel-close img {
    vertical-align: middle;
    margin-right: 5px; }
  .link-back-top:hover, .link-back-top:focus,
  .link-panel-close:hover,
  .link-panel-close:focus {
    opacity: .7; }

.contact-section-has-icons {
  margin-top: 20px;
  margin-bottom: 20px; }
  .contact-section-has-icons li {
    overflow: hidden;
    margin-bottom: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
  .contact-section-has-icons .icon,
  .contact-section-has-icons .txt {
    float: left; }
  .contact-section-has-icons .icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 15px;
    -moz-box-flex: 0;
    -moz-flex: 0 0 15px;
    -ms-flex: 0 0 15px;
    flex: 0 0 15px;
    margin-right: 5px; }
    .contact-section-has-icons .icon img {
      max-width: 100%;
      height: auto; }
  .contact-section-has-icons a {
    color: inherit;
    text-decoration: none; }

.typography h1, .typography h2, .typography h3, .typography h4, .typography h5 {
  font-weight: 300;
  margin-top: 20px;
  margin-bottom: 20px;
  text-transform: uppercase; }
.typography h1 {
  font-size: 2.2em; }
.typography h2 {
  font-size: 1.9em; }
.typography h3 {
  font-size: 1.7em; }
.typography h4 {
  font-size: 1.5em; }
.typography a {
  color: #1371c9; }
  .typography a:hover, .typography a:focus {
    opacity: .7; }
.typography ul, .typography ol {
  margin: 1em 0;
  padding-left: 2.5em; }
.typography ul {
  list-style-type: disc; }
.typography ol {
  list-style-type: decimal; }
.typography li {
  padding-left: 1em; }
.typography table {
  border-collapse: collapse; }
.typography th,
.typography td {
  padding: 20px;
  border: 1px solid #c3e1ff; }
.typography th {
  font-weight: 600;
  font-size: 1.1em;
  background-color: #aad4ff; }
.typography .link-go {
  color: #e56b2e; }
.typography img {
  max-width: 100%;
  height: auto; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
.m-reset > :first-child {
  margin-top: 0; }
.m-reset > :last-child {
  margin-bottom: 0; }

.width-pull {
  margin: 40px -40px; }
  @media only screen and (max-width: 1280px) {
    .width-pull {
      margin-left: 0;
      margin-right: 0; } }

.tar {
  text-align: right; }

.bg-centre-cover {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }

.resize {
  max-width: 100%;
  height: auto; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.flexbox .clearfix:before,
.flexbox .clearfix:after {
  flex-basis: 0;
  order: 1; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

[type="text"],
[type="search"],
[type="number"],
[type="tel"],
[type="email"],
[type="password"],
textarea,
select {
  min-width: 50px;
  border-radius: 0;
  -webkit-appearance: none; }

.form-row {
  margin-bottom: 20px; }
  .form-row.has-multi-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
    @media only screen and (max-width: 640px) {
      .form-row.has-multi-col {
        display: block; } }
    .form-row.has-multi-col .two-col {
      width: 48%; }
      @media only screen and (max-width: 640px) {
        .form-row.has-multi-col .two-col {
          width: 100%; }
          .form-row.has-multi-col .two-col:first-child {
            margin-bottom: 15px; } }
  .form-row [type="text"],
  .form-row [type="search"],
  .form-row [type="number"],
  .form-row [type="tel"],
  .form-row [type="email"],
  .form-row [type="password"],
  .form-row textarea,
  .form-row select {
    background-color: #fff;
    border: 1px solid #fff;
    padding: 15px 20px; }
    .form-row [type="text"]:focus,
    .form-row [type="search"]:focus,
    .form-row [type="number"]:focus,
    .form-row [type="tel"]:focus,
    .form-row [type="email"]:focus,
    .form-row [type="password"]:focus,
    .form-row textarea:focus,
    .form-row select:focus {
      border-color: #27282a; }
    .form-row [type="text"]:disabled,
    .form-row [type="search"]:disabled,
    .form-row [type="number"]:disabled,
    .form-row [type="tel"]:disabled,
    .form-row [type="email"]:disabled,
    .form-row [type="password"]:disabled,
    .form-row textarea:disabled,
    .form-row select:disabled {
      background-color: #e0e4e6;
      border-color: #e0e4e6; }
    .form-row [type="text"].error,
    .form-row [type="search"].error,
    .form-row [type="number"].error,
    .form-row [type="tel"].error,
    .form-row [type="email"].error,
    .form-row [type="password"].error,
    .form-row textarea.error,
    .form-row select.error {
      border-color: red; }
  .form-row label,
  .form-row legend {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: inline-block; }
  .form-row .field-holder {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .form-row .field-holder > * {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 auto;
      -moz-box-flex: 1;
      -moz-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto; }
    .form-row .field-holder [type=checkbox],
    .form-row .field-holder [type=radio] {
      margin-right: 10px; }
    .form-row .field-holder label {
      font-weight: 400;
      text-transform: initial;
      margin-right: 10px; }
  .form-row fieldset.field-holder {
    display: block; }

.no-flexbox .form-row .field-holder [type="text"],
.no-flexbox .form-row .field-holder [type="search"],
.no-flexbox .form-row .field-holder [type="number"],
.no-flexbox .form-row .field-holder [type="tel"],
.no-flexbox .form-row .field-holder [type="email"],
.no-flexbox .form-row .field-holder [type="password"],
.no-flexbox .form-row .field-holder textarea,
.no-flexbox .form-row .field-holder select {
  width: 80%; }

.no-flexbox .form-row.has-multi-col {
  overflow: hidden; }
  .no-flexbox .form-row.has-multi-col .two-col {
    float: left; }

.submit-holder {
  margin-top: 40px; }

button[type=submit] {
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  display: block; }

label[for] {
  cursor: pointer; }

label.error {
  position: absolute;
  top: 100%;
  left: 0;
  color: red;
  font-size: .7em; }

.panel-holder .form-managed-file input.form-submit {
  display: none; }

header {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%; }

.navbar-administration.navbar-horizontal header {
  top: 79px; }

.navbar-administration.navbar-vertical header {
  top: 39px; }

.no-rgba header {
  background-color: #000; }

.btn-desktop-small-menu-close {
  display: none; }

.header-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative; }

.logo {
  float: left;
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-block; }
  .logo:hover, .logo:focus {
    opacity: .7; }

.header-nav {
  float: left;
  margin-left: auto;
  margin-right: auto; }
  .header-nav a {
    text-decoration: none;
    color: #fff; }

.nav-main {
  font-weight: 600;
  text-transform: uppercase;
  font-size: .9em;
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  height: 100%; }
  .nav-main.active, .nav-main:hover, .nav-main:focus {
    color: #1371c9; }

.nav-main,
.btn-site-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.btn-site-search:hover,
.btn-site-search:focus {
  opacity: .7; }

.header-nav-main-ul {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .header-nav-main-ul > li {
    float: left;
    border-bottom: 10px solid transparent; }

.no-flexbox .header-nav-main-ul > li {
  min-height: 61px; }
.no-flexbox .nav-main {
  padding-top: 25px; }

.btn-site-search {
  float: right; }

.no-flexbox .btn-site-search {
  padding-top: 20px; }

.mega-menu {
  display: none;
  background-color: #1371c9;
  position: absolute;
  top: 100%;
  left: 0;
  color: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
  width: 100%; }
  .mega-menu .inner {
    padding: 50px; }
  .mega-menu .btn {
    display: block;
    text-transform: uppercase;
    border-top: 1px solid #fff;
    font-weight: 600;
    background-color: #1371c9; }
    .mega-menu .btn:hover, .mega-menu .btn:focus {
      background-color: #fff;
      color: #1371c9; }
  .mega-menu .inner-col {
    padding-left: 20px;
    padding-right: 20px; }

.title-mega-menu {
  font-size: 1.1em;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  padding-left: 25px;
  padding-bottom: 10px;
  margin: 0;
  background-size: 16px auto;
  background-position: 0 2px;
  background-repeat: no-repeat; }
  .title-mega-menu.water {
    background-position: 0 4px; }
  .title-mega-menu.fish {
    background-position: 0 6px; }

.submenu-lists {
  margin-bottom: 40px; }
  .submenu-lists li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
  .submenu-lists a {
    padding: 15px 0;
    display: block;
    margin-bottom: -1px;
    margin-top: -1px; }
    .submenu-lists a:hover, .submenu-lists a:focus {
      background-color: #fff;
      color: #1371c9;
      padding-left: 20px;
      padding-right: 20px;
      margin-left: -20px;
      margin-right: -20px; }
  .submenu-lists.videos a:hover, .submenu-lists.videos a:focus {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px; }
  .submenu-lists.videos li {
    border-bottom: none;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px; }
    .submenu-lists.videos li .video-title {
      padding: 4px;
      color: #fff;
      background-color: #000;
      font-size: 10px;
      max-width: 230px;
      box-sizing: border-box; }

.has-subnav:hover,
.has-subnav.hover,
.has-subnav:focus {
  border-color: #1371c9; }
  .has-subnav:hover .nav-main,
  .has-subnav.hover .nav-main,
  .has-subnav:focus .nav-main {
    color: #1371c9; }
  .has-subnav:hover .mega-menu,
  .has-subnav.hover .mega-menu,
  .has-subnav:focus .mega-menu {
    display: block; }

.toggle-arrow {
  display: none; }

.hamburger {
  display: none;
  margin-left: auto; }
  .hamburger svg {
    display: block; }

.hamburger,
.btn-site-search {
  padding-left: 10px;
  padding-right: 10px; }

@media only screen and (max-width: 1024px) {
  .hamburger {
    display: block; }

  .logo {
    margin-right: 20px; }

  .btn-desktop-small-menu-close {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px; }

  .header-nav {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 480px;
    height: 100%;
    background-color: #27282a;
    overflow: auto;
    padding-top: 70px; }
    .header-nav.active {
      display: block; }

  .nav-main {
    padding: 20px;
    font-size: 1em; }

  .header-nav-main-ul {
    display: block;
    border-top: 1px solid #595959; }
    .header-nav-main-ul > li {
      float: none;
      border-bottom: 1px solid #595959; }
    .header-nav-main-ul .toggle-arrow {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      background-color: #6f6f6f;
      padding: 20px; }
      .header-nav-main-ul .toggle-arrow.open {
        transform: rotate(180deg); }

  .mega-menu {
    position: static; }
    .mega-menu .inner {
      padding: 20px; }
    .mega-menu .col {
      width: 100%;
      margin-left: 0; }
    .mega-menu .submenu-lists,
    .mega-menu .btn {
      display: none; }

  .has-subnav {
    position: relative; }
    .has-subnav:hover .mega-menu,
    .has-subnav .mega-menu {
      display: none; }
    .has-subnav .mega-menu.device-active {
      display: block; }

  .title-mega-menu {
    padding-bottom: 0;
    background-position: 0 50%;
    border-bottom: 0; }
    .title-mega-menu a {
      display: inline-block;
      padding: 10px; } }
.site-footer {
  position: relative;
  background-color: #595959;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: .9em; }
  .site-footer a {
    color: #fff;
    text-decoration: none; }
    .site-footer a:hover, .site-footer a:focus {
      opacity: .7; }
  .site-footer .top {
    border-bottom: 1px solid #939393; }
  .site-footer .txt-call {
    font-weight: 700;
    font-size: 1.5em; }
  .site-footer .contact-section-has-icons .icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 15px;
    -moz-box-flex: 0;
    -moz-flex: 0 0 15px;
    -ms-flex: 0 0 15px;
    flex: 0 0 15px; }

.footer-firstcol-inner {
  border-right: 1px solid #939393; }
  @media only screen and (max-width: 800px) {
    .footer-firstcol-inner {
      padding-right: 20px; } }
  @media only screen and (max-width: 640px) {
    .footer-firstcol-inner {
      border-bottom: 1px solid #939393;
      border-right: 0; } }

.footer-social-col {
  text-transform: uppercase; }
  .footer-social-col > :first-child {
    margin-top: 0; }
  @media only screen and (max-width: 640px) {
    .footer-social-col {
      text-align: left;
      border-top: 1px solid #939393;
      padding-top: 20px; } }

.footer-menu {
  margin-top: 20px; }
  .footer-menu li {
    margin-bottom: 20px;
    width: 48%;
    padding-right: 2%;
    float: left; }
  .footer-menu a {
    text-transform: uppercase; }

.footer-bot-links {
  margin-top: 20px; }
  .footer-bot-links li {
    float: left;
    margin-bottom: 10px; }
  .footer-bot-links li:not(:last-child) {
    border-right: 1px solid #fff;
    margin-right: 20px; }
  .footer-bot-links a {
    display: block;
    padding-right: 20px; }

.search-holder {
  display: none;
  background-color: #1371c9;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 12;
  width: 100%;
  color: #fff; }
  .search-holder .search-form-holder {
    min-height: 50vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .search-holder .search-form-holder .inner {
      margin-top: auto;
      margin-bottom: auto; }
  .search-holder .inner {
    padding-left: 90px;
    padding-right: 90px; }
  .search-holder form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 80px;
    margin-bottom: 60px; }
    .search-holder form .input-search {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 auto;
      -moz-box-flex: 1;
      -moz-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      background-color: transparent;
      border: 0;
      border-bottom: 1px solid #fff;
      color: #fff;
      font-size: 3em;
      font-weight: 600;
      letter-spacing: 3px; }
      .search-holder form .input-search::-webkit-input-placeholder {
        opacity: 1; }
      .search-holder form .input-search:-moz-placeholder {
        /* Firefox 18- */
        opacity: 1; }
      .search-holder form .input-search::-moz-placeholder {
        /* Firefox 19+ */
        opacity: 1; }
      .search-holder form .input-search:-ms-input-placeholder {
        opacity: 1; }
      .search-holder form .input-search:focus {
        border-color: #0058B0; }
    .search-holder form .btn-search {
      padding-left: 20px;
      padding-right: 20px;
      border: 1px solid #fff;
      background-color: #fff; }
      .search-holder form .btn-search:hover, .search-holder form .btn-search:focus {
        opacity: .7; }
  .search-holder .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 10px; }
    .search-holder .btn-close:hover, .search-holder .btn-close:focus {
      opacity: .7; }

.navbar-administration .search-holder .btn-close {
  top: 80px; }

.no-flexbox .search-holder form {
  overflow: hidden; }
  .no-flexbox .search-holder form input,
  .no-flexbox .search-holder form button {
    float: left; }

.popular-search-holder {
  background-color: #0058B0;
  padding-top: 50px;
  padding-top: 20px;
  padding-bottom: 60px;
  margin-top: auto; }
  .popular-search-holder li:not(:last-child) {
    margin-bottom: 15px; }
  .popular-search-holder a {
    color: #fff;
    text-decoration: none; }
    .popular-search-holder a:hover {
      font-weight: 600; }
  .popular-search-holder .popular-search-col-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
  .popular-search-holder .col .inner-pad {
    height: 100%;
    padding-right: 70px; }
  .popular-search-holder .col:not(:first-child) .inner-pad {
    padding-left: 60px; }
  .popular-search-holder .col:not(:last-child) .inner-pad {
    border-right: 1px solid rgba(255, 255, 255, 0.4); }

.title-popular-search {
  font-size: 1.25em;
  font-weight: 600;
  letter-spacing: 1.4px;
  text-transform: uppercase; }

.search-holder-bg {
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%; }

@media only screen and (max-width: 1280px) {
  .popular-search-holder .col .inner-pad {
    padding-right: 20px; }

  .popular-search-holder .col:not(:first-child) .inner-pad {
    padding-left: 20px; } }
@media only screen and (max-width: 800px) {
  .search-holder .inner {
    padding-left: 0;
    padding-right: 0; }

  .search-holder form .input-search {
    font-size: 2em;
    padding-top: 10px;
    padding-bottom: 10px; } }
@media only screen and (max-width: 640px) {
  .search-holder form .input-search {
    font-size: 1.4em; }

  .search-holder form .btn-search {
    padding: 15px; }

  .popular-search-holder .col:not(:last-child) .inner-pad {
    border-right: 0; }

  .popular-search-holder .col:not(:first-child) {
    display: none; } }
.content-section-holder {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px; }

.main-content {
  padding-top: 40px; }
  @media only screen and (max-width: 640px) {
    .main-content {
      padding-top: 0; } }

body.page-search .banner-search .search-holder {
  background: none;
  display: block;
  position: relative;
  z-index: 0; }
  body.page-search .banner-search .search-holder .search-form-holder {
    min-height: 200px; }
body.page-search .main-content #content .section {
  padding-left: 90px;
  padding-right: 90px; }
  @media only screen and (max-width: 800px) {
    body.page-search .main-content #content .section {
      padding-left: 0;
      padding-right: 0; } }
body.page-search .search-api-page-results h4.results-title {
  font-weight: 400; }
body.page-search .search-api-page-results .search-results {
  margin-top: 2em;
  padding-left: 1em;
  list-style-type: decimal;
  font-weight: 600;
  color: #595959; }
  body.page-search .search-api-page-results .search-results .search-snippet-info {
    padding-left: 0;
    font-weight: 400; }
body.page-search .search-api-page-results .search-result {
  display: list-item;
  margin-bottom: 2em; }
  body.page-search .search-api-page-results .search-result .title a {
    font-weight: 600;
    color: inherit;
    text-transform: none;
    letter-spacing: 1px; }
  body.page-search .search-api-page-results .search-result h3 a {
    font-weight: 400;
    text-decoration: none; }
  body.page-search .search-api-page-results .search-result .search-info {
    font-size: inherit; }

.row-content {
  padding-top: 60px;
  padding-bottom: 70px; }
  .row-content:first-child {
    padding-top: 0; }
  .row-content:not(:last-child) {
    border-bottom: 1px solid #939393; }
  .row-content .btn-holder {
    margin-top: 40px; }
    .row-content .btn-holder .btn {
      text-transform: uppercase; }
  .row-content .project-content-slider-holder {
    margin-bottom: 30px; }

.title-row-content {
  font-weight: 300;
  margin-bottom: 30px;
  font-size: 3em; }
  @media only screen and (max-width: 640px) {
    .title-row-content {
      font-size: 2.5em; } }

#content iframe {
  max-width: 100%; }
#content .video-filter iframe {
  width: 100%; }

.panel-holder {
  background-color: transparent;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 13;
  width: 0;
  height: 100%;
  overflow: hidden;
  transition: width .3s ease-in-out, background-color .3s ease-out .3s; }
  .panel-holder.active {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6); }

.navbar-administration.navbar-horizontal .panel-holder {
  top: 79px; }

.navbar-administration.navbar-vertical .panel-holder {
  top: 39px; }

.panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
  max-width: calc( 100% - 160px ); }
  .panel .inner-panel {
    padding: 80px;
    max-width: 1250px;
    margin: 0 auto;
    height: calc( 100% - 160px ); }
  .panel .link-panel-close {
    position: absolute;
    top: 20px;
    left: 20px; }
  .panel .slider-1 {
    margin-bottom: 60px; }
  .panel iframe {
    max-width: 100%; }
  .panel .video-filter iframe {
    width: 100%; }
  .panel .project-contact {
    margin-top: -40px;
    margin-bottom: 100px;
    color: #1371c9; }
    .panel .project-contact .link {
      border: 0; }
    .panel .project-contact .btn {
      display: table;
      margin-top: 20px; }
  .panel .panel-job-stat-list {
    margin-top: -40px;
    margin-bottom: 40px; }
    .panel .panel-job-stat-list .job-stat-list {
      margin-bottom: 30px; }

.panel-page-info,
.panel-content {
  height: 100%;
  overflow: auto; }

.lt-ie9 .panel-page-info,
.lt-ie9 .panel-content {
  height: 600px;
  position: relative; }

.panel-page-info .title-panel {
  color: #1371c9;
  font-size: 2.5em;
  font-weight: 300;
  padding-bottom: 30px;
  margin-bottom: 70px;
  position: relative; }
  .panel-page-info .title-panel:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 90px;
    height: 1px;
    background-color: #1371c9; }
.panel-page-info .subtitle-panel,
.panel-page-info .parent-project-title {
  text-transform: uppercase;
  font-weight: 400; }

.panel-content-inner {
  padding-left: 60px;
  padding-right: 60px; }
  .panel-content-inner .subtitle-panel {
    text-transform: uppercase;
    font-weight: 400; }
  .panel-content-inner .next-project-link {
    margin-top: 0;
    text-align: right; }
    .panel-content-inner .next-project-link a {
      color: #1371c9; }

.staff-list.in-panel {
  width: auto; }
  @media only screen and (max-width: 800px) {
    .staff-list.in-panel {
      margin-left: 0;
      margin-right: 0; } }

.staff-list.featured-content.in-panel {
  width: 100%;
  max-width: 500px; }

@media only screen and (max-width: 1280px) {
  .panel .inner-panel {
    height: 100%;
    padding-left: 40px;
    padding-right: 40px; } }
@media only screen and (max-width: 800px) {
  .panel {
    max-width: calc( 100% - 80px );
    padding: 80px 10px 20px; }

  .panel .inner-panel {
    padding: 0 10px 20px;
    overflow: auto; }

  .panel-content-inner {
    padding-left: 0;
    padding-right: 0; }

  .panel-page-info,
  .panel-content {
    height: auto; }

  .panel-page-info {
    margin-bottom: 20px; } }
@media only screen and (max-width: 640px) {
  .panel {
    max-width: 100%; } }
button {
  cursor: pointer;
  border: 0;
  background-color: transparent; }

.btn {
  text-align: center;
  color: #fff;
  font-weight: 600;
  padding: 15px 35px;
  display: inline-block;
  text-decoration: none;
  border: 0; }

.btn-1 {
  background-color: #1371c9; }
  .btn-1:hover, .btn-1:focus {
    background-color: #0a3d6c; }

.btn-2 {
  background-color: #e56b2e; }
  .btn-2.has-arrow {
    text-transform: uppercase;
    padding-right: 50px;
    background-image: url("../img/icons/icon-tail-right-2.png");
    background-repeat: no-repeat;
    background-position: right 20px top 50%; }
  .btn-2:hover, .btn-2:focus {
    background-color: #9a4013; }

.btn-3 {
  border: 2px solid #fff; }
  .btn-3:hover, .btn-3:focus {
    background-color: #fff;
    color: #e56b2e; }

.btn-load-more {
  display: block;
  text-transform: uppercase;
  color: #1371c9;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  background-image: url("../img/icons/icon-double-arrow-down.png");
  background-repeat: no-repeat;
  background-position: 50% 100%; }
  .btn-load-more:hover, .btn-load-more:focus {
    opacity: .7; }

.btn-yt {
  background-image: url("../img/icons/yt-2.png");
  background-repeat: no-repeat;
  background-position: 30px 50%;
  text-transform: uppercase;
  padding-left: 60px; }

.banner-content {
  padding-top: 70px;
  padding-bottom: 40px;
  color: #fff;
  min-height: 400px;
  background-color: #1371c9;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .banner-content .banner-content-tint {
    background-color: #0058B0;
    opacity: .5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .banner-content > .container {
    position: relative;
    margin-top: auto; }
  .banner-content .title-banner {
    font-size: 3.6em;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 10px; }
    @media only screen and (max-width: 800px) {
      .banner-content .title-banner {
        font-size: 2.6em; } }
    @media only screen and (max-width: 640px) {
      .banner-content .title-banner {
        margin-top: 20px; } }
  .banner-content .desc-banner {
    font-size: 1.5em;
    margin-top: 0; }
    @media only screen and (max-width: 640px) {
      .banner-content .desc-banner {
        font-size: 1em; } }
  .banner-content.banner-default, .banner-content.banner-search {
    min-height: 200px; }
  @media only screen and (max-width: 640px) {
    .banner-content .btn-holder {
      text-align: left; } }

.banner-contact .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 640px) {
    .banner-contact .container {
      display: block; } }
  .banner-contact .container .col-social {
    padding-bottom: 2em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end; }
    @media only screen and (max-width: 640px) {
      .banner-contact .container .col-social {
        display: block;
        text-align: left;
        padding-bottom: 0;
        margin-top: 5px; } }
    .banner-contact .container .col-social a {
      margin-left: 20px; }
      @media only screen and (max-width: 800px) {
        .banner-contact .container .col-social a {
          margin-left: 0;
          margin-right: 20px; } }
      .banner-contact .container .col-social a:hover, .banner-contact .container .col-social a:focus {
        opacity: .7; }

.breadcrumb {
  padding-bottom: 0; }
  .breadcrumb li {
    float: left;
    margin-right: 10px; }
    .breadcrumb li:not(:last-child):after {
      content: '\203A';
      padding-left: 10px; }
  .breadcrumb a {
    text-decoration: none;
    color: currentColor; }
    .breadcrumb a:hover, .breadcrumb a:focus {
      opacity: .7; }

.box-info {
  background-color: #fff;
  padding: 40px;
  box-shadow: 0 2px 4px rgba(192, 192, 192, 0.5); }
  @media only screen and (max-width: 800px) {
    .box-info {
      padding: 20px; } }
  @media only screen and (max-width: 640px) {
    .box-info {
      margin-bottom: 20px; } }

.side-nav {
  font-size: 1.1em;
  margin-bottom: 20px; }
  .side-nav .title-side-nav {
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #1371c9; }
  .side-nav li {
    margin-bottom: 20px; }
  .side-nav a {
    display: block;
    color: #1371c9;
    text-decoration: none;
    letter-spacing: 1px; }
    .side-nav a:not(.active) {
      padding-left: 15px; }
    .side-nav a:hover, .side-nav a:focus {
      opacity: .7; }
  .side-nav .active {
    font-weight: 600;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    .side-nav .active:before {
      content: '';
      width: 33px;
      height: 1px;
      background-color: #1371c9;
      display: inline-block;
      margin-right: 10px; }

.side-sticky {
  padding-top: 40px;
  padding-bottom: 40px; }
  .side-sticky .link-back-top {
    display: inline-block;
    margin-top: 60px; }
    @media only screen and (max-width: 640px) {
      .side-sticky .link-back-top {
        display: none; } }

.side-sticky.stuck,
.side-sticky.sticky-surpassed {
  max-width: 23%;
  width: 300px; }

.side-sticky.stuck {
  position: fixed;
  top: 50px; }
  @media only screen and (max-width: 640px) {
    .side-sticky.stuck {
      position: static;
      max-width: 100%; } }

.side-sticky.sticky-surpassed {
  position: absolute;
  bottom: 0; }
  @media only screen and (max-width: 640px) {
    .side-sticky.sticky-surpassed {
      position: static; } }

.side-filter {
  margin-bottom: 60px; }
  @media only screen and (max-width: 640px) {
    .side-filter {
      margin-bottom: 0; } }
  .side-filter [type=checkbox] {
    margin-right: 20px; }
  .side-filter label {
    color: #1371c9;
    letter-spacing: 1px;
    font-weight: normal; }

.project-contact > * {
  margin-bottom: 5px; }
.project-contact .icon,
.project-contact .txt {
  margin-right: 5px; }
.project-contact img {
  vertical-align: middle; }
.project-contact .link {
  display: inline-block; }

.document-list {
  margin-top: 30px;
  margin-bottom: 30px; }
  .document-list li {
    margin-bottom: 20px; }
    .document-list li:last-child {
      margin-bottom: 0; }
  .document-list a {
    color: #1371c9;
    background-image: url("../img/icons/icon-doc.png");
    background-repeat: no-repeat;
    background-position: 0 5px;
    padding-left: 25px; }
    .document-list a:hover, .document-list a:focus {
      opacity: .7; }
  .document-list.files-list img.file-icon {
    display: none; }

.typography ul.document-list {
  list-style-type: none; }

.related-links {
  margin-top: 30px;
  margin-bottom: 30px; }
  .related-links li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #6f6f6f; }
    .related-links li:last-child {
      margin-bottom: 0; }
    .related-links li a {
      text-decoration: none;
      color: #000; }
      .related-links li a:hover, .related-links li a:focus {
        opacity: .7;
        color: #1371c9; }
      .related-links li a span {
        float: right; }

.rel-link-content {
  display: none; }

.row-cta-category {
  background-color: #1371c9; }
  .row-cta-category .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }

.cta-category {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1em;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  display: block;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 310px;
  -moz-box-flex: 0;
  -moz-flex: 0 1 310px;
  -ms-flex: 0 1 310px;
  flex: 0 1 310px; }
  .cta-category:hover .text,
  .cta-category:hover svg {
    opacity: .7; }
  .cta-category.active {
    color: #1371c9; }
    .cta-category.active svg {
      fill: #1371c9; }
    .cta-category.active .bg {
      margin: -20px;
      background-color: #fff; }
  .cta-category .bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: transparent;
    transition: margin .1s ease-in-out; }
  .cta-category .inner {
    position: relative;
    z-index: 2;
    display: block; }
  .cta-category:not(:last-child) .inner {
    border-right: 1px solid #fff; }
  .cta-category .text,
  .cta-category svg {
    display: block;
    text-align: center; }
  .cta-category svg {
    fill: #fff;
    margin: 0 auto 15px;
    width: auto;
    height: 30px; }

.no-flexbox .cta-category {
  width: 25%; }

@media only screen and (max-width: 800px) {
  .row-cta-category .container {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    padding: 0;
    overflow: hidden;
    border-top: 1px solid #fff; }

  .cta-category {
    padding: 40px;
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
    -moz-box-flex: 0;
    -moz-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%; }
    .cta-category:nth-child(-n+2) {
      border-bottom: 1px solid #fff; }
    .cta-category:nth-child(2n+1) {
      border-right: 1px solid #fff; }

  .cta-category.active .bg {
    margin: 0; }

  .cta-category:not(:last-child) .inner {
    border-right: 0; } }
@media only screen and (max-width: 640px) {
  .cta-category {
    padding: 20px;
    font-size: .9em; }
    .cta-category svg {
      height: 25px; } }
.project-content-slider-holder {
  background-color: #e0e4e6;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 800px) {
    .project-content-slider-holder {
      display: block; } }
  .project-content-slider-holder .col-text {
    width: 35%; }
  .project-content-slider-holder .col-slider {
    width: 65%; }
  .project-content-slider-holder .col-text,
  .project-content-slider-holder .col-slider {
    float: left; }
    @media only screen and (max-width: 800px) {
      .project-content-slider-holder .col-text,
      .project-content-slider-holder .col-slider {
        width: 100%; } }
  .project-content-slider-holder .info-block {
    padding: 40px 30px;
    height: calc( 100% - 80px );
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start; }
    @media only screen and (max-width: 1280px) {
      .project-content-slider-holder .info-block {
        height: 100%;
        padding: 20px; } }
  .project-content-slider-holder .title-project-slider {
    font-size: 1.25em;
    font-weight: 400;
    padding-bottom: 20px;
    margin-bottom: 10px;
    position: relative; }
    .project-content-slider-holder .title-project-slider:after {
      content: '';
      width: 90px;
      height: 1px;
      background-color: #27282a;
      position: absolute;
      bottom: 0;
      left: 0; }
  .project-content-slider-holder .btn {
    text-transform: uppercase;
    margin-top: 20px; }
  .project-content-slider-holder .col-text-image {
    width: 100%;
    height: 382px; }
    .project-content-slider-holder .col-text-image .info-block {
      color: #fff;
      background: rgba(0, 0, 0, 0.2);
      /* For browsers that do not support gradients */
      background: -webkit-linear-gradient(rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0));
      /* For Safari 5.1 to 6.0 */
      background: -o-linear-gradient(rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0));
      /* For Opera 11.1 to 12.0 */
      background: -moz-linear-gradient(rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0));
      /* For Firefox 3.6 to 15 */
      background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0));
      /* Standard syntax */ }
      .project-content-slider-holder .col-text-image .info-block a.btn {
        min-width: 220px;
        padding: 15px;
        text-align: left;
        margin-top: 5px;
        font-weight: 400; }
        .project-content-slider-holder .col-text-image .info-block a.btn img {
          float: right;
          padding-top: 8px; }
    .project-content-slider-holder .col-text-image .title-project-slider {
      font-size: 1.45em; }
      .project-content-slider-holder .col-text-image .title-project-slider:after {
        display: none; }
  .project-content-slider-holder.no-image {
    margin-top: 0;
    background: none; }
    .project-content-slider-holder.no-image .col-text {
      width: 100%; }
    .project-content-slider-holder.no-image .col-slider,
    .project-content-slider-holder.no-image .title-project-slider.project-title {
      display: none; }
    .project-content-slider-holder.no-image .col-text-image {
      height: auto; }
      .project-content-slider-holder.no-image .col-text-image .info-block {
        color: #000;
        background: none; }

.slider-1 {
  position: relative; }
  .slider-1 .slick-arrow {
    border: 0;
    padding: 0;
    width: 35px;
    height: 35px;
    position: absolute;
    bottom: 0;
    z-index: 2; }
    .slider-1 .slick-arrow:after {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      top: 11px;
      left: 12px; }
    .slider-1 .slick-arrow:hover, .slider-1 .slick-arrow:focus {
      opacity: .7; }
  .slider-1 .slick-prev {
    background-color: #6f6f6f;
    left: 0; }
    .slider-1 .slick-prev:after {
      border-width: 7px 10px 7px 0;
      border-color: transparent #fff transparent transparent; }
  .slider-1 .slick-next {
    background-color: #1371c9;
    left: 35px; }
    .slider-1 .slick-next:after {
      border-width: 7px 0 7px 10px;
      border-color: transparent transparent transparent #fff; }
  .slider-1 .slick-dots {
    position: absolute;
    left: 0;
    bottom: -30px; }
    .slider-1 .slick-dots li {
      margin-right: 15px; }
    .slider-1 .slick-dots button {
      background-color: #6f6f6f;
      border-color: #6f6f6f; }
      .slider-1 .slick-dots button:hover, .slider-1 .slick-dots button:focus {
        opacity: .7; }
    .slider-1 .slick-dots .slick-active button {
      background-color: #1371c9;
      border-color: #1371c9; }

.lt-ie8 .slider-1 .slick-dots {
  display: none !important; }

.slick-arrow {
  font-size: 0;
  line-height: 0;
  color: transparent;
  overflow: hidden; }

.staff-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.staff-list {
  margin-top: 20px;
  margin-bottom: 20px; }
  .staff-list.featured-content .top {
    border-bottom: 1px solid #939393;
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
  .staff-list.featured-content .social-holder {
    margin-left: auto; }
    .staff-list.featured-content .social-holder a {
      margin-left: 10px; }
      .staff-list.featured-content .social-holder a:hover, .staff-list.featured-content .social-holder a:focus {
        opacity: .7; }

.portrait-staff {
  position: relative;
  display: inline-block; }
  .portrait-staff img {
    display: block; }
  .portrait-staff .btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0; }
    .portrait-staff .btn:focus {
      width: 100%;
      position: absolute; }
  .portrait-staff:hover .btn {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    width: 100%; }

.lt-ie8 .portrait-staff .btn {
  position: relative;
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  width: 100%; }

@media only screen and (max-width: 800px) {
  .portrait-staff .btn,
  .portrait-staff .btn:focus {
    position: relative;
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    width: 100%; } }
.title-staff {
  font-weight: 300;
  font-size: 1.8em;
  color: #1371c9;
  margin-top: 10px;
  margin-bottom: 5px; }
  .title-staff .role {
    color: #000; }

.location-staff {
  font-size: 1.1em;
  margin-top: 5px;
  margin-bottom: 0; }

.media-row {
  border: 1px solid #c3e1ff;
  margin-bottom: 20px; }
  .media-row .inner {
    padding: 40px; }
    @media only screen and (max-width: 800px) {
      .media-row .inner {
        padding: 20px; } }
  .media-row .date {
    color: #1371c9;
    margin-bottom: 10px; }
  .media-row .title-media {
    font-size: 1.9em;
    font-weight: 300;
    line-height: 1.1;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px; }
    .media-row .title-media:after {
      content: '';
      width: 200px;
      height: 1px;
      background-color: #e0e4e6;
      position: absolute;
      bottom: 0;
      left: 0; }
  @media only screen and (max-width: 800px) {
    .media-row .col-desc {
      padding-left: 20px; } }
  .media-row .top {
    position: relative;
    min-height: 48px; }
    .media-row .top .txt {
      position: absolute;
      bottom: 0;
      left: 0;
      background-color: #1371c9;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 0.25px;
      padding: 15px 60px; }
  .media-row .featured-img {
    object-fit: cover;
    width: 100%;
    height: 450px;
    display: block; }
    @media only screen and (max-width: 800px) {
      .media-row .featured-img {
        height: 300px; } }
  .media-row.is-featured .title-media {
    font-size: 3em; }
    @media only screen and (max-width: 800px) {
      .media-row.is-featured .title-media {
        font-size: 2.5em; } }
    .media-row.is-featured .title-media:after {
      width: 100%; }
  .media-row.is-featured .thumb {
    display: none; }
  @media only screen and (max-width: 800px) {
    .media-row.is-featured .col-desc {
      padding-left: 0; } }

.event-dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .event-dl dt, .event-dl dd {
    float: left;
    margin-top: 10px;
    margin-bottom: 10; }
  .event-dl dt {
    width: 20%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70px;
    -moz-box-flex: 0;
    -moz-flex: 0 0 70px;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    margin-right: 2%;
    text-transform: uppercase;
    font-weight: 600; }
  .event-dl dd {
    width: 78%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 calc( 98% - 70px );
    -moz-box-flex: 1;
    -moz-flex: 1 1 calc( 98% - 70px );
    -ms-flex: 1 1 calc( 98% - 70px );
    flex: 1 1 calc( 98% - 70px );
    margin-left: 0; }
    .event-dl dd > * {
      margin: 0 0 20px; }
      .event-dl dd > *:last-child {
        margin-bottom: 0; }
  .event-dl .document-list {
    margin: 0;
    list-style-type: none; }

.row-event-location {
  margin-top: 30px;
  margin-bottom: 30px; }
  .row-event-location .event-dl {
    margin: 0; }
  .row-event-location .title-event-location {
    font-size: 1.5em;
    font-weight: 400;
    margin: 0 0 10px; }

.job-list {
  border: 1px solid #c3e1ff; }
  .job-list .top,
  .job-list .content {
    padding: 30px 40px; }
  .job-list .top {
    background-color: #c3e1ff; }
  @media only screen and (max-width: 800px) {
    .job-list .top,
    .job-list .content {
      padding: 20px; } }
  .job-list .title-job {
    font-size: 1.6em;
    font-weight: 400;
    margin: 0; }
  .job-list .job-stats .inner {
    border-right: 1px solid #c3e1ff;
    padding-right: 40px; }
    @media only screen and (max-width: 800px) {
      .job-list .job-stats .inner {
        padding-right: 20px; } }
    @media only screen and (max-width: 640px) {
      .job-list .job-stats .inner {
        border-right: 0;
        border-bottom: 1px solid #c3e1ff; } }
  .job-list .job-desc .inner {
    padding-left: 40px; }
    @media only screen and (max-width: 800px) {
      .job-list .job-desc .inner {
        padding-left: 20px; } }
    @media only screen and (max-width: 640px) {
      .job-list .job-desc .inner {
        padding-left: 0;
        padding-top: 20px; } }

.job-stat-list {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .job-stat-list dt, .job-stat-list dd {
    float: left;
    margin-bottom: 20px; }
  .job-stat-list dt {
    width: 40%;
    margin-right: 5%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80px;
    -moz-box-flex: 0;
    -moz-flex: 0 0 80px;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px; }
  .job-stat-list dd {
    width: 55%;
    font-weight: 600;
    margin-left: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }

.row-contact-info {
  border-bottom: 1px solid #a5a7ab;
  padding-bottom: 40px;
  margin-bottom: 40px; }
  .row-contact-info:last-child {
    border-bottom: 0; }

.title-contact {
  font-size: 2.5em;
  font-weight: 300; }

.box-contact-form {
  background-color: #f2f2f2;
  padding: 40px; }
  @media only screen and (max-width: 640px) {
    .box-contact-form {
      padding-left: 20px;
      padding-right: 20px; } }
  .box-contact-form .title-form {
    color: #1371c9;
    font-size: 2.2em;
    font-weight: 400;
    text-align: center; }

@-webkit-keyframes pulse {
  0% {
    opacity: .85;
    -webkit-transform: scale(0);
    transform: scale(0); }
  to {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes pulse {
  0% {
    opacity: .85;
    -webkit-transform: scale(0);
    transform: scale(0); }
  to {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1); } }
.our-region-container .push_right_span_1_of_12 {
  margin-right: 4.13%; }
.our-region-container .span_7_of_12 {
  width: 61.73%; }

.home-map-holder {
  max-width: 472px;
  position: relative;
  margin-top: -80px;
  display: inline-block; }
  .home-map-holder .river-name {
    text-transform: uppercase;
    position: absolute;
    font-size: 13px;
    font-weight: bold;
    line-height: 15px;
    color: #fff; }
  .home-map-holder .avon-river {
    top: 325px;
    left: 60px; }
  .home-map-holder .richardson-river {
    top: 375px;
    left: 43px; }
  .home-map-holder .avoca-river {
    top: 290px;
    left: 138px; }
  .home-map-holder .loddon-river {
    top: 260px;
    left: 260px; }
  .home-map-holder .campaspe-river {
    top: 290px;
    left: 337px; }

.home-map-sidebar-holder {
  max-width: 24%;
  display: inline-block;
  float: right; }

.link-map-location {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  color: #2B2B2B;
  font-size: .8em;
  font-weight: 600;
  text-decoration: none;
  /*cursor: pointer;*/
  -webkit-transition: color .1s ease-out;
  transition: color .1s ease-out; }
  .link-map-location:hover, .link-map-location:focus {
    /*color: $c-blue;*/ }
  .link-map-location .inner-col {
    float: left;
    display: inline-block;
    height: 25px; }
  .link-map-location .text {
    line-height: 42px; }
  .link-map-location .circle-holder {
    position: relative; }
  .link-map-location .circle {
    border-radius: 50%;
    display: inline-block; }
  .link-map-location .circle-1 {
    background-color: #002fff;
    opacity: .7;
    width: 32px;
    height: 32px;
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 0; }
    .link-map-location .circle-1.animated {
      -webkit-animation: pulse 4s ease-out 1.5s infinite;
      animation: pulse 4s ease-out 1.5s infinite; }
  .link-map-location .circle-2,
  .link-map-location .circle-3 {
    position: absolute; }
  .link-map-location .circle-2 {
    top: 6.5px;
    left: 6.5px;
    background-color: #002fff;
    opacity: 0;
    width: 32px;
    height: 32px; }
  .link-map-location .circle-3 {
    top: 17px;
    left: 17px;
    background-color: #000;
    opacity: .9;
    width: 8px;
    height: 8px; }

.link-map-location-1 {
  top: 40px;
  left: 200px; }

.link-map-location-2 {
  top: 138px;
  left: 336px; }

.link-map-location-3 {
  top: 170px;
  left: 357px; }

.link-map-location-4 {
  top: 230px;
  left: 320px; }

.link-map-location-5 {
  top: 200px;
  left: 100px; }

.link-map-location-6 {
  top: 250px;
  left: 160px; }

.link-map-location-7 {
  top: 300px;
  left: 195px; }

.link-map-location-8 {
  top: 340px;
  left: 50px; }

.link-map-location-9 {
  top: 350px;
  left: 260px; }

.link-map-location-10 {
  top: 410px;
  left: 170px; }

.link-map-location-11 {
  top: 390px;
  left: 320px; }

.link-map-location-12 {
  top: 480px;
  left: 130px; }

.link-map-location-13 {
  top: 480px;
  left: 280px; }

.link-map-location-14 {
  top: 460px;
  left: 400px; }

.link-map-location-15 {
  top: 510px;
  left: 260px; }

.link-map-location-16 {
  top: 560px;
  left: 220px; }

.link-map-location-17 {
  top: 540px;
  left: 390px; }

.link-map-details {
  display: none;
  position: absolute;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.7); }
  .link-map-details .taxonomy-term-description {
    margin: 0; }
    .link-map-details .taxonomy-term-description p {
      margin: 8px 0; }
    .link-map-details .taxonomy-term-description a {
      color: #1371c9; }

.region-info {
  color: #fff;
  width: 264px;
  position: absolute;
  display: none;
  z-index: 3; }

.region-info-header {
  padding: 20px 25px;
  font-size: 20px; }
  .region-info-header .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 10px; }
    .region-info-header .btn-close:hover, .region-info-header .btn-close:focus {
      opacity: .7; }

.region-info-body {
  padding: 20px 25px; }
  .region-info-body ul {
    list-style-type: disc;
    padding-left: 20px; }
  .region-info-body p {
    padding-left: 20px; }
  .region-info-body a {
    color: #fff; }

.region-orange {
  top: 0;
  left: 0; }
  .region-orange .region-info-header {
    background-color: #e56b2e; }
  .region-orange .region-info-body {
    background-color: #c1521b; }

.region-brown {
  top: -15px;
  left: 120px; }
  .region-brown .region-info-header {
    background-color: #d3c6a5; }
  .region-brown .region-info-body {
    background-color: #bca670; }

.region-blue {
  top: 0;
  left: 260px; }
  .region-blue .region-info-header {
    background-color: #3392eb; }
  .region-blue .region-info-body {
    background-color: #186ab7; }

.region-green {
  top: 100px;
  left: 400px; }
  .region-green .region-info-header {
    background-color: #4fa810; }
  .region-green .region-info-body {
    background-color: #3f860d; }

@media only screen and (max-width: 800px) {
  .home-map-holder {
    margin: 20px auto 0; }

  .home-map-sidebar-holder {
    display: block;
    max-width: 100%;
    float: none; } }
@media only screen and (max-width: 640px) {
  .our-region-container .span_7_of_12 {
    width: 100%; }

  .home-map-img,
  .home-map-holder svg,
  .home-map-sidebar-holder {
    display: none; }

  .link-map-location,
  .link-map-details {
    position: static;
    font-size: 1em;
    width: 100%;
    display: none; }

  .region-info {
    position: static;
    width: 100%;
    display: block;
    margin-bottom: 20px; } }
.video-list-holder {
  margin-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .video-list-holder .featured-video .title-video {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #939393; }
  .video-list-holder .col-video {
    margin-bottom: 60px; }
  .video-list-holder .title-video {
    font-size: 1.3em;
    font-weight: 400; }
  .video-list-holder .thumb {
    display: block; }
    .video-list-holder .thumb:hover, .video-list-holder .thumb:focus {
      opacity: .7; }

.bg-video-loader-holder {
  position: relative; }

.bg-video-loader {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  text-align: center; }
  .bg-video-loader .loading-txt {
    display: inline-block;
    background-color: #fff;
    padding: 20px; }

.page-media-events-videos div#edit-c-wrapper,
.page-media-events-videos .pager-load-more {
  display: none; }

.view-publications .views-widget-filter-field_nrm_asset_tid {
  display: none; }

.bg-publication-loader-holder {
  position: relative; }

.bg-publication-loader {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  text-align: center; }
  .bg-publication-loader .loading-txt {
    display: inline-block;
    background-color: #fff;
    padding: 20px; }

.item-list .pager a {
  color: #1371c9; }
.item-list .pager li {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px; }

.content-search-holder {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .content-search-holder .input-search {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-top: 5px;
    border: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #e56b2e;
    color: #e56b2e;
    font-size: 1.5em;
    font-weight: 600;
    letter-spacing: 1.7px; }
    @media only screen and (max-width: 640px) {
      .content-search-holder .input-search {
        font-size: 1.1em; } }
    .content-search-holder .input-search::-webkit-input-placeholder {
      color: #e56b2e;
      opacity: 1; }
    .content-search-holder .input-search:-moz-placeholder {
      /* Firefox 18- */
      color: #e56b2e;
      opacity: 1; }
    .content-search-holder .input-search::-moz-placeholder {
      /* Firefox 19+ */
      color: #e56b2e;
      opacity: 1; }
    .content-search-holder .input-search:-ms-input-placeholder {
      color: #e56b2e;
      opacity: 1; }
    .content-search-holder .input-search:focus {
      border-color: #f6cbb6; }
  .content-search-holder .btn-search {
    width: 50px;
    height: 50px;
    border: 1px solid #e56b2e;
    background-color: #e56b2e; }
    .content-search-holder .btn-search img {
      vertical-align: middle; }
    .content-search-holder .btn-search:hover, .content-search-holder .btn-search:focus {
      opacity: .7; }

.no-flexbox .content-search-holder {
  overflow: hidden; }
  .no-flexbox .content-search-holder .input-search,
  .no-flexbox .content-search-holder button {
    float: left; }

.slick-dots {
  height: 13px; }
  .slick-dots li {
    display: inline-block; }
  .slick-dots button {
    display: block;
    color: transparent;
    line-height: 0;
    font-size: 0;
    padding: 0;
    width: 11px;
    height: 11px;
    border: 1px solid #fff;
    border-radius: 50%; }

.home-section {
  padding: 70px 0; }
  .home-section.dark-row {
    background-color: #27282a;
    color: #fff; }

.home-section-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  position: relative;
  z-index: 2; }
  @media only screen and (max-width: 640px) {
    .home-section-heading {
      display: block; } }
  .home-section-heading .title-section {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: auto;
    padding-right: 20px; }
    @media only screen and (max-width: 640px) {
      .home-section-heading .title-section {
        font-size: 2.8em;
        margin-bottom: 10px; } }
  .home-section-heading .btn {
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }

.home-cta-section {
  padding-left: 20px;
  padding-right: 20px; }
  @media only screen and (max-width: 1280px) {
    .home-cta-section .container {
      padding-left: 0;
      padding-right: 0; } }

.home-cta {
  height: 450px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media only screen and (max-width: 800px) {
    .home-cta {
      margin-bottom: 20px; } }
  @media only screen and (max-width: 640px) {
    .home-cta {
      height: 300px; } }

.home-cta-box {
  padding: 40px;
  margin-top: auto;
  color: #fff;
  transition: all .3s ease-out; }
  @media only screen and (max-width: 1280px) {
    .home-cta-box {
      padding: 20px; } }
  .home-cta-box .title-home-cta {
    font-size: 2em;
    font-weight: 400;
    margin-bottom: 0; }
  .home-cta-box.is-focused {
    background-color: #27282a; }
    .home-cta-box.is-focused .title-home-cta {
      margin-bottom: 20px; }
  .home-cta-box a {
    color: #e56b2e; }

.home-cta:hover .home-cta-box {
  background-color: #27282a; }
.home-cta:hover .title-home-cta {
  margin-bottom: 20px; }
.home-cta:hover p, .home-cta:hover a {
  clip: auto;
  height: auto;
  overflow: visible;
  position: static;
  width: auto; }
.home-cta:hover p {
  margin: 1em 0; }
.home-cta:hover a {
  margin: 0; }

.home-section-app {
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover; }

.home-section-social .inner {
  padding-right: 40px; }
  @media only screen and (max-width: 800px) {
    .home-section-social .inner {
      padding-right: 20px; } }
  @media only screen and (max-width: 640px) {
    .home-section-social .inner {
      padding-right: 0; } }
@media only screen and (max-width: 800px) {
  .home-section-social .col {
    margin-bottom: 20px; } }

.home-news-list-holder {
  margin-bottom: 20px; }

.home-news-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 15px; }
  .home-news-list:not(:last-child) {
    border-bottom: 1px solid #e0e4e6;
    margin-bottom: 15px; }
  .home-news-list .thumb {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 90px;
    -moz-box-flex: 0;
    -moz-flex: 0 0 90px;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    margin-right: 15px; }
  .home-news-list a {
    color: currentColor;
    text-decoration: none; }
    .home-news-list a:hover, .home-news-list a:focus {
      opacity: .7; }
  .home-news-list .col-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .home-news-list .col-content > * {
      margin: 0; }
  .home-news-list .home-date {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
    font-weight: 700;
    text-transform: uppercase; }
  .home-news-list .title {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
    font-weight: 400; }

.home-project-list {
  border-bottom: 1px solid #000;
  padding-bottom: 25px; }
  .home-project-list:first-child {
    border-top: 1px solid #000; }
  .home-project-list .project-name {
    font-size: 1.75em;
    font-weight: 400;
    margin: 20px 0;
    line-height: 1.2; }
    @media only screen and (max-width: 640px) {
      .home-project-list .project-name {
        font-size: 1.3em; } }
  .home-project-list .link-more {
    color: #e56b2e; }

.home-projects-slider .slick-dots {
  margin-top: 20px; }
  .home-projects-slider .slick-dots li {
    margin-right: 10px; }
    .home-projects-slider .slick-dots li.slick-active button {
      background-color: #1371c9;
      opacity: 1; }
  .home-projects-slider .slick-dots button {
    border: 0;
    background-color: #fff;
    opacity: .5; }

.home-stories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 640px) {
    .home-stories {
      display: block; } }
  .home-stories .title-section {
    margin-bottom: 20px; }
  .home-stories > div {
    float: left; }
  .home-stories .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 50px;
    width: 100%; }
  .home-stories .col-img {
    width: 60%; }
    @media only screen and (max-width: 640px) {
      .home-stories .col-img {
        width: 100%; } }
    .home-stories .col-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
  .home-stories .col-text {
    width: 40%;
    background-color: #e56b2e;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 640px) {
      .home-stories .col-text {
        width: 100%; } }
    @media only screen and (max-width: 800px) {
      .home-stories .col-text {
        font-size: .8em; }
        .home-stories .col-text .inner {
          padding: 20px; } }
  .home-stories .btn {
    margin-top: auto;
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .home-stories blockquote {
    margin-left: 0;
    margin-right: 0; }
    .home-stories blockquote p {
      font-size: 1.8em;
      font-style: italic; }
    .home-stories blockquote footer {
      text-transform: uppercase;
      font-weight: 700;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center; }
      .home-stories blockquote footer:before {
        content: '';
        display: inline-block;
        width: 30px;
        height: 2px;
        margin-right: 15px;
        background-color: #fff; }

.home-banner-wrapper {
  position: relative;
  z-index: 1;
  background-color: #eee;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media only screen and (max-width: 800px) {
    .home-banner-wrapper {
      height: auto; } }

.lt-ie8 .home-banner-wrapper {
  overflow: hidden; }

.home-banner-behind,
.home-banner-behind .slick-list,
.home-banner-behind .slick-track {
  position: absolute;
  width: 100%;
  height: 100%; }

.home-banner-behind {
  z-index: 1; }

.home-banner-slide-behind {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover; }

.home-video-banner-above {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: relative;
  z-index: 2; }
  .home-video-banner-above .slick-arrow {
    position: absolute;
    top: 50%;
    width: 9px;
    height: 16px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px; }
    .home-video-banner-above .slick-arrow:hover, .home-video-banner-above .slick-arrow:focus {
      opacity: .7; }
  .home-video-banner-above .slick-prev {
    left: 20px;
    background-image: url("../img/icons/icon-prev.png"); }
    @media only screen and (max-width: 1280px) {
      .home-video-banner-above .slick-prev {
        left: 0; } }
  .home-video-banner-above .slick-next {
    right: 20px;
    background-image: url("../img/icons/icon-next.png"); }
    @media only screen and (max-width: 1280px) {
      .home-video-banner-above .slick-next {
        right: 0; } }
  .home-video-banner-above .slick-dots {
    position: absolute;
    bottom: 30px;
    right: 0; }
    @media only screen and (max-width: 640px) {
      .home-video-banner-above .slick-dots {
        position: static;
        margin: 20px 0;
        text-align: right; } }
    .home-video-banner-above .slick-dots li {
      margin-left: 10px; }
      .home-video-banner-above .slick-dots li.slick-active button {
        background-color: #fff; }
    .home-video-banner-above .slick-dots button:hover, .home-video-banner-above .slick-dots button:focus {
      opacity: .7; }

.home-banner-slide-text {
  position: relative;
  color: #fff;
  padding: 60px 0 30px; }
  @media only screen and (max-width: 1280px) {
    .home-banner-slide-text {
      padding-left: 30px;
      padding-right: 30px; } }
  .home-banner-slide-text .title-banner {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    font-size: 3.6em;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 20px; }
    @media only screen and (max-width: 800px) {
      .home-banner-slide-text .title-banner {
        margin-top: 30px; } }
    @media only screen and (max-width: 640px) {
      .home-banner-slide-text .title-banner {
        margin-top: 50px;
        font-size: 2em; } }
  .home-banner-slide-text .desc-banner {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    font-size: 1.5em; }
    @media only screen and (max-width: 640px) {
      .home-banner-slide-text .desc-banner {
        font-size: 1em; } }
  .home-banner-slide-text .btn {
    margin-bottom: 5px; }
    @media only screen and (max-width: 640px) {
      .home-banner-slide-text .btn {
        width: 100%; } }

.home-video-row {
  position: relative;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.7);
  padding-top: 30px;
  padding-bottom: 30px; }
  .home-video-row .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 800px) {
      .home-video-row .container {
        display: block; } }
  .home-video-row a:hover, .home-video-row a:focus {
    opacity: .7; }

.no-rgba .home-video-row {
  background-color: #000; }

.col-home-videos-last {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end; }
  @media only screen and (max-width: 800px) {
    .col-home-videos-last {
      display: block;
      margin-top: 20px;
      text-align: center; } }
  .col-home-videos-last .btn {
    display: block;
    margin-bottom: 20px; }
    @media only screen and (max-width: 800px) {
      .col-home-videos-last .btn {
        display: inline-block; } }
    @media only screen and (max-width: 640px) {
      .col-home-videos-last .btn {
        order: 2;
        display: block;
        width: calc( 100% - 50px );
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0;
        margin-top: 20px; } }
  @media only screen and (max-width: 640px) {
    .col-home-videos-last {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
      .col-home-videos-last .link-yt-subscribe {
        order: 1; } }

.link-yt-subscribe {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  display: block; }
  .link-yt-subscribe img {
    margin-right: 10px;
    vertical-align: middle; }

.home-video-slider .video-title {
  padding: 4px;
  color: #fff;
  background-color: #000;
  font-size: 10px; }
.home-video-slider a.thumb {
  text-decoration: none; }

@media only screen and (max-width: 640px) {
  .home-video-slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    .home-video-slider .slick-arrow {
      width: 40px;
      height: 40px;
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 40px;
      -moz-box-flex: 1;
      -moz-flex: 1 0 40px;
      -ms-flex: 1 0 40px;
      flex: 1 0 40px;
      padding: 0;
      background-repeat: no-repeat;
      background-position: 50% 50%; }
    .home-video-slider .slick-prev {
      background-image: url("../img/icons/icon-prev.png");
      margin-left: -20px; }
    .home-video-slider .slick-next {
      background-image: url("../img/icons/icon-next.png");
      margin-right: -20px; }
    .home-video-slider .col {
      text-align: center; }
    .home-video-slider .thumb {
      display: inline-block; } }

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