
* {
	font-family: 'Montserrat', 'Arial', sans-serif;
}

html, body {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

body {
	background-color: #f7f7f7;
}

::-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: #00e6c8;
}

h1, h2, h4 {
	font-weight: 600;
}

h1 {
	color: #00e6c8;
	line-height: 1.2;
	font-size: 34px;
	margin-top:0px;
	margin-bottom:20px;
}

h2 {
	font-size: 50px;
	color: #ffffff;
    font-weight: 700;
	margin-bottom: 25px;
}

h3 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1.3;
	background-color: #00e6c8;
	display: inline-block;
	padding: 5px 10px;
	color: #0b1a41;
	margin-bottom: 25px;
}

#education-spotlight h3, #leisure-spotlight h3 {
	    background-color: #8f38f5 !important;
    color: #ffffff;
}

h4 {
	line-height: 1.3;
	color:#ffffff;
	padding-bottom: 15px;
}

h5 {
	line-height: 1.4;
	font-size: 16px;
	margin-bottom: 10px;
}

h6 {
	text-decoration: underline!important;
	margin-bottom: 15px;
}

.contact {
	font-size: 20px;
}

.terms {
	font-size: 14px;
	color:#00e6c8;
	    text-decoration: underline;
}

p {
	padding: 5px;
	font-size: 13px;
	line-height: 1.3;
	color:#c7c7c7;
	margin-bottom:20px;
}

ul {
	padding: 0;
	margin-bottom:20px;
}

li {
	font-size: 13px!important;
    line-height: 1.3!important;
    color: #c7c7c7!important;
    display: inline-block!important;
    margin-bottom: 0px;
}

.bumper {
	width: 100%;
	background-color: #0d1e66;
	padding: 80px 0px;
	margin-bottom: 0px;
	background-position: center center;
	background-size: cover;
	border:0;
}

#corporate, #retail {
	background-image: url(../img/corporate-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position:  0% 100%;
	background-color: #0d1e66;
	color: #ffffff;
	border:0;
}

#education, #leisure {
	background-color: #0b1a41;
	color: #ffffff;
	border:0;
}

#education {
	background-image: url(../img/education-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position:  0% 100%;
	background-color: #0d1e66;
	color: #ffffff;
	border:0;
}

#retail {
	background-image: url(../img/retail-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position:  0% 100%;
	background-color: #0d1e66;
	color: #ffffff;
	border:0;
}

#leisure {
	background-image: url(../img/leisure-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position:  0% 100%;
	background-color: #0d1e66;
	color: #ffffff;
	border:0;
}

#corporate-spotlight, #retail-spotlight {
	background-color: #0d1e66;
	color: #ffffff;
	border:0;
	padding-top: 0px;
	margin-top: -50px;
}

#education-spotlight, #leisure-spotlight {
	background-color: #0b1a41;
	color: #ffffff;
	border:0;
	padding-top: 0px;
	margin-top: -50px;
}

#corporate-spotlight img, #retail-spotlight img, #education-spotlight img, #leisure-spotlight img {
     width: 90%;
     }

#education .terms, #leisure .terms {
	color: #8f38f5!important;
}

.bumper img {
	    margin: 10px auto;
}

.resize {
	width: auto;
	max-width: 100%;
	color: #fff;
}

ul > li {
	font-size: 16px;
	margin-bottom: 5px;
}

.list-inline-item {
	font-size: 12px;
	margin: 0;
}

a {
	color: #00e6c8;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:focus, a:active {
	color: #00e6c8;
	text-decoration: none;
	font-weight: bold;
}

footer {
	background-image: linear-gradient(45deg, rgb(25 70 250 / 100%) 0%, rgb(140 105 235 / 100%) 100%) !important;
	padding: 40px 10px;
	color: #ffffff;
	line-height: 1.5;
	vertical-align: middle;
}

footer > ul {
	margin-bottom: 0;
}

footer > ul > li > a {
	color: #ffffff;
}

.nav-pills {
	width: 90%;
	margin: 10px auto;
}

.nav-pills > li > a {
	margin: 10px 15px 0 15px;
	border-radius: 5px;
	background-color: transparent;
	border: 2px solid #00e6c8;

}

.nav-pills > li > a:focus {
	color: #ffffff;
    background-color: #00e6c8;

}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #ffffff;
    background-color: #00e6c8;
}

.heightspacer {
	height: 20px;
}

.list-inline > li {
	padding-left: 2px;
	padding-right: 2px;
}

.icon-svg {
	vertical-align: middle;
	height: 22px;
}

.icons-social {
	margin-right: 10px;
	margin-bottom: 5px;
}

.icons-social:hover {
	color: #43c7f1;
}

.center {
	text-align: center;
	margin: 0 auto;
}

.left {
	text-align: left;
}

.jumbotron {
	margin-bottom: 0px;
	background-image: url(../img/close-the-year-strong-hero.jpg);
	background-position: 50% 35%;
    background-size: 110%;
	background-repeat: no-repeat;
	padding: 150px 0 170px 0;
	text-align: left;
}

.jumbotron img {
	    max-width: 700px;
	    width: 80%;
}

.maintitle {
	padding-top: 70px;
}

.btn {
	margin: 20px 15px 25px 15px;
	padding: 15px 35px;
	border-radius: 5px;
	text-decoration: none;
	font-weight: bolder;
	justify-content: center;
	text-align: center;
}

.list-inline > li {
	padding-left: 2px;
	padding-right: 2px;
}

.strapline {
	padding-top: 20px;
}

#contact {
	background-color: #8f38f5;
	color: #ffffff!important;
}

#contact a {
	color: #0b1a41!important;
}

.navbar {
	min-height: 80px;
}

.navbar-brand {
	height: 80px;
}

.navbar-default .navbar-toggle {
	background: none;
    margin-top: 10px;
    padding: 14px 10px !important;
    border-radius: 0;
    margin-right: 0;
}

.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:active, 
.navbar-default .navbar-toggle:focus {
	background: none;
}

.navbar-default .navbar-toggle:hover .icon-bar, 
.navbar-default .navbar-toggle:active .icon-bar, 
.navbar-default .navbar-toggle:focus .icon-bar {
	background-color: rgb(246, 53, 113);
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #ffffff;
}

.navbar-default {
	background: transparent;
	border: 0;
	padding: 0px 0;
}

.navbar-fixed-top { 
	background-color: rgba(25 70 250 / 0%);
	min-height: 80px;
	padding-top: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.navbar-fixed-top.opaque {
	background-image: linear-gradient(45deg, rgb(25 70 250 / 90%) 0%, rgb(140 105 235 / 90%) 100%) !important;
	min-height: 80px;
	padding-top: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}


.navbar-default .navbar-nav > li > a, 
.navbar-fixed-top .navbar-nav > li > a {
	color: #ffffff;
	text-decoration: none;
	font-weight: 500;
	font-size: 14px;
	margin: 14px 0 0 5px;
	text-align: center;
}

.navbar-default .navbar-nav > li > a {
	padding-top: 15px;
	padding-bottom: 15px;
}

.navbar-default .navbar-nav > li > a:hover {
	background: none;
	color: #ffffff;
	border-bottom: 2px solid #00e6c8;
}

.navbar-default .navbar-nav > li > a:focus, 
.navbar-default .navbar-nav > li > a:hover {
	background: none;
	color: #ffffff;
	border-bottom: 2px solid #00e6c8;
}

.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: none;
	color: #ffffff;
	border-bottom: 2px solid #00e6c8;
}

.navbar-default .navbar-toggle {
	border: none;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
	max-height: 540px;
}

#mainlogo {
	background-image: url("../img/logo.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 250px;
	height: 0;
	padding-top: 34.96%;
}

.jowobtninverse, .jowobtninverse:active, .jowobtninverse:focus {
	background-color: #ffffff;
	color: #0b1a41;
	font-weight: bold;
	border:3px solid #fff;
}

.jowobtninverse:hover {
	background-color: #0b1a41;
	color: #ffffff;
}

.jowobtn, .jowobtn:active, .jowobtn:focus {
	background-color: #00e6c8;
	color: #0b1a41;
	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;
}

.jowobtn:hover {
	background-color: #8f38f5;
	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;
}


.jowobtnpurple, .jowobtnpurple:active, .jowobtnpurple:focus {
	background-color: #8f38f5;
	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;
}

.jowobtnpurple:hover {
	background-color: #00e6c8;
	color: #0b1a41;
	-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;
}

.modal-content {
	background-image: linear-gradient(45deg, rgba(246,53,113,1) 0%, rgba(151,55,228,1) 100%)!important;
	    border-radius: 20px;
	padding: 15px 40px;
} 

.modal-header {
	border-bottom: none!important;
	margin-bottom: -30px;
}

.modal-header h3 {
	font-size: 26px;
    text-align: center;
    color: #0e2a37;
    margin-bottom: 25px;
}

.modal-header .close {
	margin-top: -9px;
    font-size: 58px;
	position: absolute;
	top: 15px;
	right: 20px;
}

.modal-body p {
	padding: 5px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    color: #ffffff;
    margin-bottom: 10px;
	border-bottom: none!important;
}

.modal-dialog {
	width: 80%;
	max-width: 1000px;
	margin: 5% auto;
}

.modal-footer  {
	border: none!important;
	text-align: center;
}

.offers h4 {
	font-size: 24px;
}

.corporate, .retail {
    background-color: #0b1a41;
    border-radius: 10px;
    padding: 15px;
    margin: 1%;
    width: 30.33333%;
    min-height: 410px;
    display: inline-block;
    vertical-align: top;
}

.education, .leisure {
    background-color: #0d1e66;
    border-radius: 10px;
    padding: 15px;
    margin: 1%;
    width: 30.33333%;
    min-height: 410px;
    display: inline-block;
    vertical-align: top;
}

    .col-md-offset-1 {
        margin-left: 8.33333333% !important;
    }

.pop-up {
	color:#fff;
}

.bold h4 {
	font-weight: bold;
}

.white {
	color: #ffffff;
}

.btn-secondary {
	color: #333333;
}

.nopadding {
	padding: 0;
}

.pop-up h4 {
	color:#fff;
}

.column-align {
	margin: 0 auto;
	float: none;
}

#technology h2 {
	margin-bottom: 25px;
}

.float-right {
	float:right;
}

.pop-up h4{
	padding-bottom:0px;
	margin-bottom: 5px;
	color:#fff;
}

.pop-up p{
	color:#fff;
}


.shadow {
	text-shadow: 0px 0px 20px #000000;
	-ms-text-shadow: 0px 0px 20px #000000;
	-moz-text-shadow: 0px 0px 20px #000000;
	-webkit-text-shadow: 0px 0px 20px #000000;
}

.box-shadow {
	box-shadow: 0px 0px 20px #000000;
	-ms-box-shadow: 0px 0px 20px #000000;
	-moz-box-shadow: 0px 0px 20px #000000;
	-webkit-box-shadow: 0px 0px 20px #000000;
}

.strip {
	width:100%;
	display:block;
	background-color: #00e6c8;
	padding:1% 0%;
	display:none;
	margin-bottom: -10px;
}

.strip h4{
	color:#fff;
	font-size:16px;
	padding:0px;
}

@media (max-width:1200px) {

	.roundal {
	float: right;
    width: 150px;
    margin-top: -115px;
    margin-right: 30px;
	}

	.hero {
	width: 100%;
    max-width: 480px;
    margin: 0 auto;
	}

	.jumbotron {        
		padding: 120px 0 100px 0px;
		    background-position: 50% 20%;
		    background-size: 135%;

	}

.nav>li {
    position: relative;
    display: block!important;
}

.navbar {
	border: 0;
}

.navbar-nav {
	background-image: linear-gradient(45deg, rgba(246,53,113,0.9) 0%, rgba(151,55,228,0.9) 100%)!important;
}

/*---NAVBAR OVERRIDE---*/
	.navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 0px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
      margin: 0;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
  /*---END NAVBAR OVERRIDE---*/
}

/*---NAVBAR MARGIN OVERRIDE---*/
@media (min-width: 768px) {

	.navbar-default .navbar-collapse {
		border: 0px;
	}

		.navbar-right {
    margin-right: -0;
		}
}
/*---END NAVBAR MARGIN OVERRIDE---*/
}

@media (max-width: 1000px) {

	.modal-dialog {
		width: 90%;
	}
	.force-width {
		width: auto;
		padding-right: 0;
	}

	#myVideo {
    top:18%;
	}

	.navbar-toggle {
		display: block!important;
		float:right;
	}

	#navbar {
		display: none!important;
	}

	.navbar-header {
		width: 100%;
	}

	.modal-dialog {
		width: 90%;
	}

	#myVideo {
		width: 130%;
	}

	.maintitle {
		padding-top: 20px;
	}

	#mainlogo {
		background-image: url("../img/logo.png");
		width: 140px;
	}

	.jumbotron {
		padding: 105px 0 70px 0px;
		background-size: 115%;
	}

	.jumbotron img {
		margin: -30px auto 0 auto;
		display:block;
	}

	img {
		width: 95%;
		max-width: 500px;
	}

	h1 {
    font-size: 26px;
		}

}


/*---NAVBAR MARGIN OVERRIDE---*/
@media (min-width: 768px) {

	.navbar-default .navbar-collapse {
		border: 0px;
	}

		.navbar-right {
    margin-right: -0;
		}
}
/*---END NAVBAR MARGIN OVERRIDE---*/

@media (max-height: 600px) {
	.force-width {
		width: 100%!important;
	}
}

@media (max-width: 992px) {

.corporate, .retail {
    width: 47%;
    min-height: 380px;
    display: inline-block;
    vertical-align: top;
}


.education, .leisure {
    width: 47%;
    min-height: 380px;
    display: inline-block;
    vertical-align: top;
}

.offers h4 {
    font-size: 24px;
    min-height: 75px;
    margin-bottom: 0;
    padding-bottom: 0;
}
}


@media (max-width: 850px) {
	#myVideo {
    top:21%;
	}

	.float-right {
	float:none!important;
}

}

@media (max-width: 790px) {

	.bumper {
		padding: 45px 0px;
	}

	.navbar-default .navbar-nav > li > a, 
	.navbar-fixed-top .navbar-nav > li > a {
		font-size: 12px;
	}

	.hero {
		max-width: 378px;
	}

	.jumbotron {
		background-position: 50% 0%;
    background-size: cover;
	}

	#myVideo {
		width: 130%;
		top: 23%;
	}

	.modal-content {
		padding: 15px 10px;
	}

	.btn {
    	margin: 5px 15px 35px 15px;
	}
}

@media (max-width: 700px) {

	.corporate, .retail, .education, .leisure {
		margin: 1%;
    	width: 90%;
    	min-height: 200px;
	}
}

@media (max-width:550px) {
	#myVideo {
		width: 153%;
		top: 33%;
	}

	h2 {
		font-size: 24px;
	}

	h4 {
		font-size: 16px;
	}

	h5 {
		font-size: 14px;
	}
}

@media (max-width: 420px) {

	.bumper {
		padding: 30px 0px;
	}

	.modal-header .close {
        visibility: hidden;
        display: none;
    }

	.jumbotron {
		padding: 70px 0 70px 0;
        background-position: 50% 27%;
        background-size: 170%;
	}

.hero {
    max-width: 312px;
    padding-bottom: 15px;
}

h1 {
	font-size: 26px;
}

.jumbotron img {
	margin: 20px auto 0 auto;
}

h3 {
	font-size:22px;
}

p {
	padding: 5px;
	font-size: 11pt;
	line-height: 1.4;
}

}

@media (max-width: 310px) {
	.jumbotron {
		background-size: 180%;
	}

	#mainlogo {
		background-image: url(../img/logo.png);
		width: 120px;
	}
}


/** Cookie Consent **/
.freeprivacypolicy-com---nb-simple {
	min-width: 100% !important;
	color: #ffffff !important;
	font-family: inherit !important;
	font-size: inherit !important;
	font-weight: inherit !important;
}

.freeprivacypolicy-com---palette-light.freeprivacypolicy-com---nb {
	background-color: #0b1a41!important;
	border-radius: 5px !important;
	color: #ffffff !important;
}

.freeprivacypolicy-com---palette-light .cc-nb-title {
    color: #ffffff !important;
}

.freeprivacypolicy-com---palette-light .cc-nb-text {
    color: #ffffff !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: #8f38f5!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 **/