/* Reset
-------------------------*/
/*@import 'https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400&family=Roboto:wght@700&display=swap';
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400&display=swap");

@import url("https://p.typekit.net/p.css?s=1&k=aza5uvr&ht=tk&f=15498.15501.15505.15510.26839.26840.26841.26842.28900.28901.28904.28905&a=314560770&app=typekit&e=css");*/
@import url("https://p.typekit.net/p.css?s=1&k=lsb7irm&ht=tk&f=26839.26840.26841.26842.40446.40447.40450.40451&a=323417579&app=typekit&e=css");

@font-face {
font-family:"roboto-condensed";
src:url("https://use.typekit.net/af/1c7117/00000000000000007735a08c/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"),url("https://use.typekit.net/af/1c7117/00000000000000007735a08c/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"),url("https://use.typekit.net/af/1c7117/00000000000000007735a08c/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
font-display:auto;font-style:italic;font-weight:400;font-stretch:normal;
}


@font-face {
font-family:"Rubik";
src:url("https://use.typekit.net/af/bd6c7e/0000000000000000774ed06a/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"),url("https://use.typekit.net/af/bd6c7e/0000000000000000774ed06a/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"),url("https://use.typekit.net/af/bd6c7e/0000000000000000774ed06a/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
font-display:auto;font-style:italic;font-weight:400;font-stretch:normal;
}

@font-face {
font-family:"Rubik";
src:url("https://use.typekit.net/af/f539b0/0000000000000000774ed06b/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/f539b0/0000000000000000774ed06b/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/f539b0/0000000000000000774ed06b/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:300;font-stretch:normal;
}


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;  }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; font-family: 'roboto-condensed' !important; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: "";
  content: none; }

q:before, q:after {
  content: "";
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Colours
-------------------------*/
/* Mixins
-------------------------*/
/* Breakpoints
-------------------------*/
/* Retina Images
-------------------------*/
/* Clearfix
-------------------------*/
/* Box Sizing
-------------------------*/
/* Border Radius
-------------------------*/
/* Opacity
-------------------------*/
/* Center Block
-------------------------*/
/* Text overflow
-------------------------*/
/* Font Size
-------------------------*/
/* Line Height
-------------------------*/
/* Transitions
-------------------------*/
/* Calc
-------------------------*/
/* Convert illustrator, indesign and photoshop tracking into letter spacing.
-------------------------*/
/* Import Custom Fonts
-------------------------*/
/* General Styles
-------------------------*/
html {
  font-size: 100%; }

body {
  height: 100%;
  font-family: 'roboto-condensed', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8em;
  letter-spacing: .06em;
  font-weight: 300;
  text-transform: none;
  color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  background: #00243d;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }

a {
  color: #FE0;
  text-decoration: none;
  outline: none;
  font-weight: 300; }

a:hover, a:focus, a:active {
  color: #FE0;
  text-decoration: none;
  outline: none;
  color: rgba(255, 238, 0, 0.6);
  border-color: rgba(255, 238, 0, 0.15); }

img {
  max-width: 100%;
  height: auto; }

iframe {
  border: none; }

h1, h2, h3, h4, h5, h6 {
  margin: 20px 0;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 1.3;
 /* font-family: 'Montserrat', sans-serif;*/
  font-family: 'roboto-condensed', sans-serif;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: normal; }

h1 {
  font-size: 80px;
  font-size: 5rem;
  line-height: 1.4em;
  font-weight: 300;
  letter-spacing: .01em;
  font-family: 'roboto-condensed', sans-serif;
  text-transform: none;
  margin: .67em 0; }

h2 {
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 500;
  font-family: 'roboto-condensed', sans-serif;
  letter-spacing: 0.06em; }

h3 {
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 500;
  font-family: 'roboto-condensed', sans-serif;
  text-transform: uppercase;
  margin-bottom: 40px; }

h4 {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 31px;
  line-height: 1.9375rem;
  font-weight: 500;
  font-family: 'roboto-condensed', sans-serif; }

h5 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 38px;
  line-height: 2.375rem;
  font-weight: 500;
  font-family: 'roboto-condensed', sans-serif; }

h6 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500; }

p {
  margin: 0 0 1em;
  font-size: 16px;
  font-size: 1rem; }

ul, ol {
  line-height: 28px;
  line-height: 1.75rem;
  list-style-type: none; }

#content li {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 34px;
  line-height: 2.125rem; }

strong {
  font-weight: 700; }

hr {
  border-top: 1px solid #DDD;
  margin: 60px 0;
  width: 100%; }

hr.sml {
  margin: 30px 0; }

em {
  font-style: italic; }

.uppercase {
  text-transform: uppercase; }

.row {
  margin: 0;
  margin-bottom: 30px; }

.row.m0 {
  margin: 0; }

section, .section {
  position: relative; }

.entry-footer {
  display: none; }

.block {
  display: block !important; }

.opacity {
  opacity: 1 !important; }

a[href^=tel] {
  color: inherit;
  text-decoration: none; }

a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important; }

.site-content p, #content li {
  font-family: 'roboto-condensed', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 29px;
  line-height: 1.8125rem;
  font-weight: 300;
  letter-spacing: 0.4px; }

#top-header, #masthead {
  position: relative;
  z-index: 999;
  width: 100vw;
  background: #FE0; }

.overlay {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.section {
  padding: 27px 0; }

.section-bottom {
  padding-bottom: 40px; }

.section-bottom h3 {
  margin: 0; }

.animate-slideInLeft, .animate-slideInRight,
.animate-zoomIn {
  opacity: 0; }

.animate-slideInLeft.fullvisible, .animate-slideInRight.fullvisible,
.animate-zoomIn.fullvisible, .animate-fadeIn.fullvisible {
  opacity: 1 !important; }

.black-bg {
  background: #000000; }

.dblack-bg {
  background: #000000; }

.center {
  text-align: center; }

.nopadding {
  padding: 0; }

.vcenter {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center; }

.text-center, .text-center p {
  width: 100%;
  text-align: center; }

.bg-blue {
  background: #003047; }

.pre {
  white-space: pre-wrap; }

.row-15 {
  margin: 0 -15px; }

.mb0 {
  margin-bottom: 0; }

.content-area a.nb {
  border: none; }

/* Input Styling
-------------------------*/
button, input, select, textarea {
  padding: 16px 20px;
  border: solid 2px #000000;
  color: #000000;
  max-width: 100%;
  outline: none;
  cursor: pointer;
  width: 100%;
  margin: 10px 0; }

.btn, input[type="submit"], .nav-next, .nav-previous {
  position: relative;
  padding: 11px 50px;
  border-left: solid 5px #003047;
  border-top: solid 5px #003047;
  border-right: solid 5px #FFFFFF;
  border-bottom: solid 5px #FFFFFF;
  width: auto;
  font-family: 'roboto-condensed', sans-serif;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 10px;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear; }

.btn:hover, .btn:focus, input[type="submit"]:hover, input[type="submit"]:focus, .nav-next:hover, .nav-previous:hover {
  outline: none;
  box-shadow: none; }

.btn:hover {
  border-left: solid 5px #003047;
  border-top: solid 5px #003047;
  border-right: solid 5px #003047;
  border-bottom: solid 5px #003047;
  color: #000000; }

.btn::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: white;
  transform-origin: left;
  transition: width 0.50s ease;
  z-index: -1; }

.btn:hover::after {
  width: 100%; }

.wpcf7-submit:hover {
  transform: scale(1.1);
  border-left: solid 5px #FFFFFF;
  border-top: solid 5px #FFFFFF;
  border-right: solid 5px #003047;
  border-bottom: solid 5px #003047; }

::-webkit-input-placeholder {
  color: #000000;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: 'roboto-condensed', sans-serif; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: 'roboto-condensed', sans-serif; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: 'roboto-condensed', sans-serif; }

:-ms-input-placeholder {
  color: #000000;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: 'roboto-condensed', sans-serif; }

.wpcf7-submit {
  background: #000000;
  border-color: #000000;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 500;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.wpcf7-textarea {
  max-height: 150px; }

.wpcf7 label {
  font-family: 'roboto-condensed', sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  margin: 30px 0 15px 0; }

.wpcf7 input[type="radio"] {
  width: auto; }

span.wpcf7-list-item-label {
  font-family: 'roboto-condensed', sansiser-f;
  font-size: 18px;
  margin-right: 15px; }

div.wpcf7 .ajax-loader {
  display: none; }

#content ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px; }

#content li {
  padding-left: 0;
  margin: 6px 0; }

#widget-lights {
  background: #000000;
  padding: 20px; }

#widget-lights h6 {
  color: #FFFFFF; }

.widget-title {
  padding: 11px;
  text-align: center; }

/* Header
-------------------------*/
.navbar {
  padding: 0; }

.navbar-default {
  background-color: transparent;
  border: none;
  margin-bottom: 0;
  height: 75px; }

.navbar-header {
  height: 75px; }

#header-wrapper {
  background: transparent;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.site-logo img {
  position: relative;
  pointer-events: all;
  width: 250px;
  padding: 13px 0;
  margin: 0px 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }

/* Navbar
-------------------------*/
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  color: #FFFFFF;
  background-color: transparent; }

.navbar-default .navbar-nav > li > a {
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  padding: 10px 12px; }

.navbar-nav {
  padding: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.navbar-nav > li {
  padding: 0; }

#menu-wrapper {
  display: block; font-family: 'roboto-condensed', sans-serif !important;
  width: 100%; }

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center; }

.navbar-expand-xl .navbar-nav .nav-link {
  font-size: 12px;
  font-size: 0.75rem;
 /* font-family: 'Roboto Condenced', sans-serif;*/
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 .618em;
  padding: .618em 0;
  letter-spacing: .2em;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.navbar-light .navbar-nav .nav-link {
  color: #003047; }

/* Hamburger */
.hamburger {
  border: none;
  outline: none !important;
  margin: 12px 0;
  display: none;
  background: transparent;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.hamburger-box {
  width: 34px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: 0; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 32px;
  height: 2px;
  background-color: #FE0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; }

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -10px; }

.hamburger-inner::after {
  bottom: -10px; }

/*
    * 3DX
    */
.hamburger--3dx .hamburger-box {
  perspective: 80px; }

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx:not(.collapsed) .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg); }

.hamburger--3dx:not(.collapsed) .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dx:not(.collapsed) .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

@media (min-width: 1200px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
    border-radius: 0;
    width: auto; }
  .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: #444444; }
  .dropdown-menu {
    padding: 0; }
  .dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    min-width: 250px; }
  .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #FFFFFF; } }

.dropdown-toggle::after {
  vertical-align: 0.155em; }

.dropdown-menu {
  width: 100%; }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0px;
  border: none;
  background: #000000 !important; }

.navbar-nav > li > .dropdown-menu a {
  color: #FFFFFF;
  padding: 15px;
  font-size: 16px;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 600; }

.navbar-nav > li > .dropdown-menu, .dropdown-item:hover, .dropdown-item:focus {
  border-radius: 0;
  cursor: pointer;
  background-color: #FFFFFF;
  color: #000000; }

.navbar-nav > li > .dropdown-menu a:hover {
  color: #000000 !important; font-family: 'roboto-condensed' !important;}

.header-apply {
  background: #000000;
  margin-left: 25px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.header-apply a {
  color: #003047 !important; font-family: 'roboto-condensed' !important;
  width: 187px;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.header-apply:hover {
  background: #003047; }

.header-apply:hover a {
  color: #000000 !important; }

.navbar-light .navbar-nav .active > .nav-link {
  color: #003047; font-family: 'roboto-condensed' !important; }

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #003047; font-family: 'roboto-condensed' !important;}

#bs4navbar-footer .nav-link:hover {
  color: #003047; font-family: 'roboto-condensed' !important; }

.dropdown-toggle::after {
  content: none; }

.navbar-light .navbar-nav .nav-item.menu-fade a {
  color: rgba(0, 48, 71, 0.4); }

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #000000 !important; }

/* Home
-------------------------*/
#mobile-logo {
  display: none; }

.animate-fadeIn,
.animate-fadeInUp,
.animate-fadeIn-off,
.animate-fadeInLeft,
.animate-fadeInDown,
.animate-fadeInRight,
.animate-bounceInDown {
  opacity: 0; }

.animate-zoomIn,
.animate-slideInLeft,
.animate-slideInRight {
  visibility: hidden; }

.full-visible {
  opacity: 1 !important; }

.element-show {
  visibility: visible !important; }

.full-bg-parallax {
  position: relative;
  width: 100%;
  height: 100vh;
  display: block;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-attachment: fixed !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; }

.container-fluid {
  padding-left: 80px;
  padding-right: 80px; }

#logo-hero {
  position: relative;
  width: 100%;
  height: 517px;
  background-size: cover;
  background-position: center; }

#logo-hero {
  height: 391px; }

.home #logo-hero {
  height: 517px; }

.arrow-indicator {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translatex(-50%);
  -moz-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  -o-transform: translatex(-50%);
  transform: translatex(-50%);
  height: 40px;
  cursor: pointer; }

#logo-hero svg {
  position: relative;
  height: 23px;
  top: 0;
  z-index: 999999999999;
  padding: 0 10px;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
  color: white;
  line-height: 0;
  margin-bottom: 10px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

#logo-hero .arrow-indicator:hover svg {
  margin-top: 10px; }

#logo-hero svg use {
  margin-bottom: 2vh;
  fill: transparent;
  stroke: #FFFFFF; }

.content-area a {
  font-family: 'roboto-condensed', sans-serif;
  -webkit-transition: color .15s ease-out;
  -moz-transition: color .15s ease-out;
  -ms-transition: color .15s ease-out;
  -o-transition: color .15s ease-out;
  transition: color .15s ease-out;
  padding-bottom: .05em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 238, 0, 0.3);
  -webkit-transition: border-color .15s ease-out,color .15s ease-out;
  -moz-transition: border-color .15s ease-out,color .15s ease-out;
  -ms-transition: border-color .15s ease-out,color .15s ease-out;
  -o-transition: border-color .15s ease-out,color .15s ease-out;
  transition: border-color .15s ease-out,color .15s ease-out; }

.inner-page-title {
  margin-top: 20px; }

/* Pages
-------------------------*/
.product-wrapper {
  margin: 40px 0 180px 0; }

.product-2 {
  margin-bottom: 40px; }

h3.product-title {
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
  font-style: normal;
  display: inline-block;
  letter-spacing: 0em;
  text-transform: none;
  line-height: 1.3em;
  color: #000000;
  background-color: #FFFFFF;
  box-shadow: 0.2em 0 0 #FFFFFF, -0.2em 0 0 #FFFFFF; }

p.product-description {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 36px;
  line-height: 2.25rem;
  font-family: 'Rubik', sans-serif;
  font-weight: 300; }

a.btn-black {
  display: inline-block;
  padding: 1em 2.5em;
  border: 0px solid #000000;
  background-color: #000000;
  text-transform: none;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .1em;
  line-height: 29px;
  height: auto;
  border: none;
  text-transform: uppercase;
  color: #FFFFFF;
  border-radius: 0em; }

a.btn-black:hover {
  border: none; }

a.btn-hollow {
  display: inline-block;
  padding: 1em 2.5em;
  border: 2px solid #FFFFFF;
  background-color: transparent;
  text-transform: none;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .1em;
  line-height: 29px;
  height: auto;
  text-transform: uppercase;
  color: #FFFFFF;
  border-radius: 0em; }

a.btn-hollow:hover {
  border: solid 2px #FFFFFF; }

.page-template-page-product-single h1.text-center.inner-page-title {
  margin-bottom: 20px; }

.product-desc-wrapper h4 {
  margin-top: 50px;
  margin-bottom: 30px; }

.product-desc-wrapper h4:last-of-type {
  margin-top: 0; }

.product-desc-wrapper ul {
  margin-bottom: 30px; }

.btn-stockist {
  margin-top: 30px; }

.row-100 {
  width: 100%; }

.btn-center-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%; }

.about-container {
  padding-top: 40px; }

iframe.video-lrg {
  height: 450px;
  margin-bottom: 50px; }

.col-faq {
  margin-bottom: 100px; }

.row-stockists {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 30px;
  height: 353px; }

.row-stockists:before, .row-stockists:after {
  content: "";
  display: table; }

.row-stockists:after {
  clear: both; }

.row-stockists a {
  border: none; }

.stockist-holder {
  position: absolute; }

.stockist-1 {
  width: 338px;
  top: 0px;
  left: 0px;
  height: 353px; }

.stockist-2 {
  width: 338px;
  top: 0px;
  left: 369px;
  height: 51px; }

.stockist-3 {
  width: 339px;
  top: 0px;
  left: 738px;
  height: 120px; }

.stockist-4 {
  width: 338px;
  top: 82px;
  left: 369px;
  height: 125px; }

.stockist-5 {
  width: 339px;
  top: 151px;
  left: 738px;
  height: 114px; }

.stockist-6 {
  width: 338px;
  top: 238px;
  left: 369px;
  height: 81px; }
.stockist-7 {
  width: 339px;
  top: 151px;
  left: 738px;
  height: 114px; }
.error404 div#logo-hero {
  display: none; }

.error404 .page-content.bg-blue {
  padding: 80px 80px; }

a.screen-reader-shortcut {
  display: none; }

.youtube-medium-wrapper {
  margin-bottom: 60px; }

/* Footer
-------------------------*/
footer {
  height: auto;
  background: #00243d;
  overflow: hidden;
  padding: 50px 80px; }

.footer-menu {
  font-family: 'roboto-condensed', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  letter-spacing: .2em;
  line-height: 2em;
  text-transform: uppercase;
  width: 100%;
  padding: 40px 0 0 0; }

a.footer-nav-item {
  color: #FFFFFF;
  padding-right: 1em; }
