@charset "UTF-8";
/*!
Theme Name: Formech theme
Theme URI:
Author:
Author URI:
Description: based on 2013
Version: 1.3
*/
/* line 4, node_modules/bourbon-neat/app/assets/stylesheets/grid/_box-sizing.scss */
html {
  box-sizing: border-box;
}

/* line 9, node_modules/bourbon-neat/app/assets/stylesheets/grid/_box-sizing.scss */
*, *::after, *::before {
  box-sizing: inherit;
}

/* Breakpoints */
/* Colouring */
/* Fonts */
/* Site Specific */
@font-face {
  font-family: 'fsalbert';
  src: url("/wp-content/themes/formech/fonts/fsalbert-light-webfont.eot");
  src: url("/wp-content/themes/formech/fonts/fsalbert-light-webfont.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/formech/fonts/fsalbert-light-webfont.woff2") format("woff2"), url("/wp-content/themes/formech/fonts/fsalbert-light-webfont.woff") format("woff"), url("/wp-content/themes/formech/fonts/fsalbert-light-webfont.ttf") format("truetype"), url("/wp-content/themes/formech/fonts/fsalbert-light-webfont.svg#fs_albertlight") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'fsalbert';
  src: url("/wp-content/themes/formech/fonts/fsalbert_bold-webfont-webfont.eot");
  src: url("/wp-content/themes/formech/fonts/fsalbert_bold-webfont-webfont.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/formech/fonts/fsalbert_bold-webfont-webfont.woff2") format("woff2"), url("/wp-content/themes/formech/fonts/fsalbert_bold-webfont-webfont.woff") format("woff"), url("/wp-content/themes/formech/fonts/fsalbert_bold-webfont-webfont.ttf") format("truetype"), url("/wp-content/themes/formech/fonts/fsalbert_bold-webfont-webfont.svg#fsalbertbold") format("svg");
  font-weight: 600;
  font-style: bold;
}

/* line 28, _sass/core/_normalize.scss */
html {
  box-sizing: border-box;
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 36, _sass/core/_normalize.scss */
*, *:before, *:after {
  box-sizing: inherit;
}

/* line 40, _sass/core/_normalize.scss */
article, aside, details, figcaption, figure, footer, header, nav, section, summary {
  display: block;
}

/* line 43, _sass/core/_normalize.scss */
audio, canvas, video {
  display: inline-block;
}

/* line 46, _sass/core/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 51, _sass/core/_normalize.scss */
[hidden] {
  display: none;
}

/* line 57, _sass/core/_normalize.scss */
body {
  color: #141412;
  font-size: 15px;
  line-height: 1;
  margin: 0;
  background-image: url("/wp-content/themes/formech/images/bg.png");
  overflow: hidden;
  font-family: "fsalbert", Arial, Helvetica, sans-serif;
  font-weight: 400;
}

/* line 69, _sass/core/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 72, _sass/core/_normalize.scss */
b, strong {
  font-weight: bold;
}

/* line 75, _sass/core/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 78, _sass/core/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 83, _sass/core/_normalize.scss */
code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 14px;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

/* line 91, _sass/core/_normalize.scss */
pre {
  background: #f5f5f5;
  color: #666;
  font-family: monospace;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* line 105, _sass/core/_normalize.scss */
blockquote, q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

/* line 112, _sass/core/_normalize.scss */
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

/* line 116, _sass/core/_normalize.scss */
blockquote {
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  margin: 20px 0 20px 20px;
  padding-left: 20px;
  border-left: 20px solid #0093d4;
}

/* line 126, _sass/core/_normalize.scss */
blockquote blockquote {
  margin-right: 0;
}

/* line 129, _sass/core/_normalize.scss */
blockquote cite, blockquote small {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}

/* line 134, _sass/core/_normalize.scss */
blockquote em, blockquote i {
  font-style: normal;
  font-weight: 600;
}

/* line 138, _sass/core/_normalize.scss */
blockquote strong, blockquote b {
  font-weight: 600;
}

/* line 141, _sass/core/_normalize.scss */
small {
  font-size: smaller;
}

/* line 144, _sass/core/_normalize.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 150, _sass/core/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 153, _sass/core/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 156, _sass/core/_normalize.scss */
dl {
  margin: 0 20px;
}

/* line 159, _sass/core/_normalize.scss */
dt {
  font-weight: bold;
}

/* line 162, _sass/core/_normalize.scss */
dd {
  margin: 0 0 20px;
}

/* line 165, _sass/core/_normalize.scss */
menu, ol, ul {
  margin: 16px 0;
  padding: 0 0 0 40px;
}

/* line 169, _sass/core/_normalize.scss */
ul {
  list-style-type: square;
}

/* line 172, _sass/core/_normalize.scss */
nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}

/* line 176, _sass/core/_normalize.scss */
li > ul, li > ol {
  margin: 0;
}

/* line 179, _sass/core/_normalize.scss */
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
}

/* line 184, _sass/core/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 187, _sass/core/_normalize.scss */
figure {
  margin: 0 auto;
  width: 100% !important;
  max-width: 300px !important;
}

@media screen and (min-width: 775px) {
  /* line 187, _sass/core/_normalize.scss */
  figure {
    width: 300px !important;
    float: right;
    margin: 0 -300px 0 40px;
    clear: right;
  }
}

/* line 197, _sass/core/_normalize.scss */
figure img {
  width: 100% !important;
  height: auto;
}

/* line 202, _sass/core/_normalize.scss */
figcaption {
  font-size: 12px;
  margin-bottom: 30px;
}

/* line 206, _sass/core/_normalize.scss */
form {
  margin: 0;
}

/* line 209, _sass/core/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 214, _sass/core/_normalize.scss */
legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

/* line 219, _sass/core/_normalize.scss */
button, input, select, textarea {
  font-size: 15px;
  font-family: "fsalbert", Arial, Helvetica, sans-serif;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}

/* line 226, _sass/core/_normalize.scss */
textarea, input[type='text'], input[type='email'] {
  border: 1px solid #c5c4c4;
}

/* line 229, _sass/core/_normalize.scss */
button, input {
  line-height: normal;
}

/* line 232, _sass/core/_normalize.scss */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  border: 0;
  color: #fff;
  padding: 5px 20px;
  font-weight: 400;
}

/* line 241, _sass/core/_normalize.scss */
button[disabled], input[disabled] {
  cursor: default;
}

/* line 244, _sass/core/_normalize.scss */
input[type="checkbox"], input[type="radio"] {
  padding: 0;
}

/* line 247, _sass/core/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  padding-right: 2px;
  /* Don't cut off the webkit search cancel button */
  width: 270px;
}

/* line 252, _sass/core/_normalize.scss */
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 255, _sass/core/_normalize.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 259, _sass/core/_normalize.scss */
textarea {
  overflow: auto;
  vertical-align: top;
  font-family: "fsalbert", Arial, Helvetica, sans-serif;
  border: 1px solid #c5c4c4;
}

/* line 265, _sass/core/_normalize.scss */
table {
  border-bottom: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%;
}

/* line 274, _sass/core/_normalize.scss */
caption, th, td {
  font-weight: normal;
  text-align: left;
}

/* line 278, _sass/core/_normalize.scss */
caption {
  font-size: 16px;
  margin: 20px 0;
}

/* line 282, _sass/core/_normalize.scss */
th {
  font-weight: bold;
  text-transform: uppercase;
}

/* line 286, _sass/core/_normalize.scss */
td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0;
}

/* line 291, _sass/core/_normalize.scss */
a {
  text-decoration: none;
  color: #e0006c;
}

/* line 294, _sass/core/_normalize.scss */
a:hover, a:focus, a:active {
  text-decoration: underline;
  color: #0093d4;
}

/* line 300, _sass/core/_normalize.scss */
hr {
  margin: 40px 0 30px 0;
  border: 0;
  border-bottom: 1px solid #e7e7e8;
}

/* line 1, _sass/core/_tools.scss */
.clear {
  clear: both;
}

/* line 5, _sass/core/_tools.scss */
.hide--mobile {
  display: none;
}

@media screen and (min-width: 490px) {
  /* line 5, _sass/core/_tools.scss */
  .hide--mobile {
    display: block;
  }
}

/* line 12, _sass/core/_tools.scss */
.show--mobile {
  display: block;
}

@media screen and (min-width: 490px) {
  /* line 12, _sass/core/_tools.scss */
  .show--mobile {
    display: none;
  }
}

/* line 19, _sass/core/_tools.scss */
.hide--phablet {
  display: none !important;
}

@media screen and (min-width: 530px) {
  /* line 19, _sass/core/_tools.scss */
  .hide--phablet {
    display: block !important;
  }
}

/* line 26, _sass/core/_tools.scss */
.show--phablet {
  display: block !important;
}

@media screen and (min-width: 530px) {
  /* line 26, _sass/core/_tools.scss */
  .show--phablet {
    display: none !important;
  }
}

/* line 33, _sass/core/_tools.scss */
.hide--tablet {
  display: none !important;
}

@media screen and (min-width: 768px) {
  /* line 33, _sass/core/_tools.scss */
  .hide--tablet {
    display: block !important;
  }
}

/* line 40, _sass/core/_tools.scss */
.show--tablet {
  display: block !important;
}

@media screen and (min-width: 768px) {
  /* line 40, _sass/core/_tools.scss */
  .show--tablet {
    display: none !important;
  }
}

/* line 47, _sass/core/_tools.scss */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

/* line 48, _sass/core/_tools.scss */
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ==========================================================================
   Backgrounds extends and mixins
   ========================================================================== */
/* ==========================================================================
   Backgrounds
   ========================================================================== */
/* line 6, _sass/core/_bg.scss */
.bg--pink {
  background-color: #e0006c;
}

/* line 6, _sass/core/_bg.scss */
.bg--blue {
  background-color: #0093d4;
}

/* line 6, _sass/core/_bg.scss */
.bg--dark-blue {
  background-color: #0066b2;
}

/* line 6, _sass/core/_bg.scss */
.bg--grey {
  background-color: #e7e7e8;
}

/* ==========================================================================
   Border extends and mixins
   ========================================================================== */
/* ==========================================================================
   Border
   ========================================================================== */
/* line 6, _sass/core/_border.scss */
.border--pink {
  border-bottom: 2px solid #e0006c;
}

/* line 6, _sass/core/_border.scss */
.border--blue {
  border-bottom: 2px solid #0093d4;
}

/* line 6, _sass/core/_border.scss */
.border--dark-blue {
  border-bottom: 2px solid #0066b2;
}

/* line 20, _sass/core/_border.scss */
.border--no-border {
  border-bottom: 0;
}

@font-face {
  font-family: 'formech-icons';
  src: url("/wp-content/themes/formech/fonts/formech-icons.eot?64562687");
  src: url("/wp-content/themes/formech/fonts/formech-icons.eot?64562687#iefix") format("embedded-opentype"), url("/wp-content/themes/formech/fonts/formech-icons.woff?64562687") format("woff"), url("/wp-content/themes/formech/fonts/formech-icons.ttf?64562687") format("truetype"), url("/wp-content/themes/formech/fonts/formech-icons.svg?64562687#formech-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 13, _sass/_icons.scss */
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "formech-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* line 17, _sass/_icons.scss */
.icon-linkedin:before {
  content: '\e800';
}

/* '' */
/* line 18, _sass/_icons.scss */
.icon-facebook:before {
  content: '\e801';
}

/* '' */
/* line 19, _sass/_icons.scss */
.icon-twitter:before {
  content: '\e802';
}

/* '' */
/* line 20, _sass/_icons.scss */
.icon-search:before {
  content: '\e803';
}

/* '' */
/* line 21, _sass/_icons.scss */
.icon-menu:before {
  content: '\e804';
}

/* '' */
/* line 22, _sass/_icons.scss */
.icon-download:before {
  content: '\e805';
}

/* '' */
/* line 23, _sass/_icons.scss */
.icon-pinterest:before {
  content: '\e806';
}

/* '' */
/* line 24, _sass/_icons.scss */
.icon-instagram:before {
  content: '\e807';
}

/* '' */
/* line 1, _sass/_typography.scss */
p {
  margin: 0 0 15px 0;
}

/* line 5, _sass/_typography.scss */
h1, .h1 {
  font-family: "fsalbert", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  padding-bottom: 0;
  padding-top: 0;
  font-size: 2.25rem;
}

/* line 9, _sass/_typography.scss */
h2, .h2 {
  font-family: "fsalbert", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  padding-bottom: 0;
  padding-top: 0;
  /*font-size:rem(24);*/
}

/* line 13, _sass/_typography.scss */
h3, .h3 {
  font-family: "fsalbert", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  padding-bottom: 0;
  padding-top: 0;
  /*font-size:rem(24);*/
}

/* line 17, _sass/_typography.scss */
h4, .h4, h5, .h5, h6, .h6 {
  font-family: "fsalbert", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  padding-bottom: 0;
  padding-top: 0;
  font-size: 1.125rem;
}

/* line 1, _sass/site/_general.scss */
.container {
  max-width: 960px;
  margin: 0 auto;
}

/* line 7, _sass/site/_general.scss */
.site__content {
  background: #fff;
  padding: 10px 10px 20px 10px;
}

/* line 20, node_modules/bourbon/app/assets/stylesheets/addons/_clearfix.scss */
.ie9 .site__content::after {
  clear: both;
  content: "";
  display: table;
}

/* line 17, _sass/site/_general.scss */
a.at-svc-print {
  background: #001446 !important;
}

/* line 18, _sass/site/_general.scss */
a.at-svc-favorites {
  background: #0066b2 !important;
}

/* line 19, _sass/site/_general.scss */
a.at-svc-email {
  background: #e0006c !important;
}

/* line 20, _sass/site/_general.scss */
#at4-share, #at4-soc {
  top: 50% !important;
}

/* line 22, _sass/site/_general.scss */
.case-dropdown {
  clear: left;
  float: left;
  font-size: 20px !important;
}

/* line 28, _sass/site/_general.scss */
.col--full {
  width: 100%;
  float: left;
}

/* line 35, _sass/site/_general.scss */
.bg-light-grey {
  background: #e7e7e8;
  margin-bottom: 20px;
}

/* line 40, _sass/site/_general.scss */
.introduction {
  margin-bottom: 20px;
}

/* line 1, _sass/site/_header.scss */
.site__header {
  background: #fff;
}

/* line 4, _sass/site/_header.scss */
.header-bar {
  clear: both;
}

/* line 20, node_modules/bourbon/app/assets/stylesheets/addons/_clearfix.scss */
.header-bar::after {
  clear: both;
  content: "";
  display: table;
}

/* line 8, _sass/site/_header.scss */
.site-logo {
  margin: 20px 0 0px 10px;
  width: 160px;
  float: left;
}

@media screen and (min-width: 768px) {
  /* line 8, _sass/site/_header.scss */
  .site-logo {
    margin: 0 0 30px 10px;
  }
}

/* line 18, _sass/site/_header.scss */
.form__title {
  text-align: center;
  font-weight: bold;
  color: #093266 !important;
}

/* line 24, _sass/site/_header.scss */
.form__text {
  text-align: center;
  color: #093266 !important;
  padding-bottom: 15px;
}

/* line 30, _sass/site/_header.scss */
.field_label_text {
  color: #093266 !important;
}

/* line 34, _sass/site/_header.scss */
.newsletter-image {
  padding: 10px;
  width: 100%;
  padding: 10px 0;
  padding: 20px;
  margin: 0 auto;
}

/* line 42, _sass/site/_header.scss */
.partner-bar {
  width: 100%;
  list-style: none;
  margin: 0 0 4px 0;
  padding: 0;
  text-indent: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

@media screen and (min-width: 530px) {
  /* line 42, _sass/site/_header.scss */
  .partner-bar {
    -ms-flex-flow: nowrap;
        flex-flow: nowrap;
  }
}

/* line 56, _sass/site/_header.scss */
.partner-bar .get-touch {
  background-color: #ffffff;
  border: 1px solid #e0006c;
}

/* line 61, _sass/site/_header.scss */
.partner-bar__item {
  background: #e7e7e8;
  display: inline-block;
  font-size: 0.75rem;
  color: #959595;
  width: 33%;
  border: 1px solid #fff;
  text-align: center;
}

@media screen and (min-width: 530px) {
  /* line 61, _sass/site/_header.scss */
  .partner-bar__item {
    width: auto;
    border: 0;
    border-left: 2px solid #fff;
  }
}

/* line 76, _sass/site/_header.scss */
.partner-bar__item--hello {
  padding: 5px 22px;
}

/* line 79, _sass/site/_header.scss */
.partner-bar__item--full {
  width: 100%;
  border: 0;
}

@media screen and (min-width: 530px) {
  /* line 79, _sass/site/_header.scss */
  .partner-bar__item--full {
    width: auto;
  }
}

/* line 89, _sass/site/_header.scss */
.partner-bar__item a {
  text-decoration: none;
  color: #959595;
  display: block;
  padding: 5px 22px;
}

/* line 95, _sass/site/_header.scss */
.partner-bar__item a:hover, .partner-bar__item a:focus, .partner-bar__item a.active {
  color: #0066b2;
}

/* line 101, _sass/site/_header.scss */
.partner-bar__item--login, .partner-bar__item--logout {
  background: #959595;
}

@media screen and (min-width: 530px) {
  /* line 101, _sass/site/_header.scss */
  .partner-bar__item--login, .partner-bar__item--logout {
    margin-right: 10px;
  }
}

/* line 107, _sass/site/_header.scss */
.partner-bar__item--login a, .partner-bar__item--logout a {
  color: #fff;
}

/* line 114, _sass/site/_header.scss */
.social-links {
  padding: 0;
  text-indent: 0;
  margin: 20px 10px 6px 1px;
  display: block;
  float: left;
  clear: left;
}

@media screen and (min-width: 530px) {
  /* line 114, _sass/site/_header.scss */
  .social-links {
    float: right;
    clear: none;
  }
}

@media screen and (min-width: 768px) {
  /* line 114, _sass/site/_header.scss */
  .social-links {
    float: right;
    margin: 28px 40px 0 0;
  }
}

/* line 130, _sass/site/_header.scss */
.social-links__item {
  display: inline-block;
}

/* line 133, _sass/site/_header.scss */
.social-links__item a {
  color: #959595;
  font-size: 0.9375rem;
  display: block;
  padding: 0 5px;
}

/* line 138, _sass/site/_header.scss */
.social-links__item a:hover, .social-links__item a:focus {
  color: #0066b2;
}

/* line 145, _sass/site/_header.scss */
.search-form {
  float: right;
  margin: 22px 10px 34px 0;
  border: 1px solid #c5c4c4;
  display: none;
}

@media screen and (min-width: 768px) {
  /* line 145, _sass/site/_header.scss */
  .search-form {
    display: block;
  }
}

/* line 153, _sass/site/_header.scss */
.search-form .screen-reader-text {
  display: none;
}

/* line 157, _sass/site/_header.scss */
.search-form .search-field {
  height: 27px;
  width: 150px;
  border: 0;
  padding-left: 9px;
}

/* line 164, _sass/site/_header.scss */
.search-form .search-submit {
  margin-left: -6px;
  background-color: #ffffff;
  border: 0;
  height: 27px;
  text-indent: -9999px;
  background-image: url("/wp-content/themes/formech/images/search.png");
  background-repeat: no-repeat;
  width: 30px;
  padding: 0 !important;
}

/* line 178, _sass/site/_header.scss */
.site__banner {
  height: 200px;
  display: block;
  width: 100%;
}

@media screen and (min-width: 600px) {
  /* line 178, _sass/site/_header.scss */
  .site__banner {
    height: 400px;
  }
}

/* line 188, _sass/site/_header.scss */
.site__banner__slider {
  height: 200px;
  background-position: center center;
  background-repeat: no-repeat;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 320px) {
  /* line 190, _sass/site/_header.scss */
  .site__banner__slider > h1 {
    font-size: 1.5rem !important;
  }
}

@media screen and (min-width: 768px) {
  /* line 190, _sass/site/_header.scss */
  .site__banner__slider > h1 {
    font-size: 3rem !important;
  }
}

@media screen and (min-width: 600px) {
  /* line 188, _sass/site/_header.scss */
  .site__banner__slider {
    height: 400px;
  }
}

/* line 208, _sass/site/_header.scss */
.site__banner__slider--one {
  background-image: url(/wp-content/themes/formech/banners/stormtrooper-mobile.jpg);
}

@media screen and (min-width: 600px) {
  /* line 208, _sass/site/_header.scss */
  .site__banner__slider--one {
    background-image: url(/wp-content/themes/formech/banners/stormtrooper.jpg);
  }
}

/* line 216, _sass/site/_header.scss */
.site__banner__slider--two {
  background-image: url(/wp-content/themes/formech/banners/machine-mobile.jpg);
}

@media screen and (min-width: 600px) {
  /* line 216, _sass/site/_header.scss */
  .site__banner__slider--two {
    background-image: url(/wp-content/themes/formech/banners/machine.jpg);
  }
}

/* line 225, _sass/site/_header.scss */
.site__banner__slider--three {
  background-image: url(/wp-content/themes/formech/banners/carlsberg-mobile.jpg);
}

@media screen and (min-width: 600px) {
  /* line 225, _sass/site/_header.scss */
  .site__banner__slider--three {
    background-image: url(/wp-content/themes/formech/banners/carlsberg.jpg);
  }
}

/* line 232, _sass/site/_header.scss */
.site__banner__slider.on {
  display: block;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

/* line 236, _sass/site/_header.scss */
.site__banner__slider__content {
  font-family: "fsalbert", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  padding-bottom: 0;
  padding-top: 0;
  /*font-size:rem(24);*/
  margin: 0 auto;
  padding: 0 30px;
  color: #fff;
  font-weight: 400;
  width: 100%;
}

@media screen and (min-width: 600px) {
  /* line 236, _sass/site/_header.scss */
  .site__banner__slider__content {
    font-family: "fsalbert", Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: 1.3;
    margin: 0;
    padding-bottom: 0;
    padding-top: 0;
    font-size: 3rem;
  }
}

/* line 252, _sass/site/_header.scss */
.site__banner--internal {
  height: 125px;
  background-position: center center;
  position: relative;
}

@media screen and (min-width: 768px) {
  /* line 252, _sass/site/_header.scss */
  .site__banner--internal {
    height: 175px;
  }
}

/* line 259, _sass/site/_header.scss */
.site__banner--internal .site__banner__header {
  font-family: "fsalbert", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  padding-bottom: 0;
  padding-top: 0;
  font-size: 2.25rem;
  font-weight: 400;
  color: #fff;
  position: absolute;
  bottom: 10px;
  margin-left: 10px;
}

/* line 271, _sass/site/_header.scss */
.ie9 .site__banner {
  width: 960px;
  margin: 0 auto;
}

/* line 277, _sass/site/_header.scss */
.ie9 .site__banner__slider__content {
  margin: 0 auto;
  padding: 90px 30px;
}

/* line 285, _sass/site/_header.scss */
.site__newsletter {
  display: none;
  background: #e7e7e8;
  border: 5px solid #0093d4;
  left: 5%;
  margin: 80px auto 0;
  position: absolute;
  width: 90%;
  z-index: 100000;
}

@media screen and (min-width: 775px) {
  /* line 285, _sass/site/_header.scss */
  .site__newsletter {
    width: 700px;
    margin-left: -350px;
    left: 50%;
  }
}

/* line 299, _sass/site/_header.scss */
.site__newsletter.on {
  display: block;
}

/* line 303, _sass/site/_header.scss */
.site__newsletter__form {
  padding: 20px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 775px) {
  /* line 303, _sass/site/_header.scss */
  .site__newsletter__form {
    width: 75%;
  }
}

/* line 313, _sass/site/_header.scss */
.site__newsletter__field {
  display: block;
  padding: 10px 0;
}

/* line 317, _sass/site/_header.scss */
.site__newsletter__field input {
  padding-top: 10px;
  width: 100%;
}

/* line 323, _sass/site/_header.scss */
.site__newsletter__submit {
  background: #0066b2;
  height: auto;
  padding: 5px;
  width: 30%;
  margin: 0 auto;
  display: block;
  margin-top: 10px;
}

/* line 334, _sass/site/_header.scss */
.site__newsletter .site__newsletter__trigger {
  position: absolute;
  right: 9px;
  top: 7px;
}

/* line 2, _sass/site/_menu.scss */
.ie9 .navigation {
  display: block;
}

/* line 5, _sass/site/_menu.scss */
.ie9 .navigation__option {
  float: left;
  width: 14%;
}

/* line 10, _sass/site/_menu.scss */
.ie9 .navigation__submenu.on {
  display: block !important;
}

/* line 15, _sass/site/_menu.scss */
.navigation {
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-indent: 0;
  padding: 0;
  position: relative;
}

/* line 17, _sass/site/_menu.scss */
.navigation__toggle {
  display: block;
  width: 100%;
  color: #0066b2;
  font-weight: 600;
  text-decoration: none;
  text-align: right;
  display: block;
  padding: 19px;
  text-transform: uppercase;
  margin-top: -40px;
}

@media screen and (min-width: 768px) {
  /* line 17, _sass/site/_menu.scss */
  .navigation__toggle {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  /* line 15, _sass/site/_menu.scss */
  .navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 46, _sass/site/_menu.scss */
.navigation.on {
  display: block;
}

/* line 49, _sass/site/_menu.scss */
.navigation__wrapper {
  background: #e7e7e8;
}

@media screen and (min-width: 768px) {
  /* line 49, _sass/site/_menu.scss */
  .navigation__wrapper {
    height: 50px;
  }
}

/* line 57, _sass/site/_menu.scss */
.navigation__option {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

/* line 60, _sass/site/_menu.scss */
.navigation__option__link {
  color: #0066b2;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  display: block;
  height: 50px;
  padding-top: 19px;
  border-bottom: 8px solid #e7e7e8;
  text-transform: uppercase;
}

/* line 70, _sass/site/_menu.scss */
.navigation__option__link:active, .navigation__option__link.active {
  border-bottom: 8px solid #0093d4;
  color: #0093d4;
  text-decoration: none;
}

/* line 75, _sass/site/_menu.scss */
.navigation__option__link:hover, .navigation__option__link:focus, .navigation__option__link.hover {
  border-bottom: 8px solid #0066b2;
  color: #0066b2;
  text-decoration: none;
}

/* line 83, _sass/site/_menu.scss */
.navigation__submenu {
  background: rgba(23, 33, 46, 0.96);
  position: relative;
  width: 100%;
  z-index: 100;
  padding: 10px;
  line-height: 1.3;
  display: none;
}

/* line 20, node_modules/bourbon/app/assets/stylesheets/addons/_clearfix.scss */
.navigation__submenu::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (min-width: 768px) {
  /* line 83, _sass/site/_menu.scss */
  .navigation__submenu {
    left: 0;
    right: 54%;
    position: absolute;
    top: 50px;
  }
}

@media screen and (min-width: 768px) {
  /* line 98, _sass/site/_menu.scss */
  .navigation__submenu--support {
    /*margin-left: -12.8%;*/
    left: 40.5%;
    width: 25%;
  }
}

@media screen and (min-width: 768px) {
  /* line 105, _sass/site/_menu.scss */
  .navigation__submenu--about {
    /*margin-left: -12.8%;*/
    left: auto;
    width: auto;
  }
}

@media screen and (min-width: 768px) {
  /* line 112, _sass/site/_menu.scss */
  .navigation__submenu--inspire {
    left: 58.7%;
    width: 12%;
  }
}

/* line 119, _sass/site/_menu.scss */
.navigation__submenu.on {
  display: block;
}

/* line 20, node_modules/bourbon/app/assets/stylesheets/addons/_clearfix.scss */
.navigation__submenu.on::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (min-width: 768px) {
  /* line 119, _sass/site/_menu.scss */
  .navigation__submenu.on {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

/* line 126, _sass/site/_menu.scss */
.navigation__submenu__section {
  width: 45%;
  border-right: 1px solid #e0006c;
  margin-right: 5%;
  float: left;
}

/* line 131, _sass/site/_menu.scss */
.navigation__submenu__section:last-of-type {
  border-right: 0px;
  margin-right: 0;
}

/* line 136, _sass/site/_menu.scss */
.navigation__submenu__column {
  float: left;
  width: 100%;
  margin: 10px;
  border-right: 1px solid #e0006c;
}

@media screen and (min-width: 768px) {
  /* line 136, _sass/site/_menu.scss */
  .navigation__submenu__column {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 25%;
    margin: 10px;
  }
}

@media screen and (min-width: 775px) {
  /* line 136, _sass/site/_menu.scss */
  .navigation__submenu__column {
    margin: 20px;
  }
}

@media screen and (min-width: 768px) {
  /* line 151, _sass/site/_menu.scss */
  .navigation__submenu__column-solutions {
    padding-right: 60px;
    width: 30%;
  }
}

@media screen and (min-width: 768px) {
  /* line 160, _sass/site/_menu.scss */
  .navigation__submenu__column-products {
    width: 45%;
  }
}

/* line 165, _sass/site/_menu.scss */
.navigation__submenu__column-products ul {
  margin: 0;
  padding: 0;
  text-indent: 0;
}

/* line 170, _sass/site/_menu.scss */
.navigation__submenu__column-products ul li {
  display: block;
}

/* line 172, _sass/site/_menu.scss */
.navigation__submenu__column-products ul li h3 {
  color: #fff;
  font-weight: 600;
  margin-top: 10px;
  font-size: 15px;
}

/* line 178, _sass/site/_menu.scss */
.navigation__submenu__column-products ul li a {
  color: #fff;
  text-decoration: none;
}

/* line 181, _sass/site/_menu.scss */
.navigation__submenu__column-products ul li a::after {
  color: #e0006c;
  content: ' >';
}

/* line 189, _sass/site/_menu.scss */
.navigation__submenu__column:last-of-type {
  border-right: 0px;
}

/* line 193, _sass/site/_menu.scss */
.navigation__submenu a {
  text-decoration: none;
}

/* line 197, _sass/site/_menu.scss */
.navigation__submenu__header {
  font-family: "fsalbert", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  padding-bottom: 0;
  padding-top: 0;
  /*font-size:rem(24);*/
  color: #e0006c;
  margin-bottom: 10px;
}

/* line 202, _sass/site/_menu.scss */
.navigation__submenu__header-solutions {
  margin-bottom: 10px;
}

/* line 205, _sass/site/_menu.scss */
.navigation__submenu__header--subheader {
  font-weight: normal;
  font-size: 18px;
}

/* line 211, _sass/site/_menu.scss */
.navigation__submenu__item {
  display: block;
}

/* line 214, _sass/site/_menu.scss */
.navigation__submenu__item-solutions {
  margin-bottom: 20px;
}

/* line 217, _sass/site/_menu.scss */
.navigation__submenu__item__header {
  color: #fff;
  font-weight: 600;
  margin-top: 10px;
}

/* line 223, _sass/site/_menu.scss */
.navigation__submenu__item__list {
  margin: 0;
  padding: 0;
  text-indent: 0;
  float: left;
}

/* line 233, _sass/site/_menu.scss */
.navigation__submenu__item a {
  color: #fff;
  text-decoration: none;
}

/* line 236, _sass/site/_menu.scss */
.navigation__submenu__item a::after {
  color: #e0006c;
  content: ' >';
}

/* line 1, _sass/site/_footer.scss */
.site__footer {
  background-color: #fff;
}

@media screen and (min-width: 490px) {
  /* line 1, _sass/site/_footer.scss */
  .site__footer {
    background-image: url("/wp-content/themes/formech/images/footer-bg.jpg");
    background-position: center bottom;
    background-repeat: no-repeat;
  }
}

/* line 9, _sass/site/_footer.scss */
.site__footer--inspire {
  background-color: #fff;
}

@media screen and (min-width: 490px) {
  /* line 9, _sass/site/_footer.scss */
  .site__footer--inspire {
    background-image: url("/wp-content/themes/formech/images/footer-bg-inspire.jpg");
    background-position: center bottom;
    background-repeat: no-repeat;
  }
}

/* line 20, _sass/site/_footer.scss */
.partners-bar {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0px 30px;
  text-indent: 0;
  list-style: none;
  height: 150px;
}

@media screen and (min-width: 775px) {
  /* line 20, _sass/site/_footer.scss */
  .partners-bar {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100px;
  }
}

/* line 37, _sass/site/_footer.scss */
.partners-bar__container {
  display: none;
  background: #d7d7d7;
  box-shadow: inset 0 20px 15px -10px #c1c1c0;
  margin-bottom: 20px;
}

@media screen and (min-width: 600px) {
  /* line 37, _sass/site/_footer.scss */
  .partners-bar__container {
    display: block;
  }
}

@media screen and (min-width: 775px) {
  /* line 37, _sass/site/_footer.scss */
  .partners-bar__container {
    height: 100px;
  }
}

/* line 51, _sass/site/_footer.scss */
.partners-bar__logo {
  float: left;
  width: 33%;
}

@media screen and (min-width: 600px) {
  /* line 51, _sass/site/_footer.scss */
  .partners-bar__logo {
    width: 25%;
  }
}

@media screen and (min-width: 775px) {
  /* line 51, _sass/site/_footer.scss */
  .partners-bar__logo {
    width: auto;
  }
}

/* line 62, _sass/site/_footer.scss */
.partners-bar__title {
  font-size: 15px;
  font-weight: 400;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  margin-bottom: 15px;
  color: #fff;
}

/* line 73, _sass/site/_footer.scss */
.footer {
  margin-left: 20px;
}

@media screen and (min-width: 490px) {
  /* line 73, _sass/site/_footer.scss */
  .footer {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: start;
        align-self: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    height: 210px;
  }
}

/* line 83, _sass/site/_footer.scss */
.footer a {
  color: #17212e;
  text-decoration: none;
}

@media screen and (min-width: 490px) {
  /* line 88, _sass/site/_footer.scss */
  .footer-address__container {
    margin-left: 30px;
  }
}

/* line 94, _sass/site/_footer.scss */
.footer-address {
  font-style: normal;
  line-height: 1.3;
  margin-bottom: 20px;
}

/* line 100, _sass/site/_footer.scss */
.footer-address__logos {
  height: 45px;
  margin-right: 30px;
  margin-bottom: 20px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-filter: gray;
          filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}

/* line 110, _sass/site/_footer.scss */
.footer-address__menu {
  text-indent: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 116, _sass/site/_footer.scss */
.footer-address__menu__item {
  margin-right: 15px;
}

/* line 123, _sass/site/_footer.scss */
.footer-contact__container {
  margin-top: 20px;
}

@media screen and (min-width: 600px) {
  /* line 123, _sass/site/_footer.scss */
  .footer-contact__container {
    margin-top: 0;
    margin-left: 90px;
  }
}

/* line 131, _sass/site/_footer.scss */
.footer-contact__country {
  display: inline-block;
  width: 25px;
}

/* line 138, _sass/site/_footer.scss */
.ie9 .footer-contact__container {
  float: left;
}

/* line 141, _sass/site/_footer.scss */
.ie9 .footer-address {
  float: left;
  margin-right: 20px;
}

/* line 144, _sass/site/_footer.scss */
.ie9 .footer-address__logos {
  float: left;
}

/* line 149, _sass/site/_footer.scss */
.site__copyright {
  border-top: 1px solid #c5c4c4;
  color: #17212e;
  padding-left: 20px;
  padding-top: 10px;
  margin-top: 20px;
  padding-bottom: 10px;
  font-size: 12px;
}

@media screen and (min-width: 490px) {
  /* line 149, _sass/site/_footer.scss */
  .site__copyright {
    border-top: 0;
    padding-left: 0;
    padding-top: 0;
    margin-left: 30px;
    margin-top: 0;
    color: #fff;
  }
}

/* Preload images */
/* line 2, _sass/site/_lightbox.scss */
body:after {
  content: url(/wp-content/themes/formech/images/close.png) url(/wp-content/themes/formech/images/loading.gif) url(/wp-content/themes/formech/images/prev.png) url(/wp-content/themes/formech/images/next.png);
  display: none;
}

/* line 7, _sass/site/_lightbox.scss */
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

/* line 18, _sass/site/_lightbox.scss */
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

/* line 28, _sass/site/_lightbox.scss */
.lightbox .lb-image {
  display: block;
  height: auto !important;
  max-width: 100%;
  width: 100%;
}

/* line 36, _sass/site/_lightbox.scss */
.lightbox a img {
  border: none;
}

/* line 40, _sass/site/_lightbox.scss */
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 960px;
  height: 250px;
  margin: 0 auto;
}

/* line 50, _sass/site/_lightbox.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 56, _sass/site/_lightbox.scss */
.lb-container {
  padding: 4px;
}

/* line 60, _sass/site/_lightbox.scss */
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 70, _sass/site/_lightbox.scss */
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/wp-content/themes/formech/images/loading.gif) no-repeat;
}

/* line 77, _sass/site/_lightbox.scss */
.lb-closeContainer {
  float: left;
  padding: 15px;
}

/* line 81, _sass/site/_lightbox.scss */
.lb-nav {
  position: relative;
  float: right;
  padding: 15px;
}

/* line 87, _sass/site/_lightbox.scss */
.lb-nav a {
  height: 22px;
  width: 12px;
  display: block;
}

/* line 93, _sass/site/_lightbox.scss */
.lb-prev, .lb-next {
  cursor: pointer;
  float: left;
}

/* line 98, _sass/site/_lightbox.scss */
.lb-nav a.lb-prev {
  background: url(/wp-content/themes/formech/images/prev.png) center center no-repeat;
  margin-right: 30px;
}

/* line 103, _sass/site/_lightbox.scss */
.lb-nav a.lb-next {
  background: url(/wp-content/themes/formech/images/next.png) center center no-repeat;
}

/* line 108, _sass/site/_lightbox.scss */
.lb-dataContainer {
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
  width: 100%;
  background: #fff;
}

/* line 116, _sass/site/_lightbox.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 122, _sass/site/_lightbox.scss */
.lb-data {
  padding: 0 4px;
  color: #ccc;
}

/* line 127, _sass/site/_lightbox.scss */
.lb-data .lb-details {
  display: none;
}

/* line 131, _sass/site/_lightbox.scss */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

/* line 137, _sass/site/_lightbox.scss */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

/* line 145, _sass/site/_lightbox.scss */
.lb-data .lb-close {
  display: block;
  width: 22px;
  height: 22px;
  background: url(/wp-content/themes/formech/images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
}

/* line 1, _sass/site/_slick.scss */
.carousel {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

/* line 6, _sass/site/_slick.scss */
.carousel__item {
  display: none;
  min-height: 40vh;
  height: 100%;
}

/* line 12, _sass/site/_slick.scss */
.carousel__image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}

/* line 20, _sass/site/_slick.scss */
.carousel__image > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  min-width: 100%;
}

/* line 28, _sass/site/_slick.scss */
.carousel__image > img:last-child {
  z-index: 3;
  display: none;
}

@media screen and (min-width: 775px) {
  /* line 20, _sass/site/_slick.scss */
  .carousel__image > img {
    display: none !important;
  }
  /* line 37, _sass/site/_slick.scss */
  .carousel__image > img:last-child {
    display: block !important;
  }
}

/* line 44, _sass/site/_slick.scss */
.carousel__overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: columns;
          flex-direction: columns;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  position: relative;
  z-index: 5;
  min-height: 200px;
}

@media screen and (min-width: 775px) {
  /* line 44, _sass/site/_slick.scss */
  .carousel__overlay {
    min-height: 400px;
  }
}

/* line 59, _sass/site/_slick.scss */
.carousel__body {
  width: 75%;
  padding-top: 40px;
  padding-bottom: 40px;
  color: white;
  text-align: center;
}

@media screen and (min-width: 320px) {
  /* line 67, _sass/site/_slick.scss */
  .carousel__body h1 {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 775px) {
  /* line 59, _sass/site/_slick.scss */
  .carousel__body {
    width: 60%;
  }
  /* line 75, _sass/site/_slick.scss */
  .carousel__body h1 {
    font-size: 3rem;
  }
}

/* line 81, _sass/site/_slick.scss */
.carousel.slick-initialized {
  opacity: 1;
  visibility: visible;
}

/* line 85, _sass/site/_slick.scss */
.carousel.slick-initialized .carousel__item {
  display: block;
}

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

/* line 110, _sass/site/_slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

/* line 117, _sass/site/_slick.scss */
.slick-list:focus {
  outline: none;
}

/* line 121, _sass/site/_slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 126, _sass/site/_slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 135, _sass/site/_slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 143, _sass/site/_slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

/* line 149, _sass/site/_slick.scss */
.slick-track:after {
  clear: both;
}

/* line 153, _sass/site/_slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 157, _sass/site/_slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

/* line 161, _sass/site/_slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}

/* line 164, _sass/site/_slick.scss */
.slick-slide img {
  display: block;
}

/* line 167, _sass/site/_slick.scss */
.slick-slide.slick-loading img {
  display: none;
}

/* line 173, _sass/site/_slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}

/* line 177, _sass/site/_slick.scss */
.slick-initialized .slick-slide {
  display: block;
}

/* line 181, _sass/site/_slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 185, _sass/site/_slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 191, _sass/site/_slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* line 243, _sass/site/_slick.scss */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

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

/* Arrows */
/* line 261, _sass/site/_slick.scss */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 500;
}

/* line 280, _sass/site/_slick.scss */
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

/* line 284, _sass/site/_slick.scss */
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

/* line 288, _sass/site/_slick.scss */
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

/* line 291, _sass/site/_slick.scss */
.slick-prev:before,
.slick-next:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 304, _sass/site/_slick.scss */
.slick-prev {
  left: 15px;
}

/* line 307, _sass/site/_slick.scss */
[dir="rtl"] .slick-prev {
  left: auto;
  right: 15px;
}

@media screen and (min-width: 775px) {
  /* line 304, _sass/site/_slick.scss */
  .slick-prev {
    left: 25px;
  }
  /* line 314, _sass/site/_slick.scss */
  [dir="rtl"] .slick-prev {
    right: 25px;
  }
}

/* line 319, _sass/site/_slick.scss */
.slick-prev:before {
  border-right: 10px solid white;
  border-left: none;
}

/* line 322, _sass/site/_slick.scss */
[dir="rtl"] .slick-prev:before {
  border-left: 10px solid white;
  border-right: none;
}

/* line 329, _sass/site/_slick.scss */
.slick-next {
  right: 15px;
}

/* line 331, _sass/site/_slick.scss */
[dir="rtl"] .slick-next {
  left: 15px;
  right: auto;
}

@media screen and (min-width: 775px) {
  /* line 329, _sass/site/_slick.scss */
  .slick-next {
    right: 25px;
  }
  /* line 338, _sass/site/_slick.scss */
  [dir="rtl"] .slick-next {
    left: 25px;
  }
}

/* line 342, _sass/site/_slick.scss */
.slick-next:before {
  border-left: 10px solid white;
  border-right: none;
}

/* line 345, _sass/site/_slick.scss */
[dir="rtl"] .slick-next:before {
  border-right: 10px solid white;
  border-left: none;
}

/* Dots */
/* line 355, _sass/site/_slick.scss */
.slick-dots {
  position: absolute;
  bottom: 10px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

@media screen and (min-width: 775px) {
  /* line 355, _sass/site/_slick.scss */
  .slick-dots {
    bottom: 25px;
  }
}

/* line 369, _sass/site/_slick.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

/* line 377, _sass/site/_slick.scss */
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

/* line 389, _sass/site/_slick.scss */
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

/* line 391, _sass/site/_slick.scss */
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

/* line 395, _sass/site/_slick.scss */
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 13px;
  height: 13px;
  line-height: 20px;
  text-align: center;
  background-color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 100%;
}

/* line 411, _sass/site/_slick.scss */
.slick-dots li.slick-active button:before {
  background-color: black;
  opacity: 0.75;
}

/* line 2, _sass/site/_hero.scss */
.hero {
  margin-bottom: 20px;
  background-color: #24345C;
}

/* line 7, _sass/site/_hero.scss */
.hero > a {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
}

/* line 14, _sass/site/_hero.scss */
.hero > a::before, .hero > a::after {
  display: table;
  content: ' ';
}

/* line 19, _sass/site/_hero.scss */
.hero > a::after {
  clear: both;
}

/* line 24, _sass/site/_hero.scss */
.hero__image img {
  border: 0;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

/* line 33, _sass/site/_hero.scss */
.hero__section {
  padding: 20px;
}

@media print, screen and (min-width: 40em) {
  /* line 46, _sass/site/_hero.scss */
  .hero__image {
    width: 35%;
    float: left;
    padding-right: 0;
    padding-left: 0;
  }
}

/* line 58, _sass/site/_hero.scss */
.hero__section {
  width: 100%;
  float: left;
}

/* line 65, _sass/site/_hero.scss */
.hero__section .button, .hero__section .button--secondary {
  margin: 0;
}

/* line 78, _sass/site/_hero.scss */
.hero__section:last-child:not(:first-child) {
  float: right;
}

@media print, screen and (min-width: 40em) {
  /* line 83, _sass/site/_hero.scss */
  .hero__section {
    width: 65%;
    float: left;
  }
}

/* line 1, _sass/site/_buttons.scss */
.button, .button--secondary {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #D2D40E;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0.7rem;
}

/* line 20, _sass/site/_buttons.scss */
.button:hover, .button--secondary:hover, .button:active, .button--secondary:active, .button:focus, .button--secondary:focus {
  color: #fff;
  text-decoration: none;
  background-color: #a3a40b;
}

/* line 28, _sass/site/_buttons.scss */
.button--secondary {
  background-color: #6CB252;
}

/* line 32, _sass/site/_buttons.scss */
.button--secondary:hover, .button--secondary:active, .button--secondary:focus {
  color: #fff;
  text-decoration: none;
  background-color: #569140;
}

/* line 1, _sass/site/_pagination.scss */
.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
  padding-left: 0;
}

/* line 6, _sass/site/_pagination.scss */
.pagination-wrapper {
  width: 100%;
}

/* line 11, _sass/site/_pagination.scss */
.pagination::before,
.pagination::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

/* line 24, _sass/site/_pagination.scss */
.pagination::after {
  clear: both;
}

/* line 28, _sass/site/_pagination.scss */
.pagination li {
  margin-right: 0.0625rem;
  border-radius: 0;
  font-size: 0.875rem;
  display: none;
}

/* line 35, _sass/site/_pagination.scss */
.pagination li:last-child,
.pagination li:first-child {
  display: inline-block;
}

@media print, screen and (min-width: 40em) {
  /* line 41, _sass/site/_pagination.scss */
  .pagination li {
    display: inline-block;
  }
}

/* line 46, _sass/site/_pagination.scss */
.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
  color: #0a0a0a;
}

/* line 54, _sass/site/_pagination.scss */
.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}

/* line 59, _sass/site/_pagination.scss */
.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #24345C;
  color: #fefefe;
  cursor: default;
}

/* line 66, _sass/site/_pagination.scss */
.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}

/* line 72, _sass/site/_pagination.scss */
.pagination .disabled:hover {
  background: transparent;
}

/* line 76, _sass/site/_pagination.scss */
.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: '\2026';
  color: #0a0a0a;
}

/* line 82, _sass/site/_pagination.scss */
.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\00ab';
}

/* line 89, _sass/site/_pagination.scss */
.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: '\00bb';
}

/* line 1, _sass/site/_banner.scss */
.banner {
  margin-bottom: 2rem;
  color: white;
  width: 100%;
}

/* line 6, _sass/site/_banner.scss */
.banner__content {
  padding: 20px;
}

/* line 9, _sass/site/_banner.scss */
.banner__content a {
  color: white;
  text-decoration: none;
}

/* line 16, _sass/site/_banner.scss */
.banner__image img {
  height: auto;
  width: 100%;
}

/* line 22, _sass/site/_banner.scss */
.banner.bg--grey {
  color: #17212e;
}

/* line 1, _sass/site/_section.scss */
.section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom: 2rem;
}

/* line 11, _sass/site/_section.scss */
.section:nth-last-child(1) {
  border-bottom: 0;
  margin-bottom: 0;
}

/* line 16, _sass/site/_section.scss */
.section__content, .section__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: calc(100% - 1.25rem);
  margin-right: .625rem;
  margin-left: .625rem;
  margin-bottom: 2rem;
}

@media print, screen and (min-width: 64em) {
  /* line 16, _sass/site/_section.scss */
  .section__content, .section__image {
    width: calc(50% - 1.875rem);
    margin-right: .9375rem;
    margin-left: .9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 38, _sass/site/_section.scss */
  .section:nth-child(even) .section__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

/* line 44, _sass/site/_section.scss */
.section__content {
  padding: 1rem;
}

/* line 49, _sass/site/_section.scss */
.section__image img {
  border: 0;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

/* line 2, _sass/pages/_home.scss */
.ie9 .home-block {
  display: block;
  float: left;
}

/* line 7, _sass/pages/_home.scss */
.layoutArea {
  margin-top: 15px;
}

@media screen and (min-width: 490px) {
  /* line 10, _sass/pages/_home.scss */
  .latest {
    width: 100% !important;
  }
}

@media screen and (min-width: 768px) {
  /* line 10, _sass/pages/_home.scss */
  .latest {
    width: 75% !important;
  }
}

/* line 18, _sass/pages/_home.scss */
.latest-discover {
  background-color: #e7e7e8 !important;
  font-family: "fsalbert", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  padding-bottom: 0;
  padding-top: 0;
  /*font-size:rem(24);*/
  line-height: 1;
  font-weight: 600;
  padding-bottom: 10px;
}

/* line 25, _sass/pages/_home.scss */
h2.latest-discover {
  color: #001446 !important;
}

/* line 28, _sass/pages/_home.scss */
.page-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  padding: 5px 5px 20px 5px;
}

/* line 37, _sass/pages/_home.scss */
.home-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  border: 5px solid #fff;
  padding: 20px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 37, _sass/pages/_home.scss */
  .home-block {
    width: 50%;
  }
}

/* line 46, _sass/pages/_home.scss */
.home-block__discover-vacuum-forming {
  padding-bottom: 0;
}

@media screen and (min-width: 768px) {
  /* line 46, _sass/pages/_home.scss */
  .home-block__discover-vacuum-forming {
    width: 75%;
    background-color: #e7e7e8;
  }
}

/* line 53, _sass/pages/_home.scss */
.home-block__discover-vacuum-forming__header {
  font-family: "fsalbert", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  padding-bottom: 0;
  padding-top: 0;
  /*font-size:rem(24);*/
  line-height: 1;
  font-weight: 600;
  color: #001446;
  padding-bottom: 10px;
}

/* line 61, _sass/pages/_home.scss */
.home-block__discover-vacuum-forming__content {
  font-family: "fsalbert", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  padding-bottom: 0;
  padding-top: 0;
  /*font-size:rem(24);*/
  font-weight: 400;
}

/* line 64, _sass/pages/_home.scss */
.home-block__discover-vacuum-forming__content img {
  width: 100%;
  height: auto;
  padding: 10px 5px;
}

/* line 69, _sass/pages/_home.scss */
.home-block__discover-vacuum-forming__content a {
  font-size: 15px;
  color: #e0006c;
  text-decoration: none;
  margin-bottom: 0;
}

/* line 74, _sass/pages/_home.scss */
.home-block__discover-vacuum-forming__content a:hover {
  text-decoration: underline;
}

/* line 80, _sass/pages/_home.scss */
.home-block__find-a-solution {
  background-color: #e0006c;
  padding-bottom: 0;
}

@media screen and (min-width: 768px) {
  /* line 80, _sass/pages/_home.scss */
  .home-block__find-a-solution {
    width: 35%;
  }
}

/* line 87, _sass/pages/_home.scss */
.home-block__find-a-solution__header {
  font-family: "fsalbert", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  padding-bottom: 0;
  padding-top: 0;
  /*font-size:rem(24);*/
  line-height: 1;
  font-weight: 600;
  color: #17212e;
}

/* line 94, _sass/pages/_home.scss */
.home-block__find-a-solution__content {
  font-family: "fsalbert", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  padding-bottom: 0;
  padding-top: 0;
  /*font-size:rem(24);*/
  font-size: 1.5em !important;
  font-weight: 400;
  color: #ffffff;
}

/* line 99, _sass/pages/_home.scss */
.home-block__find-a-solution__content a {
  /*font-size:$font-base-size;*/
  font-size: 25px;
  color: #ffffff;
  text-decoration: none;
  margin-bottom: 0;
}

/* line 105, _sass/pages/_home.scss */
.home-block__find-a-solution__content a:hover {
  text-decoration: underline;
}

/* line 111, _sass/pages/_home.scss */
.home-block__get-in-touch {
  background: #0093d4;
  color: #fff;
  padding-bottom: 0;
}

@media screen and (min-width: 768px) {
  /* line 111, _sass/pages/_home.scss */
  .home-block__get-in-touch {
    width: 25%;
  }
}

/* line 119, _sass/pages/_home.scss */
.home-block__get-in-touch__header {
  font-family: "fsalbert", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  padding-bottom: 0;
  padding-top: 0;
  /*font-size:rem(24);*/
  line-height: 1;
  font-weight: 600;
  color: #001446;
}

/* line 125, _sass/pages/_home.scss */
.home-block__get-in-touch__content {
  font-family: "fsalbert", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  padding-bottom: 0;
  padding-top: 0;
  /*font-size:rem(24);*/
  font-size: 1.225em !important;
  font-weight: 400;
}

/* line 130, _sass/pages/_home.scss */
.home-block__get-in-touch__content > .page p {
  font-size: 15px !important;
}

/* line 134, _sass/pages/_home.scss */
.home-block__get-in-touch__content a {
  /*font-size:$font-base-size;*/
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  margin-bottom: 0;
}

/* line 140, _sass/pages/_home.scss */
.home-block__get-in-touch__content a:hover {
  text-decoration: underline;
}

/* line 147, _sass/pages/_home.scss */
.home-block__latest-case-study {
  background: #e0006c;
}

/* line 150, _sass/pages/_home.scss */
.home-block__latest-case-study__header {
  font-family: "fsalbert", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  padding-bottom: 0;
  padding-top: 0;
  /*font-size:rem(24);*/
  color: #001446;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 12px;
}

/* line 157, _sass/pages/_home.scss */
.home-block__latest-case-study__content {
  font-family: "fsalbert", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  padding-bottom: 0;
  padding-top: 0;
  /*font-size:rem(24);*/
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 0;
}

/* line 163, _sass/pages/_home.scss */
.home-block__latest-case-study__content--header {
  margin-bottom: 10px;
}

/* line 166, _sass/pages/_home.scss */
.home-block__latest-case-study__content--header a {
  font-family: "fsalbert", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  padding-bottom: 0;
  padding-top: 0;
  font-size: 2.25rem;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

/* line 173, _sass/pages/_home.scss */
.home-block__latest-case-study__content--link {
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  margin-bottom: 0;
}

/* line 178, _sass/pages/_home.scss */
.home-block__latest-case-study__content--link:hover {
  color: #fff;
  text-decoration: underline;
}

/* line 186, _sass/pages/_home.scss */
.home-block__latest-news {
  background: #e7e7e8;
}

/* line 189, _sass/pages/_home.scss */
.home-block__latest-news__image {
  width: 130px;
  float: left;
  margin: 20px 20px 0 0;
}

/* line 195, _sass/pages/_home.scss */
.home-block__latest-news__header {
  color: #001446;
  font-family: "fsalbert", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  padding-bottom: 0;
  padding-top: 0;
  /*font-size:rem(24);*/
  margin-bottom: 15px;
  font-weight: 600;
  line-height: 1;
}

/* line 202, _sass/pages/_home.scss */
.home-block__latest-news_highlight {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #959595;
}

/* line 206, _sass/pages/_home.scss */
.home-block__latest-news_highlight strong {
  color: #001446;
  font-family: "fsalbert", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  padding-bottom: 0;
  padding-top: 0;
  /*font-size:rem(24);*/
  margin-bottom: 15px;
  margin-top: 15px;
  font-weight: 400;
  line-height: 1;
}

/* line 215, _sass/pages/_home.scss */
.home-block__latest-news__content, .home-block__latest-news_highlight p {
  font-size: 15px;
  color: #17212e;
  margin: 10px 0 0;
}

/* line 219, _sass/pages/_home.scss */
.home-block__latest-news__content--header a, .home-block__latest-news_highlight p--header a {
  font-family: "fsalbert", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  padding-bottom: 0;
  padding-top: 0;
  /*font-size:rem(24);*/
  color: #17212e;
  font-weight: 400;
  text-decoration: none;
  margin-bottom: 10px;
}

/* line 226, _sass/pages/_home.scss */
.home-block__latest-news__content a, .home-block__latest-news_highlight p a {
  color: #e0006c;
}

/* line 228, _sass/pages/_home.scss */
.home-block__latest-news .home-block__latest-news__content + .home-block__latest-news__content--header {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #959595;
}

/* line 236, _sass/pages/_home.scss */
.home-block__trusted-support__header {
  color: #001446;
  font-family: "fsalbert", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  padding-bottom: 0;
  padding-top: 0;
  /*font-size:rem(24);*/
  line-height: 1;
  font-weight: 600;
  margin-bottom: 15px;
}

/* line 243, _sass/pages/_home.scss */
.home-block__trusted-support__content {
  font-family: "fsalbert", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  padding-bottom: 0;
  padding-top: 0;
  font-size: 2.25rem;
  color: #0093d4;
  font-weight: 400;
  line-height: 1.2;
}

/* line 248, _sass/pages/_home.scss */
.home-block__trusted-support__content a {
  font-size: 15px;
  color: #e0006c;
  text-decoration: none;
}

/* line 252, _sass/pages/_home.scss */
.home-block__trusted-support__content a:hover {
  text-decoration: underline;
}

/* line 259, _sass/pages/_home.scss */
.home-block__latest-video {
  padding: 0;
  margin-bottom: 0;
}

@media screen and (min-width: 490px) {
  /* line 259, _sass/pages/_home.scss */
  .home-block__latest-video {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  /* line 259, _sass/pages/_home.scss */
  .home-block__latest-video {
    width: 65%;
  }
}

/* line 269, _sass/pages/_home.scss */
.home-block__latest-video__header {
  background: #001446;
  color: #fff;
  font-family: "fsalbert", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  padding-bottom: 0;
  padding-top: 0;
  /*font-size:rem(24);*/
  padding: 15px 20px;
  line-height: 1;
  font-weight: 600;
}

/* line 1, _sass/pages/_product.scss */
.product {
  font-size: 18px;
  line-height: 1.3;
  padding: 0 0 0px 0;
}

@media screen and (min-width: 600px) {
  /* line 1, _sass/pages/_product.scss */
  .product {
    padding: 20px 20px 0px 20px;
  }
}

/* line 20, node_modules/bourbon/app/assets/stylesheets/addons/_clearfix.scss */
.product::after {
  clear: both;
  content: "";
  display: table;
}

/* line 10, _sass/pages/_product.scss */
.product__menu {
  text-indent: 0;
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
  width: 1240px;
}

@media screen and (min-width: 768px) {
  /* line 10, _sass/pages/_product.scss */
  .product__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

/* line 21, _sass/pages/_product.scss */
.product__menu__item {
  line-height: 1;
  padding: 5px 0;
}

/* line 23, _sass/pages/_product.scss */
.product__menu__item:before {
  content: '> ';
}

@media screen and (min-width: 768px) {
  /* line 23, _sass/pages/_product.scss */
  .product__menu__item:before {
    content: '';
  }
}

@media screen and (min-width: 768px) {
  /* line 21, _sass/pages/_product.scss */
  .product__menu__item {
    padding: 0 10px 0 0;
    border-right: 1px solid #17212e;
    margin-right: 5px;
  }
}

/* line 35, _sass/pages/_product.scss */
.product__menu__item:last-of-type {
  border-right: 0px;
}

/* line 39, _sass/pages/_product.scss */
.product__menu__item a {
  color: #17212e;
  font-size: 15px;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
}

/* line 45, _sass/pages/_product.scss */
.product__menu__item a:hover, .product__menu__item a:focus, .product__menu__item a:active, .product__menu__item a .active {
  color: #0093d4;
}

@media screen and (min-width: 768px) {
  /* line 53, _sass/pages/_product.scss */
  .product__content {
    float: left;
    width: 60%;
    padding-right: 20px;
  }
}

/* line 61, _sass/pages/_product.scss */
.product__content h1, .product__content h2, .product__content h3, .product__content h4, .product__content h5, .product__content h6 {
  font-weight: 600;
}

/* line 66, _sass/pages/_product.scss */
.product__technical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 15px;
  margin: 0;
}

/* line 72, _sass/pages/_product.scss */
.product__technical dt, .product__technical dd {
  width: 50%;
  margin: 0;
  padding: 10px;
}

/* line 77, _sass/pages/_product.scss */
.product__technical dt {
  color: #001446;
}

/* line 83, _sass/pages/_product.scss */
.product__technical .var_rowcolor {
  background: #d6eeff;
}

@media screen and (min-width: 768px) {
  /* line 89, _sass/pages/_product.scss */
  .product__gallery {
    float: right;
    width: 40%;
  }
}

/* line 95, _sass/pages/_product.scss */
.product__gallery__image-main img {
  max-width: 100%;
  border-bottom: 1px solid #e7e7e8;
  margin-bottom: 10px;
}

/* line 100, _sass/pages/_product.scss */
.product__gallery__image-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 105, _sass/pages/_product.scss */
.product__gallery__image-thumbs a + a {
  margin-left: 10px;
}

/* line 108, _sass/pages/_product.scss */
.product__gallery__image-thumbs .js-thumbnail {
  float: left;
  display: block;
  width: 30%;
}

/* line 113, _sass/pages/_product.scss */
.product__gallery__image-thumbs__thumbnail {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  text-align: right;
  width: 100%;
}

/* line 123, _sass/pages/_product.scss */
.product__logos {
  display: inline-block;
  padding-top: 20px;
}

/* line 127, _sass/pages/_product.scss */
.product__logos img {
  padding-bottom: 3px;
}

/* line 134, _sass/pages/_product.scss */
.product__calltoaction {
  font-family: "fsalbert", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  padding-bottom: 0;
  padding-top: 0;
  /*font-size:rem(24);*/
  margin-top: 30px;
  color: #0066b2;
  display: block;
}

/* line 142, _sass/pages/_product.scss */
.product__downloads h2, .product__downloads h3 {
  font-weight: 400;
}

/* line 145, _sass/pages/_product.scss */
.product__downloads h3 {
  margin-top: 15px;
}

/* line 148, _sass/pages/_product.scss */
.product__downloads p {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
}

/* line 152, _sass/pages/_product.scss */
.product__downloads p::before {
  font-family: "formech-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  margin-right: 6px;
  color: #e0006c;
  content: '\e805';
}

/* line 158, _sass/pages/_product.scss */
.product__downloads p::after {
  color: #e0006c;
  content: ' >';
}

/* line 1, _sass/pages/_general.scss */
.general {
  font-size: 18px;
  line-height: 1.3;
  padding: 0 0 0px 0;
}

@media screen and (min-width: 600px) {
  /* line 1, _sass/pages/_general.scss */
  .general {
    padding: 30px 30px 0px 30px;
  }
}

/* line 8, _sass/pages/_general.scss */
.general h2 {
  font-weight: 600;
}

/* line 20, node_modules/bourbon/app/assets/stylesheets/addons/_clearfix.scss */
.ie9 .general::after {
  clear: both;
  content: "";
  display: table;
}

/* line 18, _sass/pages/_general.scss */
.general.content p + h2, .general.content p + h3, .general.content p + h4, .general.content p + h5, .general.content p + h6 {
  margin-top: 20px;
}

/* line 3, _sass/pages/_news.scss */
.ie9 .news__item, .ie9 .case-study__item {
  display: block;
  float: left;
}

/* line 11, _sass/pages/_news.scss */
.news, .case-study {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  padding: 0px;
  margin-top: 30px;
}

/* line 19, _sass/pages/_news.scss */
.news__item, .case-study__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  border: 5px solid #fff;
  margin-bottom: 40px;
}

@media screen and (min-width: 530px) {
  /* line 19, _sass/pages/_news.scss */
  .news__item, .case-study__item {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  /* line 19, _sass/pages/_news.scss */
  .news__item, .case-study__item {
    width: 33.33%;
  }
}

/* line 36, _sass/pages/_news.scss */
.news__item__thumbnail, .case-study__item__thumbnail {
  height: 240px;
  overflow: hidden;
  background: #e7e7e8;
}

/* line 41, _sass/pages/_news.scss */
.news__item__thumbnail img, .case-study__item__thumbnail img {
  width: 100%;
  height: auto;
}

/* line 47, _sass/pages/_news.scss */
.news__item__header, .case-study__item__header {
  font-family: "fsalbert", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  padding-bottom: 0;
  padding-top: 0;
  /*font-size:rem(24);*/
  font-weight: 600;
  margin: 20px 0;
}

/* line 51, _sass/pages/_news.scss */
.news__item__header a, .case-study__item__header a {
  color: #001446;
}

/* line 56, _sass/pages/_news.scss */
.news__item__excerpt, .case-study__item__excerpt {
  font-size: 18px;
}

/* line 60, _sass/pages/_news.scss */
.news__item__date, .case-study__item__date {
  font-size: 15px;
  font-weight: 600;
}

/* line 68, _sass/pages/_news.scss */
.news__item-casestudy, .case-study__item-casestudy {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  border: 5px solid #fff;
  margin-bottom: 40px;
}

@media screen and (min-width: 530px) {
  /* line 68, _sass/pages/_news.scss */
  .news__item-casestudy, .case-study__item-casestudy {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  /* line 68, _sass/pages/_news.scss */
  .news__item-casestudy, .case-study__item-casestudy {
    width: 100%;
  }
}

/* line 85, _sass/pages/_news.scss */
.news__item-casestudy__thumbnail, .case-study__item-casestudy__thumbnail {
  height: 240px;
  overflow: hidden;
  background: #e7e7e8;
}

/* line 90, _sass/pages/_news.scss */
.news__item-casestudy__thumbnail img, .case-study__item-casestudy__thumbnail img {
  width: 100%;
  height: auto;
}

/* line 96, _sass/pages/_news.scss */
.news__item-casestudy__header, .case-study__item-casestudy__header {
  font-family: "fsalbert", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  padding-bottom: 0;
  padding-top: 0;
  /*font-size:rem(24);*/
  font-weight: 600;
  margin: 20px 0;
}

/* line 100, _sass/pages/_news.scss */
.news__item-casestudy__header a, .case-study__item-casestudy__header a {
  color: #001446;
}

/* line 105, _sass/pages/_news.scss */
.news__item-casestudy__excerpt, .case-study__item-casestudy__excerpt {
  font-size: 18px;
}

/* line 109, _sass/pages/_news.scss */
.news__item-casestudy__date, .case-study__item-casestudy__date {
  font-size: 15px;
  font-weight: 600;
}

@media screen and (min-width: 775px) {
  /* line 117, _sass/pages/_news.scss */
  .news__content, .case-study__content {
    margin-right: 300px;
  }
}

/* line 122, _sass/pages/_news.scss */
.news-single, .case-study-single {
  position: relative;
}

/* line 20, node_modules/bourbon/app/assets/stylesheets/addons/_clearfix.scss */
.news-single::after, .case-study-single::after {
  clear: both;
  content: "";
  display: table;
}

/* line 125, _sass/pages/_news.scss */
.news-single .video-container, .case-study-single .video-container {
  margin-top: 20px;
}

/* line 130, _sass/pages/_news.scss */
.news__nav-links, .case-study__nav-links {
  display: none;
  font-size: 15px;
  position: absolute;
  right: 20px;
  top: 0px;
}

@media screen and (min-width: 600px) {
  /* line 130, _sass/pages/_news.scss */
  .news__nav-links, .case-study__nav-links {
    display: block;
  }
}

/* line 140, _sass/pages/_news.scss */
.news .paging, .case-study .paging {
  width: 100%;
  clear: both;
  text-align: center;
}

/* line 147, _sass/pages/_news.scss */
.newsletter-thumbnail {
  border: 2px solid #e7e7e8;
}

@media screen and (min-width: 775px) {
  /* line 151, _sass/pages/_news.scss */
  .case-study__content {
    margin-right: 0px;
  }
}

/* line 1, _sass/pages/_solution.scss */
.solution {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 9, _sass/pages/_solution.scss */
.solution h2 {
  font-family: "fsalbert", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  padding-bottom: 0;
  padding-top: 0;
  /*font-size:rem(24);*/
  color: #001446;
  font-weight: 600;
  margin-bottom: 20px;
}

/* line 16, _sass/pages/_solution.scss */
.solution h3 {
  margin-bottom: 35px;
}

/* line 20, _sass/pages/_solution.scss */
.solution h4 {
  font-family: "fsalbert", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  padding-bottom: 0;
  padding-top: 0;
  font-size: 2.25rem;
  color: #0066b2;
  margin-bottom: 20px;
}

/* line 26, _sass/pages/_solution.scss */
.solution__intro {
  width: 100%;
}

/* line 30, _sass/pages/_solution.scss */
.solution__search {
  float: left;
  width: 100%;
  padding-right: 30px;
  font-size: 15px;
}

@media screen and (min-width: 600px) {
  /* line 30, _sass/pages/_solution.scss */
  .solution__search {
    width: 33%;
  }
}

/* line 38, _sass/pages/_solution.scss */
.solution__search .dropdown_item {
  margin-bottom: 20px;
}

/* line 41, _sass/pages/_solution.scss */
.solution__search .filter {
  width: 100%;
}

/* line 44, _sass/pages/_solution.scss */
.solution__search .on {
  display: block !important;
}

/* line 48, _sass/pages/_solution.scss */
.solution__search__btn {
  background: #0066b2;
}

/* line 51, _sass/pages/_solution.scss */
.solution__search__btn--reset {
  background: #e0006c;
}

/* line 57, _sass/pages/_solution.scss */
.solution__results {
  float: left;
  width: 100%;
}

@media screen and (min-width: 600px) {
  /* line 57, _sass/pages/_solution.scss */
  .solution__results {
    width: 66%;
  }
}

/* line 64, _sass/pages/_solution.scss */
.solution__results__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

/* line 73, _sass/pages/_solution.scss */
.solution__results__item {
  float: left;
  width: 48%;
  margin-bottom: 0px;
  display: block;
}

@media screen and (min-width: 600px) {
  /* line 73, _sass/pages/_solution.scss */
  .solution__results__item {
    width: 31%;
  }
}

/* line 84, _sass/pages/_solution.scss */
.solution__results__item__title {
  background: #001446;
  padding: 10px;
  color: #fff;
  font-size: 15px;
}

/* line 91, _sass/pages/_solution.scss */
.solution__results__item__image {
  width: 100%;
}

/* line 95, _sass/pages/_solution.scss */
.solution__results__item__content {
  font-size: 15px;
  font-weight: 600;
  margin-top: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e7e7e8;
}

/* line 103, _sass/pages/_solution.scss */
.solution__results__item:hover {
  text-decoration: none;
}

/* line 2, _sass/pages/_contact.scss */
.contact iframe {
  display: none;
}

@media screen and (min-width: 530px) {
  /* line 2, _sass/pages/_contact.scss */
  .contact iframe {
    display: block;
  }
}

/* line 8, _sass/pages/_contact.scss */
.contact__address__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

/* line 16, _sass/pages/_contact.scss */
.contact__address {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border: 5px solid #fff;
}

@media screen and (min-width: 775px) {
  /* line 16, _sass/pages/_contact.scss */
  .contact__address {
    width: 33%;
  }
}

/* line 25, _sass/pages/_contact.scss */
.contact__address h3, .contact__address h4, .contact__address h5 {
  font-weight: 600;
}

/* line 28, _sass/pages/_contact.scss */
.contact__address--no-mobile {
  display: none;
}

@media screen and (min-width: 775px) {
  /* line 28, _sass/pages/_contact.scss */
  .contact__address--no-mobile {
    display: block;
  }
}

/* line 36, _sass/pages/_contact.scss */
.contact__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

/* line 44, _sass/pages/_contact.scss */
.contact__form .wpcf7-form-control-wrap {
  padding: 10px 0;
}

@media screen and (min-width: 530px) {
  /* line 44, _sass/pages/_contact.scss */
  .contact__form .wpcf7-form-control-wrap {
    width: 48%;
  }
}

/* line 49, _sass/pages/_contact.scss */
.contact__form .wpcf7-form-control-wrap input {
  padding: 10px;
  width: 100%;
}

/* line 54, _sass/pages/_contact.scss */
.contact__form .wpcf7-form-control-wrap textarea {
  width: 100%;
  padding: 10px;
}

/* line 60, _sass/pages/_contact.scss */
.contact__form .wpcf7-submit {
  /*background:$brand-blue;*/
  height: 100%;
  background: #ffffff;
  border: 2px solid #0066b2;
  color: #E0006D;
}

/* line 69, _sass/pages/_contact.scss */
.contact__form-casestudy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

/* line 77, _sass/pages/_contact.scss */
.contact__form-casestudy .wpcf7-form-control-wrap {
  padding: 10px 0;
}

@media screen and (min-width: 530px) {
  /* line 77, _sass/pages/_contact.scss */
  .contact__form-casestudy .wpcf7-form-control-wrap {
    width: 100%;
  }
}

/* line 82, _sass/pages/_contact.scss */
.contact__form-casestudy .wpcf7-form-control-wrap input {
  padding: 10px;
  width: 100%;
}

/* line 87, _sass/pages/_contact.scss */
.contact__form-casestudy .wpcf7-form-control-wrap textarea {
  width: 100%;
  padding: 10px;
}

/* line 93, _sass/pages/_contact.scss */
.contact__form-casestudy .wpcf7-submit {
  background: #0066b2;
  height: 100%;
}

/* line 99, _sass/pages/_contact.scss */
.contact__form__header {
  font-weight: 600;
}

/* line 102, _sass/pages/_contact.scss */
.contact .contact-border {
  border: 5px solid #0066b2;
  padding: 20px;
  background-color: #0093d4;
}

/* line 2, _sass/pages/_search.scss */
.search__thumbnail {
  float: left;
  margin-right: 20px;
}

/* line 7, _sass/pages/_search.scss */
.search .paging {
  width: 100%;
  clear: both;
  text-align: center;
}

/* line 13, _sass/pages/_search.scss */
.search-img {
  float: left;
  width: 10%;
  margin-bottom: 10px;
}

/* line 19, _sass/pages/_search.scss */
.search-content {
  float: left;
  width: 90%;
}

/* line 1, _sass/pages/_booking.scss */
.booking_wrap {
  height: auto;
  overflow: hidden;
  background-color: #ffffff;
}

/* line 6, _sass/pages/_booking.scss */
.img-responsive {
  width: 100%;
  height: auto;
}

/* line 10, _sass/pages/_booking.scss */
.booking_logo {
  margin-top: 44px;
  margin-bottom: 25px;
}

/* line 14, _sass/pages/_booking.scss */
.booking_form textarea, .booking_form input[type="text"], .booking_form input[type="email"] {
  border: 1px solid #c5c4c4;
  text-align: center;
  width: 100%;
}

/* line 20, _sass/pages/_booking.scss */
.booking_form input[type="text"], .booking_form input[type="email"] {
  height: 30px;
}

/* line 23, _sass/pages/_booking.scss */
.booking_form input[type="submit"] {
  background-color: #093166;
  width: 100%;
}

@media only screen and (max-width: 960px) {
  /* line 30, _sass/pages/_booking.scss */
  .col-7 {
    display: none;
  }
  /* line 33, _sass/pages/_booking.scss */
  .col-5 {
    text-align: center;
    float: left;
    width: 100%;
    height: auto;
    /*background-color: #e6e6e6;*/
  }
  /* line 40, _sass/pages/_booking.scss */
  .booking_form {
    margin: 0 auto;
    width: 80%;
  }
}

@media only screen and (min-width: 961px) {
  /* line 48, _sass/pages/_booking.scss */
  .col-7 {
    float: left;
    width: 60%;
  }
  /* line 52, _sass/pages/_booking.scss */
  .col-5 {
    text-align: center;
    float: left;
    width: 40%;
    height: auto;
    /*background-color: #e6e6e6;*/
    padding-bottom: 10px;
  }
  /* line 60, _sass/pages/_booking.scss */
  .booking_form {
    margin: 0 auto;
    width: 280px;
  }
}
