<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ================= INFO BOXES ================== */
 .label {
    padding:5px 7px 5px 7px;
    margin-bottom:5px;
}
.message {
    background-size: 40px 40px;
    width: 100%;
    padding: 20px;
    margin-bottom:15px;
    position:relative;
}
.message-close {
    position:absolute;
    width:25px;
    height:25px;
    right:0px;
    top:0px;
    cursor:pointer;
    background-image:none;
    background-repeat:no-repeat;
    background-position:center center;
    -webkit-transition:opacity 0.2s ease-in-out;
    -moz-transition:opacity 0.2s ease-in-out;
    -o-transition:opacity 0.2s ease-in-out;
    -ms-transition:opacity 0.2s ease-in-out;
    transition:opacity 0.2s ease-in-out;
}
.message-close:after {
    font-family: 'FontAwesome';
    content: "\f00d";
    position: absolute;
    top: 7px;
    right: 7px;
    font-weight: normal;
    color:#fff;
}
.message p {
    margin: 0;
}
/* ================= FLICKR  ================== */
 .flickr-box {
    margin: 0px;
    margin-right:-5px;
    padding: 0px;
    overflow: hidden;
    width: 105%;
}
.flickr-box li {
    list-style:none;
    float:left;
    margin-right:5px;
    margin-bottom:5px;
    padding:0px !important;
    height:82px !important;
    background-image:none !important;
}
.flickr-box li:last-child {
    margin-right:0px;
}
.flickr-box li {
    border:none !important;
}
.flickr-box li img {
    display:block;
    -webkit-transition:all 0.4s ease-in-out;
    -moz-transition:all 0.4s ease-in-out;
    -o-transition:all 0.4s ease-in-out;
    transition:all 0.4s ease-in-out;
    width: 87px;
    opacity:0.5;
}
.flickr-box li img {
    border:3px solid rgba(255,255,255,0.3);
}
.flickr-box li img:hover {
    opacity:1;
}
.sidebarbox .flickr-box li img {
    width: 70px;
    border:3px solid rgba(0,0,0,0.1);
}
.sidebarbox .flickr-box li {
    height:65px !important;
}

/* ================= OUR TEAM ================== */
.teamlist {
    list-style:none;
    padding:0;
    margin:0px 0px 25px 0px;
}
.teamlist li {
    padding-bottom:10px;
    margin-bottom:10px;
    border-bottom:1px solid rgba(0,0,0,0.1);
}
.teamlist li:first-child {
    padding-top:10px;
    margin-top: 25px;
    border-top:1px solid rgba(0,0,0,0.1);
}
.teamlist li:last-child {
    margin-bottom:0px;
}
.teamlist li a {
    position: relative;
    -webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
    -ms-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;
    display: block;
}
.teamlist li a:after {
    font-family: 'FontAwesome';
    content: "\f06e";
    position: absolute;
    top:0;
    right: 0;
}
.teamlist-popup {
    position: relative;
    padding: 30px;
    width: auto;
    max-width: 500px;
    margin: 30px auto;
    padding-bottom: 10px;
}
.teamlist-popup img{
    width: 100%;
    height: auto;
    margin-bottom: 25px;
}
.teamlist-popup p{
    margin-bottom: 20px;
}
/* ================= FLEX IMAGE ================== */
.caption-image {
    position:relative;
    margin:0px 0px 30px 0px;
    display: inline-block;
    width: 100%;
    padding: 0px;
}
.caption-image a {
    display: block;
}
.caption-image img {
    width:100%;
    height:auto;
}
.caption-image figcaption {
    position: absolute;
    bottom: 0;
    left:0;
    padding:15px;
    width:100%;
    text-align:center;
}</pre></body></html>