@charset "UTF-8";
/*---------------------------------------------------
	Initial setup to import all our SASS based files.

	by Terry Upton (Amasci Creative Limited)
-----------------------------------------------------*/
*, *:before, *:after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, time {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active, a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 70%;
}
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: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
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;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
@keyframes rubberBand {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    transform: translateX(0);
  }
}
@media (min-width: 60.625em) {
  .nav--main li {
    animation-name: fadeInDown;
    animation-iteration-count: 1s;
    animation-duration: 0.5s;
    animation-delay: 0.1s;
    animation-timing-function: ease;
    animation-fill-mode: both;
    backface-visibility: hidden;
  }
  .nav--main li:nth-of-type(1n) {
    transform: translateY(-200px);
    animation-delay: 0.1s;
  }
  .nav--main li:nth-of-type(2n) {
    transform: translateY(-400px);
    animation-delay: 0.2s;
  }
  .nav--main li:nth-of-type(3n) {
    transform: translateY(-600px);
    animation-delay: 0.3s;
  }
  .nav--main li:nth-of-type(4n) {
    transform: translateY(-800px);
    animation-delay: 0.4s;
  }
  .nav--main li:nth-of-type(5n) {
    transform: translateY(-1000px);
    animation-delay: 0.5s;
  }
  .nav--main li:nth-of-type(6n) {
    transform: translateY(-1200px);
    animation-delay: 0.6s;
  }
  .nav--main li:nth-of-type(7n) {
    transform: translateY(-1400px);
    animation-delay: 0.7s;
  }
  .nav--main li:nth-of-type(8n) {
    transform: translateY(-1600px);
    animation-delay: 0.8s;
  }
  .nav--main li:nth-of-type(9n) {
    transform: translateY(-1800px);
    animation-delay: 0.9s;
  }
  .nav--main li:nth-of-type(10n) {
    transform: translateY(-2000px);
    animation-delay: 1s;
  }
  .teaser-animated {
    animation-name: fadeInUp;
    animation-iteration-count: 1s;
    animation-duration: 0.5s;
    animation-delay: 0.5s;
    animation-timing-function: ease;
    animation-fill-mode: both;
    backface-visibility: hidden;
  }
  .teaser-animated:nth-of-type(1n) {
    transform: translateY(-200px);
    animation-delay: 0.5s;
  }
  .teaser-animated:nth-of-type(2n) {
    transform: translateY(-400px);
    animation-delay: 1s;
  }
  .teaser-animated:nth-of-type(3n) {
    transform: translateY(-600px);
    animation-delay: 1.5s;
  }
  .teaser-animated:nth-of-type(4n) {
    transform: translateY(-800px);
    animation-delay: 2s;
  }
  .teaser-animated:nth-of-type(5n) {
    transform: translateY(-1000px);
    animation-delay: 2.5s;
  }
  .teaser-animated:nth-of-type(6n) {
    transform: translateY(-1200px);
    animation-delay: 3s;
  }
}
.js_nav_is_open .nav--main li {
  animation-name: menuSlideUp;
  animation-delay: 0.1s;
  animation-fill-mode: both;
  animation-duration: 0.5s;
}
.js_nav_is_open .nav--main li:nth-of-type(1n) {
  transform: translateY(200px);
  animation-delay: 0.1s;
}
.js_nav_is_open .nav--main li:nth-of-type(2n) {
  transform: translateY(400px);
  animation-delay: 0.2s;
}
.js_nav_is_open .nav--main li:nth-of-type(3n) {
  transform: translateY(600px);
  animation-delay: 0.3s;
}
.js_nav_is_open .nav--main li:nth-of-type(4n) {
  transform: translateY(800px);
  animation-delay: 0.4s;
}
.js_nav_is_open .nav--main li:nth-of-type(5n) {
  transform: translateY(1000px);
  animation-delay: 0.5s;
}
.js_nav_is_open .nav--main li:nth-of-type(6n) {
  transform: translateY(1200px);
  animation-delay: 0.6s;
}
.js_nav_is_open .nav--main li:nth-of-type(7n) {
  transform: translateY(1400px);
  animation-delay: 0.7s;
}
.js_nav_is_open .nav--main li:nth-of-type(8n) {
  transform: translateY(1600px);
  animation-delay: 0.8s;
}
.js_nav_is_open .nav--main li:nth-of-type(9n) {
  transform: translateY(1800px);
  animation-delay: 0.9s;
}
.js_nav_is_open .nav--main li:nth-of-type(10n) {
  transform: translateY(2000px);
  animation-delay: 1s;
}
@media (min-width: 60.625em) {
  .header__breadcrumbs {
    animation-name: fadeInUp;
    animation-iteration-count: 1s;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-timing-function: ease;
    animation-fill-mode: both;
    backface-visibility: hidden;
  }
}
.js_nav_is_open .header__breadcrumbs {
  animation-name: slideInLeft;
  animation-iteration-count: 1s;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-timing-function: ease;
  animation-fill-mode: both;
  backface-visibility: hidden;
}
.intro .intro__title {
  animation-name: fadeInUp;
  animation-iteration-count: 1s;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-timing-function: ease;
  animation-fill-mode: both;
  backface-visibility: hidden;
}
.intro .intro__content {
  animation-name: fadeInUp;
  animation-iteration-count: 1s;
  animation-duration: 1s;
  animation-delay: 1.5s;
  animation-timing-function: ease;
  animation-fill-mode: both;
  backface-visibility: hidden;
}
@media (min-width: 60.625em) and (min-width: 60.625em) {
  .logo {
    animation-name: fadeIn;
    animation-iteration-count: 1s;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-timing-function: ease;
    animation-fill-mode: both;
    backface-visibility: hidden;
  }
  .banner__img {
    animation-name: fadeIn;
    animation-iteration-count: 1s;
    animation-duration: 1s;
    animation-delay: 0s;
    animation-timing-function: ease;
    animation-fill-mode: both;
    backface-visibility: hidden;
  }
}
@media (min-width: 60.625em) {
  .intro {
    animation-name: slideInLeft;
    animation-iteration-count: 1s;
    animation-duration: 1s;
    animation-delay: 0.5s;
    animation-timing-function: ease;
    animation-fill-mode: both;
    backface-visibility: hidden;
  }
  .intro .intro__title {
    animation-name: fadeInUp;
    animation-iteration-count: 1s;
    animation-duration: 1s;
    animation-delay: 1.5s;
    animation-timing-function: ease;
    animation-fill-mode: both;
    backface-visibility: hidden;
  }
  .intro .intro__content {
    animation-name: fadeInUp;
    animation-iteration-count: 1s;
    animation-duration: 1s;
    animation-delay: 2s;
    animation-timing-function: ease;
    animation-fill-mode: both;
    backface-visibility: hidden;
  }
}
@keyframes menuSlideUp {
  0% {
    opacity: 0;
  }
  100% {
    transform: translateY(0);
  }
}
/* ==========================================================================
 INIAL RESETS
========================================================================== */
/* See Normalize for addition resets and set-ups */
*, *:before, *:after {
  box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
figure,
dl, dd, ol, ul,
form, fieldset, legend,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0;
}
/* ==========================================================================
ONE WAY MARGINS
========================================================================== */
p, h1, h2, h3, h4, h5, h6, hgroup, dd, figure, pre, table, fieldset, legend, hr, time {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
/* ==========================================================================
MAIN FRAMEWORK DOCUMENT SETUP
========================================================================== */
html {
  font-size: 100%;
  overflow-y: scroll;
  height: 100%;
}
body {
  margin: 0 auto;
  font-family: "Lato", sans-serif;
  -webkit-font-smoothing: antialiased;
  height: 100%;
}
@media (min-width: 61.875em) {
  body {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
  }
}
.container {
  max-width: 87.5em;
  min-width: 20em;
  margin: 0 auto;
}
/* ==========================================================================
  HR RULES
========================================================================== */
hr {
  border: solid #777777 0px;
  border-top: solid #777777 1px;
  height: 0px;
  clear: both;
}
/* ==========================================================================
   SELECTION STYLING
========================================================================== */
/* This is used to change the highlight colour when selecting text.
 * Nice bespoke touch to websites.
 * Full article here: http://davidwalsh.name/css-selection
 */
::-moz-selection {
  background: #354a5e;
  color: #FFF;
  text-shadow: none;
}
::selection {
  background: #354a5e;
  color: #FFF;
  text-shadow: none;
}
/* ==========================================================================
   HELPER STYLES
========================================================================== */
.island-top {
  margin-top: 60px !important;
  margin-top: 3.75rem !important;
}
.island-bottom {
  margin-bottom: 60px !important;
  margin-bottom: 3.75rem !important;
}
.margin-top {
  margin-top: 24px !important;
  margin-top: 1.5rem !important;
}
.margin-bottom {
  margin-bottom: 24px !important;
  margin-bottom: 1.5rem !important;
}
.flush-top {
  margin-top: 0 !important;
}
.flush-bottom {
  margin-bottom: 0 !important;
}
.float-right {
  float: right !important;
}
.float-left {
  float: left !important;
}
.text-center {
  text-align: center;
}
.auto {
  width: auto !important;
}
.container {
  padding: 0px 12px;
  padding: 0rem 0.75rem;
}
@media (min-width: 37.5em) {
  .container {
    padding: 0px 24px;
    padding: 0rem 1.5rem;
  }
}
@media (max-width: 37.5em) {
  .search-results li, .related-news, .sidebar-box, .feature, .no-gutter {
    margin-left: -12px;
    margin-left: -0.75rem;
    margin-right: -12px;
    margin-right: -0.75rem;
  }
}
@media (min-width: 37.5em) and (max-width: 61.875em) {
  .search-results li, .related-news, .sidebar-box, .feature, .no-gutter {
    margin-left: -24px;
    margin-left: -1.5rem;
    margin-right: -24px;
    margin-right: -1.5rem;
  }
}
/* ==========================================================================
   CLEARFIX  STYLES
========================================================================== */
/*
 * Micro clearfix, as per: css-101.org/articles/clearfix/latest-new-clearfix-so-far.php
 * Extend the clearfix class with Sass to avoid the `%cf` class appearing over
 * and over in your markup.
 */
.stats:after, .search-header__close:after, .pagination:after, .news-teaser:after, .job-teasers:after, .usp:after, .gallery:after, .cta-module:after, .banner__img:after, .term:after, .office:after, .footer__awards:after, .footer__contact:after, .footer:after, .header__search:after, .header:after, .container:after {
  content: "";
  display: table;
  clear: both;
}
.clear {
  clear: both;
}
/* ==========================================================================
	HIDE STYLES
========================================================================== */
.hidden, #fax {
  display: none;
}
.alt {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.alt .focusable:active, .alt .focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/* ==========================================================================
	HEADING STYLES
========================================================================== */
h1, h2, h3, h4, h5, h6 {
  color: #354a5e;
  font-family: "Lora", sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 400;
}
h1, .alpha {
  font-size: 25.5px;
  font-size: 1.59375rem;
  line-height: 1.3176470588;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media (min-width: 61.875em) {
  h1, .alpha {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.12;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
  }
}
h2, .beta {
  font-size: 23.8px;
  font-size: 1.4875rem;
  line-height: 1.6470588235;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media (min-width: 61.875em) {
  h2, .beta {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.4;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
  }
}
h3, .gamma, .testimonial .headline {
  font-size: 20.4px;
  font-size: 1.275rem;
  line-height: 1.6470588235;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media (min-width: 61.875em) {
  h3, .gamma, .testimonial .headline {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.4;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
  }
}
h4, .delta {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.1428571429;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
h5, .epsilon {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
h6, .zeta {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.section-title {
  padding: 24px;
  padding: 1.5rem;
  background-color: #354a5e;
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}
.section-title h1, .section-title h2, .section-title h3, .section-title h4, .section-title h5, .section-title h6, .section-title a {
  color: #FFF;
}
.section-title h1, .section-title h2, .section-title h3, .section-title h4, .section-title h5, .section-title h6 {
  margin-bottom: 0;
}
.pull-title {
  margin-top: 60px;
  margin-top: 3.75rem;
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
  font-style: italic;
}
/* ==========================================================================
	PARAGRAPH AND LIST STYLES
========================================================================== */
/* List Style */
ul.square {
  list-style: square inside;
}
ul.disc {
  list-style: circle inside;
}
ul.bullet {
  list-style: disc inside;
}
li > ul,
li > ol {
  margin-bottom: 0;
}
.lead {
  color: #354a5e;
  font-size: 16.875px;
  font-size: 1.0546875rem;
  line-height: 1.4222222222;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
p {
  color: #354a5e;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.article ul, .article ol {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  color: #354a5e;
}
.article ul {
  list-style: disc inside;
}
.article ol {
  list-style: decimal inside;
}
.article li {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 0;
  margin: 12px 24px;
  margin: 0.75rem 1.5rem;
}
.article h2, .article h3, .article h4, .article h5, .article h6 {
  margin-top: 60px;
  margin-top: 3.75rem;
}
.footer p {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  color: #FFF;
}
/* ==========================================================================
   FONT WEIGHTS AND SIZES
========================================================================== */
.nav--main li {
  text-transform: uppercase;
}
.small {
  font-size: 80% !important;
}
.large {
  font-size: 130% !important;
}
/* ==========================================================================
	BASE LINK STYLES
========================================================================== */
a {
  transition: all 0.4s ease;
  color: #5ea6d6;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #ff8f08;
  text-decoration: none;
}
.footer a {
  color: #23303d;
  text-decoration: none;
}
.footer a:hover, .footer a:focus, .footer a:active {
  color: #FFF;
}
a[href^="tel:"] {
  color: #1575cb;
  white-space: nowrap;
}
.footer a[href^="tel:"] {
  color: #FFF;
}
/* ==========================================================================
	BUTTON STYLES
========================================================================== */
.form .submit, .btn {
  padding: 12px 24px;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  position: relative;
  text-align: center;
  display: inline-block;
  width: 140px;
  border: 1px solid currentColor;
  color: currentColor;
}
.form .submit:last-of-type, .btn:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 37.5em) {
  .form .submit + .submit, .form .submit + .btn, .form .btn + .submit, .btn + .btn {
    margin-left: 24px;
    margin-left: 1.5rem;
  }
}
.back {
  position: relative;
  display: block;
  margin-left: 12px;
  margin-left: 0.75rem;
}
.back:before {
  content: "";
  position: absolute;
  left: -20px;
  left: -1.25rem;
  transform: translateY(4px);
  transition: g-trans;
  z-index: 10;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid currentColor;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
}
.top {
  width: 50px;
  width: 3.125rem;
  height: 50px;
  height: 3.125rem;
  line-height: 50px;
  line-height: 3.125rem;
  right: 12px;
  right: 0.75rem;
  bottom: 12px;
  bottom: 0.75rem;
  text-align: center;
  cursor: pointer;
  position: fixed;
  background-color: #1575cb;
  color: #FFF;
  display: none;
  z-index: 900;
}
.top:hover, .top:focus, .top:active {
  background-color: #ff8f08;
  color: #FFF;
}
/*---------------------------------------------------
    COLOUR STYLES v1.1
  ---------------------------------------------------
    A set of common SASS colour styles by Terry Upton (Amasci Creative Limited)
	These should be unique for every project.
-----------------------------------------------------*/
/* ==========================================================================
   COLOUR STYLES
========================================================================== */
.color--base {
  color: #354a5e !important;
}
.color--sub {
  color: #1575cb !important;
}
.required {
  color: #1575cb;
  font-weight: bold;
}
.color-error {
  color: #b94a48 !important;
}
/* ==========================================================================
	 IMAGES
========================================================================== */
img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9 ;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
  font-style: italic;
  /*So that `alt` text is visually offset if images don’t load */
}
/**
 * Non-fluid images if you specify 'width' and/or 'height' attributes.
 */
img[width],
img[height] {
  max-width: none;
}
svg {
  max-height: 100%;
}
/* ==========================================================================
	 IMAGE PLACEMENTS
========================================================================== */
.img-right {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  margin-left: 24px;
  margin-left: 1.5rem;
  float: right;
}
.img-left {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  margin-right: 24px;
  margin-right: 1.5rem;
  float: left;
}
.img-center, .img-left--smaller, .img-right--smaller, .img-right--small, .usp__img {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 37.5em) {
  .img-right--small, .usp__img {
    margin-left: 24px;
    margin-left: 1.5rem;
    float: right;
  }
}
@media (min-width: 30em) {
  .img-right--smaller {
    margin-left: 24px;
    margin-left: 1.5rem;
    float: right;
  }
}
.article .img-right--smaller {
  width: auto;
}
@media (min-width: 30em) {
  .img-left--smaller {
    margin-right: 24px;
    margin-right: 1.5rem;
    float: left;
  }
}
.figure {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  display: table;
}
.figure img {
  display: block;
  width: 100%;
}
.figcaption {
  display: table-caption;
  caption-side: bottom;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
  margin-bottom: 0;
  font-style: italic;
  color: #FFF;
  background-color: #1575cb;
}
.figcaption--inline {
  padding: 12px 24px;
  padding: 0.75rem 1.5rem;
  text-align: left;
}
@media (min-width: 30em) {
  .figcaption--inline {
    text-align: right;
  }
}
.figcaption--full {
  padding: 24px;
  padding: 1.5rem;
  text-align: right;
  margin-top: -36px;
  margin-top: -2.25rem;
  z-index: 10;
  position: relative;
  float: right;
}
/* ==========================================================================
	 MISC/UNIQUE IMAGE STYLES
========================================================================== */
@media (min-width: 61.875em) {
  .img--pulled {
    margin-left: -5%;
    padding-top: 24px;
    padding-top: 1.5rem;
    display: block;
    max-width: 105%;
  }
}
/* ==========================================================================
	ICON STYLES
========================================================================== */
.icon {
  display: inline-block;
  fill: currentColor;
  position: relative;
}
.icon-search {
  width: 18px;
  height: 18px;
}
@media (max-width: 37.5em) {
  .search-header .icon-search {
    top: 3px;
    top: 0.1875rem;
  }
}
.banner .icon-search {
  top: 3px;
  top: 0.1875rem;
}
.search-results .icon-search {
  width: 14px;
  height: 14px;
  top: 2px;
  top: 0.125rem;
}
.nav--main .icon-search {
  top: 5px;
  top: 0.3125rem;
}
.header__menu-links .icon-search {
  width: 30px;
  height: 38px;
  color: #1575cb;
}
.btn .icon-search, .submit .icon-search {
  width: 15px;
  height: 15px;
  top: 2px;
  top: 0.125rem;
  margin-right: 2px;
  margin-right: 0.125rem;
}
.icon-tweets {
  width: 60px;
  height: 50px;
}
.icon-share-email {
  color: #777777;
}
.icon-pdf {
  width: 21px;
  height: 24px;
  top: 5px;
  top: 0.3125rem;
  margin-right: 3px;
  margin-right: 0.1875rem;
}
.icon-error {
  width: 24px;
  height: 24px;
  top: 6px;
  top: 0.375rem;
  margin-right: 2px;
  margin-right: 0.125rem;
}
.icon-top {
  width: 16px;
  height: 13px;
}
/* ==========================================================================
	MENU ICON STYLES
========================================================================== */
.icon-menu {
  width: 30px;
  height: 36px;
  display: block;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  margin: 0 auto;
}
.icon-menu span {
  display: inline-block;
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #1575cb;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  transition-delay: 0.3s;
}
.icon-menu span:nth-child(1) {
  top: 5px;
}
.icon-menu span:nth-child(2) {
  top: 15px;
}
.icon-menu span:nth-child(3) {
  top: 15px;
}
.icon-menu span:nth-child(4) {
  top: 25px;
}
.js_nav_is_open .icon-menu span, .icon-close span {
  background-color: #b94a48;
}
.js_nav_is_open .icon-menu span:nth-child(1), .js_nav_is_open .icon-menu span:nth-child(4), .icon-close span:nth-child(1), .icon-close span:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%;
}
.js_nav_is_open .icon-menu span:nth-child(2), .icon-close span:nth-child(2) {
  transform: rotate(45deg);
}
.js_nav_is_open .icon-menu span:nth-child(3), .icon-close span:nth-child(3) {
  transform: rotate(-45deg);
}
/* ==========================================================================
	SOCIAL ICON STYLES
========================================================================== */
.icon-social {
  width: 36px;
  height: 36px;
  fill: currentColor;
  border-radius: 50%;
}
.footer .icon-social {
  fill: #FFF;
  width: 40px;
  height: 40px;
}
.footer .icon-social:hover, .footer .icon-social:focus, .footer .icon-social:active {
  fill: #FFF;
}
.social-sharing .icon-social {
  width: 32px;
  height: 32px;
  margin-right: 0px;
  margin-right: 0rem;
}
.icon-twitter {
  fill: #00aced;
}
.icon-twitter:hover, .icon-twitter:focus, .icon-twitter:active {
  fill: #00aced;
}
.icon-facebook {
  fill: #3b5998;
}
.icon-facebook:hover, .icon-facebook:focus, .icon-facebook:active {
  fill: #3b5998;
}
.icon-googleplus {
  fill: #dd4b39;
}
.icon-googleplus:hover, .icon-googleplus:focus, .icon-googleplus:active {
  fill: #dd4b39;
}
.icon-linkedin {
  fill: #007bb6;
}
.icon-linkedin:hover, .icon-linkedin:focus, .icon-linkedin:active {
  fill: #007bb6;
}
.icon-youtube {
  fill: #bb0000;
}
.icon-youtube:hover, .icon-youtube:focus, .icon-youtube:active {
  fill: #bb0000;
}
.icon-instagram {
  fill: #833ab4;
}
.icon-instagram:hover, .icon-instagram:focus, .icon-instagram:active {
  fill: #833ab4;
}
.social-list li {
  transition: all 0.4s ease;
  position: relative;
  list-style: none;
  display: inline-block;
}
.social-list li:not(:last-of-type) {
  margin-right: 10px;
  margin-right: 0.625rem;
}
.social-list li:hover, .social-list li:focus, .social-list li:active {
  transform: translate(0, 5px);
}
.header .social-list {
  margin: auto;
  text-align: center;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media (min-width: 60.625em) {
  .header .social-list {
    display: none;
  }
}
/* ==========================================================================
	SOCIAL SHARING STYLES
========================================================================== */
.social-sharing {
  margin-top: 60px;
  margin-top: 3.75rem;
}
.social-sharing li:not(:last-of-type) {
  margin-right: 6px;
  margin-right: 0.375rem;
}
.social-sharing__title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
/* ==========================================================================
  BLOCKQUOTE
========================================================================== */
.testimonial {
  position: relative;
  font-family: "Lora", sans-serif;
  quotes: "“" "”" "‘" "’";
  color: #e5e5e5;
  margin-top: 120px;
  margin-top: 7.5rem;
  margin-bottom: 120px;
  margin-bottom: 7.5rem;
}
.testimonial:before {
  content: open-quote;
  position: absolute;
  font-size: 160px;
  font-size: 10rem;
  line-height: 0;
  left: 0;
  top: 0;
}
.testimonial p {
  color: #777777;
  font-style: italic;
  font-family: "Lora", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.testimonial p:before, .testimonial p:after {
  margin: 0px 2px;
  margin: 0rem 0.125rem;
}
@media (min-width: 37.5em) {
  .testimonial p {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
  }
}
.testimonial cite {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  display: block;
  font-style: normal;
  color: #1575cb;
  font-family: "Lora", sans-serif;
}
@media (min-width: 37.5em) {
  .testimonial cite {
    margin: 12px 30px 0px 24px;
    margin: 0.75rem 1.875rem 0rem 1.5rem;
    padding-left: 20px;
    padding-left: 1.25rem;
  }
}
.testimonial .headline {
  color: #354a5e;
}
/* ==========================================================================
	LAYOUT MODULES
========================================================================== */
.feature {
  padding: 36px 12px;
  padding: 2.25rem 0.75rem;
  text-align: center;
}
.content--primary {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media (min-width: 61.875em) {
  .content--primary {
    width: 57.1428571429%;
    float: left;
    margin-right: 2.8571428571%;
  }
}
.content--full {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media (min-width: 61.875em) {
  .content--full {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .content--secondary {
    width: 35.7142857143%;
    float: right;
    margin-right: 0;
  }
  .content--secondary--thin {
    width: 31.4285714286%;
    float: right;
    margin-right: 0;
  }
}
.sidebar-box {
  padding: 24px;
  padding: 1.5rem;
}
@media (min-width: 61.875em) {
  .sidebar-box {
    margin-bottom: 60px;
    margin-bottom: 3.75rem;
  }
}
.sidebar-box:last-of-type {
  margin-bottom: 0;
}
.sidebar-box--base {
  background-color: #354a5e;
}
.sidebar-box--base__title, .sidebar-box--base p {
  color: #FFF;
}
.sidebar-box--base__title--with-divide {
  position: relative;
}
.sidebar-box--base__title--with-divide:before {
  position: absolute;
  height: 1px;
  width: 100%;
  content: "";
  border-top: 1px dashed rgba(255, 255, 255, 0.3);
  top: -36px;
  top: -2.25rem;
}
.sidebar-box--grey {
  background-color: #e5e5e5;
}
.sidebar-box p:last-of-type {
  margin-bottom: 0;
}
/* ==========================================================================
   BASE TABLE
========================================================================== */
table {
  width: 90%;
  max-width: 100%;
}
table th,
table td {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  padding: 10px;
  padding: 0.625rem;
  vertical-align: top;
  border-top: 1px solid #777777;
  color: #354a5e;
}
table th {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  background-color: #354a5e;
  color: #FFF;
}
table thead th {
  vertical-align: bottom;
}
table tbody tr td,
table tbody tr th {
  transition: background-color 0.25s lnear;
}
table thead:first-child tr:first-child th,
table tbody:first-child tr:first-child th,
table tbody:first-child tr:first-child td {
  border-top: 0;
}
/* ==========================================================================
	BORDERED TABLE
========================================================================== */
.table--bordered {
  border: 1px solid #777777;
  border-left: 0;
  border-collapse: separate;
  *border-collapse: collapsed;
}
.table--bordered th,
.table--bordered td {
  border-left: 1px solid #777777;
}
/* ==========================================================================
	STRIPED TABLE
========================================================================== */
.table--striped tbody tr:nth-child(odd) td {
  background-color: rgba(119, 119, 119, 0.3);
}
/* ==========================================================================
	RESPONSIVE TABLES
========================================================================== */
/* ==========================================================================
	BASE FORM STYLES
========================================================================== */
label,
input,
textarea,
button,
select,
option {
  cursor: pointer;
}
.form input[type=text]:active,
.form input[type=email]:active,
.form input[type=tel]:active,
.form input[type=file]:active,
.form select:active,
.form textarea:active,
.form input[type=text]:focus,
.form input[type=email]:focus,
.form input[type=tel]:focus,
.form input[type=file]:focus,
.form select:focus,
.form textarea:focus,
textarea:active,
textarea:focus {
  cursor: text;
  outline: none;
}
.form input[type=text],
.form input[type=email],
.form input[type=tel],
.form input[type=file],
.form select,
.form textarea {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 8px 6px;
  padding: 0.5rem 0.375rem;
  margin: 2px 0px 5px 0px;
  margin: 0.125rem 0rem 0.3125rem 0rem;
  color: #354a5e;
  border: 1px solid #cccccc;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
}
@media (max-width: 61.875em) {
  .form input[type=text]:focus,
  .form input[type=email]:focus,
  .form input[type=tel]:focus,
  .form input[type=file]:focus,
  .form select:focus,
  .form textarea:focus {
    font-size: 16px;
    font-size: 1rem;
  }
}
label {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  color: #354a5e;
}
/* ==========================================================================
	ALL FORM STYLES
========================================================================== */
.form input[type=text],
.form input[type=email],
.form input[type=tel],
.form input[type=file],
.form select,
.form textarea {
  /* WebKit browsers */
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10+ */
  width: 90%;
}
.form input[type=text]::-webkit-input-placeholder,
.form input[type=email]::-webkit-input-placeholder,
.form input[type=tel]::-webkit-input-placeholder,
.form input[type=file]::-webkit-input-placeholder,
.form select::-webkit-input-placeholder,
.form textarea::-webkit-input-placeholder {
  color: rgba(121, 151, 179, 0.8);
}
.form input[type=text]:-moz-placeholder,
.form input[type=email]:-moz-placeholder,
.form input[type=tel]:-moz-placeholder,
.form input[type=file]:-moz-placeholder,
.form select:-moz-placeholder,
.form textarea:-moz-placeholder {
  color: #7997b3;
}
.form input[type=text]::-moz-placeholder,
.form input[type=email]::-moz-placeholder,
.form input[type=tel]::-moz-placeholder,
.form input[type=file]::-moz-placeholder,
.form select::-moz-placeholder,
.form textarea::-moz-placeholder {
  color: #7997b3;
}
.form input[type=text]:-ms-input-placeholder,
.form input[type=email]:-ms-input-placeholder,
.form input[type=tel]:-ms-input-placeholder,
.form input[type=file]:-ms-input-placeholder,
.form select:-ms-input-placeholder,
.form textarea:-ms-input-placeholder {
  color: rgba(121, 151, 179, 0.8);
}
.form input[type=text]:focus, .form input[type=text].required:focus,
.form input[type=email]:focus,
.form input[type=email].required:focus,
.form input[type=tel]:focus,
.form input[type=tel].required:focus,
.form input[type=file]:focus,
.form input[type=file].required:focus,
.form select:focus,
.form select.required:focus,
.form textarea:focus,
.form textarea.required:focus {
  /* WebKit browsers */
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10+ */
  border: 1px solid rgba(255, 255, 255, 0.6);
  background-color: #354a5e;
  color: #FFF;
  outline: none;
}
.form input[type=text]:focus::-webkit-input-placeholder, .form input[type=text].required:focus::-webkit-input-placeholder,
.form input[type=email]:focus::-webkit-input-placeholder,
.form input[type=email].required:focus::-webkit-input-placeholder,
.form input[type=tel]:focus::-webkit-input-placeholder,
.form input[type=tel].required:focus::-webkit-input-placeholder,
.form input[type=file]:focus::-webkit-input-placeholder,
.form input[type=file].required:focus::-webkit-input-placeholder,
.form select:focus::-webkit-input-placeholder,
.form select.required:focus::-webkit-input-placeholder,
.form textarea:focus::-webkit-input-placeholder,
.form textarea.required:focus::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.form input[type=text]:focus:-moz-placeholder, .form input[type=text].required:focus:-moz-placeholder,
.form input[type=email]:focus:-moz-placeholder,
.form input[type=email].required:focus:-moz-placeholder,
.form input[type=tel]:focus:-moz-placeholder,
.form input[type=tel].required:focus:-moz-placeholder,
.form input[type=file]:focus:-moz-placeholder,
.form input[type=file].required:focus:-moz-placeholder,
.form select:focus:-moz-placeholder,
.form select.required:focus:-moz-placeholder,
.form textarea:focus:-moz-placeholder,
.form textarea.required:focus:-moz-placeholder {
  color: white;
}
.form input[type=text]:focus::-moz-placeholder, .form input[type=text].required:focus::-moz-placeholder,
.form input[type=email]:focus::-moz-placeholder,
.form input[type=email].required:focus::-moz-placeholder,
.form input[type=tel]:focus::-moz-placeholder,
.form input[type=tel].required:focus::-moz-placeholder,
.form input[type=file]:focus::-moz-placeholder,
.form input[type=file].required:focus::-moz-placeholder,
.form select:focus::-moz-placeholder,
.form select.required:focus::-moz-placeholder,
.form textarea:focus::-moz-placeholder,
.form textarea.required:focus::-moz-placeholder {
  color: white;
}
.form input[type=text]:focus:-ms-input-placeholder, .form input[type=text].required:focus:-ms-input-placeholder,
.form input[type=email]:focus:-ms-input-placeholder,
.form input[type=email].required:focus:-ms-input-placeholder,
.form input[type=tel]:focus:-ms-input-placeholder,
.form input[type=tel].required:focus:-ms-input-placeholder,
.form input[type=file]:focus:-ms-input-placeholder,
.form input[type=file].required:focus:-ms-input-placeholder,
.form select:focus:-ms-input-placeholder,
.form select.required:focus:-ms-input-placeholder,
.form textarea:focus:-ms-input-placeholder,
.form textarea.required:focus:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.form input[type=text].required,
.form input[type=email].required,
.form input[type=tel].required,
.form input[type=file].required,
.form select.required,
.form textarea.required {
  font-weight: 400;
}
.form input[type=text].error,
.form input[type=email].error,
.form input[type=tel].error,
.form input[type=file].error,
.form select.error,
.form textarea.error {
  border: 1px solid #b94a48;
  background-color: #f2dede;
  color: #b94a48;
  /* WebKit browsers */
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10+ */
}
.form input[type=text].error::-webkit-input-placeholder,
.form input[type=email].error::-webkit-input-placeholder,
.form input[type=tel].error::-webkit-input-placeholder,
.form input[type=file].error::-webkit-input-placeholder,
.form select.error::-webkit-input-placeholder,
.form textarea.error::-webkit-input-placeholder {
  color: rgba(185, 74, 72, 0.8);
}
.form input[type=text].error:-moz-placeholder,
.form input[type=email].error:-moz-placeholder,
.form input[type=tel].error:-moz-placeholder,
.form input[type=file].error:-moz-placeholder,
.form select.error:-moz-placeholder,
.form textarea.error:-moz-placeholder {
  color: #b94a48;
}
.form input[type=text].error::-moz-placeholder,
.form input[type=email].error::-moz-placeholder,
.form input[type=tel].error::-moz-placeholder,
.form input[type=file].error::-moz-placeholder,
.form select.error::-moz-placeholder,
.form textarea.error::-moz-placeholder {
  color: #b94a48;
}
.form input[type=text].error:-ms-input-placeholder,
.form input[type=email].error:-ms-input-placeholder,
.form input[type=tel].error:-ms-input-placeholder,
.form input[type=file].error:-ms-input-placeholder,
.form select.error:-ms-input-placeholder,
.form textarea.error:-ms-input-placeholder {
  color: rgba(185, 74, 72, 0.8);
}
.form input[type=text].error:focus, .form input[type=text].error.required:focus,
.form input[type=email].error:focus,
.form input[type=email].error.required:focus,
.form input[type=tel].error:focus,
.form input[type=tel].error.required:focus,
.form input[type=file].error:focus,
.form input[type=file].error.required:focus,
.form select.error:focus,
.form select.error.required:focus,
.form textarea.error:focus,
.form textarea.error.required:focus {
  /* WebKit browsers */
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10+ */
  border: 1px solid rgba(255, 255, 255, 0.6);
  background-color: #354a5e;
  color: #FFF;
  outline: none;
}
.form input[type=text].error:focus::-webkit-input-placeholder, .form input[type=text].error.required:focus::-webkit-input-placeholder,
.form input[type=email].error:focus::-webkit-input-placeholder,
.form input[type=email].error.required:focus::-webkit-input-placeholder,
.form input[type=tel].error:focus::-webkit-input-placeholder,
.form input[type=tel].error.required:focus::-webkit-input-placeholder,
.form input[type=file].error:focus::-webkit-input-placeholder,
.form input[type=file].error.required:focus::-webkit-input-placeholder,
.form select.error:focus::-webkit-input-placeholder,
.form select.error.required:focus::-webkit-input-placeholder,
.form textarea.error:focus::-webkit-input-placeholder,
.form textarea.error.required:focus::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.form input[type=text].error:focus:-moz-placeholder, .form input[type=text].error.required:focus:-moz-placeholder,
.form input[type=email].error:focus:-moz-placeholder,
.form input[type=email].error.required:focus:-moz-placeholder,
.form input[type=tel].error:focus:-moz-placeholder,
.form input[type=tel].error.required:focus:-moz-placeholder,
.form input[type=file].error:focus:-moz-placeholder,
.form input[type=file].error.required:focus:-moz-placeholder,
.form select.error:focus:-moz-placeholder,
.form select.error.required:focus:-moz-placeholder,
.form textarea.error:focus:-moz-placeholder,
.form textarea.error.required:focus:-moz-placeholder {
  color: white;
}
.form input[type=text].error:focus::-moz-placeholder, .form input[type=text].error.required:focus::-moz-placeholder,
.form input[type=email].error:focus::-moz-placeholder,
.form input[type=email].error.required:focus::-moz-placeholder,
.form input[type=tel].error:focus::-moz-placeholder,
.form input[type=tel].error.required:focus::-moz-placeholder,
.form input[type=file].error:focus::-moz-placeholder,
.form input[type=file].error.required:focus::-moz-placeholder,
.form select.error:focus::-moz-placeholder,
.form select.error.required:focus::-moz-placeholder,
.form textarea.error:focus::-moz-placeholder,
.form textarea.error.required:focus::-moz-placeholder {
  color: white;
}
.form input[type=text].error:focus:-ms-input-placeholder, .form input[type=text].error.required:focus:-ms-input-placeholder,
.form input[type=email].error:focus:-ms-input-placeholder,
.form input[type=email].error.required:focus:-ms-input-placeholder,
.form input[type=tel].error:focus:-ms-input-placeholder,
.form input[type=tel].error.required:focus:-ms-input-placeholder,
.form input[type=file].error:focus:-ms-input-placeholder,
.form input[type=file].error.required:focus:-ms-input-placeholder,
.form select.error:focus:-ms-input-placeholder,
.form select.error.required:focus:-ms-input-placeholder,
.form textarea.error:focus:-ms-input-placeholder,
.form textarea.error.required:focus:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.form .submit {
  color: #354a5e;
  background-color: transparent;
}
.form .submit:hover, .form .submit:focus, .form .submit:active {
  color: #1575cb;
}
.form__item {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media (min-width: 37.5em) and (max-width: 61.875em) {
  .form__item {
    width: 48.5714285714%;
    float: left;
    margin-right: 2.8571428571%;
    margin-top: 0;
  }
  .form__item:nth-of-type(2n) {
    margin-right: 0;
  }
}
/* ==========================================================================
	SEARCH FORM STYLES
========================================================================== */
.form--search-header input {
  padding: 18px 12px;
  padding: 1.125rem 0.75rem;
}
.form--search-header .submit {
  color: #FFF;
}
.form--search-header .submit:hover, .form--search-header .submit:focus, .form--search-header .submit:active {
  transition: all 0.4s ease;
  background-color: #1575cb;
  color: #FFF;
}
/* ==========================================================================
	JOB APPLICATION FORM STYLES
========================================================================== */
.form--application textarea {
  width: 95%;
}
.form--application .form__item {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media (min-width: 37.5em) {
  .form--application .form__item {
    margin-top: 0;
    width: 48.5714285714%;
    float: left;
    margin-right: 2.8571428571%;
  }
  .form--application .form__item:nth-of-type(even) {
    margin-right: 0;
  }
}
@media (min-width: 47.5em) {
  .form--application .form__item {
    margin-top: 0;
    width: 31.4285714286%;
    float: left;
    margin-right: 2.8571428571%;
  }
  .form--application .form__item:nth-of-type(2n+1) {
    margin-right: 0;
  }
}
@media (min-width: 37.5em) {
  .form--application .form__half {
    margin-top: 0;
    width: 48.5714285714%;
    float: left;
    margin-right: 2.8571428571%;
  }
  .form--application .form__half:nth-of-type(even) {
    margin-right: 0;
  }
}
/* ==========================================================================
	ERROR STYLES
========================================================================== */
.error {
  margin: 4px 0px 12px 0px;
  margin: 0.25rem 0rem 0.75rem 0rem;
  color: #b94a48;
  font-weight: bold;
  animation-name: shake;
  animation-iteration-count: 1s;
  animation-duration: 1s;
  animation-delay: 0.6;
  animation-timing-function: ease;
  animation-fill-mode: both;
  backface-visibility: hidden;
}
span.error {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.8461538462;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media (max-width: 60.625em) {
  .off-canvas {
    position: absolute;
    width: 260px;
    right: -260px;
    top: 0;
    background-color: #10171d;
    height: 100%;
    padding: 24px;
    padding: 1.5rem;
  }
}
.outer {
  overflow: hidden;
  position: relative;
}
.transformer {
  transition: all 0.4s ease;
}
@media (max-width: 60.625em) {
  .js_nav_is_open .transformer {
    transform: translate(-260px, 0);
  }
}
.site-overlay {
  display: none;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
}
.js_nav_is_open .site-overlay {
  display: block;
}
/* ==========================================================================
	HEADER STYLES
========================================================================== */
.header__logo {
  width: 130px;
  width: 8.125rem;
  float: left;
  padding-top: 6px;
  padding-top: 0.375rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media (min-width: 60.625em) {
  .header__logo {
    width: 10%;
    float: left;
    margin-right: 2.8571428571%;
    text-align: center;
    padding: 24px 0px;
    padding: 1.5rem 0rem;
    margin-left: -12px;
    margin-left: -0.75rem;
  }
}
@media (min-width: 81.25em) {
  .header__logo {
    width: 14.2857142857%;
    float: left;
    margin-right: 2.8571428571%;
    padding: 24px 0px;
    padding: 1.5rem 0rem;
    margin-left: 0;
  }
}
@media (min-width: 60.625em) {
  .header__nav {
    width: 87.1428571429%;
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 81.25em) {
  .header__nav {
    width: 78.5714285714%;
    float: right;
    margin-right: 0;
  }
}
.header__breadcrumbs {
  border-top: 1px solid rgba(119, 119, 119, 0.2);
  border-bottom: 1px solid rgba(119, 119, 119, 0.2);
  padding: 6px;
  padding: 0.375rem;
  margin-left: -12px;
  margin-left: -0.75rem;
  margin-right: -12px;
  margin-right: -0.75rem;
}
@media (min-width: 60.625em) {
  .header__breadcrumbs {
    margin-top: 18px;
    margin-top: 1.125rem;
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
    border-top: 0;
    border-bottom: 0;
  }
}
@media (min-width: 68.75em) {
  .header__breadcrumbs {
    margin-top: 24px;
    margin-top: 1.5rem;
  }
}
.header__menu-links {
  padding-right: 12px;
  padding-right: 0.75rem;
  margin-top: 18px;
  margin-top: 1.125rem;
  width: 48.5714285714%;
  float: right;
  margin-right: 0;
  text-align: right;
}
@media (min-width: 60.6875em) {
  .header__menu-links {
    display: none;
  }
}
.header__search {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
  transition: all 0.4s ease;
}
.js_search_is_open .header__search {
  z-index: 600;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 1;
  height: 100vh;
}
/* ==========================================================================
	JS (NAV) STYLES
========================================================================== */
.header-icon {
  position: relative;
  display: inline-block;
  transform-style: preserve-3d;
  margin-left: 24px;
  margin-left: 1.5rem;
}
/* ==========================================================================
   FOOTER STYLES
========================================================================== */
.footer {
  width: 100%;
  position: relative;
  background-color: #1575cb;
  padding-top: 48px;
  padding-top: 3rem;
}
.footer__contact {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media (min-width: 61.875em) {
  .footer__contact {
    width: 57.1428571429%;
    float: left;
    margin-right: 2.8571428571%;
  }
}
.footer__social {
  clear: left;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media (min-width: 61.875em) {
  .footer__awards {
    width: 31.4285714286%;
    float: right;
    margin-right: 0;
  }
}
.footer-img {
  background-image: url("/assets/img/img-bar-footer.jpg");
  background-repeat: repeat-x;
  background-position: top center;
  height: 150px;
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #FFF;
}
@media (min-width: 61.875em) and (-webkit-min-device-pixel-ratio: 2), (min-width: 61.875em) and (min-resolution: 192dpi) {
  .footer-img {
    background-image: url("/assets/img/img-bar-footer@2x.jpg");
    background-size: 1640px 150px;
  }
}
/* ==========================================================================
	NAVIGATION STYLES
========================================================================== */
.nav li {
  list-style: none;
  text-align: center;
}
@media (min-width: 60.625em) {
  .nav li {
    display: inline-block;
    border-top: 0;
  }
}
/* ==========================================================================
	 MAIN NAV
========================================================================== */
.nav--main li {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media (min-width: 60.625em) {
  .nav--main li {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 0;
  }
  .nav--main li:not(:last-of-type) {
    margin-right: 20px;
    margin-right: 1.25rem;
  }
}
@media (min-width: 60.625em) and (min-width: 68.75em) {
  .nav--main li:not(:last-of-type) {
    margin-right: 34px;
    margin-right: 2.125rem;
  }
}
@media (min-width: 60.625em) and (min-width: 81.25em) {
  .nav--main li:not(:last-of-type) {
    margin-right: 39px;
    margin-right: 2.4375rem;
  }
}
.nav--main a {
  color: #777777;
  position: relative;
  top: 0;
}
@media (min-width: 60.625em) {
  .nav--main a {
    display: block;
    border-bottom: 1px solid #FFF;
    border-top: 1px solid #FFF;
  }
}
.nav--main a:not(.current):hover, .nav--main a:not(.current):focus, .nav--main a:not(.current):active {
  color: #ff8f08;
  text-decoration: none;
}
@media (min-width: 60.625em) {
  .nav--main a:not(.current):hover, .nav--main a:not(.current):focus, .nav--main a:not(.current):active {
    border-bottom: 1px solid currentColor;
    border-top: 1px solid currentColor;
    top: -3px;
    top: -0.1875rem;
  }
}
.nav--main a:not(.current):hover.nav__item--search, .nav--main a:not(.current):focus.nav__item--search, .nav--main a:not(.current):active.nav__item--search {
  border-top: 0;
  border-bottom: 0;
}
.nav--main .current a, .nav--main .ancestor a {
  color: #1575cb;
  border-bottom: 3px solid currentColor;
}
@media (min-width: 60.625em) {
  .nav--main .current a, .nav--main .ancestor a {
    border-top: 50px solid currentColor;
  }
}
.nav--main .current a:hover, .nav--main .current a:focus, .nav--main .current a:active, .nav--main .ancestor a:hover, .nav--main .ancestor a:focus, .nav--main .ancestor a:active {
  color: #1575cb;
  border-bottom: 3px solid currentColor;
}
@media (min-width: 60.625em) {
  .nav--main .current a:hover, .nav--main .current a:focus, .nav--main .current a:active, .nav--main .ancestor a:hover, .nav--main .ancestor a:focus, .nav--main .ancestor a:active {
    border-top: 50px solid currentColor;
  }
}
.nav--main .nav__item--search {
  display: none;
}
@media (min-width: 60.625em) {
  .nav--main .nav__item--search {
    display: inline-block;
  }
}
/* ==========================================================================
	 BREADCRUMB NAV
========================================================================== */
.nav--breadcrumbs ul {
  font-size: 12px;
  font-size: 0.75rem;
}
.nav--breadcrumbs ul:before {
  content: "You are in:";
  margin-right: 6px;
  margin-right: 0.375rem;
  color: #9d9d9d;
}
.nav--breadcrumbs li {
  display: inline-block;
  color: #9d9d9d;
}
.nav--breadcrumbs li:after {
  margin-left: 8px;
  margin-left: 0.5rem;
  margin-right: 8px;
  margin-right: 0.5rem;
  content: "\\";
}
.nav--breadcrumbs li:last-child:after {
  content: "";
}
/* ==========================================================================
	 SIDEBAR NAV
========================================================================== */
.nav--sidebar li {
  list-style: none;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  margin-left: 24px;
  margin-left: 1.5rem;
}
.nav--sidebar li li {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.8461538462;
  margin-bottom: 0;
  margin-top: 6px;
  margin-top: 0.375rem;
}
.nav--sidebar li:last-of-type {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
.nav--sidebar a {
  color: #FFF;
}
.nav--sidebar a:hover, .nav--sidebar a:focus, .nav--sidebar a:active {
  color: #ff8f08;
}
.nav--sidebar .current a {
  padding-bottom: 6px;
  padding-bottom: 0.375rem;
  border-bottom: 3px solid #FFF;
}
.nav--sidebar--grey a {
  color: #354a5e;
}
.nav--sidebar--grey a:hover, .nav--sidebar--grey a:focus, .nav--sidebar--grey a:active {
  color: #1575cb;
}
.nav--sidebar--grey .current a {
  padding-bottom: 6px;
  padding-bottom: 0.375rem;
  border-bottom: 3px solid #354a5e;
}
/* ==========================================================================
   FOOTER NAV
========================================================================== */
.nav--footer {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.nav--footer li {
  list-style: none;
  display: inline;
  margin-right: 12px;
  margin-right: 0.75rem;
  font-size: 12px;
  font-size: 0.75rem;
}
/* ==========================================================================
	CONTACT STYLES
========================================================================== */
.tel {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1;
  margin-bottom: 0;
  font-weight: bold;
  white-space: nowrap;
}
.cta-module .tel {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.6;
  margin-bottom: 0pxno 60;
  margin-bottom: 0remno 60/16;
  color: #FFF;
}
.email {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.4117647059;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  white-space: nowrap;
}
.footer .email {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.cta-module .email {
  color: #FFF;
}
.cta-module .email:hover, .cta-module .email:focus, .cta-module .email:active {
  color: #ff8f08;
  text-decoration: none;
}
.address {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.footer .address {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.footer .office {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media (min-width: 61.875em) {
  .footer .office {
    width: 47.5%;
    float: left;
    margin-right: 5%;
    margin-right: 0;
    margin-top: 0;
  }
}
.office--contact {
  margin-top: 60px;
  margin-top: 3.75rem;
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e5e5e5;
}
.office--contact__map {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media (min-width: 47.5em) {
  .office--contact__map {
    width: 57.1428571429%;
    float: left;
    margin-right: 2.8571428571%;
  }
}
.office__title {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1;
  margin-bottom: 0pxy;
  margin-bottom: 0remy/16;
  padding-top: 12px;
  padding-top: 0.75rem;
}
.legal__number {
  white-space: nowrap;
  margin-right: 24px;
  margin-right: 1.5rem;
}
.contact__social {
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}
@media (min-width: 47.5em) {
  .contact__social {
    width: 35.7142857143%;
    float: left;
    margin-right: 2.8571428571%;
    padding-right: 12px;
    padding-right: 0.75rem;
  }
}
/* ==========================================================================
	MAP STYLES
========================================================================== */
.cmsmap {
  width: 100%;
  height: 260px;
  border: 2px solid #e5e5e5;
}
.cmsmap img {
  max-width: none;
}
/* ==========================================================================
	TERM STYLES
========================================================================== */
.term {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.term:last-of-type {
  border: 0;
}
.term h2 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.3;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.term h3 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
  margin-bottom: 0;
  margin-bottom: 0.5rem;
}
/* ==========================================================================
	ABOUT STYLES
========================================================================== */
@media (min-width: 47.5em) {
  .about-list {
    width: 48.5714285714%;
    float: left;
  }
  .about-list:nth-of-type(2n + 1) {
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .about-list:nth-of-type(2n + 2) {
    margin-left: 51.4285714286%;
    margin-right: -100%;
    clear: none;
  }
}
@media (min-width: 81.25em) {
  .about-list {
    width: 31.4285714286%;
    float: left;
  }
  .about-list:nth-of-type(3n + 1) {
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .about-list:nth-of-type(3n + 2) {
    margin-left: 34.2857142857%;
    margin-right: -100%;
    clear: none;
  }
  .about-list:nth-of-type(3n + 3) {
    margin-left: 68.5714285714%;
    margin-right: -100%;
    clear: none;
  }
}
.about-list:last-of-type {
  margin-right: 0;
}
/* ==========================================================================
	BANNER STYLES
========================================================================== */
.banner {
  position: relative;
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
  background-color: #e5e5e5;
}
@media (min-width: 61.875em) {
  .banner {
    margin-bottom: 120px;
    margin-bottom: 7.5rem;
  }
}
.banner--no-img {
  background-color: #354a5e;
}
@media (min-width: 61.875em) {
  .banner--no-img {
    margin-bottom: 60px;
    margin-bottom: 3.75rem;
  }
}
.banner__img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  position: relative;
  z-index: 1;
  padding-bottom: 50%;
}
@media (min-width: 47.5em) {
  .banner__img {
    padding-bottom: 33.5365854%;
  }
}
.banner__img--1 {
  background-image: url("/assets/img/banners/banner-1-800.jpg");
}
@media (min-width: 37.5em) {
  .banner__img--1 {
    background-image: url("/assets/img/banners/banner-1-800.jpg");
  }
}
@media (min-width: 37.5em) and (-webkit-min-device-pixel-ratio: 2), (min-width: 37.5em) and (min-resolution: 192dpi) {
  .banner__img--1 {
    background-image: url("/assets/img/banners/banner-1-1400.jpg");
    background-position: top center;
  }
}
@media (min-width: 61.875em) {
  .banner__img--1 {
    background-image: url("/assets/img/banners/banner-1-1400.jpg");
    background-position: top left;
  }
}
@media (min-width: 61.875em) and (-webkit-min-device-pixel-ratio: 2), (min-width: 61.875em) and (min-resolution: 192dpi) {
  .banner__img--1 {
    background-image: url("/assets/img/banners/banner-1-2800.jpg");
  }
}
.banner__img--2 {
  background-image: url("/assets/img/banners/banner-2-800.jpg");
}
@media (min-width: 37.5em) {
  .banner__img--2 {
    background-image: url("/assets/img/banners/banner-2-800.jpg");
  }
}
@media (min-width: 37.5em) and (-webkit-min-device-pixel-ratio: 2), (min-width: 37.5em) and (min-resolution: 192dpi) {
  .banner__img--2 {
    background-image: url("/assets/img/banners/banner-2-1400.jpg");
    background-position: top center;
  }
}
@media (min-width: 61.875em) {
  .banner__img--2 {
    background-image: url("/assets/img/banners/banner-2-1400.jpg");
    background-position: top left;
  }
}
@media (min-width: 61.875em) and (-webkit-min-device-pixel-ratio: 2), (min-width: 61.875em) and (min-resolution: 192dpi) {
  .banner__img--2 {
    background-image: url("/assets/img/banners/banner-2-2800.jpg");
  }
}
.banner__img--3 {
  background-image: url("/assets/img/banners/banner-3-800.jpg");
}
@media (min-width: 37.5em) {
  .banner__img--3 {
    background-image: url("/assets/img/banners/banner-3-800.jpg");
  }
}
@media (min-width: 37.5em) and (-webkit-min-device-pixel-ratio: 2), (min-width: 37.5em) and (min-resolution: 192dpi) {
  .banner__img--3 {
    background-image: url("/assets/img/banners/banner-3-1400.jpg");
    background-position: top center;
  }
}
@media (min-width: 61.875em) {
  .banner__img--3 {
    background-image: url("/assets/img/banners/banner-3-1400.jpg");
    background-position: top left;
  }
}
@media (min-width: 61.875em) and (-webkit-min-device-pixel-ratio: 2), (min-width: 61.875em) and (min-resolution: 192dpi) {
  .banner__img--3 {
    background-image: url("/assets/img/banners/banner-3-2800.jpg");
  }
}
.banner__img--4 {
  background-image: url("/assets/img/banners/banner-4-800.jpg");
}
@media (min-width: 37.5em) {
  .banner__img--4 {
    background-image: url("/assets/img/banners/banner-4-800.jpg");
  }
}
@media (min-width: 37.5em) and (-webkit-min-device-pixel-ratio: 2), (min-width: 37.5em) and (min-resolution: 192dpi) {
  .banner__img--4 {
    background-image: url("/assets/img/banners/banner-4-1400.jpg");
    background-position: top center;
  }
}
@media (min-width: 61.875em) {
  .banner__img--4 {
    background-image: url("/assets/img/banners/banner-4-1400.jpg");
    background-position: top left;
  }
}
@media (min-width: 61.875em) and (-webkit-min-device-pixel-ratio: 2), (min-width: 61.875em) and (min-resolution: 192dpi) {
  .banner__img--4 {
    background-image: url("/assets/img/banners/banner-4-2800.jpg");
  }
}
.banner__img--5 {
  background-image: url("/assets/img/banners/banner-5-800.jpg");
}
@media (min-width: 37.5em) {
  .banner__img--5 {
    background-image: url("/assets/img/banners/banner-5-800.jpg");
  }
}
@media (min-width: 37.5em) and (-webkit-min-device-pixel-ratio: 2), (min-width: 37.5em) and (min-resolution: 192dpi) {
  .banner__img--5 {
    background-image: url("/assets/img/banners/banner-5-1400.jpg");
    background-position: top center;
  }
}
@media (min-width: 61.875em) {
  .banner__img--5 {
    background-image: url("/assets/img/banners/banner-5-1400.jpg");
    background-position: top left;
  }
}
@media (min-width: 61.875em) and (-webkit-min-device-pixel-ratio: 2), (min-width: 61.875em) and (min-resolution: 192dpi) {
  .banner__img--5 {
    background-image: url("/assets/img/banners/banner-5-2800.jpg");
  }
}
.banner__img--6 {
  background-image: url("/assets/img/banners/banner-6-800.jpg");
}
@media (min-width: 37.5em) {
  .banner__img--6 {
    background-image: url("/assets/img/banners/banner-6-800.jpg");
  }
}
@media (min-width: 37.5em) and (-webkit-min-device-pixel-ratio: 2), (min-width: 37.5em) and (min-resolution: 192dpi) {
  .banner__img--6 {
    background-image: url("/assets/img/banners/banner-6-1400.jpg");
    background-position: top center;
  }
}
@media (min-width: 61.875em) {
  .banner__img--6 {
    background-image: url("/assets/img/banners/banner-6-1400.jpg");
    background-position: top left;
  }
}
@media (min-width: 61.875em) and (-webkit-min-device-pixel-ratio: 2), (min-width: 61.875em) and (min-resolution: 192dpi) {
  .banner__img--6 {
    background-image: url("/assets/img/banners/banner-6-2800.jpg");
  }
}
.banner__img--7 {
  background-image: url("/assets/img/banners/banner-7-800.jpg");
}
@media (min-width: 37.5em) {
  .banner__img--7 {
    background-image: url("/assets/img/banners/banner-7-800.jpg");
  }
}
@media (min-width: 37.5em) and (-webkit-min-device-pixel-ratio: 2), (min-width: 37.5em) and (min-resolution: 192dpi) {
  .banner__img--7 {
    background-image: url("/assets/img/banners/banner-7-1400.jpg");
    background-position: top center;
  }
}
@media (min-width: 61.875em) {
  .banner__img--7 {
    background-image: url("/assets/img/banners/banner-7-1400.jpg");
    background-position: top left;
  }
}
@media (min-width: 61.875em) and (-webkit-min-device-pixel-ratio: 2), (min-width: 61.875em) and (min-resolution: 192dpi) {
  .banner__img--7 {
    background-image: url("/assets/img/banners/banner-7-2800.jpg");
  }
}
.banner__img--8 {
  background-image: url("/assets/img/banners/banner-8-800.jpg");
}
@media (min-width: 37.5em) {
  .banner__img--8 {
    background-image: url("/assets/img/banners/banner-8-800.jpg");
  }
}
@media (min-width: 37.5em) and (-webkit-min-device-pixel-ratio: 2), (min-width: 37.5em) and (min-resolution: 192dpi) {
  .banner__img--8 {
    background-image: url("/assets/img/banners/banner-8-1400.jpg");
    background-position: top center;
  }
}
@media (min-width: 61.875em) {
  .banner__img--8 {
    background-image: url("/assets/img/banners/banner-8-1400.jpg");
    background-position: top left;
  }
}
@media (min-width: 61.875em) and (-webkit-min-device-pixel-ratio: 2), (min-width: 61.875em) and (min-resolution: 192dpi) {
  .banner__img--8 {
    background-image: url("/assets/img/banners/banner-8-2800.jpg");
  }
}
.banner__img--9 {
  background-image: url("/assets/img/banners/banner-9-800.jpg");
}
@media (min-width: 37.5em) {
  .banner__img--9 {
    background-image: url("/assets/img/banners/banner-9-800.jpg");
  }
}
@media (min-width: 37.5em) and (-webkit-min-device-pixel-ratio: 2), (min-width: 37.5em) and (min-resolution: 192dpi) {
  .banner__img--9 {
    background-image: url("/assets/img/banners/banner-9-1400.jpg");
    background-position: top center;
  }
}
@media (min-width: 61.875em) {
  .banner__img--9 {
    background-image: url("/assets/img/banners/banner-9-1400.jpg");
    background-position: top left;
  }
}
@media (min-width: 61.875em) and (-webkit-min-device-pixel-ratio: 2), (min-width: 61.875em) and (min-resolution: 192dpi) {
  .banner__img--9 {
    background-image: url("/assets/img/banners/banner-9-2800.jpg");
  }
}
.banner__img--10 {
  background-image: url("/assets/img/banners/banner-10-800.jpg");
}
@media (min-width: 37.5em) {
  .banner__img--10 {
    background-image: url("/assets/img/banners/banner-10-800.jpg");
  }
}
@media (min-width: 37.5em) and (-webkit-min-device-pixel-ratio: 2), (min-width: 37.5em) and (min-resolution: 192dpi) {
  .banner__img--10 {
    background-image: url("/assets/img/banners/banner-10-1400.jpg");
    background-position: top center;
  }
}
@media (min-width: 61.875em) {
  .banner__img--10 {
    background-image: url("/assets/img/banners/banner-10-1400.jpg");
    background-position: top left;
  }
}
@media (min-width: 61.875em) and (-webkit-min-device-pixel-ratio: 2), (min-width: 61.875em) and (min-resolution: 192dpi) {
  .banner__img--10 {
    background-image: url("/assets/img/banners/banner-10-2800.jpg");
  }
}
.banner__img--11 {
  background-image: url("/assets/img/banners/banner-11-800.jpg");
}
@media (min-width: 37.5em) {
  .banner__img--11 {
    background-image: url("/assets/img/banners/banner-11-800.jpg");
  }
}
@media (min-width: 37.5em) and (-webkit-min-device-pixel-ratio: 2), (min-width: 37.5em) and (min-resolution: 192dpi) {
  .banner__img--11 {
    background-image: url("/assets/img/banners/banner-11-1400.jpg");
    background-position: top center;
  }
}
@media (min-width: 61.875em) {
  .banner__img--11 {
    background-image: url("/assets/img/banners/banner-11-1400.jpg");
    background-position: top left;
  }
}
@media (min-width: 61.875em) and (-webkit-min-device-pixel-ratio: 2), (min-width: 61.875em) and (min-resolution: 192dpi) {
  .banner__img--11 {
    background-image: url("/assets/img/banners/banner-11-2800.jpg");
  }
}
.banner__img--12 {
  background-image: url("/assets/img/banners/banner-12-800.jpg");
}
@media (min-width: 37.5em) {
  .banner__img--12 {
    background-image: url("/assets/img/banners/banner-12-800.jpg");
  }
}
@media (min-width: 37.5em) and (-webkit-min-device-pixel-ratio: 2), (min-width: 37.5em) and (min-resolution: 192dpi) {
  .banner__img--12 {
    background-image: url("/assets/img/banners/banner-12-1400.jpg");
    background-position: top center;
  }
}
@media (min-width: 61.875em) {
  .banner__img--12 {
    background-image: url("/assets/img/banners/banner-12-1400.jpg");
    background-position: top left;
  }
}
@media (min-width: 61.875em) and (-webkit-min-device-pixel-ratio: 2), (min-width: 61.875em) and (min-resolution: 192dpi) {
  .banner__img--12 {
    background-image: url("/assets/img/banners/banner-12-2800.jpg");
  }
}
.banner__img--13 {
  background-image: url("/assets/img/banners/banner-13-800.jpg");
}
@media (min-width: 37.5em) {
  .banner__img--13 {
    background-image: url("/assets/img/banners/banner-13-800.jpg");
  }
}
@media (min-width: 37.5em) and (-webkit-min-device-pixel-ratio: 2), (min-width: 37.5em) and (min-resolution: 192dpi) {
  .banner__img--13 {
    background-image: url("/assets/img/banners/banner-13-1400.jpg");
    background-position: top center;
  }
}
@media (min-width: 61.875em) {
  .banner__img--13 {
    background-image: url("/assets/img/banners/banner-13-1400.jpg");
    background-position: top left;
  }
}
@media (min-width: 61.875em) and (-webkit-min-device-pixel-ratio: 2), (min-width: 61.875em) and (min-resolution: 192dpi) {
  .banner__img--13 {
    background-image: url("/assets/img/banners/banner-13-2800.jpg");
  }
}
.banner__img--14 {
  background-image: url("/assets/img/banners/banner-14-800.jpg");
}
@media (min-width: 37.5em) {
  .banner__img--14 {
    background-image: url("/assets/img/banners/banner-14-800.jpg");
  }
}
@media (min-width: 37.5em) and (-webkit-min-device-pixel-ratio: 2), (min-width: 37.5em) and (min-resolution: 192dpi) {
  .banner__img--14 {
    background-image: url("/assets/img/banners/banner-14-1400.jpg");
    background-position: top center;
  }
}
@media (min-width: 61.875em) {
  .banner__img--14 {
    background-image: url("/assets/img/banners/banner-14-1400.jpg");
    background-position: top left;
  }
}
@media (min-width: 61.875em) and (-webkit-min-device-pixel-ratio: 2), (min-width: 61.875em) and (min-resolution: 192dpi) {
  .banner__img--14 {
    background-image: url("/assets/img/banners/banner-14-2800.jpg");
  }
}
.banner__img--15 {
  background-image: url("/assets/img/banners/banner-15-800.jpg");
}
@media (min-width: 37.5em) {
  .banner__img--15 {
    background-image: url("/assets/img/banners/banner-15-800.jpg");
  }
}
@media (min-width: 37.5em) and (-webkit-min-device-pixel-ratio: 2), (min-width: 37.5em) and (min-resolution: 192dpi) {
  .banner__img--15 {
    background-image: url("/assets/img/banners/banner-15-1400.jpg");
    background-position: top center;
  }
}
@media (min-width: 61.875em) {
  .banner__img--15 {
    background-image: url("/assets/img/banners/banner-15-1400.jpg");
    background-position: top left;
  }
}
@media (min-width: 61.875em) and (-webkit-min-device-pixel-ratio: 2), (min-width: 61.875em) and (min-resolution: 192dpi) {
  .banner__img--15 {
    background-image: url("/assets/img/banners/banner-15-2800.jpg");
  }
}
.banner__img--16 {
  background-image: url("/assets/img/banners/banner-16-800.jpg");
}
@media (min-width: 37.5em) {
  .banner__img--16 {
    background-image: url("/assets/img/banners/banner-16-800.jpg");
  }
}
@media (min-width: 37.5em) and (-webkit-min-device-pixel-ratio: 2), (min-width: 37.5em) and (min-resolution: 192dpi) {
  .banner__img--16 {
    background-image: url("/assets/img/banners/banner-16-1400.jpg");
    background-position: top center;
  }
}
@media (min-width: 61.875em) {
  .banner__img--16 {
    background-image: url("/assets/img/banners/banner-16-1400.jpg");
    background-position: top left;
  }
}
@media (min-width: 61.875em) and (-webkit-min-device-pixel-ratio: 2), (min-width: 61.875em) and (min-resolution: 192dpi) {
  .banner__img--16 {
    background-image: url("/assets/img/banners/banner-16-2800.jpg");
  }
}
.banner__img--17 {
  background-image: url("/assets/img/banners/banner-17-800.jpg");
}
@media (min-width: 37.5em) {
  .banner__img--17 {
    background-image: url("/assets/img/banners/banner-17-800.jpg");
  }
}
@media (min-width: 37.5em) and (-webkit-min-device-pixel-ratio: 2), (min-width: 37.5em) and (min-resolution: 192dpi) {
  .banner__img--17 {
    background-image: url("/assets/img/banners/banner-17-1400.jpg");
    background-position: top center;
  }
}
@media (min-width: 61.875em) {
  .banner__img--17 {
    background-image: url("/assets/img/banners/banner-17-1400.jpg");
    background-position: top left;
  }
}
@media (min-width: 61.875em) and (-webkit-min-device-pixel-ratio: 2), (min-width: 61.875em) and (min-resolution: 192dpi) {
  .banner__img--17 {
    background-image: url("/assets/img/banners/banner-17-2800.jpg");
  }
}
.banner__img--18 {
  background-image: url("/assets/img/banners/banner-18-800.jpg");
}
@media (min-width: 37.5em) {
  .banner__img--18 {
    background-image: url("/assets/img/banners/banner-18-800.jpg");
  }
}
@media (min-width: 37.5em) and (-webkit-min-device-pixel-ratio: 2), (min-width: 37.5em) and (min-resolution: 192dpi) {
  .banner__img--18 {
    background-image: url("/assets/img/banners/banner-18-1400.jpg");
    background-position: top center;
  }
}
@media (min-width: 61.875em) {
  .banner__img--18 {
    background-image: url("/assets/img/banners/banner-18-1400.jpg");
    background-position: top left;
  }
}
@media (min-width: 61.875em) and (-webkit-min-device-pixel-ratio: 2), (min-width: 61.875em) and (min-resolution: 192dpi) {
  .banner__img--18 {
    background-image: url("/assets/img/banners/banner-18-2800.jpg");
  }
}
.banner__img--19 {
  background-image: url("/assets/img/banners/banner-19-800.jpg");
}
@media (min-width: 37.5em) {
  .banner__img--19 {
    background-image: url("/assets/img/banners/banner-19-800.jpg");
  }
}
@media (min-width: 37.5em) and (-webkit-min-device-pixel-ratio: 2), (min-width: 37.5em) and (min-resolution: 192dpi) {
  .banner__img--19 {
    background-image: url("/assets/img/banners/banner-19-1400.jpg");
    background-position: top center;
  }
}
@media (min-width: 61.875em) {
  .banner__img--19 {
    background-image: url("/assets/img/banners/banner-19-1400.jpg");
    background-position: top left;
  }
}
@media (min-width: 61.875em) and (-webkit-min-device-pixel-ratio: 2), (min-width: 61.875em) and (min-resolution: 192dpi) {
  .banner__img--19 {
    background-image: url("/assets/img/banners/banner-19-2800.jpg");
  }
}
.banner__img--20 {
  background-image: url("/assets/img/banners/banner-20-800.jpg");
}
@media (min-width: 37.5em) {
  .banner__img--20 {
    background-image: url("/assets/img/banners/banner-20-800.jpg");
  }
}
@media (min-width: 37.5em) and (-webkit-min-device-pixel-ratio: 2), (min-width: 37.5em) and (min-resolution: 192dpi) {
  .banner__img--20 {
    background-image: url("/assets/img/banners/banner-20-1400.jpg");
    background-position: top center;
  }
}
@media (min-width: 61.875em) {
  .banner__img--20 {
    background-image: url("/assets/img/banners/banner-20-1400.jpg");
    background-position: top left;
  }
}
@media (min-width: 61.875em) and (-webkit-min-device-pixel-ratio: 2), (min-width: 61.875em) and (min-resolution: 192dpi) {
  .banner__img--20 {
    background-image: url("/assets/img/banners/banner-20-2800.jpg");
  }
}
.banner__img--21 {
  background-image: url("/assets/img/banners/banner-21-800.jpg");
}
@media (min-width: 37.5em) {
  .banner__img--21 {
    background-image: url("/assets/img/banners/banner-21-800.jpg");
  }
}
@media (min-width: 37.5em) and (-webkit-min-device-pixel-ratio: 2), (min-width: 37.5em) and (min-resolution: 192dpi) {
  .banner__img--21 {
    background-image: url("/assets/img/banners/banner-21-1400.jpg");
    background-position: top center;
  }
}
@media (min-width: 61.875em) {
  .banner__img--21 {
    background-image: url("/assets/img/banners/banner-21-1400.jpg");
    background-position: top left;
  }
}
@media (min-width: 61.875em) and (-webkit-min-device-pixel-ratio: 2), (min-width: 61.875em) and (min-resolution: 192dpi) {
  .banner__img--21 {
    background-image: url("/assets/img/banners/banner-21-2800.jpg");
  }
}
.banner__img--22 {
  background-image: url("/assets/img/banners/banner-22-800.jpg");
}
@media (min-width: 37.5em) {
  .banner__img--22 {
    background-image: url("/assets/img/banners/banner-22-800.jpg");
  }
}
@media (min-width: 37.5em) and (-webkit-min-device-pixel-ratio: 2), (min-width: 37.5em) and (min-resolution: 192dpi) {
  .banner__img--22 {
    background-image: url("/assets/img/banners/banner-22-1400.jpg");
    background-position: top center;
  }
}
@media (min-width: 61.875em) {
  .banner__img--22 {
    background-image: url("/assets/img/banners/banner-22-1400.jpg");
    background-position: top left;
  }
}
@media (min-width: 61.875em) and (-webkit-min-device-pixel-ratio: 2), (min-width: 61.875em) and (min-resolution: 192dpi) {
  .banner__img--22 {
    background-image: url("/assets/img/banners/banner-22-2800.jpg");
  }
}
.banner__img--23 {
  background-image: url("/assets/img/banners/banner-23-800.jpg");
}
@media (min-width: 37.5em) {
  .banner__img--23 {
    background-image: url("/assets/img/banners/banner-23-800.jpg");
  }
}
@media (min-width: 37.5em) and (-webkit-min-device-pixel-ratio: 2), (min-width: 37.5em) and (min-resolution: 192dpi) {
  .banner__img--23 {
    background-image: url("/assets/img/banners/banner-23-1400.jpg");
    background-position: top center;
  }
}
@media (min-width: 61.875em) {
  .banner__img--23 {
    background-image: url("/assets/img/banners/banner-23-1400.jpg");
    background-position: top left;
  }
}
@media (min-width: 61.875em) and (-webkit-min-device-pixel-ratio: 2), (min-width: 61.875em) and (min-resolution: 192dpi) {
  .banner__img--23 {
    background-image: url("/assets/img/banners/banner-23-2800.jpg");
  }
}
.banner__img--24 {
  background-image: url("/assets/img/banners/banner-24-800.jpg");
}
@media (min-width: 37.5em) {
  .banner__img--24 {
    background-image: url("/assets/img/banners/banner-24-800.jpg");
  }
}
@media (min-width: 37.5em) and (-webkit-min-device-pixel-ratio: 2), (min-width: 37.5em) and (min-resolution: 192dpi) {
  .banner__img--24 {
    background-image: url("/assets/img/banners/banner-24-1400.jpg");
    background-position: top center;
  }
}
@media (min-width: 61.875em) {
  .banner__img--24 {
    background-image: url("/assets/img/banners/banner-24-1400.jpg");
    background-position: top left;
  }
}
@media (min-width: 61.875em) and (-webkit-min-device-pixel-ratio: 2), (min-width: 61.875em) and (min-resolution: 192dpi) {
  .banner__img--24 {
    background-image: url("/assets/img/banners/banner-24-2800.jpg");
  }
}
.banner__img--25 {
  background-image: url("/assets/img/banners/banner-25-800.jpg");
}
@media (min-width: 37.5em) {
  .banner__img--25 {
    background-image: url("/assets/img/banners/banner-25-800.jpg");
  }
}
@media (min-width: 37.5em) and (-webkit-min-device-pixel-ratio: 2), (min-width: 37.5em) and (min-resolution: 192dpi) {
  .banner__img--25 {
    background-image: url("/assets/img/banners/banner-25-1400.jpg");
    background-position: top center;
  }
}
@media (min-width: 61.875em) {
  .banner__img--25 {
    background-image: url("/assets/img/banners/banner-25-1400.jpg");
    background-position: top left;
  }
}
@media (min-width: 61.875em) and (-webkit-min-device-pixel-ratio: 2), (min-width: 61.875em) and (min-resolution: 192dpi) {
  .banner__img--25 {
    background-image: url("/assets/img/banners/banner-25-2800.jpg");
  }
}
.banner__img--26 {
  background-image: url("/assets/img/banners/banner-26-800.jpg");
}
@media (min-width: 37.5em) {
  .banner__img--26 {
    background-image: url("/assets/img/banners/banner-26-800.jpg");
  }
}
@media (min-width: 37.5em) and (-webkit-min-device-pixel-ratio: 2), (min-width: 37.5em) and (min-resolution: 192dpi) {
  .banner__img--26 {
    background-image: url("/assets/img/banners/banner-26-1400.jpg");
    background-position: top center;
  }
}
@media (min-width: 61.875em) {
  .banner__img--26 {
    background-image: url("/assets/img/banners/banner-26-1400.jpg");
    background-position: top left;
  }
}
@media (min-width: 61.875em) and (-webkit-min-device-pixel-ratio: 2), (min-width: 61.875em) and (min-resolution: 192dpi) {
  .banner__img--26 {
    background-image: url("/assets/img/banners/banner-26-2800.jpg");
  }
}
.banner__img--27 {
  background-image: url("/assets/img/banners/banner-27-800.jpg");
}
@media (min-width: 37.5em) {
  .banner__img--27 {
    background-image: url("/assets/img/banners/banner-27-800.jpg");
  }
}
@media (min-width: 37.5em) and (-webkit-min-device-pixel-ratio: 2), (min-width: 37.5em) and (min-resolution: 192dpi) {
  .banner__img--27 {
    background-image: url("/assets/img/banners/banner-27-1400.jpg");
    background-position: top center;
  }
}
@media (min-width: 61.875em) {
  .banner__img--27 {
    background-image: url("/assets/img/banners/banner-27-1400.jpg");
    background-position: top left;
  }
}
@media (min-width: 61.875em) and (-webkit-min-device-pixel-ratio: 2), (min-width: 61.875em) and (min-resolution: 192dpi) {
  .banner__img--27 {
    background-image: url("/assets/img/banners/banner-27-2800.jpg");
  }
}
.banner__img--28 {
  background-image: url("/assets/img/banners/banner-28-800.jpg");
}
@media (min-width: 37.5em) {
  .banner__img--28 {
    background-image: url("/assets/img/banners/banner-28-800.jpg");
  }
}
@media (min-width: 37.5em) and (-webkit-min-device-pixel-ratio: 2), (min-width: 37.5em) and (min-resolution: 192dpi) {
  .banner__img--28 {
    background-image: url("/assets/img/banners/banner-28-1400.jpg");
    background-position: top center;
  }
}
@media (min-width: 61.875em) {
  .banner__img--28 {
    background-image: url("/assets/img/banners/banner-28-1400.jpg");
    background-position: top left;
  }
}
@media (min-width: 61.875em) and (-webkit-min-device-pixel-ratio: 2), (min-width: 61.875em) and (min-resolution: 192dpi) {
  .banner__img--28 {
    background-image: url("/assets/img/banners/banner-28-2800.jpg");
  }
}
.banner__img--29 {
  background-image: url("/assets/img/banners/banner-29-800.jpg");
}
@media (min-width: 37.5em) {
  .banner__img--29 {
    background-image: url("/assets/img/banners/banner-29-800.jpg");
  }
}
@media (min-width: 37.5em) and (-webkit-min-device-pixel-ratio: 2), (min-width: 37.5em) and (min-resolution: 192dpi) {
  .banner__img--29 {
    background-image: url("/assets/img/banners/banner-29-1400.jpg");
    background-position: top center;
  }
}
@media (min-width: 61.875em) {
  .banner__img--29 {
    background-image: url("/assets/img/banners/banner-29-1400.jpg");
    background-position: top left;
  }
}
@media (min-width: 61.875em) and (-webkit-min-device-pixel-ratio: 2), (min-width: 61.875em) and (min-resolution: 192dpi) {
  .banner__img--29 {
    background-image: url("/assets/img/banners/banner-29-2800.jpg");
  }
}
.banner__img--30 {
  background-image: url("/assets/img/banners/banner-30-800.jpg");
}
@media (min-width: 37.5em) {
  .banner__img--30 {
    background-image: url("/assets/img/banners/banner-30-800.jpg");
  }
}
@media (min-width: 37.5em) and (-webkit-min-device-pixel-ratio: 2), (min-width: 37.5em) and (min-resolution: 192dpi) {
  .banner__img--30 {
    background-image: url("/assets/img/banners/banner-30-1400.jpg");
    background-position: top center;
  }
}
@media (min-width: 61.875em) {
  .banner__img--30 {
    background-image: url("/assets/img/banners/banner-30-1400.jpg");
    background-position: top left;
  }
}
@media (min-width: 61.875em) and (-webkit-min-device-pixel-ratio: 2), (min-width: 61.875em) and (min-resolution: 192dpi) {
  .banner__img--30 {
    background-image: url("/assets/img/banners/banner-30-2800.jpg");
  }
}
.banner__img--31 {
  background-image: url("/assets/img/banners/banner-31-800.jpg");
}
@media (min-width: 37.5em) {
  .banner__img--31 {
    background-image: url("/assets/img/banners/banner-31-800.jpg");
  }
}
@media (min-width: 37.5em) and (-webkit-min-device-pixel-ratio: 2), (min-width: 37.5em) and (min-resolution: 192dpi) {
  .banner__img--31 {
    background-image: url("/assets/img/banners/banner-31-1400.jpg");
    background-position: top center;
  }
}
@media (min-width: 61.875em) {
  .banner__img--31 {
    background-image: url("/assets/img/banners/banner-31-1400.jpg");
    background-position: top left;
  }
}
@media (min-width: 61.875em) and (-webkit-min-device-pixel-ratio: 2), (min-width: 61.875em) and (min-resolution: 192dpi) {
  .banner__img--31 {
    background-image: url("/assets/img/banners/banner-31-2800.jpg");
  }
}
.banner__img--32 {
  background-image: url("/assets/img/banners/banner-32-800.jpg");
}
@media (min-width: 37.5em) {
  .banner__img--32 {
    background-image: url("/assets/img/banners/banner-32-800.jpg");
  }
}
@media (min-width: 37.5em) and (-webkit-min-device-pixel-ratio: 2), (min-width: 37.5em) and (min-resolution: 192dpi) {
  .banner__img--32 {
    background-image: url("/assets/img/banners/banner-32-1400.jpg");
    background-position: top center;
  }
}
@media (min-width: 61.875em) {
  .banner__img--32 {
    background-image: url("/assets/img/banners/banner-32-1400.jpg");
    background-position: top left;
  }
}
@media (min-width: 61.875em) and (-webkit-min-device-pixel-ratio: 2), (min-width: 61.875em) and (min-resolution: 192dpi) {
  .banner__img--32 {
    background-image: url("/assets/img/banners/banner-32-2800.jpg");
  }
}
.banner__img--33 {
  background-image: url("/assets/img/banners/banner-33-800.jpg");
}
@media (min-width: 37.5em) {
  .banner__img--33 {
    background-image: url("/assets/img/banners/banner-33-800.jpg");
  }
}
@media (min-width: 37.5em) and (-webkit-min-device-pixel-ratio: 2), (min-width: 37.5em) and (min-resolution: 192dpi) {
  .banner__img--33 {
    background-image: url("/assets/img/banners/banner-33-1400.jpg");
    background-position: top center;
  }
}
@media (min-width: 61.875em) {
  .banner__img--33 {
    background-image: url("/assets/img/banners/banner-33-1400.jpg");
    background-position: top left;
  }
}
@media (min-width: 61.875em) and (-webkit-min-device-pixel-ratio: 2), (min-width: 61.875em) and (min-resolution: 192dpi) {
  .banner__img--33 {
    background-image: url("/assets/img/banners/banner-33-2800.jpg");
  }
}
.banner__img--34 {
  background-image: url("/assets/img/banners/banner-34-800.jpg");
}
@media (min-width: 37.5em) {
  .banner__img--34 {
    background-image: url("/assets/img/banners/banner-34-800.jpg");
  }
}
@media (min-width: 37.5em) and (-webkit-min-device-pixel-ratio: 2), (min-width: 37.5em) and (min-resolution: 192dpi) {
  .banner__img--34 {
    background-image: url("/assets/img/banners/banner-34-1400.jpg");
    background-position: top center;
  }
}
@media (min-width: 61.875em) {
  .banner__img--34 {
    background-image: url("/assets/img/banners/banner-34-1400.jpg");
    background-position: top left;
  }
}
@media (min-width: 61.875em) and (-webkit-min-device-pixel-ratio: 2), (min-width: 61.875em) and (min-resolution: 192dpi) {
  .banner__img--34 {
    background-image: url("/assets/img/banners/banner-34-2800.jpg");
  }
}
.banner__img--35 {
  background-image: url("/assets/img/banners/banner-35-800.jpg");
}
@media (min-width: 37.5em) {
  .banner__img--35 {
    background-image: url("/assets/img/banners/banner-35-800.jpg");
  }
}
@media (min-width: 37.5em) and (-webkit-min-device-pixel-ratio: 2), (min-width: 37.5em) and (min-resolution: 192dpi) {
  .banner__img--35 {
    background-image: url("/assets/img/banners/banner-35-1400.jpg");
    background-position: top center;
  }
}
@media (min-width: 61.875em) {
  .banner__img--35 {
    background-image: url("/assets/img/banners/banner-35-1400.jpg");
    background-position: top left;
  }
}
@media (min-width: 61.875em) and (-webkit-min-device-pixel-ratio: 2), (min-width: 61.875em) and (min-resolution: 192dpi) {
  .banner__img--35 {
    background-image: url("/assets/img/banners/banner-35-2800.jpg");
  }
}
.banner__img--36 {
  background-image: url("/assets/img/banners/banner-36-800.jpg");
}
@media (min-width: 37.5em) {
  .banner__img--36 {
    background-image: url("/assets/img/banners/banner-36-800.jpg");
  }
}
@media (min-width: 37.5em) and (-webkit-min-device-pixel-ratio: 2), (min-width: 37.5em) and (min-resolution: 192dpi) {
  .banner__img--36 {
    background-image: url("/assets/img/banners/banner-36-1400.jpg");
    background-position: top center;
  }
}
@media (min-width: 61.875em) {
  .banner__img--36 {
    background-image: url("/assets/img/banners/banner-36-1400.jpg");
    background-position: top left;
  }
}
@media (min-width: 61.875em) and (-webkit-min-device-pixel-ratio: 2), (min-width: 61.875em) and (min-resolution: 192dpi) {
  .banner__img--36 {
    background-image: url("/assets/img/banners/banner-36-2800.jpg");
  }
}
.banner__img--37 {
  background-image: url("/assets/img/banners/banner-37-800.jpg");
}
@media (min-width: 37.5em) {
  .banner__img--37 {
    background-image: url("/assets/img/banners/banner-37-800.jpg");
  }
}
@media (min-width: 37.5em) and (-webkit-min-device-pixel-ratio: 2), (min-width: 37.5em) and (min-resolution: 192dpi) {
  .banner__img--37 {
    background-image: url("/assets/img/banners/banner-37-1400.jpg");
    background-position: top center;
  }
}
@media (min-width: 61.875em) {
  .banner__img--37 {
    background-image: url("/assets/img/banners/banner-37-1400.jpg");
    background-position: top left;
  }
}
@media (min-width: 61.875em) and (-webkit-min-device-pixel-ratio: 2), (min-width: 61.875em) and (min-resolution: 192dpi) {
  .banner__img--37 {
    background-image: url("/assets/img/banners/banner-37-2800.jpg");
  }
}
.banner__img--38 {
  background-image: url("/assets/img/banners/banner-38-800.jpg");
}
@media (min-width: 37.5em) {
  .banner__img--38 {
    background-image: url("/assets/img/banners/banner-38-800.jpg");
  }
}
@media (min-width: 37.5em) and (-webkit-min-device-pixel-ratio: 2), (min-width: 37.5em) and (min-resolution: 192dpi) {
  .banner__img--38 {
    background-image: url("/assets/img/banners/banner-38-1400.jpg");
    background-position: top center;
  }
}
@media (min-width: 61.875em) {
  .banner__img--38 {
    background-image: url("/assets/img/banners/banner-38-1400.jpg");
    background-position: top left;
  }
}
@media (min-width: 61.875em) and (-webkit-min-device-pixel-ratio: 2), (min-width: 61.875em) and (min-resolution: 192dpi) {
  .banner__img--38 {
    background-image: url("/assets/img/banners/banner-38-2800.jpg");
  }
}
.banner__img--39 {
  background-image: url("/assets/img/banners/banner-39-800.jpg");
}
@media (min-width: 37.5em) {
  .banner__img--39 {
    background-image: url("/assets/img/banners/banner-39-800.jpg");
  }
}
@media (min-width: 37.5em) and (-webkit-min-device-pixel-ratio: 2), (min-width: 37.5em) and (min-resolution: 192dpi) {
  .banner__img--39 {
    background-image: url("/assets/img/banners/banner-39-1400.jpg");
    background-position: top center;
  }
}
@media (min-width: 61.875em) {
  .banner__img--39 {
    background-image: url("/assets/img/banners/banner-39-1400.jpg");
    background-position: top left;
  }
}
@media (min-width: 61.875em) and (-webkit-min-device-pixel-ratio: 2), (min-width: 61.875em) and (min-resolution: 192dpi) {
  .banner__img--39 {
    background-image: url("/assets/img/banners/banner-39-2800.jpg");
  }
}
.banner__img--news {
  background-image: url("/assets/img/banners/banner-news-600.jpg");
}
@media (min-width: 37.5em) {
  .banner__img--news {
    background-image: url("/assets/img/banners/banner-news-800.jpg");
  }
}
@media (min-width: 37.5em) and (-webkit-min-device-pixel-ratio: 2), (min-width: 37.5em) and (min-resolution: 192dpi) {
  .banner__img--news {
    background-image: url("/assets/img/banners/banner-news-1400.jpg");
  }
}
@media (min-width: 61.875em) {
  .banner__img--news {
    background-image: url("/assets/img/banners/banner-news-1400.jpg");
  }
}
@media (min-width: 61.875em) and (-webkit-min-device-pixel-ratio: 2), (min-width: 61.875em) and (min-resolution: 192dpi) {
  .banner__img--news {
    background-image: url("/assets/img/banners/banner-news-2800.jpg");
  }
}
.banner__img--case-study {
  background-image: url("/assets/img/tmp/banner-case-study.jpg");
}
.banner__img--service {
  background-image: url("/assets/img/tmp/banner-service.jpg");
}
@media (max-width: 61.875em) {
  .banner--search {
    margin-bottom: 0;
  }
}
/* ==========================================================================
	CASE STUDY TEASER STYLES
========================================================================== */
.case-study-teaser {
  position: relative;
  overflow: hidden;
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}
@media (min-width: 53.125em) {
  .case-study-teaser {
    width: 48.5714285714%;
    float: left;
  }
  .case-study-teaser:nth-of-type(2n + 1) {
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .case-study-teaser:nth-of-type(2n + 2) {
    margin-left: 51.4285714286%;
    margin-right: -100%;
    clear: none;
  }
}
.case-study-teaser__bar {
  transition: all 0.6s ease-out;
  background-color: #354a5e;
  width: 100%;
  padding: 12px 24px;
  padding: 0.75rem 1.5rem;
}
@media (min-width: 37.5em) {
  .case-study-teaser__bar {
    position: absolute;
    bottom: 0;
    left: 0;
    max-height: 90px;
    background-color: rgba(53, 74, 94, 0.9);
  }
}
.case-study-teaser .intro__title {
  margin-bottom: 0;
}
@media (max-width: 37.5em) {
  .case-study-teaser .intro__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .case-study-teaser .intro__subtitle {
    font-size: 16px;
    font-size: 1rem;
  }
}
.case-study-teaser .intro__content {
  display: none;
  transition: all 0.4s ease;
  opacity: 0;
}
@media (min-width: 75em) {
  .case-study-teaser .intro__content {
    display: block;
  }
}
.case-study-teaser p {
  color: #FFF;
}
.case-study-teaser .btn {
  margin-top: 24px;
  margin-top: 1.5rem;
}
.case-study-teaser:hover .case-study-teaser__bar, .case-study-teaser:focus .case-study-teaser__bar, .case-study-teaser:active .case-study-teaser__bar {
  max-height: 100%;
  height: 100%;
  padding: 60px 24px;
  padding: 3.75rem 1.5rem;
}
.case-study-teaser:hover .intro__content, .case-study-teaser:focus .intro__content, .case-study-teaser:active .intro__content {
  animation-name: fadeInUp;
  animation-iteration-count: 1s;
  animation-duration: 1s;
  animation-delay: 0.3s;
  animation-timing-function: ease;
  animation-fill-mode: both;
  backface-visibility: hidden;
}
.case-study-teaser:hover .btn, .case-study-teaser:focus .btn, .case-study-teaser:active .btn {
  animation-name: fadeInUp;
  animation-iteration-count: 1s;
  animation-duration: 1s;
  animation-delay: 0.8s;
  animation-timing-function: ease;
  animation-fill-mode: both;
  backface-visibility: hidden;
}
.case-study-teaser:hover .case-study-teaser__img, .case-study-teaser:focus .case-study-teaser__img, .case-study-teaser:active .case-study-teaser__img {
  transition: all 0.9s ease-out;
  transform: scale(1.3);
}
/* ==========================================================================
	CASE STUDY STYLES
========================================================================== */
@media (min-width: 61.875em) {
  .case-study--primary {
    width: 48.5714285714%;
    float: right;
    margin-right: 0;
  }
  .case-study--secondary {
    width: 44.2857142857%;
    float: left;
    margin-right: 2.8571428571%;
  }
}
.case-study__gallery {
  margin-top: 60px;
  margin-top: 3.75rem;
}
.case-study__img {
  max-width: 800px;
  max-width: 50rem;
}
@media (min-width: 100em) {
  .case-study__img {
    float: right;
  }
}
/* ==========================================================================
	CASE STUDY CATEGORIES
========================================================================== */
.cats {
  font-family: "Lora", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #FFF;
}
.cats li {
  list-stye: none;
  display: inline-block;
}
.cats li:after {
  margin-left: 6px;
  margin-left: 0.375rem;
  margin-right: 6px;
  margin-right: 0.375rem;
}
.cats li:not(:last-of-type):after {
  content: ".";
}
.cats--industry {
  padding-top: 24px;
  padding-top: 1.5rem;
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
}
.cats--industry:before {
  content: "Associated Industry:";
  margin-right: 12px;
  margin-right: 0.75rem;
}
.cats--services:before {
  content: "Applied Services:";
}
@media (min-width: 37.5em) {
  .cats--services:before {
    margin-right: 28px;
    margin-right: 1.75rem;
  }
}
/* ==========================================================================
	CTA MODULE STYLES
========================================================================== */
.cta-module {
  background-color: #292f35;
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
  padding: 60px 0px;
  padding: 3.75rem 0rem;
  text-align: center;
}
.cta-module__img {
  background-image: url("/assets/img/img-bar-cta.jpg");
  background-position: center;
  height: 150px;
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
  border-top: 1px solid #777777;
  border-bottom: 1px solid #777777;
}
@media (min-width: 61.875em) and (-webkit-min-device-pixel-ratio: 2), (min-width: 61.875em) and (min-resolution: 192dpi) {
  .cta-module__img {
    background-image: url("/assets/img/img-bar-cta@2x.jpg");
    background-size: 1640px 150px;
  }
}
.cta-module__msg {
  margin-bottom: 48px;
  margin-bottom: 3rem;
}
@media (min-width: 47.5em) {
  .cta-module__msg {
    width: 57.1428571429%;
    float: left;
    margin-right: 2.8571428571%;
    text-align: left;
    margin-bottom: 0;
  }
}
@media (min-width: 61.875em) {
  .cta-module__msg {
    width: 57.1428571429%;
    float: left;
    margin-left: 4.2857142857%;
    margin-right: -100%;
  }
}
@media (min-width: 68.75em) {
  .cta-module__msg {
    width: 48.5714285714%;
    float: left;
    margin-left: 4.2857142857%;
    margin-right: -100%;
  }
}
.cta-module__msg p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  margin-bottom: 0;
}
@media (min-width: 47.5em) {
  .cta-module__contact {
    width: 35.7142857143%;
    float: left;
    margin-right: 2.8571428571%;
  }
}
@media (min-width: 61.875em) {
  .cta-module__contact {
    width: 31.4285714286%;
    float: left;
    margin-left: 64.2857142857%;
    margin-right: -100%;
  }
}
.cta-module__title, .cta-module p {
  color: #FFF;
}
.cta-module__title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media (min-width: 37.5em) {
  .cta-module__title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.4;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
  }
}
/* ==========================================================================
	DOWNLOADS
========================================================================== */
.pdf {
  color: #d10d17;
}
.filesize {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-left: 6px;
  margin-left: 0.375rem;
  color: #354a5e;
}
/* ==========================================================================
	GALLERY STYLES
========================================================================== */
.gallery li {
  list-style: none;
}
.gallery--images li {
  margin-bottom: 5.8823529412%;
  width: 29.2517006803%;
  float: left;
}
.gallery--images li:nth-child(3n+1) {
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}
.gallery--images li:nth-child(3n+2) {
  margin-left: 35.3741496599%;
  margin-right: -100%;
  clear: none;
}
.gallery--images li:nth-child(3n+3) {
  margin-left: 70.7482993197%;
  margin-right: -100%;
  clear: none;
}
@media (min-width: 37.5em) {
  .gallery--images li {
    width: 20.4081632653%;
    float: left;
  }
  .gallery--images li:nth-child(4n+1) {
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .gallery--images li:nth-child(4n+2) {
    margin-left: 26.5306122449%;
    margin-right: -100%;
    clear: none;
  }
  .gallery--images li:nth-child(4n+3) {
    margin-left: 53.0612244898%;
    margin-right: -100%;
    clear: none;
  }
  .gallery--images li:nth-child(4n+4) {
    margin-left: 79.5918367347%;
    margin-right: -100%;
    clear: none;
  }
}
.gallery--images li:hover img, .gallery--images li:focus img, .gallery--images li:active img {
  transition: all 0.4s ease;
  border: 6px solid #dddddd;
}
.gallery--case-study li {
  margin-bottom: 5.8823529412%;
  width: 27.7777777778%;
  float: left;
}
.gallery--case-study li:nth-child(3n+1) {
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}
.gallery--case-study li:nth-child(3n+2) {
  margin-left: 36.1111111111%;
  margin-right: -100%;
  clear: none;
}
.gallery--case-study li:nth-child(3n+3) {
  margin-left: 72.2222222222%;
  margin-right: -100%;
  clear: none;
}
.gallery--case-study li:hover img, .gallery--case-study li:focus img, .gallery--case-study li:active img {
  transition: all 0.4s ease;
  border: 6px solid #dddddd;
}
.gallery--gallery {
  padding-top: 24px;
  padding-top: 1.5rem;
}
.gallery--gallery li {
  margin-bottom: 2.8571428571%;
  overflow: hidden;
  transition: all 0.4s ease;
  padding: 4px;
  border: 4px solid transparent;
  width: 32.0987654321%;
  float: left;
}
.gallery--gallery li:nth-child(3n+1) {
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}
.gallery--gallery li:nth-child(3n+2) {
  margin-left: 33.950617284%;
  margin-right: -100%;
  clear: none;
}
.gallery--gallery li:nth-child(3n+3) {
  margin-left: 67.9012345679%;
  margin-right: -100%;
  clear: none;
}
@media (min-width: 61.875em) {
  .gallery--gallery li {
    width: 18.5185185185%;
    float: left;
  }
  .gallery--gallery li:nth-child(5n+1) {
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .gallery--gallery li:nth-child(5n+2) {
    margin-left: 20.3703703704%;
    margin-right: -100%;
    clear: none;
  }
  .gallery--gallery li:nth-child(5n+3) {
    margin-left: 40.7407407407%;
    margin-right: -100%;
    clear: none;
  }
  .gallery--gallery li:nth-child(5n+4) {
    margin-left: 61.1111111111%;
    margin-right: -100%;
    clear: none;
  }
  .gallery--gallery li:nth-child(5n+5) {
    margin-left: 81.4814814815%;
    margin-right: -100%;
    clear: none;
  }
}
.gallery--gallery li:hover, .gallery--gallery li:focus, .gallery--gallery li:active {
  transition: all 0.4s ease;
  border: 4px solid #dddddd;
  transform: scale(1.15);
}
/* ==========================================================================
	HOME STYLES
========================================================================== */
.usp {
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
  text-align: center;
}
@media (min-width: 37.5em) {
  .usp {
    text-align: left;
  }
}
@media (min-width: 47.5em) {
  .usp {
    width: 44.2857142857%;
    float: left;
  }
  .usp:nth-of-type(even) {
    float: right;
  }
}
@media (min-width: 68.75em) {
  .usp {
    width: 48.5714285714%;
    float: left;
  }
  .usp:nth-of-type(2n + 1) {
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .usp:nth-of-type(2n + 2) {
    margin-left: 51.4285714286%;
    margin-right: -100%;
    clear: none;
  }
  .usp:nth-of-type(even) {
    float: left;
  }
}
.usp__img {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
@media (min-width: 37.5em) {
  .usp__img {
    width: 50%;
  }
}
@media (min-width: 68.75em) {
  .usp__img {
    width: 48.5714285714%;
    float: left;
    margin-right: 2.8571428571%;
    margin-left: 0;
  }
  .usp__content {
    width: 48.5714285714%;
    float: right;
    margin-right: 0;
  }
}
.usp__title {
  padding-top: 12px;
  padding-top: 0.75rem;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.1666666667;
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
  font-style: italic;
}
.usp:nth-of-type(2n+1) {
  clear: both;
}
.home-benefits {
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}
@media (min-width: 61.875em) {
  .home-benefits {
    padding-top: 60px;
    padding-top: 3.75rem;
  }
}
.home-latest-news {
  background-color: #e5e5e5;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
}
.home-projects {
  background-color: #e5e5e5;
}
.home-industries {
  padding-bottom: 48px;
  padding-bottom: 3rem;
}
/* ==========================================================================
	INDUSTRY TEASER STYLES
========================================================================== */
.industry-teaser {
  position: relative;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  list-style: none;
  width: 48.5714285714%;
  float: left;
}
.industry-teaser:nth-of-type(2n + 1) {
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}
.industry-teaser:nth-of-type(2n + 2) {
  margin-left: 51.4285714286%;
  margin-right: -100%;
  clear: none;
}
@media (min-width: 40.625em) {
  .industry-teaser {
    width: 31.4285714286%;
    float: left;
  }
  .industry-teaser:nth-of-type(3n + 1) {
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .industry-teaser:nth-of-type(3n + 2) {
    margin-left: 34.2857142857%;
    margin-right: -100%;
    clear: none;
  }
  .industry-teaser:nth-of-type(3n + 3) {
    margin-left: 68.5714285714%;
    margin-right: -100%;
    clear: none;
  }
}
@media (min-width: 61.875em) {
  .industry-teaser {
    width: 22.8571428571%;
    float: left;
  }
  .industry-teaser:nth-of-type(4n + 1) {
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .industry-teaser:nth-of-type(4n + 2) {
    margin-left: 25.7142857143%;
    margin-right: -100%;
    clear: none;
  }
  .industry-teaser:nth-of-type(4n + 3) {
    margin-left: 51.4285714286%;
    margin-right: -100%;
    clear: none;
  }
  .industry-teaser:nth-of-type(4n + 4) {
    margin-left: 77.1428571429%;
    margin-right: -100%;
    clear: none;
  }
}
.industry-teaser__title {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 0;
  transition: all 0.4s ease;
  background-color: #354a5e;
  color: #FFF;
  width: 100%;
  padding: 12px;
  padding: 0.75rem;
}
@media (min-width: 37.5em) {
  .industry-teaser__title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1;
    margin-bottom: 0;
    position: absolute;
    bottom: -1px;
    bottom: -0.0625rem;
    background-color: rgba(53, 74, 94, 0.9);
  }
}
@media (min-width: 68.75em) {
  .industry-teaser__title {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    margin-bottom: 0;
  }
}
/* ==========================================================================
	INTRO STYLES
========================================================================== */
.intro {
  background-color: #354a5e;
  padding-top: 60px;
  padding-top: 3.75rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  position: relative;
}
@media (min-width: 61.875em) {
  .intro {
    width: 57.1428571429%;
  }
}
.intro .container {
  max-width: 700px;
  max-width: 43.75rem;
}
.intro__content {
  position: relative;
  margin-top: 48px;
  margin-top: 3rem;
}
.intro__content:before, .intro__content:after {
  position: absolute;
  height: 1px;
  width: 45%;
  content: "";
  border-top: 1px dashed rgba(255, 255, 255, 0.3);
}
.intro__content:before {
  top: -24px;
  top: -1.5rem;
}
.intro__title, .intro p {
  color: #FFF;
}
.intro__title {
  line-height: 1.2;
}
.intro__subtitle {
  font-family: "Lora", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: italic;
  margin-top: -24px;
  margin-top: -1.5rem;
}
.intro--with-banner {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media (min-width: 61.875em) {
  .intro--with-banner {
    position: absolute;
    z-index: 100;
    bottom: 0;
    margin-bottom: -90px;
    margin-bottom: -5.625rem;
  }
}
/* ==========================================================================
	JOB DETAIL STYLES
========================================================================== */
.job__ref {
  font-size: 70%;
  white-space: nowrap;
}
.job__features {
  display: inline-block;
  margin-right: 24px;
  margin-right: 1.5rem;
  color: rgba(255, 255, 255, 0.5) !important;
}
.job__features strong {
  color: #FFF !important;
}
.job__features--title {
  display: block;
}
/* ==========================================================================
	JOB TEASER STYLES
========================================================================== */
.job-teasers {
  clear: both;
}
.job-teaser {
  list-style: none;
  background-color: #354a5e;
  color: #FFF;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media (min-width: 47.5em) {
  .job-teaser {
    width: 48.5714285714%;
    float: left;
    margin-bottom: 2.8571428571%;
  }
  .job-teaser:nth-of-type(2n + 1) {
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .job-teaser:nth-of-type(2n + 2) {
    margin-left: 51.4285714286%;
    margin-right: -100%;
    clear: none;
  }
}
@media (min-width: 81.25em) {
  .job-teaser {
    width: 31.4285714286%;
    float: left;
  }
  .job-teaser:nth-of-type(3n + 1) {
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .job-teaser:nth-of-type(3n + 2) {
    margin-left: 34.2857142857%;
    margin-right: -100%;
    clear: none;
  }
  .job-teaser:nth-of-type(3n + 3) {
    margin-left: 68.5714285714%;
    margin-right: -100%;
    clear: none;
  }
}
.job-teaser__title {
  font-size: 19px;
  font-size: 1.1875rem;
  margin-bottom: 0;
  background-color: #23303d;
  color: #FFF;
  padding: 24px;
  padding: 1.5rem;
}
.job-teaser__content {
  padding: 12px 24px;
  padding: 0.75rem 1.5rem;
}
.job-teaser p {
  color: currentColor;
}
/* ==========================================================================
	NEWS TEASER STYLES
========================================================================== */
.news-teaser {
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}
@media (min-width: 61.875em) {
  .news-teaser {
    width: 48.5714285714%;
    float: left;
    margin-bottom: 120px;
    margin-bottom: 7.5rem;
  }
  .news-teaser:nth-of-type(2n + 1) {
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .news-teaser:nth-of-type(2n + 2) {
    margin-left: 51.4285714286%;
    margin-right: -100%;
    clear: none;
  }
}
.news-teaser__img {
  width: 35.7142857143%;
  float: right;
  border-left: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  margin-left: 24px;
  margin-left: 1.5rem;
}
@media (min-width: 37.5em) {
  .news-teaser__img {
    width: 31.4285714286%;
    float: left;
    border: 0;
    margin-left: auto;
  }
}
@media (min-width: 47.5em) and (max-width: 61.875em) {
  .news-teaser__img {
    width: 22.8571428571%;
  }
}
.news-teaser__content {
  background-color: #354a5e;
  padding: 24px;
  padding: 1.5rem;
}
@media (min-width: 37.5em) {
  .news-teaser__content {
    width: 65.7142857143%;
    float: left;
  }
}
@media (min-width: 47.5em) and (max-width: 61.875em) {
  .news-teaser__content {
    width: 74.2857142857%;
  }
}
.news-teaser__content:before {
  top: -24px;
  top: -1.5rem;
}
.news-teaser__excerpt {
  clear: both;
  border-top: 1px dashed rgba(255, 255, 255, 0.3);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  padding-top: 12px;
  padding-top: 0.75rem;
}
.news-teaser__title {
  padding-top: 12px;
  padding-top: 0.75rem;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.2;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  color: #FFF;
}
@media (min-width: 37.5em) {
  .news-teaser__title {
    padding-top: 0;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
  }
}
.news-teaser p {
  color: #FFF;
}
.date {
  font-family: "Lora", sans-serif;
  font-style: italic;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 37.5em) {
  .date {
    padding-top: 12px;
    padding-top: 0.75rem;
  }
}
/* ==========================================================================
	NEWS SIDEBAR STYLES
========================================================================== */
.related-news li {
  position: relative;
  list-style: none;
}
.related-news li:not(:first-child) {
  margin-top: 48px;
  margin-top: 3rem;
}
.related-news li:after {
  position: absolute;
  height: 1px;
  width: 65%;
  content: "";
  border-top: 1px dashed rgba(255, 255, 255, 0.3);
}
.related-news .date {
  margin-bottom: 0;
}
.related-news__title a {
  color: #FFF;
  font-size: 18px;
  font-size: 1.125rem;
}
.related-news__title a:hover, .related-news__title a:focus, .related-news__title a:active {
  color: #ff8f08;
}
.related-news .btn {
  color: white;
  margin-top: 24px;
  margin-top: 1.5rem;
}
.related-news .btn:hover, .related-news .btn:focus, .related-news .btn:active {
  color: #ff8f08;
}
/* ==========================================================================
	NEXT/PREV LINKS
========================================================================== */
.pagination {
  position: relative;
  z-index: 200;
  clear: both;
}
.pagination__page {
  margin-right: 12px;
  margin-right: 0.75rem;
}
.pagination__link {
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
}
.pagination__link--prev {
  margin-right: 12px;
  margin-right: 0.75rem;
}
.page-links {
  list-style: none;
  font-size: 0;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
.page-links li {
  transition: all 0.4s ease;
  border: 1px solid #777777;
  text-align: center;
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 6px 3px;
  margin: 0.375rem 0.1875rem;
}
.page-links li:hover, .page-links li:focus, .page-links li:active {
  background-color: #354a5e;
}
.page-links li a {
  display: block;
  color: #666;
  padding: 3px 6px;
  padding: 0.1875rem 0.375rem;
}
.page-links li a:hover, .page-links li a:focus, .page-links li a:active {
  background-color: #354a5e;
  color: #FFF;
}
.page-links .active a {
  color: #FFF;
  background-color: #354a5e;
}
/* ==========================================================================
	SEARCH FORM STLYES
========================================================================== */
.search-header {
  padding: 10%;
  text-align: center;
}
@media (min-width: 37.5em) {
  .search-header {
    padding: 20%;
  }
}
.search-header .search__title {
  color: #FFF;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
@media (max-width: 37.5em) {
  .search-header .search__title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.search-header__close {
  clear: both;
  position: relative;
}
.search-header .label {
  font-size: 18px;
  font-size: 1.125rem;
  color: #b94a48;
}
.search-header .icon-close {
  width: 20px;
  height: 26px;
  display: inline-block;
  top: 3px;
  top: 0.1875rem;
}
.js_search_is_open .search-header {
  animation-name: fadeInUp;
  animation-iteration-count: 1s;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-timing-function: ease;
  animation-fill-mode: both;
  backface-visibility: hidden;
}
.banner .search__title {
  color: #FFF;
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 60px;
  margin-top: 3.75rem;
}
/* ==========================================================================
	MAIN SEARCH STYLES
========================================================================== */
.search {
  position: relative;
}
.search-results {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.search-results li {
  list-style: none;
  padding: 24px;
  padding: 1.5rem;
}
@media (min-width: 47.5em) {
  .search-results li {
    width: 48.5714285714%;
    float: left;
    border: 1px solid #d8d8d8;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
  }
  .search-results li:nth-of-type(2n + 1) {
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .search-results li:nth-of-type(2n + 2) {
    margin-left: 51.4285714286%;
    margin-right: -100%;
    clear: none;
  }
  .search-results li:nth-of-type(4n-3), .search-results li:nth-of-type(4n-2) {
    background-color: #e5e5e5;
  }
}
.search-results__link {
  white-space: nowrap;
}
.search-results__excerpt {
  margin-right: 12px;
  margin-right: 0.75rem;
}
@media (max-width: 47.5em) {
  .search-results .odd {
    background-color: #e5e5e5;
  }
}
.keyword {
  border-bottom: 1px dotted #468847;
  font-weight: bold;
  color: #468847;
}
/* ==========================================================================
	STATS STYLES
========================================================================== */
.stats {
  background-color: #1575cb;
  padding: 60px 24px;
  padding: 3.75rem 1.5rem;
}
.stats__item {
  color: #FFF;
  text-align: center;
  margin-bottom: 48px;
  margin-bottom: 3rem;
}
@media (min-width: 37.5em) {
  .stats__item {
    width: 48.5714285714%;
    float: left;
    margin-bottom: 0;
  }
  .stats__item:nth-of-type(2n + 1) {
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .stats__item:nth-of-type(2n + 2) {
    margin-left: 51.4285714286%;
    margin-right: -100%;
    clear: none;
  }
  .stats__item:nth-of-type(3n) {
    margin: auto;
    float: none;
  }
}
@media (min-width: 61.875em) {
  .stats__item {
    width: 31.4285714286%;
    float: left;
  }
  .stats__item:nth-of-type(3n + 1) {
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .stats__item:nth-of-type(3n + 2) {
    margin-left: 34.2857142857%;
    margin-right: -100%;
    clear: none;
  }
  .stats__item:nth-of-type(3n + 3) {
    margin-left: 68.5714285714%;
    margin-right: -100%;
    clear: none;
  }
}
@media (min-width: 81.25em) {
  .stats__item {
    padding-left: 60px;
    padding-left: 3.75rem;
    padding-right: 60px;
    padding-right: 3.75rem;
  }
}
.stats__content {
  padding: 12px 24px;
  padding: 0.75rem 1.5rem;
}
.stats__number {
  text-align: center;
  margin: auto;
  font-size: 48px;
  font-size: 3rem;
  line-height: 125px;
  width: 150px;
  width: 9.375rem;
  height: 150px;
  height: 9.375rem;
  border: 2px solid #FFF;
  border-radius: 50%;
  position: relative;
}
.stats__context {
  font-size: 16px;
  font-size: 1rem;
  position: absolute;
  bottom: -15px;
  right: 0;
  left: 0;
}
.stats p {
  color: currentColor;
}
.stats p:last-of-type {
  margin-bottom: 0;
}
/* ==========================================================================
 	TWITTER STYLES
========================================================================== */
.twitter__icon, .twitter__title {
  float: left;
  color: #FFF;
}
.twitter__icon {
  margin-right: 12px;
  margin-right: 0.75rem;
}
.twitter__title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 48px;
  margin-bottom: 3rem;
}
.handle {
  font-size: 70%;
}
.handle a {
  color: #FFF;
}
.handle a:hover, .handle a:focus, .handle a:active {
  color: #23303d;
}
.tweet {
  margin-top: 36px;
  margin-top: 2.25rem;
}
.tweet p {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
.tweet .date {
  color: #FFF;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  margin-bottom: 0;
}
.tweet .date a {
  color: #FFF;
}
.tweet .date a:hover, .tweet .date a:focus, .tweet .date a:active {
  color: #23303d;
}
.tweet__intents {
  font-size: 12px;
  font-size: 0.75rem;
  opacity: 0;
  transition: all 0.4s ease;
}
.tweet__intents a {
  margin-right: 6px;
  margin-right: 0.375rem;
  padding-right: 6px;
  padding-right: 0.375rem;
  color: #FFF;
}
.tweet__intents a:hover, .tweet__intents a:focus, .tweet__intents a:active {
  color: #23303d;
}
.tweet__intents a:last-of-type {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}
.tweet:hover .tweet__intents, .tweet:focus .tweet__intents, .tweet:active .tweet__intents {
  opacity: 1;
  animation-name: fadeInUp;
  animation-iteration-count: 1s;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-timing-function: ease;
  animation-fill-mode: both;
  backface-visibility: hidden;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0.85;
}
.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: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  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 {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !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;
}
button.mfp-close {
  color: #b94a48;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.8;
  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: #444444;
}
.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;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
  top: 25px;
  right: 20px;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.8;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.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: #FFF;
}
.mfp-figure small {
  color: #777777;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
  background-color: #000;
  padding: 20px;
  margin-top: -80px;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #FFF;
  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 {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media print {
  * {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    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; /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  img {
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
  }
  .main-menu, .footer-menu, [class*=btn] {
    display: none;
  }
  .footer {
    border-top: 1px solid #777777;
  }
}
/* endif */
