
h1 {
	display: none;
}

h2 {
	font-size: 22px;
	font-weight: 500;
	color: #159063;
	text-align: center;
	padding: 5px 0 !important;
	border-top: 1px solid #159063;
	border-bottom: 1px solid #159063;
    margin-bottom:50px;
}

#popup-background {
	display: none;
	position: fixed;
	background: #000;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0.6;
	z-index: 5 !important;
}

#jt-logo {
	text-align: center;
}

#jt-logo span {
	color: #1d354d;
	font-size: 28px;
}

#jt-logo img {
	width: 220px;
}

#service-product-page #jt-logo {
	margin-top: 20px;
}

#service-product-page img {
	width: 200px;
}

#service-product-page #jt-logo span {
	font-size: 22px;
}

#welcome-desktop #bottom-line {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 30px;
    background: #37b34a;
	background: -o-linear-gradient(to right, #37b34a, #89c73d);
    background: -moz-linear-gradient(to right, #37b34a, #89c73d);
    background: linear-gradient(to right, #37b34a, #89c73d);
    z-index: 2;
}

#welcome-desktop .layer {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
/*	transition: width 2s ease-in-out;
    -webkit-transition: width 2s ease-in-out;
	-moz-transition: width 2s ease-in-out;
	-o-transition: width 2s ease-in-out;*/
}

#welcome-desktop .layer#logo-wrap {
	transition: all 1.5s ease-in-out;
    -webkit-transition: all 1.5s ease-in-out;
	-moz-transition: all 1.5s ease-in-out;
	-o-transition: all 1.5s ease-in-out;
	z-index: 1;
	width: 40%;
}

#welcome-desktop .layer#links-wrap {
	left: auto;
	right: 0;
	background-image: url(images/background.png);
    background-repeat: no-repeat;
    background-size: 70% 100%;
    background-position-x: 100%;
	z-index: 3;
	overflow-y: auto;
}

#welcome-desktop .layer > div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

#welcome-desktop .layer#logo-wrap div {
	width: 60%;
	margin: 0px auto;
}

#welcome-desktop .layer#links-wrap > div {
	display: block;
	width: 40%;
	top: 50%;
	left: 70%;
	padding: 30px 0;
}

#welcome-desktop .section {
	width: 450px;
	margin: 0px auto;
}

#service-product-page .section {
	max-width: 900px;
	margin: 0px auto;
	/* overflow: auto; */
	margin-bottom: 20px;
}

#service-product-page .section.products {
	display: none;
}

#welcome-desktop .section p {
	font-size: 18px;
}

.selectors {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	justify-content: center;
	list-style: none !important
}

.selectors li {
	padding: 10px;
}

.selectors a {
	display: inline-block;
	width: 100px;
	font-size: 17px;
	color: #00324e;
	text-align: center;
    font-weight:700;
    line-height:1.25em;
    margin:0px 10px;
}

.selectors img {
	width: 150px;
	display: block;
	margin: 0px auto;
}

#location .selectors a.selected {
	border: 1px solid #37b34a;
}

#service-product-page .selectors {
	/* width: 700px; */
	margin: 0 auto;
}

#service-product-page .selectors li {
	margin: 0 30px;
}

#service-product-page .selectors a {
 	width: 130px;
	font-size: 19px;
}

#service-product-page .selectors img {
	width: 110px;
	height: 110px;
}

#service-product-page #location-selector {
	width: 200px;
	background: #FFF;
	padding: 10px;
	border-radius: 5px;
	position: fixed;
	top: 10px;
	right: 20px;
	z-index: 10;
}

#service-product-page #location-selector .selected-location {
	height: 50px;
}

#service-product-page #location-selector .selected-location a {
	display: inline-block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding-left: 55px;
	background-repeat: no-repeat;
	background-size: 50px;
}

#service-product-page #location-selector .dropdown-btn a:hover {
	text-decoration: none !important;
}

#service-product-page #location-selector .dropdown-btn > a {
	color: #37b34a;
	margin-left: 10px;
}

#service-product-page #location-selector .dropdown-btn > a i {
	font-size: 15px;
}

#service-product-page #location-selector .dropdown-content {
	display: none;
	background: #FFF;
}

#service-product-page #location-selector .dropdown-content a {
	display: inline-block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	margin-top: 10px;
	padding-left: 55px;
	background-repeat: no-repeat;
	background-size: 50px;
}

#service-product-page #location-selector a[data-location="JE"] {
	background-image: url('images/locations/jersey.png');
}

#service-product-page #location-selector a[data-location="GG"] {
	background-image: url('images/locations/guernsey.png');
}

#service-product-page #location-selector a[data-location="GB"] {
	background-image: url('images/locations/uk.png');
}

#service-product-page #location-selector a[data-location="US"] {
	background-image: url('images/locations/usa.png');
}

#service-product-page #location-selector a[data-location="EU"] {
	background-image: url('images/locations/europe.png');
}

#service-product-page #location-selector a[data-location="International"] {
	background-image: url('images/locations/international.png');
}

#welcome-mobile h2 {
	font-size: 21px;
	font-weight: 500;
	color: #159063;
	text-align: center;
    margin-bottom:30px;
}

#welcome-mobile #jt-logo {
	text-align: center;
	margin-bottom: 20px;
}

#welcome-mobile #jt-logo span {
	color: #1d354d;
	font-size: 33px;
}

#welcome-mobile #jt-logo img {
	width: 180px;
}

#welcome-mobile .intro {
	text-align: center;
    width: 80%;
    margin: 0px auto;
    margin-bottom: 20px;
}

#welcome-mobile #logo-wrap {
	padding-top: 10px;
	width: 100%;
	top: 15%;
}

#welcome-mobile #logo-wrap.initial {
    position: fixed;
    width: 100%;
    top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

#welcome-mobile #links-wrap {
	display: block;
	right: 0;
}

#welcome-mobile .section {
	text-align: center;
	margin-bottom: 40px;
}

#welcome-mobile .section#for-you > div {
	background: #37b34a;
	background: -o-linear-gradient(to right, #37b34a, #89c73d);
    background: -moz-linear-gradient(to right, #37b34a, #89c73d);
    background: linear-gradient(to right, #37b34a, #89c73d);
    padding: 20px;
}

#welcome-mobile .section#for-you a {
	color: #FFF;
}

#welcome-mobile .section p {
	font-size: 20px;
	margin-bottom: 10px;
}

#welcome-mobile .selectors {
	margin: 0px auto;
}

.btn {
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
    border-radius:15px !important;
    padding: 1.1em 1em;
    font-size:16px;
    background: -webkit-linear-gradient(left,#00324c 15%,#00965f);
}

#filter-form {
	position: relative;
	margin-top: 40px !important;
	margin-bottom: 50px !important;
}

#filter-form input {
	padding: 10px 20px;
}

#filter-form i {
	color: #37b34a;
	font-size: 21px;
	position: absolute;
	top: 13px;
	right: 15px;
}

.autocomplete-suggestions {
	display: none !important;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
     /* IE10+ CSS styles go here */
	  #welcome-desktop .selectors,
	  #service-product-page .selectors {
	     display: block !important;
	     -webkit-flex-flow: initial;
	     justify-content: initial;
	     margin: 0px auto;
	  }

	  #welcome-desktop .selectors {
		  width: 405px;
	  }

	  #service-product-page .selectors {
	     width: 850px;
	  }

	  #welcome-desktop .selectors li {
	     float: left;
	     height: 160px;
	  }

	  #service-product-page .selectors li  {
		  float: left;
	     height: 190px;
	  }
}

@media (min-width: 2101px) {
	.layer#links-wrap {
		background: none;
	}
}

@media (min-width: 769px) {
	#welcome-mobile {
		display: none;
        
	}
    
}

@media (max-width: 768px) {
	#welcome-desktop {
		display: none;
	}
        .btn {
        width:85%;
        margin-top:45px;
        
    }
}

@media (max-width: 899px) {


	#service-product-page #location-selector {
		width: 80px;
		top: 0;
		right: 0;
	}

	#service-product-page #location-selector .selected-location {
		height: 35px;
	}

	#service-product-page #location-selector .selected-location a {
		background-size: 35px;
		height: 35px;
		padding-left: 45px;
		line-height: 35px;
	}

	#service-product-page #location-selector .selected-location span {
		display: none;
		color: #FFF;
	}

	#service-product-page #location-selector .selected-location + a {
		display: none;
	}

	#service-product-page #location-selector .dropdown-content {
		position: absolute;
		width: 190px;
		padding: 10px;
		right: 0px;
		border-radius: 5px;
		margin-top: 0;
	}

	#service-product-page #location-selector .dropdown-content a {
		font-size: 14px;
		height: 35px;
		line-height: 35px;
		background-size: 35px;
	}

	#service-product-page #filter-form {
		padding: 0 15px;
	}

	#service-product-page #filter-form i {
		right: 25px;
	}
}

@media (min-width: 900px) {
	#service-product-page #location-selector .selected-location a i {
		display: none;
	}
}

@media (min-width: 2200px) {
	#welcome-desktop .layer#links-wrap {
		background: none;
	}
}

@media (max-width: 400px) {
	#welcome-mobile #jt-logo span {
	    font-size: 25px;
	}

	#welcome-mobile #jt-logo img {
		width: 140px;
        margin:30px 0px;
	}

	#welcome-mobile h2 {
	    font-size: 22px;
	    margin-bottom: 40px;
	}

	#welcome-mobile .section {
		margin-bottom: 20px;
	}

	#welcome-mobile .selectors a {
		width: 120px;
		font-size: 18px;
	}

	#service-product-page #jt-logo img {
		width: 120px;
	}

	#service-product-page #jt-logo span {
		font-size: 18px;
	}
}

@media (max-width: 1430px) and (max-height: 740px) {
	#welcome-desktop .layer#links-wrap > div {
		position: relative;
		top: auto;
		left: auto;
		transform: none;
		margin-left: auto;
		margin-right: 80px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

@media (max-width: 1430px) {
	#welcome-desktop .selectors a {
		line-height: normal;
		text-align: center;
	}

	#welcome-desktop .selectors img {
		float: none;
		display: block;
		margin: 0px auto;
	}
}
