﻿@charset "utf-8";

a,
a:after,
.btn {
    transition: background .23s, border .23s, color .23s;
}

main > form {
    background: #fff;
    padding-bottom: 3em;
}
main > form .heading {
    padding-top: 2em;
}
form .form,
.Dashboard table,
.summary table,
.FlySafair .form {
    margin: 0 auto 3em;
    border: 1px solid #d9d9d9;
    /* box-shadow: 8px 8px 10px rgba(0, 0, 0, .1); */
    border-radius: 15px;
}
.Dashboard .modal table {
    border: 0;
    width: 100%;
    margin: 0;
}
.Dashboard .modal table td {
    padding: 0;
}
form .form.borderless {
    border: 0;
}
form .form h4 {
    font-family: 'Lato Black', sans-serif;
    text-align: center;
}
.currency label {
    position: relative;
}
.currency.populated label:before {
    content: 'R';
    position: absolute;
    color: #000;
    left: 0;
    font-size: 1rem;
    font-family: "Lato", sans-serif;
    top: calc(21.1094px + 7.62px)
}
.CareSA .currency.populated label[for="Amount"]:before  {
    top: 31px;
}
.currency.populated input {
    padding-left: .7em !important
}
.actions a:not([class*="btn"]) {
    color: inherit;
    font-family: 'Lato Black', sans-serif;
}
.actions {
    text-align: center;
    margin-top: 2em;
    margin-bottom: 2em;
}
.actions .btn,
.modal-footer .btn {
    margin-left: 1em;
    margin-right: 1em;
}
.actions:nth-child(1) a { /* Login link on registration */
    color: var(--orange);
}
.icon.envelope {
    background: no-repeat 0 20% / 20px url(/img/icon-envelope.svg);
    padding-left: 27px;
}
form .actions.secondary {
    padding-top: 1em
}
form .actions.secondary a {
    color: inherit;
    font-family: 'Lato Black', sans-serif;
}
.field-validation-error {
    font-size: .8em;
    color: #ff2222 !important;
}
label .field-validation-error {
    font-size: 1em;
}
.form-group {
    margin-bottom: 1rem;
}
.text-danger {
    color: var(--orange)
}
.centered {
    text-align: center;
}
@media ( max-width: 767px ) {
    form .form {
        width: 90%;
        padding: 1em
    }
}
@media ( min-width: 768px ) {
    form .form {
        width: 80%;
        padding: 2em;
    }
    form .form.wide {
        width: 100%;
        padding-left: 3em;
        padding-right: 3em;
    }
    form .form > .inner {
        margin: 0 auto;
        max-width: 66%;
    }
}

.todos a {
    background: var(--dark-blue);
    color: #fff;
    text-decoration: none;
    border-top: 6px solid #fff;
}
.todos a > span {
    width: 100%;
    display: block;
    position: relative;
}
.todos a .h4 {
  text-transform: uppercase;
  font-family: 'Lato Bold', Arial, Helvetica, sans-serif;
}
.todos a em {
  font-style: normal;
  font-family: 'Caveat', Arial, Helvetica, sans-serif;
  color: var(--yellow);
  text-transform: none;
  transition: color .23s;
  transform: skewY(-1deg);
}
.todos a:before {
    content: '';
    position: absolute;
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: contain;
}
form .row {
    margin: 2.5em 0;
}

form h4 {
    font-weight: normal;
    line-height: 1.4em;
    margin: 0 0 .8em;
}
label a {
    color: var(--orange) !important;
}
input,
label,
select {
    cursor: pointer;
}

    input[type="text"],
    input[type="tel"],
    input[type="password"],
    input[type="email"],
    input[type="number"],
    input[type="search"],
    select,
    textarea {
        font-family: inherit;
        font-size: 1em;
        padding: .3em 0;
        -webkit-appearance: none;
        border: 0;
        border-radius: 0;
        border-bottom: 1px solid var(--field-grey);
        display: block;
        width: 100%;
        transition: padding .23s;
    }
input[type="search"] {
    padding: .5em 1em;
    display: block;
    margin: 0 0 2em;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
textarea:focus {
    padding-left: .3em;
    padding-right: .3em;
}
label {
    font-size: .8em;
    display: block;
    padding: 0 0 .4em;
}
.checkbox label,
label.checkbox,
label.radio {
        font-size: 1em;
        display: inline;
        padding: 0 2em 0 0;
    }
#app li {
    margin: 0 0 .4em;
    line-height: 1.4em;
}
a.radio {
    display: block;
    margin: 0 0 .7em;
    color: inherit !important;
    text-decoration: none;
}
input[type="radio"],
a.radio:before {
    content: '';
    -webkit-appearance: none;
    border: 3px solid var(--light-blue);
    width: 18px;
    height: 18px;
    display: inline-block;
    color: inherit !important;
    margin: 0 .3em 0 0;
    border-radius: 50%;
    vertical-align: bottom;
    /*transform: translate(0, 18%);*/
    cursor: pointer;
    text-decoration: none;
}

    input[type="radio"]:focus {
        outline: none;
        border-radius: 50%;
        box-shadow: 0 0 2px 2px #2596ff;
    }

    input[type="radio"]:before {
        content: '';
        width: 10px;
        height: 10px;
        background: var(--dark-blue);
        position: absolute;
        border-radius: 50%;
        opacity: 0;
        margin-left: 6px;
        margin-top: 6px;
        /*        left: 50%;
        top: 50%;*/
        /*transform: translate(-50%, -50%) scale(0);*/
        transition: opacity .1s, transform .23s;
    }

    input[type="radio"]:checked:before {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
input[type="checkbox"] {
    -webkit-appearance: none;
    border: 3px solid var(--light-blue);
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    border-radius: 3px;
    vertical-align: bottom;
    margin: 0 .5em 0 0;
    transform: translate(0, 18%);
    cursor: pointer;
    position: relative;
}
input[type="checkbox"]:checked:before {
    content: '';
    width: 40%;
    border-top: 1px solid;
    transform: rotate(45deg);
    position: absolute;
    margin: 51% 0 0 6%;
}
input[type="checkbox"]:checked:after {
    content: '';
    width: 80%;
    border-top: 1px solid;
    transform: rotate(-45deg);
    position: absolute;
    margin: 40% 0 0 18%;
}
.total-value input[type="checkbox"] {
    color: #fff;
}

select {
    background: url(/img/select-bg.svg) calc(100% - 10px) 50% no-repeat;
}
#app .questions li {
    margin-bottom: 2em;
}
.buttons {
    text-align: center
}

.btn {
    border-radius: 4px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    line-height: 1em;
}

.btn-primary,
.modal.sent .btn-secondary {
    border: 2px solid var(--dark-blue) !important;
    border-radius: 10px;
    background: transparent !important;
    color: var(--yellow) !important;
    cursor: pointer;
    padding: 0.5em 0.9em;
    min-width: 120px;
    font-size: 1em;
    font-family: 'Lato Black', Arial, Helvetica, sans-serif;
}
.btn-primary:hover,
.modal.sent .btn-secondary:hover {
  background: var(--dark-blue) !important;
  border-color: var(--dark-blue) !important
}
.btn-secondary {
    border: 2px solid var(--orange) !important;
    border-radius: 10px;
    background: transparent !important;
    color: var(--orange) !important;
    cursor: pointer;
    padding: 0.5em 0.9em;
    min-width: 120px;
    font-size: 1em;
    font-family: 'Lato Black', Arial, Helvetica, sans-serif;
}
.btn-secondary:hover {
  background: var(--orange) !important;
  color: #fff !important;
  border-color: var(--orange) !important
}

@media ( max-width: 767px ) {
    .toggle-menu {
        cursor: pointer;
        width: 44px;
        height: 36px;
        background: url(/img/icon-burger-menu.svg) 50% 39% no-repeat;
        background-size: 24px;
        margin: 0 1.4em 0 0;
        position: absolute;
    }

    body > header nav > ul {
        position: fixed;
        width: 100vw;
        height: 100vh;
        top: var(--header-height);
        left: -100vw;
        margin: 0;
        background: var(--dark-blue);
        transition: left .23s;
    }

    body.menu-expanded > header nav > ul {
        left: 0;
    }

    body > header li a,
    body > header nav > ul > li:nth-last-child(1) > ul .btn.btn-secondary {
        padding: 20px 30px;
    }
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    transition: opacity .23s, visibility .23s;
}
.modal .row {
    margin: 0 0 1em;
}
@media ( max-width: 767px ) {
    .modal-backdrop {
        background-color: #000;
    }
    .modal {
        width: 100%;
        top: 0;
        left: 0;
        height: 100%;
    }
}
@media ( min-width: 768px ) {
    .modal-backdrop {
        background-color: rgba(28, 21, 56, 0.6);
    }
    .modal {
        transform: translate(-50%, -50%);
        min-width: 360px;
        max-width: 600px;
        width: 100%;
        top: 50%;
        left: 50%;
        max-height: 90vh;
    }
    .modal-dialog.modal-lg,
    .modal-content {
        max-height: 90vh;
    }
}
.modal .close,
.faqs .close {
    position: absolute;
    right: 5px;
    width: 24px;
    height: 24px;
    z-index: 10;
    cursor: pointer;
    top: 5px;
    -webkit-appearance: none;
    border: 1px solid #dadada;
    background: transparent;
    border-radius: 50%;
  transition: border .23s;
}
.modal .close:before,
.faqs .close:before {
  content: '';
  width: 15px;
  height: 2px;
  transform: rotate(45deg);
  background: #dadada;
  position: absolute;
  top: 10px;
  left: 4px;
  transition: background .23s;
}
.modal .close:after,
.faqs .close:after {
  content: '';
  width: 15px;
  height: 2px;
  transform: rotate(-45deg);
  background: #dadada;
  position: absolute;
  top: 10px;
  left: 4px;
  transition: background .23s;
}
.modal .close:hover {
    border-color: red;
}
.modal .close:hover:before,
.modal .close:hover:after {
  background: red;
}
.modal-title {
    font-family: 'Caveat', sans-serif !important;
    font-size: 2em;
    color: var(--orange);
    padding: 1em 1em 0.4em;
    margin: 0 !important;
    line-height: 0.9em;
}
.modal label {
    text-align: left
}
.modal .modal-header {
  font-size: var(--sub-heading);
  font-weight: bold;
  padding: .4em 1em;
  text-align: center;
}
.modal .modal-body {
  padding: 1em 2em;
  text-align: center;
    max-height: calc(90vh - 252px);
    overflow: auto;
}
.modal .modal-body ol {
    text-align: left;
}
.modal .modal-footer {
    text-align: center;
    padding: 1em 2em 2em; 
}
.modal.show,
.modal-backdrop.show {
  opacity: 1;
  visibility: visible;
}
.modal table {
    text-align: left;
}











.steps {
    display: flex;
    margin: 0 auto 2em;
    max-width: 400px;
    justify-content: space-between;
    position: relative;
}
.steps:before {
    content: '';
    position: absolute;
    width: 99%;
    border-top: 1px solid var(--purple);
    top: 50%;
}
.FlySafair .steps:before {
    border-color: var(--light-blue);
}
.steps > div {
    flex: 0 0 24px;
    height: 24px;
    position: relative;
}
ol.features {
    list-style: none;
}
.steps > div:before,
ol.features li:before {
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1px solid var(--purple);
    position: absolute;
    border-radius: 50%;
    text-align: center;
    padding: .1em 0 0;
    z-index: 5;
    left: 0;
}
ol.features li {
    position: relative;
    margin-bottom: .9em !important;
}
ol.features li:before {
    width: 24px;
    height: 24px;
    content: attr(data-number);
    margin-left: -34px;
    line-height: 1em;
}
.FlySafair .steps > div:before {
    border-color: var(--light-blue)
}
.steps > div.active:before {
    color: #fff;
    background: var(--purple);
    border-color: var(--purple)
}
.FlySafair .steps > div.active:before {
    color: var(--dark-blue);
    background: var(--light-blue);
    border-color: var(--light-blue)
}
.steps > div:nth-child(1):before {
    content: '1';
}
.steps > div:nth-child(2):before {
    content: '2';
}
.steps > div:nth-child(3):before {
    content: '3';
}
.steps > div:nth-child(4):before {
    content: '4';
}
.steps > div:nth-child(5):before {
    content: '5';
}










.loader {
    opacity: 0;
    visibility: hidden;
    transition: opacity .23s, visibility .23s
}
.loader.visible {
    opacity: 1;
    visibility: visible;
}










body > footer {
  background: var(--dark-blue);
  color: #fff;
  padding: 1.7em 0;
  flex-flow: row nowrap;
}
body > footer > div {
    width: 100%;
    max-width: var(--max-width);
    margin: 0 auto;
  padding: 0 20px;
}
body > footer nav {
  margin: 0.9em 0 1em;
  text-align: center;
}
body > footer nav a {
    position: relative;
}
body > footer nav a:before {
    content: '';
    position: absolute;
    top: 5px;
    left: -5px;
    border-left: 1px solid var(--yellow);
    height: 75%;
}
body > footer nav li:nth-child(1) a:before {
    display: none;
}
body > footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body > footer > div > section:nth-child(3) ul {
    margin: .3em 0;
}
body > footer > div > section:nth-child(3) ul a {
    padding: 0 .5em;
    position: relative;
    font-size: .7em;
}
body > footer > div > section:nth-child(3) ul a:nth-child(1) {
    padding-left: 0;
}
body > footer > div > section:nth-child(3) ul a:before {
    content: '';
    position: absolute;
    top: 2px;
    left: -5px;
    border-left: 1px solid var(--yellow);
    height: 75%;
}
body > footer > div > section:nth-child(3) ul li:nth-child(1) a:before {
    display: none;
}
body > footer > div > section:nth-child(2) h4 {
    font-family: 'Caveat', sans-serif;
    font-size: 2.1em;
    color: var(--yellow);
    display: inline-block;
    margin: 0 0 .5em !important;
}
body > footer a,
body > footer a:hover {
    color: #fff;
    padding: .4em .9em;
    text-decoration: none;
}
.LogIn .actions.secondary a {
    color: var(--orange);
}
.LogIn .todos {
    display: none;
}
.terms li table td {
    padding: .3em 0;
}
.terms li table td:nth-child(1) {
    width: 50px;
    white-space: nowrap;
}
.payment-logos {
    background: #fff;
    text-align: center;
}
.payment-logos img {
    height: 40px;
    width: auto;
    display: inline-block;
    margin: 0 1em;
    vertical-align: middle;
}
body > .payment-logos > img:nth-child(1) {
    height: 27px;
}
body > .payment-logos > img:nth-child(3) {
    height: 50px;
}
@media ( max-width: 767px ) {
    body > footer > div > * {
        text-align: center;
        margin: 1em 0 2em;
    }
    body.Home section[role="banner"] > main > div > div iframe {
        margin: 2em 0 0;
    }
}
@media ( min-width: 768px ) {
    body > footer > div > section:nth-child(3) ul {
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
    }
    body > footer {
        height: 97px;
    }
    body > footer > div > section:nth-child(3) {
        float: left;
        width: 33%;
        margin: 0.9em 0 0;
    }
    body > footer > div > nav {
        position: absolute;
        left: 50%;
        transform: translate(-50%, -0.8em);
        width: 33%;
    }
    body > footer > div > section:nth-last-child(2) {
        float: right;
        width: 33%;
        text-align: right;
        margin: 0.8em 0 0;
    }
}