/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/


/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/

/* Sticky Header

–––––––––––––––––––––––––––––––––––––––––––––––––– */

.sticky{
    position:fixed;
    top: 0;
    width: 100%;
    z-index: 99;   
}


/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
	position: relative;
	width: 100%;
	max-width: 6400px;
	box-sizing: border-box;
	text-align: left;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.container2 {
	position: relative;
	width: 100%;
	max-width: 1400px;
	box-sizing: border-box;
	text-align: left;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.container3 {
  position: relative;
  width: 100%;
}
.container4 {
	position: relative;
	width: 100%;
	max-width: 1200px;
	box-sizing: border-box;
	text-align: left;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.container5 {
  position: relative;
  width: 100%;
  margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.column,
.columns {
	width: 100%;
	float: left;
	box-sizing: border-box;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 95%;
    padding: 0; }
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 95%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }
body {
  font-size: 15px;
  line-height: 27px;
  font-weight: 300;
  font-family: "Inter", sans-serif;
  color: #666666; }


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 400; }
h1 {
	font-family: "Inter", sans-serif;
	font-size: 36px;
	line-height: 1.2;
	font-weight: 700;
	color: #008066;
	text-transform: uppercase;
}
h2 {
	font-family: "Inter", sans-serif;
	font-size: 20px;
	line-height: 1.42;
	font-weight: 700;
	text-transform: uppercase;
}
h3 {
	font-family: "Inter", sans-serif;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 400;
}
h4 {
	font-size: 1.4rem;
	line-height: 1;
	color: #5B7A12;
	font-weight: 700;
}
h5 {
	font-size: 0.8rem;
	line-height: 1.4;
	color: #FFFFFF;
}
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }

/* Larger than phablet */
@media (min-width: 550px) {
  h1 { font-size: 5.0rem; }
  h2 { font-size: 4.2rem; }
  h3 { font-size: 3.6rem; }
  h4 { font-size: 3.0rem; }
  h5 { font-size: 2.4rem; }
  h6 { font-size: 1.5rem; }
}

p {
  margin-top: 0; }



/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
	text-decoration: none;
	color: #009BDB;
	font-weight: 600;
}
a:hover {
	text-decoration: underline;

}

.linktext1 {
  font-weight: 400;
  color: #B0A484;
  text-decoration: underline;
  }


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  font-family: "Inter", sans-serif;
  display: inline-block;
  height: 46px;
  padding: 30px 20px;
  color: #555;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 0px;
  letter-spacing: .0rem;
  text-transform: Uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 5px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFFFFF;
  background-color: #009BDB;
  border-color: #009BDB; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFFFFF;
  background-color: #0B124A;
  border-color: #0B124A; }


.button.button-secondary,
button.button-secondary,
input[type="submit"].button-secondary,
input[type="reset"].button-secondary,
input[type="button"].button-secondary {
  color: #303C8E;
  background-color: #ffffff;
  border-color: #ffffff; }
.button.button-secondary:hover,
button.button-secondary:hover,
input[type="submit"].button-secondary:hover,
input[type="reset"].button-secondary:hover,
input[type="button"].button-secondary:hover,
.button.button-secondary:focus,
button.button-secondary:focus,
input[type="submit"].button-secondary:focus,
input[type="reset"].button-secondary:focus,
input[type="button"].button-secondary:focus {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000; }


/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
font-family: "Inter", sans-serif;
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  color: #002B55;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  color: #171695;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  color: #171695;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  color: #7f7f7f;
  outline: 0; }
label,
legend {
font-family: "Inter", sans-serif;
font-size: 18px;
  display: block;
  color: #666666;
  margin-bottom: .5rem;
  font-weight: 400; }
fieldset {
  padding: 0;
  color: #222;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] { }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  color: #222;
  font-weight: normal; }


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style:  }
ol {
  list-style: decimal; }
ol, ul {
  padding-left: 30;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 100%; }
li {
  margin-bottom: 0.2rem; }


/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th {
  padding: 10px 10px 10px 10px;
  text-align: left;
  font-size: 20px;
  font-weight: 800;
  border-bottom: 1px solid #0C121C;
  background-color: #135C49;
  color: #ffffff; }
td {
  padding: 10px 10px 10px 10px;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  background-color: #ffffff;
  color: #0C121C;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);; }
th:first-child,
td:first-child {
  padding-left: 10px; }
th:last-child,
td:last-child {
  padding-right: 10px; }


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 1.0rem; }


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
	width: 100%;
	box-sizing: border-box;
	color: #666666;
	font-weight: 300;
	font-size: 17px;
	line-height: 27px;
	text-decoration: none;
}
.u-full-width-footer {
	font-family: "Inter", sans-serif;
	color: #FFFFFF;
	font-weight: 300;
	font-size: 15px;
	line-height: 25px;
}
.u-full-width-footer-sm {
	font-family: "Inter", sans-serif;
	color: #3399FF;
	font-weight: 300;
	font-size: 12px;
	line-height: 22px;
}
.u-full-width-footer2 {
	font-family: "Inter", sans-serif;
	color: #FFFFFF;
	font-weight: 600;
	font-size: 15px;
	line-height: 25px;
	text-transform: none;
	letter-spacing: 1px;
}
.u-full-width-footer-headline {
	font-family: "Inter", sans-serif;
	color: #FFFFFF;
	font-weight: 600;
	font-size: 22px;
	line-height: 32px;
	text-transform: none;
}
.u-full-width-footer3 {
	font-family: "Inter", sans-serif;
	color: #00CCFF;
	font-weight: 400;
	font-size: 32px;
	line-height: normal;
}
.u-full-width-footer4 {
	font-family: "Inter", sans-serif;
	color: #777777;
	font-weight: 600;
	font-size: 13px;
	line-height: 13px;
	text-decoration: none;
}
.u-full-widthForm {
	width: 100%;
	box-sizing: border-box;
	color: #999;
	font-weight: 300;
	font-size: 16px;
	line-height: 30px;
	text-decoration: none;
	background-color: #FFFFFF;
}
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }


/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/


/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}

#header {
	height: auto;
	width: 100%;
	position: relative;
	background-color: #0B124A;
	background: rgb(11,18,74);
	background: linear-gradient(90deg, rgba(11,18,74,1) 70%, rgba(0,155,219,1) 100%);
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin: 0px;
    top: 0;
    z-index: 9999;
}
#menu {
	height: auto;
	width: auto;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.00);
	padding-top: 0px;
	z-index:9999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer {
	width: 100%;
	text-align: center;
	overflow: auto;
	margin: 0px;
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 100px;
	padding-left: 0px;
	background-color: #202860;
}
#About {
	height: auto;
	width: 100%;
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 70px;
	padding-right: 0px;
	padding-bottom: 70px;
	padding-left: 0px;
	position: relative;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#AboutGrey {
	height: auto;
	width: 100%;
	text-align: center;
	background-color: #F0F0F0;
	padding-top: 70px;
	padding-right: 0px;
	padding-bottom: 70px;
	padding-left: 0px;
	position: relative;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#AboutLightFind {
	height: auto;
	width: 100%;
	text-align: center;
	background-color: #ffffff;
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 100px;
	padding-left: 0px;
	position: relative;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#AboutDarkBlue {
	height: auto;
	width: 100%;
	text-align: center;
	background-color: #303C8E;
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 100px;
	padding-left: 0px;
	position: relative;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#About3 {
	position: absolute;
	height: auto;
	width: 100%;
	text-align: center;
	margin: 0px;
	padding-top: 300px;
	padding-bottom: 100px;
	padding-right: 0px;
	padding-left: 0px;
	z-index: 9998;
	left: 0;
	top: 0;
}
#Products {
	height: auto;
	width: 100%;
	text-align: center;
	margin: 0px;
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 100px;
	padding-left: 0px;
	background-color: #0B124A;
	background-attachment: scroll;
	background-image: url(../images/spray.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}
#Find {
	height: auto;
	width: auto;
	text-align: left;
	margin: 0px;
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 100px;
	padding-left: 0px;
	background-color: #222222;
}
#CTA {
	height: auto;
	width: 100%;
	text-align: left;
	margin: 0px;
	padding-top: 150px;
	padding-right: 0px;
	padding-bottom: 150px;
	padding-left: 0px;
	background-color: #000000;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../images/eco.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
img {
	max-width:100%;
	margin: 0px;
	padding: 0px;
}
.telephone1 {
	font-family: "Inter", sans-serif;
	color: #00CCFF;
	text-decoration: none;
	font-weight: 600;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0px;
	text-transform: uppercase;
}
#MainBody {
	height: auto;
	width: 100%;
	text-align: center;
	margin: 0px;
	background-color: #F0F0F0;
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.Banner1Text {
	font-family: "Inter", sans-serif;
	font-size: 60px;
	line-height: 60px;
	color: #FFFFFF;
	font-weight: 900;
	text-transform: uppercase;
	text-decoration: none;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}
@media(max-width: 1200px) {
    .Banner1Text {
     font-size: 24px;
	line-height: 24px;
    }
}
@media(max-width: 800px) {
    .Banner1Text {
     font-size: 18px;
	line-height: 18px;
    }
}
.Banner2Text {
	font-family: "Inter", sans-serif;
	font-size: 200px;
	line-height: 150px;
	color: #FFFFFF;
	font-weight: 900;
	text-transform: uppercase;
	text-decoration: none;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}
@media(max-width: 1200px) {
    .Banner2Text {
     font-size: 150px;
	line-height: 150px;
    }
}
@media(max-width: 800px) {
    .Banner2Text {
     font-size: 130px;
	line-height: 130px;
    }
}
.H1Text {
	font-family: "Inter", sans-serif;
	font-size: 36px;
	line-height: 46px;
	color: #0B124A;
	font-weight: 500;
	text-transform: none;
	text-decoration: none;
}
.H1TextWhite {
	font-family: "Inter", sans-serif;
	font-size: 56px;
	line-height: 66px;
	color: #ffffff;
	font-weight: 900;
	text-transform: uppercase;
	text-decoration: none;
}
.H1bText {
	font-family: "Inter", sans-serif;
	font-size: 85px;
	line-height: 85px;
	color: #ffffff;
	font-weight: 900;
	text-transform: uppercase;
	text-decoration: none;
}
@media(max-width: 1200px) {
    .H1bText {
     font-size: 60px;
	line-height: 70px;
    }
}
@media(max-width: 800px) {
    .H1bText {
     font-size: 46px;
	line-height: 56px;
    }
}
.H1cText {
	font-family: "Inter", sans-serif;
	font-size: 90px;
	line-height: 100px;
	color: #ffffff;
	font-weight: 900;
	text-transform: uppercase;
	text-decoration: none;
}
@media(max-width: 900px) {
    .H1cText {
     font-size: 66px;
	line-height: 76px;
    }
}
@media(max-width: 600px) {
    .H1cText {
     display: none;
    }
}
.H2Text {
	font-family: "Inter", sans-serif;
	font-size: 32px;
	line-height: 42px;
	color: #303C8E;
	font-weight: 600;
	text-transform: uppercase;
}
@media(max-width: 900px) {
    .H2Text {
     font-size: 22px;
	line-height: 32px;
    }
}
.H2bText {
	font-family: "Inter", sans-serif;
	font-size: 46px;
	line-height: 56px;
	color: #ffffff;
	font-weight: 400;
	text-transform: none;
}
.H3Text {
	font-family: "Inter", sans-serif;
	font-size: 80px;
	line-height: 90px;
	color: #FFFFFF;
	font-weight: 400;
	text-transform: none;
}
@media(max-width: 600px) {
    .H3Text {
     font-size: 46px;
	line-height: 56px;
    }
}
.H3bText {
	font-family: "Inter", sans-serif;
	font-size: 56px;
	line-height: 66px;
	color: #135C49;
	font-weight: 900;
	text-transform: uppercase;
}
@media(max-width: 600px) {
    .H3bText {
     font-size: 46px;
	line-height: 56px;
    }
}
.H4Text {
	font-family: "Inter", sans-serif;
	font-size: 46px;
	line-height: 56px;
	color: #135C49;
	font-weight: 400;
	text-transform: none;
}
.H5Text {
	font-family: "Inter", sans-serif;
	font-size: 28px;
	line-height: 42px;
	color: #197D9E;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 0px;
}
.H6Text {
	font-family: "Inter", sans-serif;
	font-size: 100px;
	line-height: 110px;
	color: #ffffff;
	font-weight: 900;
	text-transform: uppercase;
}
@media(max-width: 800px) {
    .H6Text {
     font-size: 36px;
	line-height: 46px;
    }
}
.LinkText {
	font-family: "Inter", sans-serif;
	color: #303C8E;
	font-weight: 600;
	text-transform: none;
	text-decoration: none;
}
#iefix {
	position:relative;
	z-index:1000;
	width: 100%;
	text-align: center;
	background-color: #14A5DC;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
 }

/* Multi Menu
--------------------------------------------- */


.toggle, [id^=drop] {
 display: none;
 color: #ffffff;
}


nav {
	padding: 0;
	background-color: rgba(0, 0, 0, 0.00);
	align: left;
    text-align: center;
    display: inline-block;
}

#logo {
  display: block;
  padding: 0 15px;
  float: center;
  font-size: 15px;
  line-height: 30px;
}

nav:after {
  content: "";
  display: table;
  clear: both;
}

@media(min-width: 961px) {
nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  text-align: left;
}

nav ul li {
	margin: 0px;
	display: inline-block;
	float: left;
	background-color: rgba(0, 0, 0, 0.00);
	z-index:9999;
}

nav a {
	font-family: "Inter", sans-serif;
	display: block;
	padding: 0 15px;
	color: #ffffff;
	font-size: 17px;
	line-height: 30px;
	text-decoration: none;
	font-weight: 400;
	letter-spacing: 0px;
}

}
@media(max-width: 1200px) {
    nav a {
     font-size: 14px;
	padding: 0 11px;
    }
}

nav ul li ul li:hover { background: rgba(0, 0, 0, 0.00); }

nav a:hover { background-color: rgba(0, 0, 0, 0.00); }

@media(min-width: 961px) {
	nav ul ul {
		display: none;
		position: absolute;
		top: 30px;
	}
}

nav ul li:hover > ul { display: inherit; }

nav ul ul li {
  width: 300px;
  float: none;
  display: list-item;
  position: relative;
}

nav ul ul ul li {
  position: relative;
  top: -60px;
  left: 170px;
}

li > a:after { 
    font-family: "Font Awesome 5 Free";
    font-size: 9px;
    font-weight: 600 !important;
    content: '  \f078'; 
}

li > a:only-child:after { content: ''; }


/* Media Queries
--------------------------------------------- */

@media all and (max-width : 960px) {

#logo {
  display: block;
  padding: 0;
  width: 100%;
  text-align: center;
  float: none;
}

nav { margin: 0;}

.toggle + a { 
	display: none; 
}

.toggle {
font-family: "Inter", sans-serif;
  display: block;
  background-color: rgba(0, 0, 0, 0.00);
  padding: 0 15px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
  border: none;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.toggle:hover { background-color: rgba(0, 0, 0, 0.00); }

[id^=drop]:checked + ul { display: block; }

nav ul li {
  display: block;
  width: 100%;
}

nav ul ul .toggle,
 nav ul ul a { padding: 0 22px; }

nav ul ul ul a { padding: 0 44px; }

nav a:hover,
 nav ul ul ul a { background-color: rgba(0, 0, 0, 0.00); }

nav ul li ul li .toggle,
 nav ul ul a { background-color: rgba(0, 0, 0, 0.00); color: #F6F4DA; font-weight: 600; }

nav ul ul {
  float: none;
  position: static;
  color: #F6F4DA;
}

nav ul ul li:hover > ul,
nav ul li:hover > ul { display: none; }

nav ul ul li {
  display: block;
  width: 100%;
}

nav ul ul ul li { position: static;

} 
}

@media all and (max-width : 330px) {

nav ul li {
  display: block;
  width: 94%;
}

}

#PageSlider {
	height: auto;
	width: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	background-color: #FFFFFF;
}
@media(max-width: 800px) {
    #PageSlider {
        padding-top: 0px;
    }
}
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
	margin-bottom: -30px;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
/* Back-to-top-button
--------------------------------------------- */
#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 80px; /* Place the button at the bottom of the page */
    right: 20px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #009BDB; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 10px; /* Some padding */
    border-radius: 1px; /* Rounded corners */
	font-size: 16px;
}

#myBtn:hover {
    background-color: #999; /* Add a dark-grey background on hover */
}
#SpaceBox1 {
	height: auto;
	width: auto;
	text-align: left;
	margin: 0px;
	padding-top: 200px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
}
@media(max-width: 1200px) {
    #SpaceBox1 {
    padding-top: 100px;
	padding-bottom: 0px;
    }
}
@media(max-width: 800px) {
    #SpaceBox1 {
    padding-top: 50px;
	padding-bottom: 0px;
    }
}
#Boxes {
	height: auto;
	width: auto;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.75);
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	border-radius: 15px;
}
#Boxes2 {
	height: auto;
	width: auto;
	text-align: center;
	background-color: #F6F4DA;
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#Box1 {
	height: auto;
	width: auto;
	text-align: center;
	margin: 0px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#Box1b {
	height: auto;
	width: auto;
	text-align: center;
	margin: 0px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#Box2 {
	height: auto;
	width: auto;
	text-align: center;
	margin: 0px;
	background-color: #F6F4DA;
	padding-top: 15px;
	padding-right: 50px;
	padding-bottom: 5px;
	padding-left: 50px;
}
#Box3 {
	height: auto;
	width: auto;
	text-align: left;
	margin: 0px;
	padding: 30px;
	background-color: rgba(0, 155, 219, 0.35);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 15px;
}
#Box4 {
	height: auto;
	width: auto;
	text-align: left;
	margin: 0px;
	padding: 0px;
	background-color: rgba(0, 155, 219, 0.5);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 15px;
}
#VideoBox1 {
	height: auto;
	width: auto;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 14px 28px, rgba(0, 0, 0, 0.32) 0px 10px 10px;
}
.LgText1 {
	font-family: "Inter", sans-serif;
	font-size: 22px;
	line-height: 32px;
	color: #135C49;
	font-weight: 600;
	text-transform: none;
}
.LgParaText1 {
	font-family: "Inter", sans-serif;
	font-size: 21px;
	line-height: 32px;
	color: #009BDB;
	font-weight: 300;
	text-transform: none;
}
.LgParaTextWhite1 {
	font-family: "Inter", sans-serif;
	font-size: 24px;
	line-height: 36px;
	color: #FFFFFF;
	font-weight: 400;
	text-transform: none;
}
@media(max-width: 1200px) {
    .LgParaTextWhite1 {
     font-size: 22px;
	line-height: 32px;
    }
}
.LgParaText2 {
	font-family: "Inter", sans-serif;
	font-size: 19px;
	line-height: 29px;
	color: #ffffff;
	font-weight: 500;
	text-transform: none;
	text-shadow: 2px 3px 5px rgba(0,0,0,0.95);
}
.LgParaText3 {
	font-family: "Inter", sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #FFFFFF;
	font-weight: 300;
	text-transform: none;
}
.LgParaText3b {
	font-family: "Inter", sans-serif;
	font-size: 17px;
	line-height: 27px;
	color: #FFFFFF;
	font-weight: 500;
	text-transform: none;
}
.LgParaText4 {
	font-family: "Inter", sans-serif;
	font-size: 22px;
	line-height: 32px;
	color: #009BDB;
	font-weight: 500;
	text-transform: none;
}
.LgParaText4b {
	font-family: "Inter", sans-serif;
	font-size: 24px;
	line-height: 36px;
	color: #ffffff;
	font-weight: 600;
	text-transform: none;
}
.LgParaText5 {
	font-family: "Inter", sans-serif;
	font-size: 22px;
	line-height: 32px;
	color: #000000;
	font-weight: 400;
	text-transform: none;
}
.LgParaTextLight {
	font-family: "Inter", sans-serif;
	font-size: 20px;
	line-height: 32px;
	color: #F6F4DA;
	font-weight: 400;
	text-transform: none;
}
.ProductRangeText1 {
	font-family: "Inter", sans-serif;
	font-size: 36px;
	line-height: 46px;
	color: #0B124A;
	font-weight: 500;
	text-transform: none;
}
.ProductRangeText2 {
	font-family: "Inter", sans-serif;
	font-size: 24px;
	line-height: 34px;
	color: #303C8E;
	font-weight: 400;
	text-transform: none;
}
.ProductRangeText3 {
	font-family: "Inter", sans-serif;
	font-size: 28px;
	line-height: 48px;
	color: #FFFFFF;
	font-weight: 900;
	text-transform: uppercase;
}
.ProductRangeText4 {
	font-family: "Inter", sans-serif;
	font-size: 28px;
	line-height: 48px;
	color: #135C49;
	font-weight: 900;
	text-transform: none;
}
.ProductRangeText5 {
	font-family: "Inter", sans-serif;
	font-size: 28px;
	line-height: 48px;
	color: #ffffff;
	font-weight: 900;
	text-transform: none;
}
.ProductRangeText6 {
	font-family: "Inter", sans-serif;
	font-size: 24px;
	line-height: 64px;
	color: #FFFFFF;
	font-weight: 600;
	text-transform: uppercase;
}
.SmallParaText1 {
	font-family: "Inter", sans-serif;
	font-size: 17px;
	line-height: 27px;
	color: #444444;
	font-weight: 400;
	text-transform: none;
}
.SmallParaText2 {
	font-family: "Inter", sans-serif;
	font-size: 18px;
	line-height: 28px;
	color: #FFFFFF;
	font-weight: 400;
	text-transform: none;
}
.SmallParaText3 {
	font-family: "Inter", sans-serif;
	font-size: 18px;
	line-height: 27px;
	color: #F6F4DA;
	font-weight: 300;
	text-transform: none;
}
.SmallParaText4 {
	font-family: "Inter", sans-serif;
	font-size: 19px;
	line-height: 29px;
	color: #0C121C;
	font-weight: 800;
	text-transform: none;
}
.WhiteText1 {
	font-family: "Inter", sans-serif;
	font-size: 24px;
	line-height: 34px;
	color: #ffffff;
	font-weight: 400;
	text-transform: none;
}
.WhiteText2 {
	font-family: "Inter", sans-serif;
	font-size: 17px;
	line-height: 27px;
	color: #ffffff;
	font-weight: 400;
	text-transform: none;
}
.WhiteText3 {
	font-family: "Inter", sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
	font-weight: 300;
	text-transform: none;
}
.Afa5Text {
	font-family: "Inter", sans-serif;
	font-size: 46px;
	line-height: 56px;
	color: #FFFFFF;
	font-weight: 400;
	text-transform: none;
}
.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(0, 0, 0, 0.5);
}

.container3:hover .overlay {
  opacity: 1;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
img {
	display: block;

}

/* Video Background
--------------------------------------------- */
video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: relative;
  top: 0;
  left: 0;
}
/* Menu Dropdown
--------------------------------------------- */
.menu li ul {
   background-color: #0B124A;
   font-size: 17px;
   padding: 25px 15px;
}

.menu li ul li a {
   font-size: 17px;
}


/* Mobile Menu
--------------------------------------------- */

.hc-offcanvas-nav {
	z-index: 99999 !important;
}

@media(max-width: 960px) {
	.menu {
		display: none;
	}
}

@media(min-width: 961px) {
	#mob-menu-container {
		display: none;
	}
}

.hc-offcanvas-nav .nav-container, .hc-offcanvas-nav .nav-wrapper, .hc-offcanvas-nav ul,
.hc-offcanvas-nav a.nav-next,
.hc-offcanvas-nav .nav-back a {
	/* Mobile menu background colour */
	background-color: #0B124A;	
	background: #0B124A;
}

.hc-offcanvas-nav .nav-back a {
	border-top: none;
}

.hc-offcanvas-nav .nav-content>h2, .hc-offcanvas-nav .nav-content>h3, .hc-offcanvas-nav .nav-content>h4, .hc-offcanvas-nav .nav-content>h5, .hc-offcanvas-nav .nav-content>h6 {
	/* Top Level Title Text Colour */
	color: #ddd
}

.hc-offcanvas-nav .nav-wrapper>.nav-content>ul:first-of-type>li:first-child:not(.nav-back):not(.nav-close)>.nav-item-wrapper>.nav-item-link {	
	/* separation border between title and menu items */
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.hc-offcanvas-nav .nav-item-link, .hc-offcanvas-nav li.nav-close a, .hc-offcanvas-nav .nav-back a,
.hc-offcanvas-nav a.nav-next {
	/* menu items separation border */
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	border-left: none;
}

.hc-offcanvas-nav .nav-item-link {
	/* Menu Items Font Size */
	font-size: 15px;
	text-transform: none;
	font-weight: 500;
	font-family: "Inter", sans-serif;
}

.hc-nav-trigger {
	/* Hamburger menu icon */
	right: 5%;
	margin-top: -20px;
	font-size: 20px;
}

@media(min-width: 550px) and (max-width: 960px) {
	.full-mob {
		width: 52% !important;
	}

	.full-mob #menu {
		margin-top: 4px;
	}

	.menu-col {
		width: 30% !important;
		margin: auto;
	}

	.hc-nav-trigger {
		left: 50%;
		transform: translateX(-50%);
	}
}
/* iFrame
--------------------------------------------- */
.iframe-container {
  overflow: hidden;
  padding-top: 56.25%; /* 16:9*/
  position: relative;
}

.iframe-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}
/* Consultation Button Float
--------------------------------------------- */
#mybutton {
  position: fixed;
  top: 500px;
  right: 0px;
  z-index: 9999; 
}
/* Masonry
--------------------------------------------- */
.masonry { 
width: auto;
margin: 0 auto;
column-count: 6;
column-gap: 0.0em;
}
@media screen and (max-width: 768px) {
.masonry { 
width: 100%;
}
}
@media screen and (max-width: 480px) {
.masonry { 
width: 100%;
}
}
.masonry_item {
margin: 0;
width: 100%;
}
.masonry_item img {
margin: 0 0 0.0em 0;
}
@media screen and (max-width: 768px) {
.masonry {
column-count: 3;
}
}
@media screen and (max-width: 480px) {
.masonry {
column-count: 3;
}
}
@media screen and (max-width: 320px) {
.masonry {
column-count: 2;
}
}
}
