/**
 * @file
 * Styles are organized using the SMACSS technique. @see http://smacss.com/book/
 *
 * When you turn on CSS aggregation at admin/config/development/performance, all
 * of these @include files will be combined into a single file.
 */
/* Import Sass mixins, variables, Compass modules, etc. */
/* HTML element (SMACSS base) rules */
/**
 * @file
 * Normalize.css is intended to be used as an alternative to CSS resets.
 *
 * This file is a slight fork of these original sources:
 * - normalize.css v2.1.2 | MIT License | git.io/normalize
 * - normalize.scss v2.1.2 | MIT/GPLv2 License | bit.ly/normalize-with-compass
 *
 * It's suggested that you read the normalize.scss file and customise it to meet
 * your needs, rather then including the file in your project and overriding the
 * defaults later in your CSS.
 * @see http://nicolasgallagher.com/about-normalize-css/
 *
 * Also: @see http://meiert.com/en/blog/20080419/reset-style-sheets-are-bad/
 *       @see http://snook.ca/archives/html_and_css/no_css_reset/
 */
/**
 * HTML5 display definitions
 */
/* Correct `block` display not defined in IE 8/9. */
/* line 23, ../sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

/* Correct `inline-block` display not defined in IE 8/9. */
/* line 38, ../sass/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 52, ../sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* Address styling not present in IE 8/9. */
/* line 58, ../sass/_normalize.scss */
[hidden] {
  display: none;
}

/**
 * Base
 *
 * Instead of relying on the fonts that are available on a user's computer, you
 * can use web fonts which, like images, are resources downloaded to the user's
 * browser. Because of the bandwidth and rendering resources required, web fonts
 * should be used with care.
 *
 * Numerous resources for web fonts can be found on Google. Here are a few
 * websites where you can find Open Source fonts to download:
 * - http://www.fontsquirrel.com/fontface
 * - http://www.theleagueofmoveabletype.com
 *
 * In order to use these fonts, you will need to convert them into formats
 * suitable for web fonts. We recommend the free-to-use Font Squirrel's
 * Font-Face Generator:
 *   http://www.fontsquirrel.com/fontface/generator
 *
 * The following is an example @font-face declaration. This font can then be
 * used in any ruleset using a property like this:  font-family: Example, serif;
 *
 * Since we're using Sass, you'll need to declare your font faces here, then you
 * can add them to the font variables in the _init.scss partial.
 */
/*
@font-face {
  font-family: 'Example';
  src: url('../fonts/example.eot');
  src: url('../fonts/example.eot?iefix') format('eot'),
    url('../fonts/example.woff') format('woff'),
    url('../fonts/example.ttf') format('truetype'),
    url('../fonts/example.svg#webfontOkOndcij') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 */
/* line 106, ../sass/_normalize.scss */
html {
  font-family: Verdana, Tahoma, "DejaVu Sans", sans-serif;
  /* 1 */
  font-size: 100%;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  line-height: 1.5em;
}

/* Remove default margin. */
/* line 126, ../sass/_normalize.scss */
body {
  margin: 0;
  padding: 0;
}

/**
 * Links
 *
 * The order of link states are based on Eric Meyer's article:
 * http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states
 */
/* Address `outline` inconsistency between Chrome and other browsers. */
/* line 148, ../sass/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/* Improve readability when focused and also mouse hovered in all browsers. */
/* line 153, ../sass/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/**
 * Typography
 *
 * To achieve a pleasant vertical rhythm, we use Compass' Vertical Rhythm mixins
 * so that the line height of our base font becomes the basic unit of vertical
 * measurement. We use multiples of that unit to set the top and bottom margins
 * for our block level elements and to set the line heights of any fonts.
 * For more information, see http://24ways.org/2006/compose-to-a-vertical-rhythm
 */
/* Set 1 unit of vertical rhythm on the top and bottom margin. */
/* line 169, ../sass/_normalize.scss */
p,
pre {
  margin: 1.5em 0;
}

/* line 173, ../sass/_normalize.scss */
blockquote {
  /* Also indent the quote on both sides. */
  margin: 1.5em 30px;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 182, ../sass/_normalize.scss */
h1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2em;
  line-height: 1.5em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

/* line 190, ../sass/_normalize.scss */
h2 {
  font-size: 1.5em;
  line-height: 2em;
  margin-top: 1em;
  margin-bottom: 1em;
}

/* line 195, ../sass/_normalize.scss */
h3 {
  font-size: 1.17em;
  line-height: 1.28205em;
  margin-top: 1.28205em;
  margin-bottom: 1.28205em;
}

/* line 200, ../sass/_normalize.scss */
h4 {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

/* line 205, ../sass/_normalize.scss */
h5 {
  font-size: 0.83em;
  line-height: 1.80723em;
  margin-top: 1.80723em;
  margin-bottom: 1.80723em;
}

/* line 210, ../sass/_normalize.scss */
h6 {
  font-size: 0.67em;
  line-height: 2.23881em;
  margin-top: 2.23881em;
  margin-bottom: 2.23881em;
}

/* Address styling not present in IE 8/9, Safari 5, and Chrome. */
/* line 217, ../sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */
/* line 222, ../sass/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* Address styling not present in Safari 5 and Chrome. */
/* line 228, ../sass/_normalize.scss */
dfn {
  font-style: italic;
}

/* Address differences between Firefox and other browsers. */
/* line 233, ../sass/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  border: 1px solid #666;
  padding-bottom: -1px;
  margin: 1.5em 0;
}

/* Address styling not present in IE 8/9. */
/* line 242, ../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* Correct font family set oddly in Safari 5 and Chrome. */
/* line 248, ../sass/_normalize.scss */
code,
kbd,
pre,
samp,
tt,
var {
  font-family: "Courier New", "DejaVu Sans Mono", monospace, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
}

/* Improve readability of pre-formatted text in all browsers. */
/* line 262, ../sass/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/* Set consistent quote types. */
/* line 274, ../sass/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/* Address inconsistent and variable font size in all browsers. */
/* line 279, ../sass/_normalize.scss */
small {
  font-size: 80%;
}

/* Prevent `sub` and `sup` affecting `line-height` in all browsers. */
/* line 284, ../sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 291, ../sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 294, ../sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/**
 * Lists
 */
/* line 301, ../sass/_normalize.scss */
dl,
menu,
ol,
ul {
  /* Address margins set differently in IE 6/7. */
  margin: 1.5em 0;
}

/* line 310, ../sass/_normalize.scss */
ol ol,
ol ul,
ul ol,
ul ul {
  /* Turn off margins on nested lists. */
  margin: 0;
}

/* line 316, ../sass/_normalize.scss */
dd {
  margin: 0 0 0 30px;
  /* LTR */
}

/* Address paddings set differently in IE 6/7. */
/* line 321, ../sass/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 30px;
  /* LTR */
}

/**
 * Embedded content and figures
 *
 * @todo Look into adding responsive embedded video.
 */
/* line 341, ../sass/_normalize.scss */
img {
  /* Remove border when inside `a` element in IE 8/9. */
  border: 0;
  /* Suppress the space beneath the baseline */
  /* vertical-align: bottom; */
  /* Responsive images */
  max-width: 100%;
  height: auto;
  /* Correct IE 8 not scaling image height when resized. */
  width: auto;
}

/* Correct overflow displayed oddly in IE 9. */
/* line 362, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Address margin not present in IE 8/9 and Safari 5. */
/* line 367, ../sass/_normalize.scss */
figure {
  margin: 0;
}

/**
 * Forms
 */
/* Define consistent border, margin, and padding. */
/* line 383, ../sass/_normalize.scss */
fieldset {
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-color: #c0c0c0;
  border-top-width: 0.0625em;
  border-top-style: solid;
  padding-top: 0.4625em;
  border-bottom-width: 0.0625em;
  border-bottom-style: solid;
  padding-bottom: 0.9125em;
  border-left-width: 0.0625em;
  border-left-style: solid;
  padding-left: 0.9125em;
  border-right-width: 0.0625em;
  border-right-style: solid;
  padding-right: 0.9125em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
/* line 398, ../sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 * 4. Improve appearance and consistency with IE 6/7.
 * 5. Keep form elements constrained in their containers.
 */
/* line 413, ../sass/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  max-width: 100%;
  /* 5 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 5 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 432, ../sass/_normalize.scss */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 443, ../sass/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 457, ../sass/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 471, ../sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 482, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 497, ../sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 506, ../sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* Remove inner padding and border in Firefox 4+. */
/* line 512, ../sass/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 522, ../sass/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* Drupal-style form labels. */
/* line 528, ../sass/_normalize.scss */
label {
  display: block;
  font-weight: bold;
}

/**
 * Tables
 */
/* line 536, ../sass/_normalize.scss */
table {
  /* Remove most spacing between table cells. */
  border-collapse: collapse;
  border-spacing: 0;
  /* Prevent cramped-looking tables */
  /* width: 100%; */
  /* Add vertical rhythm margins. */
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

/* Layout rules */
/**
 * @file
 * Positioning for a responsive layout.
 *
 * Define CSS classes to create a fluid grid layout with optional sidebars
 * depending on whether blocks are placed in the left or right sidebars.
 *
 * This layout uses the Zen Grids plugin for Compass: http://zengrids.com
 */
/**
 * Center the page.
 *
 * For screen sizes larger than 1200px, prevent excessively long lines of text
 * by setting a max-width.
 */
/* line 33, ../sass/layouts/_responsive.scss */
#page,
.region-bottom {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

/* Apply the shared properties of grid items in a single, efficient ruleset. */
/* line 41, ../sass/layouts/_responsive.scss */
#header,
#content,
#navigation,
.region-sidebar-first,
.region-sidebar-second,
#footer {
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}

/* Containers for grid items and flow items. */
/* line 45, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
#header:before, #header:after,
#main:before,
#main:after,
#footer:before,
#footer:after {
  content: "";
  display: table;
}
/* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
#header:after,
#main:after,
#footer:after {
  clear: both;
}

/* Navigation bar */
@media all and (min-width: 480px) {
  /* line 60, ../sass/layouts/_responsive.scss */
  #main {
    /* Move all the children of #main down to make room. */
    padding-top: 3em;
    position: relative;
  }

  /* line 65, ../sass/layouts/_responsive.scss */
  #navigation {
    /* Move the navbar up inside #main's padding. */
    position: absolute;
    top: 0;
    height: 3em;
    width: 100%;
  }
}
/**
 * Use 3 grid columns for smaller screens.
 */
@media all and (min-width: 480px) and (max-width: 959px) {
  /**
   * The layout when there is only one sidebar, the left one.
   */
  /* line 86, ../sass/layouts/_responsive.scss */
  .sidebar-first {
    /* Span 2 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
  }
  /* line 88, ../sass/layouts/_responsive.scss */
  .sidebar-first #content {
    float: left;
    width: 66.66667%;
    margin-left: 33.33333%;
    margin-right: -100%;
  }
  /* line 93, ../sass/layouts/_responsive.scss */
  .sidebar-first .region-sidebar-first {
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -33.33333%;
  }

  /**
   * The layout when there is only one sidebar, the right one.
   */
  /* line 101, ../sass/layouts/_responsive.scss */
  .sidebar-second {
    /* Span 2 columns, starting in 1st column from left. */
    /* Span 1 column, starting in 3rd column from left. */
  }
  /* line 103, ../sass/layouts/_responsive.scss */
  .sidebar-second #content {
    float: left;
    width: 66.66667%;
    margin-left: 0%;
    margin-right: -66.66667%;
  }
  /* line 108, ../sass/layouts/_responsive.scss */
  .sidebar-second .region-sidebar-second {
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
  }

  /**
   * The layout when there are two sidebars.
   */
  /* line 116, ../sass/layouts/_responsive.scss */
  .two-sidebars {
    /* Span 2 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
    /* Start a new row and span all 3 columns. */
  }
  /* line 118, ../sass/layouts/_responsive.scss */
  .two-sidebars #content {
    float: left;
    width: 66.66667%;
    margin-left: 33.33333%;
    margin-right: -100%;
  }
  /* line 123, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-first {
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -33.33333%;
  }
  /* line 128, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 0;
    padding-right: 0;
    clear: left;
    /* Apply the shared properties of grid items in a single, efficient ruleset. */
    /* Span 1 column, starting in the 1st column from left. */
    /* Span 1 column, starting in the 2nd column from left. */
    /* Span 1 column, starting in the 3rd column from left. */
  }
  /* line 134, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second .block {
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 138, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second .block:nth-child(3n+1) {
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -33.33333%;
    clear: left;
  }
  /* line 143, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second .block:nth-child(3n+2) {
    float: left;
    width: 33.33333%;
    margin-left: 33.33333%;
    margin-right: -66.66667%;
  }
  /* line 147, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second .block:nth-child(3n) {
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
  }
}
/**
 * Use 5 grid columns for larger screens.
 */
@media all and (min-width: 960px) {
  /**
   * The layout when there is only one sidebar, the left one.
   */
  /* line 164, ../sass/layouts/_responsive.scss */
  .sidebar-first {
    /* Span 4 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
  }
  /* line 166, ../sass/layouts/_responsive.scss */
  .sidebar-first #content {
    float: left;
    width: 80%;
    margin-left: 20%;
    margin-right: -100%;
  }
  /* line 171, ../sass/layouts/_responsive.scss */
  .sidebar-first .region-sidebar-first {
    float: left;
    width: 20%;
    margin-left: 0%;
    margin-right: -20%;
  }

  /**
   * The layout when there is only one sidebar, the right one.
   */
  /* line 179, ../sass/layouts/_responsive.scss */
  .sidebar-second {
    /* Span 4 columns, starting in 1st column from left. */
    /* Span 1 column, starting in 5th column from left. */
  }
  /* line 181, ../sass/layouts/_responsive.scss */
  .sidebar-second #content {
    float: left;
    width: 80%;
    margin-left: 0%;
    margin-right: -80%;
  }
  /* line 186, ../sass/layouts/_responsive.scss */
  .sidebar-second .region-sidebar-second {
    float: left;
    width: 20%;
    margin-left: 80%;
    margin-right: -100%;
  }

  /**
   * The layout when there are two sidebars.
   */
  /* line 194, ../sass/layouts/_responsive.scss */
  .two-sidebars {
    /* Span 3 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
    /* Span 1 column, starting in 5th column from left. */
  }
  /* line 196, ../sass/layouts/_responsive.scss */
  .two-sidebars #content {
    float: left;
    width: 60%;
    margin-left: 20%;
    margin-right: -80%;
  }
  /* line 201, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-first {
    float: left;
    width: 20%;
    margin-left: 0%;
    margin-right: -20%;
  }
  /* line 206, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second {
    float: left;
    width: 20%;
    margin-left: 80%;
    margin-right: -100%;
  }
}
/* Component (SMACSS module) rules */
/**
 * @file
 * SMACSS Modules
 *
 * Adds modular sets of styles.
 *
 * Additional useful selectors can be found in Zen's online documentation.
 * https://drupal.org/node/1707736
 */
/**
 * Wireframes.
 */
/* line 15, ../sass/components/_misc.scss */
.with-wireframes #header,
.with-wireframes #main,
.with-wireframes #content,
.with-wireframes #navigation,
.with-wireframes .region-sidebar-first,
.with-wireframes .region-sidebar-second,
.with-wireframes #footer,
.with-wireframes .region-bottom {
  outline: 1px solid #ccc;
}

/**
 * Accessibility features.
 */
/* element-invisible as defined by http://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
/* line 39, ../sass/components/_misc.scss */
.element-invisible,
.element-focusable,
#navigation .block-menu .block__title,
#navigation .block-menu-block .block__title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* Turns off the element-invisible effect. */
/* line 45, ../sass/components/_misc.scss */
.element-focusable:active, .element-focusable:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: auto;
}

/*
 * The skip-link link will be completely hidden until a user tabs to the link.
 */
/* line 62, ../sass/components/_misc.scss */
#skip-link {
  margin: 0;
}
/* line 65, ../sass/components/_misc.scss */
#skip-link a,
#skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  background-color: #666;
  color: #fff;
}

/**
 * Branding header.
 */
/* Wrapping link for logo. */
/* line 81, ../sass/components/_misc.scss */
.header__logo {
  float: left;
  /* LTR */
  margin: 0;
  padding: 0;
}

/* Logo image. */
/* line 88, ../sass/components/_misc.scss */
.header__logo-image {
  vertical-align: bottom;
}

/* Wrapper for website name and slogan. */
/* line 93, ../sass/components/_misc.scss */
.header__name-and-slogan {
  float: left;
}

/* The name of the website. */
/* line 98, ../sass/components/_misc.scss */
.header__site-name {
  margin: 0;
  font-size: 2em;
  line-height: 1.5em;
}

/* The link around the name of the website. */
/* line 105, ../sass/components/_misc.scss */
.header__site-link:link, .header__site-link:visited {
  color: #000;
  text-decoration: none;
}
/* line 111, ../sass/components/_misc.scss */
.header__site-link:hover, .header__site-link:focus {
  text-decoration: underline;
}

/* The slogan (or tagline) of a website. */
/* line 118, ../sass/components/_misc.scss */
.header__site-slogan {
  margin: 0;
}

/* The secondary menu (login, etc.) */
/* line 123, ../sass/components/_misc.scss */
.header__secondary-menu {
  float: right;
  /* LTR */
}

/* Wrapper for any blocks placed in the header region. */
/* line 128, ../sass/components/_misc.scss */
.header__region {
  /* Clear the logo. */
  clear: both;
}

/**
 * Navigation bar.
 */
/* line 136, ../sass/components/_misc.scss */
#navigation {
  /* Sometimes you want to prevent overlapping with main div. */
  /* overflow: hidden; */
  /* Main menu and secondary menu links and menu block links. */
}
/* line 140, ../sass/components/_misc.scss */
#navigation .block {
  margin-bottom: 0;
}
/* line 150, ../sass/components/_misc.scss */
#navigation .links,
#navigation .menu {
  margin: 0;
  padding: 0;
  text-align: left;
  /* LTR */
}
/* line 156, ../sass/components/_misc.scss */
#navigation .links li,
#navigation .menu li {
  /* A simple method to get navigation links to appear in one line. */
  float: left;
  /* LTR */
  padding: 0 10px 0 0;
  /* LTR */
  list-style-type: none;
  list-style-image: none;
}

/**
 * Breadcrumb navigation.
 */
/* line 170, ../sass/components/_misc.scss */
.breadcrumb ol {
  margin: 0;
  padding: 0;
}
/* line 174, ../sass/components/_misc.scss */
.breadcrumb li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/**
 * Titles.
 */
/* line 185, ../sass/components/_misc.scss */
.page__title,
.node__title,
.block__title,
.comments__title,
.comments__form-title,
.comment__title {
  /* Comment title. */
  margin: 0;
}

/**
 * Messages.
 */
/* line 197, ../sass/components/_misc.scss */
.messages, .messages--status, .messages--warning, .messages--error {
  margin: 1.5em 0;
  padding: 10px 10px 10px 50px;
  /* LTR */
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAD6UlEQVR42s2WX0xbVRzH3YwmC4k+GF/0ZS/S267/bmnX9nL7bwstZlnbjTDYyoC5GCbB0ZW5pdJCe6swbLFA6bpWIGuRMWVjKGP+21QW3SZBSAjGh4XEaTZTH82Cm/3ztS2xs7mw4KLRk3xyzj33/H6fe5Pz7zEA/yr/vUDukj9FH6drqTaqT8EoPs/UV+nX6TD1BlUh9AqLHlmgPKLcRHmoCOWmElK/FOKTYpS8UwLJkASiUyLI3pKhlClN0g46qj+qL/pbArlbrlO1q25JeiSgR2iYJ8ywXLSg/qP6LNl2ro8+Q4MMkKCd9K2t3q3KdQnkXXIF5aISkgEJzONm1F2qW52pDJN1MI2bUBIuAdVOJWSMTPNQgX6/vkjVpvpREpag6oMqWCYta1IzbsHh9ga0RJtzY8URMdRO9U/KSuWmNQUqh2pY3CtG+fvlqJyofMAFNrZAE+7e/RWR4X4cD9tgOGsA2U2CdtMDqwqyMyIzQ5KKqAKmcyaYxkzYd3YvjGNGFtXRPRj58DT+LOemRrFnrBLyITmUDmUyO/NYgu2d26ukHVJo3tXAMGpAs+cQmh0NeClan30uwN7TgnQ6nRd4r3thOGOAJqYB2UVC79AfZAnKHGUxQa8A2tNaNLW/jKvXv8Dyb8s4yryKA4O10A3roIvpUB+swTdz1/LJZ27PQBvT5lBH1RD4BChzlQ2wBNtc22aE/ULQgzRCl4P5BPcT93GMOYz9wb2QhCRgAq35d8u/L2PXe7tADVGgBlcQ+AXQtmlvsP/gzbJZvp8PMkJCFBYh8m0knyiVSsHe0YIGZz1+/uVOvt8z7QGvnwf+ST5EIRHIUyR4fh50rbp5lsDcYR4ReAXgBrng9q/Qfa0bfy035r7Ot2dvz4IX4IEIEAXwvDzscOw4zxJUd1YfEXlE4Aa4BQHMlwzSSBeI7iXvoTxWDqKPYCFsFaKmr+YVliB0JfS89DVpiuhlB9k/tSOZTuYFvq98yI7L0/MAsVWcGp0bfW61hbahwltxSeARsIKyWKesSKQSWIwvYkvvllwfx88pgOvhwthu/AzAxlVX8vz385tLbaVxwpcLZtEw0QDjsBGctzksiE4CimZFfHp++oWHbnbuUfdB0komMgHsRN1r0MWBsEmYODF5onY92/UTwcvBxuzXcN1ccHycVSn2FaPYWwzCQUDWKIt7z3utAJ5c74Hz+OLSomynY+cVfiM/xW3JiDyZpB3FuZrj4oCwE+Ad4qWMjPHjpTtL0mzMoxyZz9yM39Q7Y85Ok930icqm+k59TL2wm9l90dZv8y/8sPAigGf/iUN/Q4anM2zOsdLe+L+4VfwBVVjDs2rTYx0AAAAASUVORK5CYII=');
  background-position: 8px 8px;
  /* LTR */
  background-repeat: no-repeat;
  border: 1px solid #be7;
}

/* line 212, ../sass/components/_misc.scss */
.messages--warning {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACuElEQVRIiWP4//8/Ay0xSYqntTpnT252zqeJBf0Njhsykrz/pyd6/e9vcNpGVQv6q2wlm0qc/r0+IPD/3UG+/61l9v9mdrjIUc2C7hqHUzc3S///eZwBjO9tF/vfWe1wjioWTKixVm8otPn38wQT3IKfxxn/t5Va/utpsNSg2ILWcttrNzdJgQ3+dpQRjEHs+9tE/zeXWt+gyILOamuTqlxrsOtPLub+7+emBsSq/88v5wL7oqHQ9H9nmbkF2RbUF1rev7lJEuziuU3i/90ddcB4UZsoJC62ifyvK7R4QJYFrcUGrmUZ5v9hYb9hosh/bzcDMN42VRgeF9W5hv8bi/XdSbagKtfs2c1NEvCIPbaQ/7+/pwkYn17Ki0hR24T/l2eZPCfJgsZ83dCiNOP/yCnn7iau/8G+5mD8aBsHSoqqyNL9X5erHUm0BcVpRm9ubhZHMoTh/4eDzP/DA23+RwTZ/P96hAlF7t5Wof8FyfpvibKgNk8noyDZ4D9quofg1Bjr/1kJlhjiIF+Upmn/r83RzCJoQXaC3qcbm8SwGMLwvybP/H8jMGlik7u7VeB/Zqz2J7wWVGdr1uTG62J1PQgfWST1/+hiCaxyIF8UJqv9r8hQrcVpQVqkzrcbG0WwGvB2H/P/lnx5MAaxsam5vYn3f2KY+jesFpSlqfZnxWjidP2OGWL/g/0swBjExu4Lhv958Ur/i5KU+lEsCA1lYI4JUv95bZ0gTo2Pt3P+z0myBmMQG5e6mxu4/kf4Kf8EmQm3oCRNebKrvSawIGPBqRG9sMOp5hjjfwdrlf/58bKT4RaUpWvtcLZV/39iscD/H0AFP46jYwYiMeP/44u4/9tbKQODSXUH3II9G7v18hI0n8YGKv+IDVT6joxj/BVx4mgcOCde/SnITPRUJAHEGlTCEkQV19TAAN8FC67hZdFXAAAAAElFTkSuQmCC');
  border-color: #ed5;
}

/* line 221, ../sass/components/_misc.scss */
.messages--error {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACpElEQVR42rWWTUgbQRiGQ0Tx4MWDeFM8eBA9iKAoggiCoCiiIiL4L3oQV1CJB0UEf6iRYFpK7UniTw9VSqL2kvQsVDBpSZrtRo35czVNW3oprRf17exSl4yzu1ikAy9h59vvedhkMrMGAGoxknAk2w8MJ/WosXThiZkZt9jdLeglPjn5ATc3mhJNuNjbK0QbG3ExMICL/n6IfX0gcxB7ekDAELu6IHZ2IlJbi1hLS1BLogmPtbUhMTv7oMSamzUlqnByMxLT0/8STQkDj9TV4ZLj5OysrODl8jIu5Gs68dFR7JG6dWkJ0fFx+TpSX89IDMnwcHU1yKec12Yz3rlc4HkeLwjkXJpPip3U3+7vIx6P4ymph4eG5PlwTQ0lMdytlmBxMWKtrXLeT0zA5XTibvj9fjxfXETkb/3N/Dz2dneVuiTZtliU/rPSUsQ5ziuxZYG03IIlJdKKUPJjdRUAKMmzuTnskB/VYbdTtd9HR4g2NCi9Z2VliDY1BSnBaUEBzsrLqXyzWCiQ9HU5HA4afniIUFWV0hOqqMBpURErOM7NxWlhIZOvCwvA7S3Uxq+DA5AnZ3pO8vJYQSArC8c5Oeqx2Rj4udeLQH6+6v2B7GxW8DkjA0JmJpONwUHY7XZGIAgCzCYTeJUewmIFfqMRfEoKlQ2yJbza2oLWcLvdeDI2hk/3+iQWKzAYkJzNjg5srq9TwJ9OJ76YTNScx+ORJT66X1/grKyEbW2NgfPp6XKd/JMZySrHaQsSU1Oe+0/w3WpVgyu5HBlR6lc+H8gioevDwz6JrWwV5+3txyoSFk5DcOX1MnCyJ4Vwfb1zt1UY9SR8aioDpuppaVpwZbPTl+hHF04dOKzk8XBF8DgJC3/woU/W/EciOtELOWi8DDwp//215Q+p7kiKh2lQSAAAAABJRU5ErkJggg==');
  border-color: #ed541d;
}

/* line 231, ../sass/components/_misc.scss */
.messages__list {
  margin: 0;
}

/* line 234, ../sass/components/_misc.scss */
.messages__item {
  list-style-image: none;
}

/* Core/module installation error messages. */
/* line 239, ../sass/components/_misc.scss */
.messages--error p.error {
  color: #333;
}

/* System status report. */
/* line 244, ../sass/components/_misc.scss */
.ok,
.messages--status {
  background-color: #f8fff0;
  color: #234600;
}

/* line 249, ../sass/components/_misc.scss */
.warning,
.messages--warning {
  background-color: #fffce5;
  color: #840;
}

/* line 254, ../sass/components/_misc.scss */
.error,
.messages--error {
  background-color: #fef5f1;
  color: #8c2e0b;
}

/**
 * Tabs.
 */
/* Basic positioning styles shared by primary and secondary tabs. */
/* line 265, ../sass/components/_misc.scss */
.tabs-primary, .tabs-secondary {
  overflow: hidden;
  *zoom: 1;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYmJiYmJiIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(100%, #bbbbbb), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -moz-linear-gradient(bottom, #bbbbbb 1px, rgba(0, 0, 0, 0) 1px);
  background-image: -webkit-linear-gradient(bottom, #bbbbbb 1px, rgba(0, 0, 0, 0) 1px);
  background-image: linear-gradient(to top, #bbbbbb 1px, rgba(0, 0, 0, 0) 1px);
  /* IE 9 and earlier don't understand gradients. */
  list-style: none;
  border-bottom: 1px solid #bbbbbb \0/ie;
  margin: 1.5em 0;
  padding: 0 2px;
  white-space: nowrap;
}

/* line 275, ../sass/components/_misc.scss */
.tabs-primary__tab, .tabs-primary__tab.is-active, .tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  float: left;
  /* LTR */
  margin: 0 3px;
}

/* line 279, ../sass/components/_misc.scss */
a.tabs-primary__tab-link, a.tabs-primary__tab-link.is-active, a.tabs-secondary__tab-link, a.tabs-secondary__tab-link.is-active {
  border: 1px solid #e9e9e9;
  border-right: 0;
  border-bottom: 0;
  display: block;
  line-height: 1.5em;
  text-decoration: none;
}

/* Primary tabs. */
/* line 292, ../sass/components/_misc.scss */
.tabs-primary__tab, .tabs-primary__tab.is-active {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  text-shadow: 1px 1px 0 white;
  border: 1px solid #bbbbbb;
  border-bottom-color: transparent;
  /* IE 9 and earlier don't understand gradients. */
  border-bottom: 0 \0/ie;
}

/* line 301, ../sass/components/_misc.scss */
.is-active.tabs-primary__tab {
  border-bottom-color: white;
}

/* line 307, ../sass/components/_misc.scss */
a.tabs-primary__tab-link, a.tabs-primary__tab-link.is-active {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  color: #333;
  background-color: #dedede;
  letter-spacing: 1px;
  padding: 0 1em;
  text-align: center;
}

/* line 317, ../sass/components/_misc.scss */
a.tabs-primary__tab-link:hover, a.tabs-primary__tab-link:focus {
  background-color: #e9e9e9;
  border-color: #f2f2f2;
}

/* line 321, ../sass/components/_misc.scss */
a.tabs-primary__tab-link:active, a.tabs-primary__tab-link.is-active {
  background-color: transparent;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE9E9E9', endColorstr='#00E9E9E9');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e9e9e9), color-stop(100%, rgba(233, 233, 233, 0)));
  background-image: -moz-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: -webkit-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  border-color: #fff;
}

/* Secondary tabs. */
/* line 345, ../sass/components/_misc.scss */
.tabs-secondary {
  font-size: .9em;
  /* Collapse bottom margin of ul.primary. */
  margin-top: -1.5em;
}

/* line 351, ../sass/components/_misc.scss */
.tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  margin: 0.75em 3px;
}

/* line 358, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link, a.tabs-secondary__tab-link.is-active {
  -moz-border-radius: 0.75em;
  -webkit-border-radius: 0.75em;
  border-radius: 0.75em;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-shadow: 1px 1px 0 white;
  background-color: #f2f2f2;
  color: #666;
  padding: 0 .5em;
}

/* line 367, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link:hover, a.tabs-secondary__tab-link:focus {
  background-color: #dedede;
  border-color: #999;
  color: #333;
}

/* line 372, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link:active, a.tabs-secondary__tab-link.is-active {
  text-shadow: 1px 1px 0 #333333;
  background-color: #666;
  border-color: #000;
  color: #fff;
}

/**
 * Inline styles.
 */
/* List of links generated by theme_links(). */
/* line 400, ../sass/components/_misc.scss */
.inline {
  display: inline;
  padding: 0;
}
/* line 404, ../sass/components/_misc.scss */
.inline li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0;
  /* LTR */
}

/* The inline field label used by the Fences module. */
/* line 412, ../sass/components/_misc.scss */
span.field-label {
  padding: 0 1em 0 0;
  /* LTR */
}

/**
 * "More" links.
 */
/* line 419, ../sass/components/_misc.scss */
.more-link {
  text-align: right;
  /* LTR */
}

/* line 422, ../sass/components/_misc.scss */
.more-help-link {
  text-align: right;
  /* LTR */
}

/* line 425, ../sass/components/_misc.scss */
.more-help-link a {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA7UlEQVR42qWTPQqDQBCFcwSPkCNITpAj5AjeIm1uYpkyR7Cy2Mot7OwsBAsRwUKwmOwLGRle3EIy8PyBfZ/z3J2TiPylz8VWWZZpUB40BonRKyizaxkA88MYYiqCEgv4MTvnZJom0VqWRbz3FlJZgLYtqmEY1Lg9r+sKsIXcLSC3AC019H0vqLquLeC5AfiHYSGkcdAJimKIBQiJ4+CO92OAtm0FNc8zOjkMwE5Q63FAtbeg6zpAYvG8BWR7i5qmQYwY4MIHqYhE2DOPQWcGJBQF2XU72ZzyUeZ5GCNt5/hybJgYdAXsq5sOEE/jG6dC5IOqCXTmAAAAAElFTkSuQmCC');
  background-position: 0 50%;
  /* LTR */
  background-repeat: no-repeat;
  padding: 1px 0 1px 20px;
  /* LTR */
}

/**
 * Pager.
 */
/* A list of page numbers when more than 1 page of content is available. */
/* line 440, ../sass/components/_misc.scss */
.pager {
  clear: both;
  padding: 0;
  text-align: center;
}

/* line 445, ../sass/components/_misc.scss */
.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis, .pager-current {
  display: inline;
  padding: 0 0.5em;
  list-style-type: none;
  background-image: none;
}

/* line 452, ../sass/components/_misc.scss */
.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis {
  /* A concatenation of several list items using an ellipsis. */
}

/* The current page's list item. */
/* line 462, ../sass/components/_misc.scss */
.pager-current {
  font-weight: bold;
}

/**
 * Blocks.
 */
/* Block wrapper. */
/* line 472, ../sass/components/_misc.scss */
.block {
  margin-bottom: 1.5em;
}

/**
 * Menus.
 */
/* line 479, ../sass/components/_misc.scss */
.menu__item.is-leaf {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHBAMAAAA2fErgAAAAD1BMVEX///+/v7+Li4sAAADAwMBFvsw8AAAAAXRSTlMAQObYZgAAAB1JREFUCFtjYAADYwMGBmYVZSDhKAwkFJWhYiAAAB2+Aa/9ugeaAAAAAElFTkSuQmCC');
  list-style-type: square;
}

/* line 486, ../sass/components/_misc.scss */
.menu__item.is-expanded {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');
  list-style-type: circle;
}

/* line 493, ../sass/components/_misc.scss */
.menu__item.is-collapsed {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC');
  /* LTR */
  list-style-type: disc;
}

/* The active item in a Drupal menu. */
/* line 502, ../sass/components/_misc.scss */
.menu a.active {
  color: #000;
}

/**
 * Marker.
 */
/* The "new" or "updated" marker. */
/* line 511, ../sass/components/_misc.scss */
.new,
.update {
  color: #c00;
  /* Remove background highlighting from <mark> in normalize. */
  background-color: transparent;
}

/**
 * Unpublished note.
 */
/* The word "Unpublished" displayed underneath the content. */
/* line 523, ../sass/components/_misc.scss */
.unpublished {
  height: 0;
  overflow: visible;
  /* Remove background highlighting from <mark> in normalize. */
  background-color: transparent;
  color: #d8d8d8;
  font-size: 75px;
  line-height: 1;
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  /* A very nice CSS3 property. */
  word-wrap: break-word;
}

/**
 * Comments.
 */
/* Wrapper for the list of comments and its title. */
/* line 551, ../sass/components/_misc.scss */
.comments {
  margin: 1.5em 0;
}

/* Preview of the comment before submitting new or updated comment. */
/* line 556, ../sass/components/_misc.scss */
.comment-preview {
  /* Drupal core will use a #ffffea background. See #1110842. */
  background-color: #ffffea;
}

/* Wrapper for a single comment. */
/* line 562, ../sass/components/_misc.scss */
.comment {
  /* Comment's permalink wrapper. */
}
/* line 565, ../sass/components/_misc.scss */
.comment .permalink {
  text-transform: uppercase;
  font-size: 75%;
}

/* Nested comments are indented. */
/* line 572, ../sass/components/_misc.scss */
.indented {
  /* Drupal core uses a 25px left margin. */
  margin-left: 30px;
  /* LTR */
}

/**
 * Forms.
 */
/* Wrapper for a form element (or group of form elements) and its label. */
/* line 582, ../sass/components/_misc.scss */
.form-item {
  margin: 1.5em 0;
  /* Pack groups of checkboxes and radio buttons closer together. */
  /* Form items in a table. */
  /* Highlight the form elements that caused a form submission error. */
  /* The descriptive help text (separate from the label). */
}
/* line 586, ../sass/components/_misc.scss */
.form-checkboxes .form-item, .form-radios .form-item {
  /* Drupal core uses "0.4em 0". */
  margin: 0;
}
/* line 593, ../sass/components/_misc.scss */
tr.odd .form-item, tr.even .form-item {
  margin: 0;
}
/* line 599, ../sass/components/_misc.scss */
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}
/* line 606, ../sass/components/_misc.scss */
.form-item .description {
  font-size: 0.85em;
}

/* line 613, ../sass/components/_misc.scss */
.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2.4em;
}

/* The part of the label that indicates a required field. */
/* line 619, ../sass/components/_misc.scss */
.form-required {
  color: #c00;
}

/* Labels for radios and checkboxes. */
/* line 624, ../sass/components/_misc.scss */
label.option {
  display: inline;
  font-weight: normal;
}

/* Buttons used by contrib modules like Media. */
/* line 630, ../sass/components/_misc.scss */
a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
}

/* Password confirmation. */
/* line 635, ../sass/components/_misc.scss */
.password-parent,
.confirm-parent {
  margin: 0;
}

/* Drupal's default login form block. */
/* line 641, ../sass/components/_misc.scss */
#user-login-form {
  text-align: left;
  /* LTR */
}

/**
 * OpenID
 *
 * The default styling for the OpenID login link seems to assume Garland's
 * styling of list items.
 */
/* OpenID creates a new ul above the login form's links. */
/* line 653, ../sass/components/_misc.scss */
.openid-links {
  /* Position OpenID's ul next to the rest of the links. */
  margin-bottom: 0;
}

/* The "Log in using OpenID" and "Cancel OpenID login" links. */
/* line 659, ../sass/components/_misc.scss */
.openid-link,
.user-link {
  margin-top: 1.5em;
}

/* line 663, ../sass/components/_misc.scss */
html.js #user-login-form li.openid-link,
#user-login-form li.openid-link {
  /* Un-do some of the padding on the ul list. */
  margin-left: -20px;
  /* LTR */
}

/* line 668, ../sass/components/_misc.scss */
#user-login ul {
  margin: 1.5em 0;
}

/**
 * Drupal admin tables.
 */
/* line 676, ../sass/components/_misc.scss */
form th {
  text-align: left;
  /* LTR */
  padding-right: 1em;
  /* LTR */
  border-bottom: 3px solid #ccc;
}
/* line 681, ../sass/components/_misc.scss */
form tbody {
  border-top: 1px solid #ccc;
}
/* line 684, ../sass/components/_misc.scss */
form table ul {
  margin: 0;
}

/* line 688, ../sass/components/_misc.scss */
tr.even,
tr.odd {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}

/* line 694, ../sass/components/_misc.scss */
tr.even {
  background-color: #fff;
}

/* Markup generated by theme_tablesort_indicator(). */
/* line 709, ../sass/components/_misc.scss */
td.active {
  background-color: #ddd;
}

/* Center checkboxes inside table cell. */
/* line 714, ../sass/components/_misc.scss */
td.checkbox,
th.checkbox {
  text-align: center;
}

/* Drupal core wrongly puts this in system.menus.css. Since we override that, add it back. */
/* line 720, ../sass/components/_misc.scss */
td.menu-disabled {
  background: #ccc;
}

/**
 * Autocomplete.
 *
 * @see autocomplete.js
 */
/* Suggestion list. */
/* line 731, ../sass/components/_misc.scss */
#autocomplete .selected {
  background: #0072b9;
  color: #fff;
}

/**
 * Collapsible fieldsets.
 *
 * @see collapse.js
 */
/* line 742, ../sass/components/_misc.scss */
html.js .collapsible .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');
  background-position: 5px 65%;
  /* LTR */
  background-repeat: no-repeat;
  padding-left: 15px;
  /* LTR */
}
/* line 751, ../sass/components/_misc.scss */
html.js .collapsed .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC');
  /* LTR */
  background-position: 5px 50%;
  /* LTR */
}
/* line 758, ../sass/components/_misc.scss */
.fieldset-legend .summary {
  color: #999;
  font-size: 0.9em;
  margin-left: 0.5em;
}

/**
 * TableDrag behavior.
 *
 * @see tabledrag.js
 */
/* line 770, ../sass/components/_misc.scss */
tr.drag {
  background-color: #fffff0;
}

/* line 773, ../sass/components/_misc.scss */
tr.drag-previous {
  background-color: #ffd;
}

/* line 776, ../sass/components/_misc.scss */
.tabledrag-toggle-weight {
  font-size: 0.9em;
}

/**
 * TableSelect behavior.
 *
 * @see tableselect.js
 */
/* line 785, ../sass/components/_misc.scss */
tr.selected td {
  background: #ffc;
}

/**
 * Progress bar.
 *
 * @see progress.js
 */
/* line 794, ../sass/components/_misc.scss */
.progress {
  font-weight: bold;
}
/* line 797, ../sass/components/_misc.scss */
.progress .bar {
  background: #ccc;
  border-color: #666;
  margin: 0 0.2em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 803, ../sass/components/_misc.scss */
.progress .filled {
  background-color: #0072b9;
  background-image: url('../images/progress.gif?1398863088');
}

/**
 * @file
 * SMACSS Modules - Base
 *
 */
/**
 * @file
 * SMACSS Modules - Blocks
 *
 */
/***** General *****/
/***** Sliders *****/
/***** Homepage *****/
/***** Project pages *****/
/**
 * @file
 * SMACSS Modules - Colors
 *
 */
/**
 * Main colors
 */
/**
 * @file
 * SMACSS Modules
 *
 */
/**
 * Font stacks
 */
/**
 * Font sizes
 */
/**
 * Font sizes
 */
/**
 * Font styles
 */
/**
 * @file
 * SMACSS Modules - Regions
 *
 */
/***** Main *****/
/***** Header *****/
/**
 * @file
 * Print styling
 *
 * We provide some sane print styling for Drupal using Zen's layout method.
 */
/**
 * By importing this CSS file as media "all", we allow this print file to be
 * aggregated with other stylesheets, for improved front-end performance.
 */
@media print {
  /* Underline all links. */
  /* line 15, ../sass/_print.scss */
  a:link,
  a:visited {
    text-decoration: underline !important;
    /* Don't underline header. */
  }
  /* line 20, ../sass/_print.scss */
  a:link.header__site-link,
  a:visited.header__site-link {
    text-decoration: none !important;
  }

  /* line 25, ../sass/_print.scss */
  #content {
    /* Add visible URL after links. */
    /* Only display useful links. */
    /* Add visible title after abbreviations. */
  }
  /* line 27, ../sass/_print.scss */
  #content a[href]:after {
    content: " (" attr(href) ")";
    font-weight: normal;
    font-size: 16px;
  }
  /* line 34, ../sass/_print.scss */
  #content a[href^="javascript:"]:after,
  #content a[href^="#"]:after {
    content: "";
  }
  /* line 40, ../sass/_print.scss */
  #content abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* Un-float the content. */
  /* line 46, ../sass/_print.scss */
  #content {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Turn off any background colors or images. */
  /* line 54, ../sass/_print.scss */
  body,
  #page,
  #main,
  #content {
    color: #000;
    background-color: transparent !important;
    background-image: none !important;
  }

  /* Hide sidebars and nav elements. */
  /* line 64, ../sass/_print.scss */
  #skip-link,
  #toolbar,
  #navigation,
  .region-sidebar-first,
  .region-sidebar-second,
  #footer,
  .breadcrumb,
  .tabs,
  .action-links,
  .links,
  .book-navigation,
  .forum-topic-navigation,
  .pager,
  .feed-icons {
    visibility: hidden;
    display: none;
  }
}
/* SMACSS theme rules */
/* @import "theme-A"; */
/* @import "theme-B"; */
/* line 32, ../sass/styles.scss */
#page {
  max-width: 100%;
  width: 100%;
  color: #003c4b;
  font-family: "aktiv-grotesk-std", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #003c4b;
  line-height: 24px;
}
@media screen and (max-width: 700px) {
  /* line 32, ../sass/styles.scss */
  #page {
    font-size: 14px;
    line-height: 16px;
  }
}
/* line 38, ../sass/styles.scss */
#page p {
  margin: 0;
}
/* line 42, ../sass/styles.scss */
#page a {
  color: #f57e20;
  text-decoration: none !important;
}
/* line 45, ../sass/styles.scss */
#page q {
  quotes: '\201c' '\201d';
}

/* line 51, ../sass/styles.scss */
#main {
  padding: 0;
  margin-top: 100px;
}
@media screen and (max-width: 700px) {
  /* line 51, ../sass/styles.scss */
  #main {
    margin-top: 45px;
  }
}

/* line 63, ../sass/styles.scss */
#content {
  padding: 0;
}
@media screen and (min-width: 700px) {
  /* line 63, ../sass/styles.scss */
  #content {
    xmargin-top: 98px;
  }
}

/* line 71, ../sass/styles.scss */
#navigation {
  display: none;
}

/* line 75, ../sass/styles.scss */
.block {
  margin: 0;
}

@media screen and (max-width: 700px) {
  /* line 79, ../sass/styles.scss */
  #page-title {
    font-family: "museo-slab", serif;
    font-weight: 900;
    font-size: 55px;
    line-height: 60px;
    letter-spacing: -2px;
    color: #003c4b;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
    color: #003c4b;
    font-size: 16px;
    line-height: 21px;
    display: block;
    height: 35px;
    padding: 10px 0 0 42px;
  }
}

/**** Header region ****/
/* line 91, ../sass/styles.scss */
#header,
#block-block-5 {
  height: 100px;
  width: 100%;
  background-color: #00afb3;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 700px) {
  /* line 91, ../sass/styles.scss */
  #header,
  #block-block-5 {
    height: 45px;
  }
}
/* line 97, ../sass/styles.scss */
#header .region-header,
#block-block-5 .region-header {
  width: 100%;
  max-width: 1200px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 0;
}
@media screen and (max-width: 1200px) {
  /* line 97, ../sass/styles.scss */
  #header .region-header,
  #block-block-5 .region-header {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
  }
}

/* line 106, ../sass/styles.scss */
.field-name-field-main-menu-block {
  display: none;
  width: 100%;
}
@media screen and (max-width: 700px) {
  /* line 106, ../sass/styles.scss */
  .field-name-field-main-menu-block {
    display: none;
  }
}

/* line 116, ../sass/styles.scss */
#block-block-1,
#block-block-1--2 {
  display: inline-block;
  width: 33%;
  max-width: 404px;
  vertical-align: top;
  margin-top: 22px;
}
@media screen and (max-width: 700px) {
  /* line 116, ../sass/styles.scss */
  #block-block-1,
  #block-block-1--2 {
    margin-top: 8px;
  }
}
@media screen and (max-width: 700px) {
  /* line 125, ../sass/styles.scss */
  #block-block-1 img,
  #block-block-1--2 img {
    max-width: 97px;
  }
}

/* line 135, ../sass/styles.scss */
#block-system-main-menu,
#block-system-main-menu--2,
#block-system-main-menu--3 {
  display: inline-block;
  width: 67%;
  max-width: 796px;
  vertical-align: top;
  margin: 36px 0 0 -2px;
  vertical-align: top;
}
/* line 141, ../sass/styles.scss */
#block-system-main-menu ul,
#block-system-main-menu--2 ul,
#block-system-main-menu--3 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 143, ../sass/styles.scss */
#block-system-main-menu ul li,
#block-system-main-menu--2 ul li,
#block-system-main-menu--3 ul li {
  display: inline-block;
  margin-right: 50px;
}
@media screen and (max-width: 980px) {
  /* line 143, ../sass/styles.scss */
  #block-system-main-menu ul li,
  #block-system-main-menu--2 ul li,
  #block-system-main-menu--3 ul li {
    margin-right: 5%;
  }
}
@media screen and (max-width: 800px) {
  /* line 143, ../sass/styles.scss */
  #block-system-main-menu ul li,
  #block-system-main-menu--2 ul li,
  #block-system-main-menu--3 ul li {
    margin-right: 2%;
  }
}
/* line 151, ../sass/styles.scss */
#block-system-main-menu ul li a,
#block-system-main-menu--2 ul li a,
#block-system-main-menu--3 ul li a {
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-size: 20px;
  color: #003c4b;
}
/* line 154, ../sass/styles.scss */
#block-system-main-menu ul li a:hover,
#block-system-main-menu ul li a.is-active-trail,
#block-system-main-menu--2 ul li a:hover,
#block-system-main-menu--2 ul li a.is-active-trail,
#block-system-main-menu--3 ul li a:hover,
#block-system-main-menu--3 ul li a.is-active-trail {
  color: white;
}
/* line 158, ../sass/styles.scss */
#block-system-main-menu ul li:last-child,
#block-system-main-menu--2 ul li:last-child,
#block-system-main-menu--3 ul li:last-child {
  margin-right: 0;
}
/* line 161, ../sass/styles.scss */
#block-system-main-menu ul li > ul,
#block-system-main-menu--2 ul li > ul,
#block-system-main-menu--3 ul li > ul {
  display: none;
}

/* line 168, ../sass/styles.scss */
#header {
  position: fixed;
  top: 0;
  z-index: 13;
}
@media screen and (max-width: 700px) {
  /* line 173, ../sass/styles.scss */
  #header #block-system-main-menu--2,
  #header #block-system-main-menu--3 {
    width: 67%;
    height: 20px;
    right: 2%;
    cursor: pointer;
    margin-top: 12px;
  }
  /* line 182, ../sass/styles.scss */
  #header #block-system-main-menu--2:before,
  #header #block-system-main-menu--3:before {
    background: none repeat scroll 0 0 #003c4b;
    box-shadow: 0 8px 0 0 #003c4b, 0 16px 0 0 #003c4b;
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    margin-top: 0;
    z-index: 5;
    position: absolute;
    right: 2%;
  }
  /* line 186, ../sass/styles.scss */
  #header #block-system-main-menu--2 ul,
  #header #block-system-main-menu--3 ul {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 45px;
    background-color: #003c4b;
    z-index: 5;
  }
  /* line 195, ../sass/styles.scss */
  #header #block-system-main-menu--2 ul li,
  #header #block-system-main-menu--3 ul li {
    width: 78%;
    padding-left: 42px;
  }
  /* line 199, ../sass/styles.scss */
  #header #block-system-main-menu--2 ul li:first-child,
  #header #block-system-main-menu--3 ul li:first-child {
    padding-top: 5px;
  }
  /* line 203, ../sass/styles.scss */
  #header #block-system-main-menu--2 ul li a,
  #header #block-system-main-menu--3 ul li a {
    font-size: 16px;
    line-height: 21px;
    color: #00afb3;
    display: table-cell;
    height: 30px;
    vertical-align: middle;
  }
}

/* line 217, ../sass/styles.scss */
.menufixed {
  position: fixed;
  top: 100px;
}

/* line 222, ../sass/styles.scss */
.menurelative {
  position: relative;
  top: auto;
}

/* line 229, ../sass/styles.scss */
#block-menu-block-1,
#block-menu-block-2,
#block-menu-block-3 {
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #003c4b;
  z-index: 3;
}
@media screen and (max-width: 700px) {
  /* line 229, ../sass/styles.scss */
  #block-menu-block-1,
  #block-menu-block-2,
  #block-menu-block-3 {
    height: 102px;
  }
}
/* line 236, ../sass/styles.scss */
#block-menu-block-1 .menu-block-wrapper,
#block-menu-block-2 .menu-block-wrapper,
#block-menu-block-3 .menu-block-wrapper {
  width: 100%;
  max-width: 1200px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
/* line 239, ../sass/styles.scss */
#block-menu-block-1 ul,
#block-menu-block-2 ul,
#block-menu-block-3 ul {
  display: inline-block;
  width: 67%;
  max-width: 796px;
  vertical-align: top;
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
  max-width: 100%;
}
@media screen and (max-width: 980px) {
  /* line 239, ../sass/styles.scss */
  #block-menu-block-1 ul,
  #block-menu-block-2 ul,
  #block-menu-block-3 ul {
    width: 96%;
  }
}
@media screen and (max-width: 700px) {
  /* line 239, ../sass/styles.scss */
  #block-menu-block-1 ul,
  #block-menu-block-2 ul,
  #block-menu-block-3 ul {
    display: block;
    width: 100%;
    clear: right;
    padding-top: 7px;
  }
}
/* line 252, ../sass/styles.scss */
#block-menu-block-1 ul li,
#block-menu-block-2 ul li,
#block-menu-block-3 ul li {
  display: inline-block;
  margin-right: 50px;
}
@media screen and (max-width: 980px) {
  /* line 252, ../sass/styles.scss */
  #block-menu-block-1 ul li,
  #block-menu-block-2 ul li,
  #block-menu-block-3 ul li {
    margin-right: 5%;
  }
}
@media screen and (max-width: 700px) {
  /* line 252, ../sass/styles.scss */
  #block-menu-block-1 ul li,
  #block-menu-block-2 ul li,
  #block-menu-block-3 ul li {
    display: block;
    margin: 0 0 0 42px;
  }
}
/* line 262, ../sass/styles.scss */
#block-menu-block-1 ul a,
#block-menu-block-2 ul a,
#block-menu-block-3 ul a {
  font-family: "museo-slab", serif;
  font-weight: 500;
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  display: block;
  padding-top: 13px;
}
@media screen and (max-width: 800px) {
  /* line 262, ../sass/styles.scss */
  #block-menu-block-1 ul a,
  #block-menu-block-2 ul a,
  #block-menu-block-3 ul a {
    font-size: 14px;
  }
}
@media screen and (max-width: 700px) {
  /* line 262, ../sass/styles.scss */
  #block-menu-block-1 ul a,
  #block-menu-block-2 ul a,
  #block-menu-block-3 ul a {
    font-family: "museo-slab", serif;
    font-weight: 900;
    font-size: 12px;
    color: #00afb3;
    text-transform: none;
    padding-top: 5px;
  }
}
/* line 273, ../sass/styles.scss */
#block-menu-block-1 ul a:hover,
#block-menu-block-2 ul a:hover,
#block-menu-block-3 ul a:hover {
  color: #ffdd00;
}
/* line 277, ../sass/styles.scss */
#block-menu-block-1 ul a.selected,
#block-menu-block-2 ul a.selected,
#block-menu-block-3 ul a.selected {
  color: #ffdd00;
}

/* line 284, ../sass/styles.scss */
#block-menu-block-3 a.active-trail {
  color: #ffdd00;
}

/* line 290, ../sass/styles.scss */
.flexslider {
  background-color: transparent;
  margin: 0;
  border: none;
}
/* line 292, ../sass/styles.scss */
.flexslider:hover .flex-direction-nav .flex-prev {
  left: auto;
  right: 30px;
}
@media screen and (max-width: 700px) {
  /* line 292, ../sass/styles.scss */
  .flexslider:hover .flex-direction-nav .flex-prev {
    right: 20px;
  }
}

/* line 301, ../sass/styles.scss */
.flexslider .flex-control-nav {
  position: absolute;
  bottom: 0;
  z-index: 2;
}
@media screen and (max-width: 700px) {
  /* line 301, ../sass/styles.scss */
  .flexslider .flex-control-nav {
    display: none;
  }
}
/* line 306, ../sass/styles.scss */
.flexslider .flex-control-nav a {
  background-color: #003c4b;
}
/* line 308, ../sass/styles.scss */
.flexslider .flex-control-nav a.flex-active {
  background-color: white;
}

/* line 315, ../sass/styles.scss */
.flexslider .flex-direction-nav a {
  display: block;
  text-indent: -9999px;
}
@media screen and (max-width: 800px) {
  /* line 315, ../sass/styles.scss */
  .flexslider .flex-direction-nav a {
    top: auto;
    bottom: 14px;
  }
}
/* line 320, ../sass/styles.scss */
.flexslider .flex-direction-nav a:before {
  content: "";
}
/* line 324, ../sass/styles.scss */
.flexslider .flex-direction-nav .flex-prev {
  background-image: url('../images/../images/prev-arrow.png?1431383473');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px 40px;
  left: auto;
  right: 30px;
  width: 60px;
  opacity: 1 !important;
}
@media screen and (max-width: 700px) {
  /* line 324, ../sass/styles.scss */
  .flexslider .flex-direction-nav .flex-prev {
    background-size: 30px 20px;
    right: 20px;
    width: 30px;
  }
}
/* line 331, ../sass/styles.scss */
.flexslider .flex-direction-nav .flex-prev:hover {
  background-image: url('../images/../images/prev-arrow.png?1431383473');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px 40px;
  background-image: url('../images/../images/prev-arrow-hover.png?1431386967');
}
@media screen and (max-width: 700px) {
  /* line 331, ../sass/styles.scss */
  .flexslider .flex-direction-nav .flex-prev:hover {
    background-size: 30px 20px;
    right: 20px;
    width: 30px;
  }
}
/* line 339, ../sass/styles.scss */
.flexslider .flex-direction-nav .flex-next {
  background-image: url('../images/../images/next-arrow.png?1431383469');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 41px 40px;
  right: 10px;
  width: 41px;
  opacity: 1 !important;
}
@media screen and (max-width: 700px) {
  /* line 339, ../sass/styles.scss */
  .flexslider .flex-direction-nav .flex-next {
    background-size: 21px 20px;
    width: 21px;
  }
}
/* line 346, ../sass/styles.scss */
.flexslider .flex-direction-nav .flex-next:hover {
  background-image: url('../images/../images/next-arrow.png?1431383469');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 41px 40px;
  background-image: url('../images/../images/next-arrow-hover.png?1431386948');
}
@media screen and (max-width: 700px) {
  /* line 346, ../sass/styles.scss */
  .flexslider .flex-direction-nav .flex-next:hover {
    background-size: 21px 20px;
    width: 21px;
  }
}

/**** Homepage ****/
/* line 358, ../sass/styles.scss */
#hero-slider .slides {
  position: relative;
}
/* line 360, ../sass/styles.scss */
#hero-slider .slides .views-field-field-slider-title {
  font-family: "museo-slab", serif;
  font-weight: 500;
  font-size: 130px;
  line-height: 130px;
  color: white;
  position: absolute;
  width: 100%;
  top: 40%;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 980px) {
  /* line 360, ../sass/styles.scss */
  #hero-slider .slides .views-field-field-slider-title {
    top: 32%;
  }
}
@media screen and (max-width: 800px) {
  /* line 360, ../sass/styles.scss */
  #hero-slider .slides .views-field-field-slider-title {
    top: 28%;
    font-size: 114px;
  }
}
@media screen and (max-width: 700px) {
  /* line 360, ../sass/styles.scss */
  #hero-slider .slides .views-field-field-slider-title {
    top: 38%;
    font-size: 65px;
    line-height: 65px;
    font-size: 54px;
  }
}
/* line 375, ../sass/styles.scss */
#hero-slider .slides .views-field-field-slider-title span {
  font-family: "museo-slab", serif;
  font-weight: 500;
  font-size: 130px;
  line-height: 130px;
  color: #003c4b;
  font-family: "museo-slab", serif;
  font-weight: 900;
  color: #ffdd00;
  letter-spacing: -4px;
}
@media screen and (max-width: 800px) {
  /* line 375, ../sass/styles.scss */
  #hero-slider .slides .views-field-field-slider-title span {
    font-size: 114px;
  }
}
@media screen and (max-width: 700px) {
  /* line 375, ../sass/styles.scss */
  #hero-slider .slides .views-field-field-slider-title span {
    font-size: 65px;
    line-height: 65px;
    font-size: 54px;
  }
}
@media screen and (max-width: 700px) {
  /* line 388, ../sass/styles.scss */
  #hero-slider .slides .views-field-field-slider-image img {
    min-height: 350px;
    object-fit: cover;
  }
}
/* line 394, ../sass/styles.scss */
#hero-slider .slides .views-field-nothing {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 175, 179, 0.4);
  top: 0;
}

@media screen and (max-width: 700px) {
  /* line 400, ../sass/styles.scss */
  .page-node-3 #header {
    display: block;
    padding: 0;
  }
}
/* line 407, ../sass/styles.scss */
.page-node-3 #page-title {
  display: none;
}

/* line 413, ../sass/styles.scss */
.paragraphs-items-field-feature-copy {
  padding: 52px 0;
}
@media screen and (max-width: 700px) {
  /* line 413, ../sass/styles.scss */
  .paragraphs-items-field-feature-copy {
    padding: 24px 0;
  }
}
/* line 418, ../sass/styles.scss */
.paragraphs-items-field-feature-copy .content {
  width: 100%;
  max-width: 1200px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 0;
}
@media screen and (max-width: 1200px) {
  /* line 418, ../sass/styles.scss */
  .paragraphs-items-field-feature-copy .content {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
  }
}
/* line 424, ../sass/styles.scss */
.paragraphs-items-field-feature-copy .content .field-name-field-title {
  display: inline-block;
  width: 33%;
  max-width: 404px;
  vertical-align: top;
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-size: 55px;
  line-height: 60px;
  letter-spacing: -2px;
  color: #003c4b;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  color: #003c4b;
}
@media screen and (max-width: 700px) {
  /* line 424, ../sass/styles.scss */
  .paragraphs-items-field-feature-copy .content .field-name-field-title {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 4px;
  }
}
/* line 432, ../sass/styles.scss */
.paragraphs-items-field-feature-copy .content .field-name-field-title span {
  color: #00afb3;
}
/* line 436, ../sass/styles.scss */
.paragraphs-items-field-feature-copy .content .field-name-field-heading {
  display: inline-block;
  width: 67%;
  max-width: 796px;
  vertical-align: top;
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-size: 30px;
  line-height: 40px;
  color: #00afb3;
  font-family: "museo-slab", serif;
  font-weight: 500;
  letter-spacing: -1px;
  color: #003c4b;
}
@media screen and (max-width: 700px) {
  /* line 436, ../sass/styles.scss */
  .paragraphs-items-field-feature-copy .content .field-name-field-heading {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 22px;
  }
}

/* line 448, ../sass/styles.scss */
.paragraphs-items-field-body {
  color: white;
  width: 100%;
  background-color: #003c4b;
  padding: 76px 0 62px;
}
@media screen and (max-width: 700px) {
  /* line 448, ../sass/styles.scss */
  .paragraphs-items-field-body {
    padding: 24px 0;
  }
}
/* line 455, ../sass/styles.scss */
.paragraphs-items-field-body .content {
  width: 100%;
  max-width: 1200px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 0;
}
@media screen and (max-width: 1200px) {
  /* line 455, ../sass/styles.scss */
  .paragraphs-items-field-body .content {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
  }
}
/* line 461, ../sass/styles.scss */
.paragraphs-items-field-body .content a {
  font-family: "museo-slab", serif;
  font-weight: 900;
  color: #00afb3 !important;
  text-decoration: none !important;
}
/* line 464, ../sass/styles.scss */
.paragraphs-items-field-body .content .group-left-twocol {
  display: inline-block;
  width: 33%;
  max-width: 404px;
  vertical-align: top;
}
@media screen and (max-width: 700px) {
  /* line 464, ../sass/styles.scss */
  .paragraphs-items-field-body .content .group-left-twocol {
    display: block;
    width: 100%;
  }
}
/* line 470, ../sass/styles.scss */
.paragraphs-items-field-body .content .group-right-twocol {
  display: inline-block;
  width: 67%;
  max-width: 796px;
  vertical-align: top;
  font-size: 0;
}
/* line 473, ../sass/styles.scss */
.paragraphs-items-field-body .content .group-right-twocol p {
  margin: 12px 0 !important;
}
@media screen and (max-width: 700px) {
  /* line 473, ../sass/styles.scss */
  .paragraphs-items-field-body .content .group-right-twocol p {
    font-size: 14px;
    line-height: 16px;
  }
}
/* line 479, ../sass/styles.scss */
.paragraphs-items-field-body .content .group-right-twocol ul {
  margin: 12px 0 !important;
  padding: 0 0 0 20px;
}
@media screen and (max-width: 700px) {
  /* line 479, ../sass/styles.scss */
  .paragraphs-items-field-body .content .group-right-twocol ul {
    font-size: 14px;
    line-height: 16px;
  }
}
@media screen and (max-width: 700px) {
  /* line 470, ../sass/styles.scss */
  .paragraphs-items-field-body .content .group-right-twocol {
    display: block;
    width: 100%;
  }
}
/* line 489, ../sass/styles.scss */
.paragraphs-items-field-body .content .group-right-twocol > div {
  font-family: "aktiv-grotesk-std", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #003c4b;
  line-height: 24px;
  color: white;
  display: inline-block;
  width: 46%;
  vertical-align: top;
}
@media screen and (max-width: 700px) {
  /* line 489, ../sass/styles.scss */
  .paragraphs-items-field-body .content .group-right-twocol > div {
    display: block;
    width: 100%;
  }
}
/* line 497, ../sass/styles.scss */
.paragraphs-items-field-body .content .group-right-twocol > div:first-child {
  margin-right: 50px;
}
@media screen and (max-width: 980px) {
  /* line 497, ../sass/styles.scss */
  .paragraphs-items-field-body .content .group-right-twocol > div:first-child {
    margin-right: 8%;
  }
}
@media screen and (max-width: 700px) {
  /* line 497, ../sass/styles.scss */
  .paragraphs-items-field-body .content .group-right-twocol > div:first-child {
    margin-right: 0;
  }
}
/* line 509, ../sass/styles.scss */
.paragraphs-items-field-body .field-name-field-title-twocol {
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-size: 55px;
  line-height: 60px;
  letter-spacing: -2px;
  color: #003c4b;
  color: #00afb3;
}
@media screen and (max-width: 700px) {
  /* line 509, ../sass/styles.scss */
  .paragraphs-items-field-body .field-name-field-title-twocol {
    font-size: 32px;
    line-height: 36px;
  }
}
/* line 514, ../sass/styles.scss */
.paragraphs-items-field-body .field-name-field-title-twocol span {
  font-family: "museo-slab", serif;
  font-weight: 500;
  color: white;
}

/* line 521, ../sass/styles.scss */
#block-views-projects-block {
  width: 100%;
  max-width: 1200px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 0;
  line-height: 0;
  padding: 46px 0 92px;
}
@media screen and (max-width: 700px) {
  /* line 521, ../sass/styles.scss */
  #block-views-projects-block {
    padding: 36px 0;
  }
}
@media screen and (max-width: 1200px) {
  /* line 521, ../sass/styles.scss */
  #block-views-projects-block {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
  }
}
/* line 532, ../sass/styles.scss */
#block-views-projects-block .block-title {
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-size: 55px;
  line-height: 60px;
  letter-spacing: -2px;
  color: #003c4b;
  padding-bottom: 40px;
}
@media screen and (max-width: 700px) {
  /* line 532, ../sass/styles.scss */
  #block-views-projects-block .block-title {
    font-size: 32px;
    line-height: 36px;
    padding-bottom: 24px;
  }
}
/* line 538, ../sass/styles.scss */
#block-views-projects-block .views-row {
  width: 33.3%;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 700px) {
  /* line 538, ../sass/styles.scss */
  #block-views-projects-block .views-row {
    display: block;
    width: 100%;
    margin-bottom: 24px;
  }
}
/* line 545, ../sass/styles.scss */
#block-views-projects-block .views-row:hover .views-field-view-node {
  display: block;
}
/* line 549, ../sass/styles.scss */
#block-views-projects-block .views-field-view-node {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 60, 75, 0.8);
  top: 0;
  display: none;
}
@media screen and (max-width: 700px) {
  /* line 549, ../sass/styles.scss */
  #block-views-projects-block .views-field-view-node {
    background-color: transparent;
    display: block;
    position: relative;
  }
}
/* line 558, ../sass/styles.scss */
#block-views-projects-block #kp-container {
  padding: 44px 50px;
}
@media screen and (max-width: 980px) {
  /* line 558, ../sass/styles.scss */
  #block-views-projects-block #kp-container {
    padding: 8%;
  }
}
@media screen and (max-width: 800px) {
  /* line 558, ../sass/styles.scss */
  #block-views-projects-block #kp-container {
    padding: 6%;
  }
}
@media screen and (max-width: 700px) {
  /* line 558, ../sass/styles.scss */
  #block-views-projects-block #kp-container {
    padding: 10px 0 0 0;
  }
}
/* line 569, ../sass/styles.scss */
#block-views-projects-block #kp-container .kp-title {
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-size: 55px;
  line-height: 60px;
  letter-spacing: -2px;
  color: #003c4b;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  color: white;
  border-bottom: 5px solid white;
  height: 82px;
  margin-bottom: 36px;
}
@media screen and (max-width: 980px) {
  /* line 569, ../sass/styles.scss */
  #block-views-projects-block #kp-container .kp-title {
    height: 70px;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 800px) {
  /* line 569, ../sass/styles.scss */
  #block-views-projects-block #kp-container .kp-title {
    font-size: 16px;
    line-height: 21px;
  }
}
@media screen and (max-width: 700px) {
  /* line 569, ../sass/styles.scss */
  #block-views-projects-block #kp-container .kp-title {
    font-family: "museo-slab", serif;
    font-weight: 900;
    font-size: 55px;
    line-height: 60px;
    letter-spacing: -2px;
    color: #003c4b;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
    color: #003c4b;
    height: auto;
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    border: none;
  }
}
/* line 593, ../sass/styles.scss */
#block-views-projects-block #kp-container .kp-client {
  font-family: "aktiv-grotesk-std", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #003c4b;
  line-height: 24px;
  color: white;
}
@media screen and (max-width: 700px) {
  /* line 593, ../sass/styles.scss */
  #block-views-projects-block #kp-container .kp-client {
    font-family: "museo-slab", serif;
    font-weight: 900;
    font-size: 55px;
    line-height: 60px;
    letter-spacing: -2px;
    color: #003c4b;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
    color: #003c4b;
    font-size: 12px;
    line-height: 16px;
  }
}
/* line 602, ../sass/styles.scss */
#block-views-projects-block #kp-container .kp-date {
  font-family: "aktiv-grotesk-std", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #003c4b;
  line-height: 24px;
  color: white;
}
@media screen and (max-width: 800px) {
  /* line 602, ../sass/styles.scss */
  #block-views-projects-block #kp-container .kp-date {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 700px) {
  /* line 602, ../sass/styles.scss */
  #block-views-projects-block #kp-container .kp-date {
    display: none;
  }
}
/* line 613, ../sass/styles.scss */
#block-views-projects-block #kp-container .kp-link {
  color: #f57e20;
  text-decoration: none !important;
  font-family: "museo-slab", serif;
  font-weight: 500;
  font-size: 14px ;
  line-height: 22px ;
  text-transform: uppercase ;
  padding-top: 14px;
}
@media screen and (max-width: 800px) {
  /* line 613, ../sass/styles.scss */
  #block-views-projects-block #kp-container .kp-link {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  /* line 613, ../sass/styles.scss */
  #block-views-projects-block #kp-container .kp-link {
    font-size: 12px;
    line-height: 16px;
    display: block;
    padding-top: 10px;
  }
}

/* line 630, ../sass/styles.scss */
#block-views-news-block .block-title {
  width: 100%;
  max-width: 1200px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-size: 55px;
  line-height: 60px;
  letter-spacing: -2px;
  color: #003c4b;
  padding-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  /* line 630, ../sass/styles.scss */
  #block-views-news-block .block-title {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
  }
}
@media screen and (max-width: 700px) {
  /* line 630, ../sass/styles.scss */
  #block-views-news-block .block-title {
    font-size: 32px;
    line-height: 36px;
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 700px) {
  /* line 642, ../sass/styles.scss */
  #block-views-news-block .view-header img {
    min-height: 310px;
    object-fit: cover;
  }
}
/* line 647, ../sass/styles.scss */
#block-views-news-block .view-content {
  width: 100%;
  max-width: 1200px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 46px 0 70px;
}
@media screen and (max-width: 1200px) {
  /* line 647, ../sass/styles.scss */
  #block-views-news-block .view-content {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
    padding: 24px 0 36px;
  }
}
/* line 655, ../sass/styles.scss */
#block-views-news-block .views-field-nothing {
  display: inline-block;
  width: 33%;
  max-width: 404px;
  vertical-align: top;
}
@media screen and (max-width: 700px) {
  /* line 655, ../sass/styles.scss */
  #block-views-news-block .views-field-nothing {
    display: block;
    width: 100%;
  }
}
/* line 660, ../sass/styles.scss */
#block-views-news-block .views-field-nothing .news-title {
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-size: 55px;
  line-height: 60px;
  letter-spacing: -2px;
  color: #003c4b;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  color: #003c4b;
}
@media screen and (max-width: 700px) {
  /* line 660, ../sass/styles.scss */
  #block-views-news-block .views-field-nothing .news-title {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 4px;
  }
}
/* line 667, ../sass/styles.scss */
#block-views-news-block .views-field-nothing .news-date {
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-size: 55px;
  line-height: 60px;
  letter-spacing: -2px;
  color: #003c4b;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  color: #00afb3;
}
@media screen and (max-width: 700px) {
  /* line 667, ../sass/styles.scss */
  #block-views-news-block .views-field-nothing .news-date {
    font-size: 16px;
    line-height: 21px;
  }
}
/* line 674, ../sass/styles.scss */
#block-views-news-block .views-field-nothing-1 {
  display: inline-block;
  width: 67%;
  max-width: 796px;
  vertical-align: top;
  width: 65%;
}
@media screen and (max-width: 700px) {
  /* line 674, ../sass/styles.scss */
  #block-views-news-block .views-field-nothing-1 {
    display: block;
    width: 100%;
  }
}
/* line 680, ../sass/styles.scss */
#block-views-news-block .views-field-nothing-1 .views-more-link {
  color: #f57e20;
  text-decoration: none !important;
  font-family: "museo-slab", serif;
  font-weight: 500;
  font-size: 14px ;
  line-height: 22px ;
  text-transform: uppercase ;
  display: block;
  margin-top: 10px;
}
@media screen and (max-width: 700px) {
  /* line 680, ../sass/styles.scss */
  #block-views-news-block .views-field-nothing-1 .views-more-link {
    font-size: 12px;
    line-height: 16px;
  }
}

/* line 692, ../sass/styles.scss */
#block-block-4 {
  position: relative;
  height: 400px;
  margin-bottom: 100px;
  overflow: hidden;
}
@media screen and (max-width: 700px) {
  /* line 692, ../sass/styles.scss */
  #block-block-4 {
    display: block;
    width: 100%;
    height: 242px;
    margin-bottom: 0;
    font-size: 32px;
    line-height: 36px;
    padding-bottom: 24px;
  }
}

/* line 700, ../sass/styles.scss */
#block-views-capability-block-1 {
  width: 100%;
  max-width: 1200px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
}
@media screen and (max-width: 1200px) {
  /* line 700, ../sass/styles.scss */
  #block-views-capability-block-1 {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
  }
}
/* line 706, ../sass/styles.scss */
#block-views-capability-block-1 .block-title {
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-size: 55px;
  line-height: 60px;
  letter-spacing: -2px;
  color: #003c4b;
  padding-bottom: 40px;
}
@media screen and (max-width: 1100px) {
  /* line 706, ../sass/styles.scss */
  #block-views-capability-block-1 .block-title {
    font-size: 32px;
    line-height: 38px;
    width: 32%;
  }
}
@media screen and (max-width: 700px) {
  /* line 706, ../sass/styles.scss */
  #block-views-capability-block-1 .block-title {
    display: block;
    width: 100%;
    font-size: 32px;
    line-height: 36px;
    padding-bottom: 24px;
  }
}
/* line 717, ../sass/styles.scss */
#block-views-capability-block-1 .view-capability {
  width: 29%;
  max-width: 346px;
}
@media screen and (max-width: 700px) {
  /* line 717, ../sass/styles.scss */
  #block-views-capability-block-1 .view-capability {
    display: block;
    width: 100%;
    max-width: 100%;
  }
}
/* line 724, ../sass/styles.scss */
#block-views-capability-block-1 .view-capability .views-field-field-title-capa {
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-size: 55px;
  line-height: 60px;
  letter-spacing: -2px;
  color: #003c4b;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  color: #00afb3;
  border-top: 5px solid #00afb3;
  padding-top: 12px;
  margin-bottom: 10px;
  cursor: pointer;
}
@media screen and (max-width: 700px) {
  /* line 724, ../sass/styles.scss */
  #block-views-capability-block-1 .view-capability .views-field-field-title-capa {
    font-size: 16px;
    line-height: 21px;
    border-width: 4px;
    padding-top: 6px;
  }
}
/* line 737, ../sass/styles.scss */
#block-views-capability-block-1 .capa-more {
  color: #f57e20;
  text-decoration: none !important;
  font-family: "museo-slab", serif;
  font-weight: 500;
  font-size: 14px ;
  line-height: 22px ;
  text-transform: uppercase ;
  display: block;
  margin-top: 34px;
}
@media screen and (max-width: 700px) {
  /* line 737, ../sass/styles.scss */
  #block-views-capability-block-1 .capa-more {
    font-size: 12px;
    line-height: 16px;
    margin-top: 24px;
  }
}

/* line 748, ../sass/styles.scss */
#block-views-capability-block {
  width: 60.5%;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 1740px) {
  /* line 748, ../sass/styles.scss */
  #block-views-capability-block {
    width: 62%;
  }
}
@media screen and (max-width: 1730px) {
  /* line 748, ../sass/styles.scss */
  #block-views-capability-block {
    xwidth: 62%;
  }
}
@media screen and (max-width: 1580px) {
  /* line 748, ../sass/styles.scss */
  #block-views-capability-block {
    width: 64%;
  }
}
@media screen and (max-width: 1483px) {
  /* line 748, ../sass/styles.scss */
  #block-views-capability-block {
    width: 64%;
  }
}
@media screen and (max-width: 1410px) {
  /* line 748, ../sass/styles.scss */
  #block-views-capability-block {
    width: 65%;
  }
}
@media screen and (max-width: 1300px) {
  /* line 748, ../sass/styles.scss */
  #block-views-capability-block {
    width: 65%;
    width: 66%;
  }
}
@media screen and (max-width: 700px) {
  /* line 748, ../sass/styles.scss */
  #block-views-capability-block {
    display: none;
  }
}
/* line 775, ../sass/styles.scss */
#block-views-capability-block .views-row img {
  min-height: 400px;
  width: auto;
  object-fit: cover;
}
/* line 781, ../sass/styles.scss */
#block-views-capability-block .views-row-2,
#block-views-capability-block .views-row-3 {
  display: none;
}

/* line 788, ../sass/styles.scss */
.page-node-3 .field-name-field-block-4 {
  width: 100%;
  background-color: #00afb3;
  padding: 74px 0 0;
}
@media screen and (max-width: 700px) {
  /* line 788, ../sass/styles.scss */
  .page-node-3 .field-name-field-block-4 {
    padding: 24px 0;
  }
}
/* line 794, ../sass/styles.scss */
.page-node-3 .field-name-field-block-4 #block-views-testimonials-block {
  width: 100%;
  max-width: 1200px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  /* line 794, ../sass/styles.scss */
  .page-node-3 .field-name-field-block-4 #block-views-testimonials-block {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
  }
}
/* line 800, ../sass/styles.scss */
.page-node-3 .field-name-field-block-4 .block-title {
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-size: 55px;
  line-height: 60px;
  letter-spacing: -2px;
  color: #003c4b;
  padding-bottom: 40px;
  display: inline-block;
  width: 33%;
  max-width: 404px;
  vertical-align: top;
}
@media screen and (max-width: 980px) {
  /* line 800, ../sass/styles.scss */
  .page-node-3 .field-name-field-block-4 .block-title {
    width: 32%;
    padding-right: 2%;
  }
}
@media screen and (max-width: 1100px) {
  /* line 800, ../sass/styles.scss */
  .page-node-3 .field-name-field-block-4 .block-title {
    font-size: 32px;
    line-height: 38px;
  }
}
@media screen and (max-width: 700px) {
  /* line 800, ../sass/styles.scss */
  .page-node-3 .field-name-field-block-4 .block-title {
    display: block;
    width: 100%;
    font-size: 32px;
    line-height: 36px;
    padding-bottom: 24px;
  }
}
/* line 815, ../sass/styles.scss */
.page-node-3 .field-name-field-block-4 .view-testimonials {
  display: inline-block;
  width: 67%;
  max-width: 796px;
  vertical-align: top;
  width: 65%;
}
@media screen and (max-width: 700px) {
  /* line 815, ../sass/styles.scss */
  .page-node-3 .field-name-field-block-4 .view-testimonials {
    display: block;
    width: 100%;
  }
}

/* line 826, ../sass/styles.scss */
#home-testimonial .slides li {
  margin-bottom: 90px;
}
@media screen and (max-width: 700px) {
  /* line 826, ../sass/styles.scss */
  #home-testimonial .slides li {
    margin-bottom: 0;
  }
}
/* line 833, ../sass/styles.scss */
#home-testimonial .views-field-body,
#home-testimonial .views-field-nothing {
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-size: 30px;
  line-height: 40px;
  color: #00afb3;
  font-family: "museo-slab", serif;
  font-weight: 500;
  letter-spacing: -1px;
  color: white;
}
@media screen and (max-width: 700px) {
  /* line 833, ../sass/styles.scss */
  #home-testimonial .views-field-body,
  #home-testimonial .views-field-nothing {
    font-size: 18px;
    line-height: 22px;
  }
}
/* line 840, ../sass/styles.scss */
#home-testimonial .views-field-title {
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 22px;
  color: #003c4b;
  margin-top: 30px;
}
@media screen and (max-width: 700px) {
  /* line 840, ../sass/styles.scss */
  #home-testimonial .views-field-title {
    font-size: 12px;
    line-height: 16px;
  }
}
/* line 847, ../sass/styles.scss */
#home-testimonial .views-field-field-name {
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 22px;
  color: white;
}
@media screen and (max-width: 700px) {
  /* line 847, ../sass/styles.scss */
  #home-testimonial .views-field-field-name {
    font-size: 12px;
    line-height: 16px;
  }
}
/* line 853, ../sass/styles.scss */
#home-testimonial .flex-prev {
  background-image: url('../images/../images/prev-arrow.png?1431383473');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px 40px;
  background-image: url('../images/../images/prev-arrow-light.png?1431406099');
}
@media screen and (max-width: 700px) {
  /* line 853, ../sass/styles.scss */
  #home-testimonial .flex-prev {
    background-size: 30px 20px;
  }
}
/* line 858, ../sass/styles.scss */
#home-testimonial .flex-prev:hover {
  background-image: url('../images/../images/prev-arrow.png?1431383473');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px 40px;
  background-image: url('../images/../images/prev-arrow-hover.png?1431386967');
}
@media screen and (max-width: 700px) {
  /* line 858, ../sass/styles.scss */
  #home-testimonial .flex-prev:hover {
    background-size: 30px 20px;
  }
}
/* line 865, ../sass/styles.scss */
#home-testimonial .flex-control-nav {
  display: none;
}
/* line 868, ../sass/styles.scss */
#home-testimonial .flex-direction-nav {
  position: absolute;
  right: -80px;
  bottom: 90px;
}
@media screen and (max-width: 1200px) {
  /* line 868, ../sass/styles.scss */
  #home-testimonial .flex-direction-nav {
    right: 0;
  }
}
@media screen and (max-width: 700px) {
  /* line 868, ../sass/styles.scss */
  #home-testimonial .flex-direction-nav {
    bottom: 0;
  }
}

/**** Capability page ****/
/* line 883, ../sass/styles.scss */
.page-node-10 #page-title {
  display: none;
}
@media screen and (max-width: 700px) {
  /* line 883, ../sass/styles.scss */
  .page-node-10 #page-title {
    display: block;
  }
}
/* line 892, ../sass/styles.scss */
.page-node-10 .paragraphs-items-field-page-items-full > .field-name-field-page-items > .field-items > .field-item:last-child {
  width: 100%;
  background-color: #b2e7e8;
  padding: 60px 0 4px;
}
@media screen and (max-width: 700px) {
  /* line 892, ../sass/styles.scss */
  .page-node-10 .paragraphs-items-field-page-items-full > .field-name-field-page-items > .field-items > .field-item:last-child {
    padding: 30px 0 20px;
  }
}
/* line 900, ../sass/styles.scss */
.page-node-10 .group-full-basic {
  margin-top: 0 !important;
}

/* line 906, ../sass/styles.scss */
.paragraphs-item-capability-item .group-capa-main {
  width: 100%;
  max-width: 1200px;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: 58px;
}
@media screen and (max-width: 1200px) {
  /* line 906, ../sass/styles.scss */
  .paragraphs-item-capability-item .group-capa-main {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
  }
}
@media screen and (max-width: 700px) {
  /* line 906, ../sass/styles.scss */
  .paragraphs-item-capability-item .group-capa-main {
    margin-top: 26px;
  }
}
/* line 915, ../sass/styles.scss */
.paragraphs-item-capability-item .group-capa-main .group-left-capa {
  display: inline-block;
  width: 33%;
  max-width: 404px;
  vertical-align: top;
}
@media screen and (max-width: 700px) {
  /* line 915, ../sass/styles.scss */
  .paragraphs-item-capability-item .group-capa-main .group-left-capa {
    display: block;
    width: 100%;
  }
}
/* line 921, ../sass/styles.scss */
.paragraphs-item-capability-item .group-capa-main .group-right-capa {
  display: inline-block;
  width: 67%;
  max-width: 796px;
  vertical-align: top;
  margin-bottom: 90px;
}
@media screen and (max-width: 700px) {
  /* line 921, ../sass/styles.scss */
  .paragraphs-item-capability-item .group-capa-main .group-right-capa {
    display: block;
    width: 100%;
    margin-bottom: 24px;
  }
}
/* line 932, ../sass/styles.scss */
.paragraphs-item-capability-item .field-name-field-title-capa {
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-size: 55px;
  line-height: 60px;
  letter-spacing: -2px;
  color: #003c4b;
  padding-bottom: 40px;
}
/* line 934, ../sass/styles.scss */
.paragraphs-item-capability-item .field-name-field-title-capa > .field-items:before {
  display: block;
  content: "";
  height: 140px;
  margin: -140px 0 0;
}
@media screen and (max-width: 1100px) {
  /* line 932, ../sass/styles.scss */
  .paragraphs-item-capability-item .field-name-field-title-capa {
    font-size: 32px;
    line-height: 38px;
  }
}
@media screen and (max-width: 700px) {
  /* line 932, ../sass/styles.scss */
  .paragraphs-item-capability-item .field-name-field-title-capa {
    font-size: 32px;
    line-height: 36px;
    padding-bottom: 24px;
    padding-bottom: 14px;
  }
}
/* line 948, ../sass/styles.scss */
.paragraphs-item-capability-item .field-name-field-subheading {
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-size: 30px;
  line-height: 40px;
  color: #00afb3;
  font-family: "museo-slab", serif;
  font-weight: 500;
  letter-spacing: -1px;
  color: #003c4b;
  margin-bottom: 10px;
}
@media screen and (max-width: 700px) {
  /* line 948, ../sass/styles.scss */
  .paragraphs-item-capability-item .field-name-field-subheading {
    font-size: 18px;
    line-height: 22px;
  }
}
/* line 955, ../sass/styles.scss */
.paragraphs-item-capability-item .field-name-field-heading-acc {
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-size: 55px;
  line-height: 60px;
  letter-spacing: -2px;
  color: #003c4b;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  color: #00afb3;
  padding: 20px 50px 0 0;
}
@media screen and (max-width: 700px) {
  /* line 955, ../sass/styles.scss */
  .paragraphs-item-capability-item .field-name-field-heading-acc {
    font-size: 16px;
    line-height: 21px;
    padding: 6px 46px 0 0;
  }
}
/* line 963, ../sass/styles.scss */
.paragraphs-item-capability-item .field-name-field-image {
  line-height: 0;
}
@media screen and (max-width: 700px) {
  /* line 966, ../sass/styles.scss */
  .paragraphs-item-capability-item .field-name-field-image img {
    min-height: 310px;
    object-fit: cover;
  }
}

/* line 973, ../sass/styles.scss */
.field-name-field-capability-points {
  margin: 74px 0 0;
}
@media screen and (max-width: 700px) {
  /* line 973, ../sass/styles.scss */
  .field-name-field-capability-points {
    margin: 24px 0;
  }
}
/* line 978, ../sass/styles.scss */
.field-name-field-capability-points .paragraphs-item-accordion-item {
  border-top: 5px solid #00afb3;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 700px) {
  /* line 978, ../sass/styles.scss */
  .field-name-field-capability-points .paragraphs-item-accordion-item {
    margin-bottom: 10px;
  }
}
/* line 986, ../sass/styles.scss */
.field-name-field-capability-points .content {
  position: relative;
}
/* line 990, ../sass/styles.scss */
.field-name-field-capability-points .collapsed .fieldset-legend {
  top: 0;
  bottom: auto;
}
/* line 996, ../sass/styles.scss */
.field-name-field-capability-points .collapsible {
  border: none;
  margin: 0;
  padding: 0;
  position: unset !important;
}
/* line 1001, ../sass/styles.scss */
.field-name-field-capability-points .collapsible legend {
  width: 100%;
  right: 0;
  top: 0;
}
/* line 1006, ../sass/styles.scss */
.field-name-field-capability-points .collapsible .fieldset-legend {
  background-image: none !important;
  position: absolute;
  right: 0;
  bottom: -20px;
}
@media screen and (max-width: 700px) {
  /* line 1006, ../sass/styles.scss */
  .field-name-field-capability-points .collapsible .fieldset-legend {
    bottom: -12px;
  }
}
/* line 1014, ../sass/styles.scss */
.field-name-field-capability-points .collapsible .fieldset-legend .fieldset-title {
  background-image: url('../images/../images/toggle-active-icon.png?1431649465');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px 40px;
  display: block;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
}
@media screen and (max-width: 700px) {
  /* line 1014, ../sass/styles.scss */
  .field-name-field-capability-points .collapsible .fieldset-legend .fieldset-title {
    background-size: 25px 25px;
    background-position: right bottom;
    width: 40px;
    height: 40px;
  }
}
/* line 1027, ../sass/styles.scss */
.field-name-field-capability-points .collapsible .fieldset-wrapper {
  border-bottom: 5px solid #f57e20;
  padding: 4px 56px 0 0;
}
/* line 1030, ../sass/styles.scss */
.field-name-field-capability-points .collapsible .fieldset-wrapper .field-item {
  margin-bottom: 40px;
}
@media screen and (max-width: 700px) {
  /* line 1030, ../sass/styles.scss */
  .field-name-field-capability-points .collapsible .fieldset-wrapper .field-item {
    margin-bottom: 20px;
  }
}
/* line 1039, ../sass/styles.scss */
.field-name-field-capability-points .collapsed {
  height: 0 !important;
}
/* line 1041, ../sass/styles.scss */
.field-name-field-capability-points .collapsed .fieldset-legend {
  background-image: none !important;
  position: absolute;
  right: 0;
  bottom: auto;
}
/* line 1046, ../sass/styles.scss */
.field-name-field-capability-points .collapsed .fieldset-legend .fieldset-title {
  background-image: url('../images/../images/toggle-icon.png?1431645042');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px 40px;
  display: block;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
}
@media screen and (max-width: 700px) {
  /* line 1046, ../sass/styles.scss */
  .field-name-field-capability-points .collapsed .fieldset-legend .fieldset-title {
    background-size: 25px 25px;
    background-position: right top;
    width: 40px;
    height: 40px;
  }
}

/* line 1064, ../sass/styles.scss */
.paragraphs-item-basic-subheading-text-item p a {
  font-family: "museo-slab", serif;
  font-weight: 900;
  color: #00afb3 !important;
  text-decoration: none !important;
}
@media screen and (max-width: 700px) {
  /* line 1068, ../sass/styles.scss */
  .paragraphs-item-basic-subheading-text-item .field-name-field-image-basic img {
    min-height: 310px;
    object-fit: cover;
  }
}
/* line 1074, ../sass/styles.scss */
.paragraphs-item-basic-subheading-text-item .group-full-basic {
  width: 100%;
  max-width: 1200px;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: 65px;
}
@media screen and (max-width: 1200px) {
  /* line 1074, ../sass/styles.scss */
  .paragraphs-item-basic-subheading-text-item .group-full-basic {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
  }
}
/* line 1081, ../sass/styles.scss */
.paragraphs-item-basic-subheading-text-item .group-left-basic {
  display: inline-block;
  width: 33%;
  max-width: 404px;
  vertical-align: top;
}
@media screen and (max-width: 700px) {
  /* line 1081, ../sass/styles.scss */
  .paragraphs-item-basic-subheading-text-item .group-left-basic {
    display: block;
    width: 100%;
  }
}
/* line 1088, ../sass/styles.scss */
.paragraphs-item-basic-subheading-text-item .group-right-basic {
  display: inline-block;
  width: 67%;
  max-width: 796px;
  vertical-align: top;
}
@media screen and (max-width: 700px) {
  /* line 1088, ../sass/styles.scss */
  .paragraphs-item-basic-subheading-text-item .group-right-basic {
    display: block;
    width: 100%;
  }
}
/* line 1095, ../sass/styles.scss */
.paragraphs-item-basic-subheading-text-item .views-row {
  border-bottom: 5px solid #003c4b;
  padding-bottom: 46px;
  margin-bottom: 44px;
}
@media screen and (max-width: 700px) {
  /* line 1095, ../sass/styles.scss */
  .paragraphs-item-basic-subheading-text-item .views-row {
    padding-bottom: 22px;
    margin-bottom: 20px;
  }
}
/* line 1104, ../sass/styles.scss */
.paragraphs-item-basic-subheading-text-item .views-row:last-child {
  border: none;
  padding-bottom: 20px;
  margin-bottom: 0;
}
@media screen and (max-width: 700px) {
  /* line 1104, ../sass/styles.scss */
  .paragraphs-item-basic-subheading-text-item .views-row:last-child {
    margin-bottom: 0;
  }
}
/* line 1113, ../sass/styles.scss */
.paragraphs-item-basic-subheading-text-item .field-name-field-title-basic {
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-size: 55px;
  line-height: 60px;
  letter-spacing: -2px;
  color: #003c4b;
  padding-bottom: 40px;
  padding-right: 10px;
}
/* line 1116, ../sass/styles.scss */
.paragraphs-item-basic-subheading-text-item .field-name-field-title-basic > .field-items:before {
  display: block;
  content: "";
  height: 140px;
  margin: -140px 0 0;
}
@media screen and (max-width: 1100px) {
  /* line 1113, ../sass/styles.scss */
  .paragraphs-item-basic-subheading-text-item .field-name-field-title-basic {
    font-size: 32px;
    line-height: 38px;
  }
}
@media screen and (max-width: 700px) {
  /* line 1113, ../sass/styles.scss */
  .paragraphs-item-basic-subheading-text-item .field-name-field-title-basic {
    font-size: 32px;
    line-height: 36px;
    padding-bottom: 24px;
    padding-bottom: 12px;
  }
}
/* line 1130, ../sass/styles.scss */
.paragraphs-item-basic-subheading-text-item .views-field-name {
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-size: 30px;
  line-height: 40px;
  color: #00afb3;
  padding: 0 0 18px 0;
}
@media screen and (max-width: 700px) {
  /* line 1130, ../sass/styles.scss */
  .paragraphs-item-basic-subheading-text-item .views-field-name {
    font-size: 18px;
    line-height: 22px;
    padding: 0 0 15px 0;
  }
}
/* line 1138, ../sass/styles.scss */
.paragraphs-item-basic-subheading-text-item .views-field-field-subheading-market {
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-size: 30px;
  line-height: 40px;
  color: #00afb3;
  font-family: "museo-slab", serif;
  font-weight: 500;
  letter-spacing: -1px;
  color: #003c4b;
  margin-bottom: 20px;
}
@media screen and (max-width: 700px) {
  /* line 1138, ../sass/styles.scss */
  .paragraphs-item-basic-subheading-text-item .views-field-field-subheading-market {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 5px;
  }
}
/* line 1149, ../sass/styles.scss */
.paragraphs-item-basic-subheading-text-item .views-field-description-field p {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 700px) {
  /* line 1146, ../sass/styles.scss */
  .paragraphs-item-basic-subheading-text-item .views-field-description-field {
    display: block;
    width: 100%;
  }
}
/* line 1165, ../sass/styles.scss */
.paragraphs-item-basic-subheading-text-item .views-field-nothing a {
  color: #f57e20;
  text-decoration: none !important;
  font-family: "museo-slab", serif;
  font-weight: 500;
  font-size: 14px ;
  line-height: 22px ;
  text-transform: uppercase ;
  display: block;
  margin-top: 12px;
}
@media screen and (max-width: 700px) {
  /* line 1165, ../sass/styles.scss */
  .paragraphs-item-basic-subheading-text-item .views-field-nothing a {
    font-size: 12px;
    line-height: 16px;
  }
}

/* line 1178, ../sass/styles.scss */
#block-views-market-sectors-block .views-row-3 .views-field-field-subheading-market {
  padding-right: 50px;
}

/**** Projects page ****/
/* line 1186, ../sass/styles.scss */
.node-type-project .region-highlighted {
  width: 100%;
  background-color: #003c4b;
  padding: 70px 0;
}
@media screen and (max-width: 700px) {
  /* line 1186, ../sass/styles.scss */
  .node-type-project .region-highlighted {
    padding: 17px 0;
  }
}
/* line 1193, ../sass/styles.scss */
.node-type-project #page-title {
  display: none;
}
/* line 1196, ../sass/styles.scss */
.node-type-project #content {
  margin-top: 0;
}

/* line 1201, ../sass/styles.scss */
#block-views-projects-block-1 {
  width: 100%;
  max-width: 1200px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 0;
}
@media screen and (max-width: 1200px) {
  /* line 1201, ../sass/styles.scss */
  #block-views-projects-block-1 {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
  }
}
/* line 1207, ../sass/styles.scss */
#block-views-projects-block-1 h2 {
  display: inline-block;
  width: 33%;
  max-width: 404px;
  vertical-align: top;
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-size: 55px;
  line-height: 60px;
  letter-spacing: -2px;
  color: #003c4b;
  padding-bottom: 40px;
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-size: 55px;
  line-height: 60px;
  letter-spacing: -2px;
  color: #003c4b;
  color: #00afb3;
}
@media screen and (max-width: 700px) {
  /* line 1207, ../sass/styles.scss */
  #block-views-projects-block-1 h2 {
    display: block;
    width: 100%;
    font-size: 32px;
    line-height: 36px;
    padding-bottom: 24px;
    color: white;
  }
}
/* line 1217, ../sass/styles.scss */
#block-views-projects-block-1 .view-projects {
  display: inline-block;
  width: 67%;
  max-width: 796px;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}
@media screen and (max-width: 700px) {
  /* line 1217, ../sass/styles.scss */
  #block-views-projects-block-1 .view-projects {
    display: block;
    width: 100%;
    margin-bottom: 24px;
  }
}
/* line 1226, ../sass/styles.scss */
#block-views-projects-block-1 .views-row {
  width: 33.3%;
  display: inline-block;
  position: relative;
  width: 20%;
  max-width: 159px;
}
@media screen and (max-width: 700px) {
  /* line 1226, ../sass/styles.scss */
  #block-views-projects-block-1 .views-row {
    width: 33%;
    max-width: 196px;
  }
}
/* line 1235, ../sass/styles.scss */
#block-views-projects-block-1 .views-row:hover .views-field-view-node a {
  display: table;
  min-height: 160px;
}
@media screen and (max-width: 1200px) {
  /* line 1235, ../sass/styles.scss */
  #block-views-projects-block-1 .views-row:hover .views-field-view-node a {
    min-height: auto;
  }
}
/* line 1243, ../sass/styles.scss */
#block-views-projects-block-1 .views-field-field-thumbnail-image {
  line-height: 0;
}
/* line 1246, ../sass/styles.scss */
#block-views-projects-block-1 .views-field-view-node {
  height: 100%;
}
/* line 1248, ../sass/styles.scss */
#block-views-projects-block-1 .views-field-view-node a {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 175, 179, 0.8);
  top: 0;
  display: none;
}
@media screen and (max-width: 700px) {
  /* line 1248, ../sass/styles.scss */
  #block-views-projects-block-1 .views-field-view-node a {
    display: block;
    background-color: transparent;
  }
}
/* line 1257, ../sass/styles.scss */
#block-views-projects-block-1 .project-sect {
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-size: 55px;
  line-height: 60px;
  letter-spacing: -2px;
  color: #003c4b;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  color: white;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 980px) {
  /* line 1257, ../sass/styles.scss */
  #block-views-projects-block-1 .project-sect {
    font-size: 16px;
    line-height: 21px;
  }
}
@media screen and (max-width: 700px) {
  /* line 1257, ../sass/styles.scss */
  #block-views-projects-block-1 .project-sect {
    display: none;
  }
}
/* line 1269, ../sass/styles.scss */
#block-views-projects-block-1 .view-footer {
  opacity: 0.99;
}
/* line 1271, ../sass/styles.scss */
#block-views-projects-block-1 .view-footer span {
  display: block;
  width: 100%;
  height: 40px;
  text-indent: -9999px;
  font-size: 40px;
  cursor: pointer;
}
@media screen and (max-width: 700px) {
  /* line 1271, ../sass/styles.scss */
  #block-views-projects-block-1 .view-footer span {
    max-width: 589px;
  }
}
/* line 1283, ../sass/styles.scss */
#block-views-projects-block-1 .projects-more {
  background-image: url('../images/../images/toggle-icon.png?1431645042');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px 40px;
  border-top: 5px solid #00afb3;
  background-position: right center;
  display: block;
  width: 100%;
  height: 40px;
  font-size: 40px;
  text-indent: -9999px;
  cursor: pointer;
  background-position: right center;
}
/* line 1289, ../sass/styles.scss */
#block-views-projects-block-1 .projects-less {
  background-image: url('../images/../images/toggle-active-icon.png?1431649465');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px 40px;
  border-bottom: 5px solid #f57e20;
  background-position: right center;
  display: block;
  width: 100%;
  height: 40px;
  font-size: 40px;
  text-indent: -9999px;
  cursor: pointer;
  background-position: right center;
  margin-top: -40px;
}

/* line 1298, ../sass/styles.scss */
.group-project-container {
  width: 100%;
  max-width: 1200px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  /* line 1298, ../sass/styles.scss */
  .group-project-container {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
  }
}

/* line 1305, ../sass/styles.scss */
.group-left-project {
  display: inline-block;
  width: 33%;
  max-width: 404px;
  vertical-align: top;
}
@media screen and (max-width: 700px) {
  /* line 1305, ../sass/styles.scss */
  .group-left-project {
    display: block;
    width: 100%;
    max-width: 100%;
  }
}
/* line 1311, ../sass/styles.scss */
.group-left-project .field {
  padding-right: 34px;
}
@media screen and (max-width: 700px) {
  /* line 1311, ../sass/styles.scss */
  .group-left-project .field {
    padding-right: 0;
  }
}
/* line 1317, ../sass/styles.scss */
.group-left-project .field-label {
  border-top: 5px solid #003c4b;
  font-weight: normal;
  padding-top: 2px;
}
/* line 1322, ../sass/styles.scss */
.group-left-project .field-items {
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-size: 55px;
  line-height: 60px;
  letter-spacing: -2px;
  color: #003c4b;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  color: #00afb3;
  margin-bottom: 20px;
}
@media screen and (max-width: 700px) {
  /* line 1322, ../sass/styles.scss */
  .group-left-project .field-items {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 12px;
  }
}
/* line 1330, ../sass/styles.scss */
.group-left-project .field-name-title-field .field-items {
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-size: 55px;
  line-height: 60px;
  letter-spacing: -2px;
  color: #003c4b;
  padding-bottom: 40px;
  margin-bottom: 0;
  padding-top: 70px;
}
@media screen and (max-width: 1100px) {
  /* line 1330, ../sass/styles.scss */
  .group-left-project .field-name-title-field .field-items {
    font-size: 32px;
    line-height: 38px;
  }
}
@media screen and (max-width: 700px) {
  /* line 1330, ../sass/styles.scss */
  .group-left-project .field-name-title-field .field-items {
    font-size: 32px;
    line-height: 36px;
    padding-bottom: 24px;
    padding: 10px 0;
  }
}

/* line 1344, ../sass/styles.scss */
.group-right-project {
  display: inline-block;
  width: 67%;
  max-width: 796px;
  vertical-align: top;
  margin-bottom: 82px;
}
@media screen and (max-width: 700px) {
  /* line 1344, ../sass/styles.scss */
  .group-right-project {
    display: block;
    width: 100%;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 700px) {
  /* line 1351, ../sass/styles.scss */
  .group-right-project .field-name-field-basic-image {
    xdisplay: none;
  }
}
/* line 1356, ../sass/styles.scss */
.group-right-project .field-name-field-basic-image-heading {
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-size: 30px;
  line-height: 40px;
  color: #00afb3;
  font-family: "museo-slab", serif;
  font-weight: 500;
  letter-spacing: -1px;
  color: #003c4b;
  margin: 35px 0 14px;
}
@media screen and (max-width: 700px) {
  /* line 1356, ../sass/styles.scss */
  .group-right-project .field-name-field-basic-image-heading {
    font-size: 18px;
    line-height: 22px;
    margin-top: 6px;
  }
}

/* line 1366, ../sass/styles.scss */
.group-pgal-container {
  width: 100%;
  background-color: rgba(0, 175, 179, 0.1);
  padding: 42px 0 50px;
}
@media screen and (max-width: 700px) {
  /* line 1366, ../sass/styles.scss */
  .group-pgal-container {
    padding: 24px 0;
  }
}

/* line 1374, ../sass/styles.scss */
.field-name-field-project-images {
  width: 100%;
  max-width: 1200px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  /* line 1374, ../sass/styles.scss */
  .field-name-field-project-images {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
  }
}
/* line 1379, ../sass/styles.scss */
.field-name-field-project-images .field-label {
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-size: 55px;
  line-height: 60px;
  letter-spacing: -2px;
  color: #003c4b;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  color: #003c4b;
  padding-bottom: 12px;
}
@media screen and (max-width: 700px) {
  /* line 1379, ../sass/styles.scss */
  .field-name-field-project-images .field-label {
    font-size: 16px;
    line-height: 21px;
  }
}
/* line 1386, ../sass/styles.scss */
.field-name-field-project-images .field-items {
  font-size: 0;
  line-height: 0;
}
/* line 1390, ../sass/styles.scss */
.field-name-field-project-images .field-item {
  width: 33.3%;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 700px) {
  /* line 1390, ../sass/styles.scss */
  .field-name-field-project-images .field-item {
    display: block;
    width: 100%;
    line-height: 0;
  }
}
/* line 1398, ../sass/styles.scss */
.field-name-field-project-images .field-item:nth-child(1),
.field-name-field-project-images .field-item:nth-child(2),
.field-name-field-project-images .field-item:nth-child(3) {
  xdisplay: inline-block;
}
/* line 1403, ../sass/styles.scss */
.field-name-field-project-images .gallery-read-more {
  background-image: url('../images/../images/toggle-icon.png?1431645042');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px 40px;
  border-top: 5px solid #00afb3;
  background-position: right center;
  display: block;
  width: 100%;
  height: 40px;
  font-size: 40px;
  text-indent: -9999px;
  cursor: pointer;
}
/* line 1408, ../sass/styles.scss */
.field-name-field-project-images .gallery-read-less {
  background-image: url('../images/../images/toggle-active-icon.png?1431649465');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px 40px;
  border-bottom: 5px solid #f57e20;
  background-position: right center;
  display: block;
  width: 100%;
  height: 40px;
  font-size: 40px;
  text-indent: -9999px;
  cursor: pointer;
  margin-top: -40px;
}

/* line 1416, ../sass/styles.scss */
#cboxOverlay {
  background-color: #003c4b;
}

/* line 1420, ../sass/styles.scss */
#cboxPrevious {
  background-image: url('../images/../images/prev-arrow.png?1431383473');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px 40px;
  left: auto;
  right: 30px;
  width: 60px;
  opacity: 1 !important;
  height: 40px;
  top: 50%;
}
@media screen and (max-width: 700px) {
  /* line 1420, ../sass/styles.scss */
  #cboxPrevious {
    background-size: 30px 20px;
    right: 20px;
    width: 30px;
  }
}
/* line 1429, ../sass/styles.scss */
#cboxPrevious:hover {
  background-image: url('../images/../images/prev-arrow.png?1431383473');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px 40px;
  background-image: url('../images/../images/prev-arrow-hover.png?1431386967');
}
@media screen and (max-width: 700px) {
  /* line 1429, ../sass/styles.scss */
  #cboxPrevious:hover {
    background-size: 30px 20px;
    right: 20px;
    width: 30px;
  }
}

/* line 1438, ../sass/styles.scss */
#cboxNext {
  background-image: url('../images/../images/next-arrow.png?1431383469');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 41px 40px;
  right: 10px;
  width: 41px;
  opacity: 1 !important;
  height: 40px;
  left: auto;
  top: 50%;
}
@media screen and (max-width: 700px) {
  /* line 1438, ../sass/styles.scss */
  #cboxNext {
    background-size: 21px 20px;
    width: 21px;
  }
}
/* line 1448, ../sass/styles.scss */
#cboxNext:hover {
  background-image: url('../images/../images/next-arrow.png?1431383469');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 41px 40px;
  background-image: url('../images/../images/next-arrow-hover.png?1431386948');
}
@media screen and (max-width: 700px) {
  /* line 1448, ../sass/styles.scss */
  #cboxNext:hover {
    background-size: 21px 20px;
    width: 21px;
  }
}

/* line 1457, ../sass/styles.scss */
#cboxWrapper {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/* line 1462, ../sass/styles.scss */
#cboxTopLeft {
  width: 6px;
  height: 6px;
}

/* line 1466, ../sass/styles.scss */
#cboxTopCenter {
  height: 6px;
}

/* line 1469, ../sass/styles.scss */
#cboxTopRight {
  width: 6px;
  height: 6px;
}

/* line 1473, ../sass/styles.scss */
#cboxBottomLeft {
  width: 6px;
  height: 6px;
}

/* line 1477, ../sass/styles.scss */
#cboxBottomCenter {
  height: 6px;
}

/* line 1480, ../sass/styles.scss */
#cboxBottomRight {
  width: 6px;
  height: 6px;
}

/* line 1484, ../sass/styles.scss */
#cboxMiddleLeft {
  width: 6px;
}

/* line 1487, ../sass/styles.scss */
#cboxMiddleRight {
  width: 6px;
}

/* line 1491, ../sass/styles.scss */
#cboxLoadedContent {
  margin-bottom: 0;
}

/* line 1495, ../sass/styles.scss */
#cboxCurrent,
#cboxClose {
  display: none !important;
}

/* line 1500, ../sass/styles.scss */
.field-name-field-related-testimonial {
  width: 100%;
  max-width: 1200px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 0;
  padding: 70px 0 74px;
}
@media screen and (max-width: 1200px) {
  /* line 1500, ../sass/styles.scss */
  .field-name-field-related-testimonial {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 36px;
    padding-bottom: 24px;
  }
}
/* line 1509, ../sass/styles.scss */
.field-name-field-related-testimonial .field-label {
  display: inline-block;
  width: 33%;
  max-width: 404px;
  vertical-align: top;
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-size: 55px;
  line-height: 60px;
  letter-spacing: -2px;
  color: #003c4b;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  color: #003c4b;
}
@media screen and (max-width: 700px) {
  /* line 1509, ../sass/styles.scss */
  .field-name-field-related-testimonial .field-label {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 21px;
  }
}
/* line 1517, ../sass/styles.scss */
.field-name-field-related-testimonial > .field-items {
  display: inline-block;
  width: 67%;
  max-width: 796px;
  vertical-align: top;
}
@media screen and (max-width: 700px) {
  /* line 1517, ../sass/styles.scss */
  .field-name-field-related-testimonial > .field-items {
    display: block;
    width: 100%;
  }
}
/* line 1522, ../sass/styles.scss */
.field-name-field-related-testimonial > .field-items header {
  display: none;
}
/* line 1525, ../sass/styles.scss */
.field-name-field-related-testimonial > .field-items .field-name-body {
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-size: 30px;
  line-height: 40px;
  color: #00afb3;
  font-family: "museo-slab", serif;
  font-weight: 500;
  letter-spacing: -1px;
  color: #003c4b;
}
/* line 1527, ../sass/styles.scss */
.field-name-field-related-testimonial > .field-items .field-name-body .field-items p:before {
  content: open-quote;
}
/* line 1530, ../sass/styles.scss */
.field-name-field-related-testimonial > .field-items .field-name-body .field-items p:after {
  content: close-quote;
}
@media screen and (max-width: 700px) {
  /* line 1525, ../sass/styles.scss */
  .field-name-field-related-testimonial > .field-items .field-name-body {
    font-size: 18px;
    line-height: 22px;
  }
}
/* line 1537, ../sass/styles.scss */
.field-name-field-related-testimonial > .field-items .field-name-title-field {
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 22px;
  color: #003c4b;
  margin-top: 30px;
}
@media screen and (max-width: 700px) {
  /* line 1537, ../sass/styles.scss */
  .field-name-field-related-testimonial > .field-items .field-name-title-field {
    font-size: 12px;
    line-height: 16px;
    margin-top: 4px;
  }
}
/* line 1545, ../sass/styles.scss */
.field-name-field-related-testimonial > .field-items .field-name-field-name {
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 22px;
  color: #00afb3;
}
@media screen and (max-width: 700px) {
  /* line 1545, ../sass/styles.scss */
  .field-name-field-related-testimonial > .field-items .field-name-field-name {
    font-size: 12px;
    line-height: 16px;
  }
}

/* line 1554, ../sass/styles.scss */
.group-project-pager {
  width: 100%;
  background-color: rgba(0, 175, 179, 0.1);
  font-size: 0;
  height: 100px;
  margin: 0;
  padding: 139px 0;
}
@media screen and (max-width: 700px) {
  /* line 1554, ../sass/styles.scss */
  .group-project-pager {
    height: 135px;
    padding: 16px 0;
  }
}

/* line 1566, ../sass/styles.scss */
.field-name-field-pager-block {
  display: inline-block;
  width: 24%;
  height: 100px;
  vertical-align: top;
}
@media screen and (max-width: 1440px) {
  /* line 1566, ../sass/styles.scss */
  .field-name-field-pager-block {
    width: 8%;
  }
}
@media screen and (max-width: 700px) {
  /* line 1566, ../sass/styles.scss */
  .field-name-field-pager-block {
    width: 100%;
    height: 45px;
  }
}
/* line 1578, ../sass/styles.scss */
.field-name-field-pager-block #block-block-6 {
  background-color: #003c4b;
  height: 100%;
  text-align: right;
}
@media screen and (max-width: 700px) {
  /* line 1578, ../sass/styles.scss */
  .field-name-field-pager-block #block-block-6 {
    text-align: left;
  }
}
/* line 1585, ../sass/styles.scss */
.field-name-field-pager-block #block-block-6 a {
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-size: 55px;
  line-height: 60px;
  letter-spacing: -2px;
  color: #003c4b;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  color: #00afb3;
  display: table;
  width: 100%;
}
@media screen and (max-width: 980px) {
  /* line 1585, ../sass/styles.scss */
  .field-name-field-pager-block #block-block-6 a {
    font-size: 16px;
    line-height: 21px;
  }
}
@media screen and (max-width: 700px) {
  /* line 1585, ../sass/styles.scss */
  .field-name-field-pager-block #block-block-6 a {
    width: 100%;
    text-align: center;
  }
}
/* line 1596, ../sass/styles.scss */
.field-name-field-pager-block #block-block-6 a .all-proj {
  display: table-cell;
  vertical-align: middle;
  padding-right: 36px;
  height: 100px;
}
@media screen and (max-width: 700px) {
  /* line 1596, ../sass/styles.scss */
  .field-name-field-pager-block #block-block-6 a .all-proj {
    height: 45px;
    padding: 0;
  }
}

/* line 1610, ../sass/styles.scss */
.flippy {
  width: 100%;
  background-color: rgba(0, 175, 179, 0.1);
  font-size: 0;
  display: inline-block;
  width: 76%;
  height: 100px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1440px) {
  /* line 1610, ../sass/styles.scss */
  .flippy {
    width: 92%;
  }
}
@media screen and (max-width: 700px) {
  /* line 1610, ../sass/styles.scss */
  .flippy {
    width: 100%;
    height: 90px;
  }
}
/* line 1625, ../sass/styles.scss */
.flippy li {
  padding: 0 !important;
  display: inline-block !important;
  height: 100%;
}
@media screen and (max-width: 700px) {
  /* line 1625, ../sass/styles.scss */
  .flippy li {
    display: block !important;
  }
}
/* line 1632, ../sass/styles.scss */
.flippy li a {
  display: table;
  height: 100%;
}
@media screen and (max-width: 700px) {
  /* line 1632, ../sass/styles.scss */
  .flippy li a {
    text-align: center;
  }
}
/* line 1640, ../sass/styles.scss */
.flippy .prev {
  xmax-width: 303px;
  width: 20%;
}
@media screen and (max-width: 1440px) {
  /* line 1640, ../sass/styles.scss */
  .flippy .prev {
    width: 26%;
  }
}
@media screen and (max-width: 700px) {
  /* line 1640, ../sass/styles.scss */
  .flippy .prev {
    width: 100%;
    height: 45px;
  }
}
/* line 1650, ../sass/styles.scss */
.flippy .prev a {
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-size: 55px;
  line-height: 60px;
  letter-spacing: -2px;
  color: #003c4b;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  color: #003c4b;
  color: #003c4b !important;
  background-color: #00afb3;
  width: 100%;
}
@media screen and (max-width: 980px) {
  /* line 1650, ../sass/styles.scss */
  .flippy .prev a {
    font-size: 16px;
    line-height: 21px;
  }
}
/* line 1659, ../sass/styles.scss */
.flippy .prev .prev-proj {
  display: table-cell;
  vertical-align: middle;
  padding-left: 40px;
}
@media screen and (max-width: 1040px) {
  /* line 1659, ../sass/styles.scss */
  .flippy .prev .prev-proj {
    padding-left: 20px;
  }
}
@media screen and (max-width: 700px) {
  /* line 1659, ../sass/styles.scss */
  .flippy .prev .prev-proj {
    padding-left: 0;
  }
}
/* line 1671, ../sass/styles.scss */
.flippy .next {
  background-color: rgba(0, 60, 75, 0.8);
  width: 80%;
  position: relative;
}
@media screen and (max-width: 1440px) {
  /* line 1671, ../sass/styles.scss */
  .flippy .next {
    width: 74%;
  }
}
@media screen and (max-width: 700px) {
  /* line 1671, ../sass/styles.scss */
  .flippy .next {
    width: 100%;
    height: 45px;
  }
}
/* line 1682, ../sass/styles.scss */
.flippy .next .next-proj {
  display: inline-block;
  padding: 0 9px 0 40px;
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 1040px) {
  /* line 1682, ../sass/styles.scss */
  .flippy .next .next-proj {
    padding-left: 20px;
  }
}
@media screen and (max-width: 700px) {
  /* line 1682, ../sass/styles.scss */
  .flippy .next .next-proj {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
/* line 1696, ../sass/styles.scss */
.flippy .next .next-title {
  background-image: url('../images/../images/link-arrow.png?1431991501');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 12px 22px;
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-size: 55px;
  line-height: 60px;
  letter-spacing: -2px;
  color: #003c4b;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  color: #f57e20;
  display: inline-block;
  padding-left: 20px;
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 980px) {
  /* line 1696, ../sass/styles.scss */
  .flippy .next .next-title {
    font-size: 16px;
    line-height: 21px;
  }
}
@media screen and (max-width: 700px) {
  /* line 1696, ../sass/styles.scss */
  .flippy .next .next-title {
    display: none;
  }
}
/* line 1710, ../sass/styles.scss */
.flippy .next a {
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-size: 55px;
  line-height: 60px;
  letter-spacing: -2px;
  color: #003c4b;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  color: white;
  color: white !important;
}
@media screen and (max-width: 980px) {
  /* line 1710, ../sass/styles.scss */
  .flippy .next a {
    font-size: 16px;
    line-height: 21px;
  }
}
@media screen and (max-width: 700px) {
  /* line 1710, ../sass/styles.scss */
  .flippy .next a {
    text-align: center;
    width: 100%;
  }
}
/* line 1721, ../sass/styles.scss */
.flippy .next img {
  width: 100%;
  height: 100px;
  xmax-width: 869px;
  object-fit: cover;
  position: absolute;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 700px) {
  /* line 1721, ../sass/styles.scss */
  .flippy .next img {
    height: 45px;
  }
}

/**** About us page ****/
/* line 1738, ../sass/styles.scss */
.page-node-11 #page-title {
  display: none;
}
@media screen and (max-width: 700px) {
  /* line 1738, ../sass/styles.scss */
  .page-node-11 #page-title {
    display: block;
  }
}
@media screen and (max-width: 700px) {
  /* line 1745, ../sass/styles.scss */
  .page-node-11 #block-menu-block-2 {
    height: 121px;
  }
}
/* line 1749, ../sass/styles.scss */
.page-node-11 #block-menu-block-2 ul li {
  margin-right: 30px;
}
/* line 1753, ../sass/styles.scss */
.page-node-11 .field-name-field-page-items {
  margin: 58px 0 114px;
}
@media screen and (max-width: 700px) {
  /* line 1753, ../sass/styles.scss */
  .page-node-11 .field-name-field-page-items {
    margin: 22px 0 14px;
  }
}
/* line 1759, ../sass/styles.scss */
.page-node-11 .paragraphs-item-basic-subheading-text-item .group-full-basic {
  position: relative;
}
@media screen and (max-width: 700px) {
  /* line 1759, ../sass/styles.scss */
  .page-node-11 .paragraphs-item-basic-subheading-text-item .group-full-basic {
    margin-top: 28px;
  }
}
/* line 1765, ../sass/styles.scss */
.page-node-11 .collapsible {
  position: relative;
}
/* line 1767, ../sass/styles.scss */
.page-node-11 .collapsible h3 {
  margin: 0;
}
/* line 1770, ../sass/styles.scss */
.page-node-11 .collapsible .field-group-format-toggler {
  border-bottom: 5px solid #f57e20;
  border-top: none;
  width: 100%;
  position: absolute;
  top: auto;
  bottom: -40px;
}
@media screen and (max-width: 700px) {
  /* line 1770, ../sass/styles.scss */
  .page-node-11 .collapsible .field-group-format-toggler {
    bottom: -20px;
  }
}
/* line 1781, ../sass/styles.scss */
.page-node-11 .collapsible .field-group-format-title {
  background-image: url('../images/../images/toggle-active-icon.png?1431649465');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px 40px;
  background-position: right center;
  display: block;
  width: 100%;
  height: 40px;
  text-indent: -9999px;
}
@media screen and (max-width: 700px) {
  /* line 1781, ../sass/styles.scss */
  .page-node-11 .collapsible .field-group-format-title {
    background-size: 25px 25px;
    background-position: right top;
    height: 20px;
  }
}
/* line 1794, ../sass/styles.scss */
.page-node-11 .collapsed {
  position: relative;
  height: 40px;
}
/* line 1797, ../sass/styles.scss */
.page-node-11 .collapsed h3 {
  margin: 0;
}
/* line 1800, ../sass/styles.scss */
.page-node-11 .collapsed .field-group-format-toggler {
  border-top: 5px solid #00afb3;
  border-bottom: none;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: auto;
}
@media screen and (max-width: 700px) {
  /* line 1800, ../sass/styles.scss */
  .page-node-11 .collapsed .field-group-format-toggler {
    xbottom: -12px;
  }
}
/* line 1811, ../sass/styles.scss */
.page-node-11 .collapsed .field-group-format-title {
  background-image: url('../images/../images/toggle-icon.png?1431645042');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px 40px;
  background-position: right center;
  display: block;
  width: 100%;
  height: 40px;
  text-indent: -9999px;
}
@media screen and (max-width: 700px) {
  /* line 1811, ../sass/styles.scss */
  .page-node-11 .collapsed .field-group-format-title {
    background-size: 25px 25px;
    background-position: right top;
    height: 40px;
  }
}

/* line 1827, ../sass/styles.scss */
#block-views-our-values-block .views-field-field-image-value {
  width: 46%;
  float: left;
}
@media screen and (max-width: 700px) {
  /* line 1827, ../sass/styles.scss */
  #block-views-our-values-block .views-field-field-image-value {
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  /* line 1827, ../sass/styles.scss */
  #block-views-our-values-block .views-field-field-image-value {
    width: 100%;
  }
}
/* line 1837, ../sass/styles.scss */
#block-views-our-values-block .views-field-field-subheading-value {
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-size: 30px;
  line-height: 40px;
  color: #00afb3;
  font-family: "museo-slab", serif;
  font-weight: 500;
  letter-spacing: -1px;
  color: #003c4b;
  width: 48%;
  float: right;
  margin: 0 2% 8px 0;
}
@media screen and (max-width: 700px) {
  /* line 1837, ../sass/styles.scss */
  #block-views-our-values-block .views-field-field-subheading-value {
    font-size: 18px;
    line-height: 22px;
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
  }
}
/* line 1847, ../sass/styles.scss */
#block-views-our-values-block .views-field-body {
  width: 48%;
  float: right;
  margin-right: 2%;
}
@media screen and (max-width: 1380px) {
  /* line 1847, ../sass/styles.scss */
  #block-views-our-values-block .views-field-body {
    width: 42%;
    margin-right: 8%;
  }
}
@media screen and (max-width: 700px) {
  /* line 1847, ../sass/styles.scss */
  #block-views-our-values-block .views-field-body {
    width: 100%;
    margin-right: 0;
  }
}
/* line 1860, ../sass/styles.scss */
#block-views-our-values-block .flexslider {
  position: unset;
}
/* line 1863, ../sass/styles.scss */
#block-views-our-values-block .view-header {
  width: 26%;
  position: absolute;
  left: 0;
  top: 167px;
}
@media screen and (max-width: 1200px) {
  /* line 1863, ../sass/styles.scss */
  #block-views-our-values-block .view-header {
    left: 2%;
  }
}
@media screen and (max-width: 700px) {
  /* line 1863, ../sass/styles.scss */
  #block-views-our-values-block .view-header {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
  }
}
/* line 1877, ../sass/styles.scss */
#block-views-our-values-block .view-header .views-row {
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-size: 55px;
  line-height: 60px;
  letter-spacing: -2px;
  color: #003c4b;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  color: #003c4b;
  margin-bottom: 10px;
  padding: 0;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 700px) {
  /* line 1877, ../sass/styles.scss */
  #block-views-our-values-block .view-header .views-row {
    font-size: 16px;
    line-height: 21px;
  }
}
/* line 1887, ../sass/styles.scss */
#block-views-our-values-block .view-header .flex-active {
  color: #00afb3;
}
@media screen and (max-width: 700px) {
  /* line 1891, ../sass/styles.scss */
  #block-views-our-values-block .flex-direction-nav a {
    bottom: auto;
    top: 50%;
  }
}
@media screen and (max-width: 360px) {
  /* line 1891, ../sass/styles.scss */
  #block-views-our-values-block .flex-direction-nav a {
    bottom: auto;
    top: 42%;
  }
}
/* line 1901, ../sass/styles.scss */
#block-views-our-values-block .flex-next {
  right: -80px;
}
@media screen and (max-width: 1380px) {
  /* line 1901, ../sass/styles.scss */
  #block-views-our-values-block .flex-next {
    right: 0;
  }
}
@media screen and (max-width: 700px) {
  /* line 1901, ../sass/styles.scss */
  #block-views-our-values-block .flex-next {
    right: 2%;
  }
}
/* line 1910, ../sass/styles.scss */
#block-views-our-values-block .flex-prev {
  right: -60px;
}
@media screen and (max-width: 1380px) {
  /* line 1910, ../sass/styles.scss */
  #block-views-our-values-block .flex-prev {
    right: 18px;
  }
}
@media screen and (max-width: 700px) {
  /* line 1910, ../sass/styles.scss */
  #block-views-our-values-block .flex-prev {
    right: 3.5%;
  }
}

/* line 1921, ../sass/styles.scss */
.field-name-field-subheading-basic {
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-size: 30px;
  line-height: 40px;
  color: #00afb3;
  font-family: "museo-slab", serif;
  font-weight: 500;
  letter-spacing: -1px;
  color: #003c4b;
  margin-bottom: 10px;
}
@media screen and (max-width: 700px) {
  /* line 1921, ../sass/styles.scss */
  .field-name-field-subheading-basic {
    font-size: 18px;
    line-height: 22px;
  }
}

/* line 1929, ../sass/styles.scss */
.field-name-field-body-basic {
  padding-bottom: 72px;
}
@media screen and (max-width: 700px) {
  /* line 1929, ../sass/styles.scss */
  .field-name-field-body-basic {
    padding-bottom: 34px;
  }
}

/* line 1937, ../sass/styles.scss */
.paragraphs-item-basic-item-collapsible-two-colum .field-name-field-image-collapse-2 {
  margin-bottom: 70px;
}
@media screen and (max-width: 1100px) {
  /* line 1937, ../sass/styles.scss */
  .paragraphs-item-basic-item-collapsible-two-colum .field-name-field-image-collapse-2 {
    font-size: 32px;
    line-height: 38px;
  }
}
@media screen and (max-width: 700px) {
  /* line 1937, ../sass/styles.scss */
  .paragraphs-item-basic-item-collapsible-two-colum .field-name-field-image-collapse-2 {
    margin-bottom: 26px;
  }
  /* line 1944, ../sass/styles.scss */
  .paragraphs-item-basic-item-collapsible-two-colum .field-name-field-image-collapse-2 img {
    min-height: 310px;
    object-fit: cover;
  }
}
/* line 1949, ../sass/styles.scss */
.paragraphs-item-basic-item-collapsible-two-colum .group-main-collapse-2 {
  width: 100%;
  max-width: 1200px;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-bottom: 55px;
}
@media screen and (max-width: 1200px) {
  /* line 1949, ../sass/styles.scss */
  .paragraphs-item-basic-item-collapsible-two-colum .group-main-collapse-2 {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
  }
}
@media screen and (max-width: 700px) {
  /* line 1949, ../sass/styles.scss */
  .paragraphs-item-basic-item-collapsible-two-colum .group-main-collapse-2 {
    margin-bottom: 8px;
  }
}
/* line 1959, ../sass/styles.scss */
.paragraphs-item-basic-item-collapsible-two-colum .group-left-collapse-2 {
  display: inline-block;
  width: 33%;
  max-width: 404px;
  vertical-align: top;
}
@media screen and (max-width: 700px) {
  /* line 1959, ../sass/styles.scss */
  .paragraphs-item-basic-item-collapsible-two-colum .group-left-collapse-2 {
    display: block;
    width: 100%;
  }
}
/* line 1965, ../sass/styles.scss */
.paragraphs-item-basic-item-collapsible-two-colum .group-right-collapse-2 {
  display: inline-block;
  width: 67%;
  max-width: 796px;
  vertical-align: top;
}
@media screen and (max-width: 700px) {
  /* line 1965, ../sass/styles.scss */
  .paragraphs-item-basic-item-collapsible-two-colum .group-right-collapse-2 {
    display: block;
    width: 100%;
  }
}
/* line 1970, ../sass/styles.scss */
.paragraphs-item-basic-item-collapsible-two-colum .group-right-collapse-2 .field-name-field-body-left-collapse {
  display: inline-block;
  width: 46%;
  vertical-align: top;
  margin-right: 50px;
}
@media screen and (max-width: 980px) {
  /* line 1970, ../sass/styles.scss */
  .paragraphs-item-basic-item-collapsible-two-colum .group-right-collapse-2 .field-name-field-body-left-collapse {
    margin-right: 8%;
  }
}
@media screen and (max-width: 700px) {
  /* line 1970, ../sass/styles.scss */
  .paragraphs-item-basic-item-collapsible-two-colum .group-right-collapse-2 .field-name-field-body-left-collapse {
    display: block;
    width: 100%;
  }
}
/* line 1980, ../sass/styles.scss */
.paragraphs-item-basic-item-collapsible-two-colum .group-right-collapse-2 .field-name-field-body-right-collapse {
  display: inline-block;
  width: 46%;
  vertical-align: top;
}
@media screen and (max-width: 700px) {
  /* line 1980, ../sass/styles.scss */
  .paragraphs-item-basic-item-collapsible-two-colum .group-right-collapse-2 .field-name-field-body-right-collapse {
    display: block;
    width: 100%;
  }
}
/* line 1987, ../sass/styles.scss */
.paragraphs-item-basic-item-collapsible-two-colum .field-name-field-title-collapse-2 {
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-size: 55px;
  line-height: 60px;
  letter-spacing: -2px;
  color: #003c4b;
  padding-bottom: 40px;
}
/* line 1989, ../sass/styles.scss */
.paragraphs-item-basic-item-collapsible-two-colum .field-name-field-title-collapse-2 > .field-items:before {
  display: block;
  content: "";
  height: 140px;
  margin: -140px 0 0;
}
@media screen and (max-width: 1100px) {
  /* line 1987, ../sass/styles.scss */
  .paragraphs-item-basic-item-collapsible-two-colum .field-name-field-title-collapse-2 {
    font-size: 32px;
    line-height: 38px;
  }
}
@media screen and (max-width: 700px) {
  /* line 1987, ../sass/styles.scss */
  .paragraphs-item-basic-item-collapsible-two-colum .field-name-field-title-collapse-2 {
    font-size: 32px;
    line-height: 36px;
    padding-bottom: 24px;
    padding-bottom: 14px;
  }
}
/* line 2003, ../sass/styles.scss */
.paragraphs-item-basic-item-collapsible-two-colum .field-name-field-subheading-collapse-2 {
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-size: 30px;
  line-height: 40px;
  color: #00afb3;
  font-family: "museo-slab", serif;
  font-weight: 500;
  letter-spacing: -1px;
  color: #003c4b;
  margin-bottom: 24px;
}
@media screen and (max-width: 700px) {
  /* line 2003, ../sass/styles.scss */
  .paragraphs-item-basic-item-collapsible-two-colum .field-name-field-subheading-collapse-2 {
    font-size: 18px;
    line-height: 22px;
  }
}
/* line 2010, ../sass/styles.scss */
.paragraphs-item-basic-item-collapsible-two-colum .field-group-format-wrapper {
  margin-bottom: 34px;
}

/* line 2016, ../sass/styles.scss */
.paragraphs-item-basic-open-collapsible .group-main-open {
  width: 100%;
  max-width: 1200px;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-bottom: 66px;
}
@media screen and (max-width: 1200px) {
  /* line 2016, ../sass/styles.scss */
  .paragraphs-item-basic-open-collapsible .group-main-open {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
  }
}
/* line 2023, ../sass/styles.scss */
.paragraphs-item-basic-open-collapsible .group-left-open {
  display: inline-block;
  width: 33%;
  max-width: 404px;
  vertical-align: top;
}
@media screen and (max-width: 700px) {
  /* line 2023, ../sass/styles.scss */
  .paragraphs-item-basic-open-collapsible .group-left-open {
    display: block;
    width: 100%;
  }
}
/* line 2029, ../sass/styles.scss */
.paragraphs-item-basic-open-collapsible .group-right-open {
  display: inline-block;
  width: 67%;
  max-width: 796px;
  vertical-align: top;
}
@media screen and (max-width: 700px) {
  /* line 2029, ../sass/styles.scss */
  .paragraphs-item-basic-open-collapsible .group-right-open {
    display: block;
    width: 100%;
  }
}
/* line 2034, ../sass/styles.scss */
.paragraphs-item-basic-open-collapsible .group-right-open .field-name-field-body-open {
  margin-bottom: 26px;
}
/* line 2039, ../sass/styles.scss */
.paragraphs-item-basic-open-collapsible .field-name-field-title-open {
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-size: 55px;
  line-height: 60px;
  letter-spacing: -2px;
  color: #003c4b;
  padding-bottom: 40px;
}
/* line 2041, ../sass/styles.scss */
.paragraphs-item-basic-open-collapsible .field-name-field-title-open > .field-items:before {
  display: block;
  content: "";
  height: 140px;
  margin: -140px 0 0;
}
@media screen and (max-width: 1100px) {
  /* line 2039, ../sass/styles.scss */
  .paragraphs-item-basic-open-collapsible .field-name-field-title-open {
    font-size: 32px;
    line-height: 38px;
  }
}
@media screen and (max-width: 700px) {
  /* line 2039, ../sass/styles.scss */
  .paragraphs-item-basic-open-collapsible .field-name-field-title-open {
    font-size: 32px;
    line-height: 36px;
    padding-bottom: 24px;
    padding-bottom: 14px;
  }
}
/* line 2055, ../sass/styles.scss */
.paragraphs-item-basic-open-collapsible .field-name-field-subheading-open {
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-size: 30px;
  line-height: 40px;
  color: #00afb3;
  font-family: "museo-slab", serif;
  font-weight: 500;
  letter-spacing: -1px;
  color: #003c4b;
  margin-bottom: 24px;
}
@media screen and (max-width: 700px) {
  /* line 2055, ../sass/styles.scss */
  .paragraphs-item-basic-open-collapsible .field-name-field-subheading-open {
    font-size: 18px;
    line-height: 22px;
  }
}

/* line 2065, ../sass/styles.scss */
.paragraphs-item-basic-collapsible-text-item .field-name-field-image-collapse {
  margin-bottom: 55px;
}
@media screen and (max-width: 700px) {
  /* line 2065, ../sass/styles.scss */
  .paragraphs-item-basic-collapsible-text-item .field-name-field-image-collapse {
    margin-bottom: 28px;
  }
  /* line 2069, ../sass/styles.scss */
  .paragraphs-item-basic-collapsible-text-item .field-name-field-image-collapse img {
    min-height: 310px;
    object-fit: cover;
  }
}
/* line 2075, ../sass/styles.scss */
.paragraphs-item-basic-collapsible-text-item .group-main-collapse {
  width: 100%;
  max-width: 1200px;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-bottom: 66px;
}
@media screen and (max-width: 1200px) {
  /* line 2075, ../sass/styles.scss */
  .paragraphs-item-basic-collapsible-text-item .group-main-collapse {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
  }
}
/* line 2082, ../sass/styles.scss */
.paragraphs-item-basic-collapsible-text-item .group-left-collapse {
  display: inline-block;
  width: 33%;
  max-width: 404px;
  vertical-align: top;
}
@media screen and (max-width: 700px) {
  /* line 2082, ../sass/styles.scss */
  .paragraphs-item-basic-collapsible-text-item .group-left-collapse {
    display: block;
    width: 100%;
  }
}
/* line 2088, ../sass/styles.scss */
.paragraphs-item-basic-collapsible-text-item .group-right-collapse {
  display: inline-block;
  width: 67%;
  max-width: 796px;
  vertical-align: top;
}
@media screen and (max-width: 700px) {
  /* line 2088, ../sass/styles.scss */
  .paragraphs-item-basic-collapsible-text-item .group-right-collapse {
    display: block;
    width: 100%;
  }
}
/* line 2093, ../sass/styles.scss */
.paragraphs-item-basic-collapsible-text-item .group-right-collapse .field-name-field-body-collapse-2 {
  margin-bottom: 26px;
}
@media screen and (max-width: 700px) {
  /* line 2093, ../sass/styles.scss */
  .paragraphs-item-basic-collapsible-text-item .group-right-collapse .field-name-field-body-collapse-2 {
    margin-bottom: 22px;
  }
}
/* line 2101, ../sass/styles.scss */
.paragraphs-item-basic-collapsible-text-item .field-name-field-title-collapse {
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-size: 55px;
  line-height: 60px;
  letter-spacing: -2px;
  color: #003c4b;
  padding-bottom: 40px;
}
/* line 2103, ../sass/styles.scss */
.paragraphs-item-basic-collapsible-text-item .field-name-field-title-collapse > .field-items:before {
  display: block;
  content: "";
  height: 140px;
  margin: -140px 0 0;
}
@media screen and (max-width: 1100px) {
  /* line 2101, ../sass/styles.scss */
  .paragraphs-item-basic-collapsible-text-item .field-name-field-title-collapse {
    font-size: 32px;
    line-height: 38px;
  }
}
@media screen and (max-width: 700px) {
  /* line 2101, ../sass/styles.scss */
  .paragraphs-item-basic-collapsible-text-item .field-name-field-title-collapse {
    font-size: 32px;
    line-height: 36px;
    padding-bottom: 24px;
    padding-bottom: 14px;
  }
}
/* line 2117, ../sass/styles.scss */
.paragraphs-item-basic-collapsible-text-item .field-name-field-subheading-collapse {
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-size: 30px;
  line-height: 40px;
  color: #00afb3;
  font-family: "museo-slab", serif;
  font-weight: 500;
  letter-spacing: -1px;
  color: #003c4b;
  margin-bottom: 24px;
}
@media screen and (max-width: 700px) {
  /* line 2117, ../sass/styles.scss */
  .paragraphs-item-basic-collapsible-text-item .field-name-field-subheading-collapse {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 6px;
  }
}

/* line 2127, ../sass/styles.scss */
#block-views-our-people-block {
  font-size: 0;
  margin-top: 58px;
}
@media screen and (max-width: 700px) {
  /* line 2127, ../sass/styles.scss */
  #block-views-our-people-block {
    margin-top: 18px;
  }
}
/* line 2133, ../sass/styles.scss */
#block-views-our-people-block .views-row {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  font-family: "aktiv-grotesk-std", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #003c4b;
  line-height: 24px;
  position: relative;
  margin-bottom: 46px;
}
@media screen and (max-width: 700px) {
  /* line 2133, ../sass/styles.scss */
  #block-views-our-people-block .views-row {
    font-size: 14px;
    line-height: 16px;
    width: 100%;
    margin-bottom: 24px;
  }
}
/* line 2143, ../sass/styles.scss */
#block-views-our-people-block .views-row .views-field-nothing {
  position: relative;
  width: 94%;
}
/* line 2148, ../sass/styles.scss */
#block-views-our-people-block .team-name {
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 22px;
  color: #003c4b;
}
@media screen and (max-width: 700px) {
  /* line 2148, ../sass/styles.scss */
  #block-views-our-people-block .team-name {
    font-size: 12px;
    line-height: 16px;
  }
}
/* line 2154, ../sass/styles.scss */
#block-views-our-people-block .team-position {
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 22px;
  color: #00afb3;
}
@media screen and (max-width: 700px) {
  /* line 2154, ../sass/styles.scss */
  #block-views-our-people-block .team-position {
    font-size: 12px;
    line-height: 16px;
  }
}
/* line 2160, ../sass/styles.scss */
#block-views-our-people-block .team-body {
  display: none;
  padding: 20px 0 0;
}
@media screen and (max-width: 700px) {
  /* line 2160, ../sass/styles.scss */
  #block-views-our-people-block .team-body {
    padding: 8px 0 0;
  }
}
/* line 2167, ../sass/styles.scss */
#block-views-our-people-block .team-toggle {
  position: absolute;
  width: 100%;
  top: 16px;
}
/* line 2171, ../sass/styles.scss */
#block-views-our-people-block .team-toggle .team-more {
  background-image: url('../images/../images/plus-icon.png?1432177680');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 20px 20px;
  width: 100%;
  right: 25px;
  text-indent: -9999px;
  cursor: pointer;
}
/* line 2178, ../sass/styles.scss */
#block-views-our-people-block .team-toggle .team-less {
  background-image: url('../images/../images/less-icon.png?1432177683');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 20px 2px;
  width: 100%;
  right: 25px;
  text-indent: -9999px;
  cursor: pointer;
  display: none;
}

/* line 2190, ../sass/styles.scss */
#block-views-vacancies-block h2 {
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-size: 30px;
  line-height: 40px;
  color: #00afb3;
  margin: 26px 0 25px;
}
@media screen and (max-width: 700px) {
  /* line 2190, ../sass/styles.scss */
  #block-views-vacancies-block h2 {
    font-family: "museo-slab", serif;
    font-weight: 900;
    font-size: 30px;
    line-height: 40px;
    color: #00afb3;
    margin: 24px 0 13px;
  }
}
/* line 2198, ../sass/styles.scss */
#block-views-vacancies-block .views-row {
  border-bottom: 5px solid #003c4b;
  padding-bottom: 45px;
  margin-bottom: 25px;
}
@media screen and (max-width: 700px) {
  /* line 2198, ../sass/styles.scss */
  #block-views-vacancies-block .views-row {
    padding-bottom: 25px;
    margin-bottom: 24px;
  }
}
/* line 2206, ../sass/styles.scss */
#block-views-vacancies-block .views-row .views-field-title {
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-size: 55px;
  line-height: 60px;
  letter-spacing: -2px;
  color: #003c4b;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  color: #003c4b;
  display: inline-block;
}
@media screen and (max-width: 700px) {
  /* line 2206, ../sass/styles.scss */
  #block-views-vacancies-block .views-row .views-field-title {
    font-size: 16px;
    line-height: 21px;
  }
}
/* line 2213, ../sass/styles.scss */
#block-views-vacancies-block .views-row .views-field-field-location {
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-size: 55px;
  line-height: 60px;
  letter-spacing: -2px;
  color: #003c4b;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  color: #003c4b;
  display: inline-block;
}
@media screen and (max-width: 700px) {
  /* line 2213, ../sass/styles.scss */
  #block-views-vacancies-block .views-row .views-field-field-location {
    font-size: 16px;
    line-height: 21px;
  }
}
/* line 2220, ../sass/styles.scss */
#block-views-vacancies-block .views-row .views-field-field-introduction {
  margin-bottom: 8px;
}
/* line 2223, ../sass/styles.scss */
#block-views-vacancies-block .views-row .vacancy-collapse {
  display: none;
  margin-bottom: 8px;
}
/* line 2226, ../sass/styles.scss */
#block-views-vacancies-block .views-row .vacancy-collapse .inline-link {
  color: #f57e20;
  text-decoration: none !important;
  font-family: "museo-slab", serif;
  font-weight: 500;
  font-size: 14px !important;
  line-height: 22px !important;
  text-transform: uppercase !important;
  color: #f57e20 !important;
  display: inline !important;
  font-family: "aktiv-grotesk-std", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px !important;
  font-weight: 700 !important;
  text-transform: inherit !important;
}
@media screen and (max-width: 700px) {
  /* line 2226, ../sass/styles.scss */
  #block-views-vacancies-block .views-row .vacancy-collapse .inline-link {
    font-size: 14px !important;
  }
}
/* line 2239, ../sass/styles.scss */
#block-views-vacancies-block .views-row .vacancy-more {
  color: #f57e20;
  text-decoration: none !important;
  font-family: "museo-slab", serif;
  font-weight: 500;
  font-size: 14px ;
  line-height: 22px ;
  text-transform: uppercase ;
  cursor: pointer;
}
@media screen and (max-width: 700px) {
  /* line 2239, ../sass/styles.scss */
  #block-views-vacancies-block .views-row .vacancy-more {
    font-size: 12px;
    line-height: 16px;
  }
}
/* line 2246, ../sass/styles.scss */
#block-views-vacancies-block .views-row .vacancy-less {
  color: #f57e20;
  text-decoration: none !important;
  font-family: "museo-slab", serif;
  font-weight: 500;
  font-size: 14px ;
  line-height: 22px ;
  text-transform: uppercase ;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 700px) {
  /* line 2246, ../sass/styles.scss */
  #block-views-vacancies-block .views-row .vacancy-less {
    font-size: 12px;
    line-height: 16px;
  }
}
/* line 2254, ../sass/styles.scss */
#block-views-vacancies-block .views-row:last-child {
  border: none;
}

/**** News page ****/
@media screen and (max-width: 700px) {
  /* line 2262, ../sass/styles.scss */
  .page-node-23 #block-menu-block-3 {
    min-height: 86px;
  }
}
/* line 2266, ../sass/styles.scss */
.page-node-23 #block-menu-block-3 ul {
  width: 67%;
}
@media screen and (max-width: 700px) {
  /* line 2266, ../sass/styles.scss */
  .page-node-23 #block-menu-block-3 ul {
    width: 100%;
  }
}
/* line 2273, ../sass/styles.scss */
.page-node-23 article {
  width: 100%;
  max-width: 1200px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding-top: 48px;
}
@media screen and (max-width: 1200px) {
  /* line 2273, ../sass/styles.scss */
  .page-node-23 article {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
  }
}
@media screen and (max-width: 700px) {
  /* line 2273, ../sass/styles.scss */
  .page-node-23 article {
    padding-top: 24px;
  }
}
/* line 2283, ../sass/styles.scss */
.page-node-23 #page-title {
  display: none;
}
@media screen and (max-width: 700px) {
  /* line 2283, ../sass/styles.scss */
  .page-node-23 #page-title {
    display: block;
  }
}

/* line 2292, ../sass/styles.scss */
#block-views-news-block-1 .block-title {
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-size: 55px;
  line-height: 60px;
  letter-spacing: -2px;
  color: #003c4b;
  padding-bottom: 40px;
}
@media screen and (max-width: 700px) {
  /* line 2292, ../sass/styles.scss */
  #block-views-news-block-1 .block-title {
    display: none;
  }
}
/* line 2298, ../sass/styles.scss */
#block-views-news-block-1 .news-group {
  border-top: 5px solid #003c4b;
  font-size: 0;
  padding-top: 25px;
  margin-bottom: 65px;
}
@media screen and (max-width: 700px) {
  /* line 2298, ../sass/styles.scss */
  #block-views-news-block-1 .news-group {
    padding-top: 4px;
    margin-bottom: 0;
  }
}
/* line 2308, ../sass/styles.scss */
#block-views-news-block-1 h3 {
  display: inline-block;
  width: 33%;
  max-width: 404px;
  vertical-align: top;
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-size: 55px;
  line-height: 60px;
  letter-spacing: -2px;
  color: #003c4b;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  color: #003c4b;
  margin: 0;
}
@media screen and (max-width: 700px) {
  /* line 2308, ../sass/styles.scss */
  #block-views-news-block-1 h3 {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 21px;
    padding-bottom: 20px;
  }
}
/* line 2318, ../sass/styles.scss */
#block-views-news-block-1 .news-row {
  display: inline-block;
  width: 67%;
  max-width: 796px;
  vertical-align: top;
}
@media screen and (max-width: 700px) {
  /* line 2318, ../sass/styles.scss */
  #block-views-news-block-1 .news-row {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  /* line 2324, ../sass/styles.scss */
  #block-views-news-block-1 .views-row {
    margin-bottom: 24px;
  }
}
/* line 2329, ../sass/styles.scss */
#block-views-news-block-1 .views-field-field-news-image {
  display: inline-block;
  width: 46%;
  vertical-align: top;
  width: 49%;
  margin-right: 4.5%;
  line-height: 0;
}
@media screen and (max-width: 700px) {
  /* line 2329, ../sass/styles.scss */
  #block-views-news-block-1 .views-field-field-news-image {
    width: 100%;
    margin-right: 0;
  }
}
/* line 2339, ../sass/styles.scss */
#block-views-news-block-1 .views-field-nothing {
  display: inline-block;
  width: 46%;
  vertical-align: top;
  height: 264px;
  overflow: hidden;
}
@media screen and (max-width: 1092px) {
  /* line 2339, ../sass/styles.scss */
  #block-views-news-block-1 .views-field-nothing {
    height: 160px;
  }
}
@media screen and (max-width: 700px) {
  /* line 2339, ../sass/styles.scss */
  #block-views-news-block-1 .views-field-nothing {
    width: 100%;
    height: 116px;
    margin-bottom: 14px;
  }
}
/* line 2352, ../sass/styles.scss */
#block-views-news-block-1 .views-field-title {
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-size: 55px;
  line-height: 60px;
  letter-spacing: -2px;
  color: #003c4b;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  color: #00afb3;
}
@media screen and (max-width: 700px) {
  /* line 2352, ../sass/styles.scss */
  #block-views-news-block-1 .views-field-title {
    font-size: 16px;
    line-height: 21px;
  }
}
/* line 2358, ../sass/styles.scss */
#block-views-news-block-1 .news-title {
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-size: 55px;
  line-height: 60px;
  letter-spacing: -2px;
  color: #003c4b;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  color: #00afb3;
  margin-top: 8px;
}
@media screen and (max-width: 700px) {
  /* line 2358, ../sass/styles.scss */
  #block-views-news-block-1 .news-title {
    font-size: 16px;
    line-height: 21px;
  }
}
/* line 2365, ../sass/styles.scss */
#block-views-news-block-1 .news-body {
  font-family: "aktiv-grotesk-std", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #003c4b;
  line-height: 24px;
  margin-bottom: 44px;
}
/* line 2368, ../sass/styles.scss */
#block-views-news-block-1 .news-body p {
  margin: 10px 0;
}
/* line 2371, ../sass/styles.scss */
#block-views-news-block-1 .news-body h4 {
  color: #00afb3;
  margin-bottom: -6px;
}
/* line 2375, ../sass/styles.scss */
#block-views-news-block-1 .news-body h5 {
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-size: 55px;
  line-height: 60px;
  letter-spacing: -2px;
  color: #003c4b;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  color: #003c4b;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: -2px;
}
/* line 2381, ../sass/styles.scss */
#block-views-news-block-1 .news-body span {
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-size: 55px;
  line-height: 60px;
  letter-spacing: -2px;
  color: #003c4b;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  color: #003c4b;
  font-weight: 100;
  font-size: 14px;
  line-height: 22px;
}
/* line 2388, ../sass/styles.scss */
#block-views-news-block-1 .views-field-nothing-1 {
  opacity: 0.99;
}
/* line 2391, ../sass/styles.scss */
#block-views-news-block-1 .news-more {
  background-image: url('../images/../images/toggle-icon.png?1431645042');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px 40px;
  border-top: 5px solid #00afb3;
  background-position: right center;
  display: block;
  width: 100%;
  height: 40px;
  font-size: 40px;
  text-indent: -9999px;
  cursor: pointer;
  background-position: right center;
}
/* line 2397, ../sass/styles.scss */
#block-views-news-block-1 .news-less {
  background-image: url('../images/../images/toggle-active-icon.png?1431649465');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px 40px;
  border-bottom: 5px solid #f57e20;
  background-position: right center;
  display: block;
  width: 100%;
  height: 40px;
  font-size: 40px;
  text-indent: -9999px;
  cursor: pointer;
  background-position: right center;
  margin-top: -40px;
  margin-bottom: 40px;
  display: none;
}

/**** Gallery page ****/
@media screen and (max-width: 700px) {
  /* line 2410, ../sass/styles.scss */
  .page-node-25 #block-menu-block-3 {
    min-height: 86px;
  }
}
/* line 2415, ../sass/styles.scss */
.page-node-25 #block-menu-block-3 ul {
  width: 67%;
}
@media screen and (max-width: 700px) {
  /* line 2415, ../sass/styles.scss */
  .page-node-25 #block-menu-block-3 ul {
    width: 100%;
  }
}
/* line 2423, ../sass/styles.scss */
.page-node-25 #page-title {
  display: none;
}
@media screen and (max-width: 700px) {
  /* line 2423, ../sass/styles.scss */
  .page-node-25 #page-title {
    display: block;
  }
}

/* line 2431, ../sass/styles.scss */
.slick-slider {
  position: relative;
}
/* line 2433, ../sass/styles.scss */
.slick-slider .slick-slide {
  width: 796px;
}
/* line 2436, ../sass/styles.scss */
.slick-slider .slick-active {
  background-color: #003c4b;
}
/* line 2438, ../sass/styles.scss */
.slick-slider .slick-active img {
  opacity: 0.2;
}
/* line 2442, ../sass/styles.scss */
.slick-slider .slick-center {
  background-color: transparent;
}
/* line 2444, ../sass/styles.scss */
.slick-slider .slick-center img {
  opacity: 1;
}
/* line 2448, ../sass/styles.scss */
.slick-slider .slick-prev {
  background-color: transparent;
  position: absolute;
  height: 40px;
  top: 50%;
  border: none;
  text-indent: -9999px;
  background-image: url('../images/../images/prev-arrow.png?1431383473');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px 40px;
  left: auto;
  right: 30px;
  width: 60px;
  opacity: 1 !important;
}
@media screen and (max-width: 800px) {
  /* line 2448, ../sass/styles.scss */
  .slick-slider .slick-prev {
    top: auto;
    bottom: 14px;
  }
}
@media screen and (max-width: 700px) {
  /* line 2448, ../sass/styles.scss */
  .slick-slider .slick-prev {
    display: none;
  }
}
/* line 2458, ../sass/styles.scss */
.slick-slider .slick-prev:hover {
  background-image: url('../images/../images/prev-arrow.png?1431383473');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px 40px;
  background-image: url('../images/../images/prev-arrow-hover.png?1431386967');
}
/* line 2462, ../sass/styles.scss */
.slick-slider .slick-next {
  background-color: transparent;
  position: absolute;
  height: 40px;
  top: 50%;
  border: none;
  text-indent: -9999px;
  background-image: url('../images/../images/next-arrow.png?1431383469');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 41px 40px;
  background-image: url('../images/../images/next-arrow-hover.png?1431386948');
  right: 10px;
  width: 41px;
  opacity: 1 !important;
}
@media screen and (max-width: 800px) {
  /* line 2462, ../sass/styles.scss */
  .slick-slider .slick-next {
    top: auto;
    bottom: 14px;
  }
}
@media screen and (max-width: 700px) {
  /* line 2462, ../sass/styles.scss */
  .slick-slider .slick-next {
    display: none;
  }
}

/* line 2476, ../sass/styles.scss */
#block-views-gallery-block .block-title {
  width: 100%;
  max-width: 1200px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-size: 55px;
  line-height: 60px;
  letter-spacing: -2px;
  color: #003c4b;
  padding-bottom: 40px;
  margin-top: 56px;
}
@media screen and (max-width: 700px) {
  /* line 2476, ../sass/styles.scss */
  #block-views-gallery-block .block-title {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  /* line 2485, ../sass/styles.scss */
  #block-views-gallery-block .view-content .slick-list {
    display: none;
  }
}
/* line 2491, ../sass/styles.scss */
#block-views-gallery-block .view-footer {
  width: 100%;
  max-width: 1200px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 0;
  line-height: 0;
  padding: 80px 0 98px;
}
@media screen and (max-width: 1200px) {
  /* line 2491, ../sass/styles.scss */
  #block-views-gallery-block .view-footer {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
  }
}
@media screen and (max-width: 700px) {
  /* line 2491, ../sass/styles.scss */
  #block-views-gallery-block .view-footer {
    padding: 24px 0;
  }
}
/* line 2502, ../sass/styles.scss */
#block-views-gallery-block .view-footer .views-row {
  display: inline-block;
  width: 20%;
  max-width: 200px;
  margin-bottom: 50px;
}
@media screen and (max-width: 700px) {
  /* line 2502, ../sass/styles.scss */
  #block-views-gallery-block .view-footer .views-row {
    width: 50%;
    max-width: 100%;
    margin-bottom: 12px;
  }
}
/* line 2513, ../sass/styles.scss */
#block-views-gallery-block .view-footer .slick-active {
  background-color: transparent;
}
/* line 2515, ../sass/styles.scss */
#block-views-gallery-block .view-footer .slick-active img {
  opacity: 1;
}

/**** Contact block ****/
/* line 2524, ../sass/styles.scss */
.page-node-37 #page-title {
  border-bottom: solid 4px #003c4b;
  margin-bottom: 18px;
}
@media screen and (max-width: 700px) {
  /* line 2524, ../sass/styles.scss */
  .page-node-37 #page-title {
    border-bottom: none;
    margin-bottom: 0;
    padding-left: 2%;
  }
}

/* line 2534, ../sass/styles.scss */
#block-block-3 {
  font-size: 0;
  width: 100%;
  background-color: #003c4b;
  color: white;
  position: fixed;
  width: 57%;
  height: 100%;
  top: 0;
  right: -57%;
  z-index: 14;
  padding: 68px 44px;
  overflow: hidden;
  display: none;
}
/* line 2547, ../sass/styles.scss */
#block-block-3 .block-title {
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-size: 55px;
  line-height: 60px;
  letter-spacing: -2px;
  color: white;
}
/* line 2550, ../sass/styles.scss */
#block-block-3 > p {
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-size: 30px;
  line-height: 40px;
  color: #00afb3;
  font-family: "museo-slab", serif;
  font-weight: 500;
  letter-spacing: -1px;
  color: white;
  padding: 32px 32% 46px 0;
}
@media screen and (max-width: 980px) {
  /* line 2550, ../sass/styles.scss */
  #block-block-3 > p {
    padding-right: 32px;
  }
}

/* line 2558, ../sass/styles.scss */
.contact-form {
  display: inline-block;
  width: 46%;
  vertical-align: top;
  margin-right: 50px;
}
@media screen and (max-width: 1200px) {
  /* line 2558, ../sass/styles.scss */
  .contact-form {
    margin-right: 8%;
  }
}
@media screen and (max-width: 700px) {
  /* line 2558, ../sass/styles.scss */
  .contact-form {
    display: block;
    width: 100%;
  }
}
/* line 2567, ../sass/styles.scss */
.contact-form .form-item {
  margin: 0 0 27px;
}
/* line 2570, ../sass/styles.scss */
.contact-form input {
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-size: 55px;
  line-height: 60px;
  letter-spacing: -2px;
  color: #003c4b;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  color: #00afb3;
  background-color: transparent;
  border: none;
  border-bottom: 5px solid #00afb3;
}
@media screen and (max-width: 700px) {
  /* line 2570, ../sass/styles.scss */
  .contact-form input {
    font-size: 16px;
    line-height: 21px;
  }
}
/* line 2579, ../sass/styles.scss */
.contact-form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #00afb3;
}
/* line 2582, ../sass/styles.scss */
.contact-form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #00afb3;
  opacity: 1;
}
/* line 2586, ../sass/styles.scss */
.contact-form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #00afb3;
  opacity: 1;
}
/* line 2590, ../sass/styles.scss */
.contact-form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #00afb3;
}
/* line 2594, ../sass/styles.scss */
.contact-form .webform-component-textarea label {
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-size: 55px;
  line-height: 60px;
  letter-spacing: -2px;
  color: #003c4b;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  color: #00afb3;
  border-bottom: 5px solid #00afb3;
}
@media screen and (max-width: 700px) {
  /* line 2594, ../sass/styles.scss */
  .contact-form .webform-component-textarea label {
    font-size: 16px;
    line-height: 21px;
    padding-bottom: 2px;
  }
}
/* line 2602, ../sass/styles.scss */
.contact-form .webform-component-textarea textarea {
  font-family: "aktiv-grotesk-std", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #003c4b;
  line-height: 24px;
  color: white;
  background-color: transparent;
  border: none;
  border-bottom: 5px solid #00afb3;
}
@media screen and (max-width: 700px) {
  /* line 2602, ../sass/styles.scss */
  .contact-form .webform-component-textarea textarea {
    font-size: 14px;
    line-height: 16px;
    color: #003c4b;
  }
}
/* line 2613, ../sass/styles.scss */
.contact-form .webform-component-textarea .form-required {
  display: none;
}
/* line 2617, ../sass/styles.scss */
.contact-form .grippie {
  display: none;
}
/* line 2620, ../sass/styles.scss */
.contact-form .webform-submit {
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-size: 55px;
  line-height: 60px;
  letter-spacing: -2px;
  color: #003c4b;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  color: #003c4b;
  border-top: 5px solid white;
  width: 100%;
  background-color: #00afb3;
  border-bottom: none;
  padding: 13px 0;
}
@media screen and (max-width: 700px) {
  /* line 2620, ../sass/styles.scss */
  .contact-form .webform-submit {
    border-top: 5px solid #003c4b;
  }
}

/* line 2631, ../sass/styles.scss */
.contact-details {
  font-family: "aktiv-grotesk-std", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #003c4b;
  line-height: 24px;
  display: inline-block;
  width: 46%;
  vertical-align: top;
  color: white;
}
@media screen and (max-width: 700px) {
  /* line 2631, ../sass/styles.scss */
  .contact-details {
    font-size: 14px;
    line-height: 16px;
    color: #003c4b;
    margin-top: 24px;
  }
}
@media screen and (max-width: 700px) {
  /* line 2631, ../sass/styles.scss */
  .contact-details {
    display: block;
    width: 100%;
  }
}
/* line 2643, ../sass/styles.scss */
.contact-details span {
  color: #00afb3;
}
/* line 2646, ../sass/styles.scss */
.contact-details p {
  margin-bottom: 18px !important;
}
/* line 2649, ../sass/styles.scss */
.contact-details a {
  color: white !important;
}
@media screen and (max-width: 700px) {
  /* line 2649, ../sass/styles.scss */
  .contact-details a {
    color: #003c4b !important;
  }
}

/* line 2657, ../sass/styles.scss */
.contact-map {
  max-width: 292px;
}
@media screen and (max-width: 700px) {
  /* line 2657, ../sass/styles.scss */
  .contact-map {
    max-width: 100%;
  }
}

/* line 2664, ../sass/styles.scss */
#overlay {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 175, 179, 0.8);
  z-index: 13;
  display: none;
}

/* line 2674, ../sass/styles.scss */
#block-block-3--2 {
  width: 96%;
  padding-left: 2%;
  padding-right: 2%;
}
/* line 2676, ../sass/styles.scss */
#block-block-3--2 .block-title {
  display: none;
}
/* line 2679, ../sass/styles.scss */
#block-block-3--2 > p {
  font-size: 18px;
  line-height: 22px;
  padding: 0 32% 18px 0;
}
@media screen and (max-width: 480px) {
  /* line 2679, ../sass/styles.scss */
  #block-block-3--2 > p {
    padding-right: 0;
  }
}

/**** Company profile page ****/
/* line 2690, ../sass/styles.scss */
.page-node-39 article {
  width: 100%;
  max-width: 1200px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding-top: 48px;
  padding-bottom: 400px;
}
@media screen and (max-width: 1200px) {
  /* line 2690, ../sass/styles.scss */
  .page-node-39 article {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
  }
}
@media screen and (max-width: 700px) {
  /* line 2690, ../sass/styles.scss */
  .page-node-39 article {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
/* line 2702, ../sass/styles.scss */
.page-node-39 #page-title {
  display: none;
}
/* line 2705, ../sass/styles.scss */
.page-node-39 .field-name-field-basic-image-heading {
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-size: 55px;
  line-height: 60px;
  letter-spacing: -2px;
  color: #003c4b;
  padding-bottom: 40px;
}
@media screen and (max-width: 700px) {
  /* line 2705, ../sass/styles.scss */
  .page-node-39 .field-name-field-basic-image-heading {
    font-size: 32px;
    line-height: 36px;
    padding-bottom: 24px;
  }
}
/* line 2711, ../sass/styles.scss */
.page-node-39 .field-name-field-basic-image-body {
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-size: 30px;
  line-height: 40px;
  color: #00afb3;
  font-family: "museo-slab", serif;
  font-weight: 500;
  letter-spacing: -1px;
  color: #003c4b;
  font-size: 24px;
}
/* line 2714, ../sass/styles.scss */
.page-node-39 .field-name-field-basic-image-body a {
  color: #00afb3 !important;
}
@media screen and (max-width: 700px) {
  /* line 2711, ../sass/styles.scss */
  .page-node-39 .field-name-field-basic-image-body {
    font-size: 18px;
    line-height: 22px;
  }
}

/**** Newsletter page ****/
/* line 2725, ../sass/styles.scss */
.section-newsletter article {
  width: 100%;
  max-width: 1200px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding-top: 48px;
  padding-bottom: 400px;
}
@media screen and (max-width: 1200px) {
  /* line 2725, ../sass/styles.scss */
  .section-newsletter article {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
  }
}
@media screen and (max-width: 700px) {
  /* line 2725, ../sass/styles.scss */
  .section-newsletter article {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
/* line 2737, ../sass/styles.scss */
.section-newsletter #page-title {
  display: none;
}
/* line 2741, ../sass/styles.scss */
.section-newsletter #block-views-newsletter-block .block-title {
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-size: 55px;
  line-height: 60px;
  letter-spacing: -2px;
  color: #003c4b;
  padding-bottom: 40px;
}
@media screen and (max-width: 700px) {
  /* line 2741, ../sass/styles.scss */
  .section-newsletter #block-views-newsletter-block .block-title {
    font-size: 32px;
    line-height: 36px;
    padding-bottom: 24px;
  }
}
/* line 2747, ../sass/styles.scss */
.section-newsletter #block-views-newsletter-block .views-field-field-issue-date {
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-size: 30px;
  line-height: 40px;
  color: #00afb3;
  font-family: "museo-slab", serif;
  font-weight: 500;
  letter-spacing: -1px;
  color: #003c4b;
  display: inline-block;
  color: #00afb3;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
}
/* line 2754, ../sass/styles.scss */
.section-newsletter #block-views-newsletter-block .views-field-field-issue-date a {
  color: #00afb3;
}
@media screen and (max-width: 700px) {
  /* line 2747, ../sass/styles.scss */
  .section-newsletter #block-views-newsletter-block .views-field-field-issue-date {
    font-size: 16px;
    line-height: 21px;
  }
}
/* line 2761, ../sass/styles.scss */
.section-newsletter #block-views-newsletter-block .views-field-field-issue-date .issue {
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-size: 55px;
  line-height: 60px;
  letter-spacing: -2px;
  color: #003c4b;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  color: #003c4b;
}
@media screen and (max-width: 700px) {
  /* line 2761, ../sass/styles.scss */
  .section-newsletter #block-views-newsletter-block .views-field-field-issue-date .issue {
    font-size: 16px;
    line-height: 21px;
    min-width: 88px;
    width: 10%;
  }
}

/**** Footer ****/
/* line 2775, ../sass/styles.scss */
#footer {
  width: 100%;
  background-color: #003c4b;
  color: white;
  padding: 107px 0 114px;
}
@media screen and (max-width: 700px) {
  /* line 2775, ../sass/styles.scss */
  #footer {
    font-size: 12px;
    line-height: 16px;
    color: #00afb3;
    padding: 24px 0;
  }
}
/* line 2784, ../sass/styles.scss */
#footer a {
  color: #f57e20;
  text-decoration: none !important;
  color: white;
}
@media screen and (max-width: 700px) {
  /* line 2784, ../sass/styles.scss */
  #footer a {
    color: #00afb3;
  }
}
/* line 2791, ../sass/styles.scss */
#footer #block-block-2 {
  width: 100%;
  max-width: 1200px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  /* line 2791, ../sass/styles.scss */
  #footer #block-block-2 {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
  }
}

/* line 2798, ../sass/styles.scss */
.footer-logo {
  display: inline-block;
  vertical-align: top;
  width: 16%;
}
@media screen and (max-width: 700px) {
  /* line 2798, ../sass/styles.scss */
  .footer-logo {
    display: none;
  }
}
/* line 2807, ../sass/styles.scss */
.footer-logo img {
  max-width: 130px;
}
@media screen and (max-width: 800px) {
  /* line 2807, ../sass/styles.scss */
  .footer-logo img {
    max-width: 100px;
  }
}

/* line 2816, ../sass/styles.scss */
.footer-logo-mobile {
  display: none;
  margin-bottom: 24px;
}
@media screen and (max-width: 700px) {
  /* line 2816, ../sass/styles.scss */
  .footer-logo-mobile {
    display: block;
  }
}
/* line 2822, ../sass/styles.scss */
.footer-logo-mobile img {
  max-width: 142px;
}

/* line 2827, ../sass/styles.scss */
.footer-menu {
  width: 65%;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 980px) {
  /* line 2827, ../sass/styles.scss */
  .footer-menu {
    width: 64%;
  }
}
@media screen and (max-width: 700px) {
  /* line 2827, ../sass/styles.scss */
  .footer-menu {
    width: 48%;
  }
}
/* line 2837, ../sass/styles.scss */
.footer-menu #block-system-main-menu,
.footer-menu #block-system-main-menu--2 {
  width: 100%;
  margin: 0;
}
/* line 2841, ../sass/styles.scss */
.footer-menu #block-system-main-menu ul,
.footer-menu #block-system-main-menu--2 ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 2846, ../sass/styles.scss */
.footer-menu #block-system-main-menu li,
.footer-menu #block-system-main-menu--2 li {
  float: left;
  list-style: none;
  margin-right: 0;
  width: 20%;
  max-width: 190px;
  vertical-align: top;
}
@media screen and (max-width: 700px) {
  /* line 2846, ../sass/styles.scss */
  .footer-menu #block-system-main-menu li,
  .footer-menu #block-system-main-menu--2 li {
    width: 100%;
  }
}
/* line 2857, ../sass/styles.scss */
.footer-menu #block-system-main-menu a,
.footer-menu #block-system-main-menu--2 a {
  color: white !important;
  text-transform: none;
}
@media screen and (max-width: 700px) {
  /* line 2857, ../sass/styles.scss */
  .footer-menu #block-system-main-menu a,
  .footer-menu #block-system-main-menu--2 a {
    color: #f57e20;
    text-decoration: none !important;
    font-family: "museo-slab", serif;
    font-weight: 500;
    font-size: 14px ;
    line-height: 22px ;
    text-transform: uppercase ;
    font-size: 12px;
    line-height: 16px;
    line-height: 20px;
    text-transform: none;
  }
}
/* line 2870, ../sass/styles.scss */
.footer-menu #block-system-main-menu ul > li > ul {
  display: block;
  margin-top: 4px;
}
@media screen and (max-width: 700px) {
  /* line 2870, ../sass/styles.scss */
  .footer-menu #block-system-main-menu ul > li > ul {
    display: none;
  }
}
/* line 2876, ../sass/styles.scss */
.footer-menu #block-system-main-menu ul > li > ul > li {
  display: block !important;
  width: 100% !important;
}
/* line 2879, ../sass/styles.scss */
.footer-menu #block-system-main-menu ul > li > ul > li > a {
  font-family: "aktiv-grotesk-std", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #003c4b;
  line-height: 24px;
  color: white;
}
@media screen and (max-width: 700px) {
  /* line 2888, ../sass/styles.scss */
  .footer-menu #block-system-main-menu--2 ul {
    xdisplay: block;
    xposition: relative;
  }
}
/* line 2894, ../sass/styles.scss */
.footer-menu #block-system-main-menu--2 ul > li > ul {
  display: block;
  position: relative;
  top: 0;
  margin-top: 4px;
}
@media screen and (max-width: 700px) {
  /* line 2894, ../sass/styles.scss */
  .footer-menu #block-system-main-menu--2 ul > li > ul {
    display: none;
  }
}
/* line 2902, ../sass/styles.scss */
.footer-menu #block-system-main-menu--2 ul > li > ul > li {
  display: block !important;
  width: 100% !important;
}
/* line 2905, ../sass/styles.scss */
.footer-menu #block-system-main-menu--2 ul > li > ul > li > a {
  font-family: "aktiv-grotesk-std", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #003c4b;
  line-height: 24px;
  color: white;
  text-transform: none;
  padding-top: 0;
}
/* line 2916, ../sass/styles.scss */
.footer-menu #contact-link {
  display: none;
}

/* line 2921, ../sass/styles.scss */
.footer-contact {
  width: 17%;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 700px) {
  /* line 2921, ../sass/styles.scss */
  .footer-contact {
    width: 48%;
  }
}
/* line 2928, ../sass/styles.scss */
.footer-contact h3 {
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-size: 20px;
  color: #003c4b;
  color: white;
  margin: 0;
}
@media screen and (max-width: 700px) {
  /* line 2928, ../sass/styles.scss */
  .footer-contact h3 {
    font-size: 12px;
    line-height: 16px;
  }
}

/* line 2938, ../sass/styles.scss */
.footer-social-mobile {
  display: none;
}
@media screen and (max-width: 1200px) {
  /* line 2938, ../sass/styles.scss */
  .footer-social-mobile {
    display: block;
    float: right;
    margin-top: 20px;
    padding-right: 2%;
    width: 16%;
  }
}
@media screen and (max-width: 700px) {
  /* line 2938, ../sass/styles.scss */
  .footer-social-mobile {
    float: left;
    margin-top: 0;
    width: 48%;
    padding-right: 0;
  }
}
@media screen and (max-width: 360px) {
  /* line 2938, ../sass/styles.scss */
  .footer-social-mobile {
    margin-top: -18px;
  }
}
@media screen and (max-width: 1200px) {
  /* line 2956, ../sass/styles.scss */
  .footer-social-mobile a {
    margin-right: 4px;
  }
}
@media screen and (max-width: 700px) {
  /* line 2956, ../sass/styles.scss */
  .footer-social-mobile a {
    display: inline-block;
    max-width: 20px;
  }
}

/**** Social media block ****/
/* line 2968, ../sass/styles.scss */
.region-bottom {
  position: fixed;
  bottom: 0;
  right: 20px;
  z-index: 5;
}
/* line 2985, ../sass/styles.scss */
.region-bottom .block-sharethis span {
  width: 40px;
  height: 40px;
  margin-bottom: 8px;
  cursor: pointer;
}
/* line 2991, ../sass/styles.scss */
.region-bottom .block-sharethis .st_facebook_custom {
  background-image: url('../images/../images/facebook-icon.png?1451366704');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px auto;
  display: block;
}
/* line 2998, ../sass/styles.scss */
.region-bottom .block-sharethis .st_twitter_custom {
  background-image: url('../images/../images/twitter-icon.png?1451366704');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px auto;
  display: block;
}
/* line 3005, ../sass/styles.scss */
.region-bottom .block-sharethis .st_linkedin_custom {
  background-image: url('../images/../images/linkedin-icon.png?1451366703');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px auto;
  display: block;
}

/**** User account page ****/
/* line 3017, ../sass/styles.scss */
.section-user #content {
  width: 100%;
  max-width: 1200px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/* line 3023, ../sass/styles.scss */
.page-node-57 .page__title {
  display: none;
}
@media screen and (max-width: 700px) {
  /* line 3023, ../sass/styles.scss */
  .page-node-57 .page__title {
    display: none !important;
  }
}

/**** Artillery ****/
/* line 3034, ../sass/styles.scss */
.page-node-45 .page__title {
  display: none;
}
@media screen and (max-width: 700px) {
  /* line 3034, ../sass/styles.scss */
  .page-node-45 .page__title {
    display: none !important;
  }
}
/* line 3040, ../sass/styles.scss */
.page-node-45 article {
  padding-top: 58px;
}
/* line 3043, ../sass/styles.scss */
.page-node-45 .paragraphs-item-basic-collapsible-text-item .field-name-field-title-collapse {
  padding-right: 22px;
}

/* line 3048, ../sass/styles.scss */
.paragraphs-item-two-column-body-blocks-with-titl {
  width: 100%;
  max-width: 1200px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  /* line 3048, ../sass/styles.scss */
  .paragraphs-item-two-column-body-blocks-with-titl {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
  }
}
@media screen and (max-width: 700px) {
  /* line 3048, ../sass/styles.scss */
  .paragraphs-item-two-column-body-blocks-with-titl {
    margin-top: 26px;
  }
}
/* line 3056, ../sass/styles.scss */
.paragraphs-item-two-column-body-blocks-with-titl .field-name-field-body-blocks-title {
  display: inline-block;
  width: 33%;
  max-width: 404px;
  vertical-align: top;
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-size: 55px;
  line-height: 60px;
  letter-spacing: -2px;
  color: #003c4b;
  padding-bottom: 40px;
}
/* line 3062, ../sass/styles.scss */
.paragraphs-item-two-column-body-blocks-with-titl .field-name-field-body-blocks-title > .field-items:before {
  display: block;
  content: "";
  height: 140px;
  margin: -140px 0 0;
}
@media screen and (max-width: 1100px) {
  /* line 3056, ../sass/styles.scss */
  .paragraphs-item-two-column-body-blocks-with-titl .field-name-field-body-blocks-title {
    font-size: 32px;
    line-height: 38px;
  }
}
@media screen and (max-width: 700px) {
  /* line 3056, ../sass/styles.scss */
  .paragraphs-item-two-column-body-blocks-with-titl .field-name-field-body-blocks-title {
    display: block;
    width: 100%;
    font-size: 32px;
    line-height: 36px;
    padding-bottom: 24px;
    padding-bottom: 14px;
  }
}
/* line 3077, ../sass/styles.scss */
.paragraphs-item-two-column-body-blocks-with-titl .paragraphs-items-field-body-block {
  display: inline-block;
  width: 67%;
  max-width: 796px;
  vertical-align: top;
  width: 66%;
  margin-bottom: 90px;
}
@media screen and (max-width: 700px) {
  /* line 3077, ../sass/styles.scss */
  .paragraphs-item-two-column-body-blocks-with-titl .paragraphs-items-field-body-block {
    display: block;
    width: 100%;
    margin-bottom: 24px;
  }
}
/* line 3085, ../sass/styles.scss */
.paragraphs-item-two-column-body-blocks-with-titl .paragraphs-items-field-body-block .field-name-field-body-block > .field-items > .field-item {
  width: 48%;
  float: left;
  margin-bottom: 30px;
}
@media screen and (max-width: 700px) {
  /* line 3085, ../sass/styles.scss */
  .paragraphs-item-two-column-body-blocks-with-titl .paragraphs-items-field-body-block .field-name-field-body-block > .field-items > .field-item {
    display: block;
    width: 100%;
    margin-bottom: 24px;
  }
}
/* line 3093, ../sass/styles.scss */
.paragraphs-item-two-column-body-blocks-with-titl .paragraphs-items-field-body-block .field-name-field-body-block > .field-items > .field-item.even {
  margin-right: 2%;
}
@media screen and (max-width: 700px) {
  /* line 3093, ../sass/styles.scss */
  .paragraphs-item-two-column-body-blocks-with-titl .paragraphs-items-field-body-block .field-name-field-body-block > .field-items > .field-item.even {
    margin-right: 0;
  }
}
/* line 3100, ../sass/styles.scss */
.paragraphs-item-two-column-body-blocks-with-titl .paragraphs-items-field-body-block .field-name-field-block-title {
  font-family: "museo-slab", serif;
  font-weight: 900;
  font-size: 55px;
  line-height: 60px;
  letter-spacing: -2px;
  color: #003c4b;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  color: #00afb3;
  font-size: 18px;
  padding-top: 12px;
  margin-bottom: 10px;
  cursor: pointer;
}
@media screen and (max-width: 700px) {
  /* line 3100, ../sass/styles.scss */
  .paragraphs-item-two-column-body-blocks-with-titl .paragraphs-items-field-body-block .field-name-field-block-title {
    font-size: 16px;
    line-height: 21px;
    border-width: 4px;
    padding-top: 6px;
  }
}

/* line 3116, ../sass/styles.scss */
.media_embed {
  position: relative;
  padding-bottom: 74.38%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

/* line 3125, ../sass/styles.scss */
.media_embed iframe,
.media_embed object,
.media_embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 3135, ../sass/styles.scss */
.paragraphs-item-full-width-content {
  width: 100%;
  max-width: 1200px;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: 58px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1200px) {
  /* line 3135, ../sass/styles.scss */
  .paragraphs-item-full-width-content {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
  }
}
@media screen and (max-width: 700px) {
  /* line 3135, ../sass/styles.scss */
  .paragraphs-item-full-width-content {
    margin-top: 26px;
  }
}

/* line 3147, ../sass/styles.scss */
#block-views-slider-block {
  height: calc(100vh - 404px);
  overflow: hidden;
}

/* line 3152, ../sass/styles.scss */
#block-views-slider-block #hero-slider .slides img {
  object-fit: cover;
}

/* line 3156, ../sass/styles.scss */
#hero-slider .slides {
  position: relative;
}

/* line 3160, ../sass/styles.scss */
#hero-slider .slides .views-field-field-slider-title {
  font-family: "museo-slab",serif;
  font-weight: 500;
  font-size: 130px;
  line-height: 130px;
  color: #fff;
  position: absolute;
  width: 100%;
  top: 40%;
  text-align: center;
  z-index: 1;
}

@media screen and (max-width: 980px) {
  /* line 3174, ../sass/styles.scss */
  #hero-slider .slides .views-field-field-slider-title {
    top: 32%;
  }
}
@media screen and (max-width: 800px) {
  /* line 3180, ../sass/styles.scss */
  #hero-slider .slides .views-field-field-slider-title {
    top: 28%;
    font-size: 114px;
  }
}
@media screen and (max-width: 700px) {
  /* line 3187, ../sass/styles.scss */
  #hero-slider .slides .views-field-field-slider-title {
    top: 38%;
    font-size: 65px;
    line-height: 65px;
    font-size: 54px;
  }
}
/* line 3195, ../sass/styles.scss */
#hero-slider .slides .views-field-field-slider-title span {
  font-family: "museo-slab",serif;
  font-weight: 500;
  font-size: 130px;
  line-height: 130px;
  color: #003c4b;
  font-family: "museo-slab",serif;
  font-weight: 900;
  color: #fd0;
  letter-spacing: -4px;
}

@media screen and (max-width: 800px) {
  /* line 3208, ../sass/styles.scss */
  #hero-slider .slides .views-field-field-slider-title span {
    font-size: 114px;
  }
}
@media screen and (max-width: 700px) {
  /* line 3214, ../sass/styles.scss */
  #hero-slider .slides .views-field-field-slider-title span {
    font-size: 65px;
    line-height: 65px;
    font-size: 54px;
  }

  /* line 3220, ../sass/styles.scss */
  #hero-slider .slides .views-field-field-slider-image img {
    min-height: 350px;
    object-fit: cover;
  }
}
/* line 3226, ../sass/styles.scss */
#hero-slider .slides .views-field-nothing {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 175, 179, 0.4);
  top: 0;
}

/* line 3234, ../sass/styles.scss */
.home-page-h1 {
  font-family: "museo-slab",serif;
  left: 50%;
  margin: 0;
  width: 911px;
  position: absolute;
  top: 35.16666667%;
  transform: translateX(-600px);
  z-index: 2;
}

@media screen and (max-width: 1400px) {
  /* line 3246, ../sass/styles.scss */
  .home-page-h1 {
    width: 611px;
    transform: translateX(-476px);
  }
}
/* line 3252, ../sass/styles.scss */
.home-page-h1 span {
  display: block;
}

/* line 3256, ../sass/styles.scss */
.home-page-h1 .home-page-h1__top {
  color: #fff;
  font-size: 64px;
  font-weight: 500;
  line-height: 68px;
  letter-spacing: -2px;
}

@media screen and (max-width: 1400px) {
  /* line 3265, ../sass/styles.scss */
  .home-page-h1 .home-page-h1__top {
    font-size: 46px;
    line-height: 50px;
  }
}
/* line 3271, ../sass/styles.scss */
.home-page-h1 .home-page-h1__bottom {
  color: #fd0;
  font-size: 64px;
  font-weight: 900;
  line-height: 68px;
  letter-spacing: -2px;
}

@media screen and (max-width: 1400px) {
  /* line 3280, ../sass/styles.scss */
  .home-page-h1 .home-page-h1__bottom {
    font-size: 46px;
    line-height: 50px;
  }
}
/* line 3286, ../sass/styles.scss */
.front .region-highlighted {
  position: relative;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    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;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[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;
}