/*!
 * IE10 viewport hack for Surface/desktop Windows 8 bug
 * Copyright 2014-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*
 * See the Getting Started docs for more information:
 * http://getbootstrap.com/getting-started/#support-ie10-width
 */
@-ms-viewport     { width: device-width; }
@-o-viewport      { width: device-width; }
@viewport         { width: device-width; }

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(1.0,1.0);
	}

	10% {
		-webkit-transform: scale(0.95,0.95);
	}

	20% {
		-webkit-transform: scale(1.0,1.0);
	}
}

@-moz-keyframes pulse {
	0% {
		-moz-transform: scale(1.0,1.0);
	}

	10% {
		-moz-transform: scale(0.95,0.95);
	}

	20% {
		-moz-transform: scale(1.0,1.0);
	}
}

@-o-keyframes pulse {
	0% {
		-o-transform: scale(1.0,1.0);
	}

	10% {
		-o-transform: scale(0.95,0.95);
	}

	20% {
		-o-transform: scale(1.0,1.0);
	}
}

@-ms-keyframes pulse {
	0% {
		-ms-transform: scale(1.0,1.0);
	}

	10% {
		-ms-transform: scale(0.95,0.95);
	}

	20% {
		-ms-transform: scale(1.0,1.0);
	}
}

@keyframes pulse { 
	0% {
		transform: scale(1.0,1.0);
	}

	10% {
		transform: scale(0.95,0.95);
	}

	20% {
		transform: scale(1.0,1.0);
	}
}

* {
	font-family: 'Montserrat', sans-serif;
}

body {
	background-color: #ffffff;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #0b2682;
}

h1 {
	line-height: 1.3;
	margin-bottom: 30px;
	text-shadow: 0 0 5px #000000;
}

h2 {
	font-size: 30px;
	font-weight: 500;
	line-height: 1.3;
	margin-bottom: 30px;
}

h3 {
	line-height: 1.3;
	font-weight: 600;
}

h4 {
	font-size: 20px;
	font-weight: 700;
	margin: 10px 0;
}

h5 {
	font-size: 18px;
	font-weight: 600;
	margin: 20px 0;
	line-height: 1.6;
}

h6 {
	line-height: 1.8;
	font-weight: 400;
	font-size: 13px;
}

p {
	font-size: 11pt;
	line-height: 1.6;
}

hr {
	margin-top: 40px;
	margin-bottom: 40px;
}

.redcolour {
	color: #fe173e;
	font-weight: 700;
}

.call-to-action {
	font-size: 24px;
	font-weight: 600;
	color: #333333;
}

.bumper {
	width: 100%;
	padding: 60px 0px;
	margin-bottom: 0px;
	background-position: center center;
	background-size: cover;
}

.bumper:nth-child(even) {
	background-color: #ffffff;
	color: #333333;
}

.bumper:nth-child(odd) {
	background-color: #f9f9f9;
	color: #333333;
}

#book-a-demo {
	background-image: url("../img/innovation-house.jpg")!important;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #ffffff!important;
}

.icon-svg {
	vertical-align: middle;
	height: 22px;
}

.icons-social {
	color: #ffffff;
	font-weight: normal;
	margin-right: 10px;
	margin-bottom: 5px;
}

.icons-social:hover {
	color: #0b3c8e;
}

.resize {
	width: auto;
	max-width: 100%;
}

.icon-text {
	height: 90px;
}

a {
	color: #0b2682;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:focus, a:active {
	color: #0b3c8e;
	text-decoration: none;
	font-weight: bold;
}

footer {
	background-color: #3d3d45;
	padding: 40px 10px;
	color: #ffffff;
	font-size: 9pt;
	line-height: 1.5;
	vertical-align: middle;
}

footer > ul {
	margin-bottom: 0;
}

footer > ul > li > a {
	color: #ffffff;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.fullwidth {
	width: 90%;
}

.jumbotron {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	padding: 0;
	height: 70vh;
	background-image: url("../img/hero.jpg");
	color: #ffffff;
	margin-bottom: 0;
}

.jumbotron h1 {
	font-size: 40px;
}

.eco-video {
	background: none;
	padding: 20% 0;
}

#myVideo {
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background: #47387d;
	background-size: cover;
}

.videocontainer {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin-top: 30px;
    margin-bottom: 50px;
}

.btn {
	margin: 10px 10px 20px 10px;
	padding: 12px 15px;
	border-radius: 0;
	text-decoration: none;
	font-weight: bolder;
	justify-content: center;
	text-align: center;
}

.nopadding {
	padding: 0;
}

.list-inline > li {
	padding-left: 2px;
	padding-right: 2px;
}

.nav-consideration {
	margin-top: 80px;
}

.product-bullets {
	padding-left: 25px;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: left;
}

.product-bullets > li {
	padding-left: 30px;
	margin-bottom: 7px;
}

.pulse:hover {
	-webkit-animation-name: pulse;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out, ease-in-out;
	-moz-animation-name: pulse;
	-moz-animation-duration: 1s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: ease-in-out, ease-in-out;
	-o-animation-name: pulse;
	-o-animation-duration: 1s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: ease-in-out, ease-in-out;
	-ms-animation-name: pulse;
	-ms-animation-duration: 1s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: ease-in-out, ease-in-out;
	animation-name: pulse;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out, ease-in-out;
}

.navbar {
	min-height: 80px;
}

.navbar-brand {
	height: 80px;
}

.navbar-default .navbar-toggle {
	background-color: #0b2682;
	margin-top: 18px;
	padding: 14px 10px !important;
	border-radius: 50%;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:active, .navbar-default .navbar-toggle:focus {
	background-color: #0b3c8e;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #ffffff;
}

.navbar-default {
	background: rgba(255, 255, 255, 1);
	border: 0;
	padding: 0px 0;
	box-shadow: 0px 0px 10px #aaaaaa;
}

.navbar-fixed-top { 
	background-color: rgba(255, 255, 255, 1);
}

.navbar-fixed-top #mainlogo {
	background-image: url("../img/logo.png");
}

.navbar-fixed-top .navbar-nav > li > a {
	color: #666666;
}

.navbar-default .navbar-nav > li > a,
.dropdown-menu > li > a {
	font-weight: bold;
	font-size: 11px;
	margin: 14px 0 0 2px;
	border-radius: 0;
}

.navbar-default .navbar-nav > li > a:hover {
	background-color: #0b3c8e;
	color: #ffffff;
}

.dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus, 
.navbar-default .navbar-nav > li > a:focus, 
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:focus, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
	background-color: #0b3c8e;
	color: #ffffff;
}

.dropdown-menu  > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu  > .active > a,
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-fixed-top .navbar-nav > .active > a, 
.navbar-fixed-top .navbar-nav > .active > a:focus, 
.navbar-fixed-top .navbar-nav > .active > a:hover {
	background-color: #0d2ea0;
	color: #ffffff;
}

.navbar-default .navbar-toggle {
    border: 2px solid #ffffff;
}

.dropdown-menu {
  background-color: #ffffff;
  text-align: center;
  top: 81px;
  border-radius: 0;
  min-width: 130px;
  padding: 1px 0;
}

.dropdown-menu > li > a {
	padding: 15px 5px;
	margin: 2px 0;
}

.dropdown .dropdown-menu {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  max-height: 0;
  display: block;
  overflow: hidden;
  opacity: 0;
  border: 0;
}

.dropdown.open .dropdown-menu {
  max-height: 400px;
  opacity: 1;
}

#mainlogo {
	background-image: url("../img/logo.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 190px;
	height: 50px;
	padding-top: 34.96%;
}

.wifobtn, .wifobtn:active, .wifobtn:focus {
	background-color: #0b3c8e;
	color: #ffffff;
	font-weight: bold;
	-webkit-transition: background-color 0.1s linear;
	-moz-transition: background-color 0.1s linear;
	-o-transition: background-color 0.1s linear;
	-ms-transition: background-color 0.1s linear;
	transition: background-color 0.1s linear;
}

.wifobtn:hover {
	background-color: #ffffff;
	color: #0b3c8e;
	border: solid 1px #0b3c8e;
	-webkit-transition: background-color 0.1s linear;
	-moz-transition: background-color 0.1s linear;
	-o-transition: background-color 0.1s linear;
	-ms-transition: background-color 0.1s linear;
	transition: background-color 0.1s linear;
}

.wifobtninverse, .wifobtninverse:active, .wifobtninverse:focus {
	background-color: #ffffff;
	color: #4c4c4c;
	font-weight: bold;
	-webkit-transition: background-color 0.1s linear;
	-moz-transition: background-color 0.1s linear;
	-o-transition: background-color 0.1s linear;
	-ms-transition: background-color 0.1s linear;
	transition: background-color 0.1s linear;
}

.wifobtninverse:hover {
	background-color: #4c4c4c;
	color: #ffffff;
	-webkit-transition: background-color 0.1s linear;
	-moz-transition: background-color 0.1s linear;
	-o-transition: background-color 0.1s linear;
	-ms-transition: background-color 0.1s linear;
	transition: background-color 0.1s linear;
}

.white {
	color: #ffffff;
}

.modal-content {
	background: rgba(222, 0, 0, 0.9);
	color: #ffffff;
	border-radius: 35px;
	padding: 15px 30px;
} 

.modal-header h2 {
	color: #ffffff;
	font-size: 24px;
	margin: 0;
}

.modal-header .close {
    margin-top: -42px;
    font-size: 45px;
    margin-bottom: -30px;
}

.modal-dialog {
    width: 700px;
    margin: 5% auto;
}

.btn-secondary {
	color: #333333;
}

.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.row-eq-height > div {
	margin: auto;
}

@media (max-height: 750px) {
	h6 {
		line-height: 1.5;
		font-size: 12px;
	}
}

@media (max-height: 690px) {
	.jumbotron {
		background: url("../img/hero.jpg") no-repeat center center;
		background-size: cover;
		height: auto;
		padding: 20% 0;
    }
}

@media (max-height: 600px) {
	.force-width {
		width: 100%!important;
	}
}

@media (max-width: 992px) {
	.modal-dialog {
		width: 90%;
	}

	.row-eq-height {
		display: initial;
	}

	.force-width {
		width: auto;
	}

	.totalwidth {
		width: 98%;
	}
}

@media (max-width: 970px) {
	.social-icons {
		margin-bottom: 5px;
	}

	.navbar-default .navbar-nav > li > a {
		font-size: 9px;
	}
}

@media (max-width: 767px) {
	.navbar-default .navbar-nav > li > a {
		margin: 2px 0;
		font-size: 12px;
	}

	.modal-content {
		padding: 15px 10px;
	}
}

@media (max-width: 500px) {
	.jumbotron {
		background: url("../img/hero.jpg") no-repeat center center;
		background-size: cover;
		height: auto;
		padding: 20% 0;
    }
}

@media (max-width: 400px) {
	h1, h2 {
		font-size: 26px;
	}

	.modal-header .close {
        visibility: hidden;
        display: none;
    }
}


/** Cookie Consent **/
.freeprivacypolicy-com---nb-simple {
    min-width: 100% !important;
    color: #4A4A4A !important;
    font-family: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
}
.freeprivacypolicy-com---palette-light .cc-nb-okagree,
.freeprivacypolicy-com---palette-light .cc-nb-reject,
.freeprivacypolicy-com---palette-light .cc-nb-changep,
.freeprivacypolicy-com---palette-light .cc-cp-foot-save
 {
    background-color: #4A90E2 !important;
    border-radius: 5px !important;
    color: #ffffff !important;
}
.freeprivacypolicy-com---palette-light .cc-nb-okagree:hover,
.freeprivacypolicy-com---palette-light .cc-nb-reject:hover,
.freeprivacypolicy-com---palette-light .cc-nb-changep:hover,
.freeprivacypolicy-com---palette-light .cc-cp-foot-save:hover {
    opacity: 75%;
}
.freeprivacypolicy-com---palette-light .cc-cp-foot-byline {
    opacity: 0%;
}
.freeprivacypolicy-com---palette-light .cc-cp-foot-byline a {
    pointer-events: none;
    cursor: default;
}
/** /Cookie Consent **/