@import 'reset.css';
body {
  width: 100%;
  *zoom: 1;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
/*---------------------------------------------------
    LESS Elements 0.6
  ---------------------------------------------------
    A set of useful LESS mixins by Dmitry Fadeyev
    Special thanks for mixin suggestions to:
      Kris Van Herzeele,
      Benoit Adam,
      Portenart Emile-Victor,
      Ryan Faerman

    More info at: http://lesselements.com
-----------------------------------------------------*/
/* grid settings, uncomment total-width for fluid 
@column-width: 60;
@gutter-width: 20;
@columns: 12;
@total-width: 100%;
*/
/*fonts, main text styles*/
body,
.text h2,
#page-news .item h2,
ul#sitemap ul,
.form-add .ui-widget,
#primary ul ul {
  font-family: Arial, helvetica, sans-serif;
}
/*
Light 	"klavika-web-n3", "klavika-web" 	300 	normal 	
Light Italic 	"klavika-web-i3", "klavika-web" 	300 	italic 	
Regular 	"klavika-web-n4", "klavika-web" 	400 	normal 	
Italic 	"klavika-web-i4", "klavika-web" 	400 	italic 	
Medium 	"klavika-web-n6", "klavika-web" 	600 	normal 	
Medium Italic 	"klavika-web-i6", "klavika-web" 	600 	italic 	
Bold 	"klavika-web-n7", "klavika-web" 	700 	normal 	
Bold Italic 	"klavika-web-i7", "klavika-web" 	700 	italic 	
*/
#primary,
.utility,
h1,
.intro strong,
h2,
footer h3,
a.more,
.filter label,
.section-home .intro a,
#slider .caption,
ul#sitemap {
  font-family: "klavika-web-n6", "klavika-web", 'gill sans', 'Gill Sans MT', 'Trebuchet MS', sans-serif;
  font-weight: 600;
  font-style: normal;
}
.intro a {
  font-family: "klavika-web-i6", "klavika-web", 'gill sans', 'Gill Sans MT', 'Trebuchet MS', sans-serif;
  font-weight: 600;
  font-style: italic;
}
.intro,
#tagline {
  font-family: "klavika-web-n4", "klavika-web", 'gill sans', 'Gill Sans MT', 'Trebuchet MS', sans-serif;
  font-weight: 400;
  display: none;
}
#sidebar h3,
#sidebar .tweet p {
  font-family: "klavika-web-i7", "klavika-web", 'gill sans', 'Gill Sans MT', 'Trebuchet MS', sans-serif;
  font-weight: 700;
  font-style: italic;
}
#sidebar .cal h3,
.filter h3,
a.twitter,
#slider .caption h2,
#slider .caption span {
  font-family: "klavika-web-n7", "klavika-web", 'gill sans', 'Gill Sans MT', 'Trebuchet MS', sans-serif;
  font-weight: 700;
  font-style: normal;
}
#slider .caption p {
  max-height: 15px;
  overflow: hidden;
}
#main {
  font-size: 1.3em;
  margin-top: 155px;
}
.section-home #main {
  margin-top: -31px;
}
.text {
  line-height: 1.3076923076923077em;
}
.text p,
.text ol,
.text ul,
.text dl,
ul.event {
  margin-bottom: 17px;
}
.text ul li {
  background: url(../images/generic/arrow-pink.jpg) 0 6px no-repeat;
  padding-left: 14px;
  margin-bottom: 5px;
}
.text ul {
  margin-left: 13px;
}
a {
  text-decoration: none;
}
.wrap-cols a {
  color: #c32580;
}
a.more {
  text-decoration: underline !important;
  text-transform: uppercase;
}
.text a:hover,
.text a:focus {
  text-decoration: underline;
}
a.more:hover {
  text-decoration: none !important;
}
.intro a {
  text-decoration: underline;
}
.intro a:hover {
  text-decoration: none;
}
h1 {
  font-size: 2.5384615384615383em;
  line-height: 1.0606060606060606em;
  margin-bottom: 0.36363636363636365em;
  color: #02656a;
}
.intro {
  padding: 10px;
  margin-bottom: 17px;
  font-size: 1.3076923076923077em;
  line-height: 1.2941176470588236em;
  text-align: center;
}
.nosub .intro,
.noside .intro {
  padding: 10px;
}
.intro strong {
  font-size: 1.2352941176470589em;
  line-height: 1.0476190476190477em;
}
#content h2,
.panel h2 {
  font-size: 1.6153846153846154em;
  color: #c32580;
  line-height: 1.1428571428571428em;
  margin-bottom: 0.19047619047619047em;
}
#content .text h2 {
  text-transform: uppercase;
  color: #222222;
  font-size: 1em;
  margin-bottom: 1em;
}
dt {
  clear: both;
  float: left;
  margin-right: 5px;
  font-weight: bold;
}
dt,
dd {
  margin-bottom: 1em;
}
/*layout*/
.container {
  max-width: none;
  margin: 0 auto;
  background: #fff;
}
.trans {
  background: none;
}
header.global {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  margin-bottom: 1em;
}
header.global .wrap {
  padding-top: 9px;
  background: #0d8690;
}
.section-home header.global .wrap {
  background: rgba(0,0,0,0.5);
  background: rgba(13,134,144,0.7);
}
.section-home header.global .wrap {   
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.section-home header.global .wrap.scrolled {
  background: #0d8690;
}
#primary {
  padding: 6px 10px 7px 0;
  font-size: 1.6em;
  line-height: 23px;
  text-transform: uppercase;
  background: #151515;
}
#primary ul {
  display: none;
  border-top: 1px solid #f1f1f1;
  float: none;
  margin-right: 20px;
}
#primary a {
  display: block;
  padding: 10px 20px 11px;
}
#primary h2 {
  background: url(../images/generic/icon-menu.gif) 95% 40% no-repeat;
}
#primary h2 a {
  padding-bottom: 16px;
}
#primary .first a {
  padding-top: 12px;
}
header.global,
header.global a {
  color: #fff;
}
#primary .here a,
#primary .parent-here a,
#primary a:hover {
  color: #aed9dd;
}
#logo {
  margin: 0 0 8px 20px;
  width: 80px;
}
#tagline {
  margin: 0 0 9px 20px;
  font-size: 2em;
  color: #cee4e5;
  padding-bottom: 0.5em;
}
#main {
  padding: 0 20px;
}
#subnav {
  line-height: 1.4615384615384615em;
}
#subnav li.overview {
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 2px solid #999999;
}
#subnav li {
  border-bottom: 1px solid #cccccc;
}
#subnav li li {
  border-bottom: 0;
}
#subnav li ul {
  border-top: 1px solid #cccccc;
}
#subnav a {
  display: block;
  padding: 6px 16px 7px;
  color: #333333;
}
#subnav li.overview a {
  padding: 5px 16px;
}
#subnav .here a,
#subnav .here ul .here a,
#subnav .parent-here a,
#subnav .parent-here li.here a,
#page-events #subnav li#nav-events-calendar a {
  color: #02656a;
}
#subnav li a:hover {
  color: #02656a !important;
}
#subnav li.overview a:hover,
#subnav li#nav-events a {
  color: #222222 !important;
}
#subnav .here li a,
#subnav .parent-here li a {
  color: #333333;
  padding: 7px 0 7px 26px;
}
#content {
  padding-bottom: 6px;
}
.banner {
  display: block;
  margin-bottom: 15px;
}
.intro {
  background: #fff;
}
.item,
.box {
  padding: 10px;
  margin-bottom: 0.7692307692307693em;
  color: #333333;
  line-height: 1.3076923076923077em;
  background: #fff;
  border: solid 1px #eee;
}
.item img,
.box img {
  display: block;
}
.item img {
  width: 100%;
}
.box {
  padding: 5px;
  float: left;
  display: inline;
  width: 44%;
  margin-right: 2%;
}
.box a p {
  color: #333333;
}
.events .item {
  margin-bottom: 1px;
}
#sidebar section {
  margin-bottom: 10px;
  padding: 10px;
  background: #c32580;
  color: #fff;
}
#sidebar a,
#sidebar a:visited {
  color: #fff;
}
#sidebar section.cal {
  background: #fff;
  color: #222222;
}
#sidebar .cal a,
#sidebar .cal a:visited {
  color: #02656a;
}
#sidebar .calendar a,
#sidebar .calender a:visited {
  color: #333333;
}
#sidebar section.tweet {
  background: #ff8a00;
}
#sidebar h3,
.filter h3 {
  font-size: 1.6153846153846154em;
  margin-bottom: 0.47619047619047616em;
}
#sidebar .list form {
  margin-top: 1.3076923076923077em;
}
.list .email {
  padding: 3px;
  margin-right: 6px;
}
#sidebar .tweet {
  padding: 13px 12px 19px;
}
#sidebar .tweet p {
  font-size: 1.4615384615384615em;
  line-height: 1.3157894736842106em;
  margin-bottom: 0.3157894736842105em;
}
.tweet .meta,
.tweet a.twitter {
  font-size: 0.9230769230769231em;
}
.tweet a.twitter {
  display: block;
  text-transform: uppercase;
  background: url(../images/generic/tw-bird.png) bottom left no-repeat;
  padding-left: 38px;
  min-height: 17px;
}
a.twitter span {
  text-decoration: underline;
}
a.twitter:hover span {
  text-decoration: none;
}
footer.global {
  padding: 17px 0 8px;
  font-size: 1.3em;
  background-color: #151515
}
footer.global,
footer.global a {
  color: #fff;
}
footer li {
  display: inline;
}
footer .contacts {
  background: #000;
  padding: 13px 20px;
  color: #fff;
  font-size: 1.2307692307692308em;
  line-height: 1.8125em;
}
footer .contacts h3,
footer .contacts a {
  color: #fff;
}
footer h3 {
  font-size: 1.3125em;
  margin-bottom: 8px;
}
footer .contacts ul {
  padding-top: 20px;
}
footer .contacts li {
  margin-right: 1em;
}
footer nav {
  margin: 10px 20px 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
footer nav ul {
  text-align: center;
}
footer nav li {
  line-height: 30px;
}
footer nav a {
  padding: 0 12px 0 7px;
  border-right: 1px solid #000;
}
footer nav li.last a {
  border: 0;
}
footer .logos {
	text-align: center;
}
.container.trans {
  margin-top: 20px;
}
.footer-social {
  background: #c32580;
  margin-top: -20px;
  margin-bottom: 25px;
}
.footer-inner {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  text-align: center;
}
.footer-social .footer-text {
  font-size: 19px;
  display: inline-block;
  margin-top: 8px;
  vertical-align: middle;
  height: 100%;
}
.footer-social .footer-text a {
  color: #fff;
}
.footer-social .email {
  margin-left: 20px;
}
.footer-social form {
  display: none;
  margin-left: 40px;
  margin-top: 3px;
}
.footer-social form .input-email {
  height: 30px;
  min-width: 200px;
  padding-left: 10px;
}
.footer-social form .input-submit {
  height: 35px;
}
.footer-social form input.input-email::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #c32580;
  font-size: 12px;
}
.footer-social form input.input-email::-moz-placeholder { /* Firefox 19+ */
  color: #c32580;
  font-size: 12px;
}
.footer-social form input.input-email:-ms-input-placeholder { /* IE 10+ */
  color: #c32580;
  font-size: 12px;
}
.footer-social form input.input-email:-moz-placeholder { /* Firefox 18- */
  color: #c32580;
  font-size: 12px;
}
.footer-social .icons {
  display: inline-block !important;
  margin-top: 5px;
  height: 40px;
  margin-left: 10px;
}
.footer-social iframe {
  height: 25px !important;
  margin-left: 4px !important;
}

/*elements not visible for all layouts*/
header .utility,
footer .logos,
#credit,
#sidebar,
#primary ul ul,
#slider .caption p {
  display: none;
}
/*specific pages*/
.paging {
  clear: both;
  margin-top: 1em;
  border-top: 1px solid #cccccc;
  padding: 7px 0;
  text-align: center;
}
.paging a,
.paging a:visited {
  color: #666666;
}
#content h2.major {
  background: #cccccc;
  color: #333333;
  padding: 6px 10px;
  margin: 10px 0 1px;
}
#page-artist-profiles .item,
.portrait {
  margin-bottom: 2px;
}
#slider {
  margin-bottom: 10px;
  background: #222222;
}
#slider,
#slider article {
  height: 40vh;
  min-height: 400px;
  margin-bottom: 70px;
  margin-top: 30px;
}
#slider article {
  display: none;
  position: relative;
}
#slider article .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 94%;
  height: 20%;
  background: rgba(0,0,0,0.5);
  color: #fff;
  padding: 5px 3% 2px;
  text-transform: uppercase;
  font-size: 1.3em;
}
#slider h2 {
  font-size: 1.2857142857142858em;
  color: #fff;
  margin-bottom: 8px;
}
#slider .caption span {
  font-size: 1em;
  text-decoration: underline;
}
#slider article.slide1 {
  display: block;
}
#slider article img {
  display: block;
}
/*slider pager*/
.cycle-pager {
  text-align: right;
  width: 50%;
  z-index: 500;
  position: absolute;
  right: 3%;
  bottom: 2%;
  display:none;
}
.cycle-pager span {
  font-family: arial;
  font-size: 70px;
  width: 20px;
  height: 16px;
  line-height: 20px;
  margin-left: 5px;
  display: inline-block;
  color: #fff;
  cursor: pointer;
}
.cycle-pager span.cycle-pager-active {
  color: #02656a;
}
.cycle-pager > * {
  cursor: pointer;
}
.cycle-slide {
  height: 75vh;
  width: 100%;
}
.cycle-slide img {
  width: 100%;
  height: 100%;
}
.section-home .intro {
  clear: both;
  text-align: left;
  margin-bottom: 10px;
}
.section-home .intro a {
  color: #0d8690;
  text-transform: uppercase;
  font-size: 0.7058823529411765em;
}
.section-home .box {
  padding: 0;
  background: none;
  float: none;
  display: block;
  margin: 0;
  width: 100%;
}
.section-home .box {
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  min-height: 300px;
  margin-bottom: 30px;
}
.section-home #content .box h2 {
  margin: 9px 0 11px;
}

.panel h2 a,
.panel h2 {
  color: #333333;
}
.section-home .box .inner {
  padding: 20px 20px 30px;
  width: 91%;
  position: absolute;
  bottom: 0;
  overflow: hidden;
  transform: translate3d(0, 68px, 0);
  transition-duration: .4s;
  transition-timing-function: cubic-bezier(0.4, 0.15, 0.2, 1.25);
  background-color: rgba(0,0,0,0.5);
  min-height:180px;
}
.section-home .box:hover .inner {
  transform: translate3d(0, 0, 0);
}
.section-home .box p {
  margin-bottom: 10px;
}
.section-home .box .inner p,
.section-home .box .inner,
.section-home .box h2,
.section-home .box h2 {
  color: #fff !important;
}
.section-home a.more {
  font-size: 0.9230769230769231em;
  position: absolute;
  bottom: 10px;
}
/*home news*/
.panel {
  clear: both;
  padding: 11px 10px;
  background: #fff;
}
.latest div {
  clear: both;
}
.latest a.more,
.latest a.more:visited {
  color: #ff8a00;
}
.latest h3 a,
.latest h3 a:visited {
  color: #222222;
}
.latest h3 a:hover {
  color: #ff8a00;
}
.latest h3 a span,
.latest h3 a:visited span,
.latest h3 a:hover span {
  color: #666666;
  text-transform: uppercase;
}
/*home fat footer*/
.interact {
  background: #d7d7d7;
  color: #333333;
}
.interact a,
.interact a:visited {
  color: #333333;
}
.interact .contact img {
  float: left;
  margin-right: 20px;
}
.interact .contact p {
  margin-bottom: 1.4615384615384615em;
}
.interact .social li {
  display: inline;
}
.social li img {
  margin: 0 8px 6px 0;
}
.item .inner {
  margin-top: 20px;
}
/*news*/
#page-news .item .inner {
  margin-top: 0;
}
#page-news .item h2 {
  font-weight: normal;
  font-size: 1.3846153846153846em;
  line-height: 1.2222222222222223em;
}
div.date {
  color: #666666;
  margin-bottom: 5px;
}
article.news div.date {
  margin-bottom: 11px;
}
article.news h1 {
  margin-bottom: 22px;
}
/*events*/
li.date {
  font-weight: bold;
}
/*sitemap*/
ul#sitemap {
  font-size: 1.3846153846153846em;
}
ul#sitemap li {
  margin-bottom: 10px;
}
ul#sitemap ul li {
  margin-bottom: 0;
}
ul#sitemap ul {
  font-weight: normal;
  margin-bottom: 5px;
  font-size: 13px;
}
ul#sitemap ul ul {
  margin-left: 2em;
}
#content ul#sitemap ul a,
#content ul#sitemap ul a:visited {
  color: #333333;
}
#content ul#sitemap ul a:hover {
  color: #02656a;
}
/*forms*/
button {
  background: #c32580;
  color: #fff;
  text-transform: uppercase;
  border: 0;
  font-weight: bold;
  padding: 3px;
  font-size: 0.9230769230769231em;
  letter-spacing: 1px;
}
.filter {
  padding: 7px 7px 10px;
  margin-bottom: 15px;
  background: #f1f1f1;
}
.filter h3,
#sidebar .cal h3 {
  color: #02656a;
  border-bottom: 1px solid #999999;
  padding: 5px;
}
.filter h3 {
  padding-bottom: 8px;
}
.filter form {
  margin-top: 7px;
}
.filter label {
  font-size: 1.0769230769230769em;
  margin-bottom: 0.5em;
}
.filter select {
  margin-bottom: 20px;
  padding-left: 5px;
  color: #666666;
}
form.std .choices {
  margin-bottom: 2em;
}
form.std .q {
  margin-bottom: 1em;
}
form.std label,
form.std h4 {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  color: #666666;
}
form.std .choices label {
  font-weight: normal;
  color: #333333;
}
form.std .q label {
  font-weight: bold;
  color: #666666;
}
.form-add .q label {
  width: auto;
  display: block;
}
form.std p {
  clear: both;
  margin-bottom: 1em;
}
form.std input,
form.std textarea {
  width: 60%;
}
form.std input.wide,
form.std textarea.wide {
  width: 90%;
}
form.std .choices input {
  width: auto;
  margin-right: 1em;
}
form.std textarea {
  height: 8em;
}
form.std button {
  padding: 5px 1em;
}
/*submit events*/
.segment {
  background: #f1f1f1;
  margin-bottom: 1em;
}
.segment form {
  padding: 18px 20px;
}
#content .segment h2.major {
  padding: 7px 20px;
  border-bottom: 1px solid #fff;
  margin-bottom: 0;
}
.segment form.std button {
  font-size: 1.0769230769230769em;
  padding: 8px 24px;
  margin-right: 2em;
}
.segment form.std p {
  margin-bottom: 20px;
}
/*hide some calendar date picker stuff*/
.form-add #calendar_fields .rule,
.form-add .rule_close,
.form-add .ui-state-default .ui-icon {
  background: none;
  border: 0;
}
.form-add #calendar_select,
.standard #calendar_new_date button,
.form-add #calendar_calendars,
.form-add #calendar_fields .rule .rule_number {
  display: none;
}
.form-add #calendar_wrapper {
  background: #d7d7d7;
  padding: 10px;
}
.form-add #calendar_fields div.rule {
  width: auto;
  margin: 0;
  padding: 0;
}
.form-add #calendar_fields div.rule div.group {
  border-top-color: #fff;
}
.form-add .ui-widget {
  font-size: 1em;
}
form.submit .ui-widget input {
  float: none;
  width: auto;
}
form.submit .ui-widget label {
  float: none;
}
.form-add .ui-widget .line {
  clear: both;
}
.form-add .all_day {
  margin-bottom: 1em;
}
.form-add #calendar_fields div.rule div.selector {
  border: 0;
  margin: 1em 0 0;
}
.form-add #calendar_fields div.rule div.selector div.item {
  padding: 0;
  height: auto;
  border: 0;
  width: 40px;
  margin-bottom: 5px;
}
.form-add #calendar_fields div.rule div.selector div.close {
  margin-right: 0;
}
.form-add #calendar_fields div.rule div.selector a {
  padding: 8px 0;
  width: 100%;
  background: #666666;
}
.form-add #calendar_fields div.rule div.selector div.close a {
  background: #f1f1f1;
}
.form-add #calendar_fields div.rule div.selector a.selected,
.form-add #calendar_fields div.rule div.selector a:hover {
  background: #02656a;
}
.form-add #calendar_fields div.rule div.selector div.item a.ui-corner-all span {
  margin: 1px 12px 0;
}
.form-add .ui-widget .every {
  line-height: 2em;
}
/*
#page-add #ui-datepicker-div { border: 0; }
#page-add .ui-widget-content { background: none; }
*/
.form-add {
  margin: 2em 0;
}
#page-add .segment {
  margin-bottom: 1px;
}
#page-add .segment .wrap {
  margin: 20px;
}
#content .segment h2.major {
  margin-top: 0;
}
/*mailchimp*/
#mc_embed_signup .asterisk {
  color: #02656a !important;
}
#mc_embed_signup div.mce_inline_error {
  background: #c32580 !important;
}
#mc_embed_signup input.mce_inline_error {
  border-color: #c32580 !important;
}
#mc_embed_signup .button {
  background: #c32580 !important;
}
@media screen and (min-width: 480px) {
  #tagline {
    font-size: 2.0em;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 520px) {
  /*hide basic content*/
  .basic {
    display: none;
  }
  /*show more content*/
  footer .logos,
  #slider .caption p {
    display: block;
  }
  a#credit {
    display: inline;
  }
  #primary {
    background: #000;
    text-transform: none;
    font-size: 1.8em;
  }
  #primary ul {
    display: block;
    border: 0;
    float: right;
  }
  #primary li {
    float: left;
    display: inline;
    padding: 0 10px;
    background: url(../images/generic/div-nav.jpg) top right no-repeat;
  }
  #primary li.last {
    padding-right: 0;
    background: none;
  }
  #primary a {
    display: inline;
    padding: 0 !important;
  }
  header.global .wrap {
    padding-top: 17px;
    padding-right: 30px;
    padding-bottom: 17px;
    padding-left: 30px;
  }
  #logo,
  #tagline {
    display: block;
    float: left;
  }
  #logo {
    margin: 0 37px 0 20px;
    width: 110px;
  }
  #tagline {
    margin: 22px 0 0 0;
  }
  .nosub h1 {
    padding-left: 20px;
    margin-bottom: 0.42424242424242425em;
  }
  .nosub .text,
  .noside .text {
    padding: 0 20px;
  }
  .item img {
    float: left;
  }
  .item .inner {
    float: right;
    margin-top: 2px;
  }
  .nosub .item img,
  .noside .item img {
    width: 30.88235294117647%;
  }
  .nosub .item .inner,
  .noside .item .inner {
    width: 67.64705882352942%;
  }
  .cols3 .item img,
  .cols3 .item .inner {
    width: 47.72727272727273%;
  }
  .cols3 .portrait img {
    width: 36.36363636363637%;
  }
  .cols3 .portrait .inner {
    width: 59.09090909090909%;
  }
  footer.global {
    background: #000;
    font-size: 1.1em;
  }
  footer.global,
  footer.global a {
    color: #cccccc;
  }
  footer a:hover {
    color: #fff;
  }
  footer nav {
    margin: 27px 10px 8px;
    padding: 5px 0;
    border-top: 1px solid #666666;
  }
  footer nav li {
    line-height: 20px;
  }
  footer nav a {
    border-color: #ccc;
  }
  footer .logos {
    background: #000;
  }
  footer .logos li {
    padding: 0 12px 0 10px;
  }
  footer .logos {
    padding-left: 10px;
  }
  footer .logos li.last {
    padding-right: 0;
  }
  footer a#credit {
    float: right;
    margin-right: 10px;
    text-transform: uppercase;
    color: #666666;
  }
  .footer-social {
    margin-top: -20px;
    margin-bottom: 25px;
  }
  .footer-social .footer-text {
    font-size: 22px;
  }
  #slider, #slider article {
    height: 100vh;
    min-height: 600px;
    margin-top: 0;
  }
  .cycle-pager {
    display: block;
  }
  #slider h2 {
    font-size: 1.7857142857142858em;
  }
  #slider .caption p {
    line-height: 1.5em;
    margin-bottom: 0.8571428571428571em;
  }
  #slider .caption span {
    font-size: 1.2857142857142858em;
  }
  #slider article .caption {
    height: 100px;
  }
  .section-home .box {
    display: inline-block;
    margin-right: 1%;
    width: 31%;
  }
}
@media screen and (min-width: 768px) {
  /*elements now visible*/
  header .utility {
    display: inline;
  }
  #logo {
    margin-left: 34px;
  }
  header .utility {
    float: right;
    margin: 15px 7px 10px 0;
  }
  .utility li {
    display: inline;
    padding: 0 8px 0 7px;
    background: url(../images/generic/div-util.gif) center right no-repeat;
    text-transform: uppercase;
    font-size: 1.4em;
    line-height: 14px;
  }
  .utility li.last {
    background: none;
  }
  /*dropdowns*/
  #primary li {
    position: relative;
  }
  #primary li:hover ul {
    display: block;
    position: absolute;
    left: 0;
    z-index: 200;
    min-width: 100%;
    background: #000;
    padding: 19px 0 18px;
    white-space: nowrap;
    font-weight: normal;
    font-size: 0.7222222222222222em;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  }
  #primary li li {
    float: none;
    display: block;
    width: 100%;
    background: none;
    padding: 0 !important;
    border-bottom: 1px solid #666666;
    margin: 0;
    z-index: 100;
  }
  #primary li li a {
    display: block;
    padding: 3px 15px 6px 15px !important;
    color: #fff !important;
  }
  #primary li li a:hover,
  #primary li li a:focus {
    color: #6cc !important;
  }
  #main {
    padding-bottom: 2em;
  }
  .wrap-cols {
    width: 77%;
    float: right;
  }
  .nosub .wrap-cols {
    width: 100%;
    float: none;
  }
  #subnav {
    width: 22.916666666666664%;
    float: left;
  }
  .intro {
    padding: 11px 30px;
  }
  .nosub .intro,
  .noside .intro {
    padding: 13px 30px 16px;
  }
  .box {
    width: 32%;
    margin-right: 0;
    min-height: 190px;
    margin-bottom: 0;
  }
  .box1 {
    clear: left;
  }
  .box2 {
    margin: 0 2%;
  }
  .wrap-cal {
    float: left;
    display: inline;
    width: 195px;
  }
  .filter form {
    float: left;
    margin-left: 39px;
    width: 275px;
  }
  .filter form label,
  .filter form select {
    display: block;
  }
  .filter form select {
    width: 95%;
  }
  .interact section {
    float: left;
    display: inline;
  }
  .interact .contact {
    width: 40.86021505376344%;
    margin-right: 8.60215053763441%;
  }
  .interact .social ul {
    float: left;
    display: inline;
    width: 100px;
    margin-right: 22px;
  }
  /*forms*/
  form.std .col {
    float: left;
    width: 45%;
    margin-right: 5%;
  }
  .segment form.std,
  #page-add .segment .wrap {
    max-width: 600px;
  }
  form.submit p {
    clear: left;
    float: left;
    width: 100%;
  }
  form.submit label {
    float: left;
    display: inline;
    width: 36.666666666666664%;
  }
  form.submit input,
  form.submit textarea,
  form.submit select.std {
    float: left;
    display: inline;
    width: 43.333333333333336%;
  }
  form.submit select.std {
    width: 44.166666666666664%;
  }
  form.submit button {
    margin-left: 36.666666666666664%;
  }
  #page-add #calendar_fields {
    float: left;
    display: inline;
    width: 63.33333333333333%;
  }
  .footer-social .footer-inner {
    height: 50px;
  }
  .footer-social .footer-text {
    margin-top: -1px;
  }
  .footer-social form {
    margin-top: -13px;
  }
  .footer-social .icons {
    margin-top: 10px;
  }
}

/*desktop*/
@media screen and (min-width: 960px) {
  body {
    background: #fff;
  }
  #primary li {
    padding: 0 33px 0 19px;
  }
  #primary li.first {
    padding-left: 31px;
  }
  header .utility {
    margin-top: 28px;
    margin-bottom: 0;
  }
  /*dropdowns*/
  #primary li.last {
    position: static;
  }
  #primary li.last:hover ul {
    left: auto;
    right: 0;
    min-width: 1em;
    width: auto;
  }
  #main {
    padding: 20px 45px;
    min-height: 400px;
    margin-top: 130px;
  }
  .section-home #main {
    padding-bottom: 0;
  }
  .text {
    margin-right: 15px;
  }
  #subnav {
    display: inline;
    float: left;
    width: 18%;
  }
  #content {
    display: inline;
    float: left;
    width: 82%;
    margin: 0 10px;
  }
  .cols3 #content {
    width: 77%;
  }
  .nosub #content,
  .noside #content {
    display: inline;
    float: left;
    width: 78%;
    margin: 0 10px;
    padding-top: 12px;
  }
  .section-home #content {
    width: 100%
  }
  #page-dance-classes .intro {
    min-height: 70px;
    line-height: 70px;
  }
  .nosub .item .inner,
  .noside .item .inner {
    width: 55.14705882352941%;
    margin-right: 70px;
  }
  .box {
    width: 210px;
  }
  .section-home .box {
    width: 31%;
    min-width: 31%;
    min-height: 300px;
  }
  .section-home .latest .box1 {
    width: 200px;
  }
  .box2 {
    margin-left: 20px;
    margin-right: 20px;
  }
  #sidebar {
    margin-bottom: 15px;
  }
  #sidebar .list {
    min-height: 129px;
  }
  .list .email {
    width: 150px;
  }
  .tweet .meta {
    margin-bottom: 35px;
  }
  /*tweet box arrow*/
  .tweet {
    position: relative;
  }
  .tweet:before,
  .tweet:after {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-left: 0;
    left: 30px;
  }
  .tweet:after {
    border-color: rgba(248, 160, 0, 0);
    border-top-color: ff8a00;
    border-width: 10px;
    margin-left: -10px;
  }
  .tweet:before {
    border-color: rgba(255, 138, 0, 0);
    border-top-color: #ff8a00;
    border-width: 11px;
    margin-left: -11px;
  }
  /*specific pages*/
  .section-home .intro {
    padding-left: 10px;
    padding-right: 70px;
    padding-bottom: 22px;
  }
  .panel {
    padding: 11px 0 17px 30px;
  }
  .panel h2 {
    margin-bottom: 14px;
  }
  .interact {
    padding-top: 14px;
  }
  .interact h2 {
    margin-bottom: 11px;
  }
}
@media screen and (min-width: 1110px) {
  #sidebar {
    display: inline;
    float: left;
    width: 20%;
  }
  .footer-social form {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
  }
}