@font-face {
    font-family: "icomoon";
    src: url("../fonts/icomoon.eot?8p9eve");
    src: url("../fonts/icomoon.eot?8p9eve#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?8p9eve") format("truetype"), url("../fonts/icomoon.woff?8p9eve") format("woff"), url("../fonts/icomoon.svg?8p9eve#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1; /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #5F9E9A;
}

a:hover {
    color: #000;
}
.icon-check-mark:before {
    content: "\e901";
}

.icon-shopping-cart:before {
    content: "\e900";
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.ellipsis {
    white-space: nowrap; /* 1 */
    text-overflow: ellipsis; /* 2 */
    overflow: hidden;
}

.btn {
    border: 3px solid;
    background: transparent;
    border-radius: .25rem;
    text-transform: uppercase;
    -webkit-transition: color .3s linear, background-color .3s linear;
    transition: color .3s linear, background-color .3s linear;
}

.btn-primary {
    color: #6AAA9B;
    border-color: #6AAA9B;
}

.btn-primary:hover {
    color: #fff;
    background: #6AAA9B;
    border-color: #6AAA9B;
}

.btn-secondary {
    color: #fff;
    border-color: #fff;
}

.btn-secondary:hover {
    background: #fff;
    border-color: #fff;
    color: #6AAA9B;
}

#header .container {
    max-width: 63.125rem;
}

#header a:hover {
    color: #6AAA9B;
}

.navbar a {
    -webkit-transition: color .3s linear;
    transition: color .3s linear;
}

.navbar a:hover {
    text-decoration: none;
    color: #6AAA9B;
}

.navbar .navbar-toggler:focus,
.navbar .navbar-toggler:hover {
    outline: none;
}

.navbar .navbar-brand {
    max-width: 12.5rem;
}

.navbar .navbar-brand img {
    width: 100%;
}

.navbar .sub-menu {
    padding: .5rem;
    border-top: 1px solid #6AAA9B;
    margin-bottom: .625rem;
    font-size: .875rem;
    -webkit-transition: opacity .3s linear, visibility .3s linear;
    transition: opacity .3s linear, visibility .3s linear;
}

.navbar .sub-menu a:hover {
    text-decoration: none;
    color: #6AAA9B;
}

.navbar .basket-link {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.875rem;
    width: 1.875rem;
    height: 1.875rem;
    margin-bottom: .625rem;
}

.navbar .basket-link:hover {
    text-decoration: none;
    color: #000;
}

.navbar .basket-link:hover .counter {
    color: #000;
}

.navbar .nav-item {
    position: relative;
    padding: 0 .5rem;
}

.navbar .nav-item:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}

.navbar .nav-item .nav-link {
    padding: 0;
    text-transform: capitalize;
    font-size: .875rem;
}

.navbar .counter {
    top: 0;
    right: -.5rem;
    font-size: .75rem;
    border: 2px solid #000;
    width: 1.25rem;
    height: 1.25rem;
    color: #000;
    background: #fff;
}

#footer {
    padding: 1.8rem 0 .8125rem;
}

#footer h4 {
    color: #000;
    font-size: 1.25rem;
    margin-bottom: .3125rem;
}

#footer a {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: .625rem;
    -webkit-transition: color .3s linear;
    transition: color .3s linear;
}

#footer a:hover {
    color: #6AAA9B;
}

#footer .copyright a {
    margin: 0 0 0 .3125rem;
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#wrapper {
    overflow: hidden;
}

#wrapper a:hover {
    text-decoration: none;
}

#wrapper a:focus {
    box-shadow: none;
}

.intro-box {
    padding: .625rem 0;
    background: -webkit-linear-gradient(290deg, #7BB3C0 0%, #7BB3C0 75%, #fff 75%, #fff 100%);
    background: linear-gradient(160deg, #7BB3C0 0%, #7BB3C0 75%, #fff 75%, #fff 100%);
    background-image: linear-gradient(to right top, #7ec2a3, #64bbad, #4fb2b6, #46a8bd, #6AAA9B);
}

.intro-box .container {
    max-width: 61.625rem;
}

.intro-box img {
    width: 100%;
}

.description-section {
    padding: 2.1875rem 0 0;
    font-size: 1rem;
    margin-bottom: 1.25rem;
}

.description-section h1 {
    font-size: 1.125rem;
}

.description-section .description-list {
    max-width: 48.75rem;
    margin-bottom: 1.25rem;
}

.description-section .description-list li {
    position: relative;
    margin-bottom: .625rem;
    padding-left: 1.875rem;
    /* SJ */
    font-size: 1.0rem;
    line-height: 2.3;
}

.description-section .description-list li:before {
    content: "\e901";
    font-family: icomoon;
    position: absolute;
    /* SJ - I am not sure if this is the best way to do it - I want to reduce the size of the
     tick images (which replace the bullet points). I had to add the !important to get this to work which makes me think I am
     doing something wrong. I also wanted to move the tick signs closer to the text which is
     why I have changed the top and the left.I have also changed the 'left' value in the media query below*/
    top: 1px;
    left: 10px;
    color: #5e5c5c;
    font-size: 1.0rem !important;
}

.description-section p {
    margin-bottom: 1.25rem;
}

.how-it-work {
    font-size: 1.125rem;
    padding: 2.3125rem 0 1.875rem;
}

.how-it-work h1 {
    letter-spacing: -.1rem;
    font-size: 1.75rem;
}

.how-it-work .list-works {
    counter-reset: item;
    padding: 0;
}

.how-it-work .list-works li {
    margin-bottom: 3.125rem;
    list-style-type: none;
}

.how-it-work .list-works li:nth-child(even) .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.how-it-work .list-works li p {
    position: relative;
    /* SJ */
    font-size: 1.0rem;
}

.how-it-work .list-works li p:before {
    content: counters(item, "") ". ";
    counter-increment: item;
}

.how-it-work .list-works .text-wrap {
    padding: 0 1.5625rem;
}

.leaving-gift {
    background: #6AAA9B;
    padding: 2.8125rem 0 2.8125rem;
}

.leaving-gift .container {
    max-width: 76.875rem;
}

.leaving-gift h1 {
    color: #fff;
    margin-bottom: 1.75rem;
    font-size: 1.75rem;
}

.leaving-gift .text-wrap {
    line-height: 1.3;
    font-size: 1.125rem;
}

.leaving-gift p {
    margin-bottom: 1.875rem;
    /* SJ */
    font-size: 1.125rem;
    line-height: 1.8;
}

.leaving-gift .gifts-list {
    /* SJ */
    font-size: 1.0rem;
    line-height: 1.6;
}

.leaving-gift .gifts-list li {
    position: relative;
    padding-left: 1.25rem;
}

.leaving-gift .gifts-list li::first-letter {
    text-transform: uppercase;
}

.leaving-gift .gifts-list li:before {
    content: "";
    position: absolute;
    top: .625rem;
    left: 0;
    width: .5rem;
    height: .5rem;
    background: #fff;
    border-radius: 50%;
}

.leaving-gift img {
    width: 100%;
    display: block;
    box-shadow: -7px 5px 5px 0 rgba(0, 0, 0, .25);
}

.design-section {
    padding: 3.125rem 0;
}

.design-section .container {
    max-width: 64.375rem;
}

.design-section h1 {
    margin-bottom: 2.8125rem;
    font-size: 1.75rem;
}

.design-section img {
    max-width: 100%;
    width: 280px;
    box-shadow: -14px 10px 14px 0 #c9c7c9;
}

.design-section-btn {
    margin-top: 60px;
    margin-bottom: 0px;
}

.link-box {
    background: #6AAA9B;
    font-size: 1.1875rem;
    line-height: 1.3;
    padding: 1.875rem 0;
}

.link-box .container {
    max-width: 57.5rem;
}

.link-box p {
    margin-bottom: 1.875rem;
}

.reviews-box {
    /* SJ */
    padding: 1.0rem 0;
}

.reviews-box .container {
    max-width: 51.25rem;
}

.reviews-box blockquote {
    /* SJ */
    font-size: 1.0rem;
    font-style: italic;
}

.form-leaving-card {
    background: #FFF;
    padding: 7.0rem;
    padding-top: 3.0rem;
    box-sizing: border-box;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.7);
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.form-leaving-card input{
    color:  #5f5f5f;
    box-sizing: border-box;
    width: 300px;
    padding: 0.3rem;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    border: 1px solid #dbdbdb;
    font-size: 1.0rem;
}

.form-leaving-card .form-title {
    text-align: center;
    font-family: 'Open Sans';
    border-bottom: 2px solid #6AAA9B;
    margin-bottom: 2rem;
    font-size: 2rem;
}
/** for the screens when the user is logged in **/
.lcform input{
    color:  #5f5f5f;
    box-sizing: border-box;
    width: 300px;
    padding: 0.3rem;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid #bbb;
    font-size: 1.0rem;
}


/* Style the tab */
.tab {
    overflow: hidden;
    background-color: transparent;

}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 12px;
    transition: 0.3s;
    font-size: 0.8rem;
    border-right: 1px solid #ddd;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

/* Change background color of buttons on hover */
.tab button.inactive:hover {
    background-color: #fff;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #fff;
    border-bottom: 1px solid #fff;
}

.tab button.inactive {
    background-color: #ddd;
    border-right: 1px solid #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

body {
    min-width: 320px;
}

@media (min-width: 576px) {
    .navbar .navbar-brand {
        max-width: 16rem;
    }
}

@media (min-width: 768px) {

    .description-section {
        margin-bottom: 0;
    }

    .description-section h1 {
        /* SJ - again smaller margin below */
        margin-bottom: 2.125rem;
        font-size: 2.25rem;
    }

    .description-section .description-list li:before {
        /* SJ - this is to fix the placement of the tick image for larger screen sizes (see comment above) */
        left: 20px;
    }

    .description-section .description-list li {
        padding-left: 2.8125rem;
        margin-bottom: .3125rem;
    }

    .description-section .description-list li:before {
        font-size: 1.4375rem;
    }

    .description-section p {
        margin-bottom: 3.75rem;
    }

    .how-it-work {
        /* SJ - smaller padding to match the padding below the 'Get Started' button */
        padding: 2.6875rem 0 1.875rem;
    }

    .how-it-work h1 {
        font-size: 2.25rem;
        margin-bottom: 1.875rem;
    }

    .leaving-gift h1 {
        font-size: 2.25rem;
    }

    .leaving-gift .gifts-list {
        padding-left: 2.5rem;
    }

    .design-section {
        /* SJ - changed so that there is not so much whitespace below the newly added button */
        padding: 3.125rem 0 3.125rem;
    }

    .design-section h1 {
        font-size: 2.25rem;
    }

    .link-box {
        padding: 4.6875rem 0;
    }

    .reviews-box {
        padding: 3.75rem 0 2.8125rem;
    }
}

@media (min-width: 992px) {
    .navbar {
        height: 7.5rem;
    }

    .navbar .sub-menu {
        position: absolute;
        top: 100%;
        right: 0;
        min-width: 7.25rem;
        background: #fff;
        border: 1px solid #6AAA9B;
        box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.3);
        visibility: hidden;
        opacity: 0;
        z-index: 3;
    }

    .navbar .sub-menu li {
        padding: 0.8rem;
    }

    .description-section {
        font-size: 1.125rem;
        padding: 4.0625rem 0 0;
    }

    .leaving-gift .img-wrap {
        padding: 0 1.5625rem 0 0;
    }

    .leaving-gift .text-wrap {
        font-size: 1.375rem;
    }
}

@media (max-width: 991px) {
    .navbar .navbar-collapse {
        padding-bottom: .625rem;
    }
}

@media (max-width: 767px) {
    .how-it-work .list-works li img {
        max-width: 17.5rem;
        max-height: 7.5rem;
    }
}



/*********************** OUR CLASSES  */
.lcRedirect, .onLoadFunctionName {
    display: none;
}

fieldset {
    padding: 20px;
}

.imageCropperCanvas {
    cursor: move;
}

#root {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#root a:hover {
    text-decoration: none;
}

#root a:focus {
    box-shadow: none;
}

/** Ensures that placeholders are not visible when the textbox has focus **/
input:focus::-webkit-input-placeholder
{
    color: transparent;
}

.card-design-img {
    margin-bottom: 30px;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(204,204,204,1);
    -moz-box-shadow: 10px 10px 5px 0px rgba(204,204,204,1);
    box-shadow: 10px 10px 5px 0px rgba(204,204,204,1);"
}

a img.card-design-img {
    border: 0;
}

.btn-tertiary {
    font-size: 0.8rem;
    color: #444;
    background-color: #FFF;
    border: 1px solid #184778;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    border-radius: .25rem;
}
.btn-tertiary:hover {
    color: #fff;
    background-color: #184778;
    border-color: #184778;
}
.btn-tertiary:focus,
.btn-tertiary.focus {
    box-shadow: 0 0 0 .2rem rgba(150, 150, 150, .5);
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 .2rem rgba(150, 150, 150, .5);
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #7EC2A3;
    border-color: #6AAA9B;
}

.btn-secondary:focus,
.btn-secondary.focus {
    box-shadow: 0 0 0 .2rem rgba(150, 150, 150, .5);
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #7EC2A3;
    border-color: #6AAA9B;
}

.shortWidthMainDiv {
    background: #FFF;
    padding: 2.2rem 2.5rem 1.2rem 2.5rem;
    padding-top: 0;
    box-sizing: border-box;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    margin-top: 1.0rem;
    margin-bottom: 3rem;
    margin-left: 0rem;
    margin-right: 0rem;
}

@media (min-width: 768px) {
    .shortWidthMainDiv {
        margin-left: 6rem;
        margin-right: 6rem;
    }
}