@charset "UTF-8";
/*********************************************
:: Core
   Base Elements
   eg. typography, fonts, forms, buttons etc.
********************************************/
/*********************************************
:: Site Loader
********************************************/
#site-loader {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999999999999999999;
  background-color: white;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

#site-loader:before {
  content: '';
  position: absolute;
  top: calc(50% - 100px);
  left: calc(50% - 100px);
  bottom: 0;
  width: 200px;
  height: 200px;
  background-image: url("/images/logo.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-animation: loader-fade infinite 1s;
          animation: loader-fade infinite 1s;
}

#site-loader.hide {
  visibility: hidden;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  opacity: 0;
}

#site-loader.no-loader {
  display: none;
}

/*********************************************
:: Variables                      
********************************************/
/*******************************************/
/*******************************************/
/*******************************************/
/*********************************************
:: Normalize                        
********************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
button, hr, input {
  overflow: visible;
  border: none;
  background: transparent;
}

progress, sub, sup {
  vertical-align: baseline;
}

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

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

details, main {
  display: block;
}

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

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

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

a {
  background-color: transparent;
}

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

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

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

button, select {
  text-transform: none;
}

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

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

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

fieldset {
  padding: .35em .75em .625em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

textarea {
  overflow: auto;
}

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

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*******************************************/
::-moz-selection, ::-moz-selection {
  background: #02111c;
  color: white;
}
::-moz-selection, ::selection {
  background: #02111c;
  color: white;
}

::-moz-selection {
  background: #02111c;
  color: white;
}

::selection {
  background: #02111c;
  color: white;
}

img {
  display: block;
  max-width: 100%;
  width: auto\9;
  height: auto;
}

/*********************************************
:: Icon Fonts                    
********************************************/
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/gotham/Gotham-Book.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham';
  src: url("../fonts/gotham/gotham-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham';
  src: url("../fonts/gotham/Gotham-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

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

[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-angle-double-down:before {
  content: "\E922";
}

.icon-angle-double-left:before {
  content: "\E923";
}

.icon-angle-double-right:before {
  content: "\E924";
}

.icon-angle-double-up:before {
  content: "\E925";
}

.icon-angle-down:before {
  content: "\E926";
}

.icon-angle-left:before {
  content: "\E927";
}

.icon-angle-right:before {
  content: "\E928";
}

.icon-angle-up:before {
  content: "\E929";
}

.icon-arrow-circle-down:before {
  content: "\E92A";
}

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

.icon-arrow-circle-o-down:before {
  content: "\E92C";
}

.icon-arrow-circle-o-left:before {
  content: "\E92D";
}

.icon-arrow-circle-o-right:before {
  content: "\E92E";
}

.icon-arrow-circle-o-up:before {
  content: "\E92F";
}

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

.icon-arrow-circle-up:before {
  content: "\E931";
}

.icon-bars:before {
  content: "\E932";
}

.icon-behance:before {
  content: "\F1B4";
}

.icon-behance-square:before {
  content: "\F1B5";
}

.icon-calendar2:before {
  content: "\E933";
}

.icon-check2:before {
  content: "\E934";
}

.icon-chevron-circle-down:before {
  content: "\E935";
}

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

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

.icon-chevron-circle-up:before {
  content: "\E938";
}

.icon-chevron-down:before {
  content: "\E939";
}

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

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

.icon-chevron-up:before {
  content: "\E93C";
}

.icon-commenting:before {
  content: "\F27A";
}

.icon-commenting-o:before {
  content: "\F27B";
}

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

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

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

.icon-file:before {
  content: "\E940";
}

.icon-file-excel-o:before {
  content: "\F1C3";
}

.icon-file-image-o:before {
  content: "\F1C5";
}

.icon-file-photo-o:before {
  content: "\F1C5";
}

.icon-file-picture-o:before {
  content: "\F1C5";
}

.icon-file-pdf-o:before {
  content: "\F1C1";
}

.icon-file-powerpoint-o:before {
  content: "\F1C4";
}

.icon-file-word-o:before {
  content: "\F1C2";
}

.icon-google:before {
  content: "\F1A0";
}

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

.icon-google-plus2:before {
  content: "\F0D5";
}

.icon-google-plus-square:before {
  content: "\E941";
}

.icon-google-plus-square2:before {
  content: "\F0D4";
}

.icon-info-circle:before {
  content: "\E943";
}

.icon-instagram:before {
  content: "\E944";
}

.icon-instagram2:before {
  content: "\F16D";
}

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

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

.icon-map3:before {
  content: "\F279";
}

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

.icon-map-o:before {
  content: "\F278";
}

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

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

.icon-pinterest:before {
  content: "\F0D2";
}

.icon-pinterest2:before {
  content: "\E94B";
}

.icon-pinterest-square:before {
  content: "\E94A";
}

.icon-pinterest-square2:before {
  content: "\F0D3";
}

.icon-play:before {
  content: "\E94C";
}

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

.icon-question-circle:before {
  content: "\E94E";
}

.icon-safari:before {
  content: "\F267";
}

.icon-search:before {
  content: "\E950";
}

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

.icon-shopping-cart:before {
  content: "\E951";
}

.icon-sort:before {
  content: "\E952";
}

.icon-tags:before {
  content: "\E953";
}

.icon-times2:before {
  content: "\E954";
}

.icon-toggle-off:before {
  content: "\F204";
}

.icon-toggle-on:before {
  content: "\F205";
}

.icon-tripadvisor:before {
  content: "\F262";
}

.icon-tumblr:before {
  content: "\F173";
}

.icon-tumblr2:before {
  content: "\E957";
}

.icon-tumblr-square:before {
  content: "\F174";
}

.icon-tumblr-square2:before {
  content: "\E956";
}

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

.icon-twitter2:before {
  content: "\E959";
}

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

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

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

.icon-vimeo-square:before {
  content: "\E95B";
}

.icon-vine:before {
  content: "\F1CA";
}

.icon-youtube:before {
  content: "\E95E";
}

.icon-youtube-play:before {
  content: "\F16A";
}

.icon-youtube-play2:before {
  content: "\E95C";
}

.icon-youtube-square:before {
  content: "\E95D";
}

.icon-home:before {
  content: "\E900";
}

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

.icon-image:before {
  content: "\E902";
}

.icon-file-empty:before {
  content: "\E903";
}

.icon-file-text2:before {
  content: "\E904";
}

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

.icon-phone-hang-up:before {
  content: "\E906";
}

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

.icon-location:before {
  content: "\E907";
}

.icon-location2:before {
  content: "\E908";
}

.icon-compass:before {
  content: "\E909";
}

.icon-map:before {
  content: "\E90A";
}

.icon-map2:before {
  content: "\E90B";
}

.icon-alarm:before {
  content: "\E90F";
}

.icon-bell:before {
  content: "\E910";
}

.icon-stopwatch:before {
  content: "\E911";
}

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

.icon-display:before {
  content: "\E91F";
}

.icon-laptop:before {
  content: "\E920";
}

.icon-mobile:before {
  content: "\E912";
}

.icon-mobile2:before {
  content: "\E913";
}

.icon-tablet:before {
  content: "\E914";
}

.icon-tv:before {
  content: "\E915";
}

.icon-plus2:before {
  content: "\E91A";
}

.icon-minus2:before {
  content: "\E91B";
}

.icon-checkmark:before {
  content: "\E91C";
}

.icon-checkmark2:before {
  content: "\E91D";
}

.icon-thin-search:before {
  content: "\E921";
}

.icon-substract:before {
  content: "\E90C";
}

.icon-add:before {
  content: "\E90D";
}

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

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

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

.icon-left-arrow2:before {
  content: "\E918";
}

.icon-arrow-pointing-to-right:before {
  content: "\E919";
}

.icon-ico-cart-secure:before {
  content: "\E96F";
}

.icon-ico-cart-edit:before {
  content: "\E970";
}

.icon-ico-nav:before {
  content: "\E98A";
}

.icon-ico-search:before {
  content: "\E98D";
}

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

.icon-ico-heart:before {
  content: "\E963";
}

.icon-ico-edit:before {
  content: "\E964";
}

.icon-ico-secure:before {
  content: "\E965";
}

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

.icon-ico-question:before {
  content: "\E967";
}

.icon-ico-map:before {
  content: "\E968";
}

.icon-ico-mail:before {
  content: "\E969";
}

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

.icon-ico-zoom:before {
  content: "\E96B";
}

.icon-ico-cart:before {
  content: "\E96C";
}

.icon-ico-menu:before {
  content: "\E96D";
}

.icon-search2:before {
  content: "\E971";
}

.icon-menu:before {
  content: "\E972";
}

/*********************************************
:: Typography
********************************************/
html, body {
  font-family: "Gotham", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, legend, h3, h4, h5, h6 {
  margin: 0 0 20px;
  font-family: "Raleway", "Gotham", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 600;
  color: #02111c;
}

h1, .h1 {
  font-size: 34px;
  line-height: 42px;
}

@media (min-width: 1023px) {
  h1, .h1 {
    font-size: 70px;
    line-height: 82px;
  }
}

h2, legend, .h2 {
  font-size: 28px;
  line-height: 36px;
}

@media (min-width: 1023px) {
  h2, legend, .h2 {
    font-size: 38px;
    line-height: 45px;
  }
}

h3, .h3 {
  font-size: 16px;
  line-height: 26px;
}

@media (min-width: 1023px) {
  h3, .h3 {
    font-size: 22px;
  }
}

h4, .h4 {
  font-size: 16px;
  line-height: 24px;
}

@media (min-width: 1023px) {
  h4, .h4 {
    font-size: 20px;
  }
}

h5, .h5 {
  font-size: 16px;
  line-height: 24px;
}

@media (min-width: 1023px) {
  h5, .h5 {
    font-size: 18px;
  }
}

h6, .h6 {
  font-size: 16px;
  line-height: 24px;
}

@media (min-width: 1023px) {
  h6, .h6 {
    font-size: 16px;
  }
}

/*******************************************/
p, li, td, th, a, mark, time, dl, label, address {
  margin: 0 0 24px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #333333;
}

p a, p li, p p, p mark, p cite, p time, li a, li li, li p, li mark, li cite, li time, td a, td li, td p, td mark, td cite, td time, th a, th li, th p, th mark, th cite, th time, a a, a li, a p, a mark, a cite, a time, mark a, mark li, mark p, mark mark, mark cite, mark time, time a, time li, time p, time mark, time cite, time time, dl a, dl li, dl p, dl mark, dl cite, dl time, label a, label li, label p, label mark, label cite, label time, address a, address li, address p, address mark, address cite, address time {
  font-size: 1em;
}

a {
  margin: 0px;
  font-weight: 400;
  text-decoration: none;
  color: #02111c;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

a:hover, a:focus, a:active {
  color: black;
}

small {
  font-size: 70%;
}

strong, b {
  font-weight: 700;
}

em, i {
  font-style: italic;
}

hr {
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: 15px;
  background: #ccc;
  border: none;
  outline: none;
}

/*******************************************/
dt {
  font-weight: 700;
}

dt:after {
  content: ':';
}

dt:after {
  content: ": ";
}

ul li {
  position: relative;
  list-style-type: none;
  text-indent: 0px;
}

ol li {
  list-style-type: decimal;
}

/*******************************************/
code, pre, samp, kbd, var {
  margin: 0px;
  padding: 1px 5px 1px 5px;
  color: white;
  background: #2D747E;
  white-space: pre-wrap;
}

pre {
  padding: 10px;
}

/*******************************************/
blockquote {
  position: relative;
  display: block;
  margin: 35px 0 55px 0;
  padding: 20px 10% 20px 10%;
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
  text-align: center;
  line-height: 30px;
  color: #000000;
}

@media (min-width: 1023px) {
  blockquote {
    padding: 40px 10% 40px 10%;
    font-size: 25px;
    line-height: 35px;
  }
}

/*******************************************/
.wysiwyg {
  text-align: left;
}

.wysiwyg img {
  display: block;
  margin: 0 auto 15px auto;
}

.wysiwyg ul {
  padding: 0 0 20px 20px;
}

.wysiwyg ul li {
  list-style-type: disc;
  margin-bottom: 10px;
}

.wysiwyg ul li::marker {
  font-size: 12px;
  color: #2881c7;
}

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

.wysiwyg .text-right {
  text-align: right;
}

.wysiwyg .text-justify {
  text-align: justify;
}

.wysiwyg > *:last-child {
  margin-bottom: 0;
}

.leadcopy {
  font-family: "Gotham", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #02111c;
}

@media (min-width: 1023px) {
  .leadcopy {
    line-height: 25px;
  }
}

/*******************************************/
.wf-loading h1,
.wf-loading h2,
.wf-loading legend,
.wf-loading p,
.wf-loading a {
  visibility: hidden;
}

/*********************************************
:: Buttons                             
********************************************/
button {
  outline: none;
}

/*******************************************/
.button,
a.button,
button.button {
  display: inline-block;
  height: 49px;
  min-width: 120px;
  padding: 4.5px 20px;
  font-family: "Gotham", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 38px;
  text-decoration: none;
  color: #02111c;
  cursor: pointer;
  background: transparent;
  border: 1px solid #2881c7;
  border-radius: 2px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.button.small,
a.button.small,
button.button.small {
  height: 40px;
  padding: 8px 25px;
  line-height: 24px;
}

.button.large,
a.button.large,
button.button.large {
  height: 69px;
  padding: 14.5px 25px;
}

.button:hover, .button.active,
a.button:hover,
a.button.active,
button.button:hover,
button.button.active {
  color: white;
  background: #2881c7;
}

/*******************************************/
.button-underline {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-family: "Raleway", "Gotham", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  color: #2881c7;
}

.button-underline:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  width: 138px;
  height: 5px;
  margin: auto;
  background: #2881c7;
}

/*******************************************/
.button-disabled,
.button[disabled],
button[disabled],
button[type="submit"][disabled],
input[type="submit"][disabled],
input[type="button"][disabled],
input[type="reset"][disabled] {
  color: white;
  opacity: 0.5;
  cursor: default;
}

/*********************************************
:: Tables                    
********************************************/
table {
  width: 100%;
  margin-bottom: 15px;
}

table td, table th {
  padding: 15px 10px 15px 10px;
  font-weight: 400;
  color: #000000;
  text-align: left;
}

table th {
  font-weight: 700;
  background: #ececec;
}

table thead {
  width: 100%;
  background: #ececec;
}

table thead td, table thead th {
  padding: 5px 10px 5px 10px;
}

table tfoot {
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000000;
}

table tfoot td {
  padding: 15px 10px 15px 10px;
}

/*******************************************/
.compact-table {
  width: auto;
}

.compact-table td, .compact-table th {
  padding: 5px 10px 5px 10px;
  font-size: 0.8em;
  font-weight: 400;
  color: #000000;
  text-align: left;
  line-height: 1.2;
  background: none;
  border: 1px solid #ccc;
}

.compact-table thead {
  width: auto;
  background: none;
}

/*******************************************/
.table-container {
  width: 100%;
  overflow-y: auto;
  _overflow: auto;
  margin: 0 0 1em;
}

/*********************************************
:: Layout
********************************************/
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*******************************************/
.main {
  min-height: calc(100vh - 101px);
}

@media (min-width: 1025px) {
  .main {
    min-height: calc(100vh - 125px);
  }
}

#app {
  width: 100%;
  overflow: hidden;
}

/*******************************************/
.clear-after:after {
  content: '';
  display: block;
  clear: both;
}

/*******************************************/
.content-max-width {
  position: relative;
  width: 100%;
  max-width: 1183px;
  padding: 0 20px;
  margin: 0 auto;
}

/*******************************************/
.content-full-width {
  position: relative;
  max-width: 1143px;
  margin: 0 auto;
  padding: 0;
  clear: both;
}

/*******************************************/
.content-narrow-width {
  position: relative;
  width: 100%;
  max-width: 780px;
  padding: 0 20px;
  margin: 0 auto;
}

/*******************************************/
.intro-area {
  text-align: center;
}

.intro-area h1.h2 {
  position: relative;
  width: 100%;
  padding-bottom: 39px;
  margin-bottom: 44px;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.intro-area h1.h2:before {
  content: '';
  position: absolute;
  top: 75px;
  left: 0;
  right: 0;
  display: inline-block;
  width: 57px;
  height: 9px;
  margin: auto;
  background: url(/images/wave-blue.svg) no-repeat center;
  background-size: cover;
}

.intro-area .leadcopy {
  max-width: 811px;
  margin: 0 auto 77px;
}

/*******************************************/
@media (min-width: 1023px) {
  .mob, .mobile {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .desk, .desktop {
    display: none !important;
  }
}

/*******************************************/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.flex.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex.flex-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.flex.flex-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex.flex-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex.align-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

@media (min-width: 768px) {
  .md\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .md\:flex-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .md\:flex-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .md\:flex-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .md\:flex-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .md\:align-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .md\:align-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

@media (min-width: 1023px) {
  .mdish\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .mdish\:flex-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .mdish\:flex-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .mdish\:flex-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .mdish\:flex-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mdish\:align-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mdish\:align-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

@media (min-width: 1160px) {
  .lg\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .lg\:flex-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .lg\:flex-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .lg\:flex-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .lg\:flex-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .lg\:align-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .lg\:align-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

/*********************************************
:: Forms
********************************************/
form {
  width: 100%;
  background: white;
}

legend {
  margin-bottom: 15px;
}

label {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
  color: black;
}

/*******************************************/
.field-disabled,
input[disabled],
textarea[disabled],
select[disabled],
input[readonly],
textarea[readonly],
select[readonly] {
  opacity: 0.5;
  cursor: default;
}

/*******************************************/
input, textarea, select {
  display: inline-block;
  width: 100%;
  height: 42px;
  padding: 3px 15px;
  font-size: 14px;
  line-height: 36px;
  background: white;
  border: 1px solid #d5d5d5;
  border-radius: 2px;
  outline: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

input:hover, input:focus, textarea:hover, textarea:focus, select:hover, select:focus {
  border: 1px solid #2881c7;
  -webkit-transition: all .5s ease-in;
  transition: all .5s ease-in;
}

/*******************************************/
*::-webkit-input-placeholder {
  font-family: "Raleway", "Gotham", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #02111c;
}
*::-moz-placeholder {
  font-family: "Raleway", "Gotham", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #02111c;
}
*::-ms-input-placeholder {
  font-family: "Raleway", "Gotham", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #02111c;
}
*::placeholder {
  font-family: "Raleway", "Gotham", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #02111c;
}

textarea, select[multiple] {
  height: 157px;
}

input[type=checkbox], input[type=radio] {
  height: auto;
}

/*******************************************/
.form-field {
  width: 100%;
  padding: 0 0 30px;
}

.form-field + hr {
  margin: 30px 0 60px;
}

/*******************************************/
.form-fields-stack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: calc(100% + 16px);
  margin: 0 -8px;
}

@media (min-width: 768px) {
  .form-fields-stack {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.form-fields-stack .form-field {
  margin-left: 8px;
  margin-right: 8px;
}

@media (min-width: 768px) {
  .form-fields-stack.two-thirds > .form-field:first-of-type,
  .form-fields-stack.two-thirds .three-numbers {
    width: 66%;
    min-width: 320px;
  }
}

/*******************************************/
.form-field.select {
  position: relative;
}

.form-field.select:before {
  content: "\E926";
  position: absolute;
  top: 40px;
  right: 10px;
  z-index: 2;
  font-family: "icomoon";
  font-size: 16px;
  color: #2881c7;
  pointer-events: none;
}

.form-field.select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/*******************************************/
.form-field .custom-checkbox-radio {
  float: left;
  width: auto;
  margin: 0;
  padding: 0 0 5px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.form-field .custom-checkbox-radio input {
  display: inline-block;
  vertical-align: top;
  width: 15px;
  height: 15px;
  margin: 2px 5px 0 0;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}

/*******************************************/
.form-field.error input,
.form-field.error textarea,
.form-field.error select,
.form-field.error .SumoSelect > .CaptionCont {
  border-color: #02111c;
}

.form-field.valid input,
.form-field.valid textarea,
.form-field.valid select,
.form-field.valid .SumoSelect > .CaptionCont {
  color: black;
  border-color: #CCCCCC;
}

label.error, label.error-SumoSelect-label, .php-error li {
  margin: 10px 0 0;
  font-weight: 700;
  color: #02111c !important;
}

.form-note {
  display: inline-block;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 1;
}

/*********************************************
:: Animations
********************************************/
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes loader-fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes loader-fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

/*********************************************
:: Print                        
********************************************/
@media print {
  header, footer {
    display: none !important;
  }
}

/*********************************************
:: Modules
********************************************/
/*********************************************
:: Pagination Module                    
********************************************/
.pagination-module {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
  background: white;
}

.pagination-module ul {
  display: inline-block;
  width: auto;
  height: 34px;
  margin: 6px;
  padding: 0;
  text-align: center;
  background: #2881c7;
  border-radius: 17px;
}

@media (min-width: 1023px) {
  .pagination-module ul {
    margin: 0px;
  }
}

.pagination-module ul li {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: 3px;
}

.pagination-module ul li a {
  font-family: "Raleway", "Gotham", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  color: #02111c;
}

.pagination-module ul li span {
  vertical-align: sub;
  font-size: 26px;
  color: #02111c;
}

.pagination-module ul li.active {
  background: #02111c;
  border-radius: 50%;
}

.pagination-module ul li.active a {
  color: white;
}

/********************************************/
/*********************************************
:: Header Module                    
********************************************/
.site-header {
  position: relative;
  z-index: 99;
  width: 100%;
  height: 112px;
  background: black;
}

@media (min-width: 1023px) {
  .site-header {
    position: absolute;
    top: 0;
    left: 0;
    height: 125px;
    background: transparent;
  }
}

.site-header .wrap {
  position: relative;
  width: 100%;
  padding: 10px 20px;
}

@media (min-width: 1023px) {
  .site-header .wrap {
    width: calc(100% - 70px);
    height: 140px;
    margin: 30px 40px 0 30px;
    padding: 0;
    background: #000000;
  }
}

.site-header .logo {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 120px;
  -webkit-transition: none;
  transition: none;
}

@media (min-width: 1023px) {
  .site-header .logo {
    top: 35px;
    left: 40px;
    width: 140px;
  }
}

@media (min-width: 1280px) {
  .site-header .logo {
    left: 117px;
  }
}

.site-header nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: calc(100% - 80px);
  height: 100vh;
  text-align: left;
  background: white;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  z-index: 999;
  -webkit-transition: right 0.25s ease-in-out;
  transition: right 0.25s ease-in-out;
}

@media (min-width: 1023px) {
  .site-header nav {
    position: absolute;
    top: 45px;
    right: 79px;
    display: block !important;
    width: auto;
    height: auto;
    text-align: right;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.site-header nav ul {
  padding: 100px 20px 0 30px;
}

@media (min-width: 1023px) {
  .site-header nav ul {
    margin: 0;
    padding: 0;
  }
}

.site-header nav li {
  position: relative;
  display: inline-block;
  margin: 0;
}

@media (max-width: 1023px) {
  .site-header nav li {
    width: 100%;
    margin: 0;
    padding: 30px 0;
    border-bottom: 1px solid #d5d5d5;
  }
}

.site-header nav li .icon {
  font-size: 16px;
  color: #2881c7;
}

@media (max-width: 1023px) {
  .site-header nav li .icon {
    float: right;
  }
}

.site-header nav li ul.child {
  display: none;
  width: 100%;
  margin: 0;
  padding: 20px 0 0;
  background: white;
}

@media (min-width: 1023px) {
  .site-header nav li ul.child {
    position: absolute;
    top: 60px;
    left: 0;
    width: 271px;
    padding: 0;
    -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
  }
}

.site-header nav li ul.child li {
  width: 100%;
  margin: 0;
  padding: 20px 10px !important;
  line-height: 17px;
  text-align: left;
  border: none;
}

@media (min-width: 1023px) {
  .site-header nav li ul.child li {
    padding: 20px !important;
  }
}

.site-header nav li ul.child li a {
  padding: 0 !important;
  font-size: 16px;
  font-weight: 300;
  line-height: inherit;
  color: black;
}

.site-header nav li ul.child li:hover {
  background: rgba(40, 129, 199, 0.15);
}

.site-header nav li .button {
  width: 140px;
  margin-left: 40px;
  padding-left: 20px;
  font-weight: 400;
  text-align: center;
  border-color: #2881c7;
}

.site-header nav a {
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  color: black;
}

@media (min-width: 1023px) {
  .site-header nav a {
    padding-left: 19px;
    font-size: 16px;
    color: white;
  }
}

@media (min-width: 1280px) {
  .site-header nav a {
    padding-left: 33px;
  }
}

.site-header nav a:hover {
  opacity: 0.7;
}

.site-header nav a.selected {
  color: #2881c7;
}

.site-header nav a.selected:hover {
  opacity: 1;
}

.site-header nav a.selected:active {
  opacity: 1;
}

@media (min-width: 1023px) {
  .site-header nav li:hover {
    padding: 0 0 40px 0;
  }
}

.site-header nav li:hover ul.child {
  display: block;
}

.site-header .hamburger {
  position: absolute;
  top: 39px;
  right: 20px;
  width: 25px;
  height: 15px;
  font-size: 0;
  -webkit-transition: right 0.25s ease-in-out;
  transition: right 0.25s ease-in-out;
}

.site-header .hamburger span {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 2px;
  background: white;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.site-header .hamburger span:nth-of-type(2) {
  top: calc(50% - 1px);
}

.site-header .hamburger span:nth-of-type(3) {
  top: 100%;
}

.site-header .hamburger:focus {
  outline: none;
}

@media (max-width: 1023px) {
  .site-header.open nav {
    position: fixed;
    right: 0;
  }
}

.site-header.open .hamburger {
  position: fixed;
  z-index: 999;
}

.site-header.open .hamburger span {
  background: black;
}

.site-header.open .hamburger span:nth-of-type(1) {
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.site-header.open .hamburger span:nth-of-type(2) {
  opacity: 0;
}

.site-header.open .hamburger span:nth-of-type(3) {
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/********************************************/
/*********************************************
:: Footer Module                    
********************************************/
.site-footer {
  position: relative;
  width: 100%;
  min-height: 101px;
  background: black;
}

@media (min-width: 1023px) {
  .site-footer {
    min-height: 101px;
  }
}

.site-footer .footer-legal {
  padding: 99px 0 41px;
}

@media (min-width: 768px) {
  .site-footer .footer-legal {
    padding: 39px 0 41px;
  }
}

.site-footer .footer-legal p, .site-footer .footer-legal a {
  width: 100%;
  font-family: "Gotham", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
  color: rgba(255, 255, 255, 0.4);
}

@media (min-width: 768px) {
  .site-footer .footer-legal p, .site-footer .footer-legal a {
    width: auto;
  }
}

.site-footer .footer-legal .email {
  position: absolute;
  top: -60px;
  font-family: "Raleway", "Gotham", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: white;
}

@media (min-width: 768px) {
  .site-footer .footer-legal .email {
    position: relative;
    top: 0;
    margin: 0 auto;
  }
}

.site-footer .footer-legal p.copyright {
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .site-footer .footer-legal p.copyright {
    margin-bottom: 0px;
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  .site-footer .footer-legal a.attribution {
    margin-left: auto;
  }
}

/********************************************/
/*********************************************
:: Pages
********************************************/
/*********************************************
:: Home Page                   
********************************************/
.page-home {
  /********************************************/
  /********************************************/
}

.page-home .hero-container {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  font-size: 0;
  background: #02111c;
}

.page-home .hero-container .intro {
  position: relative;
  width: 100%;
  padding: 40px 20px;
  background: #02111c;
}

@media (min-width: 768px) {
  .page-home .hero-container .intro {
    width: 35.5%;
    padding: 0;
  }
  .page-home .hero-container .intro:before {
    content: '';
    position: absolute;
    top: 134px;
    left: -160px;
    width: 405px;
    height: 405px;
    background: url(/images/droplet-white.png) no-repeat center;
    background-size: contain;
    opacity: 0.07;
  }
}

@media (min-width: 768px) {
  .page-home .hero-container .intro .text {
    position: absolute;
    bottom: 100px;
    left: 40px;
    z-index: 2;
    width: 473px;
  }
}

@media (min-width: 1023px) {
  .page-home .hero-container .intro .text {
    bottom: 127px;
    left: 147px;
  }
}

@media (min-width: 1280px) {
  .page-home .hero-container .intro .text {
    bottom: 167px;
  }
}

.page-home .hero-container .intro .text h1 {
  margin: 0 0 20px;
  color: white;
}

@media (min-width: 768px) {
  .page-home .hero-container .intro .text h1 {
    margin: 0 0 37px 12px;
  }
}

@media (max-width: 768px) {
  .page-home .hero-container .intro .text h1 {
    font-size: 46px;
    line-height: 54px;
  }
}

.page-home .hero-container .intro .text h2, .page-home .hero-container .intro .text legend {
  margin: 0 0 39px;
  font-family: "Gotham", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 19px;
  color: white;
}

@media (min-width: 768px) {
  .page-home .hero-container .intro .text h2, .page-home .hero-container .intro .text legend {
    margin: 0 0 59px;
  }
}

.page-home .hero-container .intro .text .button {
  color: white;
}

.page-home .hero-container .slideshow {
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .page-home .hero-container .slideshow {
    width: 64.5%;
    margin-left: auto;
  }
}

.page-home .hero-container .slideshow:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 204px;
  height: 100%;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(#000000));
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  opacity: 0.4;
}

.page-home .hero-container .slideshow article {
  width: 100%;
}

.page-home .hero-container .slideshow article img {
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 1280px) {
  .page-home .hero-container .slideshow article img {
    height: 920px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (min-width: 1740px) {
  .page-home .hero-container .slideshow article img {
    height: auto;
  }
}

.page-home .contact-container {
  padding: 40px 0;
  background: #2881c7;
}

@media (min-width: 768px) {
  .page-home .contact-container {
    padding: 81px 0 91px;
  }
}

.page-home .contact-container .contact {
  padding: 0 0 30px;
}

@media (min-width: 1023px) {
  .page-home .contact-container .contact {
    padding: 0;
  }
}

.page-home .contact-container .contact p {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 13px;
  color: white;
}

.page-home .contact-container .contact a {
  font-size: 26px;
  font-weight: 700;
  line-height: 39px;
  color: white;
}

.page-home .contact-container .contact a img {
  height: 39px;
  margin: 0 20px 0 0;
}

.page-home .contact-container .text {
  width: 100%;
  max-width: 573px;
}

.page-home .contact-container .text p {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  color: white;
}

.page-home .body-container {
  padding: 30px 0;
}

@media (min-width: 768px) {
  .page-home .body-container {
    padding: 80px 0;
  }
}

.page-home .body-container article {
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .page-home .body-container article {
    width: 50%;
    min-height: 382px;
  }
}

@media (min-width: 1280px) {
  .page-home .body-container article {
    height: 600px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}

.page-home .body-container article img.hero {
  width: 100%;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1280px) {
  .page-home .body-container article img.hero {
    height: 600px;
  }
}

.page-home .body-container article a {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.page-home .body-container article .text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  padding: 30px;
}

@media (min-width: 768px) {
  .page-home .body-container article .text {
    padding: 40px 50px;
  }
}

.page-home .body-container article .text h3 {
  margin: 21px 0 30px;
  font-size: 46px;
  line-height: 54px;
  color: white;
}

@media (min-width: 768px) {
  .page-home .body-container article .text h3 {
    font-size: 64px;
    line-height: 77px;
  }
}

.page-home .body-container article .text .wave {
  width: 71px;
}

.page-home .body-container article .text .arrow {
  width: 26px;
}

.page-home .body-container article:nth-of-type(1):before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#000000), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.28;
}

.page-home .body-container article:nth-of-type(2):before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(#000000));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #000000 100%);
  opacity: 0.28;
}

.page-home .body-container article:nth-of-type(2) .text {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  text-align: right;
}

.page-home .body-container article:nth-of-type(2) .text .wave,
.page-home .body-container article:nth-of-type(2) .text .arrow,
.page-home .body-container article:nth-of-type(2) .text h3 {
  float: right;
}

@media (max-width: 768px) {
  .page-home .body-container article:nth-of-type(2) .text h3 {
    margin: 30px 0 20px;
  }
}

@media (min-width: 768px) {
  .page-home .body-container article:nth-of-type(2) .text h3 {
    padding-left: 100px;
  }
}

@media (min-width: 1280px) {
  .page-home .two-tiles.hover article {
    width: 40%;
    height: 600px;
  }
}

@media (min-width: 1280px) {
  .page-home .two-tiles.hover article.big {
    width: 60%;
  }
}

/*********************************************
:: About Page                   
********************************************/
.page-about {
  /********************************************/
}

.page-about .body-container {
  padding: 40px 0 80px;
}

@media (min-width: 1023px) {
  .page-about .body-container {
    padding: 270px 0 100px;
  }
}

.page-about .body-container .content {
  width: 100%;
  max-width: 598px;
  padding: 0 0 40px;
}

@media (min-width: 768px) {
  .page-about .body-container .content {
    width: calc(100% - 362px);
    padding: 0 40px 0 0;
  }
}

.page-about .body-container .content .intro-area {
  text-align: left;
}

.page-about .body-container .content .intro-area .h2 {
  margin-bottom: 44px;
}

.page-about .body-container .content .intro-area .h2:before {
  right: auto;
  margin: 0;
}

.page-about .body-container .content .intro-area .leadcopy {
  margin-bottom: 25px;
}

.page-about .body-container .content .button {
  width: 152px;
  font-size: 16px;
  text-align: center;
}

.page-about .body-container .image {
  position: relative;
  width: 362px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .page-about .body-container .image {
    margin: 124px 0 0;
  }
}

.page-about .body-container .image img {
  position: relative;
  z-index: 2;
  width: 100%;
}

.page-about .body-container .image.watermarked:before {
  content: '';
  position: absolute;
  top: -172px;
  right: -258px;
  width: 405px;
  height: 405px;
  background: url(/images/droplet.svg) no-repeat center;
  background-size: contain;
  opacity: 0.07;
}

/*********************************************
:: Our Team
********************************************/
.page-our-team {
  /********************************************/
}

.page-our-team .body-container {
  padding: 40px 0 80px;
}

@media (min-width: 1023px) {
  .page-our-team .body-container {
    padding: 270px 0 40px;
  }
}

.page-our-team .body-container .people {
  max-width: 855px;
  margin: 0 auto;
}

.page-our-team .body-container article {
  margin-bottom: 60px;
  text-align: center;
}

@media (min-width: 768px) {
  .page-our-team .body-container article {
    width: calc(33.33% - 20px);
  }
}

.page-our-team .body-container article .image {
  width: 100%;
  margin: 0 auto 40px;
}

.page-our-team .body-container article .content h3 {
  margin: 0 0 15px;
  font-family: "Gotham", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.page-our-team .body-container article .content img.wave {
  width: 59px;
  margin: 0 auto;
}

/*********************************************
:: Enquiry Page                   
********************************************/
.page-enquiry {
  /********************************************/
}

.page-enquiry .hero {
  width: 100%;
}

.page-enquiry .hero img {
  width: 100%;
  margin: 0;
}

.page-enquiry .body-container {
  padding: 40px 0 80px;
}

@media (min-width: 1023px) {
  .page-enquiry .body-container {
    padding: 80px 0 100px;
  }
}

.page-enquiry .body-container .form {
  max-width: 557px;
  margin: auto;
}

@media (min-width: 1023px) {
  .page-enquiry .body-container .form {
    margin-top: -2px;
  }
}

.page-enquiry .body-container .form .three-numbers {
  margin-left: 0;
}

.page-enquiry .body-container .form .three-numbers .form-field {
  width: calc(33.33% - 5px);
  margin: auto;
}

.page-enquiry .body-container .form .submit {
  text-align: center;
}

.page-enquiry .body-container .form .submit .button {
  width: 167px;
  margin: 30px auto 0;
}

/*********************************************
:: Contact Page                   
********************************************/
.page-contact {
  /********************************************/
  /********************************************/
}

.page-contact .body-container {
  padding: 40px 0 80px;
}

@media (min-width: 1023px) {
  .page-contact .body-container {
    padding: 154px 0 80px;
  }
}

.page-contact .body-container .details {
  width: 100%;
  max-width: 460px;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .page-contact .body-container .details {
    width: calc(100% - 526px);
  }
}

.page-contact .body-container .details .intro-area {
  text-align: left;
}

.page-contact .body-container .details .intro-area .h2:before {
  margin: 0;
}

.page-contact .body-container .details a {
  display: block;
}

.page-contact .body-container .details .phone {
  display: inline-block;
  margin: 10px 0 15px;
  font-size: 26px;
  font-weight: 700;
  line-height: 33px;
  color: #02111c;
}

.page-contact .body-container .details .email {
  margin: 0 0 45px;
  font-size: 17px;
  font-weight: 500;
  line-height: 17px;
  color: #2881c7;
}

.page-contact .body-container .details h3 {
  margin: 0 0 10px;
  font-family: "Gotham", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 13px;
  color: black;
}

.page-contact .body-container .details p {
  font-size: 16px;
  font-weight: 300;
  color: #02111c;
}

.page-contact .body-container .form {
  width: 100%;
  max-width: 526px;
}

@media (min-width: 768px) {
  .page-contact .body-container .form {
    margin-top: 136px;
  }
}

.page-contact .body-container .form .form-field.submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-contact .body-container .form .form-field.submit .button {
  margin-left: auto;
}

.page-contact .map-container {
  width: 100%;
}

.page-contact .map-container .map {
  width: 100%;
  height: 300px;
}

@media (min-width: 1023px) {
  .page-contact .map-container .map {
    height: 450px;
  }
}

/*********************************************
:: Pool Valet Page                   
********************************************/
.page-pool-valet {
  /********************************************/
}

.page-pool-valet .hero {
  width: 100%;
}

.page-pool-valet .hero img {
  width: 100%;
  margin: 0;
}

.page-pool-valet .body-container {
  padding: 40px 0;
}

@media (min-width: 1023px) {
  .page-pool-valet .body-container {
    padding: 80px 0 0;
  }
}

.page-pool-valet .body-container .intro-area .leadcopy {
  margin-bottom: 97px;
}

.page-pool-valet .body-container .services {
  text-align: center;
}

.page-pool-valet .body-container .services article {
  position: relative;
  width: 100%;
  max-width: 947px;
  margin: 0 auto;
  padding-bottom: 100px;
  text-align: left;
}

@media (min-width: 768px) {
  .page-pool-valet .body-container .services article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

.page-pool-valet .body-container .services article .image {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 362px;
}

.page-pool-valet .body-container .services article .content {
  width: 100%;
}

@media (min-width: 768px) {
  .page-pool-valet .body-container .services article .content {
    width: calc(100% - 362px);
    padding: 0 0 0 125px;
  }
}

.page-pool-valet .body-container .services article .content img.wave {
  width: 59px;
  margin: 40px 0 42px;
}

.page-pool-valet .body-container .services article .content .h2 {
  font-weight: 700;
}

.page-pool-valet .body-container .services article .content .wysiwyg {
  margin: 0 0 60px;
}

.page-pool-valet .body-container .services article .content p {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #02111c;
}

.page-pool-valet .body-container .services article .content .button {
  width: 152px;
  text-align: center;
}

.page-pool-valet .body-container .services article .lines {
  position: absolute;
  top: 187px;
  left: -100px;
  width: 187px;
  height: calc(100% - 187px);
  font-size: 0;
  opacity: 0.3;
}

.page-pool-valet .body-container .services article .lines:before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #2881c7;
}

.page-pool-valet .body-container .services article .lines:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 100%;
  background: #2881c7;
}

@media (min-width: 768px) {
  .page-pool-valet .body-container .services article:nth-of-type(even) .image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (min-width: 768px) {
  .page-pool-valet .body-container .services article:nth-of-type(even) .content {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    padding: 0 125px 0 0;
  }
}

.page-pool-valet .body-container .services article:nth-of-type(4n + 2) .lines,
.page-pool-valet .body-container .services article:nth-of-type(4n + 4) .lines {
  top: -100px;
  left: auto;
  right: -100px;
}

.page-pool-valet .body-container .services article:nth-of-type(4n + 2) .lines:before,
.page-pool-valet .body-container .services article:nth-of-type(4n + 4) .lines:before {
  position: absolute;
  bottom: 0;
}

.page-pool-valet .body-container .services article:nth-of-type(4n + 2) .lines:after,
.page-pool-valet .body-container .services article:nth-of-type(4n + 4) .lines:after {
  position: absolute;
  right: 0;
}

.page-pool-valet .body-container .services article:nth-of-type(4n + 3) .lines {
  top: -100px;
}

.page-pool-valet .body-container .services article:nth-of-type(4n + 3) .lines:before {
  position: absolute;
  bottom: 0;
}

/*********************************************
:: before-afters Page                   
********************************************/
.page-before-afters {
  /********************************************/
}

.page-before-afters .body-container {
  padding: 40px 0 80px;
}

@media (min-width: 1023px) {
  .page-before-afters .body-container {
    padding: 80px 0 100px;
  }
}

.page-before-afters .body-container .intro-area .h2 {
  margin-bottom: 44px;
}

.page-before-afters .body-container .intro-area .leadcopy {
  margin-bottom: 40px;
}

.page-before-afters .body-container .filters {
  margin-bottom: 55px;
  text-align: center;
}

.page-before-afters .body-container .filters .button.small {
  min-width: auto;
  margin-bottom: 5px;
}

.page-before-afters .body-container .before-afters {
  max-width: 1056px;
  margin: 0 auto;
}

.page-before-afters .body-container .before-afters article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-bottom: 50px;
}

.page-before-afters .body-container .before-afters article .before,
.page-before-afters .body-container .before-afters article .after {
  width: calc(50% - 5px);
}

@media (min-width: 1023px) {
  .page-before-afters .body-container .before-afters article .before,
  .page-before-afters .body-container .before-afters article .after {
    width: calc(50% - 30px);
  }
}

.page-before-afters .body-container .before-afters article h4 {
  display: inline-block;
  width: 100%;
  margin: 0 0 15px;
  font-family: "Gotham", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.page-before-afters .body-container .before-afters article h4 strong {
  font-weight: 500;
}

/*********************************************
:: JS Plugins
********************************************/
.selectric-wrapper {
  position: relative;
  cursor: pointer;
  float: left;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  min-width: 170px;
  border: 1px solid #CCCCCC;
  border-radius: 0px;
  background: white;
  position: relative;
  overflow: hidden;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 36px 0 10px;
  font-size: 14px;
  line-height: 36px;
  color: #444;
  height: 36px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 36px;
  height: 36px;
  line-height: 36px;
  background-color: white;
  color: black;
  text-align: center;
  *font: 20px/36px Lucida Sans Unicode, Arial Unicode MS, Arial;
  border-left: 1px solid #CCCCCC;
}

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: white;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #999999;
}

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

.selectric-hover .selectric .button {
  color: black;
}

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

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

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

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

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

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

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

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
}

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

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

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

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

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

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

.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}

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

.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}

.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}

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

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

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

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

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.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;
  -webkit-box-sizing: border-box;
  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: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  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,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  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%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          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;
  -webkit-box-sizing: border-box;
  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;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../../images/ajax-loader.gif") center center no-repeat;
}

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

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 0;
}

.slick-prev:before {
  content: "\2190";
}

.slick-next {
  right: 0;
}

.slick-next:before {
  content: "\2192";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #D8D8D8;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #D8D8D8;
  opacity: 0.75;
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

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

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

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