﻿@import url("https://fonts.googleapis.com/css?family=Muli:200");
@import url("https://fonts.googleapis.com/css?family=Muli:300");
@import url("https://fonts.googleapis.com/css?family=Muli:400");
@import url("https://fonts.googleapis.com/css?family=Muli:600");
@import url("https://fonts.googleapis.com/css?family=Muli:700");
@import url("https://fonts.googleapis.com/css?family=Muli:800");
/****************************
 HIGH PPI DISPLAY BACKGROUNDS
*****************************/
a:link.btn, a:visited.btn, a:active.btn, a:hover.btn {
    color: white;
}

/* ARTICLE STYLES */
article h2 {
    font-weight: 600;
    font-size: 30px;
    letter-spacing: -1px;
}

article p {
    font-weight: 300;
    font-size: 20px;
    letter-spacing: -1px;
}

.article-title {
    font-weight: 600;
    font-size: 26px;
}

.dropdown-toggle:after {
    content: none;
}

.theme-circle {
    width: 46px;
    height: 46px;
    background-color: #25b948;
    color: #fff;
    padding-top: 2px;
    border-radius: 50%;
    display: block;
    margin: 0px auto;
    text-align: center;
    font-weight: 300;
    font-size: 30px;
}

.info-circle {
    width: 42px;
    height: 42px;
    background-color: #2594F0;
    color: white;
    position: relative;
    top: 3px;
    padding-top: 9px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    font-weight: 900;
}

.bg-pale-orange {
    background-color: #FFEFE6;
}

.bg_dark {
    background-color: #f1f8f3 !important;
}

.bg-light-blue {
    background-color: #cedfec;
}

.bg-dark-blue {
    background-color: #2594F0 !important;
}

.bg-bird {
    background-image: url(../images/bird@1x.png);
    background-repeat: no-repeat;
}

.bg-cog {
    background-image: url(../images/cog@1x.png);
    background-repeat: no-repeat;
}

.bg-drip {
    background-image: url(../images/drip-large@1x.png);
    background-repeat: no-repeat;
}

.bg-mtd-seal {
    background-image: url(../images/mtd-seal@1x.png);
    background-repeat: no-repeat;
}

.bg-money-pig {
    background-image: url(../images/money-pig@1x.png);
    background-repeat: no-repeat;
}

.bg-theme {
    background-color: #25b948 !important;
}

.bg-thumbs-up-blue {
    background-image: url(../images/thumbs-up-blue@1x.png);
    background-repeat: no-repeat;
}

.bg-faded-primary-theme {
    background-color: #e9f8ec;
}

.bg-faded-info-theme {
    background-color: #e9f8ec;
}

body {
    font-family: muli, 'Times New Roman';
}

.box-emily-text {
    max-width: 445px;
}

    .box-emily-text p {
        font-size: 24px !important;
    }

.box-recommended-strapline {
    background-image: url("../images/recommended-strap-line-left@1x.png");
    background-repeat: no-repeat;
    width: 300px;
    height: 400px;
}

.cookies-bar {
    position: fixed !important;
    bottom: 60px;
    width: 95% !important;
    left: 2.5%;
    z-index: 999;
}

.container {
    max-width: 1000px;
}

.container-emily {
    background-image: url("../images/emily@1x.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.container-people-plans {
    background-image: url("../images/man-at-work.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 620px;
}

.container-grey {
    background-color: #EEE;
}

.container-faded-theme {
    background-color: #d3f1da;
}

.hero-container--inner {
    color: white;
}

    .hero-container--inner h1 {
        font-size: 48px;
        letter-spacing: -1px;
        font-weight: 700 !important;
    }

    .hero-container--inner p {
        font-size: 24px;
        line-height: 36px;
        font-weight: 300;
    }

.hero-title-font {
    font-size: 48px;
    font-weight: 600;
    letter-spacing: 400 !important;
    line-height: 60px !important;
}

.hero-text-font {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 400 !important;
    line-height: 24px !important;
}

.theme-bg {
    background-color: #25b948;
}

.info-theme-bg {
    background-color: #2594F0;
}

.info-theme-colour {
    color: #2594F0;
}

input:focus {
    outline: none;
}

.logo {
    width: 226px;
}

.fa-heart {
    color: #2594F0;
}

.no-padding {
    padding: 0px !important;
}

.orange-bg {
    background-color: #fe650a;
}

.padding-bottom-80 {
    padding-bottom: 80px;
}

.post-container {
    background-color: #24b948;
    overflow: auto;
}

/* SECTION STYLES */
.section-title {
    font-weight: 600;
    font-size: 40px;
    letter-spacing: -1px;
}

section p, section span {
    font-weight: 300;
    font-size: 20px;
    letter-spacing: -1px;
}

.section-sub-title-36 {
    font-weight: 300;
    font-size: 36px;
    letter-spacing: -1px;
}

.section-sub-title-30 {
    font-weight: 300;
    font-size: 30px;
    letter-spacing: -1px;
}

/*.section-title-medium {
    font-weight: $semi-bold;
    font-size: $article-title-font-size;
}*/
.staff-img-position {
    max-width: 100%;
    height: auto;
}

.small-font {
    font-size: 12px;
}

.text-size-28 {
    font-size: 28px !important;
}

.text-title {
    font-weight: 400;
    font-size: 24px;
}

.text-error {
    color: red;
}

.text-italic {
    font-style: italic;
}

.text-white {
    color: white;
}

.text-theme-colour {
    color: #25b948;
}

.text-upper {
    text-transform: uppercase;
}

.list li {
    font-size: 16px;
    margin: 15px 0px;
    font-weight: 600;
}

.secondary-theme-colour {
    color: #fe650a;
}

.secondary-theme-bg {
    background-color: #fe650a;
}

@media (max-width: 991px) {
    .form-inline {
        margin-top: 15px;
        padding: 15px;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.1);
        border: 2px solid white;
        border-radius: 15px;
        color: black;
    }
}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) {
    .bg-bird {
        background-position: 100% 100%;
        background-size: 20%;
    }

    .bg-cog {
        background-position: 100% 5%;
        background-size: 30%;
    }

    .bg-drip {
        background-position: 100% 5%;
        background-size: 30%;
    }

    .bg-mtd-seal {
        background-position: 45% 0%;
        background-size: 150px;
        height: 150px;
    }

    .bg-thumbs-up-blue,
    .bg-money-pig {
        background-position: 100% 20%;
        background-size: 30%;
    }

    .cookies-bar {
        height: 170px;
        bottom: 60px;
    }

    .container-emily {
        background-position: -750px center;
        height: 750px;
    }

    .overlay-emily-xs-only:before {
        position: absolute;
        content: " ";
        top: 660px;
        left: 0px;
        width: 100%;
        height: 750px;
        display: block;
        z-index: 0;
        background-color: rgba(0, 0, 0, 0.4);
    }

    h2 {
        font-weight: 600;
        font-size: 26px;
    }
    /* HERO CONTAINER STYLES*/
    .hero-container--outer {
        margin-top: 40px !important;
        padding-top: 30px;
        min-height: 350px;
    }

    .hero-short-xs {
        height: 200px;
    }

    .hero-container .section-title {
        padding-top: 125px;
    }

    .narrow-hero-bar {
        height: 200px !important;
    }

    .no-padding-xs {
        padding: 0px;
    }
    /*.page-hero-container--outer {
            margin-top: 15px;
            height: 350px;
        }

        .page-hero-container--inner {
            padding-top: 55px;
        }*/
    .post-thumb img {
        width: 100%;
        display: block;
        border: 2px solid #FFF;
        margin-right: 30px;
    }

    .post-content p {
        font-size: 18px;
        color: #FFF;
        padding: 0px 15px 0px 15px;
        margin: 10px 20px 0 0;
    }

        .post-content p.regular {
            font-size: 18px;
            color: #FFF;
        }

    .separator-blue-line {
        height: 85px;
        width: 2px;
        margin: 15px auto;
        background-color: #2594F0;
    }

    .staff-img-position {
        max-width: 325px;
        height: auto;
    }

    .text-center-xs {
        text-align: center;
    }
}

@media (max-width: 320px) {
    .bg-thumbs-up-blue,
    .bg-money-pig {
        background-position: 100% 30%;
        background-size: 30%;
    }
    /*.page-hero-container--outer {
            margin-top: 15px;
            height: 590px;
        }
        .page-hero-container--inner {
            padding-top: 50px;
        }*/
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .bg-bird {
        background-position: 100% 100%;
        background-size: 20%;
    }

    .bg-thumbs-up-blue,
    .bg-cog,
    .bg-drip,
    .bg-money-pig {
        background-position: 100% 15%;
        background-size: 20%;
    }

    .bg-mtd-seal {
        background-repeat: no-repeat;
        background-position: right center;
        background-size: 150px;
        height: 150px;
    }

    .box-recommended-strapline {
        position: relative;
        top: -15px;
        left: -95px;
    }

    .cookies-bar {
        height: 130px;
    }

    .box {
        margin-top: 30px;
        max-width: 760px;
        font-style: normal;
        font-weight: 300 !important;
        font-size: 24px;
        line-height: 30px;
    }

    .container {
        padding-left: 50px;
        padding-right: 50px;
    }

    .container-emily {
        background-size: cover;
        height: 500px;
    }

    .emily-signature {
        position: relative;
        right: -60%;
        bottom: -30px;
    }

    .float-right-sm {
        float: right;
    }

    .hero-container--outer {
        margin-top: 30px;
    }

    .hero-container--inner {
        padding-top: 30px;
        background-size: 50%;
        background-position: 100% 10%;
    }
    /*.page-hero-container--inner {
            padding-top: 30px;
        }

        .page-hero-container--outer {
            margin-top: 60px;
            height: 350px;
        }

        .page-hero-text-box {
            max-width: 455px;
        }*/
    .post-container {
        border: none;
        padding: 0px 0px 20px 0px;
    }

    .post-thumb img {
        width: 100%;
        display: block;
        border: 2px solid #FFF;
        margin-right: 30px;
    }

    .post-content p {
        font-size: 18px;
        color: #FFF;
        padding: 0px 15px 0px 15px;
        margin: 40px 20px 0 0;
    }

        .post-content p.regular {
            font-size: 18px;
            color: #FFF;
        }

    .separator-blue-line {
        height: 160px;
        width: 2px;
        margin: 25px 0px 0px 30px;
        /* circle divided by 2 to get the centre position of circle */
        background-color: #2594F0;
    }

    .staff-img-position {
        max-width: 325px;
        height: auto;
    }

    .text-sm-left {
        text-align: left;
    }

    .text-sm-right {
        text-align: right;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .bg-bird {
        background-position: 100% 100%;
        background-size: 15%;
    }

    .bg-cog {
        background-position: 100% 65%;
        background-size: 20%;
    }

    .bg-thumbs-up-blue,
    .bg-drip,
    .bg-money-pig {
        background-position: 100% 65%;
        background-size: 20%;
    }

    .box-recommended-strapline {
        position: relative;
        top: 60px;
        left: -120px;
    }

    .cookies-bar {
        bottom: 160px;
    }

    .fixed-semi-circle-left {
        width: 580px;
        height: 290px;
        /* as the half of the width */
        border-top-left-radius: 310px;
        /* 100px of height + 10px of border */
        border-top-right-radius: 310px;
        /* 100px of height + 10px of border */
        border-bottom: 0;
        transform: rotate(90deg);
        position: absolute;
        left: -290px;
    }

    .fixed-semi-circle-right {
        width: 580px;
        height: 290px;
        /* as the half of the width */
        border-top-left-radius: 310px;
        /* 100px of height + 10px of border */
        border-top-right-radius: 310px;
        /* 100px of height + 10px of border */
        border-bottom: 0;
        transform: rotate(270deg);
        position: absolute;
        right: -290px;
    }

        .fixed-semi-circle-left.info,
        .fixed-semi-circle-right.info {
            background-color: #2594F0;
        }

    .float-right-sm {
        float: right;
    }

    .hero-container--outer {
        height: 470px;
        margin-top: -30px;
    }

    .hero-container--inner {
        padding-top: 90px;
    }

    .hero-container .section-title {
        padding-top: 125px;
    }

    .narrow-col-md {
        margin: 0px auto;
        max-width: 260px;
    }

    .no-padding-md {
        padding: 0px !important;
    }
    /*.page-hero-container--inner {
            padding-top: 55px;
            height: 305px;
        }

        .page-hero-container--outer {
            margin-top: 60px;
            height: 300px;
        }*/
    .post-container {
        -webkit-box-shadow: 0px 0px 78px -5px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 0px 78px -5px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 0px 78px -5px rgba(0, 0, 0, 0.75);
        margin: 20px 20px 0 0;
        border: none;
        padding: 0px;
    }

    .post-thumb img {
        float: left;
        margin-right: 30px;
        display: block;
        border: 20px solid #FFF;
        width: unset;
    }

    .post-content p {
        font-size: 18px;
        color: #FFF;
        padding: 0px 0px 0px 40px;
    }

        .post-content p.regular {
            font-style: normal;
            font-weight: normal;
            font-size: 18px;
            color: #FFF;
        }

    .text-md-left {
        text-align: left;
    }

    .text-md-right {
        text-align: right;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .bg-bird {
        background-position: 100% 100%;
        background-size: 15%;
    }

    .bg-thumbs-up-blue,
    .bg-cog,
    .bg-drip,
    .bg-money-pig {
        background-position: 100% 50%;
        background-size: 15%;
    }

    .box-width-lg-290 {
        max-width: 290px;
    }

    .box-recommended-strapline {
        position: relative;
        top: 70px;
        left: -50px;
    }

    .box-width-lg-333 {
        max-width: 320px;
    }

    .padding-emily-xl {
        padding-left: 23px;
    }

    .post-container {
        -webkit-box-shadow: 0px 0px 78px -5px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 0px 78px -5px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 0px 78px -5px rgba(0, 0, 0, 0.75);
        margin: 20px 20px 0 0;
        border: none;
    }

    .hero-container--outer {
        height: 360px;
        margin-top: 60px;
    }

    .hero-container--inner {
        padding-top: 30px;
    }

    .post-thumb img {
        float: left;
        margin-right: 8px;
        display: block;
        border: 20px solid #FFF;
        width: unset;
    }

    .post-content {
        padding: 0px 30px 30px 280px;
    }

        .post-content p {
            font-style: italic;
            font-size: 20px;
            color: #FFF;
        }

            .post-content p.regular {
                font-weight: 600;
                font-size: 20px;
            }

    .text-lg-left {
        text-align: left;
    }

    .text-lg-right {
        text-align: right;
    }
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .bg-bird {
        background-position: 72% 100%;
        background-size: 8%;
    }

    .bg-thumbs-up-blue,
    .bg-cog,
    .bg-drip,
    .bg-money-pig {
        background-position: 100% 50%;
        background-size: 15%;
    }

    .box-recommended-strapline {
        position: relative;
        top: 30px;
        left: -50px;
    }

    .hero-container--outer {
        min-height: 300px;
    }

    .hero-container--inner {
        padding-top: 30px;
    }

        .hero-container--inner .text-box {
            min-height: 125px;
        }

    .emily-signature {
        position: relative;
        right: -65%;
        bottom: -20px;
    }

    .no-padding-xl {
        padding: 0px !important;
    }
    /*.price-col .btn {
        position: absolute;
        bottom: 30px;
        left: 25%;
    }*/
    .staff-img-position {
        margin-top: -100px;
        max-width: initial;
        height: initial;
    }
}

/*Extra large devices (large desktops, 1400px and up)*/
.alert {
    width: 100%;
    background-color: #333;
    border: 1px solid white;
    margin-bottom: 0rem;
    border-radius: 0rem;
    z-index: 99;
    padding: 15px;
    color: white;
}

    .alert a {
        color: white;
    }

    .alert body {
        font-family: muli, sans-serif;
        font-style: normal;
        font-weight: 300;
    }

/*Extra small devices (portrait phones, less than 576px)*/
.blog-article-body p img {
    margin-top: 15px;
    max-width: 600px !important;
}

.blog-article-title {
    text-transform: uppercase;
    padding-left: 2px;
    letter-spacing: 1.2px;
    font-size: 1.2em;
    font-weight: 400;
}

.breadcrumb {
    height: 45px;
}

.breadcrumbs-bar {
    background-color: #e9ecef;
    height: 45px;
}

.breadcrumb li {
    padding: 0 20px 0 0;
    display: block;
}

.category-panel ul {
    list-style-type: none;
    padding: 0px;
}

.magnify-btn:hover {
    color: white;
}

.magnify-btn {
    background-color: #999;
    color: white;
    padding: 8px 15px;
    height: 38px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.category-panel ul li a:link, .category-panel ul li a:visited {
    display: block;
    color: #333;
    padding: 5px 5px;
    font-size: 1.2em;
}

.category-panel ul li a:hover, .category-panel ul li a:active {
    display: block;
    color: #333;
    padding: 5px 5px;
    font-size: 1.2em;
}

.title-row {
    padding: 15px 0px;
}

/*  standard buttons - not nav link buttons */
.btn {
    border-radius: 15px;
    padding-top: 9px;
    height: 50px;
    width: 180px;
    font-size: 18px;
    font-weight: 600;
    color: black !important;
}

button {
    padding-top: 8px !important;
}

/* NAVBAR BUTTON */
.nav-link.btn {
    padding: 1px 0 9px 0;
    height: 30px;
    width: 100px !important;
    margin-top: 4px;
}

.navbar-home-theme .nav-link.btn:hover {
    background-color: #22aa42;
}

.navbar-page-theme .nav-link.btn {
    border: 1px solid black;
    color: black !important;
}

    .navbar-page-theme .nav-link.btn:hover {
        background-color: #EEE;
    }

.btn-info-light {
    border: 2px solid white;
    background-color: #2594f0;
    color: white !important;
}

    .btn-info-light:hover {
        border: 2px solid white;
        background-color: #0f7ad3;
        color: white !important;
    }

.btn-info-dark {
    border: 2px solid #2594F0;
    background-color: #2594F0;
    color: white !important;
}

.btn-outline {
    border: 2px solid white;
    background-color: none;
    color: white !important;
}

.btn-outline-black {
    border: 2px solid black !important;
    background-color: white;
    color: black !important;
}

    .btn-outline-black:hover {
        border: 2px solid black !important;
        background-color: darker(#FFF, 10);
        color: black !important;
    }

.btn-wide {
    width: 270px !important;
}

.btn-secondary-theme {
    border: 2px solid white;
    background-color: #fe650a;
    color: white !important;
}

    .btn-secondary-theme:hover {
        border: 2px solid white;
        background-color: #ee5901;
    }

.btn-primary-theme {
    border: 2px solid white;
    background-color: #25b948;
    color: white !important;
}

    .btn-primary-theme:hover {
        border: 2px solid white;
        background-color: #1d8f37;
        color: white !important;
    }

.btn-warning {
    border: 2px solid black;
    background-color: #FFD129;
}

    .btn-warning:hover {
        border: 2px solid black;
        background-color: #f5c000;
    }

@media (min-width: 576px) {
    #btnClose {
        margin-top: -25px;
    }
}

footer {
    background-color: #2F353B;
    padding: 60px 0px;
}

    footer ul {
        list-style-type: none;
        padding: 0px;
    }

    footer p, footer span, footer a:link, footer a:visited, footer a:hover, footer a:active {
        color: rgba(255, 255, 255, 0.7);
        font-weight: 300;
        font-size: 14px;
    }

    footer ul li {
        padding: 2px 0;
    }

    footer h3 {
        color: #FFF;
        padding: 0;
        margin: 0 0 30px;
    }

.footer-logo {
    margin: 0px;
}

.facebook {
    background-position: 0px 0px !important;
}

.google-plus {
    background-position: -70px 0px !important;
}

.twitter {
    background-position: -150px 0px !important;
}

.linkedin {
    background-position: -230px 0px !important;
}

.social-links li a {
    width: 70px;
    height: 50px;
    display: block;
}

ul.social-links {
    padding: 0;
}

    ul.social-links li {
        margin: -10px 10px 0 0;
        width: 50px;
        height: 50px;
        background: url("../images/social-icons@1x.png") no-repeat;
        background-size: 280px;
        float: left;
        display: block;
    }

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) {
    .margin-top-xsmall {
        margin-top: 15px;
    }

    .margin-top-small {
        margin-top: 20px;
    }

    .margin-top-small-xs-only {
        margin-top: 20px;
    }

    .margin-top-medium {
        margin-top: 25px;
    }

    .margin-top-large {
        margin-top: 30px;
    }

    .margin-top-xlarge {
        margin-top: 45px;
    }

    .margin-top-xxlarge {
        margin-top: 60px;
    }

    .margin-top-xxxlarge {
        margin-top: 75px;
    }

    .margin-top-large-xs {
        margin-top: 45px;
    }

    .margin-top-large-xs-only {
        margin-top: 45px;
    }

    .margin-right-small {
        margin-right: 20px;
    }

    .margin-right-medium {
        margin-right: 25px;
    }

    .margin-right-large {
        margin-right: 30px;
    }

    .margin-right-xlarge {
        margin-right: 45px;
    }

    .margin-left-small {
        margin-left: 20px;
    }

    .margin-left-medium {
        margin-left: 25px;
    }

    .margin-left-large {
        margin-left: 30px;
    }

    .margin-left-xlarge {
        margin-left: 45px;
    }

    .margin-bottom-small {
        margin-bottom: 20px;
    }

    .margin-bottom-medium {
        margin-bottom: 25px;
    }

    .margin-bottom-large {
        margin-bottom: 30px;
    }

    .margin-bottom-xlarge {
        margin-bottom: 45px;
    }
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .margin-top-large-xs {
        margin-top: 10px;
    }

    .margin-top-xsmall {
        margin-top: 15px;
    }

    .margin-top-small {
        margin-top: 30px;
    }

    .margin-top-medium {
        margin-top: 35px;
    }

    .margin-top-medium-sm {
        margin-top: 35px;
    }

    .margin-top-large {
        margin-top: 45px;
    }

    .margin-top-large-sm {
        margin-top: 45px;
    }

    .margin-top-xlarge {
        margin-top: 50px;
    }

    .margin-top-xxlarge {
        margin-top: 60px;
    }

    .margin-top-xxlarge {
        margin-top: 75px;
    }

    .margin-top-xxlarge-sm {
        margin-top: 75px;
    }

    .margin-right-small {
        margin-right: 20px;
    }

    .margin-right-medium {
        margin-right: 25px;
    }

    .margin-right-large {
        margin-right: 30px;
    }

    .margin-right-xlarge {
        margin-right: 35px;
    }

    .margin-right-xxlarge {
        margin-right: 40px;
    }

    .margin-right-xxlarge {
        margin-right: 45px;
    }

    .margin-left-sm-xsmall {
        margin-left: 10px;
    }

    .margin-left-small {
        margin-left: 20px;
    }

    .margin-left-medium {
        margin-left: 25px;
    }

    .margin-left-large {
        margin-left: 30px;
    }

    .margin-left-xlarge {
        margin-left: 35px;
    }

    .margin-left-xxlarge {
        margin-left: 40px;
    }

    .margin-left-xxlarge {
        margin-left: 45px;
    }

    .margin-bottom-small {
        margin-bottom: 20px;
    }

    .margin-bottom-medium {
        margin-bottom: 25px;
    }

    .margin-bottom-large {
        margin-bottom: 30px;
    }

    .margin-bottom-xlarge {
        margin-bottom: 35px;
    }

    .margin-bottom-xxlarge {
        margin-bottom: 40px;
    }

    .margin-bottom-xxlarge {
        margin-bottom: 45px;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .margin-top-medium {
        margin-top: 40px;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .margin-top-xsmall {
        margin-top: 15px;
    }

    .margin-top-small {
        margin-top: 30px;
    }

    .margin-top-medium {
        margin-top: 40px;
    }

    .margin-top-large {
        margin-top: 100px;
    }

    .margin-top-xlarge {
        margin-top: 80px;
    }

    .margin-top-xxlarge-sm {
        margin-top: 90px;
    }

    .margin-top-xxlarge {
        margin-top: 90px;
    }

    .margin-top-xxxlarge {
        margin-top: 120px;
    }

    .margin-right-small {
        margin-right: 20px;
    }

    .margin-right-medium {
        margin-right: 40px;
    }

    .margin-right-large {
        margin-right: 60px;
    }

    .margin-right-xlarge {
        margin-right: 80px;
    }

    .margin-right-xlarge {
        margin-right: 100px;
    }

    .margin-right-xxlarge {
        margin-right: 120px;
    }

    .margin-left-extra-small {
        margin-left: 15px;
    }

    .margin-left-small {
        margin-left: 20px;
    }

    .margin-left-medium {
        margin-left: 40px;
    }

    .margin-left-large {
        margin-left: 60px;
    }

    .margin-left-xlarge {
        margin-left: 80px;
    }

    .margin-left-xxlarge {
        margin-left: 100px;
    }

    .margin-left-xxxlarge {
        margin-left: 120px;
    }

    .margin-bottom-small {
        margin-bottom: 20px;
    }

    .margin-bottom-medium {
        margin-bottom: 40px;
    }

    .margin-bottom-large {
        margin-bottom: 60px;
    }

    .margin-bottom-xlarge {
        margin-bottom: 80px;
    }

    .margin-bottom-xxlarge {
        margin-bottom: 90px;
    }

    .margin-bottom-xxxlarge {
        margin-bottom: 120px;
    }
}

.fa-check {
    color: #25b948;
    padding: 0px 10px 0px 0px;
}

.fa-times {
    color: red;
    padding: 0px 10px 0px 0px;
}

.featured {
    background-color: #fe650a !important;
    color: white !important;
}

.featured-border {
    border-left: 2px solid #fe650a !important;
    border-right: 2px solid #fe650a !important;
    border-bottom: 2px solid #fe650a !important;
}

.info-icon {
    background-color: #EEE;
    height: 16px;
    width: 16px;
    text-align: center;
    border-radius: 150px;
    font-size: 10px;
    font-weight: bold;
    color: green;
    float: right;
    border: 1px solid #AAA;
}

    .info-icon:after {
        content: "?";
    }

.col-description {
    width: 100%;
}

.price-col {
    border: 1px solid #fe650a;
    background-color: white;
}

    .price-col .footer {
        margin: 35px 0px;
        text-align: center;
    }

    .price-col ul {
        padding: 0px;
    }

        .price-col ul li {
            padding: 15px 0px;
            list-style-type: none;
            border-bottom: 1px solid #CCC;
            width: 100%;
            padding: 15px;
        }

            .price-col ul li:hover {
                cursor: pointer;
            }

    .price-col .head {
        text-align: center;
        background-color: white;
        padding: 15px 0px;
        color: #fe650a;
        border-bottom: 1px solid #CCC;
    }

        .price-col .head p {
            font-size: 24px;
            font-style: italic;
        }

.price-col-info {
    background-color: #f1f8f3;
    cursor: auto !important;
    width: 100%;
    height: 165px;
}

    .price-col-info p {
        padding: 25px;
        text-align: center;
        font-size: 24px !important;
        font-weight: 400 !important;
        line-height: 32px !important;
        letter-spacing: -1px;
    }

a.nav-link, a.nav-link:hover {
    font-weight: 300;
    color: white;
}

.active-bar {
    -webkit-box-shadow: 0px 5px 1px #333;
    -moz-box-shadow: 0px 5px 1px #333;
    box-shadow: 0px 5px 40px -16px #333;
}

.navbar-home-theme {
    background-color: #25b948;
}

.navbar-light .navbar-toggler {
    color: white;
    border: none;
}

.navbar-toggler {
    margin-top: -3px;
}

.fa, .fas {
    font-family: "Font Awesome 5 Pro";
    font-weight: 600 !important;
    font-size: 26px;
}

.navbar-home-theme .fa, .navbar-home-theme .fas {
    color: white !important;
}

.navbar-page-theme .fa, .navbar-page-theme .fas {
    color: black !important;
}

.navbar-page-theme {
    background-color: white;
}

    .navbar-page-theme a.nav-link, .navbar-page-theme a.nav-link:hover {
        font-weight: normal !important;
        color: black !important;
    }

        .navbar-page-theme a.nav-link,
        .navbar-page-theme a.nav-link:hover {
            font-weight: normal !important;
            color: black !important;
        }

.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    /*background-color: darken($info-theme-colour, 10%);*/
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: white;
}

.navbar-light .navbar-nav .nav-link {
    color: white;
    width: 100%;
}

/* active-bar is applied to navbar once scrolling condition is met*/
.navbar-home-theme .navbar.active-bar {
    background-color: #25b948;
    /*box-shadow: 0px 0px 30px $primary-theme-colour;*/
    padding-top: 8px;
}

.navbar-page-theme .navbar.active-bar {
    background-color: white;
}

.nav-item {
    padding: 5px;
}

@media (max-width: 991) {
    .navbar-home-theme .dropdown-menu a:link,
    .navbar-home-theme .dropdown-menu a:visited,
    .navbar-home-theme .dropdown-menu a:active,
    .navbar-home-theme .dropdown-menu a:hover {
        color: white;
    }

    .navbar-page-theme .dropdown-menu a:link,
    .navbar-page-theme .dropdown-menu a:visited,
    .navbar-page-theme .dropdown-menu a:active,
    .navbar-page-theme .dropdown-menu a:hover {
        color: black;
    }

    .dropdown-menu {
        /*background-color: $info-theme-colour;*/
        border-radius: 0px;
        background-color: transparent !important;
        border: none;
    }
}

/*Small devices (landscape phones, 576px and up)*/
@media (max-width: 575px) {
    .dropdown-item {
        margin: 10px 0px;
    }

    a.nav-link {
        font-weight: 300;
        font-size: 20px;
        letter-spacing: -1px;
    }

    .navbar-home-theme .dropdown-menu a:link,
    .navbar-home-theme .dropdown-menu a:visited,
    .navbar-home-theme .dropdown-menu a:active,
    .navbar-home-theme .dropdown-menu a:hover {
        color: white;
    }

    .navbar-page-theme .dropdown-menu a:link,
    .navbar-page-theme .dropdown-menu a:visited,
    .navbar-page-theme .dropdown-menu a:active,
    .navbar-page-theme .dropdown-menu a:hover {
        color: black;
    }

    .dropdown-menu {
        /*background-color: $info-theme-colour;*/
        border-radius: 0px;
        background-color: transparent !important;
        border: none;
    }
}

@media (min-width: 576px) {
    a.nav-link {
        font-weight: 300;
        font-size: 20px;
        letter-spacing: -1px;
    }
}

@media (min-width: 992px) {
    a.nav-link {
        font-size: 16px !important;
    }

    .navbar {
        height: 90px;
    }

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: white;
    }

    .navbar-light .navbar-nav .nav-link {
        color: white;
        width: 100%;
    }
}

@media (max-width: 575px) {
.hero-container--inner h1 {
  font-size: 36px;
  letter-spacing: -1px;
  font-weight: 700 !important;
  line-height: 40px;
  }
  
.hero-jw {
  padding-top: 40px;
}

.hero-2-jw {
  padding-top: 20px;
}
}

@media (min-width: 576px) {
}

@media (max-width: 768px) {
.hero-container--inner h1 {
  font-size: 36px;
  letter-spacing: -1px;
  font-weight: 700 !important;
  line-height: 40px;
  }
  
.hero-jw {
  padding-top: 40px;
}

.hero-2-jw {
  padding-top: 20px;
}
       
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
   
}
