
@charset "UTF-8";

/*
Theme Name: Veygo Optimised
Author: James Barnden
Author URI: https://www.veygo.com/
Version: 1.0
Description: Optimised Veygo theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Veygo
Tags: one-column, two-columns
Theme URI: https://www.veygo.com/
*/
.ax-hidden {
	position: absolute;
	height: 1px;
	width: 1px;
	clip: rect(1px, 1px, 1px, 1px);
	border: 0;
	overflow: hidden;
}

.accessibility {
	display: none;
}

body {
	color: #005465;
	background: #fff;
	font: 16px/1.375 "Metropolis Regular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0;
	/*overflow-x: hidden;*/
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

p {
	display: block;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}

a, a:hover, a:focus, a:active {
	text-decoration: none;
	-webkit-transition: all .3s ease;
	transition: all .3 ease;
}

a {
	text-decoration: none;
	color: #337ab7;
}

a:hover, a:focus {
	color: #23527c;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
}

a, a:hover, a:focus, a:active {
	text-decoration: none;
	-webkit-transition: all .3s ease;
	transition: all .3 ease;
}

* {
	box-sizing: border-box;
}

.visually-hidden {
	border: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	white-space: nowrap;
}

#wrapper {
	margin-top: -4.5rem;
}

/*
* Header Start
*/
.old-main {
	margin-top: 0;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 12;
	width: 100%;
	display: flex;
	align-items: center;
	padding: 0 20px;
	font-family: "Metropolis Regular", sans-serif;
	transition: all .3s ease-in-out;
}

.site-header.js-header-scrolled {
	background: #fff;
}

.js-header-scrolled #site-branding {
	fill: #005465;
}

.js-header-scrolled #mobile-trigger span {
	background: #005465;
}

.js-header-scrolled .site-nav a.header-quote-btn {
	display: flex;
}

.site-header .container {
	width: 100%;
	display: flex !important;
	align-items: stretch;
	justify-content: space-between;
	max-width: 1920px;
	height: 72px;
	z-index: 10;
	border-radius: 0 0 20px 20px;
}

.site-header .container:before, .site-header .container:after {
	display: none;
}

.site-header ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#site-branding {
	display: flex;
	align-items: center;
	width: 80px;
	z-index: 3;
	fill: #005465;
}

.site-nav {
	display: flex;
	column-gap: 20px;
}

#mobile-trigger {
	position: relative;
	z-index: 3;
	display: flex;
	flex-direction: column;
	align-self: center;
	align-items: flex-end;
	justify-content: center;
	gap: 5px;
	width: 24px;
	height: 24px;
	background: transparent;
	border: 0;
	padding: 0;
	cursor: pointer;
}

#mobile-trigger span {
	display: flex;
	width: 100%;
	height: 2px;
	background: #005465;
	border-radius: 2px;
	transform-origin: bottom right;
	transition: transform .3s ease-in-out;
}

#mobile-trigger span:nth-child(3) {
	transform-origin: top right;
}

#mobile-trigger.expanded span {
	background: #005465;
}

#mobile-trigger.expanded span:nth-child(1) {
	transform: rotate(-45deg);
}

#mobile-trigger.expanded span:nth-child(2) {
	transform: scale(0);
}

#mobile-trigger.expanded span:nth-child(3) {
	transform: rotate(45deg) translateX(3px) translateY(2px);
}

#mobile-navigation {
	display: none;
	flex-direction: column;
	background: #fff;
	max-width: 384px;
	height: 100vh;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	padding: 120px 32px 64px;
	overflow-y: scroll;
}

#mobile-navigation.open {
	display: flex;
}

.site-nav__menu {
	display: flex;
	flex-direction: column;
	gap: 28px;
}

.site-header a {
	color: #005465;
}

.site-header a.header-quote-btn {
	color: #fff;
	position: relative;
	z-index: 2;
	font-size: 16px;
	font-weight: 700;
}

.site-nav a.header-quote-btn {
	padding-top: .5rem;
	padding-bottom: .5rem;
	display: none;
}

.site-nav a.header-quote-btn.flex {
	display: flex;
}

.site-header a.header-quote-btn:focus, .site-header a.header-quote-btn:hover {
	color: #005465;
}

.site-nav__menu > li {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	border-top: 1px solid rgba(0, 84, 101, .33);
	padding-top: 28px;
}

.site-nav__menu > li:first-child {
	padding-top: 0;
	border-top: 0;
}

.site-nav__menu > li.open ul {
	display: flex;
}

.site-nav__menu > li > a {
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 600;
	font-size: 18px;
	line-height: 28px;
	padding-right: 12px;
}

.site-nav__menu > li > a span:first-child {
	flex-grow: 1;
}

.site-nav__menu > li > a:not(.site-links__link-menu):focus, .site-nav__menu > li > a:not(.site-links__link-menu):hover {
	text-decoration: underline;
	text-underline-offset: 2px;
}

.site-nav__menu .site-links__icon {
	width: 14px;
	position: relative;
	top: 1px;
	transition: transform .3s ease-in-out;
}

.site-nav__menu > li ul {
	display: none;
	flex-direction: column;
	gap: 14px;
	padding-top: 14px;
	background-color: hsla(0, 0%, 100%, .92);
}

.site-nav__menu > li ul a {
	display: flex;
	flex-shrink: 0;
	font-weight: 300;
}

.site-nav__menu > li ul a:focus, .site-nav__menu > li ul a:hover {
	text-decoration: underline;
	text-underline-offset: 2px;
}

.site-nav__auth {
	display: flex;
	flex-direction: column;
	gap: 16px;
	height: 100%;
}

.site-nav__auth li {
	font-weight: 600;
	padding-top: 28px;
	margin-top: 28px;
	border-top: 1px solid rgba(0, 84, 101, .33);
	font-size: 18px;
	line-height: 28px;
}

.site-nav__auth li a {
	color: #005465;
	text-underline-offset: 2px;
}

.site-nav__auth li.site-nav__logged-in, .site-nav__auth li.site-nav__signin {
	margin-top: auto;
	border-top: 0;
}

.site-nav__auth li.site-nav__logged-in a, .site-nav__auth li.site-nav__signin a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	background: #005465;
	color: #fff !important;
	border-radius: 30px;
	padding: 12px 16px;
	border: 1px solid #005465;
	transition: background-color .3s ease-in-out;
}

.site-nav__logged-in:focus, .site-nav__signin:focus, .site-nav__logged-in:hover, .site-nav__signin:hover {
	background: transparent;
	color: #005465;
}

.site-nav__auth li.site-nav__logged-in.hidden {
	display: none;
}

.site-nav__secondary {
	text-underline-offset: 2px;
}

.site-nav__auth li.site-nav__secondary-claim {
	margin-top: 12px;
}

.site-nav__secondary:focus, .site-nav__secondary:hover, .site-nav__auth li a:focus, .site-nav__auth li a:hover {
	text-decoration: underline;
}

.site-nav__auth-full {
	display: none;
}

@media (max-width:320px) {
	#site-branding.expanded {
		fill: #005465;
		z-index: 1;
	}
}

@media (min-width: 1024px) {
	.site-header {
		padding: 0 40px;
	}
	
	.site-header .container {
		padding: 0 40px;
	}
}

@media (min-width: 1280px) {
	.site-nav a.header-quote-btn {
		display: none;
	}
	
	.site-header .container {
		background: #fff;
		display: grid;
		grid-template-columns: 1fr auto 1fr;
		gap: 20px;
		box-shadow: 0 8px 10px -6px rgba(16, 24, 40, .1), 0 20px 25px -5px rgba(16, 24, 40, .1);
	}
	
	#site-branding {
		width: 100px;
		fill: #005465;
	}
	
	.site-nav {
		justify-content: center;
	}
	
	#mobile-trigger {
		display: none;
	}
	
	#mobile-navigation {
		position: relative;
		display: flex;
		flex-direction: column;
		height: auto;
		background: transparent;
		padding: 0;
		overflow-y: visible;
		max-width: none;
	}
	
	.site-nav__menu {
		height: 100%;
		flex-direction: row;
		gap: 40px;
	}
	
	.site-nav__menu > li {
		flex-shrink: 0;
		padding-top: 0;
		border: none;
	}
	
	.site-nav__menu > li > a {
		font-weight: normal;
	}
	
	.site-nav__menu > li:hover .site-links__icon {
		transform: rotate(90deg);
	}
	
	.site-nav__menu > li ul {
		padding: 0 36px 14px;
		gap: 16px;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: 100%;
		width: 288px;
		background-color: hsla(0, 0%, 100%, .92);
		border-radius: 0 0 24px 24px;
		border: 1px solid rgba(0, 84, 101, .33);
		border-top: none;
	}
	
	.site-nav__menu > li:hover ul {
		display: flex;
	}
	
	.site-nav__menu > li ul li {
		border-top: 1px solid rgba(0, 84, 101, .33);
	}
	
	.site-nav__menu > li ul li:first-child {
		border-top: none;
	}
	
	.site-nav__menu > li ul a {
		padding-top: 14px;
		font-weight: normal;
		font-size: 18px;
		line-height: 28px;
	}
	
	.site-nav__secondary {
		font-size: 18px;
		line-height: 28px;
	}
	
	.site-nav__auth {
		display: none;
	}
	
	.site-nav__auth li {
		flex-shrink: 0;
		font-weight: normal;
		padding-top: 0;
		border: none;
		margin-top: 0;
	}
	
	.site-nav__auth-full li.site-nav__logged-in.hidden {
		display: none;
	}
	
	.site-nav__signin, .site-nav__logged-in {
		margin-top: 0;
		border: none;
		padding: 0;
		justify-content: flex-start;
		border-radius: 0;
		background: transparent;
		color: #005465;
		text-underline-offset: 2px;
	}
	
	.site-nav__signin:focus, .site-nav__logged-in:focus, .site-nav__signin:hover, .site-nav__logged-in:hover {
		text-decoration: underline;
	}
	
	.site-nav__auth-full {
		display: flex;
		justify-content: flex-end;
		font-size: 18px;
		line-height: 28px;
		gap: 32px;
		align-items: center;
	}
}

@media (min-width: 1536px) {
	.site-header {
		padding: 0 80px;
	}
}

/*
* Footer Start
*/
.site-footer {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 40px 20px 20px;
	color: #111;
	font-family: "Metropolis Regular", sans-serif;
}

.site-footer .container {
	width: 100%;
	max-width: 1920px;
	display: flex;
	flex-direction: column;
	gap: 4rem;
}

.site-footer .container:before {
	display: none;
}

.site-footer h5 {
	font-size: 18px;
	line-height: 1.5;
	font-weight: bold;
	font-family: "graphie", "sans-serif";
	margin: 0;
}

.site-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-footer__menu {
	display: flex;
	flex-direction: column;
	font-size: 18px;
	line-height: 1.5;
	gap: 24px;
}

.site-footer__menu ul {
	display: flex;
	flex-direction: column;
	gap: .5rem;
}

.site-footer__menu a {
	color: #111;
}

.site-footer__menu a:focus, .site-footer__menu a:hover {
	color: #005465;
}

.site-footer__hours {
	display: flex;
	flex-direction: column;
	font-size: 18px;
	line-height: 1.5;
	gap: 24px;
}

.site-footer__hours ul {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.site-footer__hours li {
	display: inline-flex;
	flex-direction: column;
	font-size: 18px;
	line-height: 1.5;
}

.site-footer__hours li span {
	font-style: italic;
	color: #a3a3a3;
}

.site-footer__socials {
	display: flex;
	flex-direction: column;
	font-size: 18px;
	line-height: 1.5;
	gap: 24px;
}

.site-footer__socials ul {
	display: flex;
	align-items: center;
	gap: 20px;
}

.site-footer__socials ul a {
	width: 2rem;
	display: flex;
	fill: #111;
}

.site-footer__app-download {
	display: flex;
	width: 100%;
	gap: 12px;
	margin-top: 3.5rem;
}

.site-footer__app-download a {
	height: 2.75rem;
	display: flex;
}

.site-footer__copyright {
	width: 100%;
	flex-grow: 1;
	font-size: 18px;
	line-height: 1.5;
	color: #a3a3a3;
}

@media (min-width: 1024px) {
	.site-footer {
		padding: 40px;
		border-top: 1px solid #005465;
	}
	
	.site-footer .container {
		padding: 40px;
		flex-direction: row;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	.site-footer h5 {
		font-size: 24px;
	}
	
	.site-footer__menu ul {
		gap: 16px;
	}
	
	.site-footer__hours {
		font-size: 24px;
	}
	
	.site-footer__hours ul {
		gap: 16px;
	}
	
	.site-footer__socials {
		font-size: 24px;
	}
	
	.site-footer__app-download {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1536px) {
	.site-footer {
		padding: 40px 5rem;
	}
	
	.site-footer__socials {
		align-items: flex-end;
	}
}

@media only screen and (min-width: 992px) {
	.logo {
		width: 205px;
	}
	
	.logo .offered-by {
		display: block;
	}
	
	.nav-holder {
		width: calc(100% - 205px);
		padding: 0 0 0 4.8%;
	}
	
	.nav-holder {
		width: calc(100% - 205px);
		padding: 0 0 0 4.8%;
	}
}

@media only screen and (min-width: 993px) {
	body {
		font-size: 18px;
		line-height: 1.55555556;
	}
}

/*# sourceMappingURL=style.css.map */
.new-content {
	margin: 0 auto;
	max-width: 1440px;
	width: 100%;
	padding: 0 20px;
}

@media (min-width: 769px) {
	.new-content {
		padding: 0 40px;
	}
}

.new-grid {
	display: grid;
}

.new-row {
	display: flex;
}

.new-row--col {
	flex-direction: column;
}

.two-col {
	padding: 40px 0;
}

@media (min-width: 769px) {
	.two-col {
		padding: 80px 0;
	}
}

@media (min-width: 769px) {
	.two-col .new-row--col {
		display: grid;
		gap: 40px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		align-items: center;
	}
}

@media (min-width: 769px) {
	.two-col__col {
		grid-row: span 1/span 1;
	}
}

@media (min-width: 769px) {
	.two-col__col--copy {
		padding-left: 23%;
	}
}

@media (min-width: 769px) {
	.two-col--left .two-col__col--copy {
		padding-right: 23%;
		padding-left: 0;
	}
}

.two-col__header h2 {
	color: #000;
	font-size: 32px;
	line-height: 32px;
	font-family: graphie, sans-serif;
	margin: 0 0 28px 0;
	font-weight: 700;
}

.two-col__col--copy p {
	font-size: 22px;
	line-height: 33px;
}

.two-col__col--copy .button {
	margin-top: 35px;
	font-size: 18px;
	line-height: 24px;
	border-radius: 12px;
	color: #fff;
	font-weight: 700;
	background-color: #044656;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .08);
	letter-spacing: .65px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 65px;
}

.two-col__col--copy .button:hover {
	background-color: #0d7a86;
	box-shadow: 0 2px 0 0 #044e56;
}

.two-col__col--image {
	text-align: center;
	margin-top: 60px;
}

@media (min-width: 769px) {
	.two-col__col--image {
		margin-top: 0;
	}
}

@media (min-width: 769px) {
	.two-col--left .two-col__col--image {
		grid-row-start: 1;
	}
}

.landing-banner {
	background-size: cover;
	background-position: top right;
	background-repeat: no-repeat;
	padding-bottom: 43%;
	min-height: 370px;
	display: flex;
	flex-direction: column;
	position: relative;
}

.landing-banner__content {
	display: flex;
	align-items: center;
	margin-top: auto;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 22%;
}

.landing-banner__content img {
	max-width: 680px;
	min-width: 250px;
	width: 100%;
}

.bonus-points {
	padding: 20px 0;
}

@media (min-width: 769px) {
	.bonus-points__points {
		padding: 0 20px;
		flex-shrink: 0;
	}
}

.bonus-points__points p {
	text-align: center;
	font-family: graphie, sans-serif;
	font-weight: 700;
	color: #000;
	font-size: 26px;
	line-height: 32px;
	margin: 0 0 10px 0;
}

@media (min-width: 769px) {
	.bonus-points__points p {
		font-size: 40px;
		line-height: 32px;
		margin: 0 0 50px 0;
	}
}

.bonus-points__points p:last-child {
	margin-bottom: 0;
}

.bonus-points .new-row {
	align-items: center;
	justify-content: center;
}

.bonus-points img {
	display: none;
}

@media (min-width: 769px) {
	.bonus-points img {
		display: inline-flex;
		max-width: 340px;
		min-width: 200px;
		width: 100%;
	}
}

.closing-cta {
	background-size: cover;
	background-position: top right;
	background-repeat: no-repeat;
	margin-top: 100px;
	padding-bottom: 4%;
	min-height: 200px;
}

.closing-cta .new-content {
	padding-top: 19%;
	position: relative;
}

.closing-cta .new-row {
	align-items: center;
}

.closing-cta .button {
	font-size: 18px;
	line-height: 24px;
	border-radius: 12px;
	color: #fff;
	font-weight: 700;
	background-color: #9bb5bb;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .08);
	letter-spacing: .65px;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 500px;
	width: 100%;
	height: 65px;
}

.closing-cta__review {
	background: #fff;
	border-radius: 20px;
	display: flex;
	padding: 32px 20px;
	margin-bottom: 40px;
	position: relative;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .05), 0px 1px 3px rgba(0, 0, 0, .0782948);
}

@media (min-width: 769px) {
	.closing-cta__review {
		position: absolute;
		transform: rotate(-15deg);
		width: 500px;
		top: 0;
		left: 40px;
		margin-bottom: 0;
	}
}

.closing-cta__review-rating {
	display: inline-flex;
	flex-direction: column;
	font-family: graphie, sans-serif;
	text-align: center;
	margin-right: 30px;
}

.closing-cta__review-rating span {
	color: #c8c8c8;
	font-size: 12px;
	line-height: 14px;
	margin-top: 10px;
}

.closing-cta__review-details {
	display: inline-flex;
	flex-direction: column;
	padding-right: 40px;
}

.closing-cta__review-title {
	font-family: graphie, sans-serif;
	margin: 0 0 8px 0;
	font-size: 18px;
	line-height: 21px;
	font-weight: bold;
}

.closing-cta__review-details span {
	margin-bottom: 4px;
	color: #757575;
	font-size: 10px;
	line-height: 20px;
}

.closing-cta__review-copy {
	margin: 0;
	font-size: 14px;
	line-height: 20px;
}

.closing-cta__review-logo {
	position: absolute;
	top: 32px;
	right: 20px;
}

.elementor-section.vey-top-banner {
	height: 102px;
}

.app-buttons {
	display: flex;
	align-items: center;
	gap: 20px;
}

.page-id-13221 #header, .page-id-13837 #header {
	background-color: #36cece;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}

.vey-accordion .elementor-accordion {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.vey-accordion .elementor-accordion .elementor-accordion-item + .elementor-accordion-item {
	border-top: 1px solid #d4d4d4;
}

.vey-accordion .elementor-accordion .elementor-accordion-title {
	font-family: graphie, sans-serif !important;
	font-weight: 800 !important;
}

.vey-accordion .elementor-accordion .elementor-tab-content {
	border-top: none;
	font-family: "Metropolis Regular", "sans-serif" !important;
}

.vey-accordion p {
	margin: 0 0 16px;
}

.vey-accordion p:last-of-type {
	margin: 0;
}

@media (max-width: 768px) {
	.elementor-row-reverse .elementor-element:first-of-type {
		order: 2;
	}
	
	.elementor-row-reverse .elementor-element:nth-of-type(2) {
		order: 1;
	}
}
