@charset "UTF-8";
/*
Theme Name: ASFM Theme
Theme URI: 
Author: ForwardWW
Author URI: http://www.forwardww.com/
Description: Descriptions

*/
/* --- functional styling */
.dzscalendar {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
.dzscalendar * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
.dzscalendar .mon-row > span {
  white-space: nowrap;
}
#calendar-frame {
  height: 170px;
  padding-top: 5px;
  border-top: 2px solid #5d3738;
  border-bottom: 2px solid #5d3738;
  margin-bottom: 7px;
}
#title-whats-on a {
  width: 118px;
  height: 15px;
  display: block;
}
.dzscalendar {
  position: absolute;
  width: 100%;
  height: 165px;
  width: 217px;
  transition-property: height;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  -moz-transition-property: height;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-property: height;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: height;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-out;
  -ms-transition-property: height;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease-out;
}
.dzscalendar .btn {
  background-color: #492a2c;
  padding: 8px 10px;
  text-transform: uppercase;
  font-size: 0.8em;
}
.dzscalendar .main-mon, .dzscalendar .mon-body, .dzscalendar .mon-body > .mon-row {
  position: relative;
}
.dzscalendar .events {
  display: none;
}
.dzscalendar .calendar-controls {
  position: relative;
}
.dzscalendar .theMonths {
  position: relative;
}
.dzscalendar .theMonths > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
/* --- estethic styling */
.dzscalendar {
  font-family: 'Carrois Gothic', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.dzscalendar .testimonial span {
  font-size: 2.5em;
  font-family: Courier New, Arial;
  font-style: italic;
  line-height: 1em;
  color: #555;
}
.dzscalendar .testimonial .the-author {
  font-size: 1em;
  font-family: Courier New, Arial;
  font-style: italic;
  color: #aaa;
  margin-top: 10px;
}
.dzscalendar .week-day {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  font-size: 12px;
  width: 14%;
  width: calc(100%/7);
  display: inline-block;
}
.dzscalendar .week-day .the-event-content {
  display: none;
}
.dzscalendar .main-mon .week-day.tag-red {
  background-color: red;
  color: #fff;
}
.dzscalendar .main-mon .week-day.tag-important {
  background-color: #ae1919;
  color: #fff;
}
.dzscalendar .main-mon .week-day.tag-blue {
  background-color: #2f96b4;
  color: #fff;
}
.dzscalendar .hasEvent, .dzscalendar .hasEventForHover {
  background-color: #af9b60;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
}
body .tag-event-type-1.hasEvent, body .tag-event-type-1.hasEventForHover {
  background-color: #ff4d2c;
}
body .tag-event-type-2.hasEvent, body .tag-event-type-2.hasEventForHover {
  background-color: #af9b5b;
}
body .tag-event-type-3.hasEvent, body .tag-event-type-3.hasEventForHover {
  background-color: #9e9c00;
}
body .tag-event-type-4.hasEvent, body .tag-event-type-4.hasEventForHover {
  background-color: #c63085;
}
body .tag-event-type-5.hasEvent, body .tag-event-type-5.hasEventForHover {
  background-color: #00878e;
}
.dzscalendar .label {
  color: #111;
}
.dzscalendar.mode-datepicker .main-mon .mon-body .week-day {
  cursor: pointer;
}
.dzscalendar .main-mon .other-months-date {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.dzscalendar .past-date {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.dzscalendar .calendar-controls {
  min-height: 27px;
  width: 100%;
}
.dzscalendar .calendar-controls .arrow-left {
  position: absolute;
  top: 1px;
  left: 10px;
  background: transparent no-repeat center center url(img/arrowline-left-simple.png);
  width: 15px;
  height: 16px;
  cursor: pointer;
}
.dzscalendar .calendar-controls .arrow-right {
  position: absolute;
  top: 1px;
  right: 10px;
  background: transparent no-repeat center center url(img/arrowline-right-simple.png);
  width: 15px;
  height: 16px;
  cursor: pointer;
}
.dzscalendar .calendar-controls .curr-date {
  text-align: center;
  padding-top: 0px;
}
.dzscalendar .calendar-controls .curr-month {
  margin-right: 15px;
}
.dzscalendar .calendar-controls .curr-year {
  color: #FFF;
}
.dzscalendar .theMonths, .dzscalendar .calendar-controls {
  width: 100%;
  marign-top: 0;
}
.dzscalendar .theMonths {
  width: 100%;
  height: 151px;
  overflow: hidden;
  marign-top: 0;
}
.dzscalendar .slideDescription {
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
.dzscalendar .slideDescription .desc-close-button {
  position: absolute;
  top: 10px;
  right: 5px;
  text-align: center;
  padding: 1px 7px;
  border: 1px solid white;
  border-radius: 20px;
  font-family: arial, serif;
  cursor: pointer;
}
/*=== the DZS tooltip -->
*/
.dzscalendar .dzstooltip {
  position: absolute;
  opacity: 0;
  z-index: 576;
  text-align: left;
  transition-property: height;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  -moz-transition-property: height;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-property: height;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: height;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-out;
  -ms-transition-property: height;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease-out;
}
.dzstooltip span.label {
  font-weight: bold;
}
.dzstooltip > div {
  padding-bottom: 10px;
}
.dzstooltip > div > h5 {
  font-size: 1.25em;
  font-weight: normal;
  margin-top: 7px;
  margin-bottom: 10px;
}
.dzscalendar .aux-transition-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  perspective: 1600px;
  -webkit-perspective: 1600px;
}
.dzscalendar .aux-transition {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transition-property: transform;
  transition-duration: 0.8s;
  transition-timing-function: ease-out;
  -moz-transition-property: transform;
  -moz-transition-duration: 0.8s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-property: transform;
  -webkit-transition-duration: 0.8s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: transform;
  -o-transition-duration: 0.8s;
  -o-transition-timing-function: ease-out;
  -ms-transition-property: transform;
  -ms-transition-duration: 0.8s;
  -ms-transition-timing-function: ease-out;
}
.dzscalendar .aux-transition > * {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.dzscalendar .aux-transition > .theMonths {
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  -webkit-transform-origin: 50% 0;
  -webkit-transform-style: preserve-3d;
  transition-property: transform;
  transition-duration: 0.8s;
  transition-timing-function: ease-out;
  -moz-transition-property: transform;
  -moz-transition-duration: 0.8s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-property: transform;
  -webkit-transition-duration: 0.8s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: transform;
  -o-transition-duration: 0.8s;
  -o-transition-timing-function: ease-out;
  -ms-transition-property: transform;
  -ms-transition-duration: 0.8s;
  -ms-transition-timing-function: ease-out;
}
.dzscalendar .aux-transition > .calendar-controls {
  transform: rotateX(-180deg);
  transform-origin: 50% 100%;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-180deg);
  -webkit-transform-origin: 50% 100%;
  -webkit-transform-style: preserve-3d;
  transition-property: transform;
  transition-duration: 0.8s;
  transition-timing-function: ease-out;
  -moz-transition-property: transform;
  -moz-transition-duration: 0.8s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-property: transform;
  -webkit-transition-duration: 0.8s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: transform;
  -o-transition-duration: 0.8s;
  -o-transition-timing-function: ease-out;
  -ms-transition-property: transform;
  -ms-transition-duration: 0.8s;
  -ms-transition-timing-function: ease-out;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}
.dzscalendar .aux-transition.dzsflipped > .theMonths {
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
}
.dzscalendar .aux-transition.dzsflipped > .calendar-controls {
  transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  box-shadow: 0 0 3px 0 transparent;
}
.dzscalendar .aux-transition.backward > .theMonths {
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
}
.dzscalendar .aux-transition.backward > .calendar-controls {
  transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
}
.dzscalendar .aux-transition.backward.dzsflipped > .theMonths {
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
}
.dzscalendar .aux-transition.backward.dzsflipped > .calendar-controls {
  transform: rotateX(-180deg);
  -webkit-transform: rotateX(-180deg);
}
.dzscalendar.skin-other .testimonial span {
  font-size: 1em;
}
.dzscalendar.skin-other .testimonial .the-author {
  font-size: 1em;
  font-family: Courier New, Arial;
  font-style: italic;
  color: #aaa;
  margin-top: 0px;
}
.dzscalendar.skin-black .testimonial span {
  font-size: 1em;
}
.dzscalendar.skin-black .testimonial .the-author {
  font-size: 1em;
  font-family: Courier New, Arial;
  font-style: italic;
  color: #aaa;
  margin-top: 0px;
}
.dzscalendar.skin-black {
  background: #222;
  color: #fff;
  padding: 7px 3px 12px;
  border-radius: 5px;
}
.dzscalendar.skin-black .calendar-controls .arrow-left {
  position: absolute;
  top: 1px;
  left: 10px;
  background: transparent no-repeat center center url(img/arrowline-left-simple.png);
  width: 15px;
  height: 16px;
  cursor: pointer;
}
.dzscalendar.skin-black .calendar-controls .arrow-right {
  position: absolute;
  top: 1px;
  right: 10px;
  background: transparent no-repeat center center url(img/arrowline-right-simple.png);
  width: 15px;
  height: 16px;
  cursor: pointer;
}
.dzscalendar.skin-aurora {
  width: 100%;
  height: 230px;
  color: #333;
}
.dzscalendar.skin-aurora .calendar-controls {
  background: #333;
  color: #fff;
  padding-top: 6px;
}
.dzscalendar.skin-aurora .calendar-controls .curr-date {
  padding-top: 5px;
  padding-bottom: 8px;
}
.dzscalendar.skin-aurora .theMonths {
  height: auto;
  background: #fff;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.dzscalendar.skin-aurora .theMonths > * {
  position: absolute;
  top: 0;
  left: 0;
}
.dzscalendar.skin-aurora .mon-row:first-child .week-day {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.dzscalendar.skin-aurora .week-day {
  background-color: #e5e5e5;
  opacity: 0.75;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 11px;
  text-align: center;
  font-family: Arial, sans-serif;
  padding: 3px 7px;
}
.dzscalendar.skin-aurora .week-day:last-child {
  border-right: 0px solid rgba(0, 0, 0, 0.2);
}
.dzscalendar.skin-aurora .hasEvent, .dzscalendar.skin-aurora .hasEventForHover {
  color: #ae1919;
  font-weight: normal;
}
.dzscalendar.skin-aurora .main-mon .today-date {
  font-weight: bold;
}
.dzscalendar.skin-aurora .main-mon .other-months-date {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.dzscalendar.skin-aurora .main-mon .curr-months-date {
  position: relative;
}
.dzscalendar.skin-aurora .main-mon .past-date {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.dzscalendar.skin-aurora .headerRow .week-day {
  background: #f6f6f6;
  font-size: 8px;
  border: 0;
  box-shadow: none;
}
.dzscalendar.skin-aurora .calendar-controls .arrow-left, .dzscalendar.skin-aurora .calendar-controls .arrow-right {
  position: absolute;
  top: 13px;
  left: 10px;
  background: transparent no-repeat center center url(img/arrowleft.png);
  width: 15px;
  height: 16px;
  cursor: pointer;
}
.dzscalendar.skin-aurora .calendar-controls .arrow-right {
  left: auto;
  right: 10px;
  background: transparent no-repeat center center url(img/arrowright.png);
}
/*======
========skin-responsive
*/
.dzscalendar.skin-responsive {
  margin-top: 15px;
  margin-bottom: 20px;
  width: 100%;
  height: auto;
}
.dzscalendar.skin-responsive .calendar-controls {
  margin-bottom: 8px;
}
.dzscalendar.skin-responsive .theMonths {
  height: auto;
}
.dzscalendar.skin-responsive .theMonths > * {
  width: 100%;
  position: relative;
}
.dzscalendar.skin-responsive .main-mon .week-day {
  width: 14%;
  height: 30px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.dzscalendar.skin-responsive .main-mon .mon-row .week-day:first-child {
  border-left: 0px solid rgba(0, 0, 0, 0.1);
}
.dzscalendar.skin-responsive .calendar-controls .arrow-left {
  left: 35px;
}
.dzscalendar.skin-responsive .calendar-controls .arrow-right {
  right: 25px;
}
/*==========================================================
========skin-responsive-galileo
=================================================================
*/
.dzscalendar-con.skin-responsive-galileo {
  box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.dzscalendar.skin-responsive-galileo {
  margin-top: 15px;
  margin-bottom: 20px;
  width: 100%;
  height: auto;
  color: #222;
  transition-property: height;
  transition-duration: 0.8s;
  transition-timing-function: ease-out;
  -moz-transition-property: height;
  -moz-transition-duration: 0.8s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-property: height;
  -webkit-transition-duration: 0.8s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: height;
  -o-transition-duration: 0.8s;
  -o-transition-timing-function: ease-out;
  -ms-transition-property: height;
  -ms-transition-duration: 0.8s;
  -ms-transition-timing-function: ease-out;
}
.dzscalendar.skin-responsive-galileo .calendar-controls {
  margin-bottom: 8px;
}
.dzscalendar.skin-responsive-galileo .theMonths {
  height: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
.dzscalendar.skin-responsive-galileo .theMonths > * {
  width: 100%;
  position: relative;
}
.dzscalendar.skin-responsive-galileo .past-date {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
.dzscalendar.skin-responsive-galileo .headerRow {
  background: #ba5e5e;
  color: #eee;
}
.dzscalendar.skin-responsive-galileo .headerRow .week-day {
  padding: 5px 0;
}
.dzscalendar.skin-responsive-galileo .mon-row.separator {
  height: 20px;
}
.dzscalendar.skin-responsive-galileo .theMonths {
  background: white;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
.dzscalendar.skin-responsive-galileo .main-mon .mon-body .mon-row {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.dzscalendar.skin-responsive-galileo .main-mon .mon-body .mon-row:empty {
  display: none;
}
.dzscalendar.skin-responsive-galileo .main-mon .mon-body .mon-row:first-child {
  border-top: 0px solid rgba(0, 0, 0, 0.1);
}
.dzscalendar.skin-responsive-galileo .main-mon .mon-body .week-day {
  width: 14%;
  height: 50px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  vertical-align: bottom;
  text-align: right;
  font-size: 14px;
  font-size: 0.8rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  position: relative;
}
.dzscalendar.skin-responsive-galileo .main-mon .week-day > span {
  position: absolute;
  right: 4px;
  bottom: 0;
}
.dzscalendar.skin-responsive-galileo .main-mon .mon-row .week-day:first-child {
  border-left: 0px solid rgba(0, 0, 0, 0.1);
}
.dzscalendar.skin-responsive-galileo .calendar-controls .arrow-left {
  left: 35px;
}
.dzscalendar.skin-responsive-galileo .calendar-controls .arrow-right {
  right: 25px;
}
.dzscalendar.skin-responsive-galileo .calendar-controls {
  height: 350px;
  background: #eee;
  margin-bottom: 0;
}
.dzscalendar.skin-responsive-galileo .calendar-controls .month-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.dzscalendar.skin-responsive-galileo .curr-date {
  color: #eee;
  position: absolute;
  right: 40px;
  bottom: 40px;
  font-size: 22px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  padding: 15px 20px;
  text-shadow: 1px 0px 1px rgba(0, 0, 0, 0.3);
}
.dzscalendar.skin-responsive-galileo .curr-date > * {
  color: #eee;
}
.dzscalendar.skin-responsive-galileo .calendar-controls .arrow-left {
  position: absolute;
  left: 10px;
  opacity: 0.5;
  top: auto;
  bottom: 40px;
  background: transparent no-repeat center center url(img/arrowleft-galileo.png);
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.dzscalendar.skin-responsive-galileo .calendar-controls .arrow-left:hover {
  opacity: 0.7;
}
.dzscalendar.skin-responsive-galileo .calendar-controls .arrow-right {
  position: absolute;
  left: auto;
  right: 0px;
  opacity: 0.5;
  top: auto;
  bottom: 40px;
  background: transparent no-repeat center center url(img/arrowright-galileo.png);
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.dzscalendar.skin-responsive-galileo .calendar-controls .arrow-right:hover {
  opacity: 0.7;
}
.dzscalendar.skin-responsive-galileo.under-480 .curr-date {
  font-size: 13px;
}
.dzscalendar.skin-responsive-galileo.under-240 .main-mon .week-day {
  width: 14%;
  height: 30px;
  font-size: 12px;
  font-size: 0.6rem;
}
.dzscalendar.skin-responsive-galileo.under-240 .curr-date {
  font-size: 10px;
}
.dzscalendar.skin-responsive-galileo.under-240 .calendar-controls {
  height: 230px;
}
.non-animation {
  transition-duration: 0s;
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
}
.event-receiver {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  padding: 10px 15px;
  border-radius: 0;
  color: #888;
}
.dzscal-blog-event {
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
.dzscal-blog-event * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
.dzscal-blog-event .dzscal-date-con {
  float: left;
  width: 70px;
  margin-right: 30px;
  background: #cb1919;
  text-align: center;
  color: #fff;
  padding: 18px 10px;
  font-family: Courier New, Arial;
}
.dzscal-blog-event .dzscal-date-con .date-con--date {
  font-size: 30px;
  margin-bottom: 3px;
}
.dzscal-blog-event .dzscal-date-con .date-con--month {
  font-size: 15px;
  opacity: 0.7;
}
.dzscal-blog-event:after {
  display: block;
  clear: both;
  content: " ";
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  box-sizing: border-box;
  /* Apply a natural box layout model to the document; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
}
html, body {
  width: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}
*, *:before, *:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
article, aside, details, figcaption, figure, footer, header, main, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  font-weight: normal;
  text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
a img {
  border: 0;
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td, .table th {
    background-color: #fff !important;
  }
  .table-bordered th, .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  line-height: 1.25;
  color: #3c3c3c;
  background-color: #fff;
}
input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #009999;
  text-decoration: none;
}
a:hover, a:focus {
  color: #009999;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: bold;
  line-height: 1.1;
  color: inherit;
}
h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small, .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small, .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small, .h2 .small, h3 small, h3 .small, .h3 small, .h3 .small {
  font-size: 65%;
}
h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small, h4 .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small, .h5 .small, h6 small, h6 .small, .h6 small, .h6 .small {
  font-size: 75%;
}
h1, .h1 {
  font-size: 40px;
}
h2, .h2 {
  font-size: 28px;
}
h3, .h3 {
  font-size: 19px;
}
h4, .h4 {
  font-size: 16px;
}
h5, .h5 {
  font-size: 16px;
}
h6, .h6 {
  font-size: 14px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small, .small {
  font-size: 87%;
}
mark, .mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #009999;
}
a.text-primary:hover {
  color: #066;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
}
.bg-primary {
  background-color: #009999;
}
a.bg-primary:hover {
  background-color: #066;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul, ul ol, ol ul, ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt, dd {
  line-height: 1.25;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 993px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title], abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 20px;
  border-left: 5px solid #eee;
}
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer, blockquote small, blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.25;
  color: #878787;
}
blockquote footer:before, blockquote small:before, blockquote .small:before {
  content: '— ';
}
.blockquote-reverse, blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before, .blockquote-reverse small:before, .blockquote-reverse .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before, blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after, .blockquote-reverse small:after, .blockquote-reverse .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after, blockquote.pull-right .small:after {
  content: ' —';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.25;
}
code, kbd, pre, samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.25;
  word-break: break-all;
  word-wrap: break-word;
  color: #3c3c3c;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 760px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 980px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1180px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .submenu-summary, .about-us-dropdown li, .learning-dropdown li, .support-us-dropdown .submenu-header, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .wptt_TwitterTweets .fetched_tweets > .tweets_avatar, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .about-us-dropdown .submenu-header, .learning-dropdown .submenu-header, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-1 {
  width: 8.3333333333%;
}
.col-xs-2 {
  width: 16.6666666667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.3333333333%;
}
.col-xs-5 {
  width: 41.6666666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.3333333333%;
}
.col-xs-8 {
  width: 66.6666666667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.3333333333%;
}
.col-xs-11 {
  width: 91.6666666667%;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-pull-1 {
  right: 8.3333333333%;
}
.col-xs-pull-2 {
  right: 16.6666666667%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-4 {
  right: 33.3333333333%;
}
.col-xs-pull-5 {
  right: 41.6666666667%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-7 {
  right: 58.3333333333%;
}
.col-xs-pull-8 {
  right: 66.6666666667%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-10 {
  right: 83.3333333333%;
}
.col-xs-pull-11 {
  right: 91.6666666667%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-push-1 {
  left: 8.3333333333%;
}
.col-xs-push-2 {
  left: 16.6666666667%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-4 {
  left: 33.3333333333%;
}
.col-xs-push-5 {
  left: 41.6666666667%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-7 {
  left: 58.3333333333%;
}
.col-xs-push-8 {
  left: 66.6666666667%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-10 {
  left: 83.3333333333%;
}
.col-xs-push-11 {
  left: 91.6666666667%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}
.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}
.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}
.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}
.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .wptt_TwitterTweets .fetched_tweets > .tweets_avatar {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12, .wptt_TwitterTweets .fetched_tweets > .tweets_avatar {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .submenu-summary, .about-us-dropdown li, .learning-dropdown li, .support-us-dropdown .submenu-header, .col-md-4, .col-md-5, .col-md-6, .wptt_TwitterTweets .fetched_tweets > .tweets_avatar, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .about-us-dropdown .submenu-header, .learning-dropdown .submenu-header {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3, .submenu-summary, .about-us-dropdown li, .learning-dropdown li, .support-us-dropdown .submenu-header {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6, .wptt_TwitterTweets .fetched_tweets > .tweets_avatar {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12, .about-us-dropdown .submenu-header, .learning-dropdown .submenu-header {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1, .support-us-dropdown .submenu-header {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .wptt_TwitterTweets .fetched_tweets > .tweets_avatar, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4, .wptt_TwitterTweets .fetched_tweets > .tweets_avatar {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: inherit;
  color: #3c3c3c;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"], input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple], select[size] {
  height: auto;
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.25;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.25;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm {
    line-height: 33px;
  }
  input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg {
    line-height: 49px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio, .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label, .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9 ;
}
.radio + .radio, .checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline, .checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"], input[type="checkbox"][disabled], input[type="checkbox"].disabled, fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled, fieldset[disabled] .radio-inline, .checkbox-inline.disabled, fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label, fieldset[disabled] .radio label, .checkbox.disabled label, fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg, .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm, .form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm, .form-group-sm .form-control {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm, .form-group-sm .form-control, select[multiple].input-sm {
  height: auto;
}
.input-lg, .form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg, .form-group-lg .form-control {
  height: 49px;
  line-height: 49px;
}
textarea.input-lg, .form-group-lg .form-control, select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}
.input-sm + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #7c7c7c;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio, .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label, .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio, .form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 10px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 0 0;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: transparent;
  border-color: #009999;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.25;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #009999;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu, .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: inherit;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 993px) {
  .navbar {
    border-radius: 0;
  }
}
.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 993px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 993px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 993px) {
  .container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 993px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top, .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 993px) {
  .navbar-fixed-top, .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 0 10px;
  font-size: 20px;
  line-height: 20px;
  height: inherit;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 993px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -10px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: inherit - 34px / 2;
  margin-bottom: inherit - 34px / 2;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 993px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 0 -10px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 992px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 993px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: inherit - 34px / 2;
  margin-bottom: inherit - 34px / 2;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio, .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label, .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 992px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 993px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: inherit - 34px / 2;
  margin-bottom: inherit - 34px / 2;
}
.navbar-btn.btn-sm {
  margin-top: inherit - 33px / 2;
  margin-bottom: inherit - 33px / 2;
}
.navbar-btn.btn-xs {
  margin-top: inherit - 22 / 2;
  margin-bottom: inherit - 22 / 2;
}
.navbar-text {
  margin-top: inherit - 20px / 2;
  margin-bottom: inherit - 20px / 2;
}
@media (min-width: 993px) {
  .navbar-text {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (min-width: 993px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -10px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #fff;
  border-color: #dadad9;
}
.navbar-default .navbar-brand {
  color: #3c3c3c;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #232323;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #3c3c3c;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #009999;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #009999;
  background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: none;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: transparent;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #dadad9;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #009999;
}
@media (max-width: 992px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #3c3c3c;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #009999;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #009999;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #3c3c3c;
}
.navbar-default .navbar-link:hover {
  color: #009999;
}
.navbar-default .btn-link {
  color: #3c3c3c;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #009999;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #fff;
  border-color: #e6e6e6;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #fff;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: transparent;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: transparent;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #ededed;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #fff;
  color: #fff;
}
@media (max-width: 992px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #e6e6e6;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #e6e6e6;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #fff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: transparent;
  border: 1px solid none;
  border: 1px solid none;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid transparent;
  min-height: 16.25px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.25;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid transparent;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: NaN a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}
.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs, td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm, td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md, td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg, td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print, td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
* {
  -moz-box-sizing: border-box;
}
*:before, *:after {
  -moz-box-sizing: border-box;
}
body {
  font-size: 14px;
  overflow: hidden;
}
@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
}
h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  margin-top: 0;
}
h1 {
  font-size: 23px;
  line-height: 25px;
  letter-spacing: 2px;
}
@media (min-width: 768px) {
  h1 {
    line-height: 40px;
    font-size: 40px;
    letter-spacing: 5px;
  }
}
h2 {
  font-size: 23px;
  line-height: 25px;
  letter-spacing: 3px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 29px;
    line-height: 32px;
  }
}
h3 {
  font-size: 16px;
  line-height: 17px;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  h3 {
    font-size: 19px;
    line-height: 22px;
  }
}
h4 {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  h4 {
    font-size: 16px;
    line-height: 19px;
  }
}
em {
  font-style: italic;
}
.screen-reader-shortcut {
  position: absolute;
  top: -10000em;
  z-index: 10000;
}
.screen-reader-shortcut:focus {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  left: 20px;
  top: 70px;
  height: auto;
  width: auto;
  display: block;
  padding: 13px 40px;
  border: 1px solid #009999;
  border-radius: 2px;
  text-transform: uppercase;
  background-color: #009999;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 2px;
}
.container {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 480px) {
  .col-xxs-12 {
    width: 100%;
  }
}
.container-fluid {
  padding: 0 !important;
  width: 100% !important;
}
.no-gutter {
  margin: 0 !important;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.black-text {
  color: #000 !important;
  background-color: transparent !important;
  padding: 0 !important;
}
.black-text .read-more-btn a {
  color: #000 !important;
  border-color: #000 !important;
}
.black-text .read-more-btn a:hover {
  color: #fff !important;
}
@media (min-width: 768px) {
  .white-text {
    color: #fff !important;
    background-color: transparent !important;
    padding: 0 !important;
    font-weight: 600 !important;
  }
  .white-text .title h1, .white-text .title h2, .white-text .title h3, .white-text .title h4, .white-text .title h5, .white-text .title h6, .white-text .page-title h1, .white-text .page-title h2, .white-text .page-title h3, .white-text .page-title h4, .white-text .page-title h5, .white-text .page-title h6 {
    font-weight: 600 !important;
  }
  .white-text .read-more-btn a {
    color: #fff !important;
    border-color: #fff !important;
    font-weight: 600 !important;
  }
}
@media (min-width: 768px) {
  .dark-overlay {
    color: #fff !important;
    background-color: black !important;
    /* Fallback for older browsers without RGBA-support */
    background-color: rgba(0, 0, 0, 0.5) !important;
    padding: 23px 20px 26px;
    font-weight: 600 !important;
  }
  .dark-overlay .title h1, .dark-overlay .title h2, .dark-overlay .title h3, .dark-overlay .title h4, .dark-overlay .title h5, .dark-overlay .title h6, .dark-overlay .page-title h1, .dark-overlay .page-title h2, .dark-overlay .page-title h3, .dark-overlay .page-title h4, .dark-overlay .page-title h5, .dark-overlay .page-title h6 {
    font-weight: 600 !important;
  }
  .dark-overlay .read-more-btn a {
    color: #fff !important;
    border-color: #fff !important;
    font-weight: 600 !important;
  }
}
/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/
/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99;
  /* change if the mask should have another color then white */
  /* makes sure it stays on top */
}
#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  /* centers the loading animation horizontally one the screen */
  background-image: url(../img/status.gif);
  /* centers the loading animation vertically one the screen */
  background-repeat: no-repeat;
  /* path to your loading animation */
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}
.top-header {
  height: 50px;
  background-color: #232323;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .top-header {
    display: none;
  }
}
.top-header .top-header-btns {
  float: left;
  margin-top: 13px;
}
.top-header .top-header-btns > a {
  font-size: 11px;
  font-weight: bold;
  padding: 5px 35px;
  color: #fff;
  border-radius: 1px;
  letter-spacing: 2px;
  float: left;
  margin-right: 35px;
}
.top-header .top-header-btns > a.donate-btn {
  background-color: #009999;
}
.top-header .top-header-btns > a.join-mail-btn {
  background-color: #3c3c3a;
}
.top-header .top-header-social-icons {
  float: left;
  margin-top: 13px;
  display: flex;
  align-items: center;
}
.top-header .top-header-social-icons > a {
  display: inline-block;
  margin-right: 20px;
}
.top-header .top-header-social-icons > a.twitter {
  background-image: url(img/spritesheet.png);
  background-position: -736.5px -258px;
  width: 26px;
  height: 20px;
  background-size: 825px 463px;
}
.top-header .top-header-social-icons > a.facebook {
  background-image: url(img/spritesheet.png);
  background-position: -807.5px -230px;
  width: 10.5px;
  height: 20px;
  background-size: 825px 463px;
}
.top-header .top-header-social-icons > a.youtube {
  background-image: url(img/spritesheet.png);
  background-position: -565.5px -290.5px;
  width: 18px;
  height: 20px;
  background-size: 825px 463px;
}
.top-header .top-header-social-icons > a.google-plus {
  background-image: url(img/spritesheet.png);
  background-position: -803.5px -113px;
  width: 20px;
  height: 20px;
  background-size: 825px 463px;
}
.top-header .top-header-social-icons > a.soundcloud {
  background-image: url(img/spritesheet.png);
  background-position: -765px -258px;
  width: 30px;
  height: 17px;
  background-size: 825px 463px;
}
.top-header .logo {
  background-image: url(img/spritesheet.png);
  background-position: -282.5px 0px;
  width: 220px;
  height: 150px;
  background-size: 825px 463px;
  display: inline-block;
  position: relative;
  z-index: 150;
  float: right;
}
#nav-wrapper {
  min-height: 64px;
}
.navbar {
  padding: 0 0;
  border: 0;
  border-bottom: 1px solid #dadad9;
  margin-bottom: 0;
  z-index: 100;
  position: relative;
  -webkit-backface-visibility: hidden;
}
.navbar .navbar-header {
  margin: 0;
  padding: 12px 0 8px;
  min-height: 63px;
}
@media (min-width: 993px) {
  .navbar .navbar-header {
    padding: 0;
  }
}
.navbar .navbar-header .logo-mobile {
  display: block;
  float: left;
  margin-left: 10px;
  background-image: url(img/spritesheet.png);
  background-position: -562.5px -113px;
  width: 108px;
  height: 38px;
  background-size: 825px 463px;
}
@media (min-width: 993px) {
  .navbar .navbar-header .logo-mobile {
    display: none;
  }
}
.navbar .navbar-header .navbar-toggle {
  margin: 0;
  position: absolute;
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 0;
}
.navbar .navbar-header .navbar-toggle .mobile-menu-icon {
  display: block;
  margin: 0 auto;
  background-image: url(img/spritesheet.png);
  background-position: -710px -258px;
  width: 24px;
  height: 22px;
  background-size: 825px 463px;
}
.navbar .primary-menu {
  padding: 0;
  float: left;
}
.navbar .primary-menu .navbar-nav li > a {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 30px 27px 25px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar .primary-menu .navbar-nav li > a {
    padding: 30px 16px;
  }
}
.navbar .primary-menu .navbar-nav > li:first-of-type a {
  padding-left: 0;
}
.navbar .primary-menu .navbar-nav > li:last-of-type a {
  padding-right: 0;
}
.navbar-fixed .navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.navbar-fixed .navbar .search-form {
  margin-top: 16px;
}
@media (min-width: 992px) {
  .dropdown-menu {
    display: none;
    background: #232323;
    width: 100%;
    left: 0;
    right: 0;
    position: absolute;
    padding: 75px 0 55px;
    z-index: 10;
  }
  .dropdown {
    background: #fff;
  }
  .dropdown.menu-item {
    position: static;
  }
  .dropdown.open {
    background: #232323;
  }
  .dropdown-menu {
    transition: 0.2s all;
    background: transparent;
    min-height: 450px;
    background: #232323 !important;
  }
  .dropdown-menu:hover {
    color: #fff !important;
  }
  .dropdown-menu a, .dropdown-menu h3, .dropdown-menu p {
    color: #fff;
    padding: 0;
  }
  .dropdown-menu li > a {
    padding: 0 !important;
  }
  .dropdown-menu img {
    display: block;
    margin-bottom: 10px;
    max-width: 100%;
    height: auto;
  }
  .submenu-summary.submenu-summary {
    display: block;
    min-height: 300px;
  }
  .submenu-summary.submenu-summary h3 {
    margin-bottom: 20px;
  }
  .submenu-summary.submenu-summary .read-more-btn a {
    background: none;
    color: #fff;
    padding: 13px 40px;
    margin-top: 30px;
    border-color: #fff;
  }
  .submenu-summary.submenu-summary .read-more-btn a:hover {
    color: #fff;
    background-color: #009999;
    border-color: #009999;
  }
  .submenu-header:last-of-type {
    margin-top: 40px;
  }
  .submenu-header h3 {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 2px;
    color: #009999;
  }
  .dropdown-submenu .menu-item a {
    display: block;
    padding: 10px 0 !important;
    color: #fff;
  }
  .about-us-dropdown li {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .dropdown a .caret .caret-icon {
    background-image: url(img/spritesheet.png);
    background-position: -805.5px -141px;
    width: 10px;
    height: 6px;
    background-size: 825px 463px;
    display: inline-block;
    margin-left: 3px;
    margin-bottom: 2px;
  }
  .dropdown a:hover .caret .caret-icon {
    background-image: url(img/spritesheet.png);
    background-position: -793px -141px;
    width: 10px;
    height: 6px;
    background-size: 825px 463px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .dropdown.open a .caret .caret-icon {
    background-image: url(img/spritesheet.png);
    background-position: -735px -186px;
    width: 10px;
    height: 6px;
    background-size: 825px 463px;
  }
}
.submenu-summary {
  display: none;
}
.support-us-dropdown .submenu-summary {
  margin-right: 60px;
}
.support-us-dropdown .submenu-header.col-md-offset-1, .support-us-dropdown .submenu-header {
  margin-left: 3.333%;
}
.search-btn-mobile .search-icon, .search-btn {
  display: inline-block;
  background-image: url(img/spritesheet.png);
  background-position: -657px -258px;
  width: 24px;
  height: 24px;
  background-size: 825px 463px;
  float: right;
}
.search-btn {
  margin-top: 25px;
}
@media (max-width: 992px) {
  .search-btn {
    display: none;
  }
}
.search-btn-mobile {
  display: block;
  margin: 0;
  position: absolute;
  top: 13px;
  right: 82px;
  width: 41px;
  height: 40px;
  padding: 0;
  padding-top: 8px;
  border: 0;
  border-radius: 0;
}
@media (min-width: 993px) {
  .search-btn-mobile {
    display: none;
  }
}
.search-btn-mobile .search-icon {
  display: block;
  margin: 0 auto;
}
.modal-backdrop {
  position: absolute;
  top: 0;
  left: 0;
}
.modal, .modal-open {
  padding-right: 0 !important;
}
.modal-open .modal {
  overflow: visible !important;
}
.modal-header {
  color: #fff;
}
.modal-content {
  box-shadow: none;
}
.search-form-mobile .search-field {
  width: 100%;
  margin-right: 1%;
  float: left;
  padding: 10px 15px;
}
.search-form-mobile .col-xxs-12 .search-field {
  margin-bottom: 35px;
}
.search-form-mobile .submit-btn-mobile {
  width: 100%;
  padding: 15px 0;
  border: 1px solid #fff;
  border-radius: 5px;
  display: inline-block;
  text-transform: uppercase;
  background-color: transparent;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  line-height: 1;
}
.search-form-mobile .submit-btn-mobile:hover {
  color: #fff;
  background-color: #009999;
  border-color: #009999;
}
.modal-footer .modal-close {
  background-image: url(img/spritesheet.png);
  background-position: -605px -153.5px;
  width: 40px;
  height: 40px;
  background-size: 825px 463px;
  height: 41px;
  margin: 0 auto;
}
.modal-footer .modal-close:hover {
  background-image: url(img/spritesheet.png);
  background-position: -562.5px -153.5px;
  width: 40px;
  height: 40px;
  background-size: 825px 463px;
  height: 41px;
  cursor: pointer;
}
@media (max-width: 992px) {
  .primary-menu {
    width: 100% !important;
  }
  .navbar .container {
    width: 100%;
    padding: 0;
  }
  .navbar .container .navbar-collapse {
    margin: 0;
  }
  .navbar .primary-menu .navbar-nav {
    margin: 0;
    background: #eee;
    padding-bottom: 25px;
  }
  .navbar .primary-menu .navbar-nav li {
    background: #eee;
    border-bottom: 1px solid white;
    width: 100%;
  }
  .navbar .primary-menu .navbar-nav li.active a {
    color: #009999;
  }
  .navbar .primary-menu .navbar-nav li > a {
    padding: 10px 30px;
    width: 100%;
    margin: 0;
    color: #3c3c3c;
  }
  .navbar .primary-menu .navbar-nav li > a:hover {
    color: #009999;
  }
  .navbar .primary-menu .navbar-nav li:first-of-type a {
    padding-left: 30px;
  }
  .navbar .primary-menu .navbar-nav li:last-of-type a {
    border: 0;
  }
  .navbar .primary-menu .navbar-nav .wp-post-image {
    display: none;
  }
  .navbar .primary-menu .navbar-nav li.mobile-donate, .navbar .primary-menu .navbar-nav li.mobile-mailing-list {
    border-bottom: 0;
    padding: 25px 25px 0;
    display: inline-block;
    max-width: 40%;
    min-width: 338px;
  }
  .navbar .primary-menu .navbar-nav li.mobile-donate a, .navbar .primary-menu .navbar-nav li.mobile-mailing-list a {
    font-weight: bold;
    padding: 13px 40px;
    color: #fff;
    border-radius: 1px;
    letter-spacing: 3px;
    float: left;
    margin-right: 25px;
    text-align: center;
    border-radius: 2px;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 2px;
  }
  .navbar .primary-menu .navbar-nav li.mobile-donate a {
    background-color: #009999;
  }
  .navbar .primary-menu .navbar-nav li.mobile-mailing-list a {
    background-color: #3c3c3a;
  }
}
@media (max-width: 992px) and (max-width: 480px) {
  .navbar .primary-menu .navbar-nav li.mobile-donate, .navbar .primary-menu .navbar-nav li.mobile-mailing-list {
    max-width: 100%;
    min-width: auto;
  }
}
@media (max-width: 992px) {
  .navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  .desktop-menu {
    display: none;
  }
}
@media (min-width: 993px) {
  .desktop-menu {
    display: block;
  }
  .mobile-menu {
    display: none;
  }
}
@media (max-width: 992px) and (max-height: 420px) {
  .navbar {
    position: absolute;
    width: 100%;
  }
}
/* Footer */
.master-footer {
  background-color: #3c3c3a;
  padding: 30px 0;
  color: #c6c6c6;
  font-size: 13px;
  letter-spacing: 1px;
  text-align: center;
}
@media (min-width: 992px) {
  .master-footer {
    text-align: left;
    font-size: 15px;
  }
}
.footer-columns .mailing-list {
  float: right;
}
.footer-logo {
  background-image: url(img/spritesheet.png);
  background-position: 0px -375px;
  width: 255px;
  height: 88px;
  background-size: 825px 463px;
  background-repeat: repeat-x;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .footer-logo {
    margin: 0;
    margin-bottom: 50px;
  }
}
.footer-mail {
  line-height: 15px;
  margin-bottom: 50px;
}
.footer-mail a {
  color: #c6c6c6;
  display: inline-block;
  font-size: 28px;
}
.footer-mail a:hover {
  text-decoration: none;
}
.footer-mail a .mail-icon {
  background-image: url(img/spritesheet.png);
  background-position: -688px -153.5px;
  width: 40px;
  height: 24px;
  background-size: 825px 463px;
  display: inline-block;
  margin-right: 20px;
  position: relative;
  top: 2px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .footer-mail a .mail-icon {
    margin-bottom: 20px;
  }
}
.footer-social-icons {
  margin-bottom: 45px;
	display: flex;
	align-items: center;  
	justify-content: center;  	
}
@media (min-width: 992px) {
  .footer-social-icons {
    margin-bottom: 0;
	justify-content: start;    
  }
}
.footer-social-icons > a {
  display: inline-block;
  margin-right: 13px;
}
.footer-social-icons > a.twitter {
  background-image: url(img/spritesheet.png);
  background-position: -673px -113px;
  width: 46px;
  height: 38px;
  background-size: 825px 463px;
}
.footer-social-icons > a.facebook {
  background-image: url(img/spritesheet.png);
  background-position: -505px -318.5px;
  width: 20px;
  height: 38px;
  background-size: 825px 463px;
}
.footer-social-icons > a.youtube {
  background-image: url(img/spritesheet.png);
  background-position: -721.5px -113px;
  width: 32px;
  height: 38px;
  background-size: 825px 463px;
}
.footer-social-icons > a.google-plus {
  background-image: url(img/spritesheet.png);
  background-position: -783.5px -70.5px;
  width: 38px;
  height: 38px;
  background-size: 825px 463px;
}
.footer-social-icons > a.soundcloud {
  background-image: url(img/spritesheet.png);
  background-position: -756px -113px;
  width: 45px;
  height: 25.5px;
  background-size: 825px 463px;
  margin-bottom: 10px;
  margin-right: 0;
}
.queens-award-img {
  background-image: url(img/spritesheet.png);
  background-position: 0px -170.5px;
  width: 180px;
  height: 202px;
  background-size: 825px 463px;
  margin: 0 auto;
  margin-bottom: 80px;
}
.arts-council-img {
  width: 100%;
  max-width: 320px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 80px;
}
.arts-council-img img {
  max-width: 100%;
}
.footer-menu {
  padding-bottom: 17px;
  border-bottom: 1px solid #c6c6c6;
  display: inline-block;
  width: 100%;
  margin-top: 45px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .footer-menu {
    margin-top: 70px;
  }
}
.footer-menu .navbar-nav .menu-item {
  display: inline-block;
}
.footer-menu .navbar-nav .menu-item a {
  color: #fff;
  margin-right: 5px;
  font-weight: bold;
  font-size: 15px;
}
@media (min-width: 992px) {
  .footer-menu .navbar-nav .menu-item a {
    font-size: 14px;
  }
}
.footer-menu .navbar-nav .menu-item a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer-menu .navbar-nav .menu-item a:after {
  content: "•";
  margin-left: 5px;
  display: inline-block;
}
.footer-menu .navbar-nav .menu-item:last-of-type a:after {
  content: none;
}
.footer-contact-form > input {
  width: 100%;
  margin-bottom: 15px;
  border: none;
  background-color: #6f6f6f;
  padding: 15px;
  text-transform: uppercase;
  background-color: #5b5b5b;
  font-weight: bold;
  letter-spacing: 1px;
}
.footer-contact-form select {
  margin-bottom: 15px;
  text-transform: uppercase;
  width: 170px;
  background-color: #3c3c3a;
  border: 1px solid #c6c6c6;
  border-radius: 2px;
  float: left;
  height: 33px;
  padding: 6px 4px 4px;
}
.footer-contact-form .footer-submit {
  background-color: #c6c6c6;
  color: #3c3c3a;
}
.copyright {
  margin-top: 10px;
}
.copyright a {
  color: #c6c6c6;
}
.widget {
  margin-bottom: 50px;
  display: inline-block;
}
.widget .widget-title {
  color: #fff;
}
.read-more-divider {
  height: 1px;
  border-bottom: 1px solid #6f6f6f;
  margin: 27px 0;
  text-align: center;
}
.read-more-divider a {
  position: relative;
  bottom: 20px;
}
.main-content {
  padding-bottom: 20px;
}
.filter-title {
  margin-bottom: 10px;
}
.loader {
  display: none;
  width: 40px;
  position: relative;
  left: 50%;
  margin-left: -20px;
}
.loading .loader {
  display: block;
}
.select-filter select {
  border: 1px solid #6f6f6f;
  border-radius: 6px;
  margin-bottom: 55px;
  width: 100%;
  height: 50px;
  padding: 15px 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  color: #6f6f6f;
}
@media (min-width: 768px) {
  .select-filter select {
    width: 280px;
  }
}
.select-filter select option {
  padding: 15px 10px;
}
.no-textshadow select {
  color: #6f6f6f;
}
.page-banner {
  margin-bottom: 50px;
}
.page-banner .back-image {
  color: #fff;
  max-height: 580px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 767px) {
  .page-banner .back-image {
    max-height: 350px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-banner .back-image {
    max-height: 500px;
  }
}
.page-banner .back-image.google-maps {
  height: 580px;
}
@media (max-width: 480px) {
  .page-banner .back-image.google-maps {
    height: 350px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-banner .back-image.google-maps {
    height: 500px;
  }
}
.page-banner .back-image img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .page-banner .page-info-container {
    padding: 0;
  }
}
.page-banner .page-info-container .row .col-xs-12 {
  min-height: 0;
}
.page-banner .page-info-container .page-info {
  width: 100%;
  padding: 30px;
  color: #fff;
  background-color: #3c3c3a;
}
@media (min-width: 768px) {
  .page-banner .page-info-container .page-info {
    position: absolute;
    bottom: 80px;
    width: 360px;
    background-color: #3c3c3c;
  }
}
.page-banner .page-info-container .page-info .page-content {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
}
.page-banner .filter {
  color: white;
  padding: 0 10px;
}
@media (min-width: 1180px) {
  .page-banner .filter {
    left: 26px;
    position: absolute;
    top: -115px;
  }
}
.page-section-title {
  color: #3c3c3c;
}
@media (min-width: 768px) {
  .page-section-title.margin-from-header {
    margin-top: 80px;
  }
}
@media (max-width: 992px) {
  .page-section-title.margin-from-header {
    margin-top: 40px;
  }
}
.content-container {
  margin-top: 30px;
}
.page-section-content {
  color: #3c3c3a;
  margin-bottom: 30px;
}
.page-section-content ul {
  list-style-position: inside;
  list-style-type: disc;
}
.page-section-content ul li {
  margin-bottom: 5px;
}
.page-section-content img {
  max-width: 100%;
  height: auto;
}
.read-more-btn a, .download-btn a, .buy-tickets-btn a, .modal-close a, .back-btn a, .read-more-divider a, .link-btn a, .tour-details-btn a, .past-events-btn a {
  padding: 13px 40px;
  border: 1px solid #6f6f6f;
  border-radius: 2px;
  display: inline-block;
  text-transform: uppercase;
  background-color: #fff;
  color: #3c3c3a;
  font-weight: bold;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 2px;
}
.read-more-btn a:hover, .read-more-btn a:focus, .read-more-btn a:active, .download-btn a:hover, .download-btn a:focus, .download-btn a:active, .buy-tickets-btn a:hover, .buy-tickets-btn a:focus, .buy-tickets-btn a:active, .modal-close a:hover, .modal-close a:focus, .modal-close a:active, .back-btn a:hover, .back-btn a:focus, .back-btn a:active, .read-more-divider a:hover, .read-more-divider a:focus, .read-more-divider a:active, .link-btn a:hover, .link-btn a:focus, .link-btn a:active, .tour-details-btn a:hover, .tour-details-btn a:focus, .tour-details-btn a:active, .past-events-btn a:hover, .past-events-btn a:focus, .past-events-btn a:active {
  color: #fff;
  background-color: #009999;
  border-color: #009999;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin: 30px 0;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
blockquote {
  border: 0;
}
blockquote p {
  font-size: 16px;
  color: 16px;
  color: #3c3c3a;
  font-style: italic;
}
.image-credits {
  margin-top: 20px;
  color: #6f6f6f;
  font-size: 14px;
}
.image-credits > p {
  margin: 0;
}
/* SIDEBAR */
.sidebar .social-media {
  margin-bottom: 42px;
}
.sidebar .social-media .title {
  margin-bottom: 20px;
}
.sidebar .social-media > a {
  display: inline-block;
  margin-right: 23px;
  margin-bottom: 23px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .sidebar .social-media > a {
    margin-right: 12px;
  }
}
.sidebar .social-media > a.twitter {
  background-image: url(img/spritesheet.png);
  background-position: -747px -197.5px;
  width: 58px;
  height: 58px;
  background-size: 825px 463px;
}
.sidebar .social-media > a.twitter:hover {
  background-image: url(img/spritesheet.png);
  background-position: -505px -258px;
  width: 58px;
  height: 58px;
  background-size: 825px 463px;
}
.sidebar .social-media > a.facebook {
  background-image: url(img/spritesheet.png);
  background-position: -626px -197.5px;
  width: 58px;
  height: 58px;
  background-size: 825px 463px;
}
.sidebar .social-media > a.facebook:hover {
  background-image: url(img/spritesheet.png);
  background-position: -565.5px -197.5px;
  width: 58px;
  height: 58px;
  background-size: 825px 463px;
}
.sidebar .social-media > a.google-plus {
  background-image: url(img/spritesheet.png);
  background-position: -505px -197.5px;
  width: 58px;
  height: 58px;
  background-size: 825px 463px;
}
.sidebar .social-media > a.google-plus:hover {
  background-image: url(img/spritesheet.png);
  background-position: -686.5px -197.5px;
  width: 58px;
  height: 58px;
  background-size: 825px 463px;
}
.sidebar .spotify-sidebar {
  display: inline-block;
}
.sidebar .spotify-sidebar .spotify-sidebar-container {
  overflow: hidden;
  float: left;
}
.sidebar .spotify-sidebar .spotify-sidebar-container iframe {
  width: 100%;
  min-height: 350px;
}
.sidebar .spotify-sidebar .sub-title {
  margin-bottom: 25px;
}
.sidebar .google-maps {
  margin-bottom: 65px;
}
.sidebar .google-maps .title {
  margin-bottom: 30px;
}
.sidebar .google-maps .google-maps-icon {
  width: 100%;
  display: inline-block;
  margin-bottom: 25px;
}
.sidebar .google-maps .google-maps-icon img {
  max-width: 100%;
}
.sidebar .google-maps .read-more-btn a {
  width: 100%;
  text-align: center;
}
.concert-highlights {
  margin-top: 50px;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .concert-highlights {
    margin-bottom: 60px;
  }
}
.concert-highlights .title {
  margin-bottom: 0px;
}
.concert-highlights .title h3 {
  margin-bottom: 0;
}
.concert-highlights .concert-highlights-item {
  color: #3c3c3c;
}
.concert-highlights .concert-highlights-item:hover {
  color: #009999;
  text-decoration: none;
}
.concert-highlights .concert-highlights-item img {
  margin-bottom: 15px;
  width: 100%;
  height: auto;
}
.concert-highlights .concert-highlights-item .page-section-title {
  margin-bottom: 15px;
}
.concert-highlights .concert-highlights-item .sub-title {
  color: #6f6f6f;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .concert-highlights .concert-highlights-item .sub-title {
    margin-bottom: 0;
  }
}
.concert-highlights .concert-highlights-item .sub-title > div {
  display: inline-block;
}
.concert-highlights .concert-highlights-item .sub-title .date:after {
  content: "‚";
  display: inline-block;
}
.featured-row {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .featured-row {
    margin-bottom: 40px;
  }
}
.featured-row .title {
  margin-bottom: 40px;
}
.featured-row img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .featured-row img {
    margin-bottom: 0;
  }
}
.twitter-panel {
  margin-top: 50px;
  margin-bottom: 30px;
}
.twitter-panel .follow {
  min-height: 95px;
  background-color: #009999;
  color: #fff;
  padding: 15px 18px;
  margin-bottom: 20px;
}
.twitter-panel .follow .name {
  font-weight: bold;
  float: left;
  letter-spacing: 1px;
  margin-bottom: 10px;
  width: 80%;
}
.twitter-panel .follow .twitter-icon {
  width: 20%;
  float: right;
}
.twitter-panel .follow .twitter-icon .icon {
  background-image: url(img/spritesheet.png);
  background-position: -735px -70.5px;
  width: 46px;
  height: 38px;
  background-size: 825px 463px;
  float: right;
  margin-top: 5px;
}
@media (max-width: 992px) {
  .twitter-panel div:nth-of-type(2) {
    float: left;
  }
}
.twitter-panel .tweet_wrap br {
  display: none;
}
.wptt_TwitterTweets {
  padding: 0 !important;
}
.wptt_TwitterTweets .widget-title {
  display: none;
}
.wptt_TwitterTweets .fetched_tweets > .tweets_avatar {
  padding: 0 10px !important;
  margin: 0 0 15px !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
@media (min-width: 992px) {
  .wptt_TwitterTweets .fetched_tweets > .tweets_avatar {
    min-height: 130px;
  }
}
.wptt_TwitterTweets .wdtf-user-card {
  display: none !important;
}
.support-section-footer-links .col-xs-12 span.sep {
  margin: 0 8px;
}
@media (min-width: 768px) {
  .support-section-footer-links .col-xs-12 span.sep {
    margin: 0 15px;
  }
}
.page-template-support-us .page-section-title, .post-type-archive-support-us .page-section-title {
  text-align: left;
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .page-template-support-us .page-section-title, .post-type-archive-support-us .page-section-title {
    text-align: center;
  }
}
.musician-profile-box {
  margin-bottom: 55px;
}
.musician-profile-box img {
  margin-bottom: 20px;
  width: 100%;
  height: auto;
}
.musician-profile-box header {
  margin-bottom: 12px;
}
.musician-profile-box header .title {
  display: block;
}
.musician-profile-box header .instrument-title {
  font-size: 14px;
  text-transform: uppercase;
  color: #009999;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.musician-profile-box header .musician-subtitle {
  font-size: 13px;
  color: #6f6f6f;
  letter-spacing: 1px;
}
.musician-profile-box .biography-content .title {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 12px 0;
  border-top: 1px solid #6f6f6f;
  border-bottom: 1px solid #6f6f6f;
  margin-bottom: 15px;
}
.musician-profile-box .biography-content .title .caret {
  background-image: url(img/spritesheet.png);
  background-position: -722.5px -186px;
  width: 10px;
  height: 6px;
  background-size: 825px 463px;
  display: inline-block;
  float: right;
  margin-top: 5px;
}
.musician-profile-box .biography-content .title:hover .caret {
  background-image: url(img/spritesheet.png);
  background-position: -697.5px -186px;
  width: 10px;
  height: 6px;
  background-size: 825px 463px;
}
.musician-profile-box .biography-content .content {
  display: none;
}
.musician-profile-box .biography-content.up .title .caret {
  background-image: url(img/spritesheet.png);
  background-position: -710px -186px;
  width: 10px;
  height: 6px;
  background-size: 825px 463px;
}
.musician-profile-box .biography-content.up .title:hover .caret {
  background-image: url(img/spritesheet.png);
  background-position: -647.5px -186px;
  width: 10px;
  height: 6px;
  background-size: 825px 463px;
}
@media (min-width: 480px) and (max-width: 1200px) {
  .musician-profile-container.oddcol {
    clear: left;
  }
}
@media (min-width: 1200px) {
  .musician-profile-container.fourcol {
    clear: left;
  }
}
#infscr-loading {
  margin: 0 auto;
  margin-bottom: 20px;
  max-width: 280px;
  width: 100%;
  text-align: center;
}
.page-template-whats-on .page-banner .page-info-container .page-info {
  background-color: #3c3c3a;
}
@media (min-width: 1180px) {
  .page-template-whats-on .page-banner .page-info-container .page-info {
    position: absolute;
    bottom: 80px;
    width: 360px;
    background-color: transparent;
  }
}
.page-template-whats-on .page-banner .filter {
  color: white;
}
@media (min-width: 1180px) {
  .page-template-whats-on .page-banner .filter {
    left: 26px;
    position: absolute;
    top: -115px;
  }
}
.page-template-whats-on .page-banner .filter .select-filter select {
  margin-bottom: 0;
}
.whats-on-event {
  margin-bottom: 50px;
}
.whats-on-event:last-of-type {
  margin-bottom: 90px;
}
.whats-on-event img {
  width: 100%;
  height: auto;
  margin-bottom: 17px;
}
@media (min-width: 768px) {
  .whats-on-event img {
    margin-bottom: 0;
  }
}
.event-box {
  line-height: 1;
}
.event-box .date {
  font-size: 30px;
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 1;
}
.event-box .location {
  font-size: 14px;
  text-transform: uppercase;
  color: #009999;
  margin-bottom: 11px;
}
.event-box .content {
  margin-bottom: 25px;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 20px;
}
.event-box .tour-details-btn, .event-box .read-more-btn, .event-box .buy-tickets-btn {
  float: left;
  margin-right: 0;
}
@media (min-width: 768px) {
  .event-box .tour-details-btn, .event-box .read-more-btn, .event-box .buy-tickets-btn {
    margin-right: 20px;
  }
}
@media (max-width: 480px) {
  .event-box .tour-details-btn, .event-box .read-more-btn, .event-box .buy-tickets-btn {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .event-box .tour-details-btn a, .event-box .read-more-btn a, .event-box .buy-tickets-btn a {
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .event-box .buy-tickets-btn, .event-box .read-more-btn {
    margin: 0;
  }
  .event-box .buy-tickets-btn a, .event-box .read-more-btn a {
    padding: 15px 30px;
  }
  .event-box .buy-tickets-btn {
    float: right;
  }
}
@media (max-width: 767px) {
  .event-box .buy-tickets-btn {
    float: right;
    margin-left: 20px;
  }
}
.event-box .buy-tickets-btn.no-tickets {
  padding: 13px 40px;
  border: 1px solid #d5d5d5;
  border-radius: 2px;
  display: inline-block;
  text-transform: uppercase;
  background-color: #fff;
  color: #d5d5d5;
  font-weight: bold;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 2px;
  cursor: default;
}
.event-box .buy-tickets-btn.no-tickets:hover {
  color: #d5d5d5;
}
.vacancy {
  padding-top: 48px;
  padding-bottom: 38px;
  border-top: 1px solid #d5d5d5;
}
.vacancy:last-of-type {
  margin-bottom: 42px;
}
.vacancy .location {
  font-size: 14px;
  color: #009999;
  text-transform: uppercase;
}
.vacancy .closing-date {
  font-size: 13px;
  color: #6f6f6f;
  margin-bottom: 30px;
}
.vacancy .content {
  margin-bottom: 35px;
}
.page-template-contact-us .email {
  font-size: 25px;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  .page-template-contact-us .email {
    font-size: 32px;
  }
}
.page-template-contact-us .email a {
  color: #fff;
  display: inline-block;
}
.page-template-contact-us .email a:hover {
  text-decoration: none;
}
.page-template-contact-us .email a .mail-icon {
  background-image: url(img/spritesheet.png);
  background-position: -730.5px -153.5px;
  width: 40px;
  height: 24px;
  background-size: 825px 463px;
  display: inline-block;
  margin-right: 23px;
}
.contact-us .contact-departments {
  margin-bottom: 25px;
}
.find-us-title {
  font-size: 14px;
  color: #009999;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 25px;
}
.contact-us-social-icons {
  margin-bottom: 58px;
}
.contact-us-social-icons > a {
  display: inline-block;
  margin-right: 42px;
}
.contact-us-social-icons > a.twitter {
  background-image: url(img/spritesheet.png);
  background-position: -647.5px -153.5px;
  width: 38px;
  height: 30px;
  background-size: 825px 463px;
}
.contact-us-social-icons > a.facebook {
  background-image: url(img/spritesheet.png);
  background-position: -807.5px -197.5px;
  width: 15px;
  height: 30px;
  background-size: 825px 463px;
}
.contact-us-social-icons > a.youtube {
  background-image: url(img/spritesheet.png);
  background-position: -598px -258px;
  width: 26px;
  height: 30px;
  background-size: 825px 463px;
}
.contact-us-social-icons > a.google-plus {
  background-image: url(img/spritesheet.png);
  background-position: -565.5px -258px;
  width: 30px;
  height: 30px;
  background-size: 825px 463px;
}
.boards-sections {
  margin-bottom: 25px;
  padding: 35px 0;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
}
.comments {
  margin-bottom: 45px;
}
@media (min-width: 1180px) {
  .post-type-archive-recordings .page-banner .page-info-container .page-info {
    width: 470px;
  }
}
.post-type-archive-recordings .page-banner .page-info-container .page-info .date {
  text-transform: uppercase;
  font-size: 22px;
  letter-spacing: 2px;
}
@media (min-width: 768px) {
  .post-type-archive-recordings .page-banner .page-info-container .page-info .date {
    font-size: 30px;
  }
}
.post-type-archive-recordings .page-banner .page-info-container .page-info .spotify-link {
  color: #fff;
  margin-top: 40px;
  display: inline-block;
}
.post-type-archive-recordings .page-banner .page-info-container .page-info .spotify-link .spotify-icon {
  background-image: url(img/spritesheet.png);
  background-position: -773px -153.5px;
  width: 24px;
  height: 24px;
  background-size: 825px 463px;
  float: left;
  margin-right: 10px;
}
.recordings-grid .read-more-box .title {
  margin-top: 17px;
}
.recordings-grid .read-more-box img {
  margin: 0;
}
.spotify-toggle {
  height: 40px;
  background-color: #3c3c3a;
  text-align: center;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-top: 13px;
  font-weight: bold;
  position: relative;
}
.spotify-toggle:hover {
  cursor: pointer;
}
.spotify-toggle.no-file {
  font-size: 12px;
  color: #6f6f6f;
  text-transform: none;
  padding-left: 20px;
  cursor: default;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .spotify-toggle.no-file {
    font-size: 10px;
    padding-left: 25px;
  }
}
.spotify-toggle .spotify-icon {
  background-image: url(img/spritesheet.png);
  background-position: -773px -153.5px;
  width: 24px;
  height: 24px;
  background-size: 825px 463px;
  float: left;
  position: absolute;
  top: 8px;
  left: 8px;
}
.spotify-toggle.no-file .spotify-icon {
  background-image: url(img/spritesheet.png);
  background-position: -799.5px -153.5px;
  width: 24px;
  height: 24px;
  background-size: 825px 463px;
}
.spotify-toggle .spotify-caret {
  background-image: url(img/spritesheet.png);
  background-position: -672.5px -186px;
  width: 10px;
  height: 6px;
  background-size: 825px 463px;
  display: inline-block;
  position: relative;
  top: -1px;
  left: 6px;
}
.spotify-toggle.open .spotify-caret {
  background-image: url(img/spritesheet.png);
  background-position: -660px -186px;
  width: 10px;
  height: 6px;
  background-size: 825px 463px;
}
.spotify-container {
  max-height: 350px;
  overflow: hidden;
  transition: max-height 0.5s;
  display: none;
  background-color: #2e2d2d;
}
@media (max-width: 320px) {
  .spotify-container {
    max-height: 500px !important;
  }
}
.spotify-container iframe {
  width: 100% !important;
  height: 360px;
  position: relative;
  top: -2px !important;
}
@media (max-width: 320px) {
  .spotify-container iframe {
    height: 300px !important;
  }
}
@media (min-width: 470px) and (max-width: 992px) {
  .recordings-container.oddcol {
    clear: left;
  }
}
@media (min-width: 992px) {
  .recordings-container.fourcol {
    clear: left;
  }
}
.search-result-item .search-result {
  color: #3c3c3a;
  padding-top: 48px;
  padding-bottom: 38px;
  border-top: 1px solid #d5d5d5;
  display: block;
}
.search-result-item .search-result:hover h3 {
  color: #009999;
}
.search-result-item .search-result .post-content p {
  margin-bottom: 0;
  color: #6f6f6f;
}
.search-result-item:last-of-type .search-result {
  margin-bottom: 42px;
}
input[type='text'], input[type='number'], input[type='search'], textarea {
  font-size: 16px;
}
.page-template-learning .page-section-title {
  text-align: left;
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .page-template-learning .page-section-title {
    text-align: center;
  }
}
.education-resources-introduction {
  margin-bottom: 45px;
}
.education-resources-main-content .education-resources-download {
  margin-bottom: 45px;
}
.education-resources-main-content .education-resources-video {
  margin-bottom: 45px;
}
.education-resources-main-content .education-resources-video iframe {
  max-width: 100%;
}
.education-resources-main-content .education-resources-video iframe + iframe {
  margin-top: 15px;
}
.education-resources-main-content #mc_embed_signup form {
  padding: 0;
}
.education-resources-main-content #first-access {
  color: #059669;
}
.education-resources-main-content #mailchimp-custom-error {
  color: #DC2626;
}
.top-header-social-icons .instagram {
  font-size: 25px;
  color: #fff;
}
.top-header-social-icons .instagram:hover {
  color: #fff;
}
.footer-social-icons .instagram {
  font-size: 45px;
  color: #868686;
}
.footer-social-icons .instagram:hover {
  color: #868686;
}
.contact-us-social-icons .instagram {
  font-size: 35px;
  color: #3c3c3c;
}
.contact-us-social-icons .instagram:hover {
  color: #3c3c3c;
}
.side-menu {
  margin-bottom: 30px;
}
.side-menu li {
  display: list-item;
}
.side-menu li a {
  font-weight: bold;
  text-transform: uppercase;
}
.side-menu li + li {
  margin-top: 5px;
}
.about-us-more a {
  background-color: transparent !important;
  transition: all ease 0.3s;
}
.about-us-more a:hover {
  background-color: #099 !important;
  border-color: #099 !important;
}
.spotify-sidebar {
  margin-bottom: 30px;
}
.podcasts {
  margin-bottom: 30px;
}
.podcasts .episode + .episode {
  margin-top: 15px;
}
.logo-mobile-new {
  max-width: 180px;
  display: block;
  padding-left: 20px;
}
.logo-mobile-new img {
  max-width: 100%;
}
@media screen and (min-width: 903px) {
  .logo-mobile-new {
    display: none;
  }
}
.staff-page-title {
  margin-bottom: 40px;
}
.concert-highlights .same-height {
  max-height: 290px;
}
.video-container.twitter-container {
  padding-bottom: 0px !important;
  height: auto !important;
}
.support-section-1 {
  min-height: 380px;
  display: none;
}
@media (min-width: 1180px) {
  .single .page-banner .page-info-container .page-info {
    width: 470px;
  }
}
.single .page-banner .page-info-container .page-info .date {
  text-transform: uppercase;
  font-size: 22px;
  letter-spacing: 2px;
}
@media (min-width: 768px) {
  .single .page-banner .page-info-container .page-info .date {
    font-size: 30px;
  }
}
.single .page-banner .page-info-container .page-info .spotify-link {
  color: #fff;
  margin-top: 40px;
  display: inline-block;
}
.single .page-banner .page-info-container .page-info .spotify-link .spotify-icon {
  background-image: url(img/spritesheet.png);
  background-position: -773px -153.5px;
  width: 24px;
  height: 24px;
  background-size: 825px 463px;
  float: left;
  margin-right: 10px;
}
.event-ticket-list {
  line-height: 1;
}
.event-ticket-list .event-ticket-item {
  padding: 20px 0;
}
.event-ticket-list .event-ticket-item:nth-of-type(2n) {
  background-color: #ededed;
}
.event-ticket-list .event-ticket-item:last-of-type {
  margin-bottom: 50px;
}
.event-ticket-list .event-ticket-item .event-date {
  display: inline-block;
}
.event-ticket-list .event-ticket-item .event-date .date {
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
}
@media (min-width: 480px) and (max-width: 992px) {
  .event-ticket-list .event-ticket-item .event-date .date {
    font-size: 25px;
  }
}
.event-ticket-list .event-ticket-item .event-date .day {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  color: #009999;
}
.event-ticket-list .event-ticket-item .location {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  font-weight: bold;
  margin-top: 15px;
}
.event-ticket-list .event-ticket-item .buy-tickets-btn a {
  text-align: center;
  width: 100%;
}
@media (max-width: 768px) {
  .event-ticket-list .event-ticket-item .buy-tickets-btn a {
    margin-top: 15px;
  }
}
.event-ticket-list .event-ticket-item .buy-tickets-btn.no-tickets {
  padding: 15px 40px;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  display: inline-block;
  text-transform: uppercase;
  color: #d5d5d5;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  width: 100%;
  background-color: #fff;
  font-size: 13px;
  line-height: 1;
}
@media (max-width: 768px) {
  .event-ticket-list .event-ticket-item .buy-tickets-btn.no-tickets {
    margin-top: 15px;
  }
}
.past-events-btn {
  overflow: hidden;
  margin-bottom: 2em;
}
.past-events-btn a {
  float: right;
  clear: both;
}
.back-btn {
  margin: 35px 0;
}
.back-btn a .back-arrow {
  background-image: url(img/spritesheet.png);
  background-position: -527.5px -318.5px;
  width: 8px;
  height: 12px;
  background-size: 825px 463px;
  display: inline-block;
  position: relative;
  top: 1px;
}
.back-btn a:hover .back-arrow {
  background-image: url(img/spritesheet.png);
  background-position: -538px -318.5px;
  width: 8px;
  height: 12px;
  background-size: 825px 463px;
}
.recordings-poster img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .recording-information {
    margin-top: 20px;
  }
}
.recording-information .title {
  margin-bottom: 0px;
}
.recording-information .title h1 {
  margin: 0;
}
.recording-information .content {
  margin-bottom: 30px;
}
.recording-information .release-date {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #009999;
}
.recording-information .composer {
  font-size: 13px;
  color: #6f6f6f;
}
.recording-information .blockquote {
  padding: 0;
  border: 0;
  font-size: 23px;
  letter-spacing: 1px;
  color: #878787;
  margin-top: 15px;
}
.recording-information .blockquote:before, .recording-information .blockquote:after {
  content: '"';
  display: inline-block;
}
.recording-information .blockquote-footer {
  margin-top: 5px;
}
.recording-information .buy-on-amazon-btn {
  margin-top: 40px;
}
.recording-information .buy-on-amazon-btn a {
  background: url("img/buy-amazon.gif") no-repeat;
  display: inline-block;
  height: 30px;
  width: 180px;
}
.recording-information .itunes {
  background-image: url(img/spritesheet.png);
  background-position: -623.5px -70.5px;
  width: 109px;
  height: 40px;
  background-size: 825px 463px;
  display: inline-block;
  margin-top: 20px;
  margin-right: 30px;
}
.recording-information .google-play {
  background-image: url(img/spritesheet.png);
  background-position: -505px -70.5px;
  width: 116px;
  height: 40px;
  background-size: 825px 463px;
  display: inline-block;
  margin-top: 20px;
}
.single-recordings .page-section-content {
  margin-top: 50px;
}
.info-section {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .info-section {
    margin-bottom: 70px;
  }
}
.info-section .info-box {
  color: #fff;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .info-section .info-box {
    margin-bottom: 0;
  }
}
.info-section .info-box:nth-of-type(2n) .info-container {
  background-color: #999900;
}
.info-section .info-box:last-of-type .info-container {
  background-color: #cc6600;
}
.info-section .info-box img {
  width: 100%;
  height: auto;
  margin-bottom: -1px;
}
.info-section .info-box .info-container {
  padding: 25px 24px 40px;
  font-weight: 600;
}
.info-section .info-box .info-container .title {
  margin-bottom: 0px;
  display: inline-block;
}
.info-section .info-box .info-container .title h2 {
  font-weight: 600;
}
.info-section .info-box .info-container .title a {
  color: #fff;
}
.info-section .info-box .info-container .title a:hover {
  color: #009999;
}
.info-section .info-box .info-container .content {
  margin-bottom: 30px;
}
.info-section .info-box .info-container .link-btn {
  margin-top: 30px;
}
.info-section .info-box .info-container .link-btn a {
  background-color: transparent;
  display: inline-block;
  color: #fff;
  border-color: #fff;
}
.info-section .info-box .info-container .link-btn a:hover {
  color: #fff;
  background-color: #009999;
  border-color: #009999;
}
.home .info-section {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .home .info-section {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.home .info-section div:first-of-type .info-box .info-container {
  background-color: #5e1f71;
}
.home .info-section div:nth-of-type(2) .info-box .info-container {
  background-color: #999900;
}
.read-more-box {
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .read-more-box {
    margin-bottom: 50px;
  }
}
.read-more-box img {
  margin-bottom: 17px;
  width: 100%;
  height: auto;
}
.read-more-box .title {
  margin-bottom: 15px;
  display: inline-block;
}
.read-more-box .title h3 {
  margin: 0;
}
.read-more-box .title a {
  color: #000;
}
.read-more-box .title a:hover {
  color: #009999;
}
.read-more-box .content {
  margin-bottom: 30px;
}
.read-more-box .same-height {
  margin-bottom: 15px;
}
.read-more-box .release-date {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #009999;
}
.read-more-box .composer {
  font-size: 13px;
  color: #6f6f6f;
}
.post-type-archive-recordings .read-more-box .title {
  margin-bottom: 0 !important;
}
.post-type-archive-recordings .read-more-box .title a {
  color: #3c3c3a;
}
.post-type-archive-recordings .read-more-box .title a:hover {
  color: #009999;
}
.post-type-archive-recordings .read-more-box .title h3 {
  margin-bottom: 0;
}
.post-type-archive-support-us .read-more-box, .page-template-learning .read-more-box {
  text-align: left;
}
@media (min-width: 768px) {
  .post-type-archive-support-us .read-more-box, .page-template-learning .read-more-box {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .post-type-archive-support-us .read-more-box .read-more-btn a, .page-template-learning .read-more-box .read-more-btn a {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .post-type-archive-support-us .read-more-small .read-more-box, .page-template-learning .read-more-small .read-more-box {
    padding: 0 49px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .post-type-archive-support-us .read-more-two-collumns .read-more-box, .page-template-learning .read-more-two-collumns .read-more-box {
    padding: 0 49px;
  }
}
.post-type-archive-support-us .support-section-2 .read-more-small:last-of-type, .page-template-learning .support-section-2 .read-more-small:last-of-type {
  margin: 0;
}
.pagination .pageButtons {
  padding: 9px 17px;
  font-size: 13px;
  line-height: 1;
}
.pagination .pageButtons .page-numbers {
  padding: 13px 17px;
  border: 0;
  border-radius: 2px;
  color: #3c3c3a;
  background-color: #d5d5d5;
  float: left;
  margin-right: 20px;
}
.pagination .pageButtons .page-numbers.current {
  background-color: #009999;
  color: #fff;
}
.pagination .pageButtons .page-numbers:hover {
  color: #fff;
  background-color: #009999;
  border-color: #009999;
}
.pagination .pageButtons .page-numbers.prev, .pagination .pageButtons .page-numbers.next {
  border: 1px solid #6f6f6f;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px;
  background-color: #fff;
}
.pagination .pageButtons .page-numbers.prev:hover, .pagination .pageButtons .page-numbers.next:hover {
  color: #fff;
  background-color: #009999;
  border-color: #009999;
}
.pagination .pageButtons .dots {
  color: #3c3c3a;
}
.post-type-archive-announcements .pagination .pageButtons {
  padding: 30px !important;
}
@media (min-width: 768px) {
  .post-type-archive-announcements .pagination .pageButtons {
    padding: 55px 64px !important;
  }
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.slideshow {
  position: relative;
}
.slideshow.marginTop {
  margin-top: 64px;
}
.owl-carousel .owl-wrapper-outer {
  height: auto;
}
@media (min-width: 992px) and (max-width: 1100px) {
  .owl-carousel .owl-wrapper-outer {
    height: 570px;
  }
}
@media (min-width: 1100px) {
  .owl-carousel .owl-wrapper-outer {
    height: 630px;
  }
}
.owl-carousel .item {
  color: #3c3c3a;
  position: relative;
}
.owl-carousel .item img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.owl-carousel .item .slideshow-overlay {
  background: url("img/gradient.png") repeat-x center bottom;
  position: absolute;
  width: 100%;
  height: 630px;
  top: 0;
  z-index: 1;
}
@media (max-width: 992px) {
  .owl-carousel .item .slideshow-overlay {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1100px) {
  .owl-carousel .item .slideshow-overlay {
    height: 570px;
  }
}
.owl-carousel .item .slide-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 30;
}
@media (max-width: 767px) {
  .owl-carousel .item .slide-container {
    position: inherit;
  }
}
.owl-carousel .item .slide-container .post-preview {
  margin-top: 25px;
  border-radius: 1px;
}
@media (min-width: 768px) and (max-width: 768px) {
  .owl-carousel .item .slide-container .post-preview {
    margin-top: 30%;
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .owl-carousel .item .slide-container .post-preview {
    margin-top: 130px;
    padding: 15px 15px 20px 15px;
  }
  .owl-carousel .item .slide-container .post-preview.dark-overlay {
    margin-top: 110px;
  }
}
.owl-carousel .item .slide-container .post-preview .source {
  color: #009999;
}
@media (min-width: 768px) and (max-width: 991px) {
  .owl-carousel .item .slide-container .post-preview .source h4 {
    font-size: 13px;
    margin-bottom: 0;
  }
}
.owl-carousel .item .slide-container .post-preview .title, .owl-carousel .item .slide-container .post-preview .content {
  margin-bottom: 16px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .owl-carousel .item .slide-container .post-preview .title, .owl-carousel .item .slide-container .post-preview .content {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .owl-carousel .item .slide-container .post-preview .title, .owl-carousel .item .slide-container .post-preview .content {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .owl-carousel .item .slide-container .post-preview .title h1 {
    font-size: 26px;
    line-height: 25px;
    margin-bottom: 5px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .owl-carousel .item .slide-container .post-preview .title h1 {
    font-size: 35px;
    line-height: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .owl-carousel .item .slide-container .post-preview .content p {
    line-height: 17px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .owl-carousel .item .slide-container .post-preview .content p {
    line-height: 19px;
  }
}
.owl-carousel .item .slide-container .post-preview .read-more-btn a {
  color: #fff;
  border-color: #fff;
  transition: all 0.2s linear;
  background-color: transparent;
}
.owl-carousel .item .slide-container .post-preview .read-more-btn a:hover {
  background-color: #009999;
  color: #fff;
  border-color: #009999 !important;
}
@media (max-width: 992px) {
  .owl-carousel .item .slide-container .post-preview .read-more-btn a {
    color: #000;
    border-color: #000;
  }
}
.carousel-post-list {
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
@media (max-width: 992px) {
  .carousel-post-list {
    display: none;
  }
}
.carousel-post-list .carousel-post-list-item:hover {
  cursor: pointer;
}
.carousel-post-list .carousel-post-list-item .indicator {
  height: 100%;
  position: absolute;
  top: 0;
  width: 13px;
  background-color: #009999;
  opacity: 0;
  transition: all 0.3s linear;
}
.carousel-post-list .carousel-post-list-item:hover .indicator {
  opacity: 1;
  transition: all 0.3s linear;
}
.carousel-post-list .carousel-post-list-item.active .indicator {
  opacity: 1;
}
.carousel-post-list .carousel-post-list-item .list-item-container {
  padding: 7px 0 0 30px;
  min-height: 95px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .carousel-post-list .carousel-post-list-item .list-item-container {
    padding: 5px 0 0 20px;
  }
}
.carousel-post-list .carousel-post-list-item .list-item-container .source {
  color: #009999;
}
.carousel-post-list .carousel-post-list-item .list-item-container .source h4 {
  margin-bottom: 8px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .carousel-post-list .carousel-post-list-item .list-item-container .source h4 {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.carousel-post-list .carousel-post-list-item .list-item-container .title {
  color: #fff;
}
.carousel-post-list .carousel-post-list-item .list-item-container .title h3 {
  margin-bottom: 0;
  letter-spacing: 1.5px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .carousel-post-list .carousel-post-list-item .list-item-container .title h3 {
    font-size: 16px;
    line-height: 20px;
  }
}
.owl-controls {
  position: absolute;
  right: 20px;
  z-index: 10;
}
@media (min-width: 992px) {
  .owl-controls {
    display: none !important;
  }
}
.owl-controls .owl-buttons > div {
  background-color: #3c3c3a;
  float: left;
  width: 40px;
  height: 40px;
}
.owl-controls .owl-buttons .owl-prev {
  margin-right: 7px;
}
.owl-controls .owl-buttons .owl-prev .prev-icon {
  background-image: url(img/spritesheet.png);
  background-position: -586px -290.5px;
  width: 10px;
  height: 18px;
  background-size: 825px 463px;
  position: relative;
  top: 11px;
  left: 15px;
}
.owl-controls .owl-buttons .owl-next .next-icon {
  background-image: url(img/spritesheet.png);
  background-position: -598.5px -290.5px;
  width: 10px;
  height: 18px;
  background-size: 825px 463px;
  position: relative;
  top: 11px;
  left: 16px;
}
.grabbing {
  cursor: url("img/grabbing.png") 8 8, move;
}
.calendar-header {
  position: absolute;
  width: 100%;
  min-height: 60px;
  padding: 18px 22px;
  background-color: #131313;
  position: absolute;
  right: 0;
  top: 50px;
  width: 280px;
  z-index: 1;
  color: #fff;
  background-color: #101010;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media (max-width: 992px) {
  .calendar-header {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1100px) {
  .calendar-header {
    top: 20px;
  }
}
.calendar-container {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.dzscalendar {
  color: #fff;
  top: 84px;
  width: 280px;
  right: 0;
  z-index: 2;
}
@media (max-width: 992px) {
  .dzscalendar {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1100px) {
  .dzscalendar {
    top: 54px;
  }
}
.dzscalendar .theMonths {
  overflow: visible !important;
  height: inherit;
}
.dzscalendar .close-event {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.dzscalendar .close-event .close-event-icon {
  background-image: url(img/spritesheet.png);
  background-position: -1243px -581px;
  width: 21px;
  height: 21px;
  position: relative;
  left: 215px;
}
.dzscalendar .close-event .close-event-icon:hover {
  cursor: pointer;
}
.dzscalendar .calendar-controls {
  background-color: #101010;
  padding: 10px 22px 0;
}
.dzscalendar .calendar-controls .title {
  display: block;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.dzscalendar .calendar-controls .curr-date {
  border-bottom: 1px solid #6f6f6f;
  padding-bottom: 10px;
  font-size: 29px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: bold;
}
.dzscalendar .calendar-controls .arrow-left {
  background-image: url(img/spritesheet.png);
  background-position: -810px -258px;
  width: 10px;
  height: 16px;
  background-size: 825px 463px;
  top: -13px;
  left: 25px;
}
.dzscalendar .calendar-controls .arrow-right {
  background-image: url(img/spritesheet.png);
  background-position: -797.5px -258px;
  width: 10px;
  height: 16px;
  background-size: 825px 463px;
  top: -13px;
  right: 25px;
}
.dzscalendar .argTable, .dzscalendar .curTable {
  background-color: #101010 !important;
}
.dzscalendar .argTable .headerRow, .dzscalendar .curTable .headerRow {
  background-color: #101010 !important;
  padding: 10px 22px !important;
}
.dzscalendar .argTable .mon-body, .dzscalendar .curTable .mon-body {
  background: #101010;
  background: linear-gradient(#272727, #131313);
  background: -webkit-linear-gradient(#272727, #131313);
  /* For Safari 5.1 to 6.0 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#272727', endColorstr='#131313',GradientType=0);
  /* IE6-9 */
  padding: 12px 24px 0 !important;
}
.dzscalendar .argTable .mon-body .mon-row .week-day.tag-uk-concert-color, .dzscalendar .curTable .mon-body .mon-row .week-day.tag-uk-concert-color {
  background-color: #c33684 !important;
  color: #000;
}
.dzscalendar .argTable .mon-body .mon-row .week-day.tag-international-concert-color, .dzscalendar .curTable .mon-body .mon-row .week-day.tag-international-concert-color {
  background-color: #009999 !important;
  color: #000;
}
.dzscalendar .argTable .mon-body .mon-row .week-day.tag-learning-color, .dzscalendar .curTable .mon-body .mon-row .week-day.tag-learning-color {
  background-color: #feed47 !important;
  color: #000;
}
.dzscalendar .argTable .mon-body .mon-row .week-day > span, .dzscalendar .curTable .mon-body .mon-row .week-day > span {
  display: block;
  padding: 10px;
}
.dzscalendar .argTable .mon-body .mon-row .week-day > .the-event-content, .dzscalendar .curTable .mon-body .mon-row .week-day > .the-event-content {
  padding: 0;
}
.dzscalendar .argTable .mon-body .mon-row .week-day > .the-event-content > div, .dzscalendar .curTable .mon-body .mon-row .week-day > .the-event-content > div {
  display: none;
}
.dzscalendar .curTable {
  top: 100px !important;
}
.dzscalendar .dzstooltip, .dzscalendar .currTooltip {
  top: -34px !important;
  left: 0 !important;
  width: 280px !important;
  background-color: #101010;
  color: #fff;
  padding: 20px;
  min-height: 453px;
}
.dzscalendar .dzstooltip > div, .dzscalendar .currTooltip > div {
  padding: 0;
}
.dzscalendar .dzstooltip .title, .dzscalendar .currTooltip .title {
  font-size: 19px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.dzscalendar .dzstooltip .date, .dzscalendar .currTooltip .date {
  color: #009999;
  font-size: 15px;
  margin-bottom: 5px;
}
.dzscalendar .dzstooltip .location, .dzscalendar .currTooltip .location {
  font-size: 13px;
}
.dzscalendar .dzstooltip .description, .dzscalendar .currTooltip .description {
  margin-top: 20px;
  font-size: 16px;
}
.dzscalendar .dzstooltip .description p, .dzscalendar .currTooltip .description p {
  line-height: 20px;
  margin-bottom: 5px;
}
.dzscalendar .dzstooltip .read-more-btn a, .dzscalendar .currTooltip .read-more-btn a {
  padding: 10px 45px;
  color: #fff;
  letter-spacing: 1px;
  margin-top: 40px;
  background-color: transparent;
}
.dzscalendar .dzstooltip .read-more-btn a:hover, .dzscalendar .currTooltip .read-more-btn a:hover {
  color: #fff;
  background-color: #009999;
}
.with-tooltip.arrow-left > span:first-child:before, .dzstooltip.arrow-left:before {
  display: none;
}
.calendar-categories-container {
  position: absolute;
  width: 100%;
  min-height: 250px;
  padding: 150px 35px 30px;
  background-color: #131313;
  position: absolute;
  right: 0;
  top: 253px;
  width: 280px;
  z-index: 1;
  color: #fff;
}
@media (max-width: 992px) {
  .calendar-categories-container {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1100px) {
  .calendar-categories-container {
    top: 223px;
  }
}
.calendar-categories-container .calendar-category {
  display: block;
  height: auto;
  width: 100%;
  height: 13px;
  margin-bottom: 6px;
}
.calendar-categories-container .calendar-category .category-color {
  width: 13px;
  height: 13px;
  float: left;
  margin-right: 10px;
}
.calendar-categories-container .calendar-category.category-1 .category-color {
  background-color: #c33684;
}
.calendar-categories-container .calendar-category.category-2 .category-color {
  background-color: #009999;
}
.calendar-categories-container .calendar-category.category-3 .category-color {
  background-color: #feed47;
}
.calendar-categories-container .calendar-category .category-title {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.donate-btn, .join-btn {
  background-color: #099;
  padding: 13px 40px;
  border-radius: 2px;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 2px;
}
.donate-btn:hover, .join-btn:hover {
  background-color: #3c3c3a;
  color: #fff;
}
.donate-btn-large, .join-btn-large {
  padding: 20px 60px;
  font-size: 17px;
}
