/*
Theme Name:     CMHA Durham Theme
Author:       CMS Web Solutions
Author URI:     http://cmswebsolutions.com
*/
/* 
Colours
lime green: #b2d235;
turquoise:  #00B0B0;
grey:       #696969;
*/
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

@font-face {
    font-family: 'ElegantIcons';
    src: url(fonts/ElegantIcons.eot);
    src: url(fonts/ElegantIcons.eot?#iefix) format("embedded-opentype"),url(fonts/ElegantIcons.woff) format("woff"),url(fonts/ElegantIcons.ttf) format("truetype"),url(fonts/ElegantIcons.svg#ElegantIcons) format("svg");
    font-weight: 400;
    font-style: normal;
}

.icon:before,a.icon:before {
    font-family: "ElegantIcons" !important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    speak: none;
}

a img {
    border: none;
    outline: none;
}

.hidden {
    position: absolute;
    left: -1000em;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    margin: -1px;
    padding: 0;
    clip: rect(0,0,0,0);
    border: 0;
}

.clearfix {
    overflow: hidden;
    content: "";
    visibility: hidden;
    display: block;
    height: 1px;
    width: 1px;
    clear: both;
}

iframe,object {
    max-width: 100%;
    display: block;
}

h1,h2,h3,h4 {
    margin-bottom: .5em;
    font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 500;
}

h1 {
    margin-top: 0;
}

h2,h3,h4 {
    margin-top: 2em;
}

h2 {
    font-size: 1.25em;
}

p,ul,ol {
    margin: 1em 0;
}

ul,ol {
    padding-left: 1.5em;
}

ul li,ol li {
    margin-bottom: .5em;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #4d4d4d;
    transition: color .1s;
}

a:active {
    transition: color 2s;
}

table {
    border-collapse: collapse;
    margin: 1em auto;
    padding: 0;
    background: rgba(0,0,15,0.05);
    width: 100%;
    max-width: 100%;
    overflow-x: scroll;
}

table caption {
    font-weight: 500;
    text-align: left;
    font-size: 125%;
    padding-bottom: .25em;
}

table thead,table tbody {
    max-width: 100%;
}

table thead {
    background: #000;
    color: #fff;
    text-align: left;
}

table thead tr th:first-child {
    border-radius: 2px 0 0 0;
}

table thead tr th:last-child {
    border-radius: 0 2px 0 0;
}

table tr {
    border-bottom: 1px solid #ccc;
}

table tr td,table tr th {
    padding: .5em;
    padding-right: 1em;
    font-weight: 500;
}

header,footer,article,aside,section,main {
    display: block;
}

input {
    -webkit-appearance: none;
    border-radius: 0;
}

input[type="text"],input[type="email"],input[type="url"],input[type="password"],input[type="search"],textarea {
    border: 1px solid #ededed;
    box-shadow: none;
    transition: all .3s ease-in-out;
}

button,input[type="button"],input[type="reset"],input[type="submit"],.button {
    box-shadow: none;
    outline: none !important;
    transition: all .3s ease-in-out;
}
button, a.button {
    color: #00b1b0;
    padding: .5em 1em;
    background: transparent;
    border: 2px solid #00b1b0;
    border-radius: 4px;
    text-decoration: none;
    font-size: 1.5em;
}

button:hover, button:focus,
a.button:hover,a.button:focus {
    padding-right: 2em;
    border: 2px solid transparent;
    background: rgba(0, 0, 0, 0.05);
}

button:hover::after,button:focus::after,
a.button:hover::after,a.button:focus::after {
    position: absolute;
    opacity: 1;
    font-size: 1.2em;
    line-height: 1.2em;
    content: "\35";
    transition: all .2s;
    font-family: "ElegantIcons";
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    speak: none;
}
blockquote {
    margin-left: 0;
    padding-left: 20px;
    border-left: 5px solid #b2d239;
}
body {
    margin: 0 auto;
    color: #4d4d4d;
    font-size: 100%;
    font-family: "Open Sans",Arial,sans-serif;
    font-weight: 500;
    position: relative;
    line-height: 1.7em;
}

.inner {
    display: block;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 1em;
    position: relative;
}

header {
    position: relative;
    background: #fff;
    border-bottom: 1px solid #DDDEDF;
}

header a.skip {
    position: absolute;
    top: 0;
    left: -1000em;
    background: #000;
    color: #fff;
    text-decoration: none;
    border-radius: 0 0 3px 3px;
}

header a.skip:focus,header a.skip:hover {
    left: 1em;
    top: 0;
    padding: .5em 1em;
}

header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 99999;
}

.utilities {
    background: #696969;
}

.utilities .inner {
    display: flex;
    justify-content: flex-end;
}
.ie9 .utilities .inner {
    display: inline-block;
}
#searchform {
    position: relative;
    text-align: right;
    margin-right: 1.5em;
    top: .25em;
    flex: 4 4 0;
}
#searchform label {
    color: white;
}
#searchform input[type="text"] {
    height: 2em;
}
#searchform button {
    background: rgba(0,0,0,0) none repeat scroll 0 0;
    color: #242424;
    font-size: 14px;
    padding: 1em;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    border: none;
}
.searchform:before {
    content: "\55";
}
#searchform button:after {
    content: none;
}

.social {
    margin: 0;
    padding: .5em 0 .25em;
    text-align: right;
}

.social li {
    margin: 0 1em 0 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}

.social li a.icon {
    display: block;
    position: relative;
    color: #fff;
    font-size: 1em;
    text-align: center;
    text-decoration: none;
    transition: color 300ms ease 0;
}

.facebook a.icon:before {
    content: "\e093";
}

.twitter a.icon:before {
    content: "\e094";
}

.brand .inner {
    display: flex;
    justify-content: space-between;
    /*justify-content: space-around;*/
    align-items: center;
}

.logo {
    height: auto;
    max-width: 700px;
    margin: 1.5em 0;
    display: inline-block;
    transition: 0.3s all;
}

/*
.logo {
    height: auto;
    max-width: 300px;
    margin: 1em auto 1.5em;
    text-align: center;
    display: block;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}
*/

header.sticky .logo {
    margin: .5em auto;
    max-width: 230px;
    transition: 1s all;
}

.tickets img {
    width: auto;
    height:  100px;
}

.vcard {
    display: inline-block;
    padding-left: 0;
/*  position: absolute;
    top: 1em;
    right: 1em;*/
    text-align: right;
}

header.sticky .vcard {
    top: 0;
}

.vcard li {
    list-style: none;
    line-height: 1.1;
}

.vcard a {
    font-size: 1.1em;
}

header.sticky .vcard a {
    font-size: 1em;
}

.vcard a[href^="tel:"] {
    text-decoration: none;
}

.vcard a:hover,
.vcard a:focus {
    color: #00B0AF;
}

nav {
    background-color: rgba(178,210,53,.1);
    padding: .25em;
}

nav button {
    display: none;
}
nav ul {
    display: flex;
    margin: 0;
    padding: 0;
    font-size: 1em;
    width: 100%;
}
.ie9 nav ul {
    display: inline-block;
}
nav ul li {
    list-style: none;
    margin: 0 .5em;
    position: relative;
    flex: 1 1 auto;
}
.ie9 nav ul li {
    display: inline-block;
}
nav ul li a {
    display: block;
    text-decoration: none;
    text-align: center;
    color: #505050;
}

nav ul li a:hover,nav ul li a:focus {
    color: #008383;
}

nav ul li.current-menu-ancestor ul,nav ul li.current_page_parent ul,nav ul li.current-menu-item ul {
    display: none;
}

nav ul li.current-menu-ancestor > a {
    color: #008383;
}

/*
nav ul.sub-menu {
    display: none;
}
.icon.down {
    font-family: "ElegantIcons" !important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    speak: none;
}
nav ul li [aria-haspopup="true"] + ul[aria-hidden="false"] {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    background: #f4f4f4;
    border-top: 3px solid #b2d235;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    position: absolute;
    top: auto;
    width: 300%;
    z-index: 10;
}
nav ul li [aria-haspopup="true"] + ul[aria-hidden="false"] a {
    padding: .25rem .5rem;
    color: #000;
    -webkit-transition: background .2s;
    transition: background .2s;
    text-align: left;
}
nav ul li [aria-haspopup="true"] + ul[aria-hidden="false"] a:hover,nav ul li [aria-haspopup="true"] + ul[aria-hidden="false"] a:focus {
    color: #008383;
}
nav ul li [aria-haspopup="true"] + ul li {
    display: block;
    position: relative;
    border-bottom: 1px solid #fff;
}
*/

/* Home content */
#slideshow {
    position: relative;
    display: block;
    height: 450px;
}

#slides div {
    width: 100%;
    height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    display: block;
}
/*
#custom-pager {
    border-radius: 6px;
    background: rgba(0,0,0,.2);
    padding: 0 .25em .25em;
    text-align: right;
    z-index: 500;
    position: relative;
    left: 80%;
    bottom: 3em;
    overflow: hidden;
    display: inline-block;
}
*/
#custom-pager {
    border-radius: 6px;
    background: rgba(0,0,0,.2);
    padding: 0 .25em .25em;
    text-align: right;
    z-index: 500;
    position: relative;
    bottom: 3em;
    overflow: hidden;
    width: 152px;
    margin: 0 auto;
}

#custom-pager button {
    border: none;
    width: 10px;
    height: 10px;
    margin: 0 .25em;
    padding: 6px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 1px 1px #777;
}

#custom-pager button.cycle-pager-active {
    background: #666;
}

button.prev,button.next {
    position: absolute;
    z-index: 999;
    top: 30%;
    left: 0;
    border: none;
    background: rgba(180,180,180,.9);
    border-radius: 0 999px 999px 0;
    opacity: .5;
    filter: alpha(opacity=50);
    padding: 1em 1em 1em .25em;
    cursor: pointer;
}

button.next {
    border-radius: 999px 0 0 999px;
    padding: 1em .25em 1em 1em;
    right: 0;
    left: auto;
}

.slidertext {
    color: #505050;
    background: #b2d235;
    text-align: center;
    font-size: 2em;
    line-height: 120%;
}

.slidertext .inner {
    padding: 1em 5em;
}

.video iframe {
    margin: 0 auto;
}

.callouts {
    width: 100%;
    position: relative;
    background: #fff;
    margin-top: 1em;
}

.callouts a {
    text-decoration: none;
}

.callouts a:hover,.callouts a:focus {
    text-decoration: underline;
}

.callouts .cols {
    display: flex;
}
.callouts .col {
    display: inline-block;
    width: 33%;
    padding: 1em 2em;
    text-align: center;
}

.callouts .col h2 {
    margin-top: .25em;
}

.callouts .col img {
    max-width: 25%;
    height: auto;
}

.donatebar {
    position: relative;
    display: inline-block;
    height: 390px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(0, 0, 0, 0.1);
}

.donatebar .text {
    margin: 3em 0 3em auto;
    font-size: 150%;
    color: #333;
    width: 30%;
}

.donatebar a.button {
    color: #b2d235;
    background: rgba(85,85,84,1);
    border: 1px solid #b2d235;
    font-size: 1em;
}
.donatebar a.button:hover,
.donatebar a.button:focus {
    background: rgba(85,85,84,.9);
 }

.news {
    position: relative;
    display: block;
    color: #fff;
    background: #353535;
    padding: 4em 0;
}
.news a {
    color: #b2d235;
    text-decoration: none;
}
.news a:hover,.news a:focus {
    text-decoration: underline;
}

.news .cols {
    display: flex;
    align-items: flex-start;
}
.news .col {
    padding: 1em 2em;
    flex: 1 1;
}
.ie9 .news .col {
    display: inline-block;
    width: 48%;
}

.news .col h2 {
    margin: 0 0 .5em;
    font-size: 220%;
}

.news .col ul {
    margin: 0;
    padding: 0;
}

.news .col li {
    margin: 0 0 1em;
    padding: 0 0 0 3em;
    list-style: none;
    background: url(img/calendar.png) left .25em no-repeat;
}

.news .col li h3 {
    margin: 0 0 .25em;
    font-weight: 400;
}

.news .col li p {
    margin: .25em 0;
}

.news .col.image {
    max-width: 50%;
}

.stories {
    width: 100%;
    position: relative;
    padding: 2em 0;
/* FF3.6-15 */
/* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,rgba(109,175,181,0.9) 0%,rgba(147,208,206,0.5) 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e66dafb5',endColorstr='#8093d0ce',GradientType=0);
/* IE6-9 */
}

.stories h2 {
    margin: .5em auto;
    font-size: 250%;
    text-align: center;
    color: #000;
}

.stories .cols {
    display: flex;
    justify-content: center;
}
.stories .col {
    flex-grow: 1;
    flex-basis: 0;
    margin: 1em;
    padding: 1.5em;
    background: #F5F5F5;
    position: relative;
    font-size: 100%;
    line-height: 1.5em;
}
.ie9 .stories .col {
    width: 29%;
    vertical-align: top;    
    display: inline-block;
}

.stories .col:before {
    content: url(img/quotes.png);
    position: absolute;
    top: -1em;
    left: calc(50% - 16px);
    background: #F5F5F5;
    border-radius: 16px;
}

.sponsors {
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 2em 0;
    text-align: center;
}

.sponsors img {
    margin: 0 1em;
}

main {
    padding: 0 0 3em;
}
.topbar {
    color: black;
    background: #00b1b0;
    width: 100%;
    position: relative;
    padding: 4em 0;
}
.topbar span {
    font-size: 2.5em;
    padding: 0 .5em;
    line-height: normal;
}

.main {
    display: flex;
    justify-content: space-between;
    padding-top: 2em;
}
.sidebar {
    border-right: 1px solid #e6e6e6;
    padding-right: 1em;
/*
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
        -ms-flex: 1 0 0;
            flex: 1 0 0;
            max-width: 25%
*/
    width: 25%;
}
.ie9 .sidebar {
    width: 25%;
    vertical-align: top;
    display: inline-block;
}
.sidebar h2 {
    margin-top: 0;
}

.sidebar .button {
    margin-top: 1em;
    display: inline-block;
    font-size: 1.2em;
}

.sectionnav ul {
    margin: 0;
    padding: 0;
}
.sectionnav ul ul {
    margin: 1em 0 0 1em;
}
.sectionnav li {
    list-style: none;
    margin-bottom: 1em;
}
.sectionnav ul ul li {
    margin-bottom: .5em;
}
.sectionnav a {
    color: #666;
    text-decoration: none;
    font-weight: 500;
}
.sectionnav a:hover, .sectionnav a:focus {
    color: #00b1b0;
}

.contentcontainer {
    margin: 0 2em;
/*
    -webkit-box-flex: 2;
    -webkit-flex: 2 2 0;
        -ms-flex: 2 2 0;
            flex: 2 2 0;
*/
    width: 75%;
}

.logged-in .contentcontainer {
    width: 100%;
}

.ie9 .contentcontainer {
    display: inline-block;
    width: 70%;
    vertical-align: top;
}

/* Contact template */
main.contact {
    padding-bottom: 0;
}
.contactform {
  margin: 0 0 2em;
  padding: 0;
  max-width: 65%;
}
.contactform label, .contactform input, .contactform textarea {
  display: block;
  width: 100%;
  font-size: 1.25em;
}
.contactform input, .contactform textarea {
  border: 1px solid transparent;
  border-radius: 2px;
  background: rgba(0,0,0,.1);
  margin-bottom: 1em;
}
.contactform input:focus, .contactform textarea:focus {
    border: 2px solid #00b1b0;
    transition: all .1s;
}
.contactform input {
  padding: 0.25em;
}
.input {
  width: 48.5%;
  display: inline-block;
}
.input:first-of-type {
    margin-right: 1em;
}
.contactform textarea {
  min-height: 150px;
}
.contactform span.error {
  color: #b30000;
}
.acf-map {
    width: 100%;
    height: 400px;
    margin: 3em 0 0;
    position: relative;
}
/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}

/* Calendar template */
.mc-main {
  padding: 0;
  margin: 0;
}
.mc-main .my-calendar-header {
    background: transparent;
}
.mc-main .my-calendar-nav ul ul {
  height: auto;
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 0;
}
.mc-main .my-calendar-nav ul ul li {
  width: 50%;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: none;
  text-align: center;
}
.mc-main .my-calendar-nav ul ul li.my-calendar-prev a, 
.mc-main .my-calendar-nav ul ul li.my-calendar-next a {
  border: none;
  display: block;
  background: #696969;
  color: white;
  text-decoration: none;
  font-size: 110%;
  margin: 0;
  padding: 0.25em 3em;
}
.mc-main .my-calendar-nav ul ul li.my-calendar-prev {
  padding-right: 1px;
}
.mc-main .my-calendar-nav ul ul li.my-calendar-next {
  padding-left: 1px;
}
.mc-main table caption {
  background: none;
  border: none;
  color: #00B0B0;
  font-weight: 400;
  caption-side: top;
  text-align: left;
  padding: .25em 0;
}
.mc-main th {
    background: #696969;
}
.mc-main table .current-day .mc-date {
    color: black !important;
    background: #00B0B0 !important;
}
.mc-main .my-calendar-date-switcher input[type="submit"] {
    border-radius: 4px;
    border: 2px solid #00B0B0;
    background: transparent;
    color: #00B0B0;
    padding: 0 .5em !important;
}
.mc-main .my-calendar-date-switcher input[type="submit"]:hover,
.mc-main .my-calendar-date-switcher input[type="submit"]:focus {
    background: rgba(0,0,0,.05);
    border: 2px solid transparent;
}

/* Directors template */
.director {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2em;
}
.ie9 .director {
    display: inline-block;
}
.director img {
    max-width: 200px;
    flex: 1 1 0; 
}
.ie9 .director .img {
    display: inline-block;
}
.details {
    flex: 2 2 0;
    margin-left: 2em;
}
.ie9 .details {
    display: inline-block;
    width: 60%;
    vertical-align: top;
}
.director h2 {
    margin: .1em 0;
    font-weight: 500;
}
.municipality {
    margin: .1em 0;
    color: #595959;
}

/* Mission Vision Values template */
main.mission {
    padding-bottom: 0;
}
.documents {
    width: 100%;
    position: relative;
    color: white;
    background: #4d4d4d;
    margin-top: 1em;
    padding: 3em 0;
}

.documents a {
    text-decoration: none;
    color: white;
}

.documents a:hover,.documents a:focus {
    text-decoration: underline;
}

.documents .col {
    display: flex;
    padding: 0;
}
.ie9 .documents .col {
    display: inline-block;
}

.documents .col li {
    display: inline-block;
    flex-grow: 1;
    flex-basis: 0;
    padding: 0 .5em;
    text-align: center;
    list-style: none;
}
.ie9 .documents .col li {
    width: 24%;
}

.documents .col h3 {
    margin: .5em 0 .25em;
    font-weight: 400;
}

.documents .col img {
    height: auto;
}

/* Accordion content */

.collapsible {
    background: rgba(0,0,0,0.01);
}

h3 [aria-expanded] {
    display: block;
    width: 100%;
    font-size: inherit;
    font-family: inherit;
    text-transform: inherit;
    text-align: inherit;
    margin: 0;
}

h3 [aria-expanded]:before {
    content: '\25ba\0020';
}

h3 [aria-expanded="true"]:before {
    content: '\25bc\0020';
}

.collapsible h3 + [aria-hidden] {
    display: none;
  -webkit-animation: fadeIn ease-in 1;
          animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: .4s;
          animation-duration: .4s;
  -webkit-animation-delay: .1s;
          animation-delay: .1s;
}

.collapsible h3 + [aria-hidden="false"] {
    display: block;
    background: rgba(0,0,0,0.01);
    -webkit-animation: fadeIn 1s ease;
            animation: fadeIn 1s ease;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.collapsible .content {
    padding: 0 1em;
}

.collapsible button:hover::after, .collapsible button:focus::after {
    content: none;
}

.alertbox {
    display: block;
    margin: 1em;
    padding: 1em;
    background: rgba(0,0,0,0.025);
    box-shadow: inset 0 0 1em 0 rgba(219,219,219,0.5);
    border: 1px solid #b2d235;
    text-align: center;
    font-size: 110%;
}
/*

figure {
    margin: 0 0 1em;
    position: relative;
}

figure img {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: auto;
    height: auto;
}

figcaption {
    position: absolute;
    left:0;
    bottom:0;
    width: 100%;
    padding: .5em;
    line-height: 1.1em;
    background: rgba(255,255,255,0.9);
}
*/

article {
    border-bottom: 1px solid #ccc;
    margin-bottom: 1.5em;
}
article h2 {
    margin-top: 0;
}
article h2 a {
    text-decoration: none;
}
article:last-child {
    border: none;
}
article a.read-more {
    display: block;
}

.alignleft,img.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright,img.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter,img.aligncenter {
    display: block;
    clear: both;
    margin-right: auto;
    margin-left: auto;
}

.wp-caption {
    max-width: 100%;
    position: relative;
    display: block;
}

.wp-caption img {
    display: block;
    max-width: 100%;
    height: auto;
}

.wp-caption p.wp-caption-text {
    display: block;
    width: 100%;
    margin: 0 0 1em;
    padding: .5em;
    border-bottom: 1px solid #ccc;
}

.alignleft p.wp-caption-text {
    float: left;
}

.alignright p.wp-caption-text {
    position: absolute;
}

/*

.alignnone,img.alignnone {
    display: block;
    margin-bottom: 1em;
}
*/

.gallery-item {
    display: inline-block;
    vertical-align: top;
    margin: 0 1em 1em 0;
    max-width: 47%;
}

footer {
    width: 100%;
    position: relative;
    color: #fff;
    background: #353535;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer a:hover,footer a:focus {
    text-decoration: underline;
}

footer .cols {
    display: flex;
}

footer .col {
    display: inline-block;
    width: 33%;
    padding: 1em 2em;
}
.ie9 footer .col {
    vertical-align: top;
}

footer .col h3 {
    color: #b2d235;
    font-weight: 500;
}

footer .copyright {
    padding: .1em 0;
    background: #242424;
}

footer .copyright a {
    font-weight: 500;
}

@media screen and (max-width: 60em) {
    .donatebar .text {
        margin: 3em 3em 3em auto;
    }
}

@media screen and (max-width: 48em) {
    header.sticky {
        position: static;
        top: auto;
        width: 100%;
        background: #fff;
        z-index: auto;
    }
    #searchform input[type="text"] {
        width: 95%;
    }
    
    .brand .inner {
        display: block;
    }

    .logo {
        margin: .5em auto .25em;
        display: block;
        /*position: static;*/
        width: 90%;
        height: auto;
    }

    .tickets {
        display: block;
        margin: 1.5em auto;
        text-align: center;
    }

    .vcard {
        display: block;
        position: static;
/*      top: auto;
        right: auto;*/
        text-align: center;
    }
    
    nav {
        background-color: transparent;
    }
    
    nav button {
        transition: none;
        cursor: pointer;
        text-transform: uppercase;
        display: block;
        width: 100%;
        color: #595959;
        padding: .5em;
        font-size: 1.25em;
        font-weight: 700;
        text-align: center;
        margin: 1em auto .25em;
        border: 1px solid #b2d235;
        border-radius: 4px;
        box-shadow: 1px 1px 2px #111;
        position: relative;
    }
    nav button:hover,
    nav button:focus {
        color: black;
        padding-right: 1em;
    }
    nav button:hover::after,
    nav button:focus::after {
        content: none;
    }
    nav {
        display: block;
        width: 100%;
        padding-top: 0;
    }
    nav ul {
        height: 0px;
        overflow: hidden;
        width: 100%;
        margin: 0;
        display: block;
    }
    nav ul li {
        display: block;
        width: 100%;
        max-width: none;
        margin: 0;
        border-bottom: 3px solid #b2d235;
    }
    nav ul li a {
        display: block;
        border: none;
        padding: .5em;
        font-size: 100%;
        margin-bottom: 0;       
    }
    nav ul li a:hover,
    nav ul li a:focus {
        background: rgba(0, 0, 0, 0.02);
    }
    #slideshow,
    #slides div {
        height: 250px;
    }
    .slidertext .inner {
        padding: 1em 2em;
    }
    .slidertext {
        font-size: 1.5em;
    }
    .callouts .cols {
        display: block;
    }
    .callouts .col {
        width: 100%;
    }
    .callouts .col img {
        max-width: none;
        max-height: 3em;
    }
    .news {
        padding: 1em 0;
    }
    .news .cols {
        display: block;
    }
    .news .col {
        width: 100%;
    }
    .news .col.image {
        max-width: none;
    }
    .stories .cols {
        display: block;
    }
    .main {
        display: block;
    }
    .topbar {
        padding: 1em;
    }
    .topbar span {
        font-size: 2em;
    }
    .sidebar {
        border-bottom: 3px solid #b2d235;
        max-width: none;
        width: 100%;
        display: block;
    }
    .contentcontainer {
        margin: 1.5em 0 0;
        width: 100%;
        display: block;
    }
    .documents .col {
        display: block;
    }
    img.alignright,
    img.alignleft {
        float: none;
        margin: 0 1.5em 1.5em;
    }
    .gallery-item {
        max-width: none;
    }
    footer .cols {
        display: block;
    }
    footer .col {
        width: 100%;
    }
    footer h3 {
        margin-top: 0;
    }
    iframe {
        padding: .5em;
        border: 5px solid #f2f2f2;
        width: auto;
        height: auto;
    }
    
    .alignright p.wp-caption-text {
        position: static;
    }

}

@media screen and (max-width: 40em) {
    .logo {
        max-width: 100%;
    }
    .donatebar {
        background-image: none !important;
        height: auto;
        text-align: center;
    }
    .donatebar .text {
        margin: 0 auto;
        padding: 1em 2em;
        width: 100%;
    }
    .director {
        display: block;
        border-bottom: 1px solid #b2d235;
    }
    .director:last-of-type {
        border-bottom: none;
    }
    .director img {
        display: block;
        margin: 0 auto .25em;
    }
    .director .details {
        margin: .5em auto;
    }
}