@font-face {
    font-family: 'WorkSans-Medium';
    src: url('../../../fonts/worksans/WorkSans-Medium.otf');
    src: url('../../../fonts/worksans/WorkSans-Medium.eot?#iefix') format('embedded-opentype'),
    url('../../../fonts/worksans/WorkSans-Medium.woff2') format('woff2'),
    url('../../../fonts/worksans/WorkSans-Medium.woff') format('woff'),
    url('../../../fonts/worksans/WorkSans-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'WorkSansLight';
    src: url('../../../fonts/worksans/WorkSans-Light.otf');
    src: url('../../../fonts/worksans/WorkSans-Light.eot?#iefix') format('embedded-opentype'),
    url('../../../fonts/worksans/WorkSans-Light.woff2') format('woff2'),
    url('../../../fonts/worksans/WorkSans-Light.woff') format('woff'),
    url('../../../fonts/worksans/WorkSans-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'WorkSansBold';
    src: url('../../../fonts/worksans/WorkSans-Bold.eot');
    src: url('../../../fonts/worksans/WorkSans-Bold.eot?#iefix') format('embedded-opentype'),
    url('../../../fonts/worksans/WorkSans-Bold.woff2') format('woff2'),
    url('../../../fonts/worksans/WorkSans-Bold.woff') format('woff'),
    url('../../../fonts/worksans/WorkSans-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'WorkSansSemiBold';
    src: url('../../../fonts/worksans/WorkSans-SemiBold.otf');
    src: url('../../../fonts/worksans/WorkSans-SemiBold.otf?#iefix') format('opentype'),
    url('../../../fonts/worksans/WorkSans-SemiBold.otf') format('opentype');
}


@font-face {
    font-family: 'WorkSansRegular';
    src: url('../../../fonts/worksans/WorkSans-Regular.eot');
    src: url('../../../fonts/worksans/WorkSans-Regular.eot?#iefix') format('embedded-opentype'),
    url('../../../fonts/worksans/WorkSans-Regular.woff2') format('woff2'),
    url('../../../fonts/worksans/WorkSans-Regular.woff') format('woff'),
    url('../../../fonts/worksans/WorkSans-Regular.ttf') format('truetype');
}

body {
    font-family: 'WorkSansRegular' !important;
    color: #000;
    background-color: #fff;
    height: 100%;
}

nav {
    display: flex;
}

main {
    margin-bottom: 60px;
    color: #343434;
}

.navbar {
    background-color: #006E52 !important;
    padding: 0;
}

@media (min-width: 780px) {
    ol, .lead {
        font-size: 18px !important;
    }

    .display-4 {
        font-size: 34px !important;
    }

    h2 {
        font-size: 18px;
    }
}

.navbar-brand img {
    width: 150px;
    padding: 12px 0px;
}

.navbar-header {
    margin: auto;
}

.btn-primary, .btn-secondary {
    background: #1FDF6C;
    color: #006e52;
    border-radius: 30px;
    outline: 0 !important;
    display: block;
    width: 250px;
    padding: 10px;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: auto;
    margin-left: auto;
    border: 2px solid #e0e0e0;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 22px;
    font-family: WorkSansSemiBold;
}

.web-btn {
    background: #1FDF6C;
    color: #006e52;
    border: 0;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:target,
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus {
    background: #1FDF6C;
    color: #006e52;
    box-shadow: none;
    outline: 0;
}

.btn-secondary:hover, .btn-secondary:active, .btn-secondary:target,
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus {
    background: #1FDF6C;
    color: #006e52;
    box-shadow: none;
    outline: 0;
}

.index-page-button {
    color: #ACF522;
    background-color: #006e52;
}

.index-page-button:hover {
    color: #ACF522;
    background-color: #006e52;
}

.form-group input[type=text], .form-group input[type=email] {
    border: 0;
    border-radius: 5px;
    background: #FCFCFC;
    outline: 0 !important;
    font-family: WorkSansRegular;
    border-bottom: 3px solid #E2E2E2;
    padding: 0;
    color: #003;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-top: 25px;
    font-weight: bold !important;
}

.terms-container {
    line-height: 10px;
}

.terms {
    font-size: 10px;
    font-family: WorkSansRegular;
    line-height: 15px;
}

.terms a {
    color: #006e52;
    font-size: 10px;
    text-decoration: underline;
    font-family: WorkSans-Medium;
}

.terms a:hover {
    color: #006e52;
    font-size: 10px;
}

.display-4 {
    margin-top: 30px;
    margin-bottom: 30px;
    color: black;
    font-size: 28px;
    display: block;
    font-family: WorkSansLight;
}

.display-3 {
    margin-top: 30px;
    margin-bottom: 30px;
    color: black;
    font-size: 20px;
    display: block;
    font-family: WorkSansLight;
}

h2 {
    font-size: 14px;
    font-weight: bold;
}

.lead {
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    font-family: WorkSansRegular;
}

.lead .status, span.status {
    color: #1FDF6C;
    font-family: WorkSansBold;
}

ol {
    font-size: 14px;
    padding-inline-start: 20px;
    color: #333333;
    font-family: WorkSansRegular;
}

.rules {
    margin-top: 20px;
    margin-bottom: 10px;
}

::-webkit-input-placeholder { /* Edge */
    color: #000 !important;
    font-weight: bold;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000 !important;
    font-weight: bold;
}

::placeholder {
    color: #000 !important;
    font-weight: bold;
}

/*------------------Checkbox------------*/

.round {
    position: relative;
    margin-top: 30px;
}

.round i {
    cursor: pointer;
    height: 30px;
    left: 0;
    position: absolute;
    top: -4px;
    width: 30px;
    color: #99aab5;
    border-radius: 100%;
    border: 2px solid #e0e0e0;
}

.round i:after {
    border-top: none;
    border-right: none;
    content: "";
    height: 18px;
    left: 4px;
    opacity: 0;
    width: 18px;
    position: absolute;
    top: 4px;
    border-radius: 100%;
    background: #313131;
}

.round input[type="checkbox"] {
    visibility: hidden;
}

.round input[type="checkbox"]:checked + i:after {
    opacity: 1;
}

.checkboxRound {
    margin-left: 10px;
}

@media (max-width: 480px) {

    .align-self-center {
        align-self: unset !important;
    }

    .form-check-label {
        font-size: 14px !important;
    }
}

@media (max-width: 320px) {
    .form-check-label {
        font-size: 14px !important;
    }
}


.tc {
    padding-left: 20px;
    color: #343434;
}

.tc.long {
    padding-left: 35px;
    margin-top: -25px;
}

.tc a {
    color: #343434 !important;
    font-weight: bold;
}

/* ---------------------------------------------------
    TOP NAV STYLE
----------------------------------------------------- */
#top-web-nav {
    display: none;

}

@media (min-width: 1200px) {
    #top-web-nav {
        display: block;
        margin-bottom: -1px;
    }
}

.navbar .navbar-nav .nav-link {
    color: #1fdf6c;
    font-size: 15px;
    font-family: WorkSansSemiBold;
}

@media (min-width: 786px) {
    .nav-link {
        padding: 1.5rem 1rem;
        font-size: 14px !important;
    }
}

.navbar-padding {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 1025px) {
    .nav-link {
        padding: 15px;
        font-size: 15px !important;
    }

    .navbar-padding {
        padding-left: 60px;
        padding-right: 60px;
    }
}

.terms-text span:not(:first-of-type) {
    font-size: 12px;
}

.terms-text h2 {
    font-size: 18px;
}

.terms-link {
    text-align: center;
}

.terms-link a {
    color: #006e52;
    text-align: center;
    font-family: WorkSans-Medium;
    font-size: 12px;
    text-decoration: underline;
}

.terms-link a:hover {
    font-size: 12px;
}

.navbar .navbar-nav .nav-link:first-child {
    padding-left: 0;
}

.navbar-center {
    margin: 0 auto;
}

.navbar-toggler {
    color: #1FDF6C !important;
    border: 0;
    padding: 18px 15px 0px 0px;
    position: absolute;
    right: 0;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("../assets/img/burger.png");
}

.navbar-toggler:hover, .navbar-toggler:active, .navbar-toggler:visited, .navbar-toggler:focus, .navbar-toggler:active:focus {
    outline: 0 !important;
}

.active .nav-link, .nav-link:hover {
    color: #1fdf6c !important;
}

.navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
    color: #1fdf6c;
    font-size: 15px;
    font-family: WorkSansSemiBold;
}

.navbar-brand {
    padding: 4px 0px;
    width: 113px;
    margin: auto;
}


@media (min-width: 992px) {
    .nav-link.upper {
        padding-right: 6px;
        padding-left: .5rem;
    }
}

#sidebar a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: none !important;
}

#sidebar .navbar-brand img {
    width: 200px;
    margin-left: 2rem;
}

@media (min-width: 1025px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.5rem;
        padding-left: .5rem;
    }
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
#sidebar {
    width: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    z-index: 999;
    background: #fff;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
}

#sidebar.active {
    left: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #1FDF6C;
    position: absolute;
    top: 8px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    right: 15px;
    font-size: 26px;
}

#dismiss:hover {
    color: #000;
}

#sidebar .sidebar-header {
    padding-top: 8px;
    background: #006e52;
    padding-bottom: 8px;
    text-align: center;
}

.sidebar-header img {
    width: 150px;
}

#sidebar ul li.components {
    padding: 20px 0;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 20px 0px 0px 40px;
    color: #333333;
    font-size: 14px;
    font-weight: normal;
    display: block;
    font-family: WorkSans-Medium;
}

#sidebar ul li a:hover {
    color: #006e52;
    background: #fff;
    text-decoration: none;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #006e52;
    text-decoration: none;
}

#sidebar a[data-toggle="collapse"] {
    position: relative;
}

#sidebar a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: 'keyboard_arrow_down';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Material Icons';
    font-size: 0.6em;
}

#sidebar a[aria-expanded="true"]::before {
    content: '\e260';
}


#sidebar ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
}

#sidebar ul.CTAs {
    padding: 20px;
}

#sidebar ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

.portal-page-header {
    font-family: WorkSansBold;
    color: #006e52;
    font-size: 18px;
}

.portal-banner {
    display: none;
    text-align: center;
}

.portal-banner img {
    width: 100%;
    max-width: 400px;
    height: auto;
}

.alert {
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.mCustomScrollBox {
    width: 100%;
}

.banner-img a {
    color: #333333;
    padding: 15px;
    text-decoration: underline;
}

.banner-img a:hover, .banner-img a:active {
    color: #292D30;
    text-decoration: none;
}

.portal-landing-colour {
    background-color: #fff;
    /*min-height: 80vh;*/
}

.redirect-icon {
    content: url(../../../img/grocery_deals_timer.gif);
}

.redirect-message::before {
    content: "Please wait a moment while we load your deals";
    font-weight: 700;
}

@media (min-width: 768px) {
    .btn-primary, .btn-secondary  {
        height: 50px;
        width: 300px;
        font-size: 18px;
    }

    .portal-page-header {
        font-size: 27px;
    }
}

@media (min-width: 992px) {
    .terms-link a {
        font-size: 12px;
    }

    .terms-link a:hover {
        font-size: 12px;
    }

    .terms {
        font-size: 12px;
    }

    .terms a {
        font-size: 12px;
    }

    .terms a:hover {
        font-size: 12px;
    }
}

.banner-img {
    background-image: url(../img/gsp_mobi_banner.gif);
    background-size: 100%;
    width: 100%;
    height: 100%;
    min-height: 190px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: top;
}

@media (min-width: 411px) {
    .banner-img {
        background-size: 100%;
        min-height: 245px;
    }
}

@media (min-width: 500px) {
    .banner-img {
        background-size: 100%;
        min-height: 300px;
    }
}

@media (min-width: 640px) {
    .banner-img {
        background-size: 100%;
        min-height: 382px;
    }
}

@media (min-width: 731px) {
    .banner-img {
        background-size: 100%;
        min-height: 382px;
    }
}

@media (min-width: 812px) {
    .banner-img {
        background-size: 100%;
        min-height: 480px;
    }
}

@media (min-width: 1024px) {
    .banner-img {
        background-image: url(../img/gsp_web_banner.gif);
        background-size: 100%;
        min-height: 305px;
    }
}

@media (min-width: 1366px) {
    .banner-img {
        background-size: 100%;
        min-height: 315px;
    }
}

@media (min-width: 1368px) {
    .banner-img {
        background-size: 100%;
        min-height: 410px;
    }
}


