/*
* 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: 9999;
	background-color: #111111;  
}


/* 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;
}
.container2b {
	position: relative;
	width: 100%;
	max-width: 3600px;
	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;
}
.container2c {
	position: relative;
	width: 100%;
	max-width: 600px;
	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%;
  margin-bottom: 30px;
}
.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;
}
.container6 {
	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: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.column,
.columns {
	width: 100%;
	float: left;
	box-sizing: border-box;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	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: "Poppins", sans-serif;
  color: #444444; }


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 400; }
h1 {
	font-family: "Poppins", sans-serif;
	font-size: 36px;
	line-height: 1.2;
	font-weight: 700;
	color: #008066;
	text-transform: uppercase;
}
h2 {
	font-family: "Poppins", sans-serif;
	font-size: 24px;
	line-height: 1.4;
	font-weight: 700;
	text-transform: uppercase;
}
h3 {
	font-family: "Poppins", 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: #D71C14;
	font-weight: 600;
}
a:hover {
	text-decoration: underline;

}

.linktext1 {
  font-weight: 600;
  color: #D71C14;
  text-decoration: underline;
  }


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  font-family: "Poppins", sans-serif;
  display: inline-block;
  height: 46px;
  padding: 26px 19px;
  color: #555;
  text-align: center;
  font-size: 16px;
  font-weight: 800;
  line-height: 0px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 2px;
  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: #FF0000;
  border-color: #FF0000; }
.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: #000000;
  background-color: #FFFF00;
  border-color: #FFFF00; }


.button.button-secondary,
button.button-secondary,
input[type="submit"].button-secondary,
input[type="reset"].button-secondary,
input[type="button"].button-secondary {
  color: #000000;
  background-color: #FFFF00;
  border-color: #FFFF00; }
.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: #FF0000;
  border-color: #FF0000; }


/* 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: "Poppins", 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: "Poppins", sans-serif;
font-size: 17px;
  display: block;
  color: #333333;
  margin-bottom: .5rem;
  font-weight: 500; }
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;
	text-align: left;
	font-size: 14px;
	border: 1px solid #caddea;
	background-color: #000000;
	color: #ffffff;
	text-transform: uppercase;
}
td {
	padding: 10px;
	text-align: left;
	font-size: 14px;
	border: 1px solid #999999;
	font-weight: 400;
	color: #444444;
}
th:first-child,
td:first-child {
  padding-left: 5px; }
th:last-child,
td:last-child {
  padding-right: 5px; }


/* 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: "Poppins", sans-serif;
	color: #F0F0F0;
	font-weight: 300;
	font-size: 13px;
	line-height: 23px;
}
.u-full-width-footer2 {
	font-family: "Poppins", sans-serif;
	color: #FFFFFF;
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 0px;
}
.u-full-width-footer-sm {
	font-family: "Poppins", sans-serif;
	color: #FFFFFF;
	font-weight: 400;
	font-size: 11px;
	line-height: 33px;
}
.u-full-width-footer-headline {
	font-family: "Poppins", sans-serif;
	color: #FFFFFF;
	font-weight: 600;
	font-size: 22px;
	line-height: 32px;
	text-transform: none;
}
.u-full-width-footer3 {
	font-family: "Poppins", sans-serif;
	color: #D71C14;
	font-weight: 400;
	font-size: 36px;
	line-height: normal;
}
.u-full-width-footer4 {
	font-family: "Poppins", sans-serif;
	color: #999999;
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
}
.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: 1.5rem;
  margin-bottom: 2rem;
  border-width: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.15);; }

/* 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;
	position: absolute;
	width: 100%;
	background: linear-gradient(180deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	top: 0;
	z-index: 9999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(255, 255, 255, 0.85) !important;
}
#header2 {
	height: auto;
	width: 100%;
	background-color: #000000;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	top: 0;
	z-index: 9999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#menu {
	height: auto;
	width: auto;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.00);
	margin: 0px;
	padding-top: 70px;
}
@media only screen and (max-width: 800px) {
  #menu {
    padding-top: 0px;
  }
}
#menu2 {
	height: auto;
	width: auto;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.00);
	margin: 0px;
	padding-top: 60px;
}
@media only screen and (max-width: 800px) {
  #menu2 {
    padding-top: 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: #000000;
}
#footer2 {
	width: 100%;
	text-align: center;
	overflow: auto;
	margin: 0px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
	background-color: #111111;
}
#Accreditation {
	height: auto;
	width: 100%;
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	position: relative;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#SkipButtons {
	height: auto;
	width: auto;
	display: none;
}
@media only screen and (max-width: 600px) {
  #SkipButtons {
    display: block;
  }
}
#About {
	height: auto;
	width: 100%;
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 120px;
	padding-right: 0px;
	padding-bottom: 120px;
	padding-left: 0px;
	position: relative;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
@media only screen and (max-width: 800px) {
  #About {
    padding-top: 80px;
	padding-bottom: 80px;
  }
}
#About3 {
	position: absolute;
	height: auto;
	width: 100%;
	text-align: center;
	margin: 0px;
	padding-top: 250px;
	padding-bottom: 50px;
	padding-right: 0px;
	padding-left: 0px;
	z-index: 9998;
	left: 0;
	top: 0;
}
@media only screen and (max-width: 1400px) {
  #About3 {
    padding-top: 130px;
	padding-bottom: 40px;
  }
}
@media only screen and (max-width: 1200px) {
  #About3 {
    padding-top: 130px;
	padding-bottom: 40px;
  }
}
@media only screen and (max-width: 800px) {
  #About3 {
    padding-top: 300px;
	padding-bottom: 20px;
  }
}
#AboutNoPadding {
    height: auto;
    width: 100%;
    text-align: center;
    background-color: #FFFFFF;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    position: relative;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
#LooBox1 {
	height: auto;
	width: auto;
	text-align: left;
	padding-top: 400px;
	padding-right: 100px;
	padding-bottom: 50px;
	padding-left: 50px;
	background-color: #215F9A;
	background-attachment: scroll;
	background-image: url(../images/loo-king-events.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
@media(max-width: 600px) {
    #LooBox1{
    padding-top: 150px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	margin-bottom: 30px;
    }
}
#LooBox2 {
	height: auto;
	width: auto;
	text-align: left;
	padding-top: 400px;
	padding-right: 100px;
	padding-bottom: 50px;
	padding-left: 50px;
	background-color: #215F9A;
	background-attachment: scroll;
	background-image: url(../images/loo-king-construction.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
@media(max-width: 600px) {
    #LooBox2{
    padding-top: 150px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	margin-bottom: 30px;
    }
}
#Products {
	height: auto;
	width: 100%;
	text-align: center;
	margin: 0px;
	padding-top: 200px;
	padding-right: 0px;
	padding-bottom: 200px;
	padding-left: 0px;
	background-color: #F3F3F3;
}
#Find {
	height: auto;
	width: auto;
	text-align: left;
	margin: 0px;
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 100px;
	padding-left: 0px;
	background-color: #F0F0F0;
}
#CTA {
	height: auto;
	width: 100%;
	text-align: left;
	margin: 0px;
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 100px;
	padding-left: 0px;
	background-color: #000000;
	background-size: cover;
	background-attachment: scroll;
	background-image: url(../images/portable-toilet-bg1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#Hero1 {
	height: auto;
	width: 100%;
	text-align: left;
	margin: 0px;
	padding-top: 260px;
	padding-right: 0px;
	padding-bottom: 260px;
	padding-left: 0px;
	background-color: #000000;
	background-size: cover;
	background-attachment: scroll;
	background-image: url(../images/hero1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
@media(max-width: 600px) {
    #Hero1{
    padding-top: 360px;
	padding-bottom: 260px;
    }
}
#Hero2 {
	height: auto;
	width: 100%;
	text-align: left;
	margin: 0px;
	padding-top: 260px;
	padding-right: 0px;
	padding-bottom: 260px;
	padding-left: 0px;
	background-color: #000000;
	background-size: cover;
	background-attachment: scroll;
	background-image: url(../images/hero2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
@media(max-width: 600px) {
    #Hero2{
    padding-top: 360px;
	padding-bottom: 260px;
    }
}
#Hero3 {
	height: auto;
	width: 100%;
	text-align: left;
	margin: 0px;
	padding-top: 260px;
	padding-right: 0px;
	padding-bottom: 260px;
	padding-left: 0px;
	background-color: #000000;
	background-size: cover;
	background-attachment: scroll;
	background-image: url(../images/hero3.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
@media(max-width: 600px) {
    #Hero3{
    padding-top: 360px;
	padding-bottom: 260px;
    }
}
#Hero4 {
	height: auto;
	width: 100%;
	text-align: left;
	margin: 0px;
	padding-top: 260px;
	padding-right: 0px;
	padding-bottom: 260px;
	padding-left: 0px;
	background-color: #000000;
	background-size: cover;
	background-attachment: scroll;
	background-image: url(../images/hero4.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
@media(max-width: 600px) {
    #Hero4{
    padding-top: 360px;
	padding-bottom: 260px;
    }
}
#Process {
	height: auto;
	width: 100%;
	margin: 0px;
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 100px;
	padding-left: 0px;
	background-color: #D71C14;
	background-attachment: scroll;
	background-image: url(../images/cta1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
img {
	max-width:100%;
	margin: 0px;
	padding: 0px;
}
.telephone1 {
	font-family: "Poppins", sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 700;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0px;
}
@media only screen and (max-width: 900px) {
  .telephone1 {
    font-size: 16px;
	line-height: 26px;
  }
}
@media only screen and (max-width: 500px) {
  .telephone1 {
    font-size: 14px;
	line-height: 24px;
  }
}
.telephone2 {
	font-family: "Poppins", sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 600;
	font-size: 19px;
	line-height: 28px;
	letter-spacing: 0px;
}
@media only screen and (max-width: 500px) {
  .telephone2 {
    display: none;
  }
}
#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: "Poppins", sans-serif;
	font-size: 160px;
	line-height: 160px;
	color: #ffffff;
	font-weight: 800;
	text-transform: uppercase;
	text-shadow: 2px 3px 5px rgba(0,0,0,0.5);
}
@media only screen and (max-width: 1400px) {
  .Banner1Text {
    font-size: 70px;
	line-height: 70px;
  }
}
@media only screen and (max-width: 800px) {
  .Banner1Text {
    font-size: 40px;
	line-height: 40px;
  }
}
.Banner2Text {
	font-family: "Poppins", sans-serif;
	font-size: 40px;
	line-height: 40px;
	color: #ffffff;
	font-weight: 600;
	text-shadow: 2px 3px 5px rgba(0,0,0,0.25);
	text-transform: uppercase;
	letter-spacing: 5px;
}
@media only screen and (max-width: 1200px) {
  .Banner2Text {
    font-size: 12px;
	line-height: 22px;
  }
}
@media only screen and (max-width: 600px) {
  .Banner2Text {
    font-size: 11px;
	line-height: 21px;
	letter-spacing: 1px;
	font-weight: 700;
  }
}
.Banner3Text {
	font-family: "Poppins", sans-serif;
	font-size: 80px;
	line-height: 80px;
	color: #ffffff;
	font-weight: 800;
	text-transform: uppercase;
	text-shadow: 2px 3px 5px rgba(0,0,0,0.5);
}
@media only screen and (max-width: 1400px) {
  .Banner3Text {
    font-size: 60px;
	line-height: 60px;
  }
}
@media only screen and (max-width: 800px) {
  .Banner3Text {
    font-size: 40px;
	line-height: 40px;
  }
}
.Banner4Text {
	font-family: "Poppins", sans-serif;
	font-size: 30px;
	line-height: 40px;
	color: #ffffff;
	font-weight: 600;
	text-shadow: 2px 3px 5px rgba(0,0,0,0.25);
	text-transform: uppercase;
	letter-spacing: 1px;
}
@media only screen and (max-width: 1200px) {
  .Banner4Text {
    font-size: 18px;
	line-height: 28px;
  }
}
@media only screen and (max-width: 600px) {
  .Banner4Text {
    font-size: 11px;
	line-height: 21px;
	letter-spacing: 1px;
	font-weight: 700;
  }
}
.H1Text {
	font-family: "Poppins", sans-serif;
	font-size: 40px;
	line-height: 50px;
	color: #0161B0;
	font-weight: 800;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0px;
}
@media(max-width: 1400px) {
    .H1Text {
    font-size: 40px;
	line-height: 50px;
    }
}
@media(max-width: 800px) {
    .H1Text {
    font-size: 30px;
	line-height: 40px;
    }
}
.H2Text {
	font-family: "Poppins", sans-serif;
	font-size: 46px;
	line-height: 56px;
	color: #D71C14;
	font-weight: 800;
	text-transform: uppercase;
}
.H2bText {
	font-family: "Poppins", sans-serif;
	font-size: 33px;
	line-height: 43px;
	color: #BD8966;
	font-weight: 400;
	text-transform: none;
	font-style: italic;
}
.H3Text {
	font-family: "Poppins", sans-serif;
	font-size: 36px;
	line-height: 46px;
	color: #D71C14;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0px;
}
.H3SmText {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	line-height: 16px;
	color: #D71C14;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0px;
}
@media(max-width: 900px) {
    .H3SmText {
    font-size: 12px;
	line-height: 13px;
    }
}
@media(max-width: 500px) {
    .H3SmText {
    font-size: 16px;
	line-height: 16px;
    }
}
.H3SmTextBlack {
	font-family: SerpentineBoldItalic(D);
	font-size: 16px;
	line-height: 16px;
	color: #000000;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0px;
	text-decoration: underline;
}
@media(max-width: 900px) {
    .H3SmTextBlack {
    font-size: 12px;
	line-height: 13px;
    }
}
@media(max-width: 500px) {
    .H3SmTextBlack {
    font-size: 16px;
	line-height: 16px;
    }
}
.H3SmText2 {
	font-family: "Poppins", sans-serif;
	font-size: 21px;
	line-height: 31px;
	color: #333333;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0px;
}
@media(max-width: 900px) {
    .H3SmText2 {
    font-size: 14px;
	line-height: 14px;
    }
}
@media(max-width: 500px) {
    .H3SmText2 {
    font-size: 21px;
	line-height: 31px;
    }
}
.H3SmText3 {
	font-family: "Poppins", sans-serif;
	font-size: 24px;
	line-height: 34px;
	color: #D71C14;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0px;
}
.H3SmText4 {
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: #D71C14;
	font-weight: 800;
	letter-spacing: 0px;
}
.H3BoxText {
	font-family: "Poppins", sans-serif;
	font-size: 28px;
	line-height: 38px;
	color: #D71C14;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0px;
}
@media(max-width: 500px) {
    .H3BoxText {
    font-size: 18px;
	line-height: 28px;
    }
}
.H4Text {
	font-family: "Poppins", sans-serif;
	font-size: 36px;
	line-height: 46px;
	color: #FFFFFF;
	font-weight: 400;
	text-transform: uppercase;
}
@media(max-width: 800px) {
    .H4Text {
     font-size: 28px;
	line-height: 38px;
    }
}
.H4bText {
	font-family: "Poppins", sans-serif;
	font-size: 46px;
	line-height: 56px;
	color: #FFFFFF;
	font-weight: 400;
	text-transform: uppercase;
}
@media(max-width: 1400px) {
    .H4bText {
     font-size: 36px;
	line-height: 46px;
    }
}
@media(max-width: 1200px) {
    .H4bText {
     font-size: 28px;
	line-height: 38px;
    }
}
@media(max-width: 800px) {
    .H4bText {
     font-size: 32px;
	line-height: 42px;
    }
}
.H5Text {
	font-family: "Poppins", sans-serif;
	font-size: 46px;
	line-height: 56px;
	color: #FFFFFF;
	font-weight: 700;
	text-transform: uppercase;
}
@media(max-width: 900px) {
    .H5Text {
     font-size: 22px;
	line-height: 12px !important;
    }
}
.H6Text {
	font-family: "Poppins", sans-serif;
	font-size: 66px;
	line-height: 76px;
	color: #ffffff;
	font-weight: 800;
	text-transform: uppercase;
}
@media(max-width: 1400px) {
    .H6Text {
     font-size: 56px;
	line-height: 66px;
    }
}
@media(max-width: 800px) {
    .H6Text {
     font-size: 36px;
	line-height: 46px;
    }
}
.LinkText {
	font-family: "Poppins", sans-serif;
	font-size: 17px;
	line-height: normal;
	color: #1BA29C;
	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 25px;
  float: center;
  font-size: 16px;
  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:1000;
}

nav a {
	font-family: "Poppins", sans-serif;
	display: block;
	padding: 0 25px;
	color: #ffffff;
	font-size: 16px;
	line-height: 30px;
	text-decoration: none;
	font-weight: 800;
	letter-spacing: 1px;
	text-transform: uppercase;
}

}

@media(max-width: 1200px) {
    nav a {
     font-size: 13px;
	padding: 0 8px;
    }
}

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: 260px;
  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,
 .menu { display: none; }

.toggle {
font-family: "Poppins", sans-serif;
  display: block;
  background-color: rgba(0, 0, 0, 0.00);
  padding: 0 15px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  border: none;
  letter-spacing: 0px;
  text-transform: none;
  text-shadow: 2px 3px 5px rgba(0,0,0,0.95);
}

.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 15px; }

nav ul ul ul a { padding: 0 30px; }

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: #ffffff; font-weight: 400; }

nav ul ul {
  float: none;
  position: static;
  color: #ffffff;
}

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: 20px;
}

.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: 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: #D71C14; /* 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: 80px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
@media(max-width: 600px) {
    #SpaceBox1 {
    padding-top: 0px;
	padding-bottom: 20px;
    }
}
#SpaceBox2 {
	height: auto;
	width: auto;
	text-align: left;
	margin: 0px;
	padding-top: 180px;
	padding-right: 180px;
	padding-bottom: 0px;
	padding-left: 180px;
}
@media(max-width: 1800px) {
    #SpaceBox2 {
    padding-top: 120px;
	padding-right: 120px;
	padding-bottom: 0px;
	padding-left: 120px;
    }
}
@media(max-width: 1600px) {
    #SpaceBox2 {
    padding-top: 90px;
	padding-right: 90px;
	padding-bottom: 0px;
	padding-left: 90px;
    }
}
@media(max-width: 1300px) {
    #SpaceBox2 {
    padding-top: 60px;
	padding-right: 60px;
	padding-bottom: 0px;
	padding-left: 60px;
    }
}
@media(max-width: 1200px) {
    #SpaceBox2 {
    padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
    }
}
@media(max-width: 800px) {
    #SpaceBox2 {
    padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
    }
}
.ReviewText1 {
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 400;
	text-transform: none;
}
.ReviewText2 {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	font-weight: 500;
	text-transform: none;
}
.ReviewText3 {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.ReviewText4 {
	font-family: "Poppins", sans-serif;
	font-size: 15px;
	line-height: 25px;
	color: #ffffff;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.NetZeroText1 {
	font-family: "Poppins", sans-serif;
	font-size: 21px;
	line-height: 31px;
	color: #ffffff;
	font-weight: 700;
	text-transform: none;
	letter-spacing: 0px;
}
.NetZeroText2 {
	font-family: "Poppins", sans-serif;
	font-size: 17px;
	line-height: 27px;
	color: #ffffff;
	font-weight: 600;
	text-transform: none;
	letter-spacing: 0px;
}
.LgParaText1 {
	font-family: "Poppins", sans-serif;
	font-size: 22px;
	line-height: 32px;
	color: #333333;
	font-weight: 500;
	text-transform: none;
}
@media(max-width: 1200px) {
    .LgParaText1 {
     font-size: 22px;
	line-height: 32px;
    }
}
.LgParaText2 {
	ont-family: 'Barlow', sans-serif;
	font-size: 24px;
	line-height: 38px;
	color: #ffffff;
	font-weight: 400;
	text-transform: none;
	text-shadow: 2px 3px 5px rgba(0,0,0,0.95);
}
.LgParaText3 {
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	line-height: 30px;
	color: #FFFFFF;
	font-weight: 500;
	text-transform: none;
}
.LgParaText4 {
	font-family: "Poppins", sans-serif;
	font-size: 26px;
	line-height: 36px;
	color: #000000;
	font-weight: 600;
	text-transform: none;
}
.LgParaText5 {
	font-family: "Poppins", sans-serif;
	font-size: 24px;
	line-height: 34px;
	color: #000000;
	font-weight: 400;
	text-transform: none;
}
.LgParaText6 {
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	line-height: 30px;
	color: #FFFFFF;
	font-weight: 400;
	text-transform: none;
}
@media(max-width: 1300px) {
    .LgParaText6 {
     font-size: 17px;
	line-height: 27px;
    }
}
.LgParaText7 {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #FFFFFF;
	font-weight: 300;
	text-transform: none;
}
@media(max-width: 1300px) {
    .LgParaText7 {
     font-size: 17px;
	line-height: 27px;
    }
}
.LgParaText7b {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #FFFFFF;
	font-weight: 600;
	text-transform: none;
}
.LgParaText7c {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #D71C14;
	font-weight: 600;
	text-transform: none;
}
.LgParaText8 {
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	line-height: 28px;
	color: #cccccc;
	font-weight: 300;
	text-transform: none;
}
@media(max-width: 1300px) {
    .LgParaText8 {
     font-size: 15px;
	line-height: 25px;
    }
}
.MainParaText1 {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #444444;
	font-weight: 500;
	text-transform: none;
}
.MainParaText2 {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #D71C14;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: underline;
}
.MainParaText3 {
	font-family: "Poppins", sans-serif;
	font-size: 11px;
	line-height: 41px;
	color: #444444;
	font-weight: 700;
	text-transform: none;
	letter-spacing: 1px;
}
.MainParaText4 {
	font-family: "Poppins", sans-serif;
	font-size: 17px;
	line-height: 32px;
	color: #D71C14;
	font-weight: 700;
	text-transform: none;
}
.MainParaTextWhite1 {
	font-family: "Poppins", sans-serif;
	font-size: 24px;
	line-height: 34px;
	color: #ffffff;
	font-weight: 500;
	text-transform: none;
}
.MainParaTextWhite2 {
	font-family: "Poppins", sans-serif;
	font-size: 24px;
	line-height: 34px;
	color: #ffffff;
	font-weight: 700;
	text-transform: none;
	text-decoration: underline;
}
.MainParaTextWhite3 {
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 500;
	text-transform: none;
}
.MainParaTextGrey1 {
	font-family: "Poppins", sans-serif;
	font-size: 22px;
	line-height: 32px;
	color: #444444;
	font-weight: 500;
	text-transform: none;
}
.MainParaTextGrey2 {
	font-family: "Poppins", sans-serif;
	font-size: 24px;
	line-height: 34px;
	color: #444444;
	font-weight: 700;
	text-transform: none;
	text-decoration: underline;
}
.MainParaTextGrey3 {
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	line-height: 28px;
	color: #444444;
	font-weight: 500;
	text-transform: none;
}
.MainParaTextGrey3b {
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	line-height: 28px;
	color: #444444;
	font-weight: 700;
	text-transform: none;
}
.MainParaTextGrey4 {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #D71C14;
	font-weight: 600;
	text-transform: none;
}
.TeamText1 {
	font-family: "Poppins", sans-serif;
	font-size: 24px;
	line-height: 34px;
	color: #D71C14;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0px;
}
.TeamText2 {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #444444;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}
/* Parallax Effect
--------------------------------------------- */

#Banner2 {
	height: 70vh;
	position: relative;
	/*width: auto;*/
	/*text-align: left;*/
	/*background-color: #000000;*/
	/*padding-top: 400px;*/
	/*padding-right: 0px;*/
	/*padding-bottom: 0px;*/
	/*padding-left: 0px;*/
	/*background-attachment: local;*/
	/*background-image: url(../images/banner2.jpg);*/
	/*background-repeat: no-repeat;*/
	/*background-position: center center;*/
	/*background-size: cover;*/
}

.parallax-bg {
	position: fixed;
left: 0px;
top: 0px;
right: 0px;
bottom: 0px;
z-index: -1;
overflow: scroll;
width: 100vw;
height: 100vh;
background-image: url("../images/parallax1.jpg");
background-position: 50% 0px;
background-size: cover;
background-repeat: no-repeat;
}

@media(min-width: 1025px) {
    .parallax-bg {
        background-attachment: fixed;
    }
}


/* Pan Slider ken Burns
--------------------------------------------- */

* {
  margin: 0;
  padding: 0;
}

.pic-wrapper {
  position: relative;
  width: 100%;
  height: 85vh;
  overflow: hidden;
}

figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 110%;
  height: 110%;
  opacity: 0;
  /*animation*/
  
  animation: slideShow 24s linear infinite 0s;
  -o-animation: slideShow 24s linear infinite 0s;
  -moz-animation: slideShow 24s linear infinite 0s;
  -webkit-animation: slideShow 24s linear infinite 0s;
}

figurecaption {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
}

.pic-1 {
  opacity: 1;
  background: url(../images/slide2.jpg) no-repeat center bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.pic-2 {
  animation-delay: 6s;
  -o-animation-delay: 6s;
  -moz--animation-delay: 6s;
  -webkit-animation-delay: 6s;
  background: url(../images/slide1.jpg) no-repeat center bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.pic-3 {
  animation-delay: 12s;
  -o-animation-delay: 12s;
  -moz--animation-delay: 12s;
  -webkit-animation-delay: 12s;
  background: url(../images/slide4.jpg) no-repeat center bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.pic-4 {
  animation-delay: 18s;
  -o-animation-delay: 18s;
  -moz--animation-delay: 18s;
  -webkit-animation-delay: 18s;
  background: url(../images/slide3.jpg) no-repeat center bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/* keyframes*/

@keyframes 
slideShow {  0% {
 opacity: 0;
 transform:scale(1);
 -ms-transform:scale(1);
}
 5% {
 opacity: 1
}
 25% {
 opacity: 1;
}
 30% {
 opacity: 0;
 transform:scale(1.1);
 -ms-transform:scale(1.1);
}
 100% {
 opacity: 0;
 transform:scale(1);
 -ms-transformm:scale(1);
}
}
 @-o-keyframes 
slideShow {  0% {
 opacity: 0;
 -o-transform:scale(1);
}
 5% {
 opacity: 1
}
 25% {
 opacity: 1;
}
 30% {
 opacity: 0;
 -o-transform:scale(1.1);
}
 100% {
 opacity: 0;
 -o-transformm:scale(1);
}
}
 @-moz-keyframes 
slideShow {  0% {
 opacity: 0;
 -moz-transform:scale(1);
}
 5% {
 opacity: 1
}
 25% {
 opacity: 1;
}
 30% {
 opacity: 0;
 -moz-transform:scale(1.1);
}
 100% {
 opacity: 0;
 -moz-transformm:scale(1);
}
}
 @-webkit-keyframes 
slideShow {  0% {
 opacity: 0;
 -webkit-transform:scale(1);
}
 5% {
 opacity: 1
}
 25% {
 opacity: 1;
}
 30% {
 opacity: 0;
 -webkit-transform:scale(1.1);
}
 100% {
 opacity: 0;
 -webkit-transformm:scale(1);
}
}

/* Text animation*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.anicontainer {
  display: flex;
  justify-content: left;
  align-items: left;
}
.anicontainer p {
  font-family: "Poppins", sans-serif;
  font-size: 50px;
	line-height: 60px;
	color: #000000;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 10px;
  padding: 0.5rem;
  text-align: left;
  overflow: hidden;
}

.anicontainer p span.typed-text {
  font-weight: normal;
  color: #000000;
  font-weight: 500;
}
.anicontainer p span.cursor {
  /*display: inline-block;*/
  display: none;
  background-color: #ccc;
  margin-left: 0.1rem;
  width: 3px;
  animation: blink 1s infinite;
}
.caniontainer p span.cursor.typing {
  animation: none;
}
@keyframes blink {
  0%  { background-color: #ccc; }
  49% { background-color: #ccc; }
  50% { background-color: transparent; }
  99% { background-color: transparent; }
  100%  { background-color: #ccc; }
}
/* Menu Dropdowns*/
.menu li ul {
   font-family: "Poppins", sans-serif;
   background-color: #D71C14;
   font-size: 12px;
   padding: 15px 10px;
   z-index: 9999;
}

.menu li ul li a {
   font-size: 14px;
}
/* Product Page Sub Menus*/
.SubMenuText1 {
	font-family: "Poppins", sans-serif;
	font-size: 19px;
	line-height: 39px;
	color: #000000;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
}
.SubMenuText2 {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	line-height: 30px;
	color: #000000;
	font-weight: 400;
	text-transform: none;
	text-decoration: none;
	letter-spacing: 0px;
}
.SubMenuText3 {
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	line-height: 40px;
	color: #000000;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
}
/* 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: #000000;	
	background: #000000;
}

.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;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
}

.hc-nav-trigger {
	/* Hamburger menu icon */
	right: 5%;
	font-size: 21px;
}

@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%);
	}
}

/* Overlay
--------------------------------------------- */
.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;
}
/* Video Background
--------------------------------------------- */
video {
  object-fit: cover;
  width: 100vw;
  height: 65vh;
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: -10px;
}
/* Picture Wrap
--------------------------------------------- */
.wrap {
  float: right; 
  margin: 15px;
}
/* Breadcrumbs
--------------------------------------------- */
#Breadcrumbs {
	height: auto;
	width: 100%;
	text-align: left;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #e6e8e9;
}
#Breadcrumbs2 {
	height: auto;
	width: 100%;
	text-align: left;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color: #e6e8e9;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BDC2C6;
}
#Breadcrumbs3 {
	height: auto;
	width: 100%;
	text-align: left;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #ffffff;
}
#Breadcrumbs4 {
	height: auto;
	width: 100%;
	text-align: left;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BDC2C6;
}
.BreadcrumbText1 {
	font-family: "Poppins", sans-serif;
	font-size:10px;
	color: #666666;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.BreadcrumbText2 {
	font-family: "Poppins", sans-serif;
	font-size:10px;
	color: #D71C14;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}
/* Grids --------------------------------------------*/

.gridcontainer {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(12, 150px);
  margin: 0 auto;
  max-width: 90%;
  padding: 2rem 0;
}

/* Grid images --------------------------------------------*/

.gridimg {
  border-radius: 1rem;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* Grid items --------------------------------------------*/

.item-4 {
  grid-row: 2/5;
}

.item-5 {
  grid-row: 2/6;
}

.item-6 {
  grid-row: 2/4;
}

.item-7 {
  grid-row: 5/6;
}

.item-8 {
  grid-row: 4/6;
}

.item-9 {
  grid-row: 6/11;
}

.item-10 {
  grid-row: 6/7;
}

.item-11 {
  grid-row: 6/9;
}

.item-12 {
  grid-row: 7/12;
}

.item-13 {
  grid-row: 9/13;
}

.item-14 {
  grid-row: 11/13;
}

/* News ticker --------------------------------------------*/
@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.ticker-wrap {
  width: 100%;
  overflow: hidden;
  height: 6rem;
  background-color: #D71C14;
  padding-left: 100%;
}

.ticker {
  display: inline-block;
  height: 4rem;
  line-height: 4rem;
  white-space: nowrap;
  padding-right: 100%;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 10s;
  animation-duration: 15s;
}
.ticker_item {
	display: inline-block;
	font-size: 3rem;
	color: white;
	font-family: "Poppins", sans-serif;
	font-weight: 800;
	padding-top: 0.5rem;
	padding-right: 0rem;
	padding-bottom: 4rem;
	padding-left: 0rem;
}
/* Landing
--------------------------------------------- */
.H1LandingText {
	font-family: "Poppins", sans-serif;
	font-size: 28px;
	line-height: 38px;
	color: #CD0067;
	font-weight: 700;
	text-transform: none;
	text-decoration: none;
	letter-spacing: 0px;
}
.LandingText2 {
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	line-height: 28px;
	color: #000000;
	font-weight: 300;
}
#Box3 {
	height: auto;
	width: auto;
	text-align: center;
	background-color: #000000;
	padding: 40px;
	margin-top: -150px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-radius: 20px;
}
@media only screen and (max-width: 600px) {
  #Box3 {
    margin-top: 0px;
  }
}
.WhiteParaText1 {
	font-family: "Poppins", sans-serif;
	font-size: 17px;
	line-height: 27px;
	color: #ffffff;
	font-weight: 400;
	text-transform: none;
}
