/*
* 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
*/


/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
	position: relative;
	width: 100%;
	max-width: 1140px;
	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;
}
.column,
.columns {
	width: 100%;
	float: left;
	box-sizing: border-box;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	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: 17px;
  line-height: 27px;
  font-weight: 400;
  font-family: 'Barlow', sans-serif;
  color: #FFFFFF; }


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 400; }
h1 {
	font-family: 'Rubik', sans-serif;
	font-size: 36px;
	line-height: 1.2;

letter-spacing: -.1rem;		font-weight: 700;
	color: #008066;
	text-transform: uppercase;
}
h2 {
	font-family: 'Rubik', sans-serif;
	font-size: 24px;
	line-height: 1.4;
letter-spacing: -.1rem;
	font-weight: 700;
	text-transform: uppercase;
}
h3 {
	font-family: 'Rubik', sans-serif;
	font-size: 16px;
	line-height: 1.2;
font-weight: 400;
}
h4 {
	font-size: 1.4rem;
	line-height: 1;

letter-spacing: -.08rem; 		color: #5B7A12;
	font-weight: 700;
}
h5 {
	font-size: 0.8rem;
	line-height: 1.4;
letter-spacing: -.05rem; 	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: #53BDFA;
}
a:hover {
	text-decoration: underline;

}


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  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: #2B4B73;
  background-color: #AEC6E1;
  border-color: #AEC6E1; }
.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: #AEC6E1;
  background-color: #2B4B73;
  border-color: #2B4B73; }



/* 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: 'Barlow', 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: #0C121C;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  color: #0C121C;
  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: 'Rubik', sans-serif;
  display: block;
  color: #ffffff;
  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: circle inside; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
  margin-bottom: 1rem; }


/* 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,
td {
  padding: 12px 15px;
  text-align: centre; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


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


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
	width: 100%;
	box-sizing: border-box;
	color: #000000;
	font-weight: 400;
	font-size: 17px;
	line-height: normal;
	text-decoration: none;
}
.u-full-width-footer {
	font-family: 'Barlow', sans-serif;
	color: #AEC6E1;
	font-weight: 400;
	font-size: 15px;
	line-height: 25px;
}
.u-full-width-footer-headline {
	font-family: 'Barlow', sans-serif;
	color: #AEC6E1;
	font-weight: 600;
	font-size: 18px;
	line-height: 28px;
}
.u-full-width-footer3 {
	font-family: 'Barlow', sans-serif;
	color: #53BDFA;
	font-weight: 400;
	font-size: 36px;
	line-height: 46px;
}
.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: 0.2rem;
  margin-bottom: 0.2rem;
  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) {}

#preheader {
	height: auto;
	width: 100%;
	margin: 0px;
	background-color: #F0F0F0;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#header {
	height: auto;
	width: 100%;
	margin: 0px;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	z-index: 999;
}
#menu {
	height: auto;
	width: auto;
	text-align: left;
	background-color: #FFFFFF;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#footer {
	width: 100%;
	text-align: center;
	overflow: auto;
	margin: 0px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
	background-color: #213958;
}
#About {
	height: auto;
	width: 100%;
	text-align: center;
	margin: 0px;
	background-color: #2B4B73;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
}
#Products {
	height: auto;
	width: 100%;
	text-align: center;
	margin: 0px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
	background-color: #2F5480;
}
#Gradient {
	height: auto;
	width: 100%;
	text-align: center;
	margin: 0px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
	background-color: #1E3350;
	background-image: linear-gradient(#1E3350, #2F5480);
}
#Interested {
	height: auto;
	width: 100%;
	text-align: center;
	margin: 0px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
	background-color: #AEC6E1;
}
#Hub1 {
	height: auto;
	width: 100%;
	text-align: center;
	margin: 0px;
	padding-top: 140px;
	padding-right: 0px;
	padding-bottom: 140px;
	padding-left: 0px;
	background-color: #213958;
	background-attachment: scroll;
	background-image: url(../images/parallax1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
img {
	max-width:100%;
	margin: 0px;
	padding: 0px;
}
.strapline {
	font-family: 'Rubik', sans-serif;
	font-size: 22px;
	line-height: 22px;
	color: #B60700;
	text-decoration: none;
	font-weight: 300;
}
.telephone1 {
	font-family: 'Rubik', sans-serif;
	color: #2F5480;
	text-decoration: none;
	font-weight: 400;
	font-size: 12px;
	line-height: 30px;
}
#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;
}
.H1Text {
	font-family: 'Rubik', sans-serif;
	font-size: 46px;
	line-height: 56px;
	color: #FFFFFF;
	font-weight: 400;
	text-transform: uppercase;
}
.H2Text {
	font-family: 'Barlow', sans-serif;
	font-size: 24px;
	line-height: 34px;
	color: #FFFFFF;
	font-weight: 400;
	text-transform: none;
}
.H3Text {
	font-family: 'Rubik', sans-serif;
	font-size: 36px;
	line-height: 46px;
	color: #AEC6E1;
	font-weight: 400;
	text-transform: none;
}
.H3bText {
	font-family: 'Barlow', sans-serif;
	font-size: 28px;
	line-height: 38px;
	color: #fff;
	font-weight: 600;
	text-transform: none;
}
.H3TextWhite {
	font-family: 'Barlow', sans-serif;
	font-size: 42px;
	line-height: normal;
	color: #ffffff;
	font-weight: 600;
	text-transform: none;
}
.H4Text {
	font-family: 'Rubik', sans-serif;
	font-size: 24px;
	line-height: 34px;
	color: #2B4B73;
	font-weight: 400;
	text-transform: none;
}
.H5Text {
	font-family: 'Rubik', sans-serif;
	font-size: 22px;
	line-height: 32px;
	color: #ffffff;
	font-weight: 400;
	text-transform: none;
}
.LinkText {
	font-family: 'Barlow', sans-serif;
	font-size: 15px;
	line-height: 25px;
	color: #B60700;
	font-weight: 600;
	text-transform: 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: #333;
}


nav {
	padding: 0;
	background-color: #fff;
	align: center;
	text-align: left;
}

#logo {
  display: block;
  padding: 0 10px;
  float: left;
  font-size: 12px;
  line-height: 30px;
}

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

nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

nav ul li {
  margin: 0px;
  display: inline-block;
  float: left;
  background-color: #fff;
  z-index:1000;
}

nav a {
font-family: 'Rubik', sans-serif;
  display: block;
  padding: 0 5px;
  color: #333333;
  font-size: 12px;
  line-height: 30px;
  text-decoration: none;
  font-weight: 400;
}

nav ul li ul li:hover { background: #fff; }

nav a:hover { background-color: #fff; }

nav ul ul {
  display: none;
  position: absolute;
  top: 30px;
}

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

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

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

li > a:after { content: ' +'; }

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,
 .menu { display: none; }

.toggle {
font-family: 'Rubik', sans-serif;
  display: block;
  background-color: #fff;
  padding: 0 10px;
  color: #333333;
  font-size: 12px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  border: none;
}

.toggle:hover { background-color: #fff; }

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

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

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

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

nav a:hover,
 nav ul ul ul a { background-color: #fff; }

nav ul li ul li .toggle,
 nav ul ul a { background-color: #fff; color: #333333; font-weight: 400; }

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

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;
}
.ProductRangeText {
	font-family: 'Rubik', sans-serif;
	font-size: 24px;
	line-height: 34px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 400;
	text-transform: uppercase;
}
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
	margin-bottom: 20px;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#Find {
	height: auto;
	width: 100%;
	text-align: left;
	margin: 0px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
	background-color: #F0F0F0;
	background-size: cover;
}
.LgText1 {
	font-family: 'Barlow', sans-serif;
	font-size: 22px;
	line-height: 32px;
	color: #2B4B73;
	font-weight: 600;
	text-transform: none;
	width: auto;
}
.LgText2 {
	font-family: 'Barlow', sans-serif;
	font-size: 18px;
	line-height: 28px;
	color: #2B4B73;
	font-weight: 400;
	text-transform: none;
	width: auto;
}
.DataText1 {

	font-family: 'Rubik', sans-serif;
	font-size: 20px;
	line-height: 30px;
	color: #B60700;
	text-decoration: none;
	font-weight: 700;
	text-transform: none;
}
.H2TextSmall {
	font-family: 'Rubik', sans-serif;
	font-size: 20px;
	line-height: 30px;
	color: #FFFFFF;
	font-weight: 400;
	text-transform: none;
}
.DataText2 {
	font-family: 'Rubik', sans-serif;
	font-size: 20px;
	line-height: 30px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 700;
	text-transform: none;
	background-color: #B60700;
	padding: 10px;
	border-radius: 4px;
}
.H2TextSmallGrey {
	font-family: 'Barlow', sans-serif;
	font-size: 17px;
	line-height: 28px;
	color: #AEC6E1;
	font-weight: 400;
	text-transform: none;
}
/* Back-to-top-button
--------------------------------------------- */
#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* 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: #0066FF; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 5px; /* Some padding */
    border-radius: 5px; /* Rounded corners */
	font-size: 12px;
}

#myBtn:hover {
    background-color: #999; /* Add a dark-grey background on hover */
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  height: auto;
	width: 100%;
	margin: 0px;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	box-shadow: 0px 15px 10px -15px #111;
}

.sticky + .content {
  padding-top: 102px;
}
