@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: #364344;
  background: #fff;
  font: 16px/1.375 "proxima-soft", "Arial", "Helvetica Neue", "Helvetica",
    sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  overflow-x: hidden;
}

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 0.3s ease;
  transition: all 0.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 0.3s ease;
  transition: all 0.3 ease;
}

/* ========
	Header
   ======== */

#header {
  background-color: #30c6e2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
  z-index: 1;
  width: 100%;
  height: 60px;
  align-items: center;
  justify-content: center;
  padding: 0 56px;
}

header .container .logo {
  width: 150px;
  height: auto;
}

header .container .logo img {
  vertical-align: middle;
}

header .container .shelf {
  display: flex;
  align-items: center;
  min-width: 950px;
}

header .container .separator {
  border-left: 1px solid #fff;
  height: 34px;
  margin-left: 24px;
  margin-right: 32px;
}

header .container .page-links {
  display: flex;
  flex-direction: row;
  font-family: graphie, sans-serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 19px;
  padding-left: 0;
}

header .container .page-links a {
  color: #fff;
  opacity: 0.6;
}

header .container .page-links a:hover {
  opacity: 1;
}

header .container .page-links .active a,
.page-id-9103 header .container .page-links .menu-item-11077 a {
  opacity: 1;
  border-bottom: 4px solid #fff;
  padding-bottom: 16px;
}

header .container .page-links li {
  margin-right: 32px;
  list-style-type: none;
}

header .container .help-login {
  display: flex;
  align-items: center;
  margin-left: auto;
}

header .container .help-login .help {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: proxima-soft, sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.26px;
  line-height: 17px;
  margin-right: 24px;
  margin-left: 16px;
}

header .container .help-login .help:hover {
  opacity: 0.8;
}

header .container .help-login .help .help-img {
  margin-right: 5px;
}

header .container .help-login .sign-in {
  box-sizing: border-box;
  background-color: #044656;
  color: #fff;
  font-family: "proxima-soft", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.65px;
  line-height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  width: 89px;
  border-radius: 20px;
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.08);
}

header .container .help-login .sign-in:hover {
  background-color: #0d7a86;
  color: #fff;
  box-shadow: inset 0 -2px #044e56;
}

header .container .kebab {
  display: none;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

header .container .kebab .kebab-img {
  display: block;
  height: 26px;
  width: auto;
}

/* IE11 */
_:-ms-fullscreen,
:root header .container .help-login {
  flex-grow: 1;
  justify-content: flex-end;
}

.mobile-dropdown {
  background-color: #fbfbfc;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
  font-family: graphie, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 24px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.mobile-dropdown ul {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
}

.mobile-dropdown li {
  padding: 0 24px;
  box-shadow: 0 1px 1px 0 rgba(117, 117, 117, 0.12);
  background-color: #ffffff;
  margin-bottom: 1px;
}

.mobile-dropdown .dropdown-items a {
  color: #364344;
  display: flex;
  width: 100%;
  height: 60px;
  background-image: url("images/arrow-right.svg");
  background-size: auto 16px;
  background-repeat: no-repeat;
  background-position: center right;
  align-items: center;
}

/* IE11 */
_:-ms-fullscreen,
:root .dropdown-items a {
  margin-top: -24px;
}

_:-ms-fullscreen,
:root .veygo-by-admiral-logo {
  width: 170px;
  height: 50px;
}

.mobile-dropdown .account-dashboard {
  display: flex;
  flex-direction: column;
  font-family: "proxima-soft", sans-serif;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  line-height: 17px;
  color: #044656;
  font-weight: 400;
  margin-top: 28px;
  padding-bottom: 32px;
}

.mobile-dropdown p {
  margin: 0;
}

.mobile-dropdown .account-dashboard .got-account {
  font-weight: 800;
}

.mobile-dropdown .account-dashboard .sign-in-btn {
  box-sizing: border-box;
  color: #044656;
  font-family: "proxima-soft", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.65px;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  max-width: 256px;
  border-radius: 20px;
  border: 1px solid #044656;
  margin-top: 16px;
}

.mobile-dropdown .account-dashboard .dashboard-btn {
  display: flex;
  align-items: center;
  font-family: "proxima-soft", sans-serif;
  color: #364344;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.32px;
  line-height: 19px;
  padding-bottom: 16px;
  width: 100%;
  margin-left: 24px;
}

.mobile-dropdown .account-dashboard .dashboard-btn p {
  margin-left: 8px;
}

@media (max-width: 1072px) {
  header .container {
    padding-right: 0;
    padding-left: 16px;
  }

  header .container .kebab {
    display: flex;
  }

  header .container .kebab-active {
    background-color: #249cb5;
  }

  /* IE11 */
  _:-ms-fullscreen,
  :root header .container .kebab {
    flex-grow: 1;
    justify-content: flex-end;
    margin-right: 24px;
  }

  _:-ms-fullscreen,
  :root header .container .kebab-active {
    background-color: rgba(0, 0, 0, 0) !important;
  }

  header .container .pages {
    display: none;
  }

  header .container .separator {
    display: none;
  }

  header .container .help-login {
    display: none;
  }

  header .container .logo {
    margin-right: auto;
    display: flex;
  }
}

/*
* Footer Start
*/
.vey-footer {
  display: flex;
  flex-direction: column;
  background-color: #364344;
  font-size: 14px;
  font-family: "proxima-soft", "sans-serif";
  color: #fff;
  align-items: center;
  height: 100%;
}

.vey-footer .helpful-links {
  margin-left: 32px;
}

.vey-footer ul {
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-rows: repeat(6, min-content);
  grid-auto-flow: column;
  grid-column-gap: 32px;
}

.vey-footer .menu-item {
  list-style-type: none;
}

.vey-footer .menu-item a {
  font-family: "proxima-soft", "sans-serif";
  color: #fff;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 28px;
}

.vey-footer .menu-item a:hover {
  color: #30c6e2;
}

.vey-footer h4 {
  font-family: graphie, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 24px;
  color: #fff;
  margin: 35px 0 17px;
}

.vey-footer .app-links {
  display: flex;
  background-color: #273132;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px 0;
}

.vey-footer .app-links p {
  margin-right: 16px;
}

.vey-footer .link-section {
  margin-bottom: 48px;
}

.vey-footer .main-row {
  display: flex;
}

.vey-footer .stay-in-touch {
  display: flex;
  flex-direction: column;
  padding-left: 48px;
}

.vey-footer .stay-in-touch * {
  margin-left: auto;
}

.vey-footer .separator {
  height: 160px;
  width: 1px;
  box-sizing: border-box;
  border: 0.5px solid #757575;
  margin: auto 0;
}

.vey-footer .socials-col {
  margin-bottom: 24px;
}

.vey-footer .socials-col *:not(:last-child) {
  margin-right: 16px;
}

.vey-footer .socials-col a {
  font-size: 32px;
  color: #fff;
}

.vey-footer .socials-col a:hover {
  color: #30c6e2;
}

.vey-footer p {
  margin: 0;
}

.vey-footer .contact-text {
  margin-top: 24px;
}
.vey-footer .contact-text a {
  font-weight: 700;
  text-decoration: underline;
  color: #fff;
}

.vey-footer .contact-text a:hover {
  color: #30c6e2;
}

.vey-footer .open-hours-subtext,
.vey-footer .open-hours-text {
  text-align: right;
  max-width: 124px;
}

.vey-footer .open-hours-subtext p {
  font-size: 12px;
  color: #CBCBCB;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 12px;
  margin-top: 4px;
}

.vey-footer .legal {
  font-size: 12px;
  letter-spacing: 0.2px;
  line-height: 14px;
  text-align: center;
  color: #CBCBCB;
  max-width: 870px;
  margin-bottom: 16px;
}

/* Point at which footer starts looking freaky (cut to mobile design here) */
@media only screen and (max-width: 898px) {

  .vey-footer .app-links {
    flex-direction: column;
  }

  .vey-footer h4 {
    margin-top: 0;
  }

  .vey-footer .app-links p {
    margin: 0;
    margin-bottom: 8px;
  }

  .vey-footer .main-row {
    flex-direction: column;
    margin: 0 16px;
  }

  .vey-footer ul {
    grid-column-gap: 20px;
    grid-row-gap: 8px;
  }

  .vey-footer .menu-item a {
    font-size: 12px;
    line-height: 24px;
  }

  .vey-footer .link-section {
    margin-bottom: 32px;
  }

  .vey-footer .site-info h4 {
    margin-top: 32px;
  }

  .vey-footer .separator {
    display: none;
  }

  .vey-footer .stay-in-touch {
    padding-left: 0px;
  }

  .vey-footer .stay-in-touch * {
    margin-left: 0;
  }

  .vey-footer .helpful-links {
    margin-left: 0;
  }

  .vey-footer .open-hours-text,
  .vey-footer .open-hours-subtext {
    text-align: left;
  }

  .vey-footer .legal {
    margin: 0 16px;
    margin-bottom: 16px;
  }
}

@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, 0.08);
  letter-spacing: 0.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, 0.08);
  letter-spacing: 0.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, 0.05), 0px 1px 3px rgba(0, 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;
}
