aside {
    background: #f5f5f5;
    padding: 20px;
    float: right;
    width: 37%;
}

/* latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7l.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmRduz8A.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdu.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

nav ul,nav ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.clearfix:before,.clearfix:after {
    content: "\0020";
    display: block;
}

.clearfix:after {
    clear: both;
}

div.gradient {
    height: 195px;
    width: 100%;
    position: absolute;
}

.color-green .gradient {
    background-image: linear-gradient(top,#769641 0%,#769641 98%,#eee 100%);
    background-image: -o-linear-gradient(top,#769641 0%,#769641 98%,#eee 100%);
    background-image: -moz-linear-gradient(top,#769641 0%,#769641 98%,#eee 100%);
    background-image: -webkit-linear-gradient(top,#769641 0%,#769641 98%,#eee 100%);
    background-image: -ms-linear-gradient(top,#769641 0%,#769641 98%,#eee 100%);
}

.color-green h1,.color-green h2,.color-green h3,.color-green h4,.color-green h5,.color-green h6 {
    color: #769641;
}

@media only screen and (min-width: 801px) {
    #navigation .level-1 li.home a {
        font-size: 22px;
        padding: 10px 16px;
    }

    .color-green #navigation .level-1 li a:hover,.color-green #navigation .level-1 li a.active,.color-green #navigation .level-1 li a.active-trail,.color-green #navigation .level-1 li.expanded:hover > a,.color-green #navigation .main-menu.level-1 li a.active-trail {
        background-color: #769641;
        background-image: linear-gradient(#d9f9a5,#769641);
        background-image: -o-linear-gradient(#d9f9a5,#769641);
        background-image: -moz-linear-gradient(#d9f9a5,#769641);
        background-image: -webkit-linear-gradient(#d9f9a5,#769641);
        background-image: -ms-linear-gradient(#d9f9a5,#769641);
    }

    .color-green #navigation ul li ul {
        background: #769641;
    }
}

body {
    font: normal 15px/1.5 "Source Sans Pro","Helvetica Neue",Helvetica,sans-serif;
    margin: 0 auto;
}

a img:hover {
    opacity: 0.6;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: bold;
    margin: 0;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
    color: #74B9C7;
}

h1,.front #main .node h2 {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 16px;
}

#page {
    background: #fff;
    margin: 0 auto;
    max-width: 992px;
    position: relative;
}

#content {
    padding-top: 20px;
}

#header {
    padding-top: 20px;
    width: 100%;
}

#header #logo a {
    color: #333;
    display: block;
    text-decoration: none;
}

#header #logo a:hover {
    color: #777;
}

.main-menu li.expanded li a {
    background: none;
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    opacity: 0.8;
    padding: 5px 14px;
    text-shadow: none;
}

#footer {
    border-top: 1px solid #ddd;
    color: #666;
    margin: 20px 0;
    padding-top: 20px;
    position: relative;
    text-align: center;
    z-index: 10;
}

#footer p {
    margin: 0;
}

.field-no-images {
    margin-bottom: 20px;
    position: relative;
}

.field-no-images ul {
    margin: 0;
    padding: 0;
}

.field-no-images ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.slide-count {
    background: rgba(0,0,0,0.6);
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    opacity: 0.8;
    padding: 2px 6px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
}

@media only screen and (min-width: 480px) {
    #page {
        padding-left:20px;
        padding-right: 20px;
    }
}

@media only screen and (min-width: 801px) {
    body {
        background-color:#eee;
    }

    #page {
        box-shadow: 0 0px 6px rgba(0,0,0,0.15);
        padding-bottom: 20px;
    }

    #header {
        display: table;
        padding: 30px 0;
    }

    #header #logo {
        display: table-cell;
        margin-right: 20px;
        text-align: left;
        vertical-align: middle;
        width: 65%;
    }

    #header #logo a {
        display: table;
    }

    #header #logo img,#header #logo span {
        display: table-cell;
        vertical-align: middle;
    }

    #header #logo img {
        margin-right: 12px;
    }

    #header #logo span {
        font-size: 24px;
        line-height: 24px;
        text-align: left;
    }

    #main {
        float: left;
        width: 58%;
    }

    nav .expanded ul {
        display: none;
    }

    .main-menu.level-1 {
        background: #f5f5f5;
        background-image: linear-gradient(bottom,#ddd 0%,#f5f5f5 100%);
        background-image: -o-linear-gradient(bottom,#ddd 0%,#f5f5f5 100%);
        background-image: -moz-linear-gradient(bottom,#ddd 0%,#f5f5f5 100%);
        background-image: -webkit-linear-gradient(bottom,#ddd 0%,#f5f5f5 100%);
        background-image: -ms-linear-gradient(bottom,#ddd 0%,#f5f5f5 100%);
        box-shadow: 0 1px 2px rgba(0,0,0,0.05) inset;
    }

    .main-menu.level-1 ul {
        z-index: 99;
    }

    .main-menu.level-1 li {
        float: left;
        position: relative;
    }

    .main-menu.level-1 li a {
        background: transparent;
        border-right: 1px solid #f5f5f5;
        border-top: 0;
        color: #333;
        display: block;
        float: left;
        font-weight: 700;
        line-height: 1;
        padding: 14px 16px;
        position: relative;
        text-decoration: none;
        text-shadow: 1px 1px 0 rgba(255,255,255,0.6);
    }

    .main-menu.level-1 li a:hover,.main-menu.level-1 li a.active,.main-menu.level-1 li a.active-trail,.main-menu.level-1 li.expanded:hover > a {
        background-color: #74b9c7;
        background-image: linear-gradient(#aad8e4,#74b9c7);
        background-image: -o-linear-gradient(#aad8e4,#74b9c7);
        background-image: -moz-linear-gradient(#aad8e4,#74b9c7);
        background-image: -webkit-linear-gradient(#aad8e4,#74b9c7);
        background-image: -ms-linear-gradient(#aad8e4,#74b9c7);
        color: #fff;
        text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
    }

    .main-menu.level-1 li.expanded:hover ul {
        display: block;
    }

    .main-menu.level-1 ul li ul {
        background: #74b9c7;
        border-radius: 0 0 2px 2px;
        box-shadow: 6px 4px 6px rgba(0,0,0,0.14);
        float: left;
        padding: 5px;
        position: absolute;
        top: 43px;
        width: 220px;
    }

    .main-menu.level-1 ul li li {
        border: 0;
        margin-bottom: 1px;
        width: 100%;
    }

    .main-menu.level-1 ul li li a {
        border-radius: 2px;
        border-right: 0;
        color: #fff;
        font-size: 13px;
        float: none;
        line-height: 16px;
        padding: 8px 12px;
        text-transform: none;
    }

    .main-menu.level-1 ul li li a:hover,.main-menu.level-1 ul li li a.active-trail {
        background: rgba(255,255,255,0.1) !important;
    }

    .main-menu.level-1 ul li.expanded span {
        border-color: #333 transparent transparent;
        border-style: solid dashed dashed;
        border-width: 3px 3px 0;
        display: inline-block;
        font-size: 0;
        height: 0;
        left: 4px;
        line-height: 0;
        padding-top: 1px;
        position: relative;
        top: -1px;
        width: 0;
    }
}

/* --- */

 * {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

