﻿body {
    padding-top: 185px;
    apadding-bottom: 50px;
    font-family: 'Heebo', sans-serif;
}

a:hover {
    text-decoration: none;
}

.margin-default {
margin-bottom: 15px;
}

footer {
    aposition: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    height: 50px;
    background: rgb(0,0,0);
    color: rgb(255,255,255);
    padding: 15px 0;
    box-sizing: border-box;
    text-align: center;
}

.no-left-right-pad.table > thead > tr > th,
.no-left-right-pad.table > tbody > tr > th,
.no-left-right-pad.table > tfoot > tr > th,
.no-left-right-pad.table > thead > tr > td,
.no-left-right-pad.table > tbody > tr > td,
.no-left-right-pad.table > tfoot > tr > td {
    padding-left: 0;
    padding-right: 0;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.content-banner {
    padding: 50px 0;
}

.main-banner h1 {
    font-size: 50px;
    text-transform: uppercase;
    margin: 0;
    font-family: 'Flavors', cursive;
    font-family: 'Fredericka the Great', cursive;
}

.menu-link {
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    min-width: 15%;
    border-left: 1px solid rgb(255,255,255);
    border-right: 1px solid rgb(255,255,255);
}

a.menu-link:first-of-type {
    border-left: 1.5px solid rgb(255,255,255);
}

a.menu-link:last-of-type {
    border-right: 1.5px solid rgb(255,255,255);
}


.how-banner p {
    font-size: 18px;
}

.text-upper {
    text-transform: uppercase;
}

.main-banner p {
    font-size: 25px;
}

.text-justify {
    text-align: justify;
}

.margin-top {
    margin-top: 25px;
}

.margin-auto {
    margin: auto;
}

.we-will-buy {
    font-size: 12px;
}

#purchase-price {
    font-weight: bold;
    font-size: 24px;
}

.flex-middle {
    display: flex !important;
    align-items: center
}

    .flex-middle .text-center {
        justify-content: center;
    }

button:disabled {
    cursor: not-allowed;
    position: relative;
}

    button:disabled::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: rgba(255,255,255,0.5);
    }


.padding-default {
    padding: 35px 35px;
    box-sizing: border-box;
}

.bg-colour-1 {
    background: rgb(8,84,160);
    color: rgb(255,255,255);
}

.bg-colour-2 {
    /*background: rgb(26,178,107);*/
    background: rgb(140,189,58);
    color: rgb(255,255,255);
}

.bg-colour-3 {
    background: rgb(242,102,73);
    color: rgb(255,255,255);
}

    .bg-colour-1 a, .bg-colour-2 a, .bg-colour-3 a {
        color: rgb(240,240,240);
    }

.bg-colour-1 label {
    font-weight: 300;
}

.bg-colour-2 label {
    font-weight: 300;
}

.bg-colour-3 label {
    font-weight: 300;
}

.bg-colour-1 h2 > small {
    color: rgb(255,255,255);
}

.bg-colour-2 h2 > small {
    color: rgb(255,255,255);
}

.bg-colour-3 h2 > small {
    color: rgb(255,255,255);
}

.bg-colour-1 button, .button {
    background: rgb(255,242,0);
    color: rgb(0,0,0);
    border: 1px solid transparent;
    border-radius: 0;
    padding: 5px 15px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    box-sizing: border-box;
    text-transform: uppercase;
    width: 45%;
}



.bg-colour-2 button {
    background: rgb(255,242,0);
    color: rgb(0,0,0);
    border: 1px solid transparent;
    border-radius: 0;
    padding: 5px 15px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    box-sizing: border-box;
    text-transform: uppercase;
    width: 45%;
}

.bg-colour-3 button {
    background: rgb(255,242,0);
    color: rgb(0,0,0);
    border: 1px solid transparent;
    border-radius: 0;
    padding: 5px 15px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    box-sizing: border-box;
    text-transform: uppercase;
    width: 45%;
}

.bg-colour-1 button > i {
    font-size: 16px;
}

.bg-colour-2 button > i {
    font-size: 16px;
}

.bg-colour-3 button > i {
    font-size: 16px;
}

.bg-colour-1 .step-number {
    border-color: rgb(255,255,255);
}

.bg-colour-2 .step-number {
    border-color: rgb(255,255,255);
}

.bg-colour-3 .step-number {
    border-color: rgb(255,255,255);
}

.step-fields input[type="radio"] {
    display: none;
}

    .step-fields input[type="radio"]:checked + label.radio {
        aborder-left-width: 10px;
        background-color: rgb(255,242,0);
        border-color: rgb(255,242,0);
        color: rgb(0,0,0);
    }

        .step-fields input[type="radio"]:checked + label.radio > span {
            amargin-left: -9px;
            display: block;
            background-color: transparent;
            border-color: rgb(255,255,255);
        }



.step-fields label.radio {
    clear: both;
    border: 1px solid rgb(255,255,255);
    padding: 15px 5px;
    margin-top: 15px;
    display: block;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    opacity: 0;
}


.form-step, .step-fields {
    margin-bottom: 50px;
}


.step-number {
    margin: auto;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    border: 3px solid;
    box-sizing: border-box;
    line-height: 94px;
    font-size: 75px;
    font-weight: bold;
}

.form-page {
    margin-top: 35px;
    margin-bottom: 35px;
    display: none;
}

label.control-label.text-center {
    text-align: center;
}

.navbar-brand {
    height: 140px;
}

.navbar.navbar-default {
    background: rgb(255,255,255);
    border-bottom: 0;
}

.menu-bar {
    background: rgb(140,189,58);
    height: 35px;
    color: rgb(255,255,255);
    font-size: 14px;
    line-height: 35px;
}

    .menu-bar a {
        color: rgb(255,255,255);
    }

.warning {
    font-size: 10px;
    text-transform: uppercase;
    padding: 5px 0 0 0;
    text-align: left;
}

.form-control {
    box-shadow: initial;
}

    .form-control:focus {
        border-color: rgb(255,255,255);
        box-shadow: 0 0 3px 0 rgba(255,255,255,0.5);
    }

.pointer {
    cursor: pointer;
}

.warning-surround .form-control {
    border: 0px dashed rgb(255,100,100);
    border-bottom-width: 5px;
    aborder-right-width: 5px;
}

.form-control, .form-group-lg .form-control, .input-group-addon {
    border-radius: 0 !important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}


.required-label:after {
    content: " *";
}

.strap-line {
    height: 110px;
    padding: 15px;
    line-height: 110px;
    font-size: 28px;
    color: rgb(0,112,60);
    text-align: right;
}

@media (max-width: 767px) {
    .strap-line {
        text-align: center;
        font-size: 14px;
        line-height: initial;
        height: initial;
    }

    .main-banner {
        text-align: center;
    }

        .main-banner h1 {
            font-size: 30px;
        }

    .navbar-brand {
        width: 100%;
        height: 90px;
    }

        .navbar-brand img {
            margin: auto;
            max-width: 150px;
        }

    .flex-middle-xs-off {
        display: block !important;
        align-items: initial
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .main-banner h1 {
        font-size: 35px;
    }

    .main-banner p {
        font-size: 35px;
    }

    .strap-line {
        font-size: 20px;
    }
}

.main-banner button {
    padding: 15px 25px;
    width: initial;
}

.social-icon {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin: 5px;
    float: left;
    transition-duration: 1s;
    box-sizing: border-box;
    overflow: hidden;
    background: rgb(255,255,255);
    border: 2px solid rgb(204,204,204);
    box-shadow: 0 0 15px 2px rgba(255,255,255,0.8), inset 0 0 5px 1px rgba(0,0,0,0.5);
}

    .social-icon:hover {
        transform-origin: center center;
        transform: rotateX('90deg');
        transition-duration: 0.2s;
        border-color: rgb(255,255,255);
        cursor: pointer;
    }

.twitter-blue svg {
    fill: rgb(0,172,237);
}

.facebook-blue {
    background: rgb(59,89,152);
}

    .facebook-blue svg {
        fill: rgb(255,255,255);
    }

.social-media-bar {
    position: fixed;
    width: 60px;
    height: 120px;
    bottom: 150px;
    left: 0;
    margin-top: -50px;
    background: rgb(240,240,240);
    border-radius: 0 30px 30px 0;
    box-shadow: 0 0 10px 3px rgba(0,0,0,0.5);
    z-index: 9999;
}


.totals-row {
    font-size: 14px;
}

    .totals-row a {
        font-weight: bold;
        text-decoration: underline;
        color: rgb(255,255,255);
    }

.small-print {
    font-size: 11px;
}

    .small-print a {
        acolor: rgb(255,255,0);
        font-weight: bold;
    }

.vertical-middle {
    vertical-align: middle !important;
}

.account-options a {
    color: rgb(255,255,255);
    text-decoration: none;
}

    .account-options a > i.fa {
        display: block;
        margin: 20px 0 15px 0;
    }

.account-options div:hover > a > i.fa {
    transition-duration: 0.4s;
    transform: scale(1.2) rotate(-5deg);
}


.account-options p {
    text-transform: uppercase;
}

a.download-label {
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 25px;
    text-align: center;
    background: rgb(255,242,0);
    color: rgb(0,0,0);
    text-transform: uppercase;
}

.content-block h1 {
    font-family: 'Julius Sans One', cursive;
    font-size: 6vh;
    text-shadow: 0 0 5px rgba(255,255,255, 0.5);
    max-width: 85%;
    margin: auto;
}

.content-block h2 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 3vh;
    text-shadow: 0 0 5px rgba(255,255,255, 0.2);
    background: rgb(255,255,255);
    padding: 15px;
    display: inline-block;
}

.home-section {
    background-attachment: fixed;
    amin-height: calc(100vh - 214px);
    font-family: 'Open Sans Condensed', sans-serif;
    position: relative;
    font-size: 2vh;
    background-position: center center;
}

.home-section-one {
}

.home-section:after {
    content: "";
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-position: center center;
}

.home-section-one:after {
    content: "";
    background-image: url('../../Content/images/bg.png');
}

.home-section-two {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 2vh;
}


.home-section-three:after {
    content: "";
    background-image: url('../../Content/images/alt-bg.png');
}


.more-link {
    border: 2px solid rgb(255,255,255);
    width: 200px;
    height: 35px;
    line-height: 31px;
    margin: auto;
    text-align: center;
    font-size: 15px;
    background: rgb(240,240,240);
    color: rgb(0,0,0);
    position: absolute;
    bottom: 15px;
    left: 50%;
    border-radius: 25px;
    margin-left: -100px;
    padding-left: 15px;
    padding-right: 15px;
    box-shadow: 0 0 5px 1px rgba(0,0,0,0.5), inset 0 0 3px 0px rgba(0,0,0,0.5);
    cursor: pointer;
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
}

    .more-link .fa {
        margin-top: 7.5px;
        color: rgb(204,204,204);
        text-shadow: 0 0 1px rgb(125,125,125);
    }

.content-block {
    width: 100vw;
}



.semi-opaque {
    background: rgba(255,255,255,0.95);
}

.drop-shadow {
    box-shadow: 0 0 15px 3px rgba(0,0,0,0.5);
}

.inline-step {
    font-size: 35px;
    margin: 0 15px 5px 0;
    float: left;
    display: block;
}

small {
    font-size: 12px;
}

.double-pad {
    padding: 30px;
}


.parallax-bg-1 {
    background-image: url('/content/images/alt-bg.png');
    /* Set a specific height */
    height: 500px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-shadow: 1px 1px 3px rgb(0,0,0), -1px 1px 3px rgb(0,0,0), 1px -1px 3px rgb(0,0,0), -1px -1px 3px rgb(0,0,0);
    position: relative;
}


@media (max-width: 767px) {

    .menu-link {
        box-sizing: border-box;
        padding: 0 15px;
    }

    .social-media-bar {
        max-width: 40px;
        height: 80px;
        border-radius: 0;
        background: initial;
        top: 0px;
        left: initial;
        right: 0;
        margin-top: 0px;
        box-shadow: initial;
    }

    .social-icon {
        width: 30px;
        height: 30px;
        border: 0px solid rgb(204,204,204);
        box-shadow: initial;
    }

    .navbar-brand {
        height: 85px;
    }

        .navbar-brand img {
            max-height: 55px;
        }

    body {
        padding-top: 125px;
    }

    .home-section {
        height: initial;
        padding-bottom: 20px;
        padding-top: 20px;
        font-size: 3vh;
    }

    .more-link {
        position: relative;
        left: initial;
        bottom: initial;
        margin: 15px auto 0 auto;
    }

    .form-step img {
        max-width: 50%;
    }

    footer {
        font-size: 12px;
    }
}



/***** from homepage ******/

.icon-img {
    max-height: 125px;
    margin-bottom: 15px;
}

small {
    display: block;
}

.the-find-out-more-section {
    background: rgb(85,171,85);
    color: rgb(255, 255, 255);
    font-size: 24px;
}

.bottom-center {
    position: absolute;
    bottom: -90px;
    width: 180px;
    height: 180px;
    left: 50%;
    margin-left: -90px;
    border-radius: 100%;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.5);
}


.normal-bg {
    background-image: url('/Content/images/FARM-01.png'), linear-gradient(to bottom, rgb(0,114,188) 0%, rgb(0,174,239) 100%);
    abackground-size: contain;
    background-position-x: center, center;
    background-size: 100%;
    background-position-y: bottom, top;
    background-repeat: no-repeat, no-repeat;
}

.sign-up-section {
    color: rgb(255,255,255);
    padding: 25px 15px 45px 15px;
    background-position-x: center;
    background-position-y: bottom;
    position: relative;
}

.the-process-section h2, .the-icon-section h2 {
    font-size: 35px;
    margin-bottom: 35px;
    margin-top: 0;
}

.the-process-section {
    aborder-top: 20px solid rgb(0,114,188);
    color: rgb(255, 255, 255);
    padding: 0px 0 75px 0;
    background: linear-gradient(to bottom, rgb(166,191,57) 0%,rgb(0,166,81) 100%);
}

@media (max-width: 991px) {
    .the-process-section {
        background-image: linear-gradient(to bottom, rgb(140,189,58) 0%,rgb(110,159,28) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        background-position: center;
        background-repeat: no-repeat;
    }
}


.sign-up-section h1 {
    font-size: 35px;
    text-shadow: 1px 1px 2px rgb(0,0,0);
}

.sign-up-section h2 {
    text-shadow: 1px 1px 2px rgb(0,0,0);
}

.testimonials-section {
    background: rgb(140,189,58);
}

.process-number {
    font-size: 22px;
    box-sizing: border-box;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    background: rgb(255,255,255);
    color: rgb(242,101,34);
    border-radius: 100%;
    font-weight: bold;
    margin: auto;
    margin-bottom: 10px;
}

.process-text {
    font-size: 24px;
    atext-shadow: 1px 1px 1px rgb(255,255,255), -1px -1px 1px rgb(255,255,255), -1px 1px 1px rgb(255,255,255), 1px -1px 1px rgb(255,255,255);
}

.homepage-btn {
    display: inline-block;
    background: rgb(242,101,34);
    color: rgb(255,255,255);
    height: 70px;
    line-height: 70px;
    text-align: center;
    width: 320px;
    margin-top: 35px;
    font-size: 24px;
    border-radius: 10px;
    border: 4px solid rgb(255,255,255);
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.5);
}

    .homepage-btn:hover {
        background: rgb(252,111,44);
        color: rgb(255,255,255);
    }

.success-btn {
    display: inline-block;
    background: rgb(242,101,34);
    color: rgb(255,255,255);
    height: 100px;
    line-height: 35px;
    text-align: center;
    width: 320px;
    margin: 35px auto 0px auto;
    font-size: 16px;
    padding: 15px;
    border-radius: 10px;
    border: 4px solid rgb(255,255,255);
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.5);
    text-transform: uppercase;
}

    .success-btn:hover {
        background: rgb(252,111,44);
        color: rgb(255,255,255);
    }

.btn-blue {
    background: rgb(255,242,57);
    color: rgb(0,120,180);
}

    .btn-blue:hover {
        background: rgb(225,212,27);
        color: rgb(0,120,150);
    }

.flash {
    display: inline-block;
    animation: flash 1s linear infinite;
}

@keyframes flash {
    0% {
        transform: scale(1) rotate(-5deg);
    }

    25% {
        transform: scale(1.05) rotate(0deg);
    }

    50% {
        transform: scale(1) rotate(5deg);
    }

    75% {
        transform: scale(1.05) rotate(0deg);
    }

    100% {
        transform: scale(1) rotate(-5deg);
    }
}

@import url(https://fonts.googleapis.com/css?family=Roboto:300,400);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);

.snip1533 {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    color: #9e9e9e;
    display: inline-block;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 16px;
    margin: 35px 7px 10px;
    position: relative;
    text-align: center;
    width: 100%;
    background-color: #ffffff;
    border-radius: 5px;
    border-top: 5px solid #d2652d;
}

    .snip1533 *,
    .snip1533 *:before {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.1s ease-out;
        transition: all 0.1s ease-out;
    }

    .snip1533 figcaption {
        padding: 50px 25px 25px 25px;
    }

        .snip1533 figcaption:before {
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            background-color: #fff;
            border-radius: 50%;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
            color: #d2652d;
            content: "\f10e";
            font-family: 'FontAwesome';
            font-size: 32px;
            font-style: normal;
            left: 50%;
            line-height: 60px;
            position: absolute;
            top: -30px;
            width: 60px;
        }

    .snip1533 h3 {
        color: #3c3c3c;
        font-size: 20px;
        font-weight: 300;
        line-height: 24px;
        margin: 10px 0 5px;
    }

    .snip1533 h4 {
        font-weight: 400;
        margin: 0;
        opacity: 0.5;
    }

    .snip1533 blockquote {
        font-style: italic;
        font-weight: 300;
        margin: 0 0 20px;
    }

@media (max-width: 767px) {
    .sign-up-section h1 {
        font-size: 35px;
    }

    .sign-up-section {
        padding: 35px 15px 35px 15px;
    }

    .the-process-section {
        padding: 35px 15px 35px 15px;
    }

    .process-text {
        margin-bottom: 15px;
    }

    .homepage-btn {
        font-size: 16px;
        width: 250px;
    }
}

@media (min-width: 768px) {
    .margin-left {
        margin-left: 7.5px;
        display: inline-block;
    }

    .margin-right {
        margin-right: 7.5px;
        display: inline-block;
    }

    .container-smaller {
        width: 768px;
    }
}

.sign-up-section small a {
    color: rgb(255,255,255);
    font-weight: bold;
    text-shadow: initial;
}

.input-group-addon.bg-colour-1.pointer {
    background: rgb(8,84,160);
    color: rgb(255,255,255);
    border-color: rgb(8,84,160);
}

.no-margin-top {
    margin-top: 0 !important;
    padding: 10px 25px !important;
}
