@charset "utf-8";
/*   
Theme Name: kVistaUK
Theme URI: http://www.theyatesnetwork.com
Description: Theme template -- WordPress v5.2
Author: GS-I
Author URI: http://www.gs-interactive.com
Version: 1.231107
*/

@font-face {
    font-family: 'Albra';
    src: url('fonts/Albra-Black.otf');
    font-style: normal;
	font-weight:900;
}

.compensate-for-scrollbar {
  margin-right: 0 !important;
}

html.wf-loading * {
     opacity: 0;
}

html {
	overflow-y: scroll;
	scroll-behavior: smooth;
}
html.lockScroll {
	overflow: hidden;
}

body {
    padding: 0;
    margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-size:20px; 
	color:#40403E;
	line-height:1.5;
	background-color:#fff;
	width: 100%;
  	overflow: hidden;
}

@media(max-width: 1300px) {
	body{
		font-size:18px;
	}
}
@media(max-width: 1200px) {
	body{
		font-size:17px;
	}
}
@media(max-width: 1100px) {
	body{
		font-size:16px;
	}
}
@media(max-width: 750px) {
	body{
		font-size:15px;
	}
}

@media only screen and (max-width : 650px) {
	body {-webkit-text-size-adjust: none;}
}

a {
	text-decoration:none;
	color: #ADCF3B;
	transition: all .3s;
}

a:hover {
	text-decoration:none;
	color:#00839F;
}

table {
    border-spacing: 0;
}

fieldset,img {
    border: 0;
}



#alertbar {
	width:100%;
	height:90px;
	background-color:#a5055b;
    box-shadow: 0 4px 10px #818181;
    z-index: 50;
    position: relative;
}
@media(max-width: 950px) {
	#alertbar {
		height:80px;
	}
}
@media(max-width: 750px) {
	#alertbar {
		height:120px;
        display:flex;
	    align-items: center;
	    position:relative;
        flex-wrap:wrap;
	}
}
#alertbar .inner {
	max-width:900px;
    height:100%;
	margin:0 auto;
    padding:0 50px ;
	display:flex;
	align-items: center;
	position:relative;
    flex-wrap:wrap;
}
@media(max-width: 950px) {
    #alertbar .inner {
        max-width:800px;
        padding:0 25px;
    }
}
@media(max-width: 750px) {
    #alertbar .inner {
        display:block;
        height:auto;
    }
}
#alertbar .logo {
	width:30%;
}
@media(max-width: 950px) {
	#alertbar .logo {
        width:25%;
	}
}
@media(max-width: 750px) {
	#alertbar .logo {
        width:120px;
        margin-left:calc(50% - 60px);
        margin-bottom:5px;
	}
}
#alertbar .logo img {
	width:85%;
    height:auto;
}
@media(max-width: 750px) {
	#alertbar .logo img {
        width:100%;
	}
}
#alertbar .text {
	width:70%;
	margin:0;
	color:#fff;
	font-weight:400;
	font-size:18px;
	padding:0;
	line-height: 1.2;
}
@media(max-width: 950px) {
	#alertbar .text {
		width:75%;
		font-size:18px;
	}
}
@media(max-width: 750px) {
	#alertbar .text {
		width:100%;
		font-size:15px;
        text-align: center;
	}
}
@media(max-width: 450px) {
	#alertbar .text {
		font-size:13px;
	}
}
#alertbar .text strong {
	font-weight:700;
	font-size:24px;
	line-height: 1.2;
}
@media(max-width: 950px) {
	#alertbar .text strong {
		font-size:21px;
	}
}
@media(max-width: 750px) {
	#alertbar .text strong {
		font-size:18px;
	}
}
@media(max-width: 450px) {
	#alertbar .text strong {
		font-size:15px;
	}
}
#alertbar .text a {
	color:#fff;
    text-decoration: underline;
}
#alertbar .text a:hover {
	color:#fff;
    text-decoration: underline;
}

@keyframes barshine {
  0% {
    left: -50vw;
  }

  30% {
    left: 150vw;
  }
  100% {
    left: 150vw;
  }
}
.flare {
  animation-name: barshine;
  animation-duration: 5s;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-delay: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  left: -50vw;
  top: 0;
  height: 100%;
  width: 10vw;
  transform: skew(45deg);
  position: absolute;
  background: #ffffff20;
  z-index: 1;
}
@media(max-width: 750px) {
	.flare {
	  display: none;
	}
}


#header {
    position:relative;
	width:100%;
}

#header .logo-brand {
	position:absolute;
	top: 25px;
    width: 125px;
	left:50px;
    z-index: 999;
}
@media(max-width: 1500px) {
    #header .logo-brand {
        width:100px;
    }
}
@media(max-width: 950px) {
    #header .logo-brand {
        width:80px;
    }
}
@media(max-width: 750px) {
    #header .logo-brand {
        left:25px;
    }
}
#header .logo-brand img {
	width:100%;
	height:auto;
	margin:0 0 15px 0;
}

#header .corner {
    position:absolute;
    top:0;
    right:0;
    width:250px;
} 
@media(max-width: 1500px) {
    #header .corner {
        width:210px;
    }
}
@media(max-width: 750px) {
    #header .corner {
        width:175px;
    }
}
#header .corner img {
    width:100%;
    height:auto;
} 
.inner-space-uk {
	width: 100%;
	height: 40px;
}
@media(max-width: 1500px) {
    .inner-space-uk {
        height: 160px;
    }
}


#hamburger {
	position:absolute;
	display:none;
	top:25px;
	right:25px;
	width:40px;
	height:40px;
	z-index:9999;
}
@media(max-width: 1000px) {
	#hamburger {
		display:block;
	}
}

#hamburger:hover {
	cursor:pointer;
}
#hamburger .bar {
	position:absolute;
	left:0;
	top:0;
	fill:#ADCF3B;
	transition:all .4s;
	transform-origin: center;
}
#hamburger.on .bar {
	fill:#094167;
}
#hamburger:hover .bar {
	fill:#094167;
}
#hamburger #bar1 {
	top:0;
}
#hamburger.on #bar1 {
	top:10px;
	transform: rotate(-45deg);
}
#hamburger #bar2 {
	top:10px;
}
#hamburger.on #bar2 {
	opacity:0;
}
#hamburger #bar3 {
	top:20px;
}
#hamburger.on #bar3 {
	top:10px;
	transform: rotate(45deg);
}






/* ====================================== Text Style defaults ============================= */

.mobile {
	display:none;
}
@media(max-width: 750px) {
	.mobile {
		display:block;
	}
}

@media(max-width: 750px) {
	.desktop {
		display:none;
	}
}



h1 {
	color:#40403E;
	font-size:40px;
	line-height:1.1;
	font-weight:400;
	font-style: italic;
}
h1 strong {
	font-size:60px;
	font-weight:600;
	font-style: normal;
	text-transform: uppercase;
}
@media only screen and (max-width : 1300px) {
	h1 {
		font-size:36px;
	}
	h1 strong {
		font-size:52px;
	}
}
@media only screen and (max-width : 1200px) {
	h1 {
		font-size:32px;
	}
	h1 strong {
		font-size:46px;
	}
}
@media only screen and (max-width : 1100px) {
	h1 {
		font-size:28px;
	}
	h1 strong {
		font-size:40px;
	}
}
@media only screen and (max-width : 900px) {
	h1 {
		font-size:24px;
	}
	h1 strong {
		font-size:34px;
	}
}
@media only screen and (max-width : 750px) {
	h1 {
		font-size:20px;
	}
	h1 strong {
		font-size:30px;
	}
}
.green {
	color:#ADCF3B;
}
.blue {
	color:#094167;
}
.orange {
	color:#CC4C1F;
}
h2 {
	font-size:28px;
	font-weight:400;
	font-style:italic;
	text-transform: none;
	margin:0;
	line-height: 1.2;
}
h2 strong {
	font-weight:700;
	font-style:normal;
	font-size:40px;
	text-transform: uppercase;
}
@media only screen and (max-width : 750px) {
	h2 {
		font-size:20px;
	}
	h2 strong {
		font-size:30px;
	}
}
h3 {
	font-size:21px;
	font-weight:400;
	font-style:italic;
	text-transform: none;
	margin:0;
	line-height: 1.2;
}
h3 strong {
	font-weight:700;
	font-style:normal;
	font-size:32px;
	text-transform: uppercase;
}
@media(max-width: 750px) {
	h3 {
		font-size:18px;
	}
	h3 strong {
		font-size:28px;
	}
}

.btns {
	margin:20px 0 0 0;
}
.btns a {
	position:relative;
	font-weight:600;
	color:#ADCF3B;
	text-transform: uppercase;
	display:inline-block;
	padding:0 0 0 30px;
	transition:all .3s;
	font-size:21px;
	line-height: 1.2;
}
@media(max-width: 1300px) {
	.btns a {
		font-size:18px;
	}
}
@media(max-width: 750px) {
	.btns a {
		font-size:15px;
	}
}
.btns a:hover {
	color: #094167;
}
.btns.blu a {
	color: #094167;
}
.btns.blu a:hover {
	color:#ADCF3B;
}
.btns a::before {
	content:'';
	height:16px;
	width:16px;
	position:absolute;
	top:5px;
	left:0;
	background-color: #ADCF3B;
	transform: rotate(45deg);
  	outline: 8px #094167 solid;  /* inner stroke */
  	outline-offset: -8px;  /* negative border width + outline width */
	transition:all .3s;
}
@media(max-width: 750px) {
	.btns a::before {
		top:2px;
	}
}
.btns.twoline a::before {
	top:15px;
}
@media(max-width: 750px) {
	.btns.twoline a::before {
		top:10px;
	}
}
.btns a:hover::before {
	outline: 3px #094167 solid;  /* inner stroke */
  	outline-offset: -3px;  /* negative border width + outline width */
}


a.btn2 {
	display:inline-block;
	padding:15px 45px 15px 65px;
	color:#ADCF3B;
	font-size:20px;
	line-height:1.1;
	font-weight:700;
	text-align: left;
	text-transform: uppercase;
	background-color:#ADCF3B;
	background-image: url("images/btn2-swipe.png");
	background-repeat: no-repeat;
	background-position:left 0 top 0;
	transition: all .3s;
}
@media only screen and (max-width : 1200px) {
	a.btn2 {
		padding:15px 25px 15px 50px;
		font-size:18px;
	}
}
@media only screen and (max-width : 750px) {
	a.btn2 {
		padding:10px 15px 10px 50px;
		font-size:14px;
	}
}
a.btn2.mw420 {
	min-width: 305px;
}
@media only screen and (max-width : 1200px) {
	a.btn2.mw420 {
		min-width: 275px;
	}
}
@media only screen and (max-width : 750px) {
	a.btn2.mw420 {
		min-width: 200px;
	}
}

a.btn2:hover {
	color:#094167;
	background-position:left 400px top 0;
}



#fullpagewrap {
	padding:0;
	position:relative;
	margin:0;
	overflow:hidden;
	max-width:2500px;

}
.wrap {
	overflow:hidden;
}










/* ====================================== ============================= */


.backto {
	text-align:left;
	font-size:14px;
}




/*----------------- DEFAULT PAGE  ----------- */

#pg-1 {
	position:relative;
	width:100vw;
	height:auto;
}

#pg-1 .mask {
	position:absolute;
	width:100%;
	height:auto;
	top:0;
	left:0;
}

#pg-1 .mask img {
	width:100%;
	height:auto;
}

#pg-1 .fixed {
	position:relative;
	max-width: 1200px;
	padding:100px 50px 50px;
	margin:0 auto;
}
@media only screen and (max-width : 1650px) {
	#pg-1 .fixed {
		padding:175px 50px 50px;
	}
}
@media only screen and (max-width : 750px) {
	#pg-1 .fixed {
		padding:125px 20px 50px;
	}
}



/*----------------- UK INFO PAGE  ----------- */


#bodyUk a {
    font-weight:700;
}
#bodyUk a.notes {
    font-weight:400;
}
#bodyUk sup {
    font-size:55%;
}


#uk-1  {
	position:relative;
}
#uk-1 .fixed  {
	position:relative;
	margin:0 auto;
	padding:0 50px 50px;
	max-width:1100px;
}
@media(max-width: 750px) {
    #uk-1 .fixed  {
        padding:0 25px 40px;
    }
}
#uk-1 .fixed .big  {
	font-size: 130%;
}

#uk-1 .fixed h1 strong  {
	font-size:60px;
}
@media(max-width: 1500px) {
    #uk-1 .fixed h1 strong  {
        font-size:50px;
    }
}
@media(max-width: 950px) {
    #uk-1 .fixed h1 strong  {
        font-size:40px;
    }
}
@media(max-width: 750px) {
    #uk-1 .fixed h1 strong  {
        font-size:35px;
    }
}
#uk-1 .fixed h2 {
	font-size: 34px;
	font-weight: 700;
	font-style: normal;
	text-transform: none;
	margin: 0 0 20px;
	line-height: 1.2;
}
@media(max-width: 750px) {
    #uk-1 .fixed h2 {
        font-size: 25px;
    }
}

#uk-2 {
	position:relative;
	background-color:#f4f4f4;
}


#uk-2 .fixed {
	position:relative;
	max-width: 1050px;
  	padding: 25px 50px 35px;
  	margin: 0 auto;
    text-align: center;
}
@media(max-width: 750px) {
	#uk-2 .fixed {
		padding: 25px 25px 35px;
	}	
}

#uk-2 .fixed h2 {
	font-size: 34px;
	font-weight: 700;
    color:#094167;
	font-style: normal;
	text-transform: none;
	margin:40px 0 0;
	line-height: 1.2;
}

@media(max-width: 750px) {
    #uk-2 .fixed h2 {
        font-size: 25px;
    }
}
#uk-2 .fixed h2 + p {
	margin-top:12px;
}

#uk-3 .fixed {
	position:relative;
	max-width: 1100px;
  	padding: 50px 50px;
	margin:0 auto;
}
@media(max-width: 750px) {
	#uk-3 .fixed {
		padding: 40px 25px;
	}	
}

#uk-3 .fixed hr {
	margin:65px 0;
    background-color:#e7e7e7;
    height:1px;
    border:none;
}
#uk-3 .fixed h2 {
	font-size: 34px;
	font-weight: 700;
	font-style: normal;
	text-transform: none;
	margin: 0 0 20px;
	line-height: 1.2;
}
@media(max-width: 750px) {
    #uk-3 .fixed h2 {
        font-size: 25px;
    }
}
#uk-3 .fixed h3 {
	font-size: 26px;
	font-weight: 700;
	font-style: normal;
	text-transform: none;
	margin: 20px 0 5px;
	line-height: 1.2;
}
@media(max-width: 750px) {
    #uk-3 .fixed h3 {
        font-size: 20px;
    }
}
#uk-3 .fixed h3 + p {
	margin-top:5px;
}
#uk-4 {
	position:relative;
	margin:0;
    text-align:left;
    font-size:11px;
    line-height:1.4;
    color:#999;
}
#uk-4 .fixed {
	position:relative;
	max-width: 1100px;
  	padding: 50px 50px 25px;
	margin:0 auto;
}
@media(max-width: 750px) {
	#uk-4 .fixed {
		padding: 40px 25px 20px;
	}	
}

/* ====================================== footer ============================= */

.footer {
	position:relative;
	width:100%;
	background-color:#094167;
	background-image: url("images/footer-bg.png");
	background-size:cover;
	background-position:center bottom;
	color:#fff;
	padding:0;
	font-size:18px;
}
@media(max-width: 1000px) {
	.footer {
		font-size:15px;
	}
}

.footer .footer-in {
	padding: 40px 25px 60px;
    position:relative;
    max-width:600px;
    margin:0 auto;
}

.footer .logo {
	position:relative;
    margin:0 auto 40px;
    text-align: center;
}

.footer .logo img {
	width:100px;
	height: auto;
}
.footer .legal {
	position:relative;
    margin:0 0 40px;
    text-align: center;
    font-size:14px;
    line-height:1.2;
}

.footer .terms {
	position:relative;
    text-align: center;
    font-size:13px;
    margin:0;
}
.footer-in .terms a {
	margin: 0 7px;
	color: #ADCF3B;
	transition: all .3s;
}
.footer-in .terms a:hover {
	color:#00839F;
}
.footer-in .copyright {
	font-size:13px;
	text-align:center;
	margin:0;
	color:#fff;
}


#return-to-top {
    bottom: 15px;
    display: none;
    position: fixed;
    right:15px;
	margin:0;
    transition: all 0.3s ease 0s;
    width: 30px;
	height: 30px;
    z-index: 1000;
	overflow:hidden;
	background-image: url("data:image/svg+xml,%0A%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' x='0px' y='0px' width='100%' height='100%' viewBox='0 0 211 212' enable-background='new 0 0 211 212' xml:space='preserve'%3E%3Cdefs%3E%3C/defs%3E%3Ccircle fill='%23ADCF3B' fill-opacity='70%25' cx='105.986' cy='105.986' r='105.986'/%3E%3Cpolygon fill='%23ffffff' points='175.208,129.635 105.986,60.413 36.765,129.635 42.337,135.207 105.986,71.558 169.636,135.207 '/%3E%3C/svg%3E");
}
#return-to-top:hover {
	cursor:pointer;
	background-image: url("data:image/svg+xml,%0A%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:a='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' x='0px' y='0px' width='100%' height='100%' viewBox='0 0 211 212' enable-background='new 0 0 211 212' xml:space='preserve'%3E%3Cdefs%3E%3C/defs%3E%3Ccircle fill='%23ADCF3B' fill-opacity='70%25' cx='105.986' cy='105.986' r='105.986'/%3E%3Cpolygon fill='%23094167' points='175.208,129.635 105.986,60.413 36.765,129.635 42.337,135.207 105.986,71.558 169.636,135.207 '/%3E%3C/svg%3E");
}



/*----- exit site pop-up ------*/

.exitpopupbg {
	display: none; 
	width:100%; 
	height:100vh;
	top:0;
	left:0;
	position:fixed; 
	background:rgba(0,0,0,0.6);
	z-index:999998;
}
.exitpopupbg .inner {
	display: flex; 
	width:100%; 
	height:100vh;
	justify-content: center;
	align-items: center;
}

.exitpopup {
	width:80%;
	max-width:500px; 
	height:auto; 
	margin:0px auto; 
	display:none; 
	color:#fff; 
	padding:30px 3%; -webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	border-radius: 4px; 
	z-index:999999; 
	background-color: #000;
	text-align:left;
}
#external_site.exitpopup {
	background-color: #094167;
}
	
.exitpopup p {
		text-align:left;
		font-size:18px;
}

.exitpopup a {
	margin:20px 10px 0 0;
	display:inline-block;
	padding:8px 15px;
	color:#fff;
	background-color: #ADCF3B;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	border-radius: 4px;
	text-decoration:none;
}

/*----- exit site pop-up ------*/







/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


