@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: #0c1968;
  color: white;
}
::-moz-selection, ::selection {
  background: #0c1968;
  color: white;
}

::-moz-selection {
  background: #0c1968;
  color: white;
}

::selection {
  background: #0c1968;
  color: white;
}

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

/*********************************************
:: Icon Fonts                    
********************************************/
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?csxz8c");
  src: url("../fonts/icomoon.eot?csxz8c#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?csxz8c") format("truetype"), url("../fonts/icomoon.woff?csxz8c") format("woff"), url("../fonts/icomoon.svg?csxz8c#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-hero-chevron-down-white:before {
  content: "\E977";
}

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

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

.icon-pdf .path1:before {
  content: "\E961";
  color: white;
}

.icon-pdf .path2:before {
  content: "\E962";
  margin-left: -0.826171875em;
  color: #1457df;
}

.icon-pdf .path3:before {
  content: "\E973";
  margin-left: -0.826171875em;
  color: #1457df;
}

.icon-pdf .path4:before {
  content: "\E974";
  margin-left: -0.826171875em;
  color: #1457df;
}

.icon-pdf .path5:before {
  content: "\E975";
  margin-left: -0.826171875em;
  color: #1457df;
}

.icon-pdf .path6:before {
  content: "\E976";
  margin-left: -0.826171875em;
  color: #1457df;
}

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

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

.icon-ico-search:before {
  content: "\E98D";
  color: #4c4c4c;
}

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

.icon-ico-heart:before {
  content: "\E963";
  color: #090e42;
}

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

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

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

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

.icon-ico-map:before {
  content: "\E968";
  color: #989da1;
}

.icon-ico-mail:before {
  content: "\E969";
  color: #989da1;
}

.icon-ico-phone:before {
  content: "\E96A";
  color: #989da1;
}

.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";
}

.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";
  color: #5c6770;
}

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

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

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

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

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

.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-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";
}

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

h1, h2, legend, h3, h4, h5, h6 {
  margin: 0 0 20px;
  font-family: "stevie-sans", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 400;
}

h1, .section-title {
  font-size: 40px;
  letter-spacing: -0.4px;
  line-height: 44px;
}

@media (min-width: 1024px) {
  h1, .section-title {
    font-size: 60px;
    letter-spacing: -0.5px;
    line-height: 64px;
  }
}

h2, legend {
  font-size: 38px;
  letter-spacing: -0.4px;
  line-height: 1.1;
}

@media (min-width: 1024px) {
  h2, legend {
    font-size: 40px;
  }
}

h3 {
  font-size: 24px;
  line-height: 1.15;
}

@media (min-width: 1024px) {
  h3 {
    font-size: 26px;
  }
}

h4 {
  font-size: 22px;
  line-height: 1.15;
}

@media (min-width: 1024px) {
  h4 {
    font-size: 24px;
  }
}

h5 {
  font-size: 18px;
  line-height: 1.15;
}

@media (min-width: 1024px) {
  h5 {
    font-size: 20px;
  }
}

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

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

/*******************************************/
p, li, td, th, a, mark, time, dl, label, address {
  margin: 0 0 15px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 28px;
  color: #323232;
}

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: #0c1968;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

a:hover, a:focus, a:active {
  color: #0c1968;
}

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: #0c1968;
}

@media (min-width: 1024px) {
  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 li {
  list-style-type: disc;
}

.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-size: 15px;
  font-weight: 700;
  line-height: 24px;
  color: black;
}

@media (min-width: 1024px) {
  .leadcopy {
    font-size: 17px;
  }
}

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

/*******************************************/
.section-title {
  font-weight: 300;
}

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

/*******************************************/
.button,
a.button,
button.button {
  display: inline-block;
  min-width: 120px;
  padding: 19px;
  color: #0c1968;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 20px;
  text-align: center;
  background-color: transparent;
  border-radius: 3px;
  border: 1px solid #0c1968;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.button.full,
a.button.full,
button.button.full {
  width: 100%;
}

.button:hover, .button:focus, .button:active,
a.button:hover,
a.button:focus,
a.button:active,
button.button:hover,
button.button:focus,
button.button:active {
  color: white !important;
  background-color: #0c1968;
  border-color: #0c1968;
}

/*******************************************/
.button-underline {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  color: #0c1968;
}

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

/*******************************************/
.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: 500;
  color: #212121;
  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 #212121;
  border-top: 1px solid #212121;
}

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: 500;
  color: #212121;
  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);
}

/*******************************************/
@media (max-width: 1024px) {
  .main {
    padding-top: 96px;
  }
}

@media (min-width: 1025px) {
  .main {
    min-height: calc(100vh - 449px);
    padding-top: 110px;
  }
}

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

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

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

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

/*******************************************/
@media (min-width: 1024px) {
  .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;
}

/*******************************************/
.left-block {
  margin-bottom: 40px;
  width: 100%;
}

@media (min-width: 1024px) {
  .left-block {
    max-width: 55%;
  }
}

@media (min-width: 1160px) {
  .left-block {
    margin-bottom: 0;
    max-width: 670px;
  }
}

/*******************************************/
.right-block {
  width: 100%;
}

@media (min-width: 1024px) {
  .right-block {
    max-width: 40%;
    margin-left: auto;
  }
}

@media (min-width: 1160px) {
  .right-block {
    max-width: 410px;
    padding-left: 40px;
  }
}

/*******************************************/
.bordered-card {
  padding: 20px;
  margin-bottom: 30px;
  border: 1px solid #e0e1e2;
  border-top: 3px solid #0c1968;
}

@media (min-width: 1024px) {
  .bordered-card {
    padding: 37px 39px 38px;
  }
}

.bordered-card h3 {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 30px;
}

/*******************************************/
.cursor-pointer {
  cursor: pointer;
}

/*******************************************/
.title-section {
  padding-top: 82px;
  margin-bottom: 40px;
  border-top: 1px solid #e3e3e3;
}

@media (max-width: 1023px) {
  .title-section {
    padding-top: 60px;
  }
}

.title-section h1 {
  margin-bottom: 49px;
  font-family: "Roboto", sans-serif;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 62px;
  color: #a6a6a6;
  text-transform: uppercase;
}

@media (max-width: 1023px) {
  .title-section h1 {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .title-section h1 {
    font-size: 40px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.33px;
    line-height: 50px;
    text-align: left;
    text-transform: uppercase;
  }
}

.page-case-studies p.description, .page-testimonials p.description {
  max-width: 570px;
  margin-bottom: 49px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 28px;
  color: #323232;
}

.w-100 {
  width: 100%;
}

@media (max-width: 1023px) {
  .visible-mediumish {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hidden-mediumish {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .visible-mediumish {
    display: none !important;
  }
  .hidden-mediumish {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.projects p.description {
  max-width: 570px;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

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

legend {
  margin-bottom: 15px;
}

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

/*******************************************/
.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: 50px;
  padding: 0px 10px;
  font-size: 14px;
  line-height: 36px;
  background: white;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  outline: none;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

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

/*******************************************/
*::-webkit-input-placeholder {
  font-family: "Roboto", sans-serif;
  color: #a6a6a6;
}
*::-moz-placeholder {
  font-family: "Roboto", sans-serif;
  color: #a6a6a6;
}
*::-ms-input-placeholder {
  font-family: "Roboto", sans-serif;
  color: #a6a6a6;
}
*::placeholder {
  font-family: "Roboto", sans-serif;
  color: #a6a6a6;
}

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

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

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

/*******************************************/
.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% + 20px);
  margin: 0 -10px;
}

@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: 10px;
  margin-right: 10px;
}

/*******************************************/
.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: #0c1968;
}

.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: #0c1968 !important;
}

.form-note {
  display: inline-block;
  margin-bottom: 20px;
  font-weight: 500;
  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 {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  display: inline-block;
  text-align: center;
  background: whitesmoke;
  /********************************************/
}

@media (min-width: 1024px) {
  .pagination-module {
    background: white;
  }
}

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

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

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

.pagination-module ul li a {
  line-height: 28px;
  text-align: center;
  color: #0c1968;
  font-family: "Roboto", sans-serif;
  font-size: 1.25em;
}

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

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

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

/********************************************/
/*********************************************
:: Header Module
********************************************/
.site-header {
  position: fixed;
  width: 100%;
  height: auto;
  background-color: white;
  z-index: 101;
}

@media (min-width: 1024px) {
  .site-header {
    height: auto;
    padding: 0;
  }
}

@media (max-width: 1023px) {
  .site-header {
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    height: 96px;
  }
}

.site-header > .content-max-width {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-header .logo {
  margin-bottom: 18px;
}

@media (max-width: 1023px) {
  .site-header .logo {
    margin: 0;
  }
}

.site-header .logo img {
  width: 182px;
}

@media (max-width: 1023px) {
  .site-header .logo img {
    width: 172px;
  }
}

.site-header nav {
  position: fixed;
  top: 0;
  right: -325px;
  width: 325px;
  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: 1024px) {
  .site-header nav {
    position: static;
    display: block !important;
    width: auto;
    height: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: right;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

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

@media (min-width: 1024px) {
  .site-header nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0;
    margin: 0;
  }
}

@media (max-width: 1023px) {
  .site-header nav ul {
    margin-top: 50px;
  }
}

@media (min-width: 1024px) {
  .site-header nav ul .project-dropdown {
    position: absolute;
    display: block;
    top: 112px;
    left: -18px;
    width: 162px;
    background: white;
    border: #e3e3e3 1px solid;
  }
  .site-header nav ul .project-dropdown ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 14px 20px 16px;
  }
  .site-header nav ul .project-dropdown ul li {
    margin: 0 0 5px;
    text-align: left;
  }
  .site-header nav ul .project-dropdown ul li:last-child {
    margin-bottom: 0;
  }
  .site-header nav ul .project-dropdown ul li a {
    padding: 0;
    color: #323232;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 18px;
  }
}

@media (max-width: 1023px) {
  .site-header nav ul .project-dropdown ul {
    margin-top: 0;
    padding: 0 20px 20px;
  }
  .site-header nav ul .project-dropdown ul li {
    border: 0;
  }
  .site-header nav ul .project-dropdown ul li a {
    padding: 15px 0;
  }
}

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

@media (max-width: 1160px) {
  .site-header nav li {
    margin-right: 20px;
  }
}

@media (max-width: 1023px) {
  .site-header nav li {
    display: block;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #e0e1e2;
  }
  .site-header nav li:nth-last-child(2) {
    border-bottom: none;
  }
}

.site-header nav a {
  display: inline-block;
  padding: 45px 0;
  font-family: "stevie-sans", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 20px;
  text-align: left;
  text-transform: uppercase;
  color: #323232;
}

@media (max-width: 1023px) {
  .site-header nav a {
    width: 100%;
    padding: 22px 0;
    font-size: 22px;
    font-weight: 300;
    line-height: 24px;
    text-align: left;
  }
}

.site-header nav a span.icon {
  position: relative;
  top: 0px;
  right: -3px;
  font-size: 13px;
  color: #0c1968;
}

@media (max-width: 1023px) {
  .site-header nav a span.icon {
    position: absolute;
    top: 15px;
    right: 0;
    font-size: 30px;
    color: #696969;
  }
}

.site-header nav a:hover {
  color: #0c1968;
}

.site-header nav .children.mobile h3 {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

.site-header nav .children.mobile h3:hover, .site-header nav .children.mobile h3.active {
  color: #1457df;
  cursor: pointer;
}

.site-header nav .children.mobile ul {
  padding: 0;
  margin: 0 0 30px 0;
}

.site-header nav .children.mobile ul li {
  margin-bottom: 20px;
  border-bottom: none;
}

.site-header nav .children.mobile ul li a {
  padding: 0;
  margin: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  color: #000000;
}

.site-header nav .children.mobile ul li a:hover, .site-header nav .children.mobile ul li a.active {
  color: #1457df;
  cursor: pointer;
}

.site-header .button.get-quote {
  margin-right: -1px;
  padding: 7px 15px 7px 14px;
  font-family: "stevie-sans", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 20px;
  color: #0c1968;
  text-transform: uppercase;
  border: 2px solid #858cb4;
  border-radius: 1px;
}

@media (max-width: 1023px) {
  .site-header .button.get-quote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 56px;
    margin: 20px 0;
    font-size: 22px;
  }
}

.site-header .hamburger {
  position: absolute;
  top: 45px;
  right: 20px;
  width: 30px;
  height: 20px;
  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: 30px;
  height: 2px;
  background: #0c1968;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.site-header .hamburger span:nth-of-type(2) {
  top: 8px;
}

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

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

.site-header .search {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999999999999999999;
  background-color: #0c1968;
}

.site-header .search .logo-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 90px;
}

@media (max-width: 1023px) {
  .site-header .search .logo-box {
    height: 70px;
  }
}

@media (max-width: 1023px) {
  .site-header .search .logo-box .logo {
    padding-left: 41px;
  }
}

.site-header .search .logo-box .close {
  margin-top: 1px;
  margin-right: -1px;
}

.site-header .search .search-box {
  height: 310px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-header .search .search-box .search-wrap {
  position: relative;
  width: 100%;
  margin-top: -11px;
}

.site-header .search .search-box .search-wrap input {
  height: 120px;
  padding: 0;
  background: transparent;
  border: none;
  color: white;
  font-size: 60px;
  font-weight: 300;
  letter-spacing: -0.5px;
  line-height: 64px;
  text-align: left;
  border-bottom: 2px solid white;
}

@media (max-width: 450px) {
  .site-header .search .search-box .search-wrap input {
    height: 80px;
    font-size: 40px;
  }
}

.site-header .search .search-box .search-wrap input::-webkit-input-placeholder {
  height: 100px;
  color: white;
  font-size: 60px;
  font-weight: 400;
  letter-spacing: -0.5px;
  line-height: 100px;
  opacity: .3;
}

.site-header .search .search-box .search-wrap input::-moz-placeholder {
  height: 100px;
  color: white;
  font-size: 60px;
  font-weight: 400;
  letter-spacing: -0.5px;
  line-height: 100px;
  opacity: .3;
}

.site-header .search .search-box .search-wrap input::-ms-input-placeholder {
  height: 100px;
  color: white;
  font-size: 60px;
  font-weight: 400;
  letter-spacing: -0.5px;
  line-height: 100px;
  opacity: .3;
}

.site-header .search .search-box .search-wrap input::placeholder {
  height: 100px;
  color: white;
  font-size: 60px;
  font-weight: 400;
  letter-spacing: -0.5px;
  line-height: 100px;
  opacity: .3;
}

@media (max-width: 450px) {
  .site-header .search .search-box .search-wrap input::-webkit-input-placeholder {
    font-size: 40px;
  }
  .site-header .search .search-box .search-wrap input::-moz-placeholder {
    font-size: 40px;
  }
  .site-header .search .search-box .search-wrap input::-ms-input-placeholder {
    font-size: 40px;
  }
  .site-header .search .search-box .search-wrap input::placeholder {
    font-size: 40px;
  }
}

.site-header .search .search-box .search-wrap input::-ms-input-placeholder {
  color: white;
  font-size: 60px;
  font-weight: 300;
  letter-spacing: -0.5px;
  line-height: 64px;
}

@media (max-width: 450px) {
  .site-header .search .search-box .search-wrap input::-ms-input-placeholder {
    font-size: 40px;
  }
}

.site-header .search .search-box .search-wrap input::-ms-input-placeholder {
  color: white;
  font-size: 60px;
  font-weight: 300;
  letter-spacing: -0.5px;
  line-height: 64px;
}

@media (max-width: 450px) {
  .site-header .search .search-box .search-wrap input::-ms-input-placeholder {
    font-size: 40px;
  }
}

.site-header .search .search-box .search-wrap input::-ms-clear {
  display: none;
}

.site-header .search .search-box .search-wrap:after {
  content: url(/images/icons/Search-white.svg);
  position: absolute;
  bottom: 30px;
  right: -2px;
}

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

.site-header.open .hamburger {
  position: fixed;
  right: 13px;
  z-index: 100000;
}

.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);
}

/********************************************/
.product-dropdown {
  position: fixed;
  width: 100%;
  height: auto;
  top: 90px;
  left: 0;
  z-index: 100;
  padding: 60px 0 100px;
  background: white;
  overflow: auto;
}

.product-dropdown .flex.flex-between:after {
  content: "";
  max-width: 25%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}

.product-dropdown .flex-1 {
  width: 25%;
}

@media (min-width: 1280px) {
  .product-dropdown .flex-1 {
    width: 23.1%;
    padding-right: 3%;
  }
}

.product-dropdown .flex-1:last-child {
  margin-right: 0;
}

.product-dropdown .flex-1 h3 {
  max-width: 150px;
  margin-bottom: 15px;
}

.product-dropdown .flex-1 h3 a {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  color: #000000;
}

.product-dropdown .flex-1 h3 img {
  display: inline;
  margin-left: 2px;
}

.product-dropdown .flex-1 ul {
  padding: 0;
  margin: 0 0 50px 0;
}

.product-dropdown .flex-1 ul li {
  margin-bottom: 12px;
}

.product-dropdown .flex-1 ul li a {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  color: #000000;
}

/********************************************/
/********************************************/
/********************************************/
/********************************************/
/*********************************************
:: Footer Module                    
********************************************/
.site-footer {
  position: relative;
  padding-top: 30px;
  border-top: 1px solid #e0e1e2;
  /********************************************/
  /********************************************/
}

.site-footer .footer-top {
  margin-bottom: 71px;
}

@media (max-width: 1023px) {
  .site-footer .footer-top {
    margin-bottom: 60px;
  }
}

@media (max-width: 1023px) {
  .site-footer .footer-top .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.site-footer .footer-top .info {
  width: 270px;
  margin-right: 30px;
}

@media (max-width: 1023px) {
  .site-footer .footer-top .info {
    width: 100%;
    margin: 0;
  }
}

.site-footer .footer-top .info > * {
  display: block;
}

@media (max-width: 1023px) {
  .site-footer .footer-top .info > * {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}

.site-footer .footer-top .info .logo {
  width: 135px;
  height: auto;
  margin-bottom: 29px;
}

.site-footer .footer-top .info .tel {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  color: black;
}

.site-footer .footer-top .info .email {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.site-footer .footer-top .footer-nav {
  margin: 30px 30px 0 0;
  padding: 0;
  width: 270px;
}

.site-footer .footer-top .footer-nav li {
  margin-bottom: 8px;
}

.site-footer .footer-top .footer-nav li a {
  color: #323232;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 20px;
}

.site-footer .footer-top .social {
  position: absolute;
  top: 35px;
  right: 20px;
}

@media (max-width: 1023px) {
  .site-footer .footer-top .social {
    position: static;
    margin: 30px auto 0;
    top: 0;
    right: 0;
  }
}

.site-footer .footer-top .social .fb {
  font-size: 24px;
  margin-right: 10px;
}

.site-footer .footer-top .social .ig {
  font-size: 26px;
}

.site-footer .footer-legal {
  padding: 9px 0 13px;
  border-top: 1px solid #e0e1e2;
}

@media (max-width: 1023px) {
  .site-footer .footer-legal .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.site-footer .footer-legal p, .site-footer .footer-legal a {
  width: auto;
  margin-bottom: 0;
  color: #323232;
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 20px;
  opacity: .5;
}

@media (max-width: 1023px) {
  .site-footer .footer-legal p, .site-footer .footer-legal a {
    margin: 0 auto !important;
  }
}

.site-footer .footer-legal .copyright {
  margin-bottom: 0px;
  margin-right: auto;
}

.site-footer .footer-legal .rights {
  margin-left: 35px;
}

.site-footer .footer-legal .attribution {
  margin-left: auto;
}

/********************************************/
/********************************************/
/********************************************/
/*********************************************
:: Link Right Module  
********************************************/
.link-right-module > a {
  border-top: 2px solid #ebebeb;
  padding-top: 21px;
  padding-bottom: 19px;
}

.link-right-module > a:hover {
  opacity: 0.7;
}

.link-right-module h3 {
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 30px;
  text-transform: uppercase;
  color: #0c1968;
}

@media (min-width: 350px) {
  .link-right-module h3 {
    max-width: 160px;
  }
}

.link-right-module p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

@media (min-width: 350px) {
  .link-right-module p {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.link-right-module p .text {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 20px;
  color: #323232;
}

.link-right-module p .icon {
  margin-left: 10px;
  color: #0c1968;
  font-size: 12px;
}

@media (min-width: 350px) {
  .link-right-module p .icon {
    margin-top: 4px;
    margin-bottom: 23px;
    margin-left: 0;
  }
}

/*********************************************
:: Search filter vue                    
********************************************/
.search-filter .search {
  position: relative;
  max-width: 570px;
  width: 100%;
  margin-bottom: 40px;
}

@media (max-width: 1024px) {
  .search-filter .search {
    max-width: 100%;
    width: 100%;
    margin-bottom: 10px;
  }
}

.search-filter .search input {
  width: 100%;
  height: 40px;
  padding: 10px 16px;
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  border-radius: 3px;
  border: 1px solid #e0e1e2;
  background-color: #ffffff;
}

.search-filter .search input::-webkit-input-placeholder {
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  opacity: 0.5;
}

.search-filter .search input::-moz-placeholder {
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  opacity: 0.5;
}

.search-filter .search input::-ms-input-placeholder {
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  opacity: 0.5;
}

.search-filter .search input::placeholder {
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  opacity: 0.5;
}

.search-filter .search input::-ms-input-placeholder {
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.search-filter .search input::-ms-input-placeholder {
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.search-filter .search:after {
  position: absolute;
  right: 11px;
  top: 2px;
  height: 40px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
  padding: 0;
  content: url("/images/icons/search.svg");
}

.search-filter .filter {
  position: relative;
  margin-bottom: 40px;
}

@media (max-width: 1024px) {
  .search-filter .filter {
    width: 100%;
    margin-bottom: 30px;
  }
}

.search-filter .filter select {
  width: 270px;
  height: 40px;
  padding: 2px 16px;
  border-radius: 3px;
  border: 1px solid #e0e1e2;
  background-color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (max-width: 1024px) {
  .search-filter .filter select {
    width: 100%;
  }
}

.search-filter .filter select option {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.search-filter .filter:after {
  position: absolute;
  right: 16px;
  top: -2px;
  height: 40px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
  padding: 0;
  content: url("/images/icons/chevron-down-blue.svg");
}

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

.page-home .hero-container {
  position: relative;
}

.page-home .hero-container .hero-slideshow .slick-dots {
  bottom: 64px;
  right: 15px;
  width: auto;
  z-index: 1;
}

@media (min-width: 1280px) {
  .page-home .hero-container .hero-slideshow .slick-dots {
    right: calc((100% - 1184px)/2);
  }
}

@media (max-width: 1023px) {
  .page-home .hero-container .hero-slideshow .slick-dots {
    bottom: 40px;
  }
}

.page-home .hero-container .hero-slideshow .slick-dots li {
  margin: 0 7px;
  width: auto;
  height: auto;
}

.page-home .hero-container .hero-slideshow .slick-dots li button {
  height: 12px;
  width: 12px;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  -webkit-transition: 0.4s ease-in-out all;
  transition: 0.4s ease-in-out all;
}

.page-home .hero-container .hero-slideshow .slick-dots li button:before {
  display: none;
}

.page-home .hero-container .hero-slideshow .slick-dots li.slick-active button, .page-home .hero-container .hero-slideshow .slick-dots li:hover button {
  background-color: white;
}

.page-home .hero-container article {
  position: relative;
  width: 100%;
  height: 700px;
}

@media (min-width: 1440px) {
  .page-home .hero-container article {
    height: 700px;
  }
}

@media (max-width: 1023px) {
  .page-home .hero-container article {
    height: 374px;
  }
}

.page-home .hero-container article:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(12, 25, 104, 0.8);
}

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

.page-home .hero-container .content {
  position: absolute;
  top: 302px;
  z-index: 9;
  width: 100%;
}

@media (max-width: 1023px) {
  .page-home .hero-container .content {
    top: 60px;
  }
}

.page-home .hero-container .content h1 {
  max-width: 770px;
  margin: 0 auto 0 0;
  font-family: "Roboto", sans-serif;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 64px;
  text-transform: uppercase;
  color: #fff;
}

@media (max-width: 767px) {
  .page-home .hero-container .content h1 {
    font-size: 40px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.33px;
    line-height: 50px;
    text-align: left;
    text-transform: uppercase;
  }
}

.page-home .hero-container .button-container {
  position: absolute;
  bottom: 57px;
  width: 100%;
}

@media (max-width: 1023px) {
  .page-home .hero-container .button-container {
    bottom: 33px;
  }
}

.page-home .hero-container .button-container .content-max-width {
  text-align: center;
}

@media (max-width: 1023px) {
  .page-home .hero-container .button-container .content-max-width {
    text-align: left;
  }
}

.page-home .hero-container .button-container .button-down {
  padding: 0;
  color: white;
  font-size: 19px;
  cursor: pointer;
}

.page-home .mid-container {
  margin-top: 120px;
  margin-bottom: 80px;
}

@media (max-width: 1023px) {
  .page-home .mid-container {
    margin-top: 50px;
    margin-bottom: 40px;
  }
}

@media (min-width: 1024px) {
  .page-home .mid-container .left-block {
    max-width: 570px;
  }
}

.page-home .mid-container .left-block .section-title {
  margin-bottom: 30px;
  font-family: "Roboto", sans-serif;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 62px;
  text-transform: uppercase;
  color: #a6a6a6;
}

@media (max-width: 767px) {
  .page-home .mid-container .left-block .section-title {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.3px;
    line-height: 42px;
  }
}

.page-home .mid-container .right-block {
  margin-top: -4px;
}

.page-home .image-link-container {
  margin-bottom: 80px;
}

@media (max-width: 1023px) {
  .page-home .image-link-container {
    margin-bottom: 20px;
  }
}

.page-home .image-link-container article {
  position: relative;
  min-height: 226px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (min-width: 768px) {
  .page-home .image-link-container article {
    width: calc(50% - 15px);
    height: 385px;
  }
}

.page-home .image-link-container article a {
  display: block;
  width: 100%;
  height: 100%;
}

.page-home .image-link-container article .content {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 75px 24px 28px;
}

@media (min-width: 768px) {
  .page-home .image-link-container article .content {
    position: absolute;
    padding: 75px 40px 40px;
  }
}

.page-home .image-link-container article .content * {
  position: relative;
  color: white;
}

.page-home .image-link-container article .content:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.page-home .image-link-container article .content h3 {
  margin-bottom: 8px;
  font-family: "Roboto", sans-serif;
  font-size: 34px;
  font-weight: 400;
  letter-spacing: -0.4px;
}

@media (min-width: 768px) {
  .page-home .image-link-container article .content h3 {
    font-size: 40px;
  }
}

.page-home .image-link-container article .content .view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  font-size: 15px;
  line-height: 20px;
}

.page-home .image-link-container article .content .view .icon {
  font-size: 12px;
  margin-left: 13px;
  margin-top: 1px;
}

.page-home .image-link-container article + article {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .page-home .image-link-container article + article {
    margin-top: 0;
  }
}

.page-home .products-container {
  padding-top: 82px;
  padding-bottom: 79px;
  background-color: #f3f3f7;
}

@media (max-width: 1023px) {
  .page-home .products-container {
    padding: 60px 0;
  }
}

.page-home .products-container .content-max-width {
  max-width: 1240px;
}

@media (min-width: 1024px) {
  .page-home .products-container .content-max-width {
    left: 10px;
  }
}

.page-home .products-container .heading {
  max-width: 570px;
  margin-bottom: 78px;
}

@media (max-width: 600px) {
  .page-home .products-container .heading {
    margin-bottom: 40px;
  }
}

.page-home .products-container .heading h2, .page-home .products-container .heading legend {
  margin-bottom: 30px;
  color: #a6a6a6;
  font-family: "Roboto", sans-serif;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 64px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .page-home .products-container .heading h2, .page-home .products-container .heading legend {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.3px;
    line-height: 42px;
  }
}

.page-home .products-container .product-slider {
  width: 100%;
}

@media (min-width: 479px) {
  .page-home .products-container .product-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.page-home .products-container .product-slider article a {
  display: inline-block;
  width: 100%;
  margin: 0 0 20px 0;
  outline: 0;
}

@media (min-width: 479px) {
  .page-home .products-container .product-slider article a {
    width: calc(100% - 20px);
    margin: 0 20px 0 0;
  }
}

.page-home .products-container .product-slider article a:hover .image-wrap .view-button {
  opacity: 1;
}

.page-home .products-container .product-slider article .image-wrap {
  position: relative;
  overflow: hidden;
}

.page-home .products-container .product-slider article .image-wrap img {
  min-height: 193px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 479px) {
  .page-home .products-container .product-slider article .image-wrap img {
    min-height: 182px;
    height: 182px;
  }
}

.page-home .products-container .product-slider article .image-wrap .view-button {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 25px;
  color: white;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 20px;
  z-index: 1;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}

@media (min-width: 1024px) {
  .page-home .products-container .product-slider article .image-wrap .view-button {
    opacity: 0;
  }
}

.page-home .products-container .product-slider article .image-wrap .view-button .icon {
  margin-left: 7px;
  font-size: 12px;
}

.page-home .products-container .product-slider article .image-wrap .view-button:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 150%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  z-index: -1;
}

.page-home .products-container .product-slider article .text {
  padding: 25px 24px 15px;
  min-height: 96px;
  border: 1px solid #e0e1e2;
  background: white;
  border-top: 0;
}

.page-home .products-container .product-slider article .text h3 {
  margin-bottom: 0;
  font-family: "stevie-sans", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 20px;
  color: #0c1968;
  text-transform: uppercase;
}

@media (max-width: 600px) {
  .page-home .products-container .product-slider .slick-slide {
    width: 285px !important;
  }
}

.page-home .products-container .product-slider .slick-arrow {
  top: -115px;
  width: 46px;
  height: 70px;
  background-color: black;
  color: white;
}

.page-home .products-container .product-slider .slick-arrow:before {
  font-family: "icomoon";
  font-weight: 600;
  font-size: 27px;
  opacity: 1;
}

.page-home .products-container .product-slider .slick-arrow.slick-prev {
  left: auto;
  right: 62px;
}

.page-home .products-container .product-slider .slick-arrow.slick-prev:before {
  content: "\E979";
}

.page-home .products-container .product-slider .slick-arrow.slick-next {
  right: 15px;
}

.page-home .products-container .product-slider .slick-arrow.slick-next:before {
  content: "\E978";
}

.page-home .products-container .product-slider .slick-arrow.slick-disabled {
  background-color: rgba(0, 0, 0, 0.1);
}

.page-home .products-container .product-slider .slick-arrow.slick-disabled:before {
  opacity: 1;
}

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

@media (max-width: 1024px) {
  .page-about {
    min-height: calc(100vh - 290px);
    padding-bottom: 80px;
  }
}

.page-about .flex {
  margin: 0 -15px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.page-about .flex .about-card {
  width: 50%;
  padding: 0 15px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .page-about .flex .about-card {
    width: 100%;
  }
}

.page-about .flex .about-card hr {
  margin: 0;
  height: 3px;
  background: #1457df;
}

.page-about .flex .about-card .card-body {
  height: 100%;
  padding: 38px;
  border-top: none !important;
  border: 1px solid #e0e1e2;
}

.page-about .flex .about-card .card-body h1 {
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
}

.page-about .flex .about-card .card-body .wysiwyg {
  margin-bottom: 40px;
}

.page-about .flex .about-card .card-body .wysiwyg p {
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
}

.page-about .flex .about-card .card-body .wysiwyg ul li, .page-about .flex .about-card .card-body .wysiwyg ol li {
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
}

.page-about .flex .about-card .card-body a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.page-about .flex .about-card .card-body a img {
  display: inline;
  margin-left: 10px;
}

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

.page-our-team .title-section {
  margin-bottom: 49px;
}

.page-our-team .about-container .flex {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.page-our-team .about-container .margin-reset {
  margin: 0 -20px;
}

@media (min-width: 1280px) {
  .page-our-team .about-container .margin-reset {
    margin: 0 -30px;
  }
}

.page-our-team .about-container article {
  width: 33.3333%;
  padding: 0 20px;
  margin-bottom: 50px;
}

@media (min-width: 1280px) {
  .page-our-team .about-container article {
    padding: 0 30px;
  }
}

@media (max-width: 1024px) {
  .page-our-team .about-container article {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .page-our-team .about-container article {
    width: 100%;
  }
}

.page-our-team .about-container article img {
  width: 100%;
}

.page-our-team .about-container article img.profile-img {
  margin-bottom: 40px;
}

.page-our-team .about-container article h2, .page-our-team .about-container article legend {
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
}

.page-our-team .about-container article p {
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.page-our-team .about-container article p.position {
  color: #696969;
}

.page-our-team .about-container article p.email {
  margin-bottom: 20px;
  color: #0c1968;
}

.page-our-team .about-container article .content {
  height: 67px;
  margin-bottom: 22px;
  overflow: hidden;
}

.page-our-team .about-container article .content p {
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
}

.page-our-team .about-container article .expand {
  width: 34px;
  height: 34px;
}

/*********************************************
:: Testimonials
********************************************/
.page-testimonials {
  /********************************************/
}

.page-testimonials article {
  padding: 47px 39px 39px;
  margin-bottom: 30px;
  border: 1px solid #e0e1e2;
  background-color: #ffffff;
}

@media (min-width: 1024px) and (max-width: 1160px) {
  .page-testimonials article .author {
    max-width: 200px;
    width: 100%;
  }
}

@media (max-width: 1023px) {
  .page-testimonials article .author {
    max-width: 100%;
    width: 100%;
  }
}

.page-testimonials article .author h3 {
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
}

.page-testimonials article .author .position {
  margin-bottom: 20px;
  color: #696969;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.page-testimonials article .author hr {
  margin-top: 0;
  margin-bottom: 30px;
  margin-left: 0;
  width: 90px;
  height: 3px;
  background-color: #1457df;
}

.page-testimonials article .content {
  width: 630px;
}

.page-testimonials article .content p {
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
}

.page-testimonials .load-more {
  display: block;
  margin: 20px auto 80px;
  padding: 19px 60px;
}

.page-testimonials .load-more:hover {
  color: white !important;
}

.page-testimonials .load-more a {
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
}

.page-testimonials .load-more a:hover {
  color: white !important;
}

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

.page-contact .title-section {
  margin-bottom: 0;
}

.page-contact .contact-container {
  margin-bottom: 50px;
}

.page-contact .contact-container .col1 {
  width: 470px;
  margin-bottom: 30px;
}

@media (max-width: 1160px) {
  .page-contact .contact-container .col1 {
    width: 45%;
  }
}

@media (max-width: 1024px) {
  .page-contact .contact-container .col1 {
    width: 30%;
  }
}

@media (max-width: 767px) {
  .page-contact .contact-container .col1 {
    width: 100%;
  }
}

.page-contact .contact-container .col1 .phone {
  display: block;
  margin-bottom: 9px;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 30px;
  color: #0C1968;
}

.page-contact .contact-container .col1 .email {
  display: block;
  margin-bottom: 51px;
  font-family: "stevie-sans", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px;
  color: #323232;
}

.page-contact .contact-container .col1 p {
  margin-bottom: 5px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 28px;
  color: #A6A6A6;
}

.page-contact .contact-container .col1 p.address {
  width: 158px;
  margin-bottom: 40px;
  font-weight: 400;
  color: #323232;
}

.page-contact .contact-container .col2 {
  width: 671px;
  margin-top: -5px;
  margin-bottom: 5px;
}

@media (max-width: 1160px) {
  .page-contact .contact-container .col2 {
    width: 49%;
  }
}

@media (max-width: 1024px) {
  .page-contact .contact-container .col2 {
    width: 65%;
  }
}

@media (max-width: 767px) {
  .page-contact .contact-container .col2 {
    width: 100%;
  }
}

.page-contact .contact-container .col2 .form-field {
  padding-bottom: 26px;
}

.page-contact .contact-container .col2 .form-field label {
  margin-left: 1px;
  margin-bottom: 4px;
  font-weight: 400;
  color: #323232;
}

@media (min-width: 768px) {
  .page-contact .contact-container .col2 .form-field.phone-field {
    width: 201px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 201px;
            flex: 0 0 201px;
  }
}

.page-contact .contact-container .col2 textarea {
  height: 181px;
}

.page-contact .contact-container .col2 .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 36px;
  width: 125px;
  margin: -1px 0 0 auto;
  padding: 0;
  font-family: "stevie-sans", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px;
  text-transform: uppercase;
  border-radius: 0;
  background-color: #0C1968;
  color: white;
}

.page-contact .map-area .map {
  height: 312px;
}

@media (min-width: 768px) {
  .page-contact .map-area .map {
    height: 400px;
  }
}

/*********************************************
:: Product Detail Page                   
********************************************/
.page-product-detail {
  margin-bottom: 50px;
}

.page-product-detail .product-detail-container {
  margin-top: 36px;
}

.page-product-detail .flex .images {
  width: 500px;
  margin-bottom: 30px;
}

@media (max-width: 1160px) {
  .page-product-detail .flex .images {
    width: 45%;
  }
}

@media (max-width: 768px) {
  .page-product-detail .flex .images {
    width: 100%;
  }
}

.page-product-detail .flex .images .product-image {
  width: 100%;
  height: 376px;
  margin-bottom: 20px;
}

.page-product-detail .flex .images .product-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-product-detail .flex .images .thumbs .slick-list {
  height: 103px;
}

.page-product-detail .flex .images .thumbs .slick-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 103px;
  width: 30px;
  background: black;
}

.page-product-detail .flex .images .thumbs .slick-prev.slick-disabled {
  opacity: .25;
}

.page-product-detail .flex .images .thumbs .slick-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 30px;
  background: black;
}

.page-product-detail .flex .images .thumbs .slick-next.slick-disabled {
  opacity: .25;
}

.page-product-detail .flex .images .thumbs .slick-prev:before {
  content: '\E927';
  opacity: 1;
  font-family: "icomoon";
  color: white;
  font-size: 25px;
}

.page-product-detail .flex .images .thumbs .slick-next:before {
  content: '\E928';
  opacity: 1;
  font-family: "icomoon";
  color: white;
  font-size: 25px;
}

.page-product-detail .flex .images .thumbs .thumb-box {
  height: 103px;
  width: 103px;
  margin-left: 6px;
}

.page-product-detail .flex .images .thumbs .thumb {
  height: 103px;
  width: 103px !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-product-detail .flex .product-content {
  width: 570px;
}

@media (max-width: 1160px) {
  .page-product-detail .flex .product-content {
    width: 45%;
  }
}

@media (max-width: 768px) {
  .page-product-detail .flex .product-content {
    width: 100%;
  }
}

.page-product-detail .flex .product-content h1 {
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: 400;
  letter-spacing: -0.5px;
  line-height: 54px;
}

.page-product-detail .flex .product-content hr {
  width: 90px;
  height: 3px;
  margin: 0 auto 40px 0;
  background-color: #1457df;
}

.page-product-detail .flex .product-content p, .page-product-detail .flex .product-content li {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.page-product-detail .flex .product-content p:last-child {
  margin-bottom: 34px;
}

.page-product-detail .flex .product-content .enquire {
  display: inline-block;
  padding: 20px 60px;
  margin-bottom: 30px;
  border-radius: 3px;
  background-color: #1457df;
  color: white;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}

.page-product-detail .flex .product-content .toggle-buttons {
  margin-bottom: 30px;
}

.page-product-detail .flex .product-content .toggle-buttons ul {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px;
  margin: 0;
  border-radius: 4px;
  background-color: #f0f2f5;
  list-style: none;
}

.page-product-detail .flex .product-content .toggle-buttons ul li {
  display: inline-block;
  margin: 0;
  padding: 6px 25px;
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
  cursor: pointer;
}

.page-product-detail .flex .product-content .toggle-buttons ul li.active {
  border-radius: 2px;
  background-color: #ffffff;
  color: #0c1968;
}

.page-product-detail .flex .product-content .features ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.page-product-detail .flex .product-content .features ul li {
  padding: 0 0 0 36px;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  list-style: none;
  background-image: url("/images/icons/check.svg");
  background-repeat: no-repeat;
  background-size: 23px 23px;
}

.page-product-detail .flex .product-content .downloads .download-item {
  margin-bottom: 20px;
}

.page-product-detail .flex .product-content .downloads .download-item h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -ms-flex-line-pack: center;
      align-content: center;
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
}

.page-product-detail .flex .product-content .downloads .download-item h4 img {
  display: inline;
  margin-right: 15px;
}

.page-product-detail .flex .product-content .downloads .download-item a {
  color: #0c1968;
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
}

.page-product-detail .flex .similar-products {
  margin-top: 100px;
}

.page-product-detail .flex .similar-products h2, .page-product-detail .flex .similar-products legend {
  margin-bottom: 40px;
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
}

.page-product-detail .flex .similar-products .product-slider {
  margin: 0 -5px;
}

@media (min-width: 768px) {
  .page-product-detail .flex .similar-products .product-slider {
    margin: 0 -15px;
  }
}

@media (max-width: 600px) {
  .page-product-detail .flex .similar-products .product-slider {
    margin: 0 -20px 0 -5px;
  }
}

.page-product-detail .flex .similar-products .product-slider article {
  padding: 0 5px;
}

@media (min-width: 768px) {
  .page-product-detail .flex .similar-products .product-slider article {
    padding: 0 15px;
  }
}

.page-product-detail .flex .similar-products .product-slider article a {
  outline: 0;
}

.page-product-detail .flex .similar-products .product-slider article a:hover .image-wrap .view-button {
  opacity: 1;
}

.page-product-detail .flex .similar-products .product-slider article .image-wrap {
  position: relative;
  overflow: hidden;
}

.page-product-detail .flex .similar-products .product-slider article .image-wrap img {
  height: 193px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 600px) {
  .page-product-detail .flex .similar-products .product-slider article .image-wrap img {
    height: 150px;
  }
}

.page-product-detail .flex .similar-products .product-slider article .image-wrap .view-button {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 25px;
  color: white;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 20px;
  z-index: 1;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}

@media (min-width: 1024px) {
  .page-product-detail .flex .similar-products .product-slider article .image-wrap .view-button {
    opacity: 0;
  }
}

.page-product-detail .flex .similar-products .product-slider article .image-wrap .view-button .icon {
  margin-left: 7px;
  font-size: 12px;
}

.page-product-detail .flex .similar-products .product-slider article .image-wrap .view-button:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 150%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  z-index: -1;
}

.page-product-detail .flex .similar-products .product-slider article .text {
  padding: 25px 24px 15px;
  min-height: 96px;
  border: 1px solid #e0e1e2;
  border-top: 0;
}

.page-product-detail .flex .similar-products .product-slider article .text h4 {
  margin: 0;
  min-height: 36px;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  color: #000000;
}

@media (max-width: 600px) {
  .page-product-detail .flex .similar-products .product-slider .slick-slide {
    width: 285px !important;
  }
}

/*******************************************/
/*********************************************
:: Products Page                   
********************************************/
.page-products {
  position: relative;
  /********************************************/
}

@media (max-width: 1024px) {
  .page-products .title-section {
    margin-bottom: 20px;
  }
}

.page-products .categories {
  width: 270px;
  padding: 0 70px 0 0;
  margin: 0 30px 0 0;
}

.page-products .categories li {
  margin-bottom: 20px;
  line-height: 0;
}

.page-products .categories li a {
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  color: black;
}

.page-products .categories li a span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 4px;
  margin-left: 1px;
  font-size: 6px;
  color: #0c1968;
  vertical-align: middle;
}

.page-products .categories li .children {
  margin-top: 10px;
}

.page-products .categories li .children li {
  margin-bottom: 10px;
}

.page-products .categories li .children li a {
  color: #0c1968;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
}

.page-products .categories li .children li a.active {
  color: #696969;
}

.page-products .categories ul {
  padding: 0;
}

@media (max-width: 1024px) {
  .page-products .flex.flex-between {
    margin: 0 -15px;
  }
}

.page-products .products {
  width: 66%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}

@media (min-width: 1280px) {
  .page-products .products {
    width: 900px;
  }
}

@media (max-width: 1024px) {
  .page-products .products {
    width: 100%;
    margin: 0;
  }
}

.page-products .products article {
  max-width: 300px;
  padding: 0 15px;
  margin-bottom: 30px;
}

@media (max-width: 1024px) {
  .page-products .products article {
    max-width: 33.333%;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .page-products .products article {
    max-width: 50%;
  }
}

@media (max-width: 600px) {
  .page-products .products article {
    max-width: 100%;
  }
}

.page-products .products article .image {
  position: relative;
  width: 270px;
  height: 182px;
  margin: 0;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .page-products .products article .image {
    width: 100%;
    height: 200px;
  }
}

@media (max-width: 600px) {
  .page-products .products article .image {
    width: 100%;
    height: 220px;
  }
}

.page-products .products article .image img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.page-products .products article .image .view-button {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 25px;
  color: white;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 20px;
  z-index: 1;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}

@media (min-width: 1024px) {
  .page-products .products article .image .view-button {
    opacity: 0;
  }
}

.page-products .products article .image .view-button .icon {
  margin-left: 7px;
  font-size: 12px;
}

.page-products .products article .image .view-button:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 150%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  z-index: -1;
}

.page-products .products article .image:hover .view-button {
  opacity: 1;
}

.page-products .products article .content {
  height: 110px;
  padding: 25px 25px 49px 25px;
  border: 1px solid #e0e1e2;
}

.page-products .products article .content p {
  color: #000000;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}

.page-products .detail-container {
  width: 100%;
  display: inline-block;
  background: #f7f8fa;
  padding: 24px 0 0px;
}

@media (min-width: 768px) {
  .page-products .detail-container {
    padding: 75px 0 0px;
  }
}

@media (min-width: 1024px) {
  .page-products .detail-container .content-max-width {
    max-width: 1152px;
  }
}

@media (min-width: 1024px) {
  .page-products .detail-container .filter-menu h3 {
    line-height: 20px;
    padding-bottom: 32px;
    margin-bottom: 6px;
  }
  .page-products .detail-container .filter-menu li ul:first-of-type {
    padding-top: 10px;
  }
}

@media (min-width: 1024px) {
  .page-products .detail-container .buttons {
    width: 75%;
    position: absolute;
    top: -123px;
  }
}

.page-products .detail-container .buttons .filter-trigger {
  width: auto;
  height: 37px;
  line-height: 37px;
  border: 1px solid #979797;
  border-radius: 4px;
  margin: 0 0 23px 0;
  padding: 0 10px;
}

.page-products .detail-container .buttons .filter-trigger span {
  color: #0c1968;
}

.page-products .detail-container .buttons p {
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  line-height: 37px;
  color: #0c1968;
  float: right;
}

@media (min-width: 1024px) {
  .page-products .detail-container .buttons p {
    float: none;
    position: relative;
    left: 25%;
  }
}

.page-products .detail-container .buttons p strong {
  color: #0c1968;
}

.page-products .detail-container .buttons .custom-select {
  width: 141px;
  height: 32px;
  float: right;
  position: relative;
  border: 1px solid #979797;
}

.page-products .detail-container .buttons .custom-select:before {
  display: none;
}

.page-products .detail-container .buttons .custom-select:after {
  content: "\E926";
  width: 32px;
  height: 32px;
  font-family: "icomoon";
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  border-left: 1px solid #979797;
  color: #CCC;
  pointer-events: none;
}

.page-products .detail-container .buttons .custom-select select {
  height: 30px;
  font-size: 14px;
  line-height: 23px;
  background: white;
  color: #0c1968;
  border: none;
  padding: 0px 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.page-products .detail-container .description {
  width: 100%;
  float: left;
  margin: 0 0 40px 0;
}

@media (min-width: 1024px) {
  .page-products .detail-container .description {
    margin: 0 0 79px 0;
  }
}

.page-products .detail-container .description .img {
  width: 100%;
  float: left;
  text-align: center;
  margin: 20px 0;
}

@media (min-width: 1024px) {
  .page-products .detail-container .description .img {
    width: 50%;
    text-align: left;
    margin: 0;
  }
}

.page-products .detail-container .description .img img {
  margin: 0 auto;
}

.page-products .detail-container .description ul, .page-products .detail-container .description ol {
  margin-left: 15px;
}

.page-products .detail-container .description ul li {
  list-style-type: disc;
  margin-bottom: 5px;
}

.page-products .detail-container .description .content {
  width: 100%;
  float: left;
}

@media (min-width: 1024px) {
  .page-products .detail-container .description .content {
    width: 50%;
  }
}

.page-products .detail-container .description .content.full {
  width: 100%;
}

.page-products .detail-container .description .content h2, .page-products .detail-container .description .content legend {
  font-weight: 700;
}

.page-products .detail-container .description .content h2.center, .page-products .detail-container .description .content legend.center {
  text-align: center;
}

.page-products .filter.mobile {
  position: fixed;
  top: 0;
  left: -325px;
  padding: 80px 20px 50px 20px;
  overflow-x: scroll;
  width: 325px;
  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;
}

.page-products .filter.mobile.open {
  left: 0;
  -webkit-transition: left 0.25s ease-in-out;
  transition: left 0.25s ease-in-out;
}

.page-products .filter.mobile.open .close {
  left: 270px;
  -webkit-transition: left 0.25s ease-in-out;
  transition: left 0.25s ease-in-out;
}

.page-products .filter.mobile .close {
  position: fixed;
  top: 35px;
  left: -325px;
  z-index: 100000;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.page-products .filter.mobile .close span {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 2px;
  background: #1457df;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.page-products .filter.mobile .close span:nth-of-type(1) {
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.page-products .filter.mobile .close span:nth-of-type(2) {
  opacity: 0;
}

.page-products .filter.mobile .close span:nth-of-type(3) {
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.page-products .filter.mobile .categories {
  padding-right: 50px;
}

.page-products .mobile button {
  width: 100%;
  padding: 8px 10px;
  margin-bottom: 20px;
  color: #000000;
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #1457df;
  background-color: #ffffff;
}

.page-products .mobile button span {
  font-size: 7px;
  color: #1457df;
  margin-left: 2px;
}

@media (min-width: 1024px) {
  .page-products .no-products {
    margin-top: 40px;
    width: 100%;
    text-align: center;
  }
}

/*******************************************/
/*********************************************
:: Search Results Page                   
********************************************/
.page-search-results {
  margin-bottom: 79px;
}

.page-search-results .results-list h2, .page-search-results .results-list legend {
  margin-bottom: 32px;
  color: #696969;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: normal;
}

.page-search-results .results-list h2 strong, .page-search-results .results-list legend strong {
  color: black;
  font-weight: 600;
}

.page-search-results .results-list h2 + h3, .page-search-results .results-list legend + h3 {
  margin-top: 32px;
}

.page-search-results .results-list h3 {
  margin-top: 41px;
  margin-bottom: 0;
  color: black;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: normal;
}

.page-search-results .results-list h3 + a {
  padding-top: 20px;
  border-top: 0 none;
}

.page-search-results .results-list a {
  display: block;
  margin-bottom: 20px;
  padding-top: 21px;
  border-top: 1px solid #e0e1e2;
}

.page-search-results .results-list a:hover {
  opacity: 0.75;
}

.page-search-results .results-list .title {
  margin-bottom: 7px;
  color: #1457df;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 23px;
}

.page-search-results .results-list .link {
  color: #696969;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 20px;
}

.page-search-results .results-list .load-more {
  margin-top: 30px;
}

@media (min-width: 1024px) {
  .page-search-results .right-block {
    margin-top: -1px;
  }
}

/*********************************************
:: Resources Page                   
********************************************/
.page-resources {
  margin-bottom: 49px;
}

.page-resources .bordered-card h3 {
  margin-bottom: 31px;
}

.page-resources .bordered-card ul {
  margin: 0;
  padding: 0;
}

.page-resources .bordered-card li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.page-resources .bordered-card li:last-child {
  margin-bottom: 0;
}

.page-resources .bordered-card li p, .page-resources .bordered-card li a {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
}

.page-resources .bordered-card li p {
  padding-left: 32px;
}

@media (min-width: 768px) {
  .page-resources .bordered-card li p {
    width: calc(100% - 80px);
    padding-left: 34px;
  }
}

.page-resources .bordered-card li a {
  width: 100%;
  padding-left: 32px;
}

@media (min-width: 768px) {
  .page-resources .bordered-card li a {
    width: auto;
    padding-left: 10px;
  }
}

.page-resources .bordered-card li img {
  position: absolute;
  top: -1px;
  left: 1px;
}

@media (min-width: 1024px) {
  .page-resources .left-block, .page-resources .right-block {
    margin-top: -1px;
  }
}

/*********************************************
:: Case Studies page             
********************************************/
.page-case-studies .case-studies {
  margin: 0 -15px;
}

.page-case-studies .case-studies article {
  width: 100%;
  padding: 0 15px 70px;
  margin-bottom: 9px;
}

@media (min-width: 768px) {
  .page-case-studies .case-studies article {
    width: 50%;
  }
}

@media (min-width: 1280px) {
  .page-case-studies .case-studies article {
    max-width: 600px;
  }
}

.page-case-studies .case-studies article .image {
  height: 385px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

@media (max-width: 1023px) {
  .page-case-studies .case-studies article .image {
    height: 265px;
  }
}

.page-case-studies .case-studies article .content {
  position: relative;
  height: 304px;
  padding: 43px 29px 39px;
  border: 1px solid #e0e1e2;
  border-top: 0;
}

@media (max-width: 1023px) {
  .page-case-studies .case-studies article .content {
    padding: 30px 20px 40px;
  }
}

@media (max-width: 768px) {
  .page-case-studies .case-studies article .content {
    padding-bottom: 60px;
    height: auto;
  }
}

.page-case-studies .case-studies article .content .title h1 {
  margin-bottom: 28px;
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: -0.4px;
  line-height: 44px;
  color: #0c1968;
}

@media (max-width: 1023px) {
  .page-case-studies .case-studies article .content .title h1 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 20px;
  }
}

.page-case-studies .case-studies article .content .summary {
  margin-bottom: 29px;
}

.page-case-studies .case-studies article .content .summary p {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 28px;
  color: #323232;
}

.page-case-studies .case-studies article .content .button-link {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  bottom: 39px;
  left: 29px;
  font-family: "stevie-sans", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 20px;
  padding: 8px 43px 8px 44px;
  text-transform: uppercase;
  background-color: #0c1968;
  color: #ffffff;
}

@media (max-width: 768px) {
  .page-case-studies .case-studies article .content .button-link {
    bottom: 30px;
    left: 20px;
  }
}

.page-case-studies .case-studies .load-more {
  display: block;
  margin: 20px auto 80px;
  padding: 19px 60px;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  color: #0c1968;
}

.page-case-studies .case-studies .load-more:hover {
  background: #0c1968;
  color: white !important;
}

@media (max-width: 1023px) {
  .page-case-studies .case-studies .load-more {
    margin-bottom: 60px;
  }
}

/*********************************************
:: Case Studies Detail page
********************************************/
.page-case-studies-detail {
  margin-bottom: 50px;
}

.page-case-studies-detail .gallery {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .page-case-studies-detail .gallery {
    margin-bottom: 30px;
  }
}

.page-case-studies-detail .gallery .slick-slide {
  padding: 0 5px;
  height: auto;
}

@media (max-width: 1280px) and (min-width: 1024px) {
  .page-case-studies-detail .gallery .slick-slide {
    height: 520px;
  }
}

.page-case-studies-detail .slider-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 67px;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.page-case-studies-detail .slider-arrows .previous-button {
  margin-right: 1px;
}

@media (max-width: 1024px) {
  .page-case-studies-detail .slider-arrows {
    margin-bottom: 20px;
  }
}

.page-case-studies-detail .slider-arrows .previous-button, .page-case-studies-detail .slider-arrows .next-button {
  cursor: pointer;
}

@media (max-width: 600px) {
  .page-case-studies-detail .slider-arrows .previous-button, .page-case-studies-detail .slider-arrows .next-button {
    width: 30px;
    height: auto;
  }
}

.page-case-studies-detail .slider-arrows .previous-button.disabled, .page-case-studies-detail .slider-arrows .next-button.disabled {
  opacity: 0.3;
}

.page-case-studies-detail .case-study-details {
  width: 100%;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .page-case-studies-detail .case-study-details {
    width: 60%;
  }
}

@media (min-width: 1160px) {
  .page-case-studies-detail .case-study-details {
    width: 670px;
  }
}

.page-case-studies-detail .case-study-details h2.title, .page-case-studies-detail .case-study-details legend.title {
  margin-top: 10px;
  margin-bottom: 37px;
  font-size: 50px;
  font-weight: 400;
  letter-spacing: -0.5px;
  line-height: 54px;
}

.page-case-studies-detail .case-study-details h1 {
  margin-bottom: 50px;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 62px;
  text-transform: uppercase;
  color: #a6a6a6;
}

.page-case-studies-detail .case-study-details .wysiwyg {
  max-width: 570px;
}

.page-case-studies-detail .case-study-details .wysiwyg p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #323232;
}

.page-case-studies-detail .recent-details {
  width: 100%;
}

@media (min-width: 768px) {
  .page-case-studies-detail .recent-details {
    width: 370px;
  }
}

@media (min-width: 1160px) {
  .page-case-studies-detail .recent-details {
    width: 410px;
  }
}

.page-case-studies-detail .recent-details h2, .page-case-studies-detail .recent-details legend {
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
}

.page-case-studies-detail .recent-details hr {
  width: 370px;
  height: 2px;
  margin: 0 auto 20px 0;
  background-color: #ebebeb;
}

@media (max-width: 768px) {
  .page-case-studies-detail .recent-details hr {
    width: 100%;
  }
}

.page-case-studies-detail .recent-details a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  color: black;
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
}

.page-case-studies-detail .recent-details a img {
  margin-left: 10px;
}

/*********************************************
:: Warranties 
********************************************/
.page-warranties {
  margin-bottom: 49px;
}

@media (max-width: 768px) {
  .page-warranties .left-block {
    max-width: 100%;
  }
}

.page-warranties .left-block .lead-copy {
  width: 570px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

@media (max-width: 768px) {
  .page-warranties .left-block .lead-copy {
    width: 100%;
  }
}

.page-warranties .left-block article {
  padding-top: 30px;
}

.page-warranties .left-block article:first-child {
  border-top: none;
}

.page-warranties .left-block article h5 {
  font-family: "stevie-sans", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 20px;
  text-transform: uppercase;
  color: #0c1968;
}

.page-warranties .left-block article p {
  margin-bottom: 22px;
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
}

.page-warranties .left-block article ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.page-warranties .left-block article ul li {
  padding: 0 0 0 21px;
  margin-bottom: 15px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 28px;
  color: #323232;
  list-style: none;
  background-image: url("/images/list-style.svg");
  background-repeat: no-repeat;
  background-position: 0 8px;
}

@media (min-width: 1024px) {
  .page-warranties .left-block, .page-warranties .right-block {
    margin-top: -1px;
  }
}

/*********************************************
:: Commercials Page
********************************************/
.page-commercial p.description {
  max-width: 570px;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.page-commercial .projects article {
  width: 100%;
  height: 318px;
  margin-bottom: 30px;
  border: 1px solid #e0e1e2;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: #ffffff;
  overflow: hidden;
}

@media (max-width: 1160px) {
  .page-commercial .projects article {
    height: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1160px) {
  .page-commercial .projects article {
    height: 330px;
  }
}

@media (max-width: 768px) {
  .page-commercial .projects article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    height: 100%;
  }
}

.page-commercial .projects article .content {
  width: 60%;
  height: 100%;
  padding: 38px;
}

@media (min-width: 768px) {
  .page-commercial .projects article .content {
    width: 50%;
  }
}

@media (min-width: 1280px) {
  .page-commercial .projects article .content {
    width: 700px;
  }
}

@media (max-width: 768px) {
  .page-commercial .projects article .content {
    width: 100%;
  }
}

.page-commercial .projects article .content h2, .page-commercial .projects article .content legend {
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
}

.page-commercial .projects article .content p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.page-commercial .projects article .content p img {
  display: inline;
  width: 11px;
  height: 14px;
  margin-right: 5px;
}

.page-commercial .projects article .content p.description {
  margin-bottom: 38px;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
}

@media (min-width: 768px) and (max-width: 1160px) {
  .page-commercial .projects article .content p.description {
    font-size: 12px;
    line-height: 18px;
  }
}

@media (min-width: 1280px) {
  .page-commercial .projects article .content p.description {
    max-width: 620px;
    height: 67px;
    overflow: hidden;
  }
}

.page-commercial .projects article .content hr {
  width: 90px;
  height: 3px;
  margin: 0 0 30px 0;
  background-color: #1457df;
}

.page-commercial .projects article .content .view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.page-commercial .projects article .content .view img {
  display: inline;
  width: 16px;
  height: auto;
  margin-left: 10px;
}

.page-commercial .projects article .image {
  width: 40%;
  height: 100%;
  overflow: hidden;
}

@media (min-width: 768px) {
  .page-commercial .projects article .image {
    width: 50%;
  }
}

@media (min-width: 1160px) {
  .page-commercial .projects article .image {
    width: 43%;
  }
}

@media (min-width: 1280px) {
  .page-commercial .projects article .image {
    max-width: 468px;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .page-commercial .projects article .image {
    width: 100%;
  }
}

.page-commercial .projects article .image figure {
  margin: 0;
}

.page-commercial .projects article .image figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

@media (max-width: 1280px) {
  .page-commercial .projects article .image figure img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .page-commercial .projects article .image figure img {
    -webkit-transform: scale(1.56);
    transform: scale(1.6);
  }
}

.page-commercial .projects article .image figure:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media (max-width: 1280px) {
  .page-commercial .projects article .image figure:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .page-commercial .projects article .image figure:hover img {
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
  }
}

.page-commercial .load-more {
  display: block;
  margin: 20px auto 80px;
  padding: 19px 60px;
  border: 1px solid #1457DF;
  border-radius: 3px;
}

.page-commercial .load-more a {
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
}

/*********************************************
:: Residential Page
********************************************/
.page-residential {
  margin-bottom: 40px;
}

.page-residential p.description {
  max-width: 570px;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.page-residential .residential-projects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px;
}

@media (min-width: 768px) {
  .page-residential .residential-projects {
    margin: 0 -15px;
  }
}

.page-residential .residential-projects article {
  width: 400px;
  padding: 0 5px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .page-residential .residential-projects article {
    padding: 0 15px;
  }
}

@media (max-width: 1280px) {
  .page-residential .residential-projects article {
    width: 33%;
  }
}

@media (max-width: 1024px) {
  .page-residential .residential-projects article {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .page-residential .residential-projects article {
    width: 100%;
  }
}

.page-residential .residential-projects article .reserve {
  height: 100%;
  padding: 40px;
  background-color: #F0F2F5;
}

.page-residential .residential-projects article .reserve h4 {
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 30px;
}

.page-residential .residential-projects article .reserve .button {
  padding: 20px 60px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px;
  border-radius: 3px;
  background-color: #1457DF;
  color: #fff;
}

.page-residential .residential-projects article a {
  outline: 0;
}

.page-residential .residential-projects article a:hover .image-wrap .view-button {
  opacity: 1;
}

.page-residential .residential-projects article .image-wrap {
  position: relative;
  overflow: hidden;
}

.page-residential .residential-projects article .image-wrap img {
  height: 193x;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 600px) {
  .page-residential .residential-projects article .image-wrap img {
    height: 250px;
  }
}

.page-residential .residential-projects article .image-wrap .view-button {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 25px;
  color: white;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 20px;
  z-index: 1;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
  opacity: 0;
}

.page-residential .residential-projects article .image-wrap .view-button .icon {
  margin-left: 7px;
  font-size: 12px;
}

.page-residential .residential-projects article .image-wrap .view-button:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 150%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  z-index: -1;
}

.page-residential .residential-projects article .text {
  padding: 25px 24px 15px;
  min-height: 96px;
  border: 1px solid #e0e1e2;
  border-top: 0;
}

.page-residential .residential-projects article .text h3 {
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  color: black;
}

.page-residential .residential-projects article .text p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.page-residential .residential-projects article .text p img {
  display: inline;
  width: 11px;
  height: 14px;
  margin-right: 6px;
}

/*********************************************
:: Project Detail page             
********************************************/
.page-project-detail {
  margin-bottom: 50px;
}

.page-project-detail .gallery {
  margin-bottom: 36px;
  border-top: 1px solid #e3e3e3;
}

@media (max-width: 768px) {
  .page-project-detail .gallery {
    margin-bottom: 30px;
  }
}

.page-project-detail .gallery .slick-slide {
  padding: 0 5px;
  height: auto;
}

.page-project-detail .slider-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.page-project-detail .slider-arrows .previous-button {
  margin-right: 1px;
}

@media (max-width: 1024px) {
  .page-project-detail .slider-arrows {
    margin-bottom: 20px;
  }
}

.page-project-detail .slider-arrows .previous-button, .page-project-detail .slider-arrows .next-button {
  cursor: pointer;
}

@media (max-width: 600px) {
  .page-project-detail .slider-arrows .previous-button, .page-project-detail .slider-arrows .next-button {
    width: 30px;
    height: auto;
  }
}

.page-project-detail .project-details {
  width: 670px;
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  .page-project-detail .project-details {
    width: 100%;
    margin-bottom: 30px;
  }
}

.page-project-detail .project-details .return {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -7px;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 22px;
  color: #0c1968;
}

.page-project-detail .project-details .return span {
  margin-right: 4px;
  margin-top: -3px;
  font-size: 18px;
}

.page-project-detail .project-details h2.title, .page-project-detail .project-details legend.title {
  margin-top: 20px;
  margin-bottom: 19px;
  font-family: "Roboto", sans-serif;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 62px;
  text-transform: uppercase;
  color: #a6a6a6;
}

@media (max-width: 767px) {
  .page-project-detail .project-details h2.title, .page-project-detail .project-details legend.title {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.3px;
    line-height: 42px;
  }
}

.page-project-detail .project-details hr {
  width: 90px;
  height: 3px;
  margin: 0 auto 40px 0;
  background-color: #0c1968;
}

.page-project-detail .project-details p.region {
  margin-bottom: 23px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.page-project-detail .project-details p.region img {
  display: inline;
  width: 11px;
  height: auto;
  margin-right: 5px;
}

.page-project-detail .project-details .wysiwyg p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.page-project-detail .products-used {
  width: 370px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .page-project-detail .products-used {
    width: 100%;
  }
}

.page-project-detail .products-used h2, .page-project-detail .products-used legend {
  max-width: 160px;
  margin-bottom: 20px;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 30px;
  text-transform: uppercase;
  color: #0c1968;
}

.page-project-detail .products-used hr {
  width: 370px;
  height: 2px;
  margin: 0 auto 20px 0;
  background-color: #ebebeb;
}

@media (max-width: 768px) {
  .page-project-detail .products-used hr {
    width: 100%;
  }
}

.page-project-detail .products-used a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  color: black;
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
}

.page-project-detail .products-used a img {
  margin-left: 10px;
}

.page-project-detail .products-used p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

@media (min-width: 600px) {
  .page-project-detail .products-used p {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.page-project-detail .products-used p .text {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 20px;
  color: #323232;
}

.page-project-detail .products-used p .icon {
  margin-left: 10px;
  color: #0c1968;
  font-size: 12px;
}

@media (min-width: 600px) {
  .page-project-detail .products-used p .icon {
    margin-top: 5px;
    margin-bottom: 23px;
    margin-left: 0;
  }
}

.page-project-detail .similar-projects {
  margin-bottom: 80px;
}

.page-project-detail .similar-projects h2, .page-project-detail .similar-projects legend {
  margin-bottom: 40px;
  font-size: 26px;
  font-weight: 500;
  line-height: 30px;
}

.page-project-detail .project-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-project-detail .project-list .project-thumbnail {
  padding: 0 15px;
  width: 33.3333%;
}

.page-project-detail .project-list .project-thumbnail img {
  max-width: 100%;
  width: 100%;
}

@media (max-width: 1024px) {
  .page-project-detail .project-list .project-thumbnail {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .page-project-detail .project-list .project-thumbnail {
    width: 100%;
  }
}

.page-project-detail .project-list .project-thumbnail .content {
  margin-bottom: 30px;
  padding: 25px 25px 47px 25px;
  border: 1px solid #e0e1e2;
  background-color: #ffffff;
}

.page-project-detail .project-list .project-thumbnail h4 {
  margin: 0;
  min-height: 36px;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}

/*********************************************
:: Quote Now
********************************************/
.page-quote-now {
  margin-bottom: 50;
}

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

.page-quote-now .flex .col1 {
  width: 470px;
}

@media (max-width: 1024px) {
  .page-quote-now .flex .col1 {
    width: 40%;
  }
}

@media (max-width: 768px) {
  .page-quote-now .flex .col1 {
    width: 100%;
  }
}

.page-quote-now .flex .col1 p {
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.page-quote-now .flex .col1 img {
  margin-bottom: 30px;
}

.page-quote-now .flex .col2 {
  width: 570px;
  margin-top: 3px;
}

@media (max-width: 1024px) {
  .page-quote-now .flex .col2 {
    width: 55%;
  }
}

@media (max-width: 768px) {
  .page-quote-now .flex .col2 {
    width: 100%;
  }
}

.page-quote-now .flex .col2 .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 36px;
  width: 125px;
  margin: 17px 0 60px auto;
  padding: 0;
  font-family: "stevie-sans", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px;
  text-transform: uppercase;
  border-radius: 0;
  background-color: #0C1968;
  color: white;
}

/*********************************************
:: Our Story         
********************************************/
.page-our-story {
  margin-bottom: 80px;
}

.page-our-story .description-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 49px;
}

.page-our-story .description-arrows .wysiwyg {
  max-width: 570px;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 28px;
  color: #323232;
}

.page-our-story .description-arrows .wysiwyg p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 28px;
  color: #323232;
}

.page-our-story .gallery {
  margin-bottom: 75px;
}

@media (max-width: 1024px) {
  .page-our-story .gallery {
    margin-bottom: 20px;
  }
}

.page-our-story .gallery .slick-slide {
  width: 570px !important;
  margin-right: 30px;
}

@media (max-width: 600px) {
  .page-our-story .gallery .slick-slide {
    width: 400px !important;
  }
}

@media (max-width: 450px) {
  .page-our-story .gallery .slick-slide {
    width: 290px !important;
  }
}

.page-our-story .gallery .slick-slide h4 {
  margin-top: 27px;
  max-width: 470px;
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
  color: #696969;
}

.page-our-story .slider-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 93px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.page-our-story .slider-arrows .previous-button {
  margin-right: 1px;
}

@media (max-width: 1023px) {
  .page-our-story .slider-arrows {
    width: 100%;
    margin-bottom: 50px;
  }
}

.page-our-story .slider-arrows .previous-button, .page-our-story .slider-arrows .next-button {
  cursor: pointer;
}

@media (max-width: 600px) {
  .page-our-story .slider-arrows .previous-button, .page-our-story .slider-arrows .next-button {
    width: 30px;
    height: auto;
  }
}

.page-our-story .content {
  max-width: 670px;
}

.page-our-story .content h3 {
  margin-top: 55px;
  margin-bottom: 20px;
  font-family: "stevie-sans", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 20px;
  text-transform: uppercase;
  color: #0c1968;
}

.page-our-story .content p, .page-our-story .content li {
  margin-bottom: 25px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 28px;
  color: #323232;
}

.page-our-story .content ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.page-our-story .content ul li {
  padding: 0 0 0 21px;
  margin-bottom: 15px;
  list-style: none;
  background-image: url("/images/list-style.svg");
  background-repeat: no-repeat;
  background-position: 0 8px;
}

/*********************************************
:: Password page             
********************************************/
.page-password {
  padding-bottom: 120px;
}

@media (max-width: 1023px) {
  .page-password {
    padding-bottom: 60px;
  }
}

.page-password .title-section {
  display: block;
  padding-top: 81px;
  border-top: 1px solid #e3e3e3;
}

.page-password .title-section h1 {
  text-align: center;
}

.page-password .title-section p {
  margin-bottom: 25px;
  text-align: center;
}

.page-password .title-section .form-field {
  width: auto;
}

@media (max-width: 600px) {
  .page-password .title-section .form-field {
    margin: 0 auto;
  }
}

.page-password .title-section .form-field:first-child {
  width: calc(100% - 125px);
}

@media (max-width: 600px) {
  .page-password .title-section .form-field:first-child {
    width: 100%;
  }
}

.page-password .title-section .form-field label {
  margin-bottom: 4px;
}

.page-password .title-section .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 125px;
  height: 50px;
  margin-top: 24px;
  margin-left: 4px;
  padding: 0;
  text-transform: uppercase;
  border-radius: 0;
  background-color: #0c1968;
  color: white;
}

.page-password .title-section .return {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 65px;
  margin-right: 8px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 20px;
  text-align: center;
}

.page-password .title-section .return span {
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 19px;
}

@media (max-width: 600px) {
  .page-password .title-section .return {
    margin: 30px 0 0;
  }
}

/*********************************************
:: Live page             
********************************************/
.page-live {
  padding-bottom: 79px;
}

.page-live .title-section {
  padding-top: 81px;
  margin-bottom: 48px;
}

.page-live .title-section .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-live .title-section h1 {
  margin: 0;
}

.page-live .title-section .return {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 1px;
  padding-top: 3px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 20px;
  text-align: center;
}

.page-live .title-section .return span {
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 19px;
}

.page-live .video-player {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.page-live .video-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*********************************************
:: 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;
}
