@charset "utf-8";

html {
	scroll-behaviour: smooth;
}

a{text-decoration:none;}

.fullsize3 {
	width: 100%;
	height: 400px;
	position: relative;
	overflow: hidden;
}
.scrollable3 {
	width: 2000px;
	height: 400px;
	position: absolute;
	left: 50%;
	margin-left: -1000px;
}
.scrollable3 .slide3 {
	position: relative;
	width: 2000px;
	height: 400px;
}
.scrollable3 .slide3 > img {
	z-index: 50;
	position: absolute;
	top: 0;
	left: 0;
}
.inner-text3 {
	left: 50%;
	margin-left: -500px;
	margin-top: 100px;
	padding: 35px;
	max-width: 500px;
	height: auto;
	background-color: rgba(24,54,80,0.9);
	text-align: left;
	display: block;
}
.inner-text3 h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #34ccff;
	text-decoration: none;
	line-height: 18px; 
	letter-spacing: 3px;
	margin-bottom: 14px;	
}
.inner-text3 h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 42px;
	line-height: 58px;
	font-weight: 300;
	color: #FFFFFF;
	text-decoration: none;
	margin-bottom: 0;
	margin-top: 0;
}
	
	
/* Form Elements */

.button {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 250px;
  height: 50px;
  cursor: pointer;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 20px;
  overflow: hidden;
  border: none;
  font: normal 14px/normal "Roboto", Helvetica, sans-serif;
  color: rgba(51,51,51,1);
  text-decoration: normal;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background: rgba(255,255,255,1);
  -webkit-transition: all 502ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
  -moz-transition: all 502ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
  -o-transition: all 502ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
  transition: all 502ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
}
.border-red {
	border: 2px solid #E11937;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	-ms-transition: All 0.3s ease;
	transition: All 0.3s ease;
}
.border-red:hover {
	background: rgba(255,25,55,0.1);
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	-ms-transition: All 0.3s ease;
	transition: All 0.3s ease;
}
.border-blue {
	border: 2px solid #0077AF;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	-ms-transition: All 0.3s ease;
	transition: All 0.3s ease;
}
.border-blue:hover {
	background: rgba(0,119,175,0.1);
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
}
.border-green {
	border: 2px solid #73B06F;
		-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	-ms-transition: All 0.3s ease;
	transition: All 0.3s ease;
}
.border-green:hover {
	background: rgba(115,176,111,0.1);
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
}
.border-orange {
	border: 2px solid #FF7433;
     -webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	-ms-transition: All 0.3s ease;
	transition: All 0.3s ease;
}
.border-orange:hover {
	background: rgba(255,116,51,0.1);
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
}



.button:hover {
  width: 260px;
  color: rgba(51,51,51,1);
  background: rgba(255,255,255,0.9);
  -webkit-transition: all 500ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
  -moz-transition: all 500ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
  -o-transition: all 500ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
  transition: all 500ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
}

.button:focus {
  width: 260px;
  cursor: default;
  padding: -13px 20px 0;
  color: rgba(51,51,51,1);
  -webkit-transition: all 601ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
  -moz-transition: all 601ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
  -o-transition: all 601ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
  transition: all 601ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
}

#full-size {
	position: relative;
	overflow: hidden;
	height: 450px;
	width: 100%;
}
#full-size div {
    position: absolute;
    left: 50%;
    margin-left: -1000px;
}
.main {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 23px;
	font-weight: 400;
	font-variant: normal;
	color: #666;
}
.bread {
	font-family: 'Roboto', sans-serif;
	font-size: 11px;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
}
.bread-white {
	font-family: 'Roboto', sans-serif;
	font-size: 11px;
	font-weight: 400;
	color: #FFF;
	text-decoration: none;
}
.rob-grey-16 {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 25px;
	font-weight: 400;
	color: #848484;
}
.rob-black-16 {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 25px;
	font-weight: 400;
	color: #333;
}
.rob-grey-16-light {
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	line-height: 28px;
	font-weight: 300;
	color: #707070;
}
.rob-light-grey-19 {
	font-family: 'Roboto', sans-serif;
	font-size: 19px;
	line-height: 30px;
	font-weight: 300;
	color: #707070;
}
.rob-light-white-19 {
	font-family: 'Roboto', sans-serif;
	font-size: 19px;
	line-height: 30px;
	font-weight: 300;
	color: #FFF;
}
.rob-37-blue {
	font-family: 'Roboto', sans-serif;
	font-size: 37px;
	line-height: 48px;
	font-weight: 400;
	color: #019dda;
}
.rob-37-red {
	font-family: 'Roboto', sans-serif;
	font-size: 37px;
	line-height: 48px;
	font-weight: 400;
	color: #CA1631;
}
.rob-37-dark-blue {
	font-family: 'Roboto', sans-serif;
	font-size: 37px;
	line-height: 48px;
	font-weight: 400;
	color: #3eadf0;
}
.rob-37-green {
	font-family: 'Roboto', sans-serif;
	font-size: 37px;
	line-height: 48px;
	font-weight: 400;
	color: #2bc053;
}
.rob-37-orange {
	font-family: 'Roboto', sans-serif;
	font-size: 37px;
	line-height: 48px;
	font-weight: 400;
	color: #f2d035;
}


.rob-37-grey {
	font-family: 'Roboto', sans-serif;
	font-size: 37px;
	line-height: 48px;
	font-weight: 300;
	color: #333;
}
.rob-45-grey-light {
	font-family: 'Roboto', sans-serif;
	font-size: 45px;
	line-height: 48px;
	font-weight: 300;
	color: #333;
}

.rob-45-red {
	font-family: 'Roboto', sans-serif;
	font-size: 45px;
	line-height: 48px;
	font-weight: 600;
	color: #CA1631;
}
.rob-45-blue {
	font-family: 'Roboto', sans-serif;
	font-size: 45px;
	line-height: 48px;
	font-weight: 600;
	color: #19b4e8;
}
.rob-45-lighter-blue {
	font-family: 'Roboto', sans-serif;
	font-size: 45px;
	line-height: 48px;
	font-weight: 600;
	color: #34CCFF;
}
.rob-45-dark-blue {
	font-family: 'Roboto', sans-serif;
	font-size: 45px;
	line-height: 48px;
	font-weight: 600;
	color: #183650;
}


.rob-45-grey {
	font-family: 'Roboto', sans-serif;
	font-size: 45px;
	line-height: 48px;
	font-weight: 600;
	color: #333;
}
.rob-45-white {
	font-family: 'Roboto', sans-serif;
	font-size: 45px;
	line-height: 48px;
	font-weight: 600;
	color: #fff;
}
.rob-45-white-light {
	font-family: 'Roboto', sans-serif;
	font-size: 45px;
	line-height: 55px;
	font-weight: 300;
	color: #fff;
}
.rob-45-grey-light {
	font-family: 'Roboto', sans-serif;
	font-size: 45px;
	line-height: 55px;
	font-weight: 300;
	color: #666;
}




.rob-37-grey-bold {
	font-family: 'Roboto', sans-serif;
	font-size: 37px;
	line-height: 48px;
	font-weight: 500;
	color: #333;
}
.rob-37-white {
	font-family: 'Roboto', sans-serif;
	font-size: 37px;
	line-height: 48px;
	font-weight: 300;
	color: #FFF;
}
.rob-37-white-bold {
	font-family: 'Roboto', sans-serif;
	font-size: 37px;
	line-height: 48px;
	font-weight: 500;
	color: #FFF;
}
.underline-blue {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #3eadf0;
}
.underline-red {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #2BCCFF;
}

.underline-green {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #2bc053;
}

.underline-white {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.rob-30-blue {
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	line-height: 48px;
	font-weight: 400;
	color: #019dda;
}
.rob-24-blue-light {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: 300;
	color: #0173a7;
}
.rob-grey-16-light {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 28px;
	font-weight: 300;
	color: #848484;
}
.rob-grey-16-justify {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 32px;
	font-weight: 300;
	color: #848484;
	text-align: justify;
}
.rob-white-16-justify {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 32px;
	font-weight: 300;
	color: #FFF;
	text-align: justify;
}


.rob-grey-16-bold {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 28px;
	font-weight: 500;
	color: #666;
}
.rob-white-16 {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 25px;
	font-weight: 400;
	color: #FFF;
	text-decoration: none;
}
.rob-white-18 {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 30px;
	font-weight: 300;
	color: #FFF;
}
.rob-white-14 {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 25px;
	font-weight: 400;
	color: #FFF;
	text-decoration: none;
}
.rob-lightred-14 {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 25px;
	font-weight: 400;
	color: #FBD9DE;
	text-decoration: none;
}

.rob-25-blue {
	font-family: 'Roboto', sans-serif;
	font-size: 35px;
	line-height: 30px;
	font-weight: 300;
	color: #0077AF;
}
.rob-22-blue {
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	line-height: 28px;
	font-weight: 500;
	color: #0077AF;
}
.rob-22-darkblue {
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	line-height: 28px;
	font-weight: 500;
	color: #183650;
}
.rob-22-lightblue {
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	line-height: 28px;
	font-weight: 500;
	color: #34ccff;
}

.rob-20-black {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;
	color: #333;
}
.rob-22-black {
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	line-height: 28px;
	font-weight: 500;
	color: #333;
}


.rob-25-black {
	font-family: 'Roboto', sans-serif;
	font-size: 35px;
	line-height: 30px;
	font-weight: 500;
	color: #000;
}
.rob-25-white {
	font-family: 'Roboto', sans-serif;
	font-size: 35px;
	line-height: 30px;
	font-weight: 500;
	color: #FFF;
}
.rob-20-blue {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	line-height: 30px;
	font-weight: 300;
	color: #0077AF;
}
.rob-white-12 {
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: 400;
	color: #FFF;
}
.rob-white-12-gap {
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	line-height: 24px;
	font-weight: 400;
	color: #FFF;
	text-decoration: none;
}
.roboto-13-lightbluegap {
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #34ccff;
	text-decoration: none;
	line-height: 18px; 
	letter-spacing: 3px;
}
.roboto-12-lightblue {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #76cef8;
	text-decoration: none;
	line-height: 18px; 
}
.roboto-16-lightblue {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #afe5ff;
	text-decoration: none;
	line-height: 30px; 
}
.roboto-26-white {
	font-family: 'Roboto', sans-serif;
	font-size: 26px;
	font-weight: 300;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 42px; 
}
.roboto-30-white {
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	font-weight: 300;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 45px;
}
.roboto-40-white {
	font-family: 'Roboto', sans-serif;
	font-size: 40px;
	font-weight: 300;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 45px;
}
.roboto-30-grey {
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	font-weight: 300;
	color: #333333;
	text-decoration: none;
	line-height: 45px;
}

.rob-con-20-white {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	color: #FFF;
	text-decoration: none;
}

.rob-con-20-grey {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	line-height: 30px;
	font-weight: 500;
	color: #333;
	text-decoration: none;
}



.rob-white-14-bold {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	color: #FFF;
	text-decoration: none;
}
.rob-grey-25 {
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
	line-height: 25px;
	font-weight: 400;
	color: #666;
}
.rob-grey-20 {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	line-height: 25px;
	font-weight: 400;
	color: #666;
}
.rob-grey-18 {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 25px;
	font-weight: 400;
	color: #666;
}
.rob-grey-18-light {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 25px;
	font-weight: 300;
	color: #666;
}
.rob-grey-18-light-gap {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 30px;
	font-weight: 300;
	color: #666;
}
.rob-grey-18-white {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 30px;
	font-weight: 300;
	color: #fff;
}
.rob-18-lightblue {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 30px;
	font-weight: 600;
	color: #80D6FF;
}

.rob-16-white {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 26px;
	font-weight: 300;
	color: #fff;
}



.rob-grey-18-justify {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 35px;
	font-weight: 300;
	color: #666;
	text-align: justify;
}

.rob-grey-12 {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	line-height: 25px;
	font-weight: 400;
	color: #848484;
}
.rob-grey-12-line {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
	color: #848484;
}
.rob-grey-12-bold {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: 600;
	color: #333;
}
.rob-grey-14-bold-blue {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 25px;
	font-weight: 600;
	color: #0077AF;
}
.rob-grey-14-bold-red {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 25px;
	font-weight: 600;
	color: #E11937;
}
.rob-grey-14-bold-green {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 25px;
	font-weight: 600;
	color: #73B06F;
}
.rob-grey-14-bold-orange {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 25px;
	font-weight: 600;
	color: #f2d035;
}

.rob-grey-14-bold-darkgreen {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 25px;
	font-weight: 600;
	color: #0C8F8F;
}
.rob-grey-11 {
	font-family: 'Roboto', sans-serif;
	font-size: 11px;
	line-height: 25px;
	font-weight: 400;
	color: #848484;
}
.line-grey {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3A3A3A;
}
.line-grey-light {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#topnav div.drop {
	position: relative;	
	width: 100%;
	height: 100%;
	line-height: 52px;
	display: block;
}
#topnav div.drop div {
	display: none;
	position: absolute;
	top: 60px;
	width: 200px;
	line-height: normal;
	height: auto;
	min-height: 15px;
	padding: 0px;
	z-index: 10000000000;
}
#topnav div.drop:hover > div {
	display: block;
}
a.top-link {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 52px;
	width: 100%;
	line-height:52px;
	font-weight: 400;
}
a.top-link:hover {
	background-color: #303436;
	color: #FFF;
}
a.top-linkblue {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 52px;
	width: 100%;
	line-height:52px;
	font-weight: 400;
}
a.top-linkblue:hover {
	background-color: #0077af;
	color: #FFF;
}
a.top-linkbluedrop {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 35px;
	width: 100%;
	line-height:35px;
	font-weight: 400;
}
a.top-linkbluedrop:hover {
	background-color: #0077af;
	color: #FFF;
}
a.top-linkred {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 52px;
	width: 100%;
	line-height:52px;
	font-weight: 400;
}
a.top-linkred:hover {
	background-color: #e11937;
	color: #FFF;
}
a.top-linkgreen {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 52px;
	width: 100%;
	line-height:52px;
	font-weight: 400;
}
a.top-linkgreen:hover {
	background-color: #73b06f;
	color: #FFF;
}
a.top-linkorange {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 52px;
	width: 100%;
	line-height:52px;
	font-weight: 400;
}
a.top-linkorange:hover {
	background-color: #ff7433;
	color: #FFF;
}
.line-blue {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00547a;
}
.line-red {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9c1126;
}
.line-grey {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}


.line-green {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4e874a;
}
.criss-cross {
	background-image: url(images/access-control_portishead.png);
	background-repeat: repeat-x;
}
img.sop {
	filter: alpha(opacity=100);
	opacity: 1;
		transition: opacity .35s ease-in-out;
   -moz-transition: opacity .35s ease-in-out;
   -webkit-transition: opacity .35s ease-in-out;
}
img:hover.sop  {
	filter: alpha(opacity=40);
	opacity: 0.4;
	transition: opacity .35s ease-in-out;
   -moz-transition: opacity .35s ease-in-out;
   -webkit-transition: opacity .35s ease-in-out;
}

img.sop2 {
	filter: alpha(opacity=100);
	opacity: 1;
		transition: opacity .35s ease-in-out;
   -moz-transition: opacity .35s ease-in-out;
   -webkit-transition: opacity .35s ease-in-out;
}
img:hover.sop2  {
	filter: alpha(opacity=40);
	opacity: 0.7;
	transition: opacity .35s ease-in-out;
   -moz-transition: opacity .35s ease-in-out;
   -webkit-transition: opacity .35s ease-in-out;
}

a img {
		border: none;	
	}
.rounded-3 {
	border-radius: 3px;
}
.rounded-red {
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
	background-color: #34CCFF;
}
.rounded-orange {
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
	background-color: #FF7433;
}
.rounded-blue {
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
	background-color: #006594;
}
.rounded-green {
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
	background-color: #73B06F;
}

.contain {
	overflow:hidden;
	width: 100%;
	position:relative;
	height:auto;
}

.contain img {
	position: absolute;
	left: 50%;
	margin-left: -951px;
}

.float-shadow {
  display: inline-block;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 12px rgba(50, 50, 50, 0);
}
.float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px; 
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(50, 50, 50, 0.35) 0%, rgba(50, 50, 50, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.float-shadow:hover, .float-shadow:focus, .float-shadow:active {
  -webkit-transform: translateY(-13px);
  transform: translateY(-13px);
  /* move the element up by 5px */
}
.float-shadow:hover:before, .float-shadow:focus:before, .float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(13px);
  transform: translateY(13px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}
#mobile_return {
   display: block; top: 0; left: 0; width: 100%; text-align: center; /*Leave this line alone */
  /* position: fixed; */
   height: 2em;
   background: #fff;
}
#mobile_return a { 
   font-size: 1em; line-height: 2em; vertical-align: middle; text-decoration: none; /*Leave this line alone */
   font-family: "Helvetica Neue", Arial, sans-serif;
   color: #000;
}
.rounded-grey {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #eeeeee;
}
.rounded-dark-blue {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #11517D;
}

.facebook-button a{
	text-decoration: none;
	background-color: #19b4e8;
	display: block;
	height: 28px;
	width: 28px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	-ms-transition: All 0.3s ease;
	transition: All 0.3s ease;
	background-image: url(images/security-company-bristol/security-company.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
.facebook-button:hover a{
	background-color: #3D4143;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	-ms-transition: All 0.3s ease;
	transition: All 0.3s ease;
}
.facebook-button:active a{
	background-color: #666;
	-webkit-transition: All 0.1s ease;
	-moz-transition: All 0.1s ease;
	-o-transition: All 0.1s ease;
	-ms-transition: All 0.1s ease;
	transition: All 0.1s ease;
}

.twitter-button a{
	text-decoration: none;
	background-color: #19b4e8;
	display: block;
	height: 28px;
	width: 28px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	-ms-transition: All 0.3s ease;
	transition: All 0.3s ease;
	background-image: url(images/security-company-bristol/security_company.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
.twitter-button:hover a{
	background-color: #3D4143;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	-ms-transition: All 0.3s ease;
	transition: All 0.3s ease;
}
.twitter-button:active a{
	background-color: #666;
	-webkit-transition: All 0.1s ease;
	-moz-transition: All 0.1s ease;
	-o-transition: All 0.1s ease;
	-ms-transition: All 0.1s ease;
	transition: All 0.1s ease;
}

.blue-button a{
	text-decoration: none;
	background-color: #34ccff;
	display: block;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	-ms-transition: All 0.3s ease;
	transition: All 0.3s ease;
	cursor: pointer;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 3px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	line-height: 50px;
	font-weight: 400;
	color: #FFFFFF;
	letter-spacing: 1px;
	height: 50px;
}
.blue-button:hover a{
	background-color: #00afdf;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	-ms-transition: All 0.3s ease;
	transition: All 0.3s ease;
}
.blue-button:active a{
	background-color: #666;
	-webkit-transition: All 0.1s ease;
	-moz-transition: All 0.1s ease;
	-o-transition: All 0.1s ease;
	-ms-transition: All 0.1s ease;
	transition: All 0.1s ease;
}

.blue-border-button a{
	text-decoration: none;
	display: block;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	-ms-transition: All 0.3s ease;
	transition: All 0.3s ease;
	cursor: pointer;
	padding-right: 20px;
	padding-left: 20px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	line-height: 40px;
	font-weight: 800;
	color: #0077AF;
	height: 40px;
	border: 2px solid #0077AF;
}


.blue-border-button:hover a{
	background-color: rgba(51,51,51,0.1);
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	-ms-transition: All 0.3s ease;
	transition: All 0.3s ease;
}
.blue-border-button:active a{
	background-color: rgba(51,51,51,0.2);
	-webkit-transition: All 0.1s ease;
	-moz-transition: All 0.1s ease;
	-o-transition: All 0.1s ease;
	-ms-transition: All 0.1s ease;
	transition: All 0.1s ease;
}



.white-border-button a{
	text-decoration: none;
	display: block;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	-ms-transition: All 0.3s ease;
	transition: All 0.3s ease;
	cursor: pointer;
	padding-right: 20px;
	padding-left: 20px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	line-height: 40px;
	font-weight: 800;
	color: #fff;
	height: 40px;
	border: 2px solid #fff;
}


.white-border-button:hover a{
	background-color: rgba(255,255,255,0.1);
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	-ms-transition: All 0.3s ease;
	transition: All 0.3s ease;
}
.white-border-button:active a{
	background-color: rgba(255,255,255,0.2);
	-webkit-transition: All 0.1s ease;
	-moz-transition: All 0.1s ease;
	-o-transition: All 0.1s ease;
	-ms-transition: All 0.1s ease;
	transition: All 0.1s ease;
}

.grey-line-right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #b1c2cb;
}
a.red-hover {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
	color: #FFF;
	text-decoration: none;
	display: block;
	height: 220px;
	width: 245px;
	background-color: #CF2F2F;
	border-radius: 5px;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	-ms-transition: All 0.3s ease;
	transition: All 0.3s ease;
}
a.red-hover:hover {
	background-color: #A21414;
		-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	-ms-transition: All 0.3s ease;
	transition: All 0.3s ease;
}
a.red-hover:active {
	background-color: #CF2F2F;
		-moz-transition: All 0.1s ease;
	-o-transition: All 0.1s ease;
	-ms-transition: All 0.1s ease;
	transition: All 0.1s ease;
}
a.blue-hover {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
	color: #FFF;
	text-decoration: none;
	display: block;
	height: 220px;
	width: 245px;
	background-color: #3eadf0;
	border-radius: 5px;
		-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	-ms-transition: All 0.3s ease;
	transition: All 0.3s ease;
}
a.blue-hover:hover {
	background-color: #1082c7;
		-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	-ms-transition: All 0.3s ease;
	transition: All 0.3s ease;
}
a.blue-hover:active {
	background-color: #3eadf0;
		-moz-transition: All 0.1s ease;
	-o-transition: All 0.1s ease;
	-ms-transition: All 0.1s ease;
	transition: All 0.1s ease;
}
a.green-hover {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
	color: #FFF;
	text-decoration: none;
	display: block;
	height: 220px;
	width: 245px;
	background-color: #2BC053;
	border-radius: 5px;
		-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	-ms-transition: All 0.3s ease;
	transition: All 0.3s ease;
}
a.green-hover:hover {
	background-color: #149E3C;
		-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	-ms-transition: All 0.3s ease;
	transition: All 0.3s ease;
}
a.green-hover:active {
	background-color: #2BC053;
		-moz-transition: All 0.1s ease;
	-o-transition: All 0.1s ease;
	-ms-transition: All 0.1s ease;
	transition: All 0.1s ease;
}
a.orange-hover {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
	color: #FFF;
	text-decoration: none;
	display: block;
	height: 220px;
	width: 245px;
	background-color: #F2D438;
	border-radius: 5px;
		-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	-ms-transition: All 0.3s ease;
	transition: All 0.3s ease;
}
a.orange-hover:hover {
	background-color: #F2A91C;
		-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	-ms-transition: All 0.3s ease;
	transition: All 0.3s ease;
}
a.orange-hover:active {
	background-color: #F2D438;
		-moz-transition: All 0.1s ease;
	-o-transition: All 0.1s ease;
	-ms-transition: All 0.1s ease;
	transition: All 0.1s ease;
}
nav a {
	font-family: 'Roboto', sans-serif;
	position: relative;
	display: inline-block;
	margin: 0px 16px;
	outline: none;
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	font-size: 14px;
}

nav a:hover,
nav a:focus {
	outline: none;
}
nav a:nth-of-type(4) {
	margin: 0px 12px 0px 16px;
	padding: 8px 0px 10px 0px;
}



.cl-effect-3 a {
	padding: 10px 0;
}

.cl-effect-3 a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 4px;
	background: rgba(52,204,255,1);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}

.cl-effect-3 a:hover::after,
.cl-effect-3 a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
.background-grey {
	background-color: rgba(24,54,80,0.9);
}
.rounded-circle {
	-webkit-border-radius: 252px; 
	-moz-border-radius: 252px; 
	border-radius: 252px; 
}
.arial-11-grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #808080;
	text-decoration: none;
	line-height: 18px;
}

.asap-18-white {
	font-family: 'Asap', sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: 400;
	text-decoration: none;
	line-height: 24px;
}
.asap-22-white {
	font-family: 'Asap', sans-serif;
	font-size: 22px;
	color: #FFFFFF;
	font-weight: 400;
	text-decoration: none;
	line-height: 28px;
}

.roboto-12-white {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: 400;
	color: #FFFFFF;
	text-decoration: none;
}
.roboto-13-darkblue {
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	line-height: 22px;
	font-weight: 300;
	color: #005279;
	text-decoration: none;
}
.roboto-14-grey {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
	color: #666;
	text-decoration: none;
}
.roboto-14-black {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: 800;
	color: #333;
	text-decoration: none;
}
.roboto-18-blue {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	color: #0077af;
	text-decoration: none;
}
.roboto-18-whitebold {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	color: #FFFFFF;
	text-decoration: none;
}
.roboto-20-white {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	line-height: 28px;
	font-weight: 300;
	color: #FFFFFF;
	text-decoration: none;
}
.roboto-42-whiteitalic {
	font-family: 'Roboto', sans-serif;
	font-size: 42px;
	line-height: 52px;
	font-weight: 400;
	color: #FFFFFF;
	font-style: italic;
	text-decoration: none;
}
.roboto-44-lightblueitalic {
	font-family: 'Roboto', sans-serif;
	font-size: 44px;
	line-height: 56px;
	font-weight: 400;
	color: #009ae2;
	font-style: italic;
	text-decoration: none;
}
.roboto-44-whiteitalic {
	font-family: 'Roboto', sans-serif;
	font-size: 44px;
	line-height: 56px;
	font-weight: 400;
	color: #FFFFFF;
	font-style: italic;
	text-decoration: none;
}
.roboto-42-white {
	font-family: 'Roboto', sans-serif;
	font-size: 42px;
	line-height: 58px;
	font-weight: 300;
	color: #FFFFFF;
	text-decoration: none;
}
.roboto-45-white {
	font-family: 'Roboto', sans-serif;
	font-size: 45px;
	line-height: 55px;
	font-weight: 300;
	color: #FFFFFF;
	text-decoration: none;
}


.roboto-14-grey-justify {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 26px;
	font-weight: 300;
	color: #666;
	text-decoration: none;
	text-align: justify;
}
.red-line-top {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #19b4e8;
}
#mobile_return {
   display: block; top: 0; left: 0; width: 100%; text-align: center; /*Leave this line alone */
   position: fixed;
   height: 2em;
   background: #fff;
}
#mobile_return a { 
   font-size: 1em; line-height: 2em; vertical-align: middle; text-decoration: none; /*Leave this line alone */
   font-family: Arial, sans-serif;
   color: #000;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#overall-container {
position: relative;
width: 100% !important;
height: 550px;
overflow: hidden;
}
.scrollable {
position: absolute;
width: 2000px;
height: 550px;
top: 0px;
bottom: 0px;
z-index: 2;
left: 50% !important;
margin-left: -1000px;
}
.scrollable .items {
width: 20000em;
position: absolute;
height: 550px;
}
.items div {
float: left;
width: 2000px;
height: 550px;
} 


.opaque-background {
	background: rgba(25,111,192,0.7);
}



.button-orange {
	display: block;
	height: 50px;
	width: 100%;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	line-height:50px;
	font-weight: 300;
	background-color: #ffa500;	
	-webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
	}
a.button-orange:hover {
    background-color: #ffbb78;	
	color: #FFFFFF;
}

.commercial-cta {
	
	
	background-color: #f16334;
background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23eea890' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
	
	
}


.buttonorange2 {
	display: block;
	height: 60px;
	width: 100%;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight:600px;
	color: #FFF;
	text-decoration: none;
	line-height: 60px;
	font-weight: 500;
	letter-spacing: 1px;
	background-color: #ffa200;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
a.buttonorange2:hover {
	background-color: #257b8f;
	color: #FFFFFF;
}



a.top-link-new {
	font-family: 'Roboto', sans-serif;
	color:#FFF;
	font-size: 18px;
	text-decoration: none;
	display: block;
	height: 60px;
	width: 100%;
	line-height:60px;
	font-weight: 300;
	transition: all 0.2s ease;
}
a.top-link-new:hover {
	color: #FFF;
	background-color: #34CCFF;
	transition: all 0.2s ease;
}


.domestic:before {
	font: normal 400 25px 'Material Icons';
	color: #34CCFF;
	content: '\e88a';
	padding-right: 20px;
	vertical-align: -5px;
	display: inline-block;	
}
.domestic:hover:before {
	color: white;
}

.commercial:before {
	font: normal 400 25px 'Material Icons';
	color: #34CCFF;
	content: '\e84f';
	padding-right: 20px;
	vertical-align: -5px;
	display: inline-block;	
}
.commercial:hover:before {
	color: white;
}


.gates:before {
	font: normal 400 25px 'Material Icons';
	color: #34CCFF;
	content: '\e3ec';
	padding-right: 20px;
	vertical-align: -5px;
	display: inline-block;	
}
.gates:hover:before {
	color: white;
}

.fire:before {
	font: normal 400 25px 'Material Icons';
	color: #34CCFF;
	content: '\e80e';
	padding-right: 20px;
	vertical-align: -5px;
	display: inline-block;	
}
.fire:hover:before {
	color: white;
}



.innernav2 {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color: #838383;
	text-decoration: none;
	display: block;
	height: 50px;
	width: 100%;
	line-height:46px;
	font-weight: 300;
	letter-spacing: 1px;
	border-bottom: 1px solid #f3f3f3;
	transition: all 0.2s ease;
}
.innernav2::before {
	content:'\e003';
	font-family: 'Material Icons';
	font-size: 19px;
	color: #cfcfcf;
	padding: 0px 17px;
	font-style: normal;
	vertical-align: -4px;
	transition: all 0.2s ease;
}
.innernav2:hover {
	color: #1079c2;
}
.innernav2:hover::before {
	color: #1079c2;
}
.innernav2:nth-of-type(2)::before {
	content:'\e019';
}
.innernav2:nth-of-type(3)::before {
	content:'\e80e';
}

.innernav2:nth-of-type(4)::before {
	content:'\e1e1';
}

.innernav2:nth-of-type(5)::before {
	content:'\e30e';
}



.innernav3 {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color: #838383;
	text-decoration: none;
	display: block;
	height: 50px;
	width: 100%;
	line-height:46px;
	font-weight: 300;
	letter-spacing: 1px;
	border-bottom: 1px solid #f3f3f3;
	transition: all 0.2s ease;
}
.innernav3::before {
	content:'\e30e';
	font-family: 'Material Icons';
	font-size: 19px;
	color: #cfcfcf;
	padding: 0px 17px;
	font-style: normal;
	vertical-align: -4px;
	transition: all 0.2s ease;
}
.innernav3:hover {
	color: #1079c2;
}
.innernav3:hover::before {
	color: #1079c2;
}