/****** FOR 2018 THEME, UNQUEUE AFTER ARCHIVING 2018 *******/

/****** AC Skin *******/

/****** COLOURS *******/

.bg-green { background-color: #006341 !important; }
.bg-light-green { background-color: #66a18d !important; }
.bg-grey { background-color: #909390 !important; }
.bg-light-grey { background-color: #e9e9e9 !important; }
.bg-dark-grey { background-color: #212721 !important; }
.bg-light-grey-2 { background-color: #f6f6f6 !important; }
.bg-dark-grey-2 { background-color: #525252 !important; }
.bg-white { background-color: white !important; }
.bg-black { background-color: black !important; }
.bg-red { background-color: #fb3535 !important; }
.bg-transparent { background-color: transparent !important; }

.tx-green { color: #006341 !important; }
.tx-light-green { color: #66a18d !important; }
.tx-grey { color: #909390 !important; }
.tx-dark-grey { color: #212721 !important; }
.tx-black { color: black !important; }
.tx-white { color: white !important; }

/****** COLLAPSIBLES *******/

.ac-collapsible {
    margin-bottom: 20px;
}

/*** Old custom grid fix ***/
.ac-collapsible .row:before,
.ac-collapsible .row:after {
    content: '';
}

.ac-collapsible .coll-header {
    color: white;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 30px;
    padding-left: 50px;
    padding-right: 50px;
}

.ac-collapsible .coll-header h2,
.ac-collapsible .coll-header h3 {
    margin: 0;
    color: white;
    font-weight: bold;
}

.ac-collapsible .coll-header p {
    font-size: 1.1em;
    line-height: 1.5em;
    margin: 0;
}

.ac-collapsible .coll-body {
    padding: 30px;
}

.ac-collapsible .coll-btn-toggle {
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
}
.ac-collapsible .coll-btn-toggle:hover {
    color: black;
}

.ac-collapsible .coll-btn-toggle span {
    background: white;
    padding: 7px;
    border-radius: 50%;
    position: absolute;
    top: -33px;
    font-size: 1.6em;
    font-weight: bold;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    left: 47%
}

.ac-collapsible .border-bottom {
    border-bottom: 1px solid lightgrey;    
}


/****************************/
/****** Larger screens ******/
/****************************/

@media (min-width: 768px) { }

/****************************/
/****** Wide screens ********/
/****************************/

@media (min-width: 1024px) { }