@import url(../bower_components/justified-gallery/dist/css/justifiedGallery.min.css);
@import url(../icons/icomoon/style.css);
@import url(../bower_components/fancybox/source/jquery.fancybox.css);
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/*
@media screen and (max-width: $pcPageWidth + $breakpointTriggerMargin) {
	.contentWrapper {
		width:$tabletLandscapePageWidth;
	}
}

@media screen and (max-width: $tabletLandscapePageWidth ) {
	.contentWrapper {
		width:$tabletPortraitPageWidth;
	}
}
@media screen and (max-width: $tabletPortraitPageWidth + $breakpointTriggerMargin) {
	.contentWrapper {
		width:$mobilePageWidth;
	}
}
*/
/*
Useage

@include bp(s) { height: 50px; width: 50px; margin: -15px 0 0; }

@include bp(m) { height: 70px; width: 70px; top: 40%; }

@include bp-ie(l) { height: 100px; width: 100px; margin: -20px 0 0; }

@include bp(xl) { height: 130px; width: 125px; }
*/
/* @import "type"; */
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  zoom: 1; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

.carousel li {
  margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001'; }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }
body {
  font-family: "soleil",sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  text-decoration: none;
  outline: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  a.fit-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 2; }

a {
  color: #010101;
  text-decoration: underline; }
  a:hover {
    color: #de2654; }

p {
  font-size: 1.3125em;
  line-height: 1.3em;
  letter-spacing: 0.1px; }

strong {
  color: #de2654;
  /* this correct ? */ }

h1 {
  margin-bottom: 20px;
  font-size: 2.1875em;
  color: #1b1f22;
  letter-spacing: -0.8px; }
  @media screen and (max-width: 46.25em) {
    h1 {
      font-size: 1.625em; } }
  h1 a {
    text-decoration: underline;
    color: #cbcaca;
    font-size: inherit; }

h2 {
  margin-bottom: 35px;
  font-size: 2.1875em;
  color: #818184;
  letter-spacing: -0.8px; }
  @media screen and (max-width: 46.25em) {
    h2 {
      font-size: 1.625em; } }

h3 {
  margin-bottom: 35px;
  font-size: 1.5625em;
  color: #cccbcb;
  letter-spacing: -0.8px; }

hr {
  clear: both;
  height: 4px;
  width: 100%;
  background-color: #ececec;
  border: 0;
  margin: 25px 0; }

.center {
  margin: 0 auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 69.375em; }
  .center:after {
    content: " ";
    display: block;
    clear: both; }
  @media screen and (max-width: 69.375em) {
    .center {
      width: 61.875em; } }
  @media screen and (max-width: 69.375em) {
    .center {
      width: 61.875em; } }
  @media screen and (max-width: 61.875em) {
    .center {
      width: 46.25em; } }
  @media screen and (max-width: 46.25em) {
    .center {
      width: 92%; } }

em {
  font-style: italic; }

.main-content {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px; }
  .main-content:after {
    content: " ";
    display: block;
    clear: both; }
  .main-content img {
    max-width: 100%; }

.centered-text {
  text-align: center; }

.clear {
  clear: both; }

.text-block p {
  margin-bottom: 40px; }

.full-width-button a.rounded-button {
  width: 76%;
  display: block;
  text-decoration: none; }

.white-text {
  color: #fff; }

.dark-grey-text {
  color: #818184; }
  .dark-grey-text a {
    color: #818184; }
    .dark-grey-text a:hover {
      color: black; }

.rounded-button {
  position: relative;
  line-height: 40px;
  padding: 0 20px;
  margin: 0 auto 20px auto;
  border: 2px solid #cccbcb;
  border-radius: 40px;
  color: #1b1f22;
  text-align: left;
  font-size: 1.3125em;
  background-color: #fff;
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: none;
  /*
  	padding-right: 37px;
  	padding-top: 8px;
  	padding-bottom: 8px;
  */
  /*
  	&.with-pointer:after{
  		display:block;
  		position:absolute;
  		right:7%;
  		top:37%;
  		content:" ";
  		width:9px;
  		height:15px;
  		background:url(../images/right-pointer.png);
  	}
  */ }
  .rounded-button:hover {
    border-color: #1b1f22; }
  .rounded-button .icon-right-arrow:before, .rounded-button .icon-audio:before {
    position: absolute;
    right: 10px;
    top: 9px; }
    @media screen and (max-width: 46.25em) {
      .rounded-button .icon-right-arrow:before, .rounded-button .icon-audio:before {
        top: 11px; } }

.loadMore a {
  width: 100%;
  display: block;
  padding: 9px 0;
  border: 1px solid #cccbcb;
  text-align: center;
  border-radius: 5px;
  color: #1b1f22;
  text-decoration: underline;
  font-size: 1.3125em;
  line-height: 1.3125em;
  background: url(../images/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: center -100px;
  -moz-transition: all 0s ease-in-out 0ms;
  -o-transition: all 0s ease-in-out 0ms;
  -webkit-transition: all 0s ease-in-out;
  -webkit-transition-delay: 0ms;
  transition: all 0s ease-in-out 0ms; }
  .loadMore a.loading {
    font-size: 0px;
    background-position: center center; }

.smallPaddingTop {
  padding-top: 20px; }

.smallerPaddingTop {
  padding-top: 13px; }

.paddingTop {
  padding-top: 40px; }
  @media screen and (max-width: 46.25em) {
    .paddingTop {
      padding-top: 20px; } }

.smallPaddingBottom {
  padding-bottom: 20px; }

.paddingBottom {
  padding-bottom: 40px; }
  @media screen and (max-width: 46.25em) {
    .paddingBottom {
      padding-bottom: 20px; } }

.borderTop {
  border-top: 1px solid #cbcaca; }

.section.paddingTop {
  border-top: 1px solid #cbcaca; }

div.borderTop {
  border-top: 4px solid #ececec; }

.read-more {
  display: block;
  text-decoration: underline; }

.one-half.col {
  width: 49.09747%;
  float: left;
  margin-right: 1.80505%; }
.one-half.last {
  margin-right: 0px; }
.one-half .row {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .one-half .row:after {
    content: " ";
    display: block;
    clear: both; }
  .one-half .row .one-half.col {
    width: 48.16176%;
    float: left;
    margin-right: 3.67647%; }
  .one-half .row .one-half.last {
    width: 48.16176%;
    float: left; }

.section {
  overflow: hidden;
  *zoom: 1; }
  .section.white-background {
    background-color: #fff; }
  .section.black-background {
    background-color: #010101;
    color: #fff; }
  .section.light-grey-background {
    background-color: #f7f7f7;
    color: #818184; }
  .section .sub-section.light-grey-background {
    background-color: #f7f7f7;
    color: #818184; }

.float-right {
  float: right; }
  .float-right:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }

.float-left {
  float: left; }

.breadcrumb {
  margin-bottom: 15px;
  color: #cbcaca; }
  .breadcrumb p {
    font-size: 1em; }
    .breadcrumb p a {
      color: #cbcaca; }
    .breadcrumb p .breadcrumb_last {
      color: #818184; }
  @media screen and (max-width: 46.25em) {
    .breadcrumb {
      display: none !important; } }

.toggle-buttons {
  margin-bottom: 20px;
  text-align: center; }
  .toggle-buttons .toggle-button {
    width: 48%;
    display: block;
    text-align: center; }
    .toggle-buttons .toggle-button.active {
      color: #00b26b; }
    .toggle-buttons .toggle-button.left {
      float: left; }
    .toggle-buttons .toggle-button.right {
      float: right; }

.loadMore a {
  display: block;
  background-color: #f7f7f7;
  width: 100%;
  height: 48px;
  line-height: 48px;
  text-align: center;
  text-decoration: underline;
  color: #1b1f22;
  font-size: 1.3125em;
  padding: 0;
  margin-bottom: 30px;
  border-radius: 5px;
  float: left; }
  @media screen and (max-width: 46.25em) {
    .loadMore a {
      margin-bottom: 0; } }

.grey-bottom-border {
  border-bottom: 4px solid #ececec;
  padding-bottom: 15px;
  padding-top: 20px;
  margin-bottom: 20px; }

.dividingTitle {
  color: #818184;
  margin-top: 20px;
  clear: both; }

.gallery {
  float: left;
  width: 100%;
  margin-bottom: 40px; }
  .gallery a {
    display: block;
    float: left;
    margin-right: 14px;
    margin-bottom: 14px; }
    @media screen and (max-width: 69.375em) {
      .gallery a {
        width: 237px; } }
    @media screen and (max-width: 61.875em) {
      .gallery a {
        width: 237px; } }
    @media screen and (max-width: 46.25em) {
      .gallery a {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        width: 100%; } }
    .gallery a img {
      display: block; }
      @media screen and (max-width: 46.25em) {
        .gallery a img {
          margin-left: auto;
          margin-right: auto; } }
    .gallery a.last {
      margin-right: 0px; }

blockquote p {
  font-size: 1.4em;
  font-weight: bold;
  line-height: 29px;
  margin-left: 30px; }
  blockquote p:before {
    content: "\201C"; }
  blockquote p:after {
    content: "\201D"; }
  @media screen and (max-width: 46.25em) {
    blockquote p {
      margin-left: 15px; } }

p.alignleft img, p.aligncenter img, p.alignright img {
  margin-left: auto;
  margin-right: auto;
  display: block; }

#content-1, #content-2 {
  clear: both; }

.navigation {
  text-align: center; }
  .navigation .page-numbers {
    background: #818184;
    display: inline-block;
    color: white;
    width: 40px;
    height: 40px;
    text-decoration: none;
    padding-top: 9px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.2em;
    margin-bottom: 4px; }
    .navigation .page-numbers:hover {
      background: #cccccc; }
    .navigation .page-numbers.current {
      background: #de2654; }

.search .navigation {
  margin-bottom: 40px; }

.sponsored-by1 {
  clear: both;
  margin-bottom: 30px;
  width: 100%;
  position: relative;
  margin-left: -2%;
  margin-bottom: 2%;
  overflow: auto; }
  .sponsored-by1 a {
    position: relative;
    width: 23%;
    height: 135px;
    float: left;
    margin-left: 2%; }
    .sponsored-by1 a span {
      display: table-cell;
      height: 135px;
      vertical-align: middle; }
      .sponsored-by1 a span img {
        margin-right: 0;
        max-height: 135px; }

iframe {
  margin-bottom: 30px; }

.offset-page-title {
  width: 66.06498%;
  float: right;
  margin-right: 0;
  margin-bottom: 12px;
  color: black; }

.container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .container:after {
    content: " ";
    display: block;
    clear: both; }

.sidebar {
  clear: both;
  width: 27.88809%;
  float: left;
  margin-right: 1.80505%; }
  .sidebar + .main-content {
    width: 66.06498%;
    float: right;
    margin-right: 0; }
    .sidebar + .main-content .main-content-narrow {
      width: 74.31694%;
      float: left;
      margin-right: 2.73224%; }
      .sidebar + .main-content .main-content-narrow + .ticket-booking-container {
        width: 22.95082%;
        float: right;
        margin-right: 0;
        text-align: center; }
        .sidebar + .main-content .main-content-narrow + .ticket-booking-container.fixed {
          position: fixed;
          top: 200px; }

.nested-content {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 91.36029%;
  float: left;
  margin-right: 3.67647%; }
  .nested-content:after {
    content: " ";
    display: block;
    clear: both; }
  .nested-content .featured-image {
    max-width: 100%;
    height: auto;
    margin-bottom: 25px; }
  .nested-content h2 {
    margin-bottom: 15px;
    font-size: 1.875em;
    clear: both; }
    .nested-content h2.headline p {
      line-height: inherit;
      font-size: inherit; }
  .nested-content .article-meta {
    margin-bottom: 25px; }
    .nested-content .article-meta .author {
      color: #7a7a7a;
      font-size: 1.125em; }
    .nested-content .article-meta .tags {
      font-size: 1.125em; }
    .nested-content .article-meta a {
      color: #de2654;
      text-decoration: underline; }
      .nested-content .article-meta a:hover {
        color: #010101; }
  .nested-content p {
    color: #7a7a7a;
    font-size: 1.3125em;
    margin-bottom: 20px; }
    .nested-content p + .featured-image {
      margin-top: 10px; }
  .nested-content ul {
    margin-bottom: 40px; }
    .nested-content ul li {
      margin-bottom: 20px;
      list-style-type: none;
      list-style-position: inside;
      color: #7a7a7a;
      font-size: 1.3125em;
      padding-left: 11px;
      background: url(../images/bullet.png) 0 8px no-repeat; }
  .nested-content .read-more {
    margin-bottom: 30px;
    color: #7a7a7a; }
    .nested-content .read-more:hover {
      color: #010101; }

.contact-submit {
  width: 40%;
  display: block;
  margin: 0 0 25px 0; }

.blog-pagination {
  display: block;
  margin-top: 60px;
  font-size: 1.3125em;
  color: #7a7a7a;
  text-decoration: underline; }
  .blog-pagination:hover {
    color: #010101; }
  .blog-pagination + hr {
    margin-bottom: 80px; }

.large-action-button {
  width: 70%;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
  margin: 0 0 25px 0; }
  .large-action-button:hover {
    color: #de2654; }
  .large-action-button span {
    line-height: 30px; }
  .large-action-button.with-pointer:after {
    background: url(../images/icons/call-to-action-arrow.png) no-repeat 0 -15px;
    width: 9px;
    height: 15px;
    right: 7%;
    top: 37%; }
  .large-action-button.with-pointer:hover:after {
    background: url(../images/icons/call-to-action-arrow.png) no-repeat 0 0;
    width: 9px;
    height: 15px;
    right: 7%;
    top: 37%; }

.fluid-width-video-wrapper {
  margin-bottom: 20px; }

.downloads {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .downloads:after {
    content: " ";
    display: block;
    clear: both; }
  .downloads .download-item {
    position: relative;
    text-align: center;
    margin-bottom: 25px; }
    .downloads .download-item.col {
      width: 22.95082%;
      float: left;
      margin-right: 2.73224%; }
      @media screen and (max-width: 46.25em) {
        .downloads .download-item.col {
          width: 100%;
          float: left;
          margin-left: 0;
          margin-right: 0; } }
    .downloads .download-item.last {
      width: 22.95082%;
      float: left; }
      @media screen and (max-width: 46.25em) {
        .downloads .download-item.last {
          width: 100%;
          float: left;
          margin-left: 0;
          margin-right: 0; } }
  .downloads .download-year-size {
    margin-top: 20px;
    color: #7a7a7a;
    font-size: 1.3125em; }

.related-content {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .related-content:after {
    content: " ";
    display: block;
    clear: both; }
  .related-content .related-content-item {
    margin-bottom: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .related-content .related-content-item.col {
      width: 48.63388%;
      float: left;
      margin-right: 2.73224%; }
      @media screen and (max-width: 46.25em) {
        .related-content .related-content-item.col {
          width: 100%;
          padding-bottom: 75px; } }
    .related-content .related-content-item.last {
      margin-right: 0px; }
    .related-content .related-content-item .description .event-title {
      margin-bottom: 7px; }
    .related-content .related-content-item a {
      text-decoration: none; }
  .related-content .blog-listing h2 {
    margin-top: 6px;
    font-size: 1.875em; }

.internal-related-content {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .internal-related-content:after {
    content: " ";
    display: block;
    clear: both; }
  .internal-related-content .related-content-item.col {
    width: 23.64621%;
    float: left;
    margin-right: 1.80505%; }
    @media screen and (max-width: 46.25em) {
      .internal-related-content .related-content-item.col {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; } }
  .internal-related-content .related-content-item.last {
    margin-right: 0px; }
  .internal-related-content .related-content-item a {
    text-decoration: none; }
  @media screen and (max-width: 69.375em) {
    .internal-related-content .related-content-item {
      font-size: 0.875em; } }

form p {
  font-size: 1em; }

.generic .mobileOnly {
  display: none; }
@media screen and (max-width: 46.25em) {
  .generic .noMobile {
    display: none; }
  .generic .mobileOnly {
    display: block; } }
@media screen and (max-width: 46.25em) and (max-width: 46.25em) {
  .generic .mobileTitleContainer {
    display: block;
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 10px;
    margin-left: -4%;
    margin-right: 4%;
    border-top: solid 8px #ececec; } }
@media screen and (max-width: 46.25em) {
  .generic .offset-page-title {
    width: 100%; }
  .generic .main-content, .generic .sidebar, .generic .nested-content {
    width: 100%; }
  .generic .nested-content {
    margin-right: 0; }
  .generic .rounded-button {
    width: 100%; } }

@media screen and (max-width: 61.875em) {
  .page .generic .offset-page-title, .page .generic .sidebar, .page .generic .main-content {
    width: 100% !important; }
  .page .generic .offset-page-title {
    float: left; }
  .page .generic .list-select:before {
    content: "Show Sub Menu +";
    color: white;
    cursor: pointer;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 5px;
    font-size: 1.25em;
    display: block; }
  .page .generic .list-select li {
    display: none; }
  .page .generic .activeSubMenu:before {
    margin-bottom: 20px;
    content: "Hide Sub Menu -"; }
  .page .generic .sidebar .list-select.black-background {
    border-top: none; }
  .page .generic .noTabletPortrait {
    display: none; } }
body.home-page .main-navigation {
  border-bottom: 0;
  margin-bottom: 0; }

.header .center {
  border-top: 8px solid #010101; }
  @media screen and (max-width: 69.375em) {
    .header .center {
      padding-top: 25px; } }
  @media screen and (max-width: 61.875em) {
    .header .center {
      padding-top: 0;
      border-top: none;
      border-bottom: 1px solid #fff;
      width: 100%; } }
.header .logo-container {
  margin-bottom: 21px; }
  @media screen and (max-width: 61.875em) {
    .header .logo-container {
      margin-bottom: 0;
      padding: 10px 4%;
      border-bottom: 1px solid #fff;
      background-color: #010101; } }
  .header .logo-container .logo {
    padding-top: 30px;
    width: 319px;
    height: auto; }
    @media screen and (max-width: 69.375em) {
      .header .logo-container .logo {
        width: 280px; } }
    @media screen and (max-width: 61.875em) {
      .header .logo-container .logo {
        padding-top: 0;
        width: 170px; } }
  .header .logo-container .mobileLogo {
    display: none; }
    @media screen and (max-width: 61.875em) {
      .header .logo-container .mobileLogo {
        display: inline-block; } }
  @media screen and (max-width: 61.875em) {
    .header .logo-container .desktopLogo {
      display: none; } }
  .header .logo-container .headerRight {
    float: right;
    margin-top: 28px; }
    @media screen and (max-width: 61.875em) {
      .header .logo-container .headerRight {
        margin-top: 0;
        color: #fff; } }
  .header .logo-container .main-sponsors {
    margin-bottom: 20px;
    text-align: right; }
    .header .logo-container .main-sponsors p {
      font-size: 0.875em; }
    .header .logo-container .main-sponsors .observer {
      width: 123px;
      margin-top: 5px; }
    @media screen and (max-width: 61.875em) {
      .header .logo-container .main-sponsors {
        display: none; } }
  .header .logo-container .social-media ul {
    float: right; }
    .header .logo-container .social-media ul li {
      float: left;
      margin-left: 22px; }
      .header .logo-container .social-media ul li a {
        color: #818184;
        font-size: 1.625em;
        text-decoration: none; }
  @media screen and (max-width: 61.875em) {
    .header .logo-container .social-media {
      display: none; } }
  .header .logo-container .mobileMenuButton {
    display: none; }
    @media screen and (max-width: 61.875em) {
      .header .logo-container .mobileMenuButton {
        float: right;
        min-height: 43px;
        display: table; } }
    .header .logo-container .mobileMenuButton .mobileMenuLabel {
      font-size: 0.9em;
      display: table-cell;
      vertical-align: middle; }
      .header .logo-container .mobileMenuButton .mobileMenuLabel:before {
        content: "Menu";
        text-transform: uppercase;
        font-weight: bold;
        padding-top: 2px; }
    .header .logo-container .mobileMenuButton .mobileMenuIcon {
      font-size: 1.9em;
      display: table-cell;
      vertical-align: middle;
      padding-left: 10px; }
.header .main-navigation {
  overflow: auto;
  padding: 0 0 6px 0;
  border-top: 8px solid #ececec;
  border-bottom: 4px solid #010101;
  margin-bottom: 15px; }
  @media screen and (max-width: 61.875em) {
    .header .main-navigation {
      display: none;
      width: 92%;
      padding: 0 4%;
      border-top: none;
      background-color: #1A1D1F;
      margin-bottom: 0; } }
  @media screen and (max-width: 61.875em) {
    .header .main-navigation ul {
      padding-bottom: 25px;
      border-bottom: 4px solid #010101;
      padding-top: 6px; } }
  .header .main-navigation ul li {
    float: left;
    padding: 21px 19px 0 2px; }
    @media screen and (max-width: 61.875em) {
      .header .main-navigation ul li {
        float: none;
        display: block;
        text-align: center;
        padding-top: 15px; } }
    .header .main-navigation ul li a {
      color: #1b1f22;
      font-size: 1.3125em;
      text-decoration: none; }
      @media screen and (max-width: 69.375em) {
        .header .main-navigation ul li a {
          font-size: 1.125em; } }
      @media screen and (max-width: 61.875em) {
        .header .main-navigation ul li a {
          color: #fff; } }
      .header .main-navigation ul li a:hover {
        color: #de2654;
        text-decoration: underline; }
    .header .main-navigation ul li.current_page_item a {
      color: #de2654; }
  @media screen and (max-width: 61.875em) {
    .header .main-navigation .search-form {
      padding: 22px 0 60px;
      float: none;
      text-align: center; } }
  .header .main-navigation .searchInput {
    width: 233px;
    height: 40px;
    padding: 0 0 0 15px;
    margin: 5px 22px 0 0;
    border: 2px solid #ececec;
    color: #818184;
    font-size: 1.1875em;
    outline: none; }
    @media screen and (max-width: 61.875em) {
      .header .main-navigation .searchInput {
        width: 187px;
        margin-right: 4px; } }
  .header .main-navigation .search-button {
    border: 2px solid #ececec;
    border-radius: 40px;
    background-color: #fff;
    height: 45px;
    width: 80px;
    cursor: pointer;
    color: #818184;
    font-size: 1.3125em;
    outline: none;
    background: url(../images/right-pointer-grey.png) no-repeat 80% 50%;
    padding-right: 7%; }
    @media screen and (max-width: 61.875em) {
      .header .main-navigation .search-button {
        background-color: #fff; } }
    .header .main-navigation .search-button:hover {
      border-color: #010101;
      color: #de2654;
      background-image: url("../images/right-pointer.png"); }
.header .float-right {
  position: relative; }

.openMobileMenu .header .main-navigation {
  display: block; }

@media screen and (max-width: 46.25em) {
  .section .flexSliderMobile {
    width: 100%; } }
.section .flexslider {
  width: 100%;
  box-shadow: none;
  border: 0;
  margin: 0; }
  .section .flexslider .slides {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    @media screen and (max-width: 46.25em) {
      .section .flexslider .slides li {
        height: 100%; } }
    .section .flexslider .slides .caption {
      position: absolute;
      left: 40px;
      bottom: 0;
      width: 62%;
      height: 113px;
      padding: 20px;
      -webkit-transform: skew(-26deg);
      -moz-transform: skew(-26deg);
      -o-transform: skew(-26deg);
      -ms-transform: skew(-26deg);
      background: #de2654;
      color: #fff;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
      opacity: 0.6; }
      @media screen and (max-width: 46.25em) {
        .section .flexslider .slides .caption {
          left: 0;
          width: 100%;
          height: auto;
          -webkit-transform: skew(0deg);
          -moz-transform: skew(0deg);
          -o-transform: skew(0deg);
          -ms-transform: skew(0deg);
          background: #010101;
          filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
          opacity: 1;
          box-sizing: border-box;
          height: 70px;
          display: none; } }
    .section .flexslider .slides .caption-text {
      position: absolute;
      left: 90px;
      bottom: 0px;
      width: 60%;
      height: 141px; }
      @media screen and (max-width: 61.875em) {
        .section .flexslider .slides .caption-text {
          width: 56%; } }
      .section .flexslider .slides .caption-text h1,
      .section .flexslider .slides .caption-text p,
      .section .flexslider .slides .caption-text a {
        color: #fff; }
      .section .flexslider .slides .caption-text h1 {
        font-size: 3.125em;
        margin-bottom: 4px; }
        @media screen and (max-width: 61.875em) {
          .section .flexslider .slides .caption-text h1 {
            font-size: 2.25em; } }
      .section .flexslider .slides .caption-text p {
        font-size: 1.3125em; }
        @media screen and (max-width: 61.875em) {
          .section .flexslider .slides .caption-text p {
            font-size: 1.0625em; } }
      .section .flexslider .slides .caption-text a {
        text-decoration: underline; }
      .section .flexslider .slides .caption-text .mobileOnly {
        display: none; }
      @media screen and (max-width: 46.25em) {
        .section .flexslider .slides .caption-text {
          left: 0;
          width: 100%;
          height: auto;
          padding: 3%;
          box-sizing: border-box;
          position: relative;
          background: black; }
          .section .flexslider .slides .caption-text .mobileOnly {
            display: block; }
          .section .flexslider .slides .caption-text .noMobile {
            display: none; }
          .section .flexslider .slides .caption-text h1 {
            font-size: 1.625em;
            margin-bottom: 0; }
          .section .flexslider .slides .caption-text p {
            font-size: 1.125em; } }
  .section .flexslider img {
    width: 100%; }
.section .flexslider-controls-container {
  width: 100%;
  height: 45px;
  text-align: right;
  position: relative; }
  .section .flexslider-controls-container .controls {
    position: absolute;
    right: 0;
    top: 15px; }
    @media screen and (max-width: 46.25em) {
      .section .flexslider-controls-container .controls {
        top: 0;
        position: relative;
        padding-top: 15px;
        text-align: center; } }
    .section .flexslider-controls-container .controls .next {
      background: url(../images/flexslider-next.png) no-repeat;
      display: inline-block;
      width: 8px;
      height: 12px;
      margin-left: 60px;
      -moz-transition: 0s;
      -o-transition: 0s;
      -webkit-transition: 0s;
      transition: 0s; }
      .section .flexslider-controls-container .controls .next:hover {
        background-position: 0 -12px; }
      @media screen and (max-width: 46.25em) {
        .section .flexslider-controls-container .controls .next {
          margin-left: 120px; } }
    .section .flexslider-controls-container .controls .prev {
      background: url(../images/flexslider-prev.png) no-repeat;
      display: inline-block;
      width: 8px;
      height: 12px;
      -moz-transition: 0s;
      -o-transition: 0s;
      -webkit-transition: 0s;
      transition: 0s; }
      .section .flexslider-controls-container .controls .prev:hover {
        background-position: 0 -12px; }

.nextEvents .viewAll:hover a {
  color: #de2654;
  text-decoration: none; }
.nextEvents .mobileOnly {
  display: none; }
@media screen and (max-width: 46.25em) {
  .nextEvents .mobileOnly {
    display: block; }
  .nextEvents .noMobile {
    display: none; }
  .nextEvents h1 {
    font-size: 1.625em; }
  .nextEvents .one-half.last {
    float: right; } }

@media screen and (max-width: 46.25em) {
  .what-we-do h1, .what-we-do h2 {
    font-size: 1.625em; } }
.what-we-do .text-block {
  width: 53.33935%;
  float: left; }
  @media screen and (max-width: 61.875em) {
    .what-we-do .text-block {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }
  .what-we-do .text-block p {
    color: #7a7a7a; }
.what-we-do .image {
  width: 40.61372%;
  float: right;
  margin-right: 0; }
  @media screen and (max-width: 61.875em) {
    .what-we-do .image {
      width: 108%;
      float: left;
      margin-left: -4%; } }
  .what-we-do .image img {
    width: 100%;
    margin-bottom: 20px; }

.archives-listing {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .archives-listing:after {
    content: " ";
    display: block;
    clear: both; }
  .archives-listing .archive-listing-container {
    margin: 10px 0 20px 0;
    height: 262px; }
    @media screen and (max-width: 61.875em) {
      .archives-listing .archive-listing-container {
        height: auto; } }
    @media screen and (max-width: 46.25em) {
      .archives-listing .archive-listing-container {
        height: 262px; } }
    .archives-listing .archive-listing-container.col {
      width: 23.64621%;
      float: left;
      margin-right: 1.80505%; }
    .archives-listing .archive-listing-container.last {
      width: 23.64621%;
      float: right;
      margin-right: 0; }
    .archives-listing .archive-listing-container .rounded-button {
      width: 92%;
      text-align: center; }
  .archives-listing .archive-listing-block {
    position: relative;
    margin-bottom: 20px;
    height: 197px;
    width: 100%;
    background-color: #010101; }
    @media screen and (max-width: 61.875em) {
      .archives-listing .archive-listing-block {
        background-color: transparent;
        height: auto; } }
    @media screen and (max-width: 46.25em) {
      .archives-listing .archive-listing-block {
        height: 197px;
        background-color: #010101; } }
    .archives-listing .archive-listing-block h3 {
      position: absolute;
      z-index: 2;
      top: 0;
      left: 0;
      width: 100%;
      height: 25px;
      line-height: 25px;
      background-color: #1a82cb; }
      .archives-listing .archive-listing-block h3 a {
        color: #fff;
        margin-left: 10px;
        font-size: 0.8125em;
        text-decoration: none; }
      @media screen and (max-width: 61.875em) {
        .archives-listing .archive-listing-block h3 {
          position: relative;
          margin-bottom: 0;
          font-size: 0.75em; } }
      @media screen and (max-width: 46.25em) {
        .archives-listing .archive-listing-block h3 {
          position: absolute;
          margin-bottom: 20px; } }
    .archives-listing .archive-listing-block img {
      width: 100%;
      height: 100%;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
      opacity: 0.4;
      -moz-transition: all 0.2s ease-in-out 0ms;
      -o-transition: all 0.2s ease-in-out 0ms;
      -webkit-transition: all 0.2s ease-in-out;
      -webkit-transition-delay: 0ms;
      transition: all 0.2s ease-in-out 0ms; }
    .archives-listing .archive-listing-block .date {
      position: absolute;
      top: 30px;
      left: 10px;
      color: #fff;
      font-size: 1.125em; }
      @media screen and (max-width: 69.375em) {
        .archives-listing .archive-listing-block .date {
          font-size: 1em; } }
      @media screen and (max-width: 61.875em) {
        .archives-listing .archive-listing-block .date {
          position: relative;
          color: #010101;
          top: 0;
          left: 0; } }
      @media screen and (max-width: 46.25em) {
        .archives-listing .archive-listing-block .date {
          position: absolute;
          color: #fff;
          top: 30px;
          left: 10px; } }
    .archives-listing .archive-listing-block p {
      position: absolute;
      bottom: 10px;
      left: 10px;
      color: #fff;
      font-size: 1.3125em; }
      @media screen and (max-width: 69.375em) {
        .archives-listing .archive-listing-block p {
          font-size: 1em; } }
      @media screen and (max-width: 61.875em) {
        .archives-listing .archive-listing-block p {
          position: relative;
          color: #010101;
          bottom: 0;
          left: 0; } }
      @media screen and (max-width: 46.25em) {
        .archives-listing .archive-listing-block p {
          position: absolute;
          color: #fff;
          top: 10px;
          left: 10px; } }
    .archives-listing .archive-listing-block:hover img {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
      opacity: 0.8; }

@media screen and (max-width: 46.25em) {
  .hideMobile {
    display: none; } }

@media screen and (max-width: 46.25em) {
  .tweets-container {
    border-top: none !important; } }
.tweets-container .title-container {
  width: 66.06498%;
  float: left;
  margin-right: 1.80505%; }
  @media screen and (max-width: 61.875em) {
    .tweets-container .title-container {
      width: auto; } }
  @media screen and (max-width: 46.25em) {
    .tweets-container .title-container {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
      .tweets-container .title-container h1 {
        margin-bottom: 0;
        color: #40aaeb; } }
.tweets-container .twitter-account {
  width: 27.88809%;
  float: left; }
  @media screen and (max-width: 61.875em) {
    .tweets-container .twitter-account {
      width: auto;
      float: right; } }
  @media screen and (max-width: 46.25em) {
    .tweets-container .twitter-account {
      float: left; } }
  .tweets-container .twitter-account a {
    color: #40aaeb;
    font-size: 2.1875em;
    text-decoration: underline; }
    @media screen and (max-width: 46.25em) {
      .tweets-container .twitter-account a {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        font-size: 1.625em; } }
.tweets-container .tweets {
  margin: -1.80505%;
  padding: 1.80505%;
  top: 40px;
  margin-bottom: 40px; }
  @media screen and (max-width: 46.25em) {
    .tweets-container .tweets {
      padding: 0px; } }
  .tweets-container .tweets .tweet {
    background-color: #40aaeb;
    color: #fff; }
    .tweets-container .tweets .tweet a {
      color: #fff;
      text-decoration: underline; }
    .tweets-container .tweets .tweet .avatar {
      margin-bottom: 20px;
      width: 54px; }
    .tweets-container .tweets .tweet.col {
      width: 356px; }
      @media screen and (max-width: 69.375em) {
        .tweets-container .tweets .tweet.col {
          width: 317px; } }
      @media screen and (max-width: 61.875em) {
        .tweets-container .tweets .tweet.col {
          width: 360px; } }
      @media screen and (max-width: 46.25em) {
        .tweets-container .tweets .tweet.col {
          width: 100%;
          margin-left: auto;
          margin-right: auto; } }
    .tweets-container .tweets .tweet .message {
      line-height: 20px; }
    .tweets-container .tweets .tweet .twitter-name {
      color: #010101; }
      .tweets-container .tweets .tweet .twitter-name a {
        color: #010101;
        font-size: 18px; }
    .tweets-container .tweets .tweet .tweet-image {
      width: 100%; }
    .tweets-container .tweets .tweet .date {
      font-weight: 600; }
    .tweets-container .tweets .tweet .padded-content {
      padding: 20px; }
      .tweets-container .tweets .tweet .padded-content p,
      .tweets-container .tweets .tweet .padded-content .twitter-name,
      .tweets-container .tweets .tweet .padded-content .date,
      .tweets-container .tweets .tweet .padded-content .float-right {
        font-size: 1.125em; }
    .tweets-container .tweets .tweet .float-right {
      width: 75%; }
      .tweets-container .tweets .tweet .float-right > a {
        color: #fff;
        font-weight: bold;
        text-decoration: none; }
    @media screen and (max-width: 46.25em) {
      .tweets-container .tweets .tweet.noMobile {
        display: none; } }

@media screen and (max-width: 46.25em) {
  .eventBlocks .one-half.col {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; } }

.even .event-listing-with-image,
.last .event-listing-with-image {
  float: right; }

.tall .event-listing-with-image {
  height: 400px; }
  .tall .event-listing-with-image .rounded-button {
    width: 50%;
    text-decoration: none; }
  .tall .event-listing-with-image .event-logo-image {
    position: absolute;
    right: 35px;
    bottom: 15px; }
  .tall .event-listing-with-image .description .event-title {
    padding-bottom: 15px; }

.event-listing-with-image {
  margin-bottom: 20px;
  position: relative;
  min-height: 395px;
  border: 1px solid #ccc;
  max-width: 544px;
  background-color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .event-listing-with-image:after {
    content: " ";
    display: block;
    clear: both; }
  @media screen and (max-width: 69.375em) {
    .event-listing-with-image {
      font-size: 0.875em; } }
  @media screen and (max-width: 61.875em) {
    .event-listing-with-image {
      width: 100% !important;
      margin-right: 0 !important; } }
  @media screen and (max-width: 46.25em) {
    .event-listing-with-image {
      min-height: 275px;
      padding-bottom: 75px; } }
  .event-listing-with-image .padded-container {
    padding: 0 15px; }
  .event-listing-with-image .rounded-button {
    position: absolute;
    margin: 0;
    bottom: 15px;
    left: 15px;
    padding: 0px 20px 0px 20px;
    width: 91%;
    text-decoration: none; }
    @media screen and (max-width: 46.25em) {
      .event-listing-with-image .rounded-button {
        left: 3%;
        width: 94%; } }
  .event-listing-with-image .image-container {
    width: 30.88235%;
    float: left;
    margin-right: 3.67647%; }
    @media screen and (max-width: 46.25em) {
      .event-listing-with-image .image-container {
        display: none; } }
    .event-listing-with-image .image-container img {
      display: block;
      width: 100%;
      height: auto; }
  .event-listing-with-image .details {
    margin-top: 10px;
    width: 65.44118%;
    float: right;
    margin-right: 0; }
    @media screen and (max-width: 46.25em) {
      .event-listing-with-image .details {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box;
        margin: 0;
        padding: 15px;
        padding-top: 10px;
        padding-bottom: 10px; } }
    .event-listing-with-image .details .date,
    .event-listing-with-image .details .time,
    .event-listing-with-image .details .location,
    .event-listing-with-image .details .price {
      font-size: 1.125em;
      margin-bottom: 3px; }
      .event-listing-with-image .details .date p,
      .event-listing-with-image .details .time p,
      .event-listing-with-image .details .location p,
      .event-listing-with-image .details .price p {
        font-size: 1.125em; }
      @media screen and (max-width: 46.25em) {
        .event-listing-with-image .details .date,
        .event-listing-with-image .details .time,
        .event-listing-with-image .details .location,
        .event-listing-with-image .details .price {
          font-size: 1.25em; } }
      .event-listing-with-image .details .date a,
      .event-listing-with-image .details .time a,
      .event-listing-with-image .details .location a,
      .event-listing-with-image .details .price a {
        color: #818184;
        text-decoration: none; }
        .event-listing-with-image .details .date a:hover,
        .event-listing-with-image .details .time a:hover,
        .event-listing-with-image .details .location a:hover,
        .event-listing-with-image .details .price a:hover {
          color: black; }
    .event-listing-with-image .details .date,
    .event-listing-with-image .details .price {
      color: #1b1f22; }
    .event-listing-with-image .details .location {
      color: #818184; }
    @media screen and (max-width: 46.25em) {
      .event-listing-with-image .details .time,
      .event-listing-with-image .details .location {
        display: none; } }
  .event-listing-with-image .event-category {
    width: 100%;
    background-color: #ea9b0d;
    padding: 5px 15px 7px 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .event-listing-with-image .event-category a {
      font-size: 1.25em;
      color: #fff;
      display: block;
      text-decoration: none; }
    @media screen and (max-width: 46.25em) {
      .event-listing-with-image .event-category {
        margin-bottom: 15px; } }
  .event-listing-with-image .description {
    margin: 7px 15px 0 15px; }
    .event-listing-with-image .description .event-title {
      font-size: 1.5625em;
      color: #1b1f22;
      padding-bottom: 15px; }
      @media screen and (max-width: 46.25em) {
        .event-listing-with-image .description .event-title {
          font-size: 1.3125em; } }
    .event-listing-with-image .description p {
      font-size: 1.3125em;
      color: #818184;
      line-height: 1.2em; }
      @media screen and (max-width: 46.25em) {
        .event-listing-with-image .description p {
          font-size: 1.25em; } }

.event-listing {
  position: relative;
  min-height: 322px;
  border: 1px solid #ececec; }
  @media screen and (max-width: 46.25em) {
    .event-listing {
      min-height: 275px; } }
  .event-listing .padded-container {
    padding: 0 8px; }
  .event-listing .details {
    background-color: #f7f7f7;
    padding-top: 10px; }
    .event-listing .details .price {
      font-size: 1.125em;
      padding-bottom: 10px; }
    .event-listing .details .date {
      margin-bottom: 3px;
      font-size: 1.125em; }
  .event-listing .event-category {
    height: 25px;
    line-height: 25px;
    background-color: #40aaeb;
    margin-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px; }
    .event-listing .event-category a {
      font-size: 1.125em;
      color: #fff;
      display: block;
      width: 100%;
      height: 100%; }
  .event-listing .description .event-title {
    font-size: 1.25em;
    color: #1b1f22;
    margin-bottom: 15px; }
  .event-listing .description .event-description p {
    font-size: 1.125em;
    color: #818184; }
  .event-listing .rounded-button {
    position: absolute;
    margin: 0;
    bottom: 15px;
    left: 3%;
    width: 92%;
    text-decoration: none; }

.single-event .container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .single-event .container:after {
    content: " ";
    display: block;
    clear: both; }
.single-event .text-block {
  width: 55%; }
  .single-event .text-block .title h3 {
    color: #1b1f22;
    margin-bottom: 15px; }
  .single-event .text-block .excerpt {
    color: #818184; }
    .single-event .text-block .excerpt p {
      font-size: 1.3125em;
      margin-bottom: 8.33333px; }
.single-event .image-container {
  width: 39.52206%;
  float: left;
  margin-right: 3.67647%; }
  .single-event .image-container img {
    display: block;
    width: 100%;
    height: auto; }
.single-event .text-block {
  width: 48.16176%;
  float: left; }
.single-event .single-event-address {
  clear: both;
  border-top: 4px solid #00b26b;
  padding: 15px 0 30px 0;
  margin-bottom: 30px; }
  .single-event .single-event-address .location {
    width: 39.52206%;
    float: left;
    margin-right: 3.67647%;
    font-size: 1.25em;
    color: #00b26b;
    min-height: 1px; }
  .single-event .single-event-address .location-address {
    color: #010101;
    font-size: 1.125em;
    padding-bottom: 30px;
    line-height: 1.125em; }
  .single-event .single-event-address a {
    text-decoration: none; }
.single-event .single-event-content {
  padding: 20px 0 40px 0; }
  @media screen and (max-width: 61.875em) {
    .single-event .single-event-content {
      border-top: none; } }
  .single-event .single-event-content p {
    color: #818184;
    margin-bottom: 30px; }
  .single-event .single-event-content h2 {
    border-bottom: 4px solid #ececec;
    padding-bottom: 15px;
    margin-bottom: 10px; }
.single-event .toggle-content {
  margin-bottom: 30px; }
  .single-event .toggle-content p {
    color: #7a7a7a;
    font-size: 1.3125em; }
.single-event .sponsored-by {
  clear: both;
  margin-bottom: 10px;
  margin-left: -2%;
  overflow: auto; }
  .single-event .sponsored-by a {
    width: 23%;
    float: left;
    margin-left: 2%;
    margin-bottom: 2%;
    height: 135px; }
    .single-event .sponsored-by a span {
      display: table-cell;
      height: 135px;
      vertical-align: middle; }
  .single-event .sponsored-by p {
    margin-bottom: 15px; }
  .single-event .sponsored-by img {
    margin-right: 10px;
    max-height: 135px; }

.pc-ticket-booking {
  -moz-transition: all 0.2s ease-in-out 0ms;
  -o-transition: all 0.2s ease-in-out 0ms;
  -webkit-transition: all 0.2s ease-in-out;
  -webkit-transition-delay: 0ms;
  transition: all 0.2s ease-in-out 0ms; }
  .pc-ticket-booking.fixedContainer {
    position: fixed;
    top: 50px;
    max-width: 168px; }
  .pc-ticket-booking.hideContainer {
    top: -400px; }

.ticket-booking-container .ticket-booking {
  margin-bottom: 20px; }
.ticket-booking-container .rounded-button {
  width: 100%;
  padding: 0;
  display: block;
  margin-bottom: 10px;
  text-decoration: none;
  text-align: center; }
.ticket-booking-container a.terms-and-conditions {
  color: #818184;
  text-decoration: underline;
  display: block;
  margin-bottom: 23px; }
.ticket-booking-container .addthis_sharing_toolbox {
  text-align: left;
  margin-bottom: 20px; }

.eventOverview .mobileOnly {
  display: none; }
.eventOverview .navigation {
  width: 100%;
  float: left; }
@media screen and (max-width: 46.25em) {
  .eventOverview .breadcrumb {
    display: none; }
  .eventOverview .sidebar, .eventOverview .main-content {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .eventOverview .main-content, .eventOverview .mobileFullWidthTitle {
    /*
                padding-left:4%;
                padding-right:4%;
                margin-left: -4%;
                margin-right: -4%;
    */ }
  .eventOverview .mobileFullWidthTitle {
    background-color: #f7f7f7;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px; }
    .eventOverview .mobileFullWidthTitle h2 {
      margin-bottom: 0; }
  .eventOverview .main-content .one-half.col {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    min-height: 275px; }
  .eventOverview .offset-page-title {
    width: 100%;
    border-bottom: solid 4px #ececec;
    padding-bottom: 8px; }
  .eventOverview .mobileOnly {
    display: block; }
  .eventOverview .noMobile {
    display: none; }
  .eventOverview .mobileSidebarHide {
    display: none; } }

.chosenEvent .mobileSidebar, .chosenEvent .mobileEventIntro {
  display: none; }
.chosenEvent .offset-page-title > a {
  display: none; }
@media screen and (max-width: 61.875em) {
  .chosenEvent .mobileEventIntro {
    display: block; }
    .chosenEvent .mobileEventIntro .ticket-booking-container.smallPaddingTop {
      padding-top: 10px; }
    .chosenEvent .mobileEventIntro .single-event-details {
      display: none; }
  .chosenEvent .main-content .main-content-narrow {
    width: 100%;
    margin-right: 0; }
  .chosenEvent .stickyContainer {
    display: none; } }
@media screen and (max-width: 46.25em) {
  .chosenEvent .breadcrumb {
    display: none; } }
@media screen and (max-width: 46.25em) and (max-width: 46.25em) {
  .chosenEvent .mobileTitleContainer {
    display: block;
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 10px;
    margin-left: -4%;
    margin-right: 4%;
    border-top: solid 8px #ececec; } }
@media screen and (max-width: 46.25em) {
  .chosenEvent .offset-page-title {
    width: 100%; }
    .chosenEvent .offset-page-title a {
      display: inline-block;
      float: right;
      color: #010101; }
      .chosenEvent .offset-page-title a:hover {
        color: #de2654; }
  .chosenEvent .sidebar, .chosenEvent .main-content {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .chosenEvent .main-content .one-half.col {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    min-height: 275px; }
  .chosenEvent .main-content .main-content-narrow, .chosenEvent .main-content .main-content-narrow + .ticket-booking-container {
    width: 100%; }
  .chosenEvent .topSidebar, .chosenEvent .desktopEventIntro {
    display: none; }
  .chosenEvent .mobileSidebar, .chosenEvent .mobileEventIntro {
    display: block; }
  .chosenEvent .mobileEventIntro .single-event-details {
    display: block; }
  .chosenEvent .mobileEventIntro .image-container {
    width: 42%;
    margin-right: 3%; }
  .chosenEvent .mobileEventIntro .text-block {
    width: 55%; }
  .chosenEvent .mobileEventIntro .title h3 {
    color: #010101;
    margin-bottom: 15px; }
  .chosenEvent .mobileEventIntro .excerpt {
    margin-bottom: 14px;
    color: #818184; }
  .chosenEvent .mobileEventIntro .single-event-address {
    padding-bottom: 0;
    margin-bottom: 0; }
  .chosenEvent .mobileEventIntro .location-address {
    padding-bottom: 0; }
  .chosenEvent .mobileEventIntro .rounded-button {
    text-align: left;
    text-indent: 15px;
    text-decoration: none; } }

.venues {
  margin-bottom: 100px; }
  .venues .main-map {
    margin-bottom: 25px; }
    .venues .main-map + h1 {
      margin-bottom: 30px; }
  .venues #map {
    margin-bottom: 30px; }
    .venues #map img {
      max-width: none !important; }
    .venues #map h1 a {
      margin: 10px;
      display: block;
      color: #818184; }
      .venues #map h1 a:hover {
        color: #de2654; }
  .venues h2 {
    font-size: 1.875em; }
  .venues .venues-list li {
    width: 50%;
    float: left;
    margin-bottom: 30px;
    list-style-type: none;
    background-image: none;
    padding-left: 0;
    color: #7a7a7a;
    font-weight: normal;
    font-size: 1.3125em; }
    @media screen and (max-width: 46.25em) {
      .venues .venues-list li {
        width: 100%; } }
    .venues .venues-list li a {
      color: #7a7a7a;
      font-weight: normal;
      text-decoration: underline; }

.venue .mobileOnly {
  display: none; }
@media screen and (max-width: 46.25em) {
  .venue .breadcrumb {
    display: none; }
  .venue .offset-page-title {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .venue .sidebar, .venue .main-content {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .venue .mobileTitleContainer {
    display: block;
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 10px;
    margin-left: -4%;
    margin-right: 4%;
    border-top: solid 8px #ececec; }
  .venue .noMobile {
    display: none; }
  .venue .mobileOnly {
    display: block; } }

.sidebar label {
  display: block;
  margin: 15px 0 10px 0;
  font-size: 1.3125em;
  color: #818184; }
  .sidebar label.month, .sidebar label.event-search {
    color: #818184; }
.sidebar input[type=text] {
  outline: none;
  font-family: "soleil";
  color: #010101; }
.sidebar .formfield {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 25px;
  height: 40px;
  width: 100%;
  height: 40px;
  padding: 0 0 0 5%;
  border: 2px solid #ececec;
  color: #818184;
  font-size: 1.3125em;
  padding-right: 46px; }
.sidebar .list-select {
  width: 100%;
  padding: 15px 0 20px 0;
  margin-bottom: 20px;
  /*
  		&.grey-links{
  			a{
  				text-decoration:underline;
  				color:$darkGrey;
  			
  				&:hover{
  					color:$white;
  				}	
  
  			}
  		}
  */ }
  .sidebar .list-select li {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 5px; }
    .sidebar .list-select li a {
      font-size: 1.3125em;
      text-decoration: none;
      line-height: 24px; }
    .sidebar .list-select li.current_page_item a {
      color: #de2654; }
  .sidebar .list-select.grey-background {
    border-top: 4px solid #ececec;
    background-color: #f7f7f7; }
    .sidebar .list-select.grey-background li a {
      color: #818184; }
      .sidebar .list-select.grey-background li a:hover {
        color: #de2654; }
  .sidebar .list-select.black-background {
    border-top: 4px solid #ececec;
    background-color: #010101; }
    @media screen and (max-width: 46.25em) {
      .sidebar .list-select.black-background {
        border-top: 0; } }
    .sidebar .list-select.black-background li a {
      color: #fff;
      text-decoration: none; }
      .sidebar .list-select.black-background li a:hover {
        color: #de2654; }
  .sidebar .list-select .page_item {
    margin-left: 30px; }
  .sidebar .list-select .page_item_has_children {
    margin-left: 0px; }
  .sidebar .list-select .current_page_item a {
    color: #de2654 !important; }
.sidebar .mailing-list-subscribe {
  margin-bottom: 20px;
  border: 1px solid #cbcaca; }
  .sidebar .mailing-list-subscribe .title {
    border-top: 4px solid #ececec;
    background-color: #f7f7f7;
    padding: 15px 0 20px 15px;
    color: #818184;
    font-size: 1.3125em; }
  .sidebar .mailing-list-subscribe .button-container {
    padding: 15px 0;
    text-align: center; }
    .sidebar .mailing-list-subscribe .button-container a {
      display: block;
      margin-left: 20px;
      margin-right: 20px;
      text-align: center;
      text-decoration: none; }
.sidebar .featured-article {
  border: 1px solid #ececec;
  margin-bottom: 20px; }
  .sidebar .featured-article img {
    border-top: 4px solid #de2654;
    width: 100%;
    height: auto;
    display: block; }
  .sidebar .featured-article .title {
    background-color: #010101;
    color: #fff;
    height: 25px;
    line-height: 25px;
    padding-left: 15px; }
  .sidebar .featured-article p {
    color: #818184;
    padding: 10px 15px;
    font-size: 1.125em; }
    .sidebar .featured-article p a.read-more {
      font-size: 1.125em;
      color: #818184; }
    .sidebar .featured-article p:hover {
      text-decoration: none;
      color: #de2654; }
.sidebar .submitButton {
  border: 0px;
  cursor: pointer;
  border-left: 1px solid #cccbcb;
  padding: 5px;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 48px;
  font-size: 16px;
  height: 40px;
  background: none; }
  .sidebar .submitButton:hover {
    color: #de2654; }
.sidebar .searchform {
  position: relative; }
  .sidebar .searchform .searchSubmit {
    border: 0px;
    cursor: pointer;
    border-left: 1px solid #cccbcb;
    padding: 5px;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 48px;
    font-size: 16px;
    height: 40px;
    background: none; }

@media screen and (max-width: 46.25em) {
  .sidebar.smallPaddingTop {
    padding: 0; }

  .sidebar.borderTop {
    border: none; } }
@media screen and (max-width: 46.25em) {
  .sideBarMobileContainer {
    display: block;
    width: 100%;
    /*
            padding-left: 4%;
            padding-right: 4%;
            margin-left: -4%;
            margin-right: -4%;
    */
    background-color: #f7f7f7;
    border-top: solid 8px #ececec; } }

.gform_wrapper .gform_body {
  width: 100%;
  background-color: #f7f7f7;
  border-top: 4px solid #ececec;
  margin-bottom: 25px; }
  .gform_wrapper .gform_body .gform_fields {
    padding: 25px 40px; }
    .gform_wrapper .gform_body .gform_fields label {
      display: block;
      margin-bottom: 15px;
      color: #1b1f22;
      font-size: 1.25em; }
    .gform_wrapper .gform_body .gform_fields input[type="text"] {
      padding: 0 15px;
      width: 470px;
      height: 45px;
      border: 2px solid #cccccc; }
      @media screen and (max-width: 46.25em) {
        .gform_wrapper .gform_body .gform_fields input[type="text"] {
          width: 100%;
          box-sizing: border-box; } }
    .gform_wrapper .gform_body .gform_fields textarea {
      padding: 15px;
      width: 470px; }
      @media screen and (max-width: 46.25em) {
        .gform_wrapper .gform_body .gform_fields textarea {
          width: 100%;
          box-sizing: border-box; } }
    .gform_wrapper .gform_body .gform_fields input[type="text"],
    .gform_wrapper .gform_body .gform_fields input[type="search"],
    .gform_wrapper .gform_body .gform_fields input[type="password"],
    .gform_wrapper .gform_body .gform_fields input[type="number"],
    .gform_wrapper .gform_body .gform_fields input[type="email"],
    .gform_wrapper .gform_body .gform_fields input[type="url"],
    .gform_wrapper .gform_body .gform_fields input[type="tel"],
    .gform_wrapper .gform_body .gform_fields input[type="file"],
    .gform_wrapper .gform_body .gform_fields textarea,
    .gform_wrapper .gform_body .gform_fields select {
      font-size: 1.25em;
      border: 2px solid #cccccc;
      color: #818184;
      font-family: "soleil",sans-serif;
      margin-bottom: 10px; }
  .gform_wrapper .gform_body .recaptchatable input[type="text"] {
    height: auto; }
.gform_wrapper .validation_error {
  padding: 20px;
  font-size: 20px;
  color: white;
  background-color: #ff5656;
  line-height: 24px; }
.gform_wrapper .validation_message {
  margin: 10px 0 20px;
  color: #ff5656; }
.gform_wrapper .gform_footer {
  margin-bottom: 40px; }
  .gform_wrapper .gform_footer .gform_button {
    position: relative;
    line-height: 40px;
    margin: 0 auto 20px auto;
    border: 2px solid #cccbcb;
    border-radius: 40px;
    color: #1b1f22;
    text-align: left;
    font-size: 1.3125em;
    background-color: #fff;
    cursor: pointer;
    box-sizing: border-box;
    padding: 0 20px;
    word-spacing: -3px;
    outline: none;
    /*
        &.with-pointer:after{
            display:block;
            position:absolute;
            right:7%;
            top:37%;
            content:" ";
            width:9px;
            height:15px;
            background:url(../images/right-pointer.png);
        }
    */ }
    @media screen and (max-width: 46.25em) {
      .gform_wrapper .gform_footer .gform_button {
        text-align: center;
        width: 100%;
        box-sizing: border-box; } }
    .gform_wrapper .gform_footer .gform_button:hover {
      border-color: #1b1f22; }
    .gform_wrapper .gform_footer .gform_button .icon-right-arrow:before {
      position: absolute;
      right: 10px;
      top: 9px; }
  .gform_wrapper .gform_footer input[type="submit"] {
    font-family: "soleil",sans-serif;
    width: 330px;
    text-align: center; }
    .gform_wrapper .gform_footer input[type="submit"]:hover {
      color: #de2654; }
    @media screen and (max-width: 46.25em) {
      .gform_wrapper .gform_footer input[type="submit"] {
        width: 100%; } }

.gform_confirmation_wrapper .gform_confirmation_message {
  padding: 20px;
  font-size: 20px;
  color: white;
  background-color: #6fd677;
  line-height: 24px;
  margin-bottom: 20px; }

.footer {
  padding-top: 15px;
  margin-bottom: 15px; }
  .footer img {
    width: 189px; }
  @media screen and (max-width: 46.25em) {
    .footer {
      padding-bottom: 20px !important; } }
  .footer .footer-navigation {
    margin: 30px 0 0 0;
    margin-left: 25.45126%;
    width: 49.09747%;
    float: left;
    margin-right: 1.80505%; }
    @media screen and (max-width: 46.25em) {
      .footer .footer-navigation {
        margin-top: 12px;
        margin-left: 4.24188%;
        width: 91.51625%;
        float: left;
        margin-right: 1.80505%;
        text-align: center; } }
    .footer .footer-navigation ul li {
      width: 37%;
      float: left; }
      @media screen and (max-width: 46.25em) {
        .footer .footer-navigation ul li {
          width: 100%;
          text-align: center;
          margin-top: 8px; } }
      .footer .footer-navigation ul li a {
        font-size: 1em;
        color: #fff;
        line-height: 1.3em;
        text-decoration: none; }
        @media screen and (max-width: 46.25em) {
          .footer .footer-navigation ul li a {
            text-transform: capitalize; } }
        .footer .footer-navigation ul li a:hover {
          color: #de2654; }
    .footer .footer-navigation p {
      margin-top: 40px;
      font-size: 1em;
      font-weight: 600; }
      @media screen and (max-width: 46.25em) {
        .footer .footer-navigation p {
          margin-top: 20px; } }
  .footer .social-media {
    padding-top: 10px; }
    @media screen and (max-width: 46.25em) {
      .footer .social-media {
        padding-top: 20px;
        float: none; } }
    .footer .social-media ul {
      overflow: auto;
      text-align: center; }
      .footer .social-media ul li {
        float: left; }
        @media screen and (max-width: 46.25em) {
          .footer .social-media ul li {
            float: none;
            text-align: center;
            display: inline-block;
            margin-left: 46px; }
            .footer .social-media ul li:first-child {
              margin-left: 0; } }
        .footer .social-media ul li a {
          color: black;
          background: white;
          margin-left: 14px;
          padding: 8px;
          font-size: 1.125em;
          display: block;
          text-decoration: none; }
          .footer .social-media ul li a:hover {
            background: #cccbcb; }
          @media screen and (max-width: 46.25em) {
            .footer .social-media ul li a {
              margin-left: 0; } }

@media screen and (max-width: 46.25em) {
  .copyright {
    padding-bottom: 20px !important;
    text-align: center; } }
.copyright ul li {
  float: left;
  border-right: 2px solid #1b1f22;
  padding-right: 7px;
  margin-right: 7px; }
  @media screen and (max-width: 46.25em) {
    .copyright ul li {
      float: none;
      display: inline-block;
      margin-bottom: 4px; } }
  .copyright ul li.last {
    border-right: 0; }
  .copyright ul li a {
    font-size: 1em;
    color: #1b1f22; }

@media screen and (max-width: 46.25em) {
  .credits {
    width: 100%;
    color: #818184;
    padding-top: 20px; } }
.credits a {
  color: #1b1f22;
  text-decoration: underline; }

.section.main-sponsors {
  color: #818184;
  font-size: 1.125em; }
  .section.main-sponsors strong {
    color: #818184;
    font-weight: 600; }
  .section.main-sponsors .sponsors-container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin: 40px 0 0 0;
    /*
    			.sponsors {
    				@include span(20%);
    				text-align:center;
    				height:72px;
    
    				&.smaller{
    					@include span(10%);
    				}
    
    				&.medium{
    					@include span(15%);
    				}
    
    				&.larger{
    					@include span(30% no-gutter);
    				}
    
    				&.last{
    					@include span(20% no-gutter);
    				}
    			}
    */ }
    .section.main-sponsors .sponsors-container:after {
      content: " ";
      display: block;
      clear: both; }
    .section.main-sponsors .sponsors-container table {
      width: 100%; }
      .section.main-sponsors .sponsors-container table td {
        text-align: center;
        vertical-align: middle;
        padding: 10px; }
        .section.main-sponsors .sponsors-container table td img {
          max-width: 100%; }
        @media screen and (max-width: 46.25em) {
          .section.main-sponsors .sponsors-container table td {
            display: block; } }

.mailing-list-signup h2 {
  font-size: 2.1875em;
  margin-bottom: 0px; }
  @media screen and (max-width: 46.25em) {
    .mailing-list-signup h2 {
      font-size: 1.625em;
      line-height: 30px; } }
  .mailing-list-signup h2.large-grey-heading {
    color: #818184; }
  .mailing-list-signup h2 .large-black-heading {
    color: #1b1f22;
    font-weight: 700; }
.mailing-list-signup p {
  padding: 15px 0 25px 0;
  font-size: 1.3125em;
  color: #818184; }
.mailing-list-signup a {
  display: inline-block;
  width: 370px;
  text-decoration: none; }
@media screen and (max-width: 46.25em) {
  .mailing-list-signup a.rounded-button {
    width: 100%;
    font-size: 1.25em; } }

.blog-listing {
  margin-bottom: 80px; }
  .blog-listing h2 a {
    color: #818184; }
  .blog-listing a {
    color: #010101; }
    .blog-listing a:hover {
      color: #de2654; }

.page-listings {
  margin-bottom: 60px; }
  .page-listings .page-listing {
    margin-bottom: 20px; }
    .page-listings .page-listing h3 {
      margin-bottom: 0px; }
      .page-listings .page-listing h3 a {
        color: #818184;
        text-decoration: none; }
    .page-listings .page-listing a {
      color: #010101; }
      .page-listings .page-listing a:hover {
        color: #de2654; }

.next-posts a, .next-posts a:link {
  display: block;
  border-top: solid 4px #ececec;
  padding: 10px 0 14px;
  color: #818184;
  text-decoration: underline;
  font-size: 1.375em; }
.next-posts a:hover {
  text-decoration: none;
  color: #de2654; }

.blogOverview h2 a, .blogPost h2 a {
  text-decoration: none; }
.blogOverview .mobileSidebar, .blogPost .mobileSidebar {
  display: none; }
@media screen and (max-width: 46.25em) {
  .blogOverview .breadcrumb, .blogPost .breadcrumb {
    display: none; }
  .blogOverview .offset-page-title, .blogPost .offset-page-title {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .blogOverview .topSidebar, .blogPost .topSidebar {
    display: none; }
  .blogOverview .mobileSidebar, .blogPost .mobileSidebar {
    display: block; }
  .blogOverview .sidebar, .blogOverview .main-content, .blogPost .sidebar, .blogPost .main-content {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .blogOverview .mobileTitleContainer, .blogPost .mobileTitleContainer {
    display: block;
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 10px;
    margin-left: -4%;
    margin-right: 4%;
    border-top: solid 8px #ececec; } }

@media screen and (max-width: 46.25em) {
  .blogOverview .main-content, .blogPost .main-content {
    margin-bottom: 0; }
  .blogOverview .sidebar .list-select, .blogPost .sidebar .list-select {
    /*
                padding-left: 4%;
                padding-right: 4%;
                margin-left: -4%;
                margin-right: -4%;
    */ } }

@media screen and (max-width: 46.25em) {
  .blogOverview .nested-content {
    margin-right: 0;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .blogOverview hr {
    margin: 0; } }

.bfoiDropdown {
  clear: left;
  min-height: 43px;
  margin-bottom: 20px;
  font-size: 1.3125em;
  -moz-transition: all 0.2s ease-in-out 0ms;
  -o-transition: all 0.2s ease-in-out 0ms;
  -webkit-transition: all 0.2s ease-in-out;
  -webkit-transition-delay: 0ms;
  transition: all 0.2s ease-in-out 0ms; }
  .bfoiDropdown p {
    position: relative; }
    .bfoiDropdown p .trigger,
    .bfoiDropdown p .activetrigger {
      color: #1b1f22;
      padding: 0 0 0 15px;
      height: 40px;
      line-height: 40px;
      width: 100%;
      display: block;
      border: 1px solid #ccc;
      border-radius: 5px;
      box-sizing: border-box;
      position: relative;
      text-decoration: none; }
      .bfoiDropdown p .trigger:after,
      .bfoiDropdown p .activetrigger:after {
        display: block;
        content: " ";
        position: absolute;
        right: 0;
        top: 0;
        width: 45px;
        border-left: 1px solid #ccc;
        height: 100%; }
    .bfoiDropdown p .trigger:before {
      background: url("../images/icons/dropdown-arrow.png") no-repeat #FFF;
      display: block;
      content: " ";
      width: 16px;
      height: 9px;
      position: absolute;
      right: 14px;
      top: 40%; }
    .bfoiDropdown p .activetrigger:before {
      background: url("../images/icons/dropdown-arrow.png") 0 -9px no-repeat #FFF;
      display: block;
      content: " ";
      width: 16px;
      height: 9px;
      position: absolute;
      right: 15px;
      top: 40%; }

/*


.fadeInDropdown {
    @include opacity(1);
}
*/
.dropcontainer {
  position: absolute;
  font-size: 16px;
  color: #777;
  width: 100%;
  z-index: 8; }

.dropcontainer ul {
  border-width: medium 1px 1px;
  border-style: none solid solid;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
  background: none repeat scroll 0% 0% #FFF;
  list-style-type: none;
  padding: 10px;
  margin: 0px;
  width: 100%;
  z-index: 9;
  box-sizing: border-box;
  background-color: #f7f7f7;
  border: 0; }
  .dropcontainer ul li a {
    font-size: 1em;
    padding-left: 5px;
    color: #1b1f22;
    text-decoration: none; }
  .dropcontainer ul li:hover a {
    color: #de2654; }

.dropdownvisible {
  height: auto; }

.dropdownhidden {
  display: none; }

/*
.turnintodropdownJump{
	display:none;
}
*/
.calenderDropdown {
  position: relative;
  font-family: "soleil"; }
  .calenderDropdown .calenderDate {
    font-family: "soleil"; }
  .calenderDropdown .calender {
    display: none;
    border: 1px solid #cccbcb;
    position: relative;
    top: -25px; }
    .calenderDropdown .calender .table-condensed {
      width: 100%;
      table-layout: fixed; }
      .calenderDropdown .calender .table-condensed td, .calenderDropdown .calender .table-condensed th {
        padding: 10px 0px;
        text-align: center;
        cursor: pointer; }
      .calenderDropdown .calender .table-condensed .active {
        background: #cccbcb; }
      .calenderDropdown .calender .table-condensed .old {
        color: #646464; }
      .calenderDropdown .calender .table-condensed .oldday:hover, .calenderDropdown .calender .table-condensed .day:hover {
        background-color: #de2654;
        color: white; }
  .calenderDropdown button {
    outline: none; }
  .calenderDropdown .goButton {
    font-family: "soleil";
    background: white;
    border: 2px solid #cccccc;
    width: 100%;
    display: none;
    padding: 5px;
    position: relative;
    top: -26px;
    font-size: 1.3em;
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px; }
    .calenderDropdown .goButton:hover {
      background: #cccccc; }
    .calenderDropdown .goButton span {
      position: absolute;
      right: 10px;
      font-size: 1.1em;
      top: 15px; }
  .calenderDropdown:hover button.icon-calendar {
    color: #de2654; }

.dk-select,
.dk-select *,
.dk-select *:before,
.dk-select *:after,
.dk-select-multi,
.dk-select-multi *,
.dk-select-multi *:before,
.dk-select-multi *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.dk-select,
.dk-select-multi {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5em;
  width: 100%;
  cursor: pointer; }

.dk-selected {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  background-color: white;
  border: 1px solid #CCCCCC;
  padding: 0 1.5em 0 0.5em;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  padding-top: 3px;
  padding-bottom: 5px;
  font-family: "soleil"; }
  .dk-selected:before, .dk-selected:after {
    font-family: 'icomoon';
    content: '';
    display: block;
    position: absolute;
    right: 0; }
  .dk-selected:before {
    border: solid transparent;
    margin: -0.125em 0.5em 0 0;
    content: "\e608";
    font-size: 0.85em;
    right: 2px;
    top: 4px; }
  .dk-selected:after {
    top: 0;
    height: 100%;
    border-left: 1px solid #CCCCCC;
    margin: 0 45px 0 0; }

.dk-selected-disabled {
  color: #BBBBBB; }

.dk-select .dk-select-options {
  position: absolute;
  display: none;
  left: 0; }

.dk-select-open-up .dk-select-options {
  margin-bottom: -1px;
  bottom: 100%; }

.dk-select-open-down .dk-select-options {
  margin-top: -1px;
  top: 100%; }

.dk-select-multi .dk-select-options {
  max-height: 10em; }

.dk-select-options {
  width: 100%;
  z-index: 100;
  background-color: white;
  border: 1px solid #CCCCCC;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 10.5em;
  list-style: none;
  padding: 0.25em 0;
  margin: 0; }

.dk-option-selected {
  background-color: #323232;
  color: #fff; }

.dk-select-options-highlight .dk-option-selected {
  background-color: transparent;
  color: inherit; }

.dk-option {
  padding: 0 0.5em; }

.dk-select-options .dk-option-highlight {
  background-color: #323232;
  color: #fff; }

.dk-select-options .dk-option-disabled {
  color: #BBBBBB;
  background-color: transparent; }

.dk-optgroup {
  border: solid #CCCCCC;
  border-width: 1px 0;
  padding: 0.25em 0;
  margin-top: 0.25em; }
  .dk-optgroup + .dk-option {
    margin-top: 0.25em; }
  .dk-optgroup + .dk-optgroup {
    border-top-width: 0;
    margin-top: 0; }
  .dk-optgroup:nth-child(2) {
    padding-top: 0;
    border-top: none;
    margin-top: 0; }
  .dk-optgroup:last-child {
    border-bottom-width: 0;
    margin-bottom: 0;
    padding-bottom: 0; }

.dk-optgroup-label {
  padding: 0 0.5em 0.25em;
  font-weight: bold;
  width: 100%; }

.dk-optgroup-options {
  list-style: none;
  padding-left: 0; }
  .dk-optgroup-options li {
    padding-left: 1.2em; }

.dk-select-open-up .dk-selected {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-color: #919191; }

.dk-select-open-down .dk-selected {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #919191; }

.dk-select-open-up .dk-selected:after,
.dk-select-open-down .dk-selected:after {
  border-left-color: #919191; }

.dk-select-open-up .dk-select-options,
.dk-select-open-down .dk-select-options,
.dk-select-multi:focus .dk-select-options {
  display: block;
  border-color: #919191; }

.dk-select-multi:hover,
.dk-select-multi:focus {
  outline: none; }

.dk-selected:hover,
.dk-selected:focus {
  outline: none;
  border-color: #919191; }

.dk-select-disabled {
  opacity: 0.6;
  color: #BBBBBB;
  cursor: not-allowed; }
  .dk-select-disabled .dk-selected:hover, .dk-select-disabled .dk-selected:focus {
    border-color: inherit; }
    .dk-select-disabled .dk-selected:hover:before, .dk-select-disabled .dk-selected:focus:before {
      border-top-color: inherit; }
    .dk-select-disabled .dk-selected:hover:after, .dk-select-disabled .dk-selected:focus:after {
      border-left-color: inherit; }

select[data-dkcacheid] {
  display: none; }
