/**
 * version: 0.0.1
 * file:    main.min.css
 * author:  Squiz Australia
 *
 * Table of Contents
 *
 * - Reset
 * - Utilities
 * - General
 * - Content
 * - Icons
 * - Buttons
 * - Common elements
 * - Header
 * - Navigation
 * - Content
 * - Slider
 * - Buy Hire Box
 * - Sections with nav
 * - Column Type Section
 * - Related items
 * - Case study page
 * - Product Finder
 * - Forms
 * - Mapper
 * - Generic content
 * - Selectric
 * - Items box
 * - blockquotes
 * - nested forms
 * - homepage
 * - Search Results
 * - news
 * - footer
 * - Technical Library
 * - Product Finder Search - fb autocompletion
 * - Modules
    Slick
 */
.visuallyhidden, .sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

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

.slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
}

.content .highlight {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  content: '';
  display: table;
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

/*
--------------------
Reset (normalize.css)
--------------------
*/
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer,
header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

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

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

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

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

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

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

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

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 0;
}

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

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

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

button[disabled], html input[disabled] {
  cursor: default;
}

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

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*
--------------------
Utilities
--------------------
*/
.hidden {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.pull-left {
  float: left;
}

img.pull-left {
  margin-right: 1em;
}

.pull-right {
  float: right;
}

img.pull-right {
  margin-left: 1em;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 1em;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
--------------------
General
--------------------
*/
.hidden {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.pull-left {
  float: left;
}

img.pull-left {
  margin-right: 1em;
}

.pull-right {
  float: right;
}

img.pull-right {
  margin-left: 1em;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 1em;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

* {
  transition: all 0.3s;
}

*:focus {
  outline: none;
}

/*
Icons
*/
@font-face {
  font-family: 'icomoon';
  src: url("mysource_files/icomoon.eot?dzlk4s");
  src: url("mysource_files/icomoon.eot?dzlk4s#iefix") format("embedded-opentype"), url("mysource_files/icomoon.ttf?dzlk4s") format("truetype"), url("mysource_files/icomoon.woff?dzlk4s") format("woff"), url("mysource_files/icomoon.svg?dzlk4s#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-bottom:before {
  content: "\e900";
}

.icon-arrow-left:before {
  content: "\e901";
}

.icon-arrow-right:before {
  content: "\e902";
}

.icon-arrow-top:before {
  content: "\e903";
}

.icon-bridge:before {
  content: "\e904";
}

.icon-building:before {
  content: "\e905";
}

.icon-calendar:before {
  content: "\e906";
}

.icon-cell:before {
  content: "\e907";
}

.icon-check:before {
  content: "\e908";
}

.icon-chevron-bottom:before {
  content: "\e909";
}

.icon-chevron-left:before {
  content: "\e90a";
}

.icon-chevron-right:before {
  content: "\e90b";
}

.icon-chevron-top:before {
  content: "\e90c";
}

.icon-cross:before {
  content: "\e90d";
}

.icon-cursor:before {
  content: "\e90e";
}

.icon-download:before {
  content: "\e90f";
}

.icon-envelope:before {
  content: "\e910";
}

.icon-facebook:before {
  content: "\e911";
}

.icon-filter:before {
  content: "\e912";
}

.icon-forestbambi:before {
  content: "\e913";
}

.icon-googleplus:before {
  content: "\e914";
}

.icon-justify:before {
  content: "\e915";
}

.icon-linkedin:before {
  content: "\e916";
}

.icon-list:before {
  content: "\e917";
}

.icon-lookup:before {
  content: "\e918";
}

.icon-man:before {
  content: "\e919";
}

.icon-marker:before {
  content: "\e91a";
}

.icon-minus:before {
  content: "\e91b";
}

.icon-newspaper:before {
  content: "\e91c";
}

.icon-phone:before {
  content: "\e91d";
}

.icon-pin:before {
  content: "\e91e";
}

.icon-plus:before {
  content: "\e91f";
}

.icon-quote:before {
  content: "\e920";
}

.icon-sectors:before {
  content: "\e921";
}

.icon-share:before {
  content: "\e922";
}

.icon-twitter:before {
  content: "\e923";
}

.icon-user:before {
  content: "\e924";
}

.icon-woman:before {
  content: "\e925";
}

.icon-world:before {
  content: "\e926";
}

.icon-wrench:before {
  content: "\e927";
}

.icon-quote-end:before {
  content: "\e928";
}

.icon-fax:before {
  content: "\e929";
}

.icon-reset-zoom:before {
  content: "\e92a";
}

@font-face {
  font-family: 'Montserrat-Regular';
  src: url("mysource_files/Montserrat-Regular.eot");
  src: url("mysource_files/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("mysource_files/Montserrat-Regular.woff") format("woff"), url("mysource_files/Montserrat-Regular.svg#Montserrat-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

html,
body {
  height: 100%;
  font-size: 15px;
}

body {
  overflow-y: scroll;
  line-height: 1.4;
  padding: 0;
  margin: 0;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #4d4d4d;
}

a {
  color: #0a78b4;
  text-decoration: none;
}

a p {
  color: #4d4d4d;
}

img {
  max-width: 100%;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

p {
  margin: 0 0 1em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "Montserrat-Regular", sans-serif;
}

h1 {
  font-size: 26px;
  font-size: 1.73333rem;
}

h2 {
  font-size: 20px;
  font-size: 1.33333rem;
}

h3 {
  font-size: 17px;
  font-size: 1.13333rem;
}

h4 {
  font-size: 15px;
  font-size: 1rem;
}

h5 {
  font-size: 12px;
  font-size: 0.8rem;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.table-layout {
  display: table;
  table-layout: auto;
  width: 100%;
}

.table-layout > * {
  display: table-cell;
}

@media (min-width: 768px) {
  .hidden-from-sm {
    display: none !important;
  }
}

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

@-ms-viewport {
  width: device-width;
}

@page {
  margin: 0.5cm;
}

/*
--------------------
Buttons
--------------------
*/
.nav__submenu-trigger, .nav__product-finder-button {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}

.button-round--blue, .button-round--dark-blue, .button-round--dark-blue--no-border, .button-round--dark-blue--no-border--small, .button-round--dark-blue-arrow, .section-nav__buttons a, .button-round--orange, .button-round--white, .button-round--orange--filled, a.primary-button, .custom-form .sq-form-submit, .button-round--grey--filled, a.secondary-button {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: solid 2px;
  padding: 8px 16px;
  background-color: #fff;
  display: inline-block;
  font-family: "Montserrat-Regular", sans-serif;
  text-decoration: none;
  text-align: center;
  min-width: 84px;
}

.button-round--blue:hover, .button-round--dark-blue:hover, .button-round--dark-blue--no-border:hover, .button-round--dark-blue--no-border--small:hover, .button-round--dark-blue-arrow:hover, .section-nav__buttons a:hover, .button-round--orange:hover, .button-round--white:hover, .button-round--orange--filled:hover, a.primary-button:hover, .custom-form .sq-form-submit:hover, .button-round--grey--filled:hover, a.secondary-button:hover {
  color: #fff;
}

.button-round--blue[disabled], .button-round--dark-blue[disabled], .button-round--dark-blue--no-border[disabled], .button-round--dark-blue--no-border--small[disabled], .button-round--dark-blue-arrow[disabled], .section-nav__buttons a[disabled], .button-round--orange[disabled], .button-round--white[disabled], .button-round--orange--filled[disabled], a.primary-button[disabled], .custom-form .sq-form-submit[disabled], .button-round--grey--filled[disabled], a.secondary-button[disabled] {
  -webkit-opacity: 0.1;
  -moz-opacity: 0.1;
  opacity: 0.1;
  -ms-filter: alpha(opacity=10);
  filter: alpha(opacity=10);
}

a.button-round--dark-blue, a.button-round--dark-blue--no-border, a.button-round--dark-blue--no-border--small, a.button-round--dark-blue-arrow, .section-nav__buttons a, a.button-round--orange {
  text-decoration: none;
}

.button-round--blue {
  border-color: #0a78b4;
  color: #0a78b4;
}

.button-round--blue:hover, .button-round--blue.is-active {
  background: #0a78b4;
  color: #fff;
}

.button-round--dark-blue, .button-round--dark-blue--no-border, .button-round--dark-blue--no-border--small, .button-round--dark-blue-arrow, .section-nav__buttons a {
  border-color: #00335f;
  color: #00335f;
}

.button-round--dark-blue:hover, .button-round--dark-blue--no-border:hover, .button-round--dark-blue--no-border--small:hover, .button-round--dark-blue-arrow:hover, .section-nav__buttons a:hover, .button-round--dark-blue.is-active, .is-active.button-round--dark-blue--no-border, .is-active.button-round--dark-blue--no-border--small, .is-active.button-round--dark-blue-arrow, .section-nav__buttons a.is-active {
  background: #00335f;
  color: #fff;
}

.button-round--dark-blue--no-border, .button-round--dark-blue--no-border--small {
  border: none;
}

.button-round--dark-blue--no-border--small {
  min-width: 0;
  width: 40px;
  padding: 0;
  text-align: center;
}

.button-round--dark-blue--no-border--small .sq-icon {
  margin: 0;
}

.button-round--orange {
  border-color: #f67400;
  color: #f67400;
}

.button-round--orange:hover, .button-round--orange.is-active {
  background: #f67400;
  color: #fff;
}

@media (max-width: 767px) {
  .button-round--orange a {
    display: inline-block;
    padding-top: 20px;
  }
}

.button-round--white {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

.button-round--white:hover, .button-round--white.is-active {
  background: #fff;
  color: #00335f;
}

.button-round--orange--filled, a.primary-button, .custom-form .sq-form-submit {
  border-color: #f67400;
  background: #f67400;
  color: #fff;
}

.button-round--orange--filled:hover, .button-round--orange--filled.is-active, a.primary-button:hover, a.primary-button.is-active, .custom-form .sq-form-submit:hover, .custom-form .sq-form-submit.is-active {
  background: #f67400;
  color: #fff;
}

.button-round--grey--filled, a.secondary-button {
  border-color: #e6e6e6;
  background: #e6e6e6;
  color: #4d4d4d;
}

.button-round--grey--filled:hover, .button-round--grey--filled.is-active, a.secondary-button:hover, a.secondary-button.is-active {
  color: #4d4d4d;
}

.button-round--dark-blue-arrow {
  position: relative;
  width: 200px;
  border-color: #00335f;
  text-align: left;
}

.button-round--dark-blue-arrow:hover {
  border-color: #ffffff;
}

.button-round--dark-blue-arrow:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90b";
  position: absolute;
  right: 12px;
  top: 10px;
}

.button-share-container {
  float: right !important;
}

.button-share {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  font-size: 0.8rem;
  border: solid 2px;
  background: #e6e6e6;
  border-color: #e6e6e6;
  color: #4d4d4d;
  padding: 10px 12px;
}

.button-share .sq-icon {
  vertical-align: sub;
  font-size: 15px;
  font-size: 1rem;
}

.button-share.stuck {
  position: fixed;
  z-index: 11;
  right: 20px;
  top: 15px;
}

@media (max-width: 767px) {
  .button-share.stuck {
    top: auto;
    bottom: 20px;
  }
}

.shadow-button, .shadow-button--square {
  background: #f2f2f2;
  margin: 0;
  border: solid 1px #f2f2f2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 40px;
  color: #4d4d4d;
  font-family: "Montserrat-Regular", sans-serif;
}

.is-active.shadow-button, .is-active.shadow-button--square, .is-active.shadow-button:focus, .is-active.shadow-button--square:focus, .shadow-button:hover, .shadow-button--square:hover {
  background: #4d4d4d;
  color: #fff;
}

.shadow-button:focus, .shadow-button--square:focus {
  background: #f2f2f2;
  color: #4d4d4d;
}

.shadow-button-wrapper {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: solid 1px #f2f2f2;
  padding: 4px 5px;
  background: #fff;
  display: inline-block;
  box-shadow: 5px 5px 1px 0px rgba(227, 223, 219, 0.7);
  pointer-events: auto;
}

.shadow-button {
  width: 225px;
  text-align: left;
}

.shadow-button .icon-filter {
  font-size: 13px;
  font-size: 0.86667rem;
}

.shadow-button--square {
  width: 40px;
}

.shadow-button--square .sq-icon {
  margin: 0;
}

.checkboxtric, .custom-form input[type=checkbox] {
  display: none;
}

.checkboxtric + label, .custom-form input[type=checkbox] + label {
  position: relative;
  padding-left: 2.5em;
  cursor: pointer;
  height: 20px;
  display: inline-block;
}

.checkboxtric + label:before, .custom-form input[type=checkbox] + label:before {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  background-color: #e6e6e6;
  position: absolute;
  left: 0;
  top: 0;
}

.checkboxtric:checked + label:before, .custom-form input[type=checkbox]:checked + label:before {
  background-color: #0a78b4;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e908";
  color: #ffffff;
  padding: 4px;
  font-size: 11px;
  font-size: 0.73333rem;
}

.custom-form.main-contact-form-modal input[type=checkbox] + label:before {
  background-color: #fff;
}

.custom-form.main-contact-form-modal input[type=checkbox]:checked + label:before {
  background-color: #0a78b4;
}

.radiotric, .custom-form input[type=radio] {
  display: none;
}

.radiotric + label, .custom-form input[type=radio] + label {
  position: relative;
  padding-left: 2.5em;
  cursor: pointer;
  height: 22px;
  display: inline-block;
}

.radiotric + label:before, .custom-form input[type=radio] + label:before {
  content: "";
  display: block;
  height: 22px;
  width: 22px;
  border: solid 1px #e6e6e6;
  border-radius: 30px;
  position: absolute;
  left: 0;
  top: 0;
}

.radiotric:checked + label:before, .custom-form input[type=radio]:checked + label:before {
  background-color: #0a78b4;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\25CF";
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  font-size: 1.33333rem;
  line-height: 15px;
  border: solid 1px #0a78b4;
}

/*
--------------------
Common elements
--------------------
*/
.ui-popup-button-wrapper {
  height: 100%;
}

.ui-popup-button {
  height: 100%;
  position: relative;
}

.is-active .ui-popup-button:before {
  border-color: transparent transparent #e6e6e6 transparent;
  bottom: -14px;
}

.is-active .ui-popup-button:after,
.is-active .ui-popup-button:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  z-index: 4;
  left: 50%;
  margin-left: -9px;
  border-width: 0 9px 9px 9px;
}

.is-active .ui-popup-button:after {
  border-color: transparent transparent #fff transparent;
  bottom: -15px;
}

.ui-popup-items {
  display: none;
  position: absolute;
  right: 0;
  top: calc((100% + 14px));
  border: 1px solid #e6e6e6;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  z-index: 3;
}

.is-active .ui-popup-items {
  display: block;
}

.location-selector .selectric-wrapper {
  width: 210px;
  padding: 0.70em;
}

.location-selector .selectric .label {
  font-size: 12px;
  font-size: 0.8rem;
  height: 28px;
  line-height: 28px;
  color: #00335f;
}

.location-selector .selectric .sq-icon {
  height: 28px;
  line-height: 28px;
  width: 22px;
  color: #00335f;
}

.location-selector .selectric .sq-icon:before {
  top: 0;
  font-size: 15px;
  font-size: 1rem;
}

.location-selector .selectric-items {
  position: relative;
}

.location-selector .selectric-items li {
  color: #00335f;
}

.footer .location-selector {
  float: right;
}

@media (max-width: 767px) {
  .footer .location-selector {
    float: none;
  }
}

.footer .location-selector > .sq-icon {
  float: left;
  position: relative;
  top: 1em;
}

.footer .location-selector .selectric-wrapper {
  padding: 0;
  margin: 0.5em;
}

@media (max-width: 767px) {
  .footer .location-selector .selectric-wrapper {
    float: left;
    width: calc(100% - 36px);
  }
}

.footer .location-selector .selectric-items {
  position: absolute;
}

@media (min-width: 1024px) {
  .location-selector.ui-popup-items {
    position: relative;
    top: 0;
    left: 0;
    z-index: 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #fff;
    display: inline-block;
    min-width: 84px;
    overflow: hidden;
    padding: 3px;
    margin-left: 0.8em;
  }
  .location-selector.ui-popup-items .icon-world {
    position: absolute;
    left: 8px;
    top: 9px;
    margin: 0;
    color: #00335f;
  }
  .location-selector.ui-popup-items .selectric-wrapper {
    padding: 0;
    width: 140px;
  }
  .location-selector.ui-popup-items .selectric {
    border: none;
    background: none;
  }
  .location-selector.ui-popup-items .selectric .label {
    margin: 0 25px;
  }
  .location-selector.ui-popup-items .selectric .sq-icon:before {
    left: 6px;
  }
  .location-selector.ui-popup-items .selectric-items li:last-child {
    border: none;
  }
  .location-selector.ui-popup-items:hover label {
    color: #00335f;
  }
}

.social-links a {
  color: #4d4d4d;
}

.social-links__list {
  margin: 0;
  overflow: hidden;
  padding: 1em 1.5em;
  list-style: none;
}

.social-links__list li {
  float: left;
  margin-left: 2.5em;
}

.social-links__list li:first-child {
  margin: 0;
}

.social-links__header {
  margin: 1em 0 0 1em;
  font-size: 15px;
  font-size: 1rem;
}

.social-links__header:last-of-type {
  margin-top: 0;
}

.back-link {
  float: right;
  margin-top: 1em;
}

.page-main-header {
  padding: 2em 0 1em;
  clear: both;
}

.page-main-header h1 {
  display: inline-block;
}

.tags {
  overflow: hidden;
}

.tags li {
  float: left;
  margin: 0 2em 1em 0;
}

.tags li a:hover {
  text-decoration: underline;
}

.download-items {
  overflow: hidden;
  padding: 0 !important;
}

.download-items li {
  float: left;
  width: 33.33333%;
  line-height: 3em;
  color: #0a78b4;
}

.download-items li a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .download-items li {
    width: 100%;
    float: none;
  }
}

.full-wdth-content--grey, .full-wdth-content--cream {
  width: 100%;
  padding: 2em 0;
  margin: 0;
  overflow: hidden;
}

.full-wdth-content--grey {
  background-color: #f2f2f2;
}

.footer .full-wdth-content--grey {
  padding: 0;
  overflow: visible;
}

.full-wdth-content--cream {
  background-color: #f4f0eb;
}

.is-truncated .full-text {
  display: none;
}

.truncated-text__read-more, .mapper__show-more-results-button {
  color: #0a78b4;
  cursor: pointer;
}

.truncated-text__read-more:hover, .mapper__show-more-results-button:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .repsonsive-table {
    overflow-x: scroll;
    overflow-y: hidden;
  }
}

.loader-overlay, .loader-overlay--circle, .results-overlay {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: alpha(opacity=0);
  filter: alpha(opacity=0);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  background: #fff;
}

.loader-overlay.is-visible, .is-visible.loader-overlay--circle, .is-visible.results-overlay {
  visibility: visible;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: alpha(opacity=90);
  filter: alpha(opacity=90);
}

.loader-overlay--circle {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: alpha(opacity=100);
  filter: alpha(opacity=100);
  visibility: visible;
  background: url("mysource_files/loader.gif") rgba(255, 255, 255, 0.8) no-repeat center center;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

.results-overlay {
  display: none;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: alpha(opacity=100);
  filter: alpha(opacity=100);
  visibility: visible;
  background: url("mysource_files/loader.gif") rgba(255, 255, 255, 0.8) no-repeat center center;
  z-index: 10;
  transition: none !important;
}

.box-scroll {
  height: 100%;
  overflow: auto;
}

/*
--------------------
Header
--------------------
*/
.header {
  background: #e6e6e6;
  height: 70px;
  font-family: "Montserrat-Regular", sans-serif;
}

.header__wrapper {
  height: 100%;
}

@media (max-width: 767px) {
  .header__wrapper {
    position: relative;
  }
}

.header__rhs-wrapper {
  margin-top: 17px;
  height: 36px;
  position: relative;
}

@media (max-width: 767px) {
  .header__rhs-wrapper {
    margin-top: 0;
    transition: none !important;
  }
}

@media (max-width: 767px) {
  .header__rhs-wrapper {
    position: static;
    width: 100%;
    height: auto;
  }
}

.header__quicklinks {
  font-size: 13px;
  font-size: 0.86667rem;
  line-height: 36px;
  margin: 0;
  overflow: hidden;
}

.header__quicklinks li {
  float: left;
  margin-right: 0.8em;
}

.header__quicklinks a {
  color: #00335f;
}

@media (max-width: 1023px) {
  .header__quicklinks {
    max-width: 350px;
    font-size: 12px;
    font-size: 0.8rem;
  }
}

@media (max-width: 767px) {
  .header__quicklinks {
    max-width: 1000px;
    font-size: 13px;
    font-size: 0.86667rem;
    display: none;
  }
}

.header__buttons {
  height: 100%;
}

.header__buttons .button-round--dark-blue--no-border, .header__buttons .button-round--dark-blue--no-border--small {
  height: 100%;
  margin-left: 0.8em;
  margin-right: 0;
}

@media (max-width: 767px) {
  .header__buttons {
    width: 100%;
  }
}

.header__buttons .social-links .ui-popup-button {
  font-size: 13px;
  font-size: 0.86667rem;
}

.header__search-bar {
  height: 100%;
}

@media (max-width: 767px) {
  .header__search-bar {
    width: 100%;
  }
}

.header__search-button-toggle-form {
  border: none;
  padding: 0;
  margin: 0;
  z-index: 1;
  width: 40px;
  height: 100%;
}

@media (min-width: 768px) {
  .is-active .header__search-button-toggle-form {
    visibility: hidden;
  }
}

@media (max-width: 767px) {
  .header__search-button-toggle-form {
    position: absolute;
    right: 13px;
    top: -2px;
    font-size: 22px;
    font-size: 1.46667rem;
    background: none;
  }
  .header__search-button-toggle-form:hover {
    color: #00335f;
    background: none;
  }
}

.header__search-form {
  width: 40px;
  position: absolute;
  right: 0px;
  overflow: hidden;
  margin: 0 !important;
  visibility: hidden;
  height: 100%;
}

.header__search-form:hover {
  background: #fff;
}

.is-active .header__search-form {
  width: 100%;
  visibility: visible;
}

@media (max-width: 767px) {
  .header__search-form {
    display: none;
    position: relative;
    border: 2px solid #00335f;
    width: 100%;
  }
  .is-active .header__search-form {
    display: block;
  }
}

.header__search-input {
  width: 100%;
  border: none;
  padding: 0.5em 2.5em 0.5em 1em;
}

.header__search-button {
  position: absolute;
  right: 0px;
  top: 0px;
  border: none;
  padding: 0;
  margin: 0;
  background: none;
  height: 100%;
  width: 40px;
}

.main-logo {
  display: table;
  height: 100%;
  max-width: 22%;
}

@media (max-width: 767px) {
  .main-logo {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .main-logo a {
    display: inline-block;
    padding-top: 20px;
  }
}

.main-logo a img {
  display: block;
}

/*
--------------------
Navigation
--------------------
*/
.nav {
  background: #00335f;
  width: 100%;
  height: 40px;
  font-family: "Montserrat-Regular", sans-serif;
}

@media (min-width: 767px) {
  .nav {
    display: block !important;
  }
}

.nav__first-level {
  display: table;
  height: 100%;
  margin: 0;
  padding: 0;
}

.nav__first-level-item {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 100%;
  color: #fff;
}

.nav__first-level-item:first-child {
  text-align: left;
}

.nav__first-level-item:last-child {
  text-align: right;
}

.nav__first-level-item.show-on-hover:hover .nav__second-level {
  display: block;
}

.nav__item-wrapper {
  display: inline-block;
  padding: 0 1em;
  height: 100%;
  line-height: 40px;
  text-align: center;
  position: relative;
  white-space: nowrap;
}

.is-active .nav__item-wrapper {
  background: #0a78b4;
}

.nav__item-wrapper ul {
  list-style: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.nav__item-wrapper > a {
  color: #fff;
}

.nav a.nav__item-wrapper {
  color: #fff;
}

.nav__submenu-trigger {
  color: #fff;
}

.nav__second-level {
  display: none;
  position: absolute;
  left: 0;
  background: #fff;
  color: #0a78b4;
  text-align: left;
  border: 1px solid #e6e6e6;
  z-index: 12;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  -webkit-box-shadow: 0px 1px 31px -2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 1px 31px -2px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 1px 31px -2px rgba(0, 0, 0, 0.75);
}

.is-active .nav__second-level {
  display: block;
}

.nav__second-level-items a {
  display: block;
  padding-right: 1em;
  padding-left: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1.6;
  position: relative;
  white-space: normal;
}

.nav__second-level-items a:hover {
  color: #fff;
  background: #0a78b4;
}

.nav__second-level-items a .sq-icon {
  position: absolute;
  right: 8px;
  top: 13px;
  font-size: 13px;
  font-size: 0.86667rem;
  font-weight: bold;
  margin: 0;
}

.nav__megamenu-type .nav__second-level {
  width: 990px;
}

@media (max-width: 1023px) {
  .nav__megamenu-type .nav__second-level {
    width: 720px;
  }
}

@media (max-width: 767px) {
  .nav__megamenu-type .nav__second-level {
    width: 100%;
  }
}

.nav__megamenu-type .nav__second-level-column {
  width: 25%;
  float: left;
  border-left: 1px solid #e6e6e6;
}

.nav__megamenu-type .nav__second-level-column:first-child {
  border: none;
}

@media (max-width: 767px) {
  .nav__megamenu-type .nav__second-level-column {
    border: none;
  }
}

.nav__megamenu-type .nav__second-level-column .nav__second-level-product-heading {
  color: #00335f;
}

.nav__megamenu-type .nav__second-level-header {
  border-bottom: 3px solid #0a78b4;
  padding: 0 6px;
  text-transform: uppercase;
  margin: 0 10px;
}

.nav__megamenu-type .nav__second-level-items {
  padding-bottom: 10px;
}

.nav__product-type .nav__second-level {
  width: 612px;
}

@media (min-width: 1024px) {
  .nav__product-type .nav__second-level {
    width: 750px;
  }
}

.nav__product-type.is-active .nav__second-level {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.nav__product-type .nav__second-level-column {
  width: 33.3333333%;
  float: left;
}

.nav__product-type .nav__second-level-column.nav__second-level-items {
  width: 66.6666666%;
}

.nav__product-type .nav__second-level-column.nav__second-level-items li {
  width: 50%;
  float: left;
}

.nav__product-type .nav__second-level-column.nav__second-level-items .nav__second-level-product-heading {
  padding-left: 16px;
  padding-top: 7px;
}

@media (max-width: 767px) {
  .nav__product-type .nav__second-level-column {
    width: 100%;
  }
}

.nav__product-finder {
  border-left: 1px solid #e6e6e6;
  padding: 7px 10px;
}

.nav__product-finder-form {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: solid 2px;
  border-color: #00335f;
  height: 35px;
  padding: 0;
  position: relative;
}

.nav__product-finder-form input[type="text"] {
  border: none;
  margin: 0;
  padding: 0;
  height: 100%;
  line-height: 35px;
  position: absolute;
  margin-left: 20px;
  margin-right: 35px;
  width: calc(100% - 55px);
  color: #00335f;
  opacity: 1;
}

.nav__product-finder-button {
  position: absolute;
  right: 5px;
  display: block;
  height: 100%;
  width: 20px;
}

@media (max-width: 767px) {
  .nav__product-finder-button {
    width: 20px;
  }
}

.nav__one-column-type .nav__second-level {
  width: 270px;
}

@media (max-width: 767px) {
  .nav__one-column-type .nav__second-level {
    width: 100%;
  }
}

.nav__one-column-type li {
  border-top: solid 1px #e6e6e6;
}

.nav__one-column-type li:first-child {
  border: none;
}

.nav .quicklinks-mobile {
  display: block;
  clear: both;
}

.nav .quicklinks-mobile .header__quicklinks {
  display: block !important;
}

.nav .quicklinks-mobile ul {
  padding: 0 8px;
  width: 100%;
}

.nav .quicklinks-mobile li {
  display: block;
  width: 100%;
}

.nav .quicklinks-mobile li a {
  padding: 0 1em;
  width: 100%;
  margin-bottom: 2px;
  display: inline-block;
  background-color: #f2f2f2;
  color: #00335f;
}

.nav .location-selector-mobile {
  position: relative;
  margin: 0 8px;
  background: #f2f2f2;
  clear: both;
  display: block;
}

.nav .location-selector-mobile .icon-label {
  position: absolute;
  left: 12px;
  top: 13px;
}

.nav .location-selector-mobile .selectric-wrapper {
  padding-left: 40px;
  padding: 0.4em 0.4em 0.4em 40px;
  width: 100%;
}

@media (max-width: 767px) {
  .nav {
    background-color: #fff;
    height: auto;
    transition: none !important;
    display: none;
  }
  .nav__first-level {
    height: auto;
    display: block;
  }
  .nav__item-wrapper {
    text-align: left;
    color: #0a78b4 !important;
    width: 100%;
  }
  .nav__item-wrapper:after {
    content: "\e90b";
    font-family: 'icomoon';
    display: block;
    position: absolute;
    top: 3px;
    right: 10px;
    color: #0a78b4;
  }
  .is-active .nav__submenu-trigger, .nav__product-finder-button {
    color: #fff;
  }
  .is-active .nav__item-wrapper:after {
    color: #fff;
    content: "\e909";
  }
  .nav__first-level-item, .nav__first-level-item:first-child {
    display: block;
    width: 100%;
    float: none;
    text-align: left;
  }
  .nav__submenu-trigger, .nav__product-finder-button {
    text-align: left;
    color: #0a78b4;
  }
  .nav__submenu-trigger {
    width: 100%;
  }
  .nav__product-type.is-active .nav__second-level {
    display: block;
    width: 100%;
  }
  .nav__second-level-items {
    width: 100%;
  }
  .nav__product-type .nav__second-level-column.nav__second-level-items {
    width: 100%;
  }
  .nav__product-type .nav__second-level-column.nav__second-level-items li {
    width: 100%;
  }
  .nav__second-level {
    box-shadow: none;
    border: none;
  }
  .nav__megamenu-type .nav__second-level-column {
    float: none;
    width: 100%;
  }
}

.toggle-nav-mobile, .dl-trigger {
  position: absolute;
  left: 25px;
  top: 22px;
}

.toggle-nav-mobile .sq-icon, .dl-trigger .sq-icon {
  color: #00335f;
  font-size: 22px;
}

.toggle-nav-mobile {
  background: none;
  border: none;
  padding: 0;
}

.toggle-search-mobile {
  position: absolute;
  right: 25px;
  top: 22px;
}

.toggle-search-mobile .sq-icon {
  color: #00335f;
  font-size: 22px;
}

/*
--------------------
Content
--------------------
*/
.content {
  /* Tables */
  /* Buttons */
  /* Highlight */
}

.content table {
  width: 100%;
  border-collapse: collapse;
  margin: .5em 0;
  font-size: 13px;
  font-size: 0.86667rem;
}

.content table.fixed {
  table-layout: fixed;
}

.content caption {
  font-size: 0.8px;
  font-size: 0.05333rem;
  font-style: italic;
}

.content th {
  background: #4d4d4d;
  color: #fff;
  font-weight: normal;
}

.content td {
  background: #e6e6e6;
}

.content th,
.content td {
  border: 3px solid #fff;
  text-align: center;
  padding: 9px;
}

.content .button {
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-color: #4d4d4d;
  color: #b2b2b2;
  display: inline-block;
  border: 0;
  padding: .5em 1em;
}

.content .button, .content .button:visited {
  text-decoration: none;
}

.content .button:focus, .content .button:hover {
  background-color: #1a1a1a;
}

.content .button--large {
  font-size: 1.5px;
  font-size: 0.1rem;
}

.content .button--small {
  font-size: 0.8px;
  font-size: 0.05333rem;
}

.content .pull-quote {
  border-top: 1px solid #4d4d4d;
  padding: 1em .5em 0 .5em;
  margin: 1em;
}

.content .highlight {
  background: #cccccc;
  padding: .1em .5em;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5 {
  margin-bottom: 15px;
  color: #00335f;
}

.content h1 a:hover,
.content h2 a:hover,
.content h3 a:hover,
.content h4 a:hover,
.content h5 a:hover {
  text-decoration: underline;
}

.content ul {
  margin: 0 0 1em;
  padding-left: 1em;
}

.content ul li {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.content .standfirst {
  color: #00335f;
  font-weight: bold;
}

.content .content-media {
  margin-bottom: 1.8em;
}

/*
--------------------
Slider
--------------------
*/
.slider:last-child {
  margin-bottom: 1em;
}

.slider.slider-for {
  overflow: hidden;
  position: relative;
}

@media (max-width: 767px) {
  .slider.slider-for {
    margin-bottom: 2em;
  }
}

.slider.slider-for img {
  height: auto;
  width: 100%;
}

.slider.slider-for .slider-caption {
  bottom: 0;
  width: 100%;
  padding: 0.875em;
  text-align: center;
  color: #fff;
  font-family: "Montserrat-Regular", sans-serif;
  position: absolute;
  margin: 0;
  background-color: #00335f;
  background-color: rgba(0, 51, 95, 0.7);
}

.slider.slider-for .slick-arrow {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 40px;
  width: 40px;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 4;
  margin-top: -20px;
}

@media (min-width: 768px) {
  .slider.slider-for .slick-arrow:hover {
    background: #fff;
  }
}

.slider.slider-for .slick-next {
  right: 12px;
}

.slider.slider-for .slick-next:before {
  content: "\e90b";
}

.slider.slider-for .slick-prev {
  left: 12px;
}

.slider.slider-for .slick-prev:before {
  content: "\e90a";
}

.slider .slick-track,
.slider .slick-list {
  height: 100%;
}

.slider.slider-nav {
  height: 96px;
  overflow: hidden;
  margin-top: 8px;
}

@media (max-width: 1023px) {
  .slider.slider-nav {
    height: 70px;
  }
}

.slider.slider-nav img {
  width: 100%;
  height: auto;
  cursor: pointer;
}

.slider.slider-nav .slick-slide {
  margin: 0 8px;
  position: relative;
  cursor: pointer;
}

.slider.slider-nav .slider__active-overlay {
  background-color: #00335f;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: alpha(opacity=70);
  filter: alpha(opacity=70);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.slider.slider-nav .slick-current.slick-active .slider__active-overlay {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: alpha(opacity=0);
  filter: alpha(opacity=0);
}

.slider .media-wrapper.video {
  cursor: pointer;
}

.slider .media-wrapper.video iframe {
  display: none;
}

.slider .media-wrapper.video.is-active iframe {
  display: block;
}

.slider .media-wrapper.video.is-active img {
  display: none;
}

.slider .media-wrapper.video.is-active .play-icon-mask {
  display: none;
}

.homepage-hero-container__slider .slick-arrow {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 50px;
  width: 50px;
  border: none;
  color: #fff;
  z-index: 4;
  background: none;
  margin-top: -25px;
  font-size: 47px;
  font-size: 3.13333rem;
}

.homepage-hero-container__slider .slick-list {
  max-height: 600px;
}

.homepage-hero-container__slider .slick-next {
  right: 4%;
}

.homepage-hero-container__slider .slick-next:before {
  content: "\e90b";
}

.homepage-hero-container__slider .slick-prev {
  left: 4%;
}

.homepage-hero-container__slider .slick-prev:before {
  content: "\e90a";
}

.homepage-hero-container__slider .slick-dots {
  margin: 0;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
}

.homepage-hero-container__slider .slick-dots button {
  transition: none;
  border: 2px solid #00335f;
  background: #fff;
  width: 16px;
  height: 16px;
  border-radius: 16px;
}

.homepage-hero-container__slider .slick-dots .slick-active button {
  background: #00335f;
}

.homepage-hero-container__slider .slick-slider {
  position: relative;
}

.media-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  overflow: hidden;
}

.media-wrapper iframe, .media-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.media-wrapper img {
  height: auto;
}

.play-icon-mask {
  height: 34px;
  width: 34px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -17px;
  margin-top: -17px;
  cursor: pointer;
}

.play-icon-mask .sq-icon {
  position: relative;
  top: 8px;
  left: 11px;
}

/*
--------------------
Buy Hire Box
--------------------
*/
.buy-hire-container {
  position: static !important;
}

.buy-hire-container .loader-overlay--circle {
  position: relative;
  height: 350px;
}

.buy-hire-container__button {
  width: 48%;
  margin-left: 2%;
  margin-bottom: 12px;
  position: relative;
  float: left;
}

.buy-hire-container__button:first-child {
  margin-left: 0;
}

.buy-hire-container__button.is-active:after {
  border-color: transparent transparent #f2f2f2 transparent;
  bottom: -15px;
}

.buy-hire-container__button.is-active:before {
  border-color: transparent transparent #e6e6e6 transparent;
  bottom: -14px;
}

.buy-hire-container__button.is-active:after, .buy-hire-container__button.is-active:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  z-index: 2;
  left: 50%;
  margin-left: -9px;
  border-width: 0 9px 9px 9px;
}

.buy-hire-container__content {
  background-color: #f2f2f2;
  border: 1px solid #e6e6e6;
  padding: 1.5em 1em;
}

.buy-hire-container__content a {
  display: inline-block;
}

.buy-hire-container__content {
  text-align: center;
}

.buy-hire-container__content > div {
  display: none;
}

.buy-hire-container__content > div.is-active {
  display: block;
  clear: both;
}

.buy-hire-container__content .btn {
  display: block;
}

.buy-hire-container__header {
  margin-bottom: 0.6em;
}

.buy-hire-container__image {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 70px;
  margin-bottom: 1.5em;
}

.buy-hire-container__person {
  font-size: 17px;
  font-size: 1.13333rem;
  font-family: "Montserrat-Regular", sans-serif;
}

.buy-hire-container__occupation {
  margin-bottom: 1.5em;
}

.buy-hire-container__tel {
  color: #4d4d4d;
  text-decoration: none;
  font-size: 20px;
  font-size: 1.33333rem;
  margin-bottom: 1.5em;
  font-family: "Montserrat-Regular", sans-serif;
}

.buy-hire-container__tel .sq-icon {
  margin-right: 0;
  font-size: 0.8em;
}

.buy-hire-container__bottom-button {
  width: 100%;
}

.buy-hire-container__not-sure-link {
  margin-top: 1em;
}

/*
--------------------
Sections with nav
--------------------
*/
.section-nav {
  padding: 0 0 1em;
  background-color: #fff;
}

.section-nav.is-fixed {
  position: fixed;
  top: 0;
}

@media (max-width: 767px) {
  .section-nav .slick-prev, .section-nav .slick-next {
    line-height: 1;
    font-size: 0;
    position: absolute;
    display: block;
    margin-top: 0;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: none;
    top: 5px;
    z-index: 10;
    color: #0a78b4;
    height: 30px;
  }
  .section-nav .slick-next {
    right: 5px;
  }
  .section-nav .slick-prev {
    left: 5px;
  }
  .section-nav .slick-prev::before {
    font-size: 25px;
    font-family: 'icomoon';
    content: "\e90a";
  }
  .section-nav .slick-next::before {
    font-size: 25px;
    font-family: 'icomoon';
    content: "\e90b";
  }
}

.section-nav__buttons {
  overflow: hidden;
}

@media (max-width: 767px) {
  .section-nav__buttons {
    overflow: auto;
    position: relative;
  }
}

.section-nav__buttons li {
  margin-right: 1%;
  margin-bottom: 3px;
  float: left;
}

@media (max-width: 767px) {
  .section-nav__buttons li {
    margin-right: 0;
    margin-left: 0;
  }
}

.section-nav__buttons li:last-child {
  margin: 0;
}

@media (max-width: 1023px) {
  .section-nav__buttons li a {
    font-size: 12px;
    font-size: 0.8rem;
    padding-left: 7px;
    padding-right: 7px;
  }
}

@media (max-width: 767px) {
  .section-nav__buttons li a {
    font-size: 15px;
    font-size: 1rem;
    width: 70%;
    text-align: center;
    margin: 0 auto;
    display: block;
  }
}

section.content {
  padding: 0 1em 2em;
  border-bottom: 2px solid #e6e6e6;
  margin: 0 -1em 2.5em;
  position: relative;
}

@media (max-width: 767px) {
  section.content {
    margin: 0 -8px 2.5em;
  }
}

section.content:last-child {
  margin-bottom: 0;
  border: none;
}

.sections-container__back-to-top:before {
  border-color: transparent transparent #ccc transparent;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 0px;
  border-width: 0 8px 8px 8px;
  content: "";
  left: 50%;
  margin-left: -8px;
}

.sections-container__back-to-top {
  text-align: center;
  position: absolute;
  right: 15px;
  bottom: 4px;
  padding-top: 8px;
  min-width: 16px;
  font-size: 10px;
  font-size: 0.66667rem;
  color: #ccc;
}

/*
--------------------
Column Type Section
--------------------
*/
.column {
  padding: 0 8px;
  float: left;
}

@media (max-width: 767px) {
  .column {
    float: none;
  }
}

.columns-1 .column {
  width: 100%;
}

.columns-2 .column {
  width: 50%;
}

.columns-3 .column {
  width: 33.33333333%;
}

.columns-4 .column {
  width: 25%;
}

@media (max-width: 767px) {
  .columns-1 .column,
  .columns-2 .column,
  .columns-3 .column,
  .columns-4 .column {
    width: 100%;
  }
}

.column-layout h2,
.column-layout h3 {
  margin-bottom: 1em;
}

.column-layout ul {
  list-style: none;
}

.column-layout ul li {
  position: relative;
  padding-left: 5px;
}

.column-layout ul li:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  content: "\e908";
  top: 7px;
  left: -20px;
}

.column-layout ul ul {
  list-style: disc;
}

.column-layout ul ul li:before {
  content: "";
}

/*
--------------------
Related items
--------------------
*/
.project-info {
  margin: 0 0 1em;
  padding-left: 0 !important;
}

.project-info li {
  line-height: 1.2em;
  padding: 0.5em 0 0.5em 1.5em;
  position: relative;
}

.project-info li .sq-icon {
  position: absolute;
  top: 8px;
  left: 0;
}

.project-info a {
  text-decoration: none;
  color: #4d4d4d;
}

.project-info a:hover {
  text-decoration: underline;
}

.project-info__no-icon {
  padding-left: 20px;
}

.related-item__header a {
  text-decoration: none;
}

.related-item__header a:hover {
  text-decoration: underline;
}

.related-item__view-more-container {
  text-align: center;
}

.related-item__image-container {
  padding-bottom: 72%;
  position: relative;
  overflow: hidden;
  margin-bottom: 1.5em;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.related-item__image-container img, .related-item__image-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none;
}

.related-item__image-container img {
  width: auto;
}

@media (max-width: 767px) {
  .related-item__image-container img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 767px) {
  .related-item__image-container {
    padding-bottom: 57%;
  }
}

@media (max-width: 767px) {
  .related-item__view-more-button {
    display: block;
    margin-bottom: 5px;
    width: 97%;
  }
}

.showMoreRelatedItems,
.link-type {
  color: #0a78b4;
  border: none;
  cursor: pointer;
  background: none;
  margin: auto;
}

@media (min-width: 768px) {
  .animate__column {
    position: relative;
    top: 0;
  }
}

@media (min-width: 768px) {
  .animate:hover .animate__column {
    width: 32%;
    position: relative;
    top: 10px;
  }
}

@media (min-width: 768px) {
  .animate .animate__column:hover {
    width: 36%;
    top: 0;
  }
}

.column-items {
  overflow: hidden;
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media (max-width: 767px) {
  .column-items {
    display: block;
  }
}

@media (max-width: 767px) {
  .column-items .item {
    display: block;
  }
}

.column-items .item.bottom-button {
  padding-bottom: 40px;
  position: relative;
}

.column-items .item.bottom-button .related-item__view-more-button {
  position: absolute;
  bottom: 0;
}

.mobile-related-show-first-item .row.column-items {
  display: none;
}

.mobile-related-show-first-item .row.column-items:first-of-type {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media (max-width: 767px) {
  .mobile-related-show-first-item .row.column-items:first-of-type {
    display: block;
  }
}

@media (max-width: 767px) {
  .mobile-related-show-first-item .row.column-items .item {
    display: none;
  }
  .mobile-related-show-first-item .row.column-items .item:first-child {
    display: block;
  }
}

.content > .column-items {
  margin-bottom: 2em;
}

@media (max-width: 767px) {
  .content > .column-items {
    margin-bottom: 0;
  }
  .content > .column-items .item {
    margin-bottom: 3em;
  }
}

/*
--------------------
Case study page
--------------------
*/
.top-components {
  position: relative;
}

.project-info-section {
  margin-top: 1em;
  padding-bottom: 1.5em;
}

.player-container {
  margin-bottom: 2em;
}

@media (max-width: 767px) {
  .project-info-container {
    width: 80%;
  }
}

.infographic {
  text-align: center;
}

.infographic__number {
  font-size: 60px;
  font-size: 4rem;
  color: #0a78b4;
}

.infographic__description {
  margin-top: 10px;
  padding: 0 20%;
}

@media (max-width: 767px) {
  .infographic {
    margin-top: 2em;
  }
}

.infographic h3 {
  padding-top: 1.5em;
}

.related-news__item {
  float: left;
  width: 50%;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .related-news__item {
    float: none;
    width: 100%;
  }
}

.related-news__item h4 {
  font-weight: normal;
  margin-bottom: 10px;
}

.related-news__item time {
  font-size: 13px;
  font-size: 0.86667rem;
}

@media (max-width: 767px) {
  .related-news .buy-hire-container {
    margin-top: 2em;
  }
}

.section-nav.stuck {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 0;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.section-nav.stuck ol {
  margin-left: auto;
  margin-right: auto;
  max-width: 990px;
}

@media (max-width: 1023px) {
  .section-nav.stuck ol {
    max-width: 720px;
  }
}

.sq-icon {
  margin-right: 5px;
  transition: none;
}

/* Product Finder */
.overflow-visible {
  overflow: visible;
}

.search-query-container {
  width: 90%;
  margin: 0 auto;
  position: relative;
  margin-bottom: 2em;
}

.search-query-container button {
  position: absolute;
}

.search-query {
  border-radius: 25px;
  border-style: solid;
  border-width: 2px;
  border-color: #0a78b4;
  padding: 11px 20px;
  width: 100%;
  font-family: "Montserrat-Regular", sans-serif;
  font-size: 17px;
  font-size: 1.13333rem;
}

.search-form-container button {
  position: absolute;
  top: 0;
  right: 10px;
  color: #0a78b4;
  height: 100%;
  text-align: center;
  padding: 0 10px;
  font-size: 16px;
  font-size: 1.06667rem;
  background: none;
  border: none;
}

.search-form-container button .sq-icon {
  margin: 0;
  vertical-align: middle;
}

.filter-container {
  margin-bottom: 1em;
}

.filter-container .filter-label {
  font-size: 20px;
  font-size: 1.33333rem;
  margin-bottom: 0.5em;
  font-weight: normal;
}

.uk-search .filter-container .filter-label {
  font-size: 14px;
  font-size: 0.93333rem;
  margin-bottom: 0.1em;
}

.pf-desc {
  margin: 1.5em 0 0 0;
}

.blocked {
  opacity: 0.3;
}

.blocked .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1;
}

/* Forms */
.form-container input[type="text"] {
  height: 40px;
}

.form-container--postcode-finder input[type="text"],
.form-container--postcode-finder input[type="email"] {
  margin-right: 1em;
  font-size: 17px;
  font-size: 1.13333rem;
  padding: 0 0.5em;
}

/*
--------------------
Mapper
--------------------
*/
.mapper {
  position: relative;
}

.mapper__my-area-header-projects, .mapper__my-area-header-contacts, .mapper__my-area-header-locations, .mapper__my-area-description-projects, .mapper__my-area-description-contacts, .mapper__my-area-description-locations {
  display: none;
}

.mapper__projects .mapper__my-area-header-projects,
.mapper__projects .mapper__my-area-description-projects {
  display: inline;
}

.mapper__contacts .mapper__my-area-header-contacts,
.mapper__contacts .mapper__my-area-description-contacts {
  display: inline;
}

.mapper__locations .mapper__my-area-header-locations,
.mapper__locations .mapper__my-area-description-locations {
  display: inline;
}

.mapper__zoom-controls {
  right: calc((100% - 990px)/2);
  position: absolute;
  top: 5.5em;
}

@media (max-width: 1023px) {
  .mapper__zoom-controls {
    right: calc((100% - 720px)/2);
  }
}

.mapper__zoom-controls .shadow-button {
  display: block;
  width: 31px;
  height: 31px;
  padding: 0 6px 0 7px;
}

.mapper__zoom-controls .shadow-button:first-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.mapper__zoom-controls .shadow-button:last-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.mapper__zoom-controls .shadow-button.mapper__zoomreset {
  margin-top: 5px;
}

.mapper.full-wdth-content--cream {
  padding-top: 1em;
}

.mapper__map-wrapper {
  position: relative;
  display: block;
}

@media (max-width: 767px) {
  .mapper__map-wrapper {
    display: none;
  }
}

.is-list .mapper__map-wrapper {
  display: none;
}

.mapper__results-list {
  display: none;
}

@media (max-width: 767px) {
  .mapper__results-list {
    display: block;
  }
}

.is-list .mapper__results-list {
  display: block;
}

.mapper__switch-buttons {
  padding-top: 3em;
  padding-bottom: 1.5em;
}

@media (max-width: 767px) {
  .mapper__switch-buttons {
    padding-top: 0;
  }
}

.mapper__switch-buttons button {
  margin-left: 1em;
}

@media (max-width: 767px) {
  .mapper__switch-buttons button {
    width: 100%;
    margin: 1em 0 0;
  }
}

.mapper__switch-buttons-wrapper {
  display: flex;
}

@media (max-width: 767px) {
  .mapper__switch-buttons-wrapper {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .mapper__switch-buttons-wrapper .page-main-header {
    width: 100%;
  }
}

.mapper__popup {
  position: absolute;
  bottom: 0;
  left: calc((100% - 990px)/2);
  background: #fff;
  padding: 0 1em 1.7em;
  width: 320px;
  z-index: 2;
}

@media (max-width: 1023px) {
  .mapper__popup {
    left: calc((100% - 720px)/2);
  }
}

.mapper__popup .related-item__image-container {
  margin-left: -1em;
  margin-right: -1em;
  clear: both;
}

.mapper__popup .related-item__image-container img {
  height: auto;
  width: 100%;
}

.mapper__popup .contact-info__main-info {
  clear: both;
}

.mapper__google-map {
  height: 650px;
}

.mapper__close-button {
  background: none;
  border: none;
  margin: 0;
  padding: 0.8em 0;
  text-align: center;
  float: right;
}

.mapper__filter-buttons-wrapper {
  padding-bottom: 1em;
  position: absolute;
  top: 1em;
  left: 0;
  width: 100%;
  z-index: 1;
  pointer-events: none;
}

@media (max-width: 767px) {
  .mapper__filter-buttons-wrapper {
    position: static;
    margin-bottom: 2em;
    margin-top: 1em;
  }
}

.is-list .mapper__filter-buttons-wrapper {
  position: static;
  margin-bottom: 2em;
  margin-top: 1em;
}

.mapper__filters {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 1.5em;
  margin-top: 5em;
  height: calc(100% - 5em);
  width: 100%;
  background: #fff;
  background: rgba(255, 255, 255, 0.95);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: alpha(opacity=0);
  filter: alpha(opacity=0);
  z-index: 2;
}

@media (max-width: 767px) {
  .mapper__filters {
    padding-top: 0;
  }
}

.mapper__filters.is-active {
  display: block;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: alpha(opacity=100);
  filter: alpha(opacity=100);
}

.mapper__filters .selectric {
  border: 1px solid #e6e6e6;
  cursor: pointer;
}

.mapper__filters .container {
  height: 100%;
}

.mapper__filters-container {
  margin-bottom: 1.5em;
  height: calc(100% - 130px);
}

.mapper__box-scroll {
  border: 1px solid #e6e6e6;
  height: auto;
  margin: 1em 0;
  max-height: 100%;
  padding: 0;
  overflow: auto;
}

@media (min-width: 768px) {
  .mapper__box-scroll {
    height: 1px;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
  }
}

@media (max-width: 767px) {
  .mapper__box-scroll {
    display: none;
  }
}

@media (min-width: 768px) {
  .mapper__box-scroll.is-active {
    height: auto;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
  }
}

@media (max-width: 767px) {
  .mapper__box-scroll.is-active {
    display: block;
  }
}

.mapper__filter_selector {
  text-align: left;
  width: 100%;
}

@media (max-width: 767px) {
  .mapper__filter_selector {
    margin-top: 1.5em;
  }
}

.mapper__filters-wrapper {
  margin: 1em 0.5em 0;
}

.mapper__filters-wrapper li {
  margin-bottom: 1.4em;
}

.mapper__results-containers {
  overflow: hidden;
  position: relative;
}

.mapper__apply-filters-button {
  display: block;
  margin: auto;
  clear: both;
  margin-top: 1em;
}

.mapper__selected-filters {
  background: #fff;
  border: solid 1px #e6e6e6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0.8em 1em;
  width: 237px;
  position: relative;
  margin-top: 1em;
  display: none;
  pointer-events: auto;
}

.mapper__selected-filters.is-visible {
  display: block;
}

.mapper__selected-filters:before {
  border-color: transparent transparent #e6e6e6 transparent;
  top: -10px;
}

.mapper__selected-filters:after {
  border-color: transparent transparent #fff transparent;
  top: -9px;
}

.mapper__selected-filters:before, .mapper__selected-filters:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  left: 4em;
  border-width: 0 9px 9px 9px;
}

.search-filter-container .mapper__selected-filters:before, .search-filter-container .mapper__selected-filters:after {
  left: .5em;
}

.mapper__selected-filters button {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}

.mapper__selected-filters-toogle-button {
  width: 100%;
  color: #4d4d4d;
  font-family: "Montserrat-Regular", sans-serif;
  text-align: left;
}

.mapper__selected-filters-toogle-button .sq-icon {
  margin: 3px 0 0;
}

.is-active .mapper__selected-filters-toogle-button .sq-icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.mapper__selected-filters-list {
  max-height: 0;
  overflow: hidden;
}

.mapper__selected-filters-list ul {
  margin: 0;
}

.mapper__selected-filters-list li {
  margin-top: 1.2em;
}

.mapper__selected-filters-list .sq-icon {
  margin: 0 0 0 1.2em;
  font-size: 10px;
  font-size: 0.66667rem;
  position: relative;
  top: -1px;
}

.is-active .mapper__selected-filters-list {
  max-height: 1000px;
}

.mapper__results-number {
  display: none;
  float: left;
  margin-left: 2em;
  font-family: "Montserrat-Regular", sans-serif;
  padding: 1em 0;
}

@media (max-width: 767px) {
  .mapper__results-number {
    display: block;
  }
}

.is-list .mapper__results-number {
  display: block;
}

.mapper__show-more-results-button {
  display: block;
  margin: auto;
  background: none;
  border: none;
}

@media (max-width: 767px) {
  .mapper__toggle-map-list-wrapper {
    display: none;
  }
}

/*
--------------------
Generic content
--------------------
*/
.contact-info {
  overflow: hidden;
  padding-top: 1em;
}

.contact-info p {
  margin: 0;
}

.contact-info .buy-hire-container__image {
  margin-bottom: 1em;
}

.contact-info .icon-envelope {
  position: relative;
  top: 2px;
}

.contact-info .link {
  color: #0a78b4;
}

.contact-info img,
.contact-info .project-info,
.contact-info .contact-info__main-info {
  float: left;
  margin-right: 1.5em;
}

@media (max-width: 767px) {
  .contact-info img,
  .contact-info .project-info,
  .contact-info .contact-info__main-info {
    float: none;
  }
}

.contact-info.vertical img,
.contact-info.vertical .project-info,
.contact-info.vertical .contact-info__main-info {
  float: none;
  margin-right: 0;
}

.contact-info .project-info {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .contact-info .project-info:first-of-type {
    margin-top: 1.5em;
  }
}

/*======================================
  Selectric v1.9.3
======================================*/
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  background: #FFF;
  position: relative;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 17px;
  font-size: 1.13333rem;
  line-height: 38px;
  color: #444;
  height: 38px;
  font-family: "Montserrat-Regular", sans-serif;
}

.select-capabilities-container .selectric .label {
  color: #777777;
}

.selectric .sq-icon {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 38px;
  color: #616161;
  text-align: center;
  font-size: 20px;
}

.select-capabilities-container .selectric .sq-icon {
  top: 7px;
  color: #0a78b4;
}

.selectric .sq-icon:before {
  position: absolute;
  top: 25%;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.selectric-hover .selectric {
  border-color: #C4C4C4;
}

.selectric-hover .selectric .button {
  color: #A2A2A2;
}

.selectric-hover .selectric .button:after {
  border-top-color: #A2A2A2;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
  border-color: #C4C4C4;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
  display: none;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #fff;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}

.selectric-items li {
  display: block;
  padding: 8px;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #EEE;
  color: #666;
  cursor: pointer;
  transition: none;
}

.selectric-items li.selected {
  background: #EFEFEF;
  color: #444;
}

.selectric-items li:hover {
  background: #0a78b4;
  color: #fff;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}

.selectric-selectric-here .selectric {
  border: 1px solid #e6e6e6;
  cursor: pointer;
}

/* date time item */
.datetime-item .sq-icon {
  color: #0a78b4;
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
}

.datetime-item time {
  font-size: 15px;
  font-size: 1rem;
  display: inline-block;
}

.datetime-item time span {
  font-family: "Montserrat-Regular", sans-serif;
  font-size: 17px;
  font-size: 1.13333rem;
}

/* blockquotes */
blockquote {
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
  margin: 2em 2% 0 2%;
}

blockquote:after, blockquote:before {
  position: absolute;
  font-family: icomoon;
  font-size: 30px;
  line-height: 0;
  color: #e6e6e6;
}

blockquote:before {
  content: "\e920";
  left: 0;
  top: 0;
}

blockquote:after {
  content: "\e928";
  right: 0;
  bottom: 0;
}

blockquote .attribution {
  font-size: smaller;
}

/* nested forms */
.form-overlay {
  transition: none;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.form-overlay span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url("mysource_files/loader.gif");
  background-repeat: no-repeat;
  width: 34px;
  height: 34px;
}

.custom-form input[type=text], .custom-form input[type=number], .custom-form input[type=email], .custom-form textarea {
  padding: 9px;
  width: 80%;
  margin-bottom: 16px;
  border: solid 1px #e6e6e6;
}

.custom-form .sq-form-question-title {
  margin: 6px 0;
  display: inline-block;
}

.custom-form .sq-form-question-answer ul {
  margin: 0;
  padding: 0;
}

.custom-form .sq-form-question-answer ul li {
  list-style: none;
}

.custom-form .selectric {
  border: solid 1px #e6e6e6;
}

.custom-form .selectric-wrapper {
  margin-bottom: 1em;
  width: 80%;
}

.custom-form .sq-form-control {
  margin: 1em 0;
}

.custom-form fieldset {
  border: none;
}

.custom-form .sq-form-error {
  color: #dc3c46;
}

.custom-form .required-field {
  border: solid 1px #dc3c46 !important;
}

.custom-form__error-message {
  display: inline-block;
}

.skip-form {
  margin-top: 1em;
  display: block;
  font-size: 13px;
  font-size: 0.86667rem;
}

.sq-form-section-title {
  font-size: 18px;
  font-size: 1.2rem;
  padding: 10px 0 0 0;
  font-family: "Montserrat-Regular", sans-serif;
  color: #00335f;
}

.main-contact-form-modal {
  transition: none;
  background: #e6e6e6;
  width: 100%;
  left: 0;
  position: absolute;
  z-index: 11;
  display: none;
}

.main-contact-form-modal ul {
  padding: 0;
}

.main-contact-form-modal li {
  list-style: none;
}

.main-contact-form-modal .inlined li {
  display: inline-block;
  margin-right: 20px;
}

.main-contact-form-modal .inlined label {
  padding-left: 2em;
}

.mfp-content .main-contact-form-modal {
  position: static;
}

.mfp-content .main-contact-form-modal input[type=text],
.mfp-content .main-contact-form-modal input[type="email"] {
  width: 100%;
}

.main-contact-form-modal.is-active {
  display: block;
}

.form-wrapper {
  padding: 8px;
}

.main-contact-form-modal:before {
  content: "";
  border-bottom: solid 10px #e6e6e6;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  top: -10px;
  position: absolute;
  right: 11.5%;
}

.mfp-content .main-contact-form-modal:before {
  border: none;
}

.centered {
  text-align: center;
}

.form-submission-success p {
  margin: 1em;
}

.contact-form-popup-close-button {
  position: absolute;
  right: 15px;
  top: 10px;
  background: none;
  border: none;
  z-index: 10;
}

.custom-slider {
  max-width: 925px;
  position: relative;
  margin: 0 auto;
}

.custom-slider .slide-image {
  width: 100%;
  position: relative;
}

.custom-slider .slide-desc {
  text-align: center;
  margin-top: 1em;
  padding-bottom: 1px;
}

.custom-slider .slide-overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 51, 95, 0.5);
  position: absolute;
  z-index: 1;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
}

.custom-slider .slick-dots {
  margin: 0;
  position: absolute;
  right: -30px;
  top: 0;
}

@media (max-width: 767px) {
  .custom-slider .slick-dots {
    right: 0;
    left: 0;
    top: -40px;
  }
}

.custom-slider .slick-dots li {
  display: block;
  margin-left: 0;
  margin-bottom: 0.6em;
}

@media (max-width: 767px) {
  .custom-slider .slick-dots li {
    margin: 0 10px 10px 10px;
    display: inline-block;
  }
}

.custom-slider .slick-dots button {
  transition: none;
  border: 2px solid #00335f;
  background: #fff;
  width: 16px;
  height: 16px;
  border-radius: 16px;
}

.custom-slider .slick-dots .slick-active button {
  background: #00335f;
}

.description-holder {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}

.description-holder .strapline-text, .description-holder h4 {
  font-weight: normal;
  font-family: "Montserrat-Regular", sans-serif;
  font-size: 40px;
  font-size: 2.66667rem;
  margin-bottom: .5em;
  color: #fff;
}

@media (max-width: 767px) {
  .description-holder .strapline-text, .description-holder h4 {
    font-size: 4vw;
  }
}

.custom-slider, .featured-products-carousel {
  position: relative;
}

.custom-slider .slick-prev, .custom-slider .slick-next, .featured-products-carousel .slick-prev, .featured-products-carousel .slick-next {
  z-index: 10;
  background: transparent;
  border: none;
}

@media (max-width: 767px) {
  .custom-slider .slick-prev, .custom-slider .slick-next, .featured-products-carousel .slick-prev, .featured-products-carousel .slick-next {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 40px;
    width: 40px;
    background: #fff;
    background: rgba(255, 255, 255, 0.5);
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 4;
    top: 33%;
    margin-top: auto;
  }
}

.custom-slider .slick-prev, .featured-products-carousel .slick-prev {
  left: -40px;
}

@media (max-width: 767px) {
  .custom-slider .slick-prev, .featured-products-carousel .slick-prev {
    left: 20px;
  }
}

.custom-slider .slick-next, .featured-products-carousel .slick-next {
  right: -40px;
}

@media (max-width: 767px) {
  .custom-slider .slick-next, .featured-products-carousel .slick-next {
    right: 20px;
  }
}

.custom-slider .slick-prev::before, .custom-slider .slick-next::before, .featured-products-carousel .slick-prev::before, .featured-products-carousel .slick-next::before {
  font-family: 'icomoon';
}

@media (min-width: 767px) {
  .custom-slider .slick-prev::before, .custom-slider .slick-next::before, .featured-products-carousel .slick-prev::before, .featured-products-carousel .slick-next::before {
    color: #e6e6e6;
    font-size: 25px;
  }
}

.custom-slider .slick-prev::before, .featured-products-carousel .slick-prev::before {
  content: "\e90a";
}

.custom-slider .slick-next::before, .featured-products-carousel .slick-next::before {
  content: "\e90b";
}

/*
--------------------
homepage
--------------------
*/
.homepage-hero-container {
  position: relative;
  text-align: center;
  max-height: 600px;
  overflow: hidden;
  margin-bottom: 1em;
}

.homepage-hero-container img {
  width: 100%;
  display: block;
}

.homepage-hero-container .overlay {
  background: rgba(0, 51, 95, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
}

.homepage-hero-container.homepage-hero-container__slider {
  max-height: 630px;
  padding-bottom: 30px;
}

.homepage-hero-description {
  padding: 1.5em 1.5em 0;
  text-align: center;
  margin: 0;
}

.homepage-section {
  clear: both;
  padding: 0 1em 2.5em;
  margin: 0 -1em 2.5em;
  position: relative;
  border-bottom: solid 2px #e6e6e6;
}

@media (max-width: 767px) {
  .homepage-section {
    margin: 0 -8px 2.5em;
    padding: 0 8px 2.5em;
  }
}

.homepage-section:last-child {
  margin-bottom: 0;
  border: none;
}

.homepage-section > h2 {
  margin: 0 0 1em;
  font-size: 20px;
  font-size: 1.33333rem;
  text-align: center;
  color: #00335f;
}

@media (max-width: 767px) {
  .homepage-section .news-container .news {
    display: none;
  }
  .homepage-section .news-container .news:first-child {
    display: block;
  }
}

.homepage-section .news-container .news .news-img {
  margin-bottom: 1em;
}

@media (min-width: 1024px) {
  .homepage-section.grey .row {
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .homepage-section.grey .row .news-container {
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}

@media (max-width: 767px) {
  .featured-projects > h2, .whatsnew > h2 {
    margin-bottom: 2.8em;
  }
}

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

.near-you p {
  text-align: center;
  margin-bottom: 1.5em;
}

.near-you__button-wrapper a {
  margin: 0 0.5em;
}

@media (max-width: 480px) {
  .near-you__button-wrapper a {
    margin: 7px auto;
    display: block;
    width: 90%;
  }
}

/*
--------------------
Search Results
--------------------
*/
.search-results {
  position: relative;
  overflow: hidden;
}

.search-results-container .title {
  margin-top: 1em;
}

@media (max-width: 767px) {
  .search-results-container .title {
    width: 100%;
    display: inline-block;
  }
}

@media (min-width: 768px) {
  .search-results-container .content {
    padding-left: 2em;
  }
}

.search-results-container .row {
  padding: 1.5em 0;
  border-bottom: 2px solid #e6e6e6;
}

.search-results-container .contact-info {
  padding-top: 0;
}

.search-results-container .related-item__view-more-container {
  margin-top: 2em;
  margin-bottom: 2em;
}

.news-item-container .news-item {
  margin-bottom: 1em;
}

.news-item-container .news-item .label {
  background: #4d4d4d;
  color: #ffffff;
  padding: .2em .3em;
  margin-right: 1em;
  width: 75px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  font-size: 0.8rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.news-item-container .news-img {
  padding-bottom: 78%;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.news-media-hero-container .news-item-container .news-img {
  margin-bottom: 0;
}

.news-item-container .news-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none;
}

.grey .news-item-container .news-img {
  padding-bottom: 59%;
}

.news-item-container .news-item, .news-item-container h3 {
  padding-left: 1em;
  padding-right: 1em;
}

.search-filter-container select {
  overflow: auto;
}

.search-filter-container .search-filter {
  display: block;
  padding: 0 1em;
  margin-bottom: 1em;
}

.search-filter-container .pull-left {
  clear: left;
}

.search-filter-container .shadow-button {
  padding: 9px;
}

.search-filter-container .shadow-button:hover {
  background: #f2f2f2;
  color: #4d4d4d;
}

.filter-by-radio {
  display: inline-block;
  width: 100%;
  text-align: right;
  margin-bottom: .5em;
}

@media (max-width: 767px) {
  .filter-by-radio {
    text-align: left;
    margin: 1em 0;
  }
  .filter-by-radio label {
    margin-bottom: 1em;
  }
}

.filter-by-radio label {
  margin-right: 1em;
}

.filter-by {
  clear: both;
}

.filter-by .selectric {
  display: inline-block;
  width: 100%;
  border: none;
}

.filter-by .selectric .sq-icon {
  right: -20px;
}

.filter-by .selectric .label {
  font-size: 12px;
  font-size: 0.8rem;
  display: inline-block;
  text-align: center;
  margin: 0;
  width: 100%;
  float: left;
  padding-top: 3px;
}

.filter-by .selectric-items {
  left: auto;
  text-align: center;
  width: 237px !important;
  right: -16px;
  box-shadow: none;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.results .best-bet-item {
  border-bottom: 2px solid #00335f;
  margin: 1em 0 3em 0;
}

/*
--------------------
news
--------------------
*/
@media (min-width: 768px) {
  .col-sm-8.col-md-9.news-container {
    float: right;
  }
}

.news-container .content {
  display: inline-block;
  width: 100%;
}

@media (min-width: 768px) {
  .news-container .content {
    padding-left: 2em;
  }
}

.news-container .news {
  padding: 1em 0;
  margin: .5em 0;
  border-bottom: 2px solid #e6e6e6;
}

.news-container .news .event-details {
  font-weight: bold;
  margin-right: .5em;
}

.news-container .news i {
  margin-right: 1em;
}

.news-container .news:last-child {
  border: none;
}

.grey .news-container .news {
  background: #f2f2f2;
  padding-top: 0;
  margin-bottom: 1em;
  width: 100%;
}

.news-container .related-item__view-more-container {
  margin-bottom: 1em;
}

.news-container .addeventatc {
  color: #0a78b4 !important;
  background: none;
  border: none;
  padding-left: 0;
}

.news-container .addeventatc:hover, .news-container .addeventatc:focus {
  border: none;
}

.news-container .addeventatc_icon {
  display: none;
}

.news-container .addevent-title {
  font-family: "Montserrat-Regular", sans-serif;
}

.contact-container {
  clear: left;
  margin-bottom: 2em;
}

/*
--------------------
footer
--------------------
*/
.footer {
  padding-top: 2.5em;
}

.footer .social-links__list {
  padding-left: 15px;
  padding-right: 15px;
}

.footer .selectric-wrapper {
  float: right;
  padding: 0.5em;
}

.footer__links {
  list-style: none;
  padding: 0;
}

.footer__links li {
  padding-bottom: 1em;
}

.footer__links a {
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
}

.footer__header,
.footer__links {
  padding-left: 15px;
  padding-right: 15px;
}

.footer__header {
  padding-top: 15px;
  border-top: solid 2px #0a78b4;
}

.footer__bottom-links {
  float: left;
}

@media (max-width: 767px) {
  .footer__bottom-links {
    float: none;
  }
}

.footer__bottom-links ul {
  list-style: none;
  padding: 1em 0;
  margin: 0;
  overflow: hidden;
}

@media (max-width: 767px) {
  .footer__bottom-links ul {
    text-align: center;
  }
}

.footer__bottom-links li {
  padding: 0 11px;
  border-right: solid 1px #0a78b4;
  display: inline-block;
  float: left;
  line-height: 1em;
}

.footer__bottom-links li:last-child {
  border: none;
}

@media (max-width: 767px) {
  .footer__bottom-links li {
    float: none;
  }
}

.footer__reserved-info {
  text-align: center;
  border-top: 1px #e6e6e6 dashed;
  padding: 12px;
}

.footer__contact-header {
  margin-bottom: 0.3em;
}

.footer__contact-info {
  line-height: 2.5em;
}

.footer__contact-info.footer__has-contact-header {
  line-height: 21px;
}

/*
--------------------
Technical Library
--------------------
*/
.technical-library td {
  width: 19%;
}

.technical-library td a {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: inline-block;
  margin: 0 0.5em;
}

.technical-library td a.pdf-icon, .technical-library td a.User_Guide, .technical-library td a.Technical_Guide {
  background-image: url("mysource_files/pdf-icon-transparent-background2.png");
}

.technical-library td a.Eurocode_Guide {
  background-image: url("mysource_files/pdf-icon-transparent-background-Eurocode3.png");
}

.technical-library td a.revit3d-icon, .technical-library td a.Revit_3D_Parametric_Families {
  background-image: url("mysource_files/Revit_2015.png");
}

.technical-library td a.autocad-icon, .technical-library td a.AutoCAD_Blocks {
  background-image: url("mysource_files/ac-2012-logo.png");
}

/* Product Finder Search - fb autocompletion */
.search-initial {
  padding: 40px 15px;
}

#search-advanced select.input-sm {
  border-color: #ccc;
}

#search-result-count {
  margin-bottom: 10px;
}

#search-results li h4,
#search-best-bets h4 {
  margin-bottom: 0;
}

#search-results li h4 {
  margin-top: 24px;
}

.facet h3 {
  font-size: 14px;
  margin: 0;
}

.search-collapsed {
  text-indent: 8px;
}

.search-metrics td div.metric {
  border: solid 1px #ddd;
}

.ui-helper-hidden-accessible,
.ui-help-hidden {
  display: none;
}

.ui-menu {
  background-color: white;
}

.ui-menu {
  width: 200px;
  border: solid 1px #e6e6e6;
}

.ui-menu, .ui-menu li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.ui-menu-item a, li.ui-autocomplete-category {
  padding: 6px 10px;
  color: #333;
  display: block;
}

li.ui-autocomplete-category {
  background-color: #e6e6e6;
  font-weight: bold;
  color: #fff;
}

.ui-state-focus {
  background-color: #0a78b4;
  color: white;
}

a.ui-state-focus {
  color: #fff;
}

.ui-menu-item a, .ui-menu-item strong {
  transition: none;
}

.view-more {
  margin-top: 2em;
}

.cookie-message {
  background: #4d4d4d;
  color: #fff;
  padding: 1em 0;
  z-index: 9999;
  position: fixed;
  bottom: 0;
  width: 100%;
}

.no-js .cookie-message {
  position: static;
}

.cookie-message .content {
  float: left;
  width: calc(100% - 300px);
  padding-left: 2em;
}

@media (max-width: 767px) {
  .cookie-message .content {
    width: 100%;
    padding: 0 0.5em 1em;
  }
}

.cookie-message .content p {
  margin: 0;
}

@media (max-width: 767px) {
  .cookie-message button {
    display: block;
    margin: 0 auto;
  }
}

.mfp-doc-popup .mfp-ajax-holder .mfp-content,
.mfp-doc-popup .mfp-inline-holder .mfp-content {
  width: 50%;
  margin: auto;
  background: #e6e6e6;
  padding: 1em;
}

@media (max-width: 767px) {
  .mfp-doc-popup .mfp-ajax-holder .mfp-content,
  .mfp-doc-popup .mfp-inline-holder .mfp-content {
    width: 90%;
  }
}

.mfp-doc-popup .mfp-ajax-holder .mfp-content .mfp-close,
.mfp-doc-popup .mfp-inline-holder .mfp-content .mfp-close {
  color: #4d4d4d;
}

.disclaimer-popup-info {
  display: none;
}

.mfp-doc-popup .disclaimer-popup-info {
  display: block;
  padding: 1em;
}

.product-search .select-capabilities-container {
  position: relative;
}

.product-search .select-capabilities-container:after {
  content: "OR";
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -5px;
  color: #00335f;
  font-weight: bold;
}

@media (min-width: 1024px) {
  .product-search .select-capabilities-container:after {
    left: 100%;
    top: 20%;
  }
}

.product-search .selectric-selectric-here .selectric {
  border-radius: 25px;
  border-style: solid;
  border-width: 2px;
  border-color: #0a78b4;
  padding: 4px 6px;
  width: 100%;
  font-family: "Montserrat-Regular", sans-serif;
  font-size: 17px;
  font-size: 1.13333rem;
}

.product-search .selectric-open .selectric-items .disabled {
  display: none;
}

.homepage-capabilities {
  background: #00335f;
  margin: 0 -1em 2.5em;
}

@media (min-width: 1024px) {
  .homepage-capabilities {
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}

.homepage-capabilities .img-container {
  padding: 0;
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.homepage-capabilities .img-container img {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  object-fit: cover;
}

.homepage-capabilities .text-desc {
  color: #ffffff;
}

.homepage-capabilities .heading {
  margin: 1em;
  font-size: 20px;
  font-size: 1.33333rem;
  color: #ffffff;
}

.homepage-capabilities ul {
  list-style: none;
}

.homepage-capabilities ul li {
  color: #ffffff;
  position: relative;
  margin: 2em 1em 2em 2em;
}

.homepage-capabilities li:before {
  content: url("mysource_files/list-icon.png");
  position: absolute;
  left: -3.5em;
}

.homepage-capabilities p {
  position: relative;
  color: #fff;
}

.homepage-capabilities p:before {
  content: url("mysource_files/list-icon.png");
  position: absolute;
  left: -3.5em;
}

.homepage-capabilities .button-wrapper {
  display: inline-block;
  width: 100%;
  margin: 1em 0;
  text-align: center;
}

.product-list .toggle-product-list {
  position: relative;
}

.product-list .toggle-product-list a {
  color: #00335f;
}

.product-list .toggle-product-list:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909";
  position: absolute;
  margin-left: .5em;
  top: 4px;
}

.product-list .product-items {
  /*display: none;*/
}

.product-list .product-items h3 a {
  display: inline-block;
  vertical-align: top;
  width: 90%;
}

.product-list .product-items p {
  margin-left: 1.9em;
}

.product-list .product-items.is-active {
  display: block;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.product-list .product-items .column-items {
  margin: 2em 0;
}

.featured-capabilities .blue {
  background: #00335f;
}

.featured-capabilities .content {
  padding: 2em;
  color: #ffffff !important;
}

.featured-capabilities .content h2, .featured-capabilities .content h3, .featured-capabilities .content p, .featured-capabilities .content a {
  color: inherit;
}

.capability-load-container .column-items {
  -ms-flex-wrap: warp;
  flex-wrap: wrap;
}

.capability-load-container .column-items .item.bottom-button {
  margin-bottom: 2em;
}

.homepage-hero-container__slider.capability-hero .slick-list {
  max-height: 400px;
}

/* Product finder */
.uk-search .search-form-container {
  display: table;
  width: 100%;
  height: 100%;
}

@media (min-width: 1024px) {
  .uk-search .search-form-container {
    margin-top: 66px;
  }
}

.uk-search .search-form-container form {
  display: table-cell;
  vertical-align: bottom;
}

@media (min-width: 1024px) {
  .uk-search .search-form-container form .search-query-container {
    margin-bottom: 0;
  }
}

.uk-search .filter-text {
  color: #00335f;
  text-align: center;
  margin-bottom: 2em;
  display: block;
  width: 100%;
}

/* Capability slider */
.product-capability-container .slick-slider {
  background: #00335f;
}

/* new news & media */
.news-media-search-results {
  margin-top: 2em;
}

.news-media-container .page-main-header {
  padding-top: 0;
}

@media (min-width: 768px) {
  .news-media-container .results .row {
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.news-media-container .results .row .news-item {
  font-size: .9em;
  margin-top: 1em;
}

.news-media-container .results .row .news-item-container {
  background: #f2f2f2;
  position: relative;
  padding-bottom: 85px;
  height: 100%;
  width: 100%;
}

.news-media-container .results .row .news-item-container .button-round--blue {
  position: absolute;
  bottom: 25px;
  left: 10px;
}

.news-media-container .results .row .item {
  margin-bottom: 1em;
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
}

@media (max-width: 1023px) {
  .news-media-container .results .row .item {
    width: 100%;
  }
}

.news-media-container .results .row .item:nth-child(1) {
  width: 100%;
}

.news-media-container .results .row .item:nth-child(1) .news-item-container {
  width: 100%;
}

@media (min-width: 1024px) {
  .news-media-container .results .row .item:nth-child(1) .news-item-container {
    min-height: 160px;
  }
}

.news-media-container .results .row .item:nth-child(1) .news-item-container .news-item {
  margin-top: 1em;
}

@media (min-width: 1024px) {
  .news-media-container .results .row .item:nth-child(1) .news-item-container .button-round--blue {
    left: initial;
  }
  .news-media-container .results .row .item:nth-child(1) .news-item-container .news-img {
    margin-bottom: 0;
    float: left;
    width: 55%;
    display: inline-block;
    margin-right: 1.5em;
    padding-bottom: 36%;
    margin-bottom: -85px;
  }
}

@media (min-width: 1024px) {
  .news-media-container .results .row .item:nth-child(5n+2) {
    width: 60%;
  }
  .news-media-container .results .row .item:nth-child(5n+2) .news-img {
    padding-bottom: 42%;
  }
  .news-media-container .results .row .item:nth-child(5n+3) {
    width: 40%;
  }
  .news-media-container .results .row .item:nth-child(5n+3) .news-img {
    padding-bottom: 64%;
  }
}

.news-media-filter {
  width: 103%;
}

.news-media-filter .filter-container {
  border: 2px solid #e6e6e6;
  margin: 1em 0;
}

.news-media-filter .filter-container .heading {
  padding: 10px;
}

.news-media-filter .filter-container label.checkbox {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding: .7em 2.5em .7em .7em;
  width: 100%;
}

.news-media-filter .filter-container label.checkbox:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 87%;
  top: 9px;
  background-color: #ffffff;
  border: 2px solid #e6e6e6;
}

.news-media-filter .filter-container input[type=checkbox]:checked + label.checkbox:before {
  content: "";
  font-size: 1.4em;
  color: #ffffff;
  background: #d7d9cf;
  text-align: center;
  line-height: 1em;
  border: 2px solid #e6e6e6;
  box-shadow: inset 0px 0px 0px 4px #fff;
}

.news-media-filter .filter-container input[type=checkbox]:checked + label.checkbox {
  background: #ece9e6;
}

.news-media-hero-container {
  background: #00335f;
}

@media (min-width: 768px) {
  .news-media-hero-container .news-item-container {
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}

.news-media-hero-container .news-item-container h1 {
  color: #ffffff;
  padding-right: .5em;
  padding-left: .5em;
}

.news-media-hero-container .news-item-container .content {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1em;
}

.news-media-hero-container .news-item-container .content a {
  color: #ffffff;
}

.news-media-hero-container .news-item-container .content .news-item {
  color: #ffffff;
}

.news-media-hero-container .news-item-container .content .news-item span {
  background: #ffffff;
  color: #00335f;
}

.news-media-hero-container .news-item-container .news-img {
  padding-bottom: 48%;
}

.news-media-hero-container .news-item-container .news-img img {
  margin-bottom: 0;
}

.twitter-feed-container {
  border: 1px solid #e6e6e6;
  padding: 1em;
  margin-top: 2em;
  margin-bottom: 2em;
}

.twitter-feed-container h2 span {
  float: right;
  color: #05a0f5;
}

.twitter-feed-container .twitter-follow {
  background: #05a0f5;
  font-size: .9em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: .5em 1em;
  width: 200px;
  text-align: center;
}

.twitter-feed-container .twitter-follow a {
  color: #ffffff;
}

.twitter-feed-container .items {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.twitter-feed-container .items .item {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 1em 0;
}

.twitter-feed-container .items .item .content {
  border: 1px solid #e6e6e6;
  padding: 1em;
  width: 100%;
}

/*
--------------------
Modules
--------------------
*/
.popup {
  background: #fff;
  width: 90%;
  padding: 25px 40px;
  border-radius: 15px;
  position: fixed;
  z-index: 9;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.popup ul {
  display: inline-block;
  text-align: left;
  margin-top: 0;
}

.popup__heading {
  margin: 10px 0;
  text-align: center;
}

.popup__close {
  position: absolute;
  right: 20px;
  top: 15px;
  opacity: 0.7;
}

.popup__close:hover, .popup__close:focus {
  opacity: 1;
}

.popup-wrapper {
  display: none;
  position: fixed;
  z-index: 501;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  -webkit-animation: pop-in-wrapper 1s ease-in-out;
  -moz-animation: pop-in-wrapper 1s ease-in-out;
  -o-animation: pop-in-wrapper 1s ease-in-out;
  animation: pop-in-wrapper 1s ease-in-out;
}

.popup-wrapper.revealed {
  display: inline-block;
}

.popup figure {
  text-align: center;
}

.popup {
  -webkit-animation: pop-in-mobile 1s;
  -moz-animation: pop-in-mobile 1s;
  -o-animation: pop-in-mobile 1s;
  animation: pop-in-mobile 1s;
}

@-webkit-keyframes pop-in-mobile {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes pop-in-mobile {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes pop-in-mobile {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes pop-in-mobile {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes pop-in-wrapper {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes pop-in-wrapper {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes pop-in-wrapper {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes pop-in-wrapper {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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

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

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 736px;
  }
}

@media (min-width: 1024px) {
  .container {
    width: 1006px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1006px;
  }
}

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

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

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

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

.row:after {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1024px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

@-ms-viewport {
  width: device-width;
}

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

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

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

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

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

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

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

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

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

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

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

@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

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

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

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

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

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

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

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

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

@media print {
  .hidden-print {
    display: none !important;
  }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* Module: Slick */
.slick-list {
  position: relative;
  overflow: hidden;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}

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

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-slideshow__slide img {
  margin: 0 auto;
}

.slick-next {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  right: 0;
}

.slick-prev {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 0;
}

.slick-dots {
  margin-top: 1em;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.slick-dots li + li {
  margin-left: 1em;
}

@media (min-width: 37.5em) {
  /*
--------------------
Modules
--------------------
*/
  .popup {
    right: 60px;
    left: auto;
    top: auto;
    bottom: 0;
    max-width: 500px;
    border-radius: 15px 15px 0 0;
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}

@media (min-width: 60em) {
  /*
--------------------
Modules
--------------------
*/
  .popup {
    -webkit-animation: pop-in 1s;
    -moz-animation: pop-in 1s;
    -o-animation: pop-in 1s;
    animation: pop-in 1s;
  }
  @-webkit-keyframes pop-in {
    0% {
      opacity: 0;
      transform: translate(0, 50%);
    }
    50% {
      opacity: 1;
    }
    100% {
      transform: translate(0, 0);
    }
  }
  @-moz-keyframes pop-in {
    0% {
      opacity: 0;
      transform: translate(0, 50%);
    }
    50% {
      opacity: 1;
    }
    100% {
      transform: translate(0, 0);
    }
  }
  @-o-keyframes pop-in {
    0% {
      opacity: 0;
      transform: translate(0, 50%);
    }
    50% {
      opacity: 1;
    }
    100% {
      transform: translate(0, 0);
    }
  }
  @keyframes pop-in {
    0% {
      opacity: 0;
      transform: translate(0, 50%);
    }
    50% {
      opacity: 1;
    }
    100% {
      transform: translate(0, 0);
    }
  }
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

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