/*
* 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: 1440px;
	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: 2400px;
	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;
}
.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;
}
.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;
}
.container7 {
	position: relative;
	width: 100%;
	max-width: 960px;
	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: 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: 18px;
  line-height: 32px;
  font-weight: 400;
  font-family: "Inclusive Sans", sans-serif;
  color: #666666; }


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 400; }
h1 {
	font-family: "Inclusive Sans", sans-serif;
	font-size: 36px;
	line-height: 1.2;
	font-weight: 700;
	color: #008066;
	text-transform: uppercase;
}
h2 {
	font-family: "Inclusive Sans", sans-serif;
	font-size: 24px;
	line-height: 1.4;
	font-weight: 700;
	text-transform: uppercase;
}
h3 {
	font-family: "Inclusive Sans", 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: #B6A2FE;
	font-weight: 600;
}
a:hover {
	text-decoration: underline;

}

.linktext1 {
  font-weight: 600;
  color: #024F2E;
  text-decoration: underline;
  }


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button:not(#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton),
input[type="submit"],
input[type="reset"],
input[type="button"] {
  font-family: "Inclusive Sans", sans-serif;
  display: inline-block;
  height: 46px;
  padding: 25px 25px;
  color: #555;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 0px;
  letter-spacing: 1px;
  text-transform: Uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 15px;
  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: #00263E;
  border-color: #00263E; }
.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: #B6A2FE;
  border-color: #B6A2FE; }


.button.button-secondary,
button.button-secondary,
input[type="submit"].button-secondary,
input[type="reset"].button-secondary,
input[type="button"].button-secondary {
  color: #00263E;
  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: #B6A2FE;
  border-color: #B6A2FE; }
  
.button.button-three,
button.button-three,
input[type="submit"].button-three,
input[type="reset"].button-three,
input[type="button"].button-three {
  color: #ffffff;
  background-color: #1F493D;
  border-color: #1F493D; }
.button.button-three:hover,
button.button-three:hover,
input[type="submit"].button-three:hover,
input[type="reset"].button-three:hover,
input[type="button"].button-three:hover,
.button.button-three:focus,
button.button-three:focus,
input[type="submit"].button-three:focus,
input[type="reset"].button-three:focus,
input[type="button"].button-three:focus {
  color: #ffffff;
  background-color: #441553;
  border-color: #441553; }
  
.button.button-four,
button.button-four,
input[type="submit"].button-four,
input[type="reset"].button-four,
input[type="button"].button-four {
  color: #FFD700;
  background-color: ;
  border-color: #FFD700; }
.button.button-four:hover,
button.button-four:hover,
input[type="submit"].button-four:hover,
input[type="reset"].button-four:hover,
input[type="button"].button-four:hover,
.button.button-four:focus,
button.button-four:focus,
input[type="submit"].button-four:focus,
input[type="reset"].button-four:focus,
input[type="button"].button-four:focus {
  color: #333333;
  background-color: #FFD700;
  border-color: #FFD700; }


/* 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: "Inclusive Sans", 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: "Inclusive Sans", sans-serif;
font-size: 18px;
  display: block;
  color: #666;
  margin-bottom: 1.5rem;
  margin-top: 1.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: 5px 5px 5px 5px;
  text-align: left;
  font-size: 15px;
  border: 1px solid #caddea;
  background-color: #0676AC;
  color: #ffffff; }
td {
  padding: 5px 5px 5px 5px;
  text-align: left;
  font-size: 15px;
  border: 1px solid #caddea; }
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: "Inclusive Sans", sans-serif;
	color: #FFFFFF;
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
}
.u-full-width-footer2 {
	font-family: "Inclusive Sans", sans-serif;
	color: #FFFFFF;
	font-weight: 600;
	font-size: 15px;
	line-height: 25px;
	text-transform: uppercase;
	letter-spacing: 0px;
}
.u-full-width-footer-headline {
	font-family: "Inclusive Sans", sans-serif;
	color: #FFFFFF;
	font-weight: 600;
	font-size: 22px;
	line-height: 32px;
	text-transform: none;
}
.u-full-width-footer3 {
	font-family: "Inclusive Sans", sans-serif;
	color: #F0F0F0;
	font-weight: 400;
	font-size: 36px;
	line-height: normal;
}
.u-full-width-footer4 {
	font-family: "Inclusive Sans", sans-serif;
	color: #999999;
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
}
.u-full-width-footer-sm {
	font-family: "Inclusive Sans", sans-serif;
	color: #888888;
	font-weight: 300;
	font-size: 12px;
	line-height: 24px;
}
.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: 3rem;
  margin-bottom: 3.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%;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
	margin: 0px;
	top: 0;
	z-index: 9999;
	background-color: #FFFFFF;
	background-position: 180;
}
#header2 {
	height: auto;
	width: 100%;
	position: relative;
	background-color: #00233A;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	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);
	margin: 0px;
	padding-top: 15px;
}
#menu2 {
	height: auto;
	width: auto;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.00);
	margin: 0px;
	padding-top: 20px;
}
#footer {
	width: 100%;
	text-align: center;
	overflow: auto;
	margin: 0px;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 60px;
	padding-left: 0px;
	background-color: #00263E;
}
#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;
  }
}
#AboutLightGrey {
	height: auto;
	width: 100%;
	text-align: center;
	background-color: #F0F0F0;
	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) {
  #AboutLightGrey {
    padding-top: 80px;
	padding-bottom: 80px;
  }
}
#AboutNoTop {
	height: auto;
	width: 100%;
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 0px;
	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) {
  #AboutNoTop {
	padding-bottom: 80px;
  }
}
#AboutDark {
	height: auto;
	width: 100%;
	text-align: center;
	background-color: #111111;
	padding-top: 120px;
	padding-right: 0px;
	padding-bottom: 120px;
	padding-left: 0px;
	position: relative;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#AboutMid {
	height: auto;
	width: 100%;
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 150px;
	padding-left: 0px;
	position: relative;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#AboutMidGrey {
	height: auto;
	width: 100%;
	text-align: center;
	background-color: #F8C79E;
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 100px;
	padding-left: 0px;
	position: relative;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#AboutGreen {
	height: auto;
	width: 100%;
	text-align: center;
	background-color: #1F493D;
	background: rgb(0,102,52);
	background: linear-gradient(135deg, rgba(0,102,52,1) 58%, rgba(102,0,161,1) 100%);
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 100px;
	padding-left: 0px;
	position: relative;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#AboutLight {
	height: auto;
	width: 100%;
	text-align: center;
	background-color: #EAE9E8;
	background: rgb(234,233,232);
background: linear-gradient(180deg, rgba(234,233,232,1) 20%, rgba(255,255,255,1) 100%);
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 100px;
	padding-left: 0px;
	position: relative;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#About2 {
	height: auto;
	width: 100%;
	text-align: center;
	margin: 0px;
	background-color: #1D7B9F;
	background-image: linear-gradient(to bottom right, #1D7B9F, #6CC9E8);
	padding-top: 90px;
	padding-right: 0px;
	padding-bottom: 90px;
	padding-left: 0px;
}
#About3 {
	position: absolute;
	height: auto;
	width: 100%;
	text-align: center;
	margin: 0px;
	padding-top: 280px;
	padding-bottom: 100px;
	padding-right: 0px;
	padding-left: 0px;
	z-index: 9998;
	left: 0;
	top: 0;
}
@media only screen and (max-width: 900px) {
  #About3 {
    padding-top: 250px;
	padding-bottom: 40px;
  }
}
#AboutSm {
	height: auto;
	width: 100%;
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
	position: relative;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#AboutSm2 {
	height: auto;
	width: 100%;
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
	position: relative;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#AboutSm3 {
	height: auto;
	width: 100%;
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 100px;
	padding-left: 0px;
	position: relative;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#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;
}
#Products2 {
	height: auto;
	width: 100%;
	text-align: center;
	background-color: #333333;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#Products3 {
	height: auto;
	width: 100%;
	text-align: center;
	background-color: #ffffff;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#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: 200px;
	padding-right: 0px;
	padding-bottom: 200px;
	padding-left: 0px;
	background-color: #000000;
	background-size: cover;
	background-attachment: scroll;
	background-image: url(../images/cta1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#Exit1 {
	height: auto;
	width: 100%;
	text-align: left;
	margin: 0px;
	padding-top: 120px;
	padding-right: 0px;
	padding-bottom: 120px;
	padding-left: 0px;
	background-color: #B6A2FE;
	background-size: cover;
	background-attachment: scroll;
	background-image: url(../images/exit1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#Hero1 {
	height: auto;
	width: 100%;
	text-align: left;
	margin: 0px;
	padding-top: 160px;
	padding-right: 0px;
	padding-bottom: 160px;
	padding-left: 0px;
	background-color: #B6A2FE;
	background-size: cover;
	background-attachment: scroll;
	background-image: url(../images/hero1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#Accreditations {
	height: auto;
	width: 100%;
	margin: 0px;
	padding-top: 120px;
	padding-right: 0px;
	padding-bottom: 120px;
	padding-left: 0px;
	background-color: #C8EBF7;
	background-attachment: scroll;
	background-image: url(../images/reviews-bg.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
}
#Process {
	height: auto;
	width: 100%;
	margin: 0px;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 60px;
	padding-left: 0px;
	background-color: #FFFFFF;
}
img {
	max-width:100%;
	margin: 0px;
	padding: 0px;
}
.telephone1 {
	font-family: "Inclusive Sans", sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0px;
}
#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;
}
.Banner1TextScript {
	font-family: "WindSong", cursive;
	font-size: 90px;
	line-height: 50px;
	color: #ffffff;
	font-weight: 400;
}
@media only screen and (max-width: 900px) {
  .Banner1TextScript {
    font-size: 80px;
	line-height: 30px;
  }
}
.Banner1Text {
	font-family: "Inclusive Sans", sans-serif;
	font-size: 80px;
	line-height: 80px;
	color: #ffffff;
	font-weight: 300;
	text-transform: uppercase;
	text-shadow: 2px 3px 5px rgba(0,0,0,0.1);
	letter-spacing: 2px;
}
@media only screen and (max-width: 900px) {
  .Banner1Text {
    font-size: 70px;
	line-height: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .Banner1Text {
    font-size: 50px;
	line-height: 50px;
  }
}
.Banner2Text {
	font-family: "Inclusive Sans", sans-serif;
	font-size: 18px;
	line-height: 40px;
	color: #ffffff;
	font-weight: 400;
	text-transform: uppercase;
	text-shadow: 2px 3px 5px rgba(0,0,0,0.25);
	letter-spacing: 4px;
}
@media only screen and (max-width: 900px) {
  .Banner2Text {
    font-size: 14px;
	line-height: 30px;
	letter-spacing: 2px;
  }
}
.Banner3Text {
	font-family: "Urbanist", sans-serif;
	font-size: 90px;
	line-height: 95px;
	color: #ffffff;
	font-weight: 400;
	text-transform: none;
	text-shadow: 2px 3px 5px rgba(0,0,0,0.25);
}
@media only screen and (max-width: 900px) {
  .Banner3Text {
    font-size: 60px;
	line-height: 65px;
  }
}
.Banner4Text {
	font-family: "Inclusive Sans", sans-serif;
	font-size: 16px;
	line-height: 40px;
	color: #ffffff;
	font-weight: 600;
	text-transform: uppercase;
	text-shadow: 2px 3px 5px rgba(0,0,0,0.25);
	letter-spacing: 5px;
}
@media only screen and (max-width: 900px) {
  .Banner4Text {
    font-size: 12px;
	line-height: 30px;
	letter-spacing: 2px;
  }
}
.H1Text {
	font-family: "Inclusive Sans", sans-serif;
	font-size: 46px;
	line-height: 56px;
	color: #00263E;
	font-weight: 700;
	text-transform: capitalize;
	text-decoration: none;
	letter-spacing: 0px;
}
@media(max-width: 1200px) {
    .H1Text {
     font-size: 50px;
	line-height: 60px;
    }
}
@media(max-width: 600px) {
    .H1Text {
     font-size: 40px;
	line-height: 50px;
    }
}
.H1WhiteText {
	font-family: "Inclusive Sans", sans-serif;
	font-size: 120px;
	line-height: 130px;
	color: #ffffff;
	font-weight: 700;
	text-transform: none;
	text-decoration: none;
	letter-spacing: 2px;
}
@media(max-width: 1200px) {
    .H1WhiteText {
     font-size: 50px;
	line-height: 60px;
    }
}
@media(max-width: 600px) {
    .H1WhiteText {
     font-size: 40px;
	line-height: 50px;
    }
}
.H2WhiteText {
	font-family: "Inclusive Sans", sans-serif;
	font-size: 80px;
	line-height: 90px;
	color: #ffffff;
	font-weight: 700;
	text-transform: none;
	text-decoration: none;
	letter-spacing: 2px;
}
@media(max-width: 1200px) {
    .H2WhiteText {
     font-size: 60px;
	line-height: 70px;
    }
}
@media(max-width: 600px) {
    .H2WhiteText {
     font-size: 40px;
	line-height: 50px;
    }
}
.H2Text {
	font-family: "Inclusive Sans", sans-serif;
	font-size: 46px;
	line-height: 56px;
	color: #1F493D;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 2px;
}
@media(max-width: 1200px) {
    .H2Text {
     font-size: 40px;
	line-height: 50px;
    }
}
@media(max-width: 600px) {
    .H2Text {
     font-size: 30px;
	line-height: 40px;
    }
}
.H2SmText {
	font-family: "Inclusive Sans", sans-serif;
	font-size: 38px;
	line-height: 48px;
	color: #1F493D;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.H2TextWhite {
	font-family: "Inclusive Sans", sans-serif;
	font-size: 46px;
	line-height: 56px;
	color: #ffffff;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 2px;
}
@media(max-width: 1200px) {
    .H2TextWhite {
     font-size: 60px;
	line-height: 70px;
    }
}
@media(max-width: 600px) {
    .H2TextWhite {
     font-size: 50px;
	line-height: 60px;
    }
}
.H3Text {
	font-family: "Inclusive Sans", sans-serif;
	font-size: 46px;
	line-height: 56px;
	color: #ffffff;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.H4Text {
	font-family: "Inclusive Sans", sans-serif;
	font-size: 36px;
	line-height: 46px;
	color: #024F2E;
	font-weight: 400;
	text-transform: none;
}
.H5Text {
	font-family: "Inclusive Sans", sans-serif;
	font-size: 28px;
	line-height: 58px;
	color: #00263E;
	font-weight: 600;
	text-transform: none;
	letter-spacing: 2px;
}
@media(max-width: 600px) {
    .H5Text {
     font-size: 20px;
	line-height: 30px;
    }
}
.H5TextWhite {
	font-family: "Inclusive Sans", sans-serif;
	font-size: 32px;
	line-height: 62px;
	color: #ffffff;
	font-weight: 600;
	text-transform: none;
	letter-spacing: 0px;
}
@media(max-width: 600px) {
    .H5TextWhite {
     font-size: 26px;
	line-height: 56px;
    }
}
.H6Text {
	font-family: "Inclusive Sans", sans-serif;
	font-size: 26px;
	line-height: 36px;
	color: #1F493D;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.H7Text {
	font-family: "Inclusive Sans", sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #1F493D;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.H8Text {
	font-family: "Inclusive Sans", sans-serif;
	font-size: 25px;
	line-height: 35px;
	color: #1F493D;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.LinkText {
	font-family: "Inclusive Sans", 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: #1F493D;
}


nav {
	padding: 0;
	background-color: rgba(0, 0, 0, 0.00);
	align: left;
    text-align: center;
    display: inline-block;
}

#logo {
  display: block;
  padding: 0 20px;
  float: center;
  font-size: 19px;
  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: "Inclusive Sans", sans-serif;
	display: block;
	padding: 0 20px;
	color: #1F493D;
	font-size: 19px;
	line-height: 30px;
	text-decoration: none;
	font-weight: 600;
	letter-spacing: 0px;
	text-transform: none;
}

}

@media(max-width: 1200px) {
    nav a {
     font-size: 19px;
	padding: 0 20px;
    }
}

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: 220px;
  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: "Inclusive Sans", sans-serif;
  display: block;
  background-color: rgba(0, 0, 0, 0.00);
  padding: 0 20px;
  color: #1F493D;
  font-size: 19px;
  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 20px; }

nav ul ul ul a { padding: 0 40px; }

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: #1F493D; font-weight: 400; }

nav ul ul {
  float: none;
  position: static;
  color: #1F493D;
}

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: 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: #1F493D; /* 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 */
}
.LgParaText1 {
	font-family: "Inclusive Sans", sans-serif;
	font-size: 24px;
	line-height: 44px;
	color: #1F493D;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 0px;
}
@media(max-width: 1200px) {
    .LgParaText1 {
     font-size: 22px;
	line-height: 32px;
    }
}
.WhiteParaText1 {
	font-family: "Inclusive Sans", sans-serif;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 400;
	text-transform: none;
}
/* Pan Slider ken Burns
--------------------------------------------- */

* {
  margin: 0;
  padding: 0;
}

.pic-wrapper {
  position: relative;
  width: 100%;
  height: 70vh;
  overflow: hidden;
}

figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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/slide1.jpg) no-repeat center center;
  -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/slide2.jpg) no-repeat center center;
  -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/slide3.jpg) no-repeat center center;
  -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/slide4.jpg) no-repeat center center;
  -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: "Inclusive Sans", 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 {
   background-color: #ffffff;
   font-size: 14px;
   padding: 15px 10px;
   z-index: 99999 !important;
}

.menu li ul li a {
   font-size: 14px;
}
/* Exit */
.ExitText1 {
	font-family: "Inclusive Sans", sans-serif;
	font-size: 66px;
	line-height: 76px;
	color: #ffffff;
	font-weight: 700;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0px;
}
@media(max-width: 800px) {
    .ExitText1 {
     font-size: 60px;
	line-height: 70px;
    }
}
/* 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: #111111;	
	background: #111111;
}

.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: 16px;
	font-weight: 600;
	font-family: "Inclusive Sans", 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;
	}

	.telephone1 {
		font-size: 17px;
		text-align: right;
	}

	.hc-nav-trigger {
		left: 50%;
		transform: translateX(-50%);
	}
}
/* Video Background
--------------------------------------------- */
video {
  object-fit: cover;
  width: 100%;
  height: 66%;
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 0px;
}
/* Picture Carousel
--------------------------------------------- */
.mySlides {display:none;}
/* Landing
--------------------------------------------- */
.H1LandingText {
	font-family: "Inclusive Sans", 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: "Inclusive Sans", 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: -200px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
@media only screen and (max-width: 600px) {
  #Box3 {
    margin-top: 0px;
  }
}
.WhiteParaText1 {
	font-family: "Inclusive Sans", sans-serif;
	font-size: 17px;
	line-height: 27px;
	color: #ffffff;
	font-weight: 400;
	text-transform: none;
}
.SmallParaText1 {
	font-family: "Inclusive Sans", sans-serif;
	font-size: 13px;
	line-height: 23px;
	color: #666666;
	font-weight: 400;
	text-transform: none;
}
/* Slick Carousel
--------------------------------------------- */
.slick-container {
	position: relative;
	width:100%;
	padding-bottom: 40px;
}

.slick-next {
	height: 64px;
	width: 64px;
	position: absolute;
	right: 15px;
	top: 45%;
	transform: translateY(-50%);
	background-image: url("../images/right.png") !important;
}

.slick-prev {
	height: 64px;
	width: 64px;
	position: absolute;
	left: 5px;
	top: 45%;
	transform: translateY(-50%);
	background-image: url("../images/left.png") !important;
}

.slick-slide {
	padding: 0 20px;
}

.slick-recent img {
	max-width: 30vw;
}
@media(max-width: 600px) {
	.slick-recent img {
		max-width: 50vw;
	}
}
/* Reviews
--------------------------------------------- */
.ReviewText1 {
	font-family: "Inclusive Sans", sans-serif;
	font-size: 21px;
	line-height: 31px;
	color: #441553;
	font-weight: 400;
	text-transform: none;
}
.ReviewText2 {
	font-family: "Inclusive Sans", sans-serif;
	font-size: 17px;
	line-height: 27px;
	color: #666666;
	font-weight: 500;
	text-transform: none;
}
.ReviewText3 {
	font-family: "Inclusive Sans", sans-serif;
	font-size: 17px;
	line-height: 27px;
	color: #666666;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.ReviewText4 {
	font-family: "Inclusive Sans", sans-serif;
	font-size: 15px;
	line-height: 25px;
	color: #666666;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.RecentWorkText1 {
	font-family: "Inclusive Sans", sans-serif;
	font-size: 26px;
	line-height: 36px;
	color: #1F493D;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.RecentWorkText2 {
	font-family: "Inclusive Sans", sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #1F493D;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
}
