/* General Page Layout */
html {
    height: 100%;    
}
body {
    margin: 0;
    width: 100%;
    min-height: 100%;
    background: #F3F3F3;
    color: #636363;
    font-family: 'gibsonlight';
}
#page-wrapper {
    width: 100%;
    margin: auto;
    box-sizing: border-box;
    flex-wrap: wrap;
    display: flex;
    flex-direction: row;
    min-height: 100vh;
    align-items: flex-start;
}
body #page-wrapper #page-content {
    width: 100%;
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
body #page-wrapper #page-content.mobile {
    margin-top: 50px;
}
body #page-wrapper #page-content #content {
    display: flex;
    flex-direction: column;
    position: relative;
    /* max-width: 1500px; */
    width:100%;
    /* padding: 0 3%; */

}

/* banner / under banner combination like in the new community events */
.banner {
    background: url(../../../images/v2/ourfarms/ourfarm-ahuntsic.jpg) no-repeat center;
	background-size: cover;
	text-align: center;
    height: 350px;
    width:100%;
    position:fixed;
    z-index:1;
    top: 100px;
}
.under-banner-container {
    z-index:2;
    margin-top:350px;
    position: relative;
}

/* Backgrounds */
.green-bg { background-color: #719500; }
.light-grey-bg { background-color: #F5F5F5; }
.white-bg, .form-bg { background-color: #FFFFFF}
.red-bg { background-color: #C41200; }
.dark-grey-bg { background-color: #414042 }
.grey-bg { background-color: #636363 }
.light-grey-bg { background-color: #909090 }
.extra-light-grey-bg { background-color: #D4DADE }
.page-bg { background-color: #F4F1ED }
.table-header-bg {background: #E7EAEC;}/* Edited by Andolasoft*/
.city-bg {
    background-image: url(/images/directGiveback/greenhouses_giveback.svg);
    background-repeat: no-repeat;
    background-position: bottom;
}

/* Radius */
.small-radius { border-radius: 4px; }
.medium-radius { border-radius: 10px; }
.large-radius { border-radius: 15px; }
.circle-radius { border-radius: 50%; }/* Edited by Andolasoft*/
.no-radius-right { border-top-right-radius: 0; border-bottom-right-radius: 0;}
.no-radius-left { border-top-left-radius: 0; border-bottom-left-radius: 0;}
.no-radius-top { border-top-right-radius: 0; border-top-left-radius: 0;}
.no-radius-bottom { border-bottom-left-radius: 0; border-bottom-right-radius: 0;}

/* Border */
.border { border: 1px solid #D4DADE}
.border-top { border-top: 1px solid #D4DADE} /* Edited by Andolasoft*/
.border-bottom { border-bottom: 1px solid #D4DADE} /* Edited by Andolasoft*/
.border-left { border-left: 1px solid #D4DADE} /* Edited by Andolasoft*/
.border-right { border-right: 1px solid #D4DADE} /* Edited by Andolasoft*/
.border-left-2-px { border-left: 2px solid #D4DADE} /* Edited by Andolasoft*/
.border-collapse {border-collapse: collapse;}
.border-green { border: 1px solid #719500}
.border-red { border: 1px solid #C41200}
.big-green-border-bottom {
    border-bottom:24px solid #719500;
}

/* Heights */
.height-10 { height: 10px }
.height-20 { height: 20px }
.height-30 { height: 30px }
.height-40 { height: 40px }
.height-50 { height: 50px }
.height-75 { height: 75px }
.height-100 { height: 100px }
.height-10-per { height: 10%; }
.height-20-per { height: 20%; }
.height-30-per { height: 30%; }
.height-40-per { height: 40%; }
.height-50-per { height: 50%; }
.height-75-per { height: 75%; }
.height-100-per { height: 100%; }
.height-70-vh{height:70vh;}

/* Widths */
.width-10 { width: 10px }
.width-15 { width: 15px }/*Edited By Andolasoft*/
.width-20 { width: 20px }
.width-30 { width: 30px }
.width-40 { width: 40px }
.width-50 { width: 50px }
.width-75 { width: 75px }
.width-200 { width: 200px }
.width-100 { width: 100px }
.width-400 { width: 400px }/*Edited By Andolasoft*/
.max-width-475{max-width:475px} /*Edited By Gui*/
.max-width-850{max-width:850px} /*Edited By Gui*/
.max-width-1100{max-width:1100px} /*Edited By Gui*/

.width-3-per { width: 3%; }/*Edited By Andolasoft*/
.width-5-per { width: 5%; }/*Edited By Andolasoft*/
.width-7-per { width: 7%; }/*Edited By Andolasoft*/

.width-10-per { width: 10%; }
.width-15-per { width: 15%; } 
.width-20-per { width: 20%; }
.width-25-per { width: 25%; }
.width-30-per { width: 30%; }
.width-33-per { width: 33.33%;}
.width-35-per { width: 35%; } /*Edited By Andolasoft*/
.width-40-per { width: 40%; }
.width-48-per { width: 48%; } /*Edited By Andolasoft*/
.width-50-per { width: 50%; }
.width-60-per { width: 60%; }
.width-70-per { width: 70%; } /*Edited By Andolasoft*/
.width-47-per { width: 47%; }
.width-45-per { width: 45%; }
.width-50-per { width: 50%; }
.width-60-per { width: 60%; }
.width-66-per { width: 66.66%;}
.width-65-per { width: 65%; }
.width-70-per { width: 70%; }
.width-75-per { width: 75%; }
.width-80-per { width: 80%; }
.width-85-per { width: 85%; }
.width-90-per { width: 90%; }
.width-100-per { width: 100%; }
.max-width-100-per{max-width:100%} /*Edited By Andolasoft*/
.min-width-25-per{min-width:25%}
.min-width-50-per{min-width:50% !important}
.min-width-60-per{min-width:60% !important}
.min-width-65-per{min-width:65% !important}
.min-width-70-per{min-width:70% !important}
.min-width-80-per{min-width:80%}
/*Box sizing*/
.box-sizing {box-sizing:border-box;}
.overflow-y-auto{overflow-y: auto;}

/* TEXT SIZES */
h1, .page-title {
    font-family:gibsonregular;
    color: #414042;
    font-size: 42px;
    line-height: 50px;
    padding: 0px;
    margin: 0px;
    font-weight: 400;
}
h2, .sub-title {
    font-family:gibsonregular;
    color: #414042;
    font-size: 34px;
    line-height: 45px;
    padding: 0px;
    margin: 0px;
}
h3, .largest-text {
    color: #414042;
    font-size: 30px;
    line-height: 40px;
    padding: 0px;
    margin: 0px;
}
h4, .very-big-text {
    color: #636363;
    font-size: 22px;
    line-height: 30px;
    padding: 0px;
    margin: 0px;
}
.section-title {
    color: #414042;
    font-size: 22px;
    line-height: 24px;
    padding: 0px;
    margin: 0px;
    margin-bottom:5px;
}
.big-text {
    font-size: 22px;
    line-height: 30px;
}
.regular-text {
    font-size: 17px;
    line-height: 24px;
}
.small-text {
    font-size: 15px;
    line-height: 21px;
}
.tiny-text {
    font-size: 13px;
    line-height: 18px;
}

/* Text Colors */
.yellow-text {color:#D8B318; }
.green-text { color: #719500; }
.red-text { color: #C41200; }
.black-text { color: #000000; }
.grey-text { color: #636363; }
.dark-grey-text { color: #414042; }
.light-grey-text { color: #909090; }
.extra-light-grey-text { color: #D4DADE; }
.grey-label { color: #A6B2B9; }
.white-text { color: white; } /* Generally for buttons and colored/dark bg)

/* Font Styling */
b, .font-medium { font-family: "gibsonmedium"; }
.font-regular { font-family: "gibsonregular"; }
.font-light { font-family: "gibsonlight"; }

/* Text Align */
.text-right {text-align: right;}
.text-left {text-align: left;}
.text-center {text-align: center;}

/* Opacities */
.opaque-full { opacity: 100%; }
.opaque-heavy { opacity: 75%; }
.opaque-medium { opacity: 50% !important; }
.opaque-mediumlight { opacity: 30%; }
.opaque-light { opacity: 20%; }
.opaque-extralight { opacity: 10%; }
.opaque-ultralight { opacity: 5%; }
.opacity-0{opacity: 0; display:none;}
.opacity_hidden {opacity: 0; display:none !important;}

/* General Classes */
.box {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 5px #D4DADE61;
    flex: 1;
    border-radius: 15px;
    padding: 30px 20px;
    margin-bottom: 30px;
}
.box.for-input {
    padding: 30px 6px 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
}
.box-container {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.row {
    display: flex;
    flex-direction: row;
    align-items: stretch;
}
.row .box, .row .box-container {
    margin-right: 30px;
}
.row .box:last-child, .row .box-container:last-child {
    margin-right: 0;
}
.divider {
    padding-top: 5px;
    margin-bottom: 30px;
    border-bottom: 1px solid #D4DADE;
    width: 100%;
}

/* Padding options */
.no-pad { padding: 0px; }
.no-pad-important { padding: 0px !important; }
.no-v-pad { padding-top: 0; padding-bottom: 0; }
.no-h-pad { padding-left: 0; padding-right: 0; }
.pad-60 { padding: 60px; }
.pad-40 { padding: 40px; }
.pad-30 { padding: 30px; }
.pad-20 { padding: 20px; }
.pad-15 { padding: 15px; }
.pad-10 { padding: 10px; }
.pad-5 { padding: 5px; }
.v-pad-30 { padding-top: 30px; padding-bottom: 30px; }
.v-pad-20 { padding-top: 20px; padding-bottom: 20px; }
.v-pad-15 { padding-top: 15px; padding-bottom: 15px; }
.v-pad-10 { padding-top: 10px; padding-bottom: 10px; }
.v-pad-5 { padding-top: 5px; padding-bottom: 5px; }/* Edited by Andolasoft*/
.h-pad-40 { padding-left: 40px; padding-right: 40px; }
.h-pad-30 { padding-left: 30px; padding-right: 30px; }
.h-pad-20 { padding-left: 20px; padding-right: 20px; }
.h-pad-15 { padding-left: 15px; padding-right: 15px; }
.h-pad-10 { padding-left: 10px; padding-right: 10px; }
.pad-bot-80 { padding-bottom: 80px; }
.pad-bot-50 { padding-bottom: 50px; }
.pad-bot-30 { padding-bottom: 30px; }
.pad-bot-20 { padding-bottom: 20px; }
.pad-bot-15 { padding-bottom: 15px; }
.pad-bot-10 { padding-bottom: 10px; }
.r-pad-40 { padding-right: 40px; }/* Edited by Andolasoft*/
.r-pad-25 { padding-right: 25px; }
.r-pad-20 { padding-right: 20px; }
.r-pad-15 { padding-right: 15px; }
.r-pad-10 { padding-right: 10px; }
.l-pad-40 { padding-left: 20px; }/* Edited by Andolasoft*/
.l-pad-20 { padding-left: 20px; }/* Edited by Andolasoft*/
.l-pad-15 { padding-left: 15px; } 
.l-pad-10 { padding-left: 10px; }
.v-pad-2 {padding-top: 2px; padding-bottom: 2px;}
.pad-top-60 { padding-top: 60px }
.pad-top-50 { padding-top: 50px }
.pad-top-40 { padding-top: 40px }
.pad-top-20 { padding-top: 20px }
.pad-top-10 { padding-top: 10px }
.pad-right-15 { padding-right: 15px }

/* Margin Options */
.zero-mar{margin:0 !important} 
.mar-bot-0 { margin-bottom: 0px; }/* Edited by Andolasoft*/
.no-mar { margin: 0px; }
.mar-auto { margin: auto; }
.no-v-mar { margin-top: 0; margin-bottom: 0; }
.no-h-mar { margin-left: 0; margin-right: 0; }
.mar-30 { margin: 30px; }
.mar-20 { margin: 20px; }
.mar-15 { margin: 15px; }
.mar-10 { margin: 10px; }
.v-mar-30 { margin-top: 30px; margin-bottom: 30px; }
.v-mar-20 { margin-top: 20px; margin-bottom: 20px; }
.v-mar-15 { margin-top: 15px; margin-bottom: 15px; }
.v-mar-10 { margin-top: 10px; margin-bottom: 10px; }
.h-mar-30 { margin-left: 30px; margin-right: 30px; }
.h-mar-20 { margin-left: 20px; margin-right: 20px; }
.h-mar-15 { margin-left: 15px; margin-right: 15px; }
.h-mar-10 { margin-left: 10px; margin-right: 10px; }
.mar-top-60 { margin-top: 50px; }/* Edited by Andolasoft*/
.mar-top-50 { margin-top: 50px; }/* Edited by Andolasoft*/
.mar-top-40 { margin-top: 40px; }/* Edited by Andolasoft*/
.mar-top-30 { margin-top: 30px; }/* Edited by Andolasoft*/
.mar-top-20 { margin-top: 20px; }/* Edited by Andolasoft*/
.mar-top-15{ margin-top: 15px; }/* Edited by Andolasoft*/
.mar-top-10 { margin-top: 10px; }/* Edited by Andolasoft*/
.mar-top-5 { margin-top: 5px; } /* Edited by Andolasoft*/
.mar-top-2 { margin-top: 2px; }
.h-mar-5 { margin-left: 5px; margin-right: 5px; }
.mar-bot-100 { margin-bottom: 100px; }
.mar-bot-90 {margin-bottom: 90px; }
.mar-bot-80 {margin-bottom: 80px; }
.mar-bot-50 {margin-bottom: 50px; }
.mar-bot-40 {margin-bottom: 40px; }
.mar-bot-30 { margin-bottom: 30px; }
.mar-bot-25 { margin-bottom: 25px; }
.mar-bot-20 { margin-bottom: 20px; }
.mar-bot-15 { margin-bottom: 15px; }
.mar-bot-10 { margin-bottom: 10px; }
.mar-bot-5 { margin-bottom: 5px; }
.mar-bot-2 { margin-bottom: 2px; }
.mar-bot-0 { margin-bottom: 0; }
.mar-top-100 { margin-top: 100px; }
.mar-top-60 { margin-top: 60px; }
.mar-top-40 { margin-top: 40px; }
.mar-top-30 { margin-top: 30px; }
.mar-top-20 { margin-top: 20px; }
.mar-top-15 { margin-top: 15px; }
.mar-top-10 { margin-top: 10px; }
.mar-top-5 { margin-top: 5px; }
.mar-top-0 { margin-top: 0px; }
.right-mar-50 { margin-right: 50px; }
.right-mar-40 { margin-right: 40px; }
.right-mar-30 { margin-right: 30px; }
.right-mar-20 { margin-right: 20px; }
.right-mar-15 { margin-right: 15px; }
.right-mar-10 { margin-right: 10px; }
.right-mar-5 { margin-right: 5px; }
.right-mar-0{margin-right:0px !important;} /* Edited by Andolasoft*/
.l-mar-15 { margin-left: 15px; }
.l-mar-auto { margin-left: auto; }
.left-mar-4-per { margin-left: 4%; }/* Edited by Andolasoft*/
.left-mar-50 { margin-left: 50px; }
.left-mar-40 { margin-left: 40px; }
.left-mar-30 { margin-left: 30px; }
.left-mar-20 { margin-left: 20px; }
.left-mar-15 { margin-left: 15px; }
.left-mar-10 { margin-left: 10px; }
.left-mar-0{margin-left:0px !important; } /* Edited by Andolasoft*/

/* Flex classes */
.flex-row { display: flex; flex-direction: row; }
.flex-col { display: flex; flex-direction: column; }
.flex-wrap { flex-wrap: wrap;}
.space-between { justify-content: space-between; }
.space-evenly { justify-content: space-evenly; }
.space-around { justify-content: space-around; }
.center-along { justify-content: center; }
.flex-end-along { justify-content: flex-end }
.flex-start-along { justify-content: flex-start }
.flex-start-across { align-items: flex-start }
.flex-end-across { align-items: flex-end }
.center-across { align-items: center; }
.stretch-across { align-items: stretch; }
.baseline-across { align-items: baseline; }
.flex-unset { flex: unset }
.flex-1 { flex: 1 }
.flex-2 { flex: 2 }
.flex-3 { flex: 3 }
.flex-4 { flex: 4 }
.flex-5 { flex: 5 }

.center-self {
    align-self: center;
}

/* Positioning */
.pos-relative {
    position: relative;
}
.pos-absolute {
    position: absolute;
}
.pos-fixed-bottom {
    position: fixed; /*Edited by Andolasoft*/
    left: 0;
    bottom: 0;
    z-index: 999;
}
.pos-fixed-bottom-bg {
    background-image: linear-gradient(to bottom, transparent , #b3b3b3);/*Edited by Andolasoft*/
}

/* Display */
.block {
    display:block;
}
.hide {
    display:none;
}

/* Other */
.clickable {
    cursor: pointer;
}
.shadow {
    box-shadow: 0px 2px 5px #D4DADE61;
}
.disabled, .disabled-link {
    opacity:0.50 !important;
    pointer-events:none;
}
.disable-click {
    pointer-events: none;
}
.note {
    width: 100%;
    background-color: #F3F3F3;
    border-left: 2px solid #719500;
    font-size: 15px;
    line-height: 24px;
    padding: 10px 15px;
    font-family: 'gibsonlight';
}
.note span {
    font-size: 15px;
    line-height: 21px;
}
/* Default Inputs */

/* Default Buttons */
button:not(.vs__clear):not(.vs__deselect):not(.editable-input-save-button):not(.v-carousel__controls__item):not(.v-btn--icon):not(#btn-country), .default-button, .green-button {
    height: 40px;
    line-height: 40px;
    font-size: 17px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0px 22.5px;
    background: #719500 0% 0% no-repeat padding-box;
    color:#FFFFFF;
    border-radius: 4px;
    opacity: 1;
    cursor:pointer;
    border:none;
    min-width:120px;
    max-width:100%;
    font-family: "gibsonregular";
    outline: none;
    left: 0;
}
button.neutral:not(.vs__clear):not(.vs__deselect), .gray-button {
    background:#A6B2B9 !important;
}
button.negative:not(.vs__clear):not(.vs__deselect), .red-button  {
    background:#C41200;
}
button:disabled:not(.vs__clear):not(.vs__deselect), button.disabled, .disabled-button {
    opacity:0.50;
    pointer-events:none;
}
button.small:not(.vs__clear):not(.vs__deselect), .small-button:not(.vs__clear):not(.vs__deselect) {
    height: 35px;
    line-height:35px;;
}
button.big:not(.vs__clear):not(.vs__deselect), .big-button:not(.vs__clear):not(.vs__deselect) {
    height: 55px;
    line-height:55px;;
}
button:not(.vs__clear):not(.vs__deselect):hover {
    opacity:0.7;
}
button.white-bg:not(.vs__clear):not(.vs__deselect) {
    background:#FFF;
    border:1px solid #719500;
    color:#719500;
}
button.no-bg:not(.vs__clear):not(.vs__deselect) {
    border: 1px solid #D4DADE;
    color: #A6B2B9;  
    background: transparent;
}
/* Vue Table */
.vue-table table {
    width: 100%;
}
.vue-table table thead th{
    top: -30px;
}
.table-striped tr:nth-child(2n+2){
    background: #F3F3F3;
}

/* Default Links */
a, .default-link, .green-link {
    text-decoration:underline;
    color:#719500;
    font-size: 17px;
    line-height:24px;
    cursor:pointer;
    font-family: "gibsonregular";
}
a.neutral, .gray-link {
    color:#A6B2B9;
}
a.negative, .red-link  {
    color:#C41200;
}

/*Edited by Andolasoft*/
.no-underline{text-decoration:none;}
.underline{text-decoration:underline;}
.italic{font-style:italic;}
.font-normal{font-weight:400}
.font-medium{font-weight:500}
.font-semi-bold{font-weight:600}
.font-bold{font-weight:700}
.font-light{font-weight:300}
[v-cloak] { display:none; }
.d-inline {display: inline-block;}
.v-align-top{vertical-align:top;}
.v-align-middle{vertical-align:middle;}
/*Edited by Andolasoft*/

.gradual-card-width {
    width: 30%;
    margin-right: calc(3%);
}

/* popup style overwrite */
.popup-component .content {
    max-width: 525px !important;
}
.popup-component .content .box {
    padding:30px;
    padding-top:40px;
}

/* not found padding */
.not-found {
    padding:60px;
    background: url(../../../images/v2/error.jpg) no-repeat center;
    background-size: cover;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.not-found .box {
    background: #fff;
    padding: 50px;
    min-height: 565px;
    box-sizing: border-box;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 6%);
    border-radius: 15px;
    max-width: 555px;
    display: flex;
    flex-direction: column;
}
.not-found .error-image {   
    background: url(../../../images/v2/tomato-404@2x.png) no-repeat center;
    height: 259px;
    width: 254px;
    background-size: 254px;
    align-self: center;
    margin-top: auto;
}

/* checkbox overwrite */
.v-checkbox-text{
    font-size:17px;
    line-height: 24px;
}

.green-title {
    font-family: gibsonregular;
    font-size: 30px;
    line-height: 40px;
    color:#719500;
}

@media only screen and (max-width: 1000px) {
    .max-width-850 {
        padding-left:10px;
        padding-right:10px;
    }
    .cards-container {
        justify-content: space-between;
    }
    .gradual-card-width {
        width:47%;
        margin-left:0%;
        margin-right:0%;
    }
    .banner {
        top: 50px;
        height:250px;
    }
    .under-banner-container {
        margin-top:250px;
    }
    /* popup overwrite */
    div.popup-component.overlay {
        padding-top:50px;
    }
    div.popup-component.overlay .content {
        background: #FFFFFF;
        max-width: width unset;
        width:100%;
        min-height: calc(100vh - 39px);        
        min-width:unset;
        padding-top:0px;
        justify-content: flex-start !important;
        max-width:unset !important;
        align-items: center;
    }
    div.popup-component.overlay .content .box {
        padding:10px;
        padding-top:40px;
        box-shadow: unset;
        margin:0px;
        max-width:525px;
    }
}
@media only screen and (max-width: 715px) {
    .gradual-card-width {
        width:100%;
    }
}
@media only screen and (min-width: 525px) and (max-width: 1000px) {
    div.popup-component.overlay .content .box {
        min-width:525px;
    }
}
@media only screen and (max-width: 524px) {
    div.popup-component.overlay .content {
        padding-left:10px;
        padding-right:10px;
    }
    div.popup-component.overlay .content .box {
        width:100%;
    }
}


