nothing {
  grey: #6e6e6e;
  grey1: #949494;
  grey2: #adadad;
  grey3: #cccccc;
  grey4: #e0e0e0;
  grey5: #f6f6f6;
}

@font-face {
  font-family: 'GothamRounded-Book';
  src: url("../font/GothamRounded-Book.eot");
  src: url("../font/GothamRounded-Book.eot?#iefix") format("embedded-opentype"), url("../font/GothamRounded-Book.woff") format("woff"), url("../font/GothamRounded-Book.ttf") format("truetype"), url("../font/GothamRounded-Book.svg#GothamRounded-Book") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GothamRounded-Medium';
  src: url("../font/GothamRounded-Medium.eot");
  src: url("../font/GothamRounded-Medium.eot?#iefix") format("embedded-opentype"), url("../font/GothamRounded-Medium.woff") format("woff"), url("../font/GothamRounded-Medium.ttf") format("truetype"), url("../font/GothamRounded-Medium.svg#GothamRounded-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GothamRounded-Bold';
  src: url("../font/GothamRounded-Bold.eot");
  src: url("../font/GothamRounded-Bold.eot?#iefix") format("embedded-opentype"), url("../font/GothamRounded-Bold.woff") format("woff"), url("../font/GothamRounded-Bold.ttf") format("truetype"), url("../font/GothamRounded-Bold.svg#GothamRounded-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'icons';
  src: url("../font/icons.eot?");
  src: url("../font/icons.eot?#iefix") format("embedded-opentype"), url("../font/icons.woff?") format("woff"), url("../font/icons.ttf?") format("truetype"), url("../font/icons.svg?#icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
button,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

legend {
  color: #606060;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a{
	color: #0091d2;
}

.hidden{
	visibility: none!important;
	display: none!important;
}

@media (min-width: 1024px) {
  body:after {
    content: 'widescreen';
    display: none;
  }

  head {
    font-family: widescreen;
    z-index: 2;
  }
}
.ir, footer .social li a {
  background-color: transparent;
  border: 0;
  overflow: hidden;
}

.lt-ie8 .ir, .lt-ie8 footer .social li a, footer .social li .lt-ie8 a {
  text-indent: -9999px;
}

.ir:before, footer .social li a:before {
  content: '';
  display: block;
  width: 0;
  height: 150%;
}

.clearfix:before, #nav:before, .find-venue:before, #banner_iframe .content:before, #splash .content:before, #carousel .content:before, #carousel .carousel-wrapper:before, #find_venue .content .venue-details-wrapper .venue-details .programs .program .deliverer:before,
.clearfix:after,
#nav:after,
.find-venue:after,
#banner_iframe .content:after,
#splash .content:after,
#carousel .content:after,
#carousel .carousel-wrapper:after,
#find_venue .content .venue-details-wrapper .venue-details .programs .program .deliverer:after {
  content: ' ';
  display: table;
}

.clearfix:after, #nav:after, .find-venue:after, #banner_iframe .content:after, #splash .content:after, #carousel .content:after, #carousel .carousel-wrapper:after, #find_venue .content .venue-details-wrapper .venue-details .programs .program .deliverer:after {
  clear: both;
}

.lt-ie8 .clearfix, .lt-ie8 #nav, .lt-ie8 .find-venue, .lt-ie8 #banner_iframe .content, #banner_iframe .lt-ie8 .content, .lt-ie8 #splash .content, #splash .lt-ie8 .content, .lt-ie8 #carousel .content, #carousel .lt-ie8 .content, .lt-ie8 #carousel .carousel-wrapper, #carousel .lt-ie8 .carousel-wrapper, .lt-ie8 #find_venue .content .venue-details-wrapper .venue-details .programs .program .deliverer, #find_venue .content .venue-details-wrapper .venue-details .programs .program .lt-ie8 .deliverer {
  zoom: 1;
}


/*
 * <div class="container">
 *     <div>a</div>
 *     <div>b</div>
 * </div>
 *
 * $grid_gutter: 5%;
 * $grid_padding: 2.5%;
 *
 * .container {
 *     @include grid_container();
 *     max-width: 1200px;
 *
 *     div {
 *         @include grid(1, 1);
 *
 *         @media all and (min-width: 800px) {
 *             @include grid(1, 2);
 *         }
 *     }
 * }
 *
 */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !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) ")";
  }

  .ir a:after, footer .social li a a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]: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;
  }

  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
.mce-content > *:first-child {
  margin-top: 0;
}
.mce-content > *:last-child {
  margin-bottom: 0;
}
.mce-content h1,
.mce-content h2 {
  font-family: 'GothamRounded-Bold';
  color: #0091d2;
  font-size: 2.25em;
  margin-top: 1em;
}
.mce-content h3 {
  font-family: 'GothamRounded-Bold';
  color: #0091d2;
  font-size: 1.5em;
  margin-top: 1em;
}
.mce-content h4 {
  color: #0091d2;
  font-weight: bold;
  margin-top: 1em;
}
.mce-content blockquote {
  font-family: 'GothamRounded-Medium';
  font-size: 1.1em;
  margin-top: 1em;
}
.mce-content blockquote p:first-child {
  margin-top: 0;
}
.mce-content p {
  display: block;
  margin-top: 1em;
  line-height: 1.5;
}
.mce-content a {
  color: #0091d2;
  text-decoration: none;
}
.mce-content a:hover {
  text-decoration: underline;
}
.mce-content a.button, .mce-content .page-content .post-pagination a, .page-content .post-pagination .mce-content a {
  color: white;
  float: left;
}
.mce-content a.button:hover, .mce-content .page-content .post-pagination a:hover, .page-content .post-pagination .mce-content a:hover, .mce-content a.button:focus, .mce-content .page-content .post-pagination a:focus, .page-content .post-pagination .mce-content a:focus, .mce-content a.button:active, .mce-content .page-content .post-pagination a:active, .page-content .post-pagination .mce-content a:active {
  color: #e10073;
  text-decoration: none;
}
.mce-content ul, .mce-content ol {
  margin: 1em 0;
  list-style-position: outside;
  list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAJCAYAAAD+WDajAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkVBNEVDN0E3RDdBMTFFNDk4OEZEQ0U4MkQwMEQ3QkUiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkVBNEVDNzk3RDdBMTFFNDk4OEZEQ0U4MkQwMEQ3QkUiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MzA5OTZFRjk3QzA1MTFFNDhDNThDQjQxMzZEN0ZDQjEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MzA5OTZFRkE3QzA1MTFFNDhDNThDQjQxMzZEN0ZDQjEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5bbAEpAAAAXUlEQVR42mJkmHiJAQjCgLgOiFWB+DYQNwHxKhYgEQLEKxkQQBvGZwLiBgbsoI4JahQ2oMoEtQMbuA2SbMQh2QySXA3EEUB8HYh/Q2kQfyXj////GXABJgY8ACDAAO9dEfMAZOK8AAAAAElFTkSuQmCC");
}
.mce-content ul ul, .mce-content ul ol, .mce-content ul li, .mce-content ol ul, .mce-content ol ol, .mce-content ol li {
  margin-left: 1.5em;
  padding-left: 0.5em;
  margin-top: 10px;
}
.mce-content ul ul:first-child, .mce-content ul ol:first-child, .mce-content ul li:first-child, .mce-content ol ul:first-child, .mce-content ol ol:first-child, .mce-content ol li:first-child {
  margin-top: 0;
}
.mce-content ol {
  list-style: decimal outside;
}
.mce-content strong {
  font-weight: 700;
}
.mce-content em {
  font-style: italic;
}
.mce-content img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  border: 4px solid #f6f6f6;
}
.mce-content img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
.mce-content img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
.mce-content img.aligncenter {
  margin: 0 auto;
}
.mce-content img.icon {
  margin-bottom: 0;
  border: 0;
}
.mce-content .embed {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
  margin-top: 1em;
  border: 4px solid #f6f6f6;
}
.mce-content .embed:first-child {
  margin-top: 0;
}
.mce-content .embed .poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: block;
  text-decoration: none;
}
.mce-content .embed .poster img {
  width: 100%;
  height: auto;
  border: 0;
  display: block;
}
.mce-content .embed .poster img.poster-medium {
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
}
.mce-content .embed .poster strong {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.5em 1em;
  font-family: 'GothamRounded-Medium';
  background: rgba(0, 145, 210, 0.9);
  color: white;
}
.mce-content .embed .poster:before {
  display: block;
  text-align: center;
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e601';
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transition-property: color, border-color;
  -o-transition-property: color, border-color;
  -webkit-transition-property: color, border-color;
  transition-property: color, border-color;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  color: #d7d700;
  font-size: 6em;
  text-indent: -5px;
  border: 12px solid #d7d700;
  text-align: center;
  line-height: 100px;
  z-index: 1;
}
.mce-content .embed:hover .poster:before {
  color: white;
  border-color: white;
}
.mce-content .embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mce-content .split-section .embed .poster:before {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 3em;
  border-width: 8px;
}
.mce-content table {
  width: 100%;
  margin-top: 1em;
}
.mce-content table td {
  padding: 15px 10px;
  border: 1px solid #e0e0e0;
  vertical-align: top;
}
.mce-content table tr:nth-child(2n) td {
  background: #f6f6f6;
}
.mce-content table thead td {
  font-family: 'GothamRounded-Bold';
  color: white;
  background: #adadad;
  border-color: #adadad;
  font-size: 0.8em;
  text-transform: uppercase;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 12;
  overflow: hidden;
  position: fixed;
  background: #000000;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 13;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 15;
  border: 10px solid white;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 14;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 16;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 21px;
  font-family: 'GothamRounded-Medium';
  position: absolute;
  right: 0;
  top: -54px;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  padding: 0 1.5em 0 0;
  color: white;
  font-style: normal;
  display: block;
  text-decoration: none;
}
button.mfp-close:hover, button.mfp-close:focus {
  opacity: 1;
}
button.mfp-close:after {
  display: block;
  text-align: center;
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e600';
  right: 0;
  float: right;
  font-size: 1.5em;
  top: 0;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  text-align: right;
  width: auto;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 10px;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  display: block;
  text-decoration: none;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100px;
  height: 100px;
  margin-top: -50px;
}
.mfp-arrow:after {
  display: block;
  text-align: center;
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e602';
  font-size: 100px;
  position: static;
  color: white;
}
.mfp-arrow.mfp-arrow-right {
  display: block;
  text-decoration: none;
  left: auto;
  right: 0;
}
.mfp-arrow.mfp-arrow-right:after {
  display: block;
  text-align: center;
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e605';
  position: static;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -54px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: scroll;
  padding-top: 56.25%;
  -webkit-overflow-scrolling: touch;
  background: white;
}
@media (min-width: 1024px) {
  .mfp-iframe-scaler {
    overflow: hidden;
  }
}
.mfp-iframe-scaler iframe {
  -moz-box-shadow: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  width: 100%;
  height: 100%;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 0 0px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  -moz-box-shadow: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  bottom: 0px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0;
  border-radius: 0 0 10px 10px;
  margin-top: 0px;
  position: absolute;
  top: 100%;
  left: -10px;
  right: -10px;
  cursor: auto;
  padding: 20px 10px;
  background: white;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #606060;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.mfp-fade.mfp-bg {
  opacity: 0;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

#nav_toggle {
  display: block;
  float: left;
  position: relative;
  width: 1em;
  height: 0.1em;
  font-size: 2.5em;
  margin: 33px 0 33px 0.4em;
  background-color: white;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -moz-border-radius: 0.05em;
  -webkit-border-radius: 0.05em;
  border-radius: 0.05em;
  -moz-transition: background-color 0.2s 0.2s;
  -o-transition: background-color 0.2s 0.2s;
  -webkit-transition: background-color 0.2s;
  -webkit-transition-delay: 0.2s;
  transition: background-color 0.2s 0.2s;
}
@media (min-width: 1024px) {
  #nav_toggle {
    display: none;
  }
}
#nav_toggle:before, #nav_toggle:after {
  display: block;
  content: '';
  position: absolute;
  top: -0.25em;
  bottom: -0.25em;
  left: 0;
  width: 100%;
  height: 0.1em;
  background-color: white;
  -moz-border-radius: 0.05em;
  -webkit-border-radius: 0.05em;
  border-radius: 0.05em;
  -moz-transition-property: top, bottom, -moz-transform;
  -o-transition-property: top, bottom, -o-transform;
  -webkit-transition-property: top, bottom, -webkit-transform;
  transition-property: top, bottom, transform;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-delay: 0.2s, 0.2s, 0;
  -o-transition-delay: 0.2s, 0.2s, 0;
  -webkit-transition-delay: 0.2s, 0.2s, 0;
  transition-delay: 0.2s, 0.2s, 0;
}
#nav_toggle:before {
  bottom: auto;
}
#nav_toggle:after {
  top: auto;
}
#nav_toggle.active {
  background-color: transparent;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
#nav_toggle.active:before, #nav_toggle.active:after {
  -moz-transition-delay: 0, 0, 0.2s;
  -o-transition-delay: 0, 0, 0.2s;
  -webkit-transition-delay: 0, 0, 0.2s;
  transition-delay: 0, 0, 0.2s;
}
#nav_toggle.active:before {
  top: 0;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav_toggle.active:after {
  bottom: 0;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

header {
  background: #0091d2;
  float: left;
  width: 100%;
  position: relative;
  z-index: 10;
}
body header .content {
  padding: 0;
}
header #logo {
  float: right;
  height: 50px;
  margin: 10px 1em 10px 0;
}
header #logo img {
  display: block;
  width: auto;
  height: 100%;
}
@media (min-width: 1024px) {
  header #logo {
    float: left;
    height: 70px;
    margin: 20px 20px 20px 0;
  }
}
@media (min-width: 1024px) {
  header:before {
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    top: 109px;
    left: 0;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwN2RiYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, #007dba), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0), #007dba, rgba(0, 0, 0, 0));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), #007dba, rgba(0, 0, 0, 0));
    background: linear-gradient(to right, rgba(0, 0, 0, 0), #007dba, rgba(0, 0, 0, 0));
  }
  header:after {
    display: block;
    content: '';
    width: 100%;
    position: absolute;
    top: 110px;
    bottom: 0;
    left: 0;
    background: #0088cb;
  }
}

@media (min-width: 1024px) {
  #nav {
    -moz-transition: height 0.4s;
    -o-transition: height 0.4s;
    -webkit-transition: height 0.4s;
    transition: height 0.4s;
    font-family: 'GothamRounded-Bold';
    float: right;
    height: 110px;
    min-width: 640px;
    position: relative;
  }
  #nav .top-level-nav {
    display: block;
    float: left;
    height: 20px;
    margin: 45px 0 45px 35px;
  }
  #nav .top-level-nav.sub-nav-close {
    display: none;
  }
  #nav .top-level-nav:first-child {
    margin-left: 0;
  }
  #nav .top-level-nav > a {
    -moz-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    display: block;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 20px;
  }
  #nav .top-level-nav.has-sub-nav > a {
    position: relative;
    padding-right: 30px;
    font-size: 1em;
    display: block;
    text-decoration: none;
  }
  #nav .top-level-nav.has-sub-nav > a:before {
    display: block;
    text-align: center;
    font-family: 'icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e603';
    position: absolute;
    top: -2px;
    right: 0;
    color: inherit;
    font-size: 24px;
  }
  #nav .top-level-nav.has-sub-nav .sub-nav {
    -moz-transition-property: visibility, opacity;
    -o-transition-property: visibility, opacity;
    -webkit-transition-property: visibility, opacity;
    transition-property: visibility, opacity;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    visibility: hidden;
    position: absolute;
    top: 110px;
    height: 80px;
    z-index: 2;
    left: 0;
    width: 100%;
    opacity: 0;
  }
  #nav .top-level-nav.has-sub-nav .sub-nav > li {
    -moz-transition-property: top, opacity;
    -o-transition-property: top, opacity;
    -webkit-transition-property: top, opacity;
    transition-property: top, opacity;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    position: relative;
    display: block;
    float: left;
    line-height: 20px;
    margin: 30px 30px 30px 0;
    top: -30px;
  }
  #nav .top-level-nav.has-sub-nav .sub-nav > li a {
    text-decoration: none;
    color: white;
  }
  #nav .top-level-nav.has-sub-nav .sub-nav.sub-nav-item-active li {
    opacity: 0.5;
  }
  #nav .top-level-nav.has-sub-nav .sub-nav.sub-nav-item-active li:hover {
    opacity: 1;
  }
  #nav .top-level-nav.has-sub-nav.sub-nav-active > a {
    display: block;
    text-decoration: none;
    opacity: 1;
  }
  #nav .top-level-nav.has-sub-nav.sub-nav-active > a:before {
    display: block;
    text-align: center;
    font-family: 'icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e604';
  }
  #nav .top-level-nav.has-sub-nav.sub-nav-active .sub-nav {
    visibility: visible;
    opacity: 1;
  }
  #nav .top-level-nav.has-sub-nav.sub-nav-active .sub-nav > li {
    top: 0;
  }
  #nav .top-level-nav.has-sub-nav.sub-nav-inactive .sub-nav > li {
    top: 30px;
  }
  #nav .top-level-nav.find-a-venue .sub-nav li {
    margin: 0;
    width: 100%;
  }
  #nav .top-level-nav.register {
    margin: 31px 0 31px 40px;
    padding: 0;
    float: right;
  }
  #nav .top-level-nav.register a {
    background: #d7d700;
    border-color: #d7d700;
    color: #0091d2;
  }
  #nav .top-level-nav.register:hover a {
    background: transparent;
    color: #d7d700;
  }
  
/*
 #nav .top-level-nav.find-a-venue {
    margin: 31px 0 31px 40px;
    padding: 0;
  }
  
*/
  #nav.sub-nav-active {
    height: 190px;
  }
  #nav.sub-nav-active .top-level-nav > a {
    opacity: 0.5;
  }
  #nav.nav-active .top-level-nav > a {
    opacity: 0.5;
  }
  #nav.nav-active .top-level-nav > a:hover {
    opacity: 1;
  }
}
@media (max-width: 1023px) {
  #nav {
    -moz-transition: height 0.4s;
    -o-transition: height 0.4s;
    -webkit-transition: height 0.4s;
    transition: height 0.4s;
    height: 0;
    float: left;
    width: 100%;
    overflow: hidden;
  }
  #nav > ul {
    display: none;
  }
  #nav.active {
    float: left;
    width: 100%;
  }
  #nav.active > ul {
    display: block;
  }
  #nav .top-level-nav {
    font-family: 'GothamRounded-Bold';
    display: block;
    width: 100%;
    border-top: 1px solid #007dba;
    font-size: 1.25em;
    position: relative;
    line-height: 1;
  }
  #nav .top-level-nav > a {
    display: block;
    padding: 15px;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
  }
  #nav .top-level-nav.has-sub-nav {
    display: block;
    text-decoration: none;
  }
  #nav .top-level-nav.has-sub-nav:before {
    display: block;
    text-align: center;
    font-family: 'icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e605';
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    color: white;
  }
  #nav .top-level-nav.has-sub-nav .sub-nav {
    display: none;
  }
  #nav .top-level-nav.has-sub-nav.sub-nav-active {
    display: block;
    text-decoration: none;
  }
  #nav .top-level-nav.has-sub-nav.sub-nav-active:before {
    display: block;
    text-align: center;
    font-family: 'icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: none;
  }
  #nav .top-level-nav.has-sub-nav.sub-nav-active .sub-nav {
    font-family: 'GothamRounded-Medium';
    display: block;
  }
  #nav .top-level-nav.has-sub-nav.sub-nav-active .sub-nav li {
    display: block;
    margin-left: 15px;
    padding-right: 15px;
    border-top: 1px solid #007dba;
  }
  #nav .top-level-nav.has-sub-nav.sub-nav-active .sub-nav li a {
    display: block;
    color: white;
    padding: 15px 0;
    text-decoration: none;
  }
  #nav .top-level-nav.sub-nav-close {
    display: none;
  }
  #nav .top-level-nav.sub-nav-close a {
    display: block;
    text-decoration: none;
  }
  #nav .top-level-nav.sub-nav-close a:before {
    display: block;
    text-align: center;
    font-family: 'icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e602';
    float: left;
    margin-right: 5px;
  }
  #nav.sub-nav-active .top-level-nav {
    display: none;
  }
  #nav.sub-nav-active .top-level-nav.sub-nav-close {
    display: block;
  }
  #nav.sub-nav-active .top-level-nav.sub-nav-active {
    display: block;
    background: #0088cb;
  }
}

input[type=text],
input[type=url],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
select,
.select,
button,
.button,
.page-content .post-pagination a,
.page-content .post-password-form input[type=submit],
textarea {
  background: white;
  padding: 0.75em 1em !important;
  font-size: 0.95em !important;
  border: 2px solid #adadad;
  outline: none;
  font-family: 'GothamRounded-Medium';
  font-weight: normal;
  height: 2.75em;
  color: #606060;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -moz-border-radius: 1.5em;
  -webkit-border-radius: 1.5em;
  border-radius: 1.5em;
}

input[type=text]:focus, input[type=text]:active, input[type=text].focus,
input[type=url]:focus,
input[type=url]:active,
input[type=url].focus,
input[type=email]:focus,
input[type=email]:active,
input[type=email].focus,
input[type=tel]:focus,
input[type=tel]:active,
input[type=tel].focus,
input[type=number]:focus,
input[type=number]:active,
input[type=number].focus,
input[type=password]:focus,
input[type=password]:active,
input[type=password].focus,
select:focus,
select:active,
select.focus,
.select:focus,
.select:active,
.select.focus,
textarea:focus,
textarea:active,
textarea.focus {
  border-color: #0091d2;
}

button,
.button,
.page-content .post-pagination a,
.page-content .post-password-form input[type=submit] {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  border-color: #e10073;
  background: #e10073;
  color: white;
  text-align: center;
}
button:after,
.button:after,
.page-content .post-pagination a:after,
.page-content .post-password-form input[type=submit]:after {
  display: block;
  text-align: center;
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e605';
  margin-left: 0.5em;
  display: inline;
  font-size: 1.25em;
  line-height: 0.5em;
  position: relative;
  top: 0.15em;
}
@media (min-width: 1024px) {
  button,
  .button,
  .page-content .post-pagination a,
  .page-content .post-password-form input[type=submit] {
    min-width: 180px;
  }
}
button:hover, button:focus, button:active,
.button:hover,
.page-content .post-pagination a:hover,
.page-content .post-password-form input[type=submit]:hover,
.button:focus,
.page-content .post-pagination a:focus,
.page-content .post-password-form input[type=submit]:focus,
.button:active,
.page-content .post-pagination a:active,
.page-content .post-password-form input[type=submit]:active {
  background: transparent;
  color: #e10073;
}

input[type=text],
input[type=url],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
}
input[type=text]:-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=password]:-moz-placeholder,
textarea:-moz-placeholder {
  color: inherit;
}
input[type=text]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit;
}
input[type=text]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
}
input[type=text]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
}
input[type=text].placeholder,
input[type=url].placeholder,
input[type=email].placeholder,
input[type=tel].placeholder,
input[type=number].placeholder,
input[type=password].placeholder,
textarea.placeholder {
  color: inherit;
}

.select {
  display: block;
  text-decoration: none;
  position: relative;
  padding-right: 2.5em !important;
  margin-right: 10px;
}
.select:before {
  display: block;
  text-align: center;
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e603';
  position: absolute;
  top: 0.5em;
  right: 0.7em;
  font-size: 1.25em;
}
.select:focus, .select:active, .select.focus {
  display: block;
  text-decoration: none;
}
.select:focus:before, .select:active:before, .select.focus:before {
  display: block;
  text-align: center;
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e604';
  color: #0091d2;
}
@media (min-width: 1024px) {
  .select {
    margin-right: 0;
  }
}
.select select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  border: 0;
}
.select span {
  display: block;
  line-height: 1;
}

#ui-datepicker-div {
  display: none;
}

.mce-content .gform_wrapper {
  margin: 0;
  max-width: 100%;
}
.mce-content .gform_wrapper .validation_error {
  color: #de3834;
  font-family: 'GothamRounded-Medium';
  font-weight: normal;
}
.mce-content .gform_wrapper .gf_left_half,
.mce-content .gform_wrapper .gf_right_half {
  width: 100% !important;
}
@media (min-width: 1024px) {
  .mce-content .gform_wrapper .gf_left_half,
  .mce-content .gform_wrapper .gf_right_half {
    width: 49% !important;
  }
}
.mce-content .gform_wrapper .gfield.gfield_error {
  background: transparent;
  border: 0;
  padding-top: 0 !important;
  padding-right: 0 !important;
}
.mce-content .gform_wrapper .gfield.gfield_error.gfield_contains_required .ginput_container {
  margin-top: 0;
}
.mce-content .gform_wrapper .gfield.gfield_error.gf_left_half, .mce-content .gform_wrapper .gfield.gfield_error.gf_right_half {
  width: 100% !important;
}
@media (min-width: 1024px) {
  .mce-content .gform_wrapper .gfield.gfield_error.gf_left_half, .mce-content .gform_wrapper .gfield.gfield_error.gf_right_half {
    width: 49% !important;
  }
}
.mce-content .gform_wrapper .gfield.gfield_error input,
.mce-content .gform_wrapper .gfield.gfield_error select,
.mce-content .gform_wrapper .gfield.gfield_error .select,
.mce-content .gform_wrapper .gfield.gfield_error textarea {
  border-color: #de3834 !important;
  border-width: 2px;
}
.mce-content .gform_wrapper .gfield.gfield_error .validation_message {
  color: #de3834;
  font-weight: normal;
}
.mce-content .gform_wrapper .gform_heading {
  display: none;
}
.mce-content .gform_wrapper input.medium,
.mce-content .gform_wrapper .datepicker.medium {
  width: 100% !important;
}
.mce-content .gform_wrapper .top_label .gfield_label {
  color: #6e6e6e;
  font-family: 'GothamRounded-Bold';
  text-transform: uppercase;
  font-size: 0.9em;
  margin: 1.5em 0 1em 0 !important;
}
.mce-content .gform_wrapper .gsection {
  margin: 1em 0 0 0;
  float: left;
  width: 100%;
  padding: 0;
  border: 0;
}
.mce-content .gform_wrapper .gfield_required {
  color: #0091d2;
}
.mce-content .gform_wrapper .gfield_radio li input[type=radio],
.mce-content .gform_wrapper .gfield_radio li input[type=checkbox],
.mce-content .gform_wrapper .gfield_checkbox li input[type=radio],
.mce-content .gform_wrapper .gfield_checkbox li input[type=checkbox] {
  -moz-appearance: none;
  -webkit-appearance: none;
  display: block;
  opacity: 0;
  width: 22px !important;
  height: 22px;
  cursor: pointer;
  margin: 0 !important;
  position: relative;
  z-index: 2;
}
.mce-content .gform_wrapper .gfield_radio li input[type=radio]:hover + label:before,
.mce-content .gform_wrapper .gfield_radio li input[type=checkbox]:hover + label:before,
.mce-content .gform_wrapper .gfield_checkbox li input[type=radio]:hover + label:before,
.mce-content .gform_wrapper .gfield_checkbox li input[type=checkbox]:hover + label:before {
  background-position-y: -22px;
}
.mce-content .gform_wrapper .gfield_radio li input[type=radio]:checked + label:before,
.mce-content .gform_wrapper .gfield_radio li input[type=checkbox]:checked + label:before,
.mce-content .gform_wrapper .gfield_checkbox li input[type=radio]:checked + label:before,
.mce-content .gform_wrapper .gfield_checkbox li input[type=checkbox]:checked + label:before {
  background-position-y: -44px;
}
.mce-content .gform_wrapper .gfield_radio li input[type=radio]:disabled,
.mce-content .gform_wrapper .gfield_radio li input[type=checkbox]:disabled,
.mce-content .gform_wrapper .gfield_checkbox li input[type=radio]:disabled,
.mce-content .gform_wrapper .gfield_checkbox li input[type=checkbox]:disabled {
  cursor: default;
}
.mce-content .gform_wrapper .gfield_radio li input[type=radio]:disabled + label:before,
.mce-content .gform_wrapper .gfield_radio li input[type=checkbox]:disabled + label:before,
.mce-content .gform_wrapper .gfield_checkbox li input[type=radio]:disabled + label:before,
.mce-content .gform_wrapper .gfield_checkbox li input[type=checkbox]:disabled + label:before {
  background-position-y: -66px;
}
.mce-content .gform_wrapper .gfield_radio li label,
.mce-content .gform_wrapper .gfield_checkbox li label {
  margin: 0;
  padding-left: 32px;
  position: relative;
  font-weight: normal !important;
  color: #606060;
}
.mce-content .gform_wrapper .gfield_radio li label:before,
.mce-content .gform_wrapper .gfield_checkbox li label:before {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  background: url(../img/form_elements.png) no-repeat 0 0;
  position: absolute;
  top: 0;
  left: 0;
}
.mce-content .gform_wrapper .gfield_checkbox li input[type=checkbox] + label:before {
  background-position: 100% 0;
}
.mce-content .gform_wrapper .gfield_checkbox li input[type=checkbox]:hover + label:before {
  background-position: 100% -22px;
}
.mce-content .gform_wrapper .gfield_checkbox li input[type=checkbox]:checked + label:before {
  background-position: 100% -44px;
}
.mce-content .gform_wrapper .gfield_checkbox li input[type=checkbox]:disabled + label:before {
  background-position: 100% -66px;
}
.mce-content .gform_wrapper .horizontal .gfield_checkbox li,
.mce-content .gform_wrapper .horizontal .gfield_radio li {
  float: left;
  width: 33.333%;
}
@media (min-width: 1024px) {
  .mce-content .gform_wrapper .horizontal .gfield_checkbox li,
  .mce-content .gform_wrapper .horizontal .gfield_radio li {
    width: 14%;
  }
}

.SlectBox {
  width: 200px;
  padding: 5px 8px;
}

/*this is applied on that hidden select. DO NOT USE display:none; or visiblity:hidden; and Do not override any of these properties. */
.SelectClass {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

/* Multiselect  */
.SumoSelect {
  float: left;
  display: inline-block;
  position: relative;
  outline: none;
}
.SumoSelect > .optWrapper > .options > li label, .SumoSelect > .CaptionCont {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}
.SumoSelect:focus > .CaptionCont, .SumoSelect:hover > .CaptionCont {
  box-shadow: 0px 0px 2px #7799D0;
  border-color: #7799D0;
}
.SumoSelect > .CaptionCont {
  position: relative;
  border: 0;
  min-height: 14px;
  background-color: #fff;
  margin: 0px;
  line-height: 31px;
  margin-left: 2px;
  padding-left: 15px;
  border-radius: 1.5em;
  margin-right: 10px;
  line-height: 23px;
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .SumoSelect > .CaptionCont {
    line-height: 32px;
    border-radius: 0px;
    margin-right: 0;
  }
}
.SumoSelect > .CaptionCont.opened > label > i:after {
  content: '\e604';
}
.SumoSelect > .CaptionCont > span {
  display: block;
  padding-right: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  color: #0091d2;
  font-family: 'GothamRounded-Medium';
}
.SumoSelect > .CaptionCont > span.placeholder {
  color: #0091d2;
}
.SumoSelect > .CaptionCont > label {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 30px;
}
.SumoSelect > .CaptionCont > label > i {
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  background-repeat: no-repeat;
  opacity: 0.8;
}
.SumoSelect > .CaptionCont > label > i:after {
  display: block;
  text-align: center;
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e603';
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.25em;
  color: #0091d2;
}
.SumoSelect > .optWrapper {
  top: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 200ms ease-out, top 200ms ease-out, visibility 200ms ease-out;
  -webkit-transition: opacity 200ms ease-out, top 200ms ease-out, visibility 200ms ease-out;
  -moz-transition: opacity 200ms ease-out, top 200ms ease-out, visibility 200ms ease-out;
  -ms-transition: opacity 200ms ease-out, top 200ms ease-out, visibility 200ms ease-out;
  -o-transition: opacity 200ms ease-out, top 200ms ease-out, visibility 200ms ease-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: -100;
  background: #fff;
  border: 1px solid #0091d2;
  overflow: hidden;
  font-family: 'GothamRounded-Medium';
}
.SumoSelect > .optWrapper.open {
  top: 35px;
  visibility: visible;
  opacity: 1;
  z-index: 1000;
}
.SumoSelect > .optWrapper > .options {
  list-style: none;
  display: block;
  padding: 0px;
  margin: 0px;
  overflow: auto;
  border-radius: 2px;
  /*Set the height of pop up here (only for desktop mode)*/
  max-height: 250px;
  /*height*/
}
.SumoSelect > .optWrapper.isFloating {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 90%;
  bottom: 0px;
  margin: auto;
  max-height: 90%;
}
.SumoSelect > .optWrapper.isFloating > .options {
  max-height: 100%;
  box-shadow: 0px 0px 100px #595959;
}
.SumoSelect > .optWrapper > .options > li {
  padding: 1px 6px;
  position: relative;
}
.SumoSelect > .optWrapper > .options > li:first-child {
  border-radius: 2px 2px 0px 0px;
}
.SumoSelect > .optWrapper > .options > li:last-child {
  border-bottom: none;
  border-radius: 0px 0px 2px 2px;
}
.SumoSelect > .optWrapper > .options > li:hover {
  background-color: #E4E4E4;
}
.SumoSelect > .optWrapper > .options > li.sel {
  background-color: #a1c0e4;
}
.SumoSelect > .optWrapper > .options > li label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  cursor: pointer;
  font-size: 0.95em !important;
  color: #0091d2;
}
.SumoSelect > .optWrapper > .options > li span {
  display: none;
}
.SumoSelect > .optWrapper > .options > li.disabled {
  background-color: inherit;
  pointer-events: none;
}
.SumoSelect > .optWrapper > .options > li.disabled * {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5-7 */
  filter: alpha(opacity=50);
  /* Netscape */
  -moz-opacity: 0.5;
  /* Safari 1.x */
  -khtml-opacity: 0.5;
  /* Good browsers */
  opacity: 0.5;
}
.SumoSelect > .optWrapper.multiple > .options > li {
  padding-left: 35px;
  cursor: pointer;
}
.SumoSelect > .optWrapper.multiple > .options > li span {
  position: absolute;
  display: block;
  width: 30px;
  top: 0px;
  bottom: 0px;
  margin-left: -35px;
}
.SumoSelect .select-all > span {
  position: absolute;
  display: block;
  width: 30px;
  top: 0px;
  bottom: 0px;
  margin-left: -35px;
}
.SumoSelect .select-all > span i {
  position: absolute;
  margin: auto;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 14px;
  height: 14px;
  border: 1px solid #AEAEAE;
  border-radius: 2px;
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.SumoSelect .select-all.selected > span i, .SumoSelect .select-all.partial > span i {
  background-color: #11a911;
  box-shadow: none;
  border-color: transparent;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: center center;
}
.SumoSelect > .optWrapper.multiple > .options > li span i {
  position: absolute;
  margin: auto;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 14px;
  height: 14px;
  border: 1px solid #AEAEAE;
  border-radius: 2px;
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.SumoSelect > .optWrapper > .MultiControls {
  display: none;
  border-top: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.13);
  border-radius: 0px 0px 3px 3px;
}
.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls {
  display: block;
  margin-top: 5px;
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls {
  display: block;
}
.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p {
  padding: 6px;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p {
  display: inline-block;
  cursor: pointer;
  padding: 12px;
  width: 50%;
  box-sizing: border-box;
  text-align: center;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover {
  background-color: #f1f1f1;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
  border-right: 1px solid #DBDBDB;
  border-radius: 0px 0px 0px 3px;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel {
  border-radius: 0px 0px 3px 0px;
}
.SumoSelect > .optWrapper.isFloating > .options > li {
  padding: 12px 6px;
}
.SumoSelect > .optWrapper.multiple.isFloating {
  padding-bottom: 43px;
}
.SumoSelect > .optWrapper.multiple.isFloating > .options > li {
  padding-left: 35px;
}
.SumoSelect > .optWrapper.multiple > .options > li.selected span i {
  background-color: #11a911;
  box-shadow: none;
  border-color: transparent;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: center center;
}
.SumoSelect.disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.SumoSelect.disabled > .CaptionCont {
  border-color: #ccc;
  box-shadow: none;
}
.SumoSelect .select-all {
  border-radius: 3px 3px 0px 0px;
  position: relative;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  padding: 8px 0px 3px 35px;
  height: 20px;
}
.SumoSelect .select-all > span i {
  cursor: pointer;
}
.SumoSelect .select-all.partial > span i {
  background-color: #ccc;
}
.SumoSelect > .optWrapper > .options > li.optGroup {
  padding-left: 5px;
  text-decoration: underline;
}

.find-venue {
  margin: 15px 0;
  font-size: 0.8em;
}
.find-venue.focus {
  -moz-animation: find-venue-bounce ease-in-out 0.2s 4 alternate;
  -webkit-animation: find-venue-bounce ease-in-out 0.2s 4 alternate;
  animation: find-venue-bounce ease-in-out 0.2s 4 alternate;
}
@media (min-width: 1024px) {
  .find-venue {
    font-size: 1em;
  }
  .sub-nav .find-venue {
    margin-top: 19px;
    margin-left: -200px;
  }
  
}
.find-venue input,
.find-venue .select,
.find-venue button {
  margin-bottom: 15px;
  display: block;
  background: white;
  border-color: white;
  color: #0091d2;
}
.find-venue input:focus, .find-venue input:active, .find-venue input.focus,
.find-venue .select:focus,
.find-venue .select:active,
.find-venue .select.focus,
.find-venue button:focus,
.find-venue button:active,
.find-venue button.focus {
  border-color: white;
}
@media (min-width: 1024px) {
  .find-venue input,
  .find-venue .select,
  .find-venue button {
    margin-bottom: 0;
  }
}
.find-venue input {
  width: 100%;
}
@media (min-width: 1024px) {
  .find-venue input {
    -moz-border-radius: 1.5em 0 0 1.5em;
    -webkit-border-radius: 1.5em;
    border-radius: 1.5em 0 0 1.5em;
    width: 300px;
    float: left;
  }
}
.find-venue .select {
  float: left;
}
@media (min-width: 1024px) {
  .find-venue .select {
    -moz-border-radius: 0 1.5em 1.5em 0;
    -webkit-border-radius: 0;
    border-radius: 0 1.5em 1.5em 0;
    margin-left: 2px;
  }
}
.find-venue button {
  float: left;
}
@media (min-width: 1024px) {
  .find-venue button {
    float: right;
  }
}
.find-venue button:hover, .find-venue button:focus, .find-venue button:active {
  background: transparent;
  color: white;
}
#banner .find-venue button:hover, #banner .find-venue button:focus, #banner .find-venue button:active {
  background: #0091d2;
}

#location-autocomplete {
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 1em;
  right: 1em;
  background: white;
  display: none;
  overflow: scroll;
  z-index: 5;
  max-height: 500px;
  z-index: 99;
}
#location-autocomplete.banner {
  max-width: 500px;
}
@media (min-width: 1024px) {
  #location-autocomplete {
    width: 445px;
  }
  #location-autocomplete.banner {
    width: 545px;
    max-width: none;
  }
}
#location-autocomplete li {
  cursor: pointer;
  display: block;
  color: #0091d2;
  padding: 1em 1.5em;
  font-family: 'GothamRounded-Medium';
}
#location-autocomplete li:hover {
  background-color: #0091d2;
  color: white;
}

.find-venue-fixed {
  float: right;
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 0 1em;
}
@media (min-width: 1024px) {
  .find-venue-fixed {
    padding: 0;
    width: 900px;
  }
}

@-moz-keyframes find-venue-bounce {
  0% {
    -moz-transform: scale(none, none);
    transform: scale(none, none);
  }
  100% {
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
}
@-webkit-keyframes find-venue-bounce {
  0% {
    -webkit-transform: scale(none, none);
    transform: scale(none, none);
  }
  100% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
}
@keyframes find-venue-bounce {
  0% {
    -moz-transform: scale(none, none);
    -ms-transform: scale(none, none);
    -webkit-transform: scale(none, none);
    transform: scale(none, none);
  }
  100% {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
}
#banner {
  position: relative;
  float: left;
  width: 100%;
  background-color: #0091d2;
  background-size: auto 200px;
  background-position: 80% 0;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media all and (min-width: 640px) {
  #banner {
    height: 420px;
    background-size: cover;
    background-position: 80% 20%;
  }
  #banner.page {
    height: 220px;
  }
}
#banner video {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
#banner video.full-height {
  height: 100%;
  width: auto;
}
@media (min-width: 1024px) {
  #banner video {
    display: block;
  }
}
#banner .content {
  display: block;
  margin-top: 200px;
  padding: 2em 1em;
  width: 100%;
}
@media all and (min-width: 640px) {
  #banner .content {
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  #banner .content {
    padding: 0;
  }
}
#banner .content h1,
#banner .content h2 {
  font-size: 2.5em;
  font-family: 'GothamRounded-Medium';
  color: white;
  text-align: left;
}
sub.footnote
{
	display: none;
	visibility: hidden;
}
#banner .content sub.footnote {
	display: block;
	clear: both;
	color: #fff;
	font-style: italic;
	float: left;
	margin: 0px;
	padding: 0px;
	visibility: visible;
}

@media (min-width: 1024px) {
  #banner .content h1,
  #banner .content h2 {
    font-size: 3.5em;
  }
}
#banner .content form {
  margin-top: 1em;
}
#banner .content form input {
  width: 100%;
}
@media all and (min-width: 640px) {
  #banner .content form input {
    width: 360px;
  }
}
@media all and (min-width: 640px) {
  #banner .content form button {
    float: left;
    margin-left: 15px;
  }
}
@media (min-width: 1024px) {
  #banner .content form button {
    float: right;
    margin-left: 30px;
  }
}

#banner_iframe {
  margin-bottom: 1em;
}
#banner_iframe .content h1 {
  font-size: 2em;
  font-family: 'GothamRounded-Medium';
  color: #0091d2;
  margin-top: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #e0e0e0;
}

#splash {
  position: relative;
  float: left;
  width: 100%;
/*   margin-top: 50px; */
  overflow: hidden;
}
#splash.blue {
  background: #0091d2;
}
#splash.orange {
  background: #fac300;
}
#splash.green {
  background: #d7d700;
}
#splash.grey {
  background: #6e6e6e;
}
#splash svg {
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  height: 100%;
  width: auto;
  margin-left: -350px;
}
@media all and (min-width: 640px) {
  #splash svg {
    left: 35%;
    margin-left: 0;
  }
}
@media all and (min-width: 768px) {
  #splash svg {
    left: 50%;
  }
}
@media all and (min-width: 768px) {
  #splash svg {
    left: 65%;
  }
}
#splash svg path.blue {
  fill: #0091d2;
}
#splash svg path.magenta {
  fill: #e10073;
}
#splash svg path.orange {
  fill: #fac300;
}
#splash svg path.green {
  fill: #d7d700;
}
#splash svg path.grey {
  fill: #6e6e6e;
}
#splash .content {
  position: relative;
  padding: 2em 1em;
}
@media (min-width: 1024px) {
  #splash .content {
    height: 220px;
    padding: 0;
  }
}
#splash .content h3 {
  font-family: 'GothamRounded-Medium';
  font-size: 2.25em;
  color: white;
  max-width: 700px;
  line-height: 1.25;
}
@media (min-width: 1024px) {
  #splash .content h3 {
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
  }
}
#splash .content a {
  float: left;
  margin-top: 1em;
}
@media (min-width: 1024px) {
  #splash .content a {
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: 0;
  }
}

#carousel {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 50px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  #carousel:before, #carousel:after {
    background: white;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 4;
    width: 50%;
    width: -webkit-calc(50% - 480px);
    width: calc(50% - 480px);
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuNSIgeDI9IjAuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
    background: -moz-linear-gradient(right, rgba(255, 255, 255, 0), #ffffff 40px);
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0), #ffffff 40px);
    background: linear-gradient(to left, rgba(255, 255, 255, 0), #ffffff 40px);
  }
  #carousel:after {
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background: -webkit-gradient(linear, 0% 50%, 40 50%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0), #ffffff 40px);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #ffffff 40px);
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 40px);
    left: auto;
    right: 0;
  }
}
#carousel .content {
  position: relative;
}
#carousel .carousel-wrapper {
  position: relative;
  width: 555.5%;
  left: 0;
  z-index: 1;
}
@media all and (min-width: 640px) {
  #carousel .carousel-wrapper {
    width: 259.7%;
    z-index: 2;
  }
}
@media all and (min-width: 768px) {
  #carousel .carousel-wrapper {
    width: 169.5%;
    z-index: 3;
  }
}
#carousel .carousel-wrapper.shift-left {
  left: -113.9%;
}
@media all and (min-width: 640px) {
  #carousel .carousel-wrapper.shift-left {
    left: -53.2%;
  }
}
@media all and (min-width: 768px) {
  #carousel .carousel-wrapper.shift-left {
    left: -34.7%;
  }
}
#carousel .carousel-wrapper.transition {
  -moz-transition: left 0.4s;
  -o-transition: left 0.4s;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
}
#carousel .carousel-wrapper .carousel-item {
  float: left;
  width: 18%;
  margin-left: 2.5%;
  padding: 1em;
  font-family: 'GothamRounded-Medium';
  cursor: pointer;
}
#carousel .carousel-wrapper .carousel-item:first-child {
  margin-left: 0;
}
#carousel .carousel-wrapper .carousel-item.hidden {
  display: none;
}
#carousel .carousel-wrapper .carousel-item.hidden + .carousel-item {
  margin-left: 0;
}
#carousel .carousel-wrapper .carousel-item.blue {
  background-color: #0091d2;
}
#carousel .carousel-wrapper .carousel-item.magenta {
  background-color: #e10073;
}
#carousel .carousel-wrapper .carousel-item.orange {
  background-color: #fac300;
}
#carousel .carousel-wrapper .carousel-item.green {
  background-color: #d7d700;
}
#carousel .carousel-wrapper .carousel-item.grey {
  background-color: #6e6e6e;
}
#carousel .carousel-wrapper .carousel-item strong {
  display: block;
  width: 50%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin: 0 auto;
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-size: 0.8em;
  padding-bottom: 0.5em;
}
#carousel .carousel-wrapper .carousel-item .carousel-image {
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  width: 65%;
  max-width: 200px;
  margin: 1em auto 0 auto;
  border: 8px solid white;
  overflow: hidden;
}
#carousel .carousel-wrapper .carousel-item .carousel-image img {
  -moz-transition-property: width, margin;
  -o-transition-property: width, margin;
  -webkit-transition-property: width, margin;
  transition-property: width, margin;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  display: block;
  width: 100%;
  height: auto;
}
#carousel .carousel-wrapper .carousel-item.youtube .carousel-image {
  position: relative;
  display: block;
  text-decoration: none;
}
#carousel .carousel-wrapper .carousel-item.youtube .carousel-image:before {
  display: block;
  text-align: center;
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e601';
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transition-property: color, border-color;
  -o-transition-property: color, border-color;
  -webkit-transition-property: color, border-color;
  transition-property: color, border-color;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  color: #d7d700;
  font-size: 3em;
  text-indent: -5px;
  border: 8px solid #d7d700;
  text-align: center;
  line-height: 60px;
  z-index: 1;
}
#carousel .carousel-wrapper .carousel-item.youtube:hover .carousel-image:before {
  color: white;
  border-color: white;
}
#carousel .carousel-wrapper .carousel-item:hover .carousel-image img {
  width: 110%;
  margin: -5%;
}
#carousel .carousel-wrapper .carousel-item:hover a em {
  text-decoration: underline;
}
#carousel .carousel-wrapper .carousel-item a {
  position: relative;
  display: block;
  margin: 1em auto 0 auto;
  padding-bottom: 2em;
  color: white;
  width: 80%;
  text-decoration: none;
  text-align: center;
  font-size: 1.125em;
  line-height: 1.5;
}
#carousel .carousel-wrapper .carousel-item a em {
  position: absolute;
  bottom: 0;
  left: 50%;
  float: left;
  font-size: 0.7em;
  text-transform: uppercase;
  padding-right: 1.5em;
  white-space: nowrap;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  text-decoration: none;
}
#carousel .carousel-wrapper .carousel-item a em:after {
  display: block;
  text-align: center;
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e605';
  font-size: 1.25em;
  position: absolute;
  top: -1px;
  right: 0;
}
#carousel .carousel-controls a {
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
  display: block;
  text-decoration: none;
  position: absolute;
  top: 50%;
  width: 50px;
  color: #adadad;
  font-size: 5em;
  overflow: hidden;
  z-index: 5;
  outline: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
#carousel .carousel-controls a:before {
  display: block;
  text-align: center;
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e602';
  margin-left: -15px;
}
#carousel .carousel-controls a:hover {
  color: #6e6e6e;
}
#carousel .carousel-controls a.disabled {
  color: #f6f6f6;
  cursor: default;
}
#carousel .carousel-controls a.previous {
  left: 0.2em;
}
@media (min-width: 1024px) {
  #carousel .carousel-controls a.previous {
    left: 0;
  }
}
@media (min-width: 1200px) {
  #carousel .carousel-controls a.previous {
    left: -100px;
  }
}
#carousel .carousel-controls a.next {
  right: 0.2em;
  display: block;
  text-decoration: none;
}
#carousel .carousel-controls a.next:before {
  display: block;
  text-align: center;
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e605';
}
@media (min-width: 1024px) {
  #carousel .carousel-controls a.next {
    right: 0;
  }
}
@media (min-width: 1200px) {
  #carousel .carousel-controls a.next {
    right: -100px;
  }
}

.image-gallery {
  float: left;
  width: 100%;
}
.image-gallery a {
  float: left;
  width: 50%;
  margin-left: 0%;
  padding: 0%;
  -moz-transition: border-color 0.4s;
  -o-transition: border-color 0.4s;
  -webkit-transition: border-color 0.4s;
  transition: border-color 0.4s;
  margin-top: 2.5%;
  border: 4px solid #f6f6f6;
  outline: 0;
}
.image-gallery a:nth-child(n) {
  margin-left: 0%;
}
.image-gallery a:nth-child(2n + 1) {
  margin-left: 0;
}
.image-gallery a:first-child {
  margin-left: 0;
}
.image-gallery a:hover {
  border-color: #d7d700;
}
.image-gallery a img {
  display: block;
  width: 100%;
}
@media all and (min-width: 640px) {
  .image-gallery a {
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    padding: 0%;
  }
  .image-gallery a:nth-child(n) {
    margin-left: 0%;
  }
  .image-gallery a:nth-child(3n + 1) {
    margin-left: 0;
  }
  .image-gallery a:first-child {
    margin-left: 0;
  }
}

footer {
  float: left;
  width: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
  margin-top: 50px;
  background: #f6f6f6;
  font-size: 0.95em;
}
footer .social {
  width: 12em;
  margin: 0 auto;
}
footer .social li {
  font-size: 1.05em;
}
footer .social li a {
  -moz-border-radius: 1.25em;
  -webkit-border-radius: 1.25em;
  border-radius: 1.25em;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
  position: relative;
  display: block;
  float: left;
  width: 2.5em;
  height: 2.5em;
  margin-left: 1.5em;
  background-color: #949494;
  color: white;
  overflow: hidden;
}
footer .social li a:hover {
  background-color: #6e6e6e;
}
footer .social li:first-child a {
  margin: 0;
}
footer .social li.facebook a {
  display: block;
  text-decoration: none;
}
footer .social li.facebook a:before {
  display: block;
  text-align: center;
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e607';
}
footer .social li.twitter a {
  display: block;
  text-decoration: none;
}
footer .social li.twitter a:before {
  display: block;
  text-align: center;
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e606';
}
footer .social li.instagram a {
  display: block;
  text-decoration: none;
}
footer .social li.instagram a:before {
  display: block;
  text-align: center;
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e608';
}
footer .social li.facebook a:before, footer .social li.twitter a:before, footer .social li.instagram a:before {
  font-size: 1.5em;
  text-align: center;
  line-height: 1.75;
  text-indent: 8px;
}
footer .nav-footer {
  float: left;
  width: 60%;
  font-family: 'GothamRounded-Book';
  color: #adadad;
  text-transform: uppercase;
  margin: 1.5em 20% 0 20%;
  line-height: 2;
  text-align: center;
}
@media all and (min-width: 768px) {
  footer .nav-footer {
    margin: 1.5em 0 0 0;
    width: 100%;
  }
}
footer .nav-footer li {
  float: left;
  width: 50%;
  margin-left: 0%;
  padding: 0%;
}
footer .nav-footer li:nth-child(n) {
  margin-left: 0%;
}
footer .nav-footer li:nth-child(2n + 1) {
  margin-left: 0;
}
footer .nav-footer li:first-child {
  margin-left: 0;
}
footer .nav-footer li a {
  color: #949494;
  text-decoration: none;
}
footer .nav-footer li a:hover {
  text-decoration: underline;
}
@media all and (min-width: 768px) {
  footer .nav-footer li {
    display: inline-block;
    float: none;
    margin: 0 1em !important;
    width: auto;
  }
}
@media (min-width: 1024px) {
  footer .nav-footer li {
    margin: 0 2em !important;
  }
}
footer .colophon {
  width: 100%;
  float: left;
  border-top: 1px solid #949494;
  padding-top: 2em;
  margin-top: 2em;
  font-family: 'GothamRounded-Book';
  text-align: center;
  color: #949494;
  text-transform: uppercase;
  font-size: 0.8em;
  line-height: 2;
}
footer .colophon a {
  text-decoration: none;
  color: #949494;
}
footer .colophon a:hover {
  text-decoration: underline;
}
footer .colophon em {
  display: block;
  visibility: hidden;
  margin: -1em 0;
}
@media all and (min-width: 640px) {
  footer .colophon em {
    margin: 0 1em;
    display: inline;
    visibility: visible;
  }
}

#breadcrumbs {
  float: left;
  width: 100%;
  margin-bottom: 2em;
  color: #0091d2;
}
#breadcrumbs .content {
  border-bottom: 1px solid #e0e0e0;
  padding: 1.5em 1em;
}
@media (min-width: 1024px) {
  #breadcrumbs .content {
    padding: 1.5em 0;
  }
}
#breadcrumbs .content em {
  color: #adadad;
  font-size: 1.25em;
}
#breadcrumbs .content a {
  color: #adadad;
  text-decoration: none;
}
#breadcrumbs .content a:hover {
  text-decoration: underline;
}

.page-content {
  float: left;
  width: 100%;
}
@media all and (min-width: 768px) {
  .page-content.has-sidebar {
    float: left;
    width: 74.375%;
    margin-left: 2.5%;
    padding: 0%;
  }
  .page-content.has-sidebar:nth-child(n) {
    margin-left: 2.5%;
  }
  .page-content.has-sidebar:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-content.has-sidebar:first-child {
    margin-left: 0;
  }
}
.page-content .section + .section {
  margin-top: 2em;
}
.page-content .split-section {
  float: left;
  width: 100%;
  border-top: 1px solid #f6f6f6;
  padding-top: 2em;
}
.page-content .split-section:first-child {
  padding-top: 0;
  border: 0;
}
@media all and (min-width: 640px) {
  .page-content .split-section > div {
    float: left;
    width: 48.75%;
    margin-left: 2.5%;
    padding: 0%;
  }
  .page-content .split-section > div:nth-child(n) {
    margin-left: 2.5%;
  }
  .page-content .split-section > div:nth-child(2n + 1) {
    margin-left: 0;
  }
  .page-content .split-section > div:first-child {
    margin-left: 0;
  }
  .page-content .split-section.split-four > div {
    float: left;
    width: 65.83333%;
    margin-left: 2.5%;
    padding: 0%;
  }
  .page-content .split-section.split-four > div:nth-child(n) {
    margin-left: 2.5%;
  }
  .page-content .split-section.split-four > div:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-content .split-section.split-four > div:first-child {
    margin-left: 0;
  }
  .page-content .split-section.split-four > div:first-child {
    float: left;
    width: 31.66667%;
    margin-left: 2.5%;
    padding: 0%;
  }
  .page-content .split-section.split-four > div:first-child:nth-child(n) {
    margin-left: 2.5%;
  }
  .page-content .split-section.split-four > div:first-child:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-content .split-section.split-four > div:first-child:first-child {
    margin-left: 0;
  }
  .page-content .split-section.split-four > div:first-child .embed .poster strong {
    display: none;
  }
}
.page-content .split-section .mce-content a.button, .page-content .split-section .mce-content .post-pagination a, .page-content .post-pagination .split-section .mce-content a {
  margin-top: 1em;
}
.page-content .split-section img {
  width: 100%;
  height: auto;
  border: 4px solid #f6f6f6;
  margin-top: 1em;
}
@media all and (min-width: 640px) {
  .page-content .split-section img {
    margin-top: 0;
  }
}
.page-content iframe {
  width: 100%;
  border: 0;
}
.page-content .post-pagination {
  float: left;
  width: 100%;
  border-top: 1px solid #f6f6f6;
  margin-top: 50px;
  padding-top: 1em;
}
.page-content .post-pagination strong {
  display: block;
  font-family: 'GothamRounded-Medium';
  text-align: center;
  margin: 0 auto;
  line-height: 2.75em;
  clear: both;
}
@media all and (min-width: 768px) {
  .page-content .post-pagination strong {
    width: 100px;
    clear: none;
  }
}
.page-content .post-pagination a {
  font-size: 0.8em;
  float: right;
  background: #6e6e6e;
  border-color: #6e6e6e;
}
.page-content .post-pagination a:focus, .page-content .post-pagination a:hover, .page-content .post-pagination a:active {
  color: #6e6e6e;
}
.page-content .post-pagination a.previous {
  float: left;
  display: block;
  text-decoration: none;
}

.page-content .post-pagination a.previous:after {
	content: ''!important;
}

.page-content .post-pagination a.previous:before {
  display: block;
  text-align: center;
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e602';
	display: inline;
	font-size: 1.25em;
	line-height: 0.5em;
	position: relative;
	top: 0.15em;
 
}
.page-content .post-password-form label {
  float: left;
  margin-right: 20px;
}

.nav-sidebar {
  display: none;
}
@media all and (min-width: 768px) {
  .nav-sidebar {
    float: left;
    width: 23.125%;
    margin-left: 2.5%;
    padding: 0%;
    display: block;
    background: #f6f6f6;
    padding: 0.5em 1em 1.5em 1em;
  }
  .nav-sidebar:nth-child(n) {
    margin-left: 2.5%;
  }
  .nav-sidebar:nth-child(4n + 1) {
    margin-left: 0;
  }
  .nav-sidebar:first-child {
    margin-left: 0;
  }
}
.nav-sidebar .top-level-nav > a {
  font-family: 'GothamRounded-Bold';
  text-transform: uppercase;
  color: #0091d2;
  display: block;
  text-decoration: none;
  margin-top: 1.5em;
}
.nav-sidebar .top-level-nav.has-sub-nav > a {
  display: block;
  text-decoration: none;
}
.nav-sidebar .top-level-nav.has-sub-nav > a:before {
  display: block;
  text-align: center;
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e603';
  float: right;
}
.nav-sidebar .top-level-nav.has-sub-nav.active > a {
  display: block;
  text-decoration: none;
}
.nav-sidebar .top-level-nav.has-sub-nav.active > a:before {
  display: block;
  text-align: center;
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e604';
}
.nav-sidebar .top-level-nav .sub-nav {
  margin: 0 0 2em 2em;
  display: none;
}
.nav-sidebar .top-level-nav .sub-nav li {
  margin: 1em 0;
}
.nav-sidebar .top-level-nav .sub-nav li a {
  color: #adadad;
  text-decoration: none;
}
.nav-sidebar .top-level-nav .sub-nav li a:hover {
  text-decoration: underline;
}
.nav-sidebar .top-level-nav .sub-nav li.active a {
  color: #0091d2;
}
.nav-sidebar .top-level-nav.active > .sub-nav {
  display: block;
}

#find_venue {
  position: relative;
  float: left;
  width: 100%;
  min-height: 500px;
}
#find_venue .map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 2;
}
@media (min-width: 1024px) {
  #find_venue .map {
    display: block;
  }
}
#find_venue .content {
  position: relative;
  height: 100%;
}
#find_venue .content .results-wrapper {
  position: relative;
}
@media (min-width: 1024px) {
  #find_venue .content .results-wrapper {
    position: absolute;
    top: 2em;
    left: 0;
    bottom: 1em;
    width: 300px;
  }
}
#find_venue .content .results-wrapper h1,
#find_venue .content .results-wrapper p {
  padding: 2em 0 1em 0;
  position: relative;
  z-index: 4;
  background: white;
}
@media (min-width: 1024px) {
  #find_venue .content .results-wrapper h1,
  #find_venue .content .results-wrapper p {
    -moz-border-radius: 1em 1em 0 0;
    -webkit-border-radius: 1em;
    border-radius: 1em 1em 0 0;
    padding: 2em 1em 1em 1em;
  }
}
#find_venue .content .results-wrapper h1 em,
#find_venue .content .results-wrapper p em {
  color: #0091d2;
  font-weight: bold;
}
#find_venue .content .results-wrapper h1:before,
#find_venue .content .results-wrapper p:before {
  display: block;
  content: '';
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e0e0e0;
}
@media (min-width: 1024px) {
  #find_venue .content .results-wrapper h1:before,
  #find_venue .content .results-wrapper p:before {
    left: 1em;
    right: 1em;
  }
}
#find_venue .content .results-wrapper h1 {
  font-family: 'GothamRounded-Bold';
  font-size: 1.25em;
  color: #0091d2;
}
#find_venue .content .results-wrapper.loading h1,
#find_venue .content .results-wrapper.loading p {
  background-image: url(../img/loading.gif);
  background-repeat: no-repeat;
  background-position: 90% 50%;
}
#find_venue .content .results-wrapper .results {
  background: white;
  max-height: 70%;
  overflow-y: scroll;
  position: relative;
  z-index: 3;
}
@media (min-width: 1024px) {
  #find_venue .content .results-wrapper .results {
    -moz-border-radius-bottomleft: 1em;
    -webkit-border-bottom-left-radius: 1em;
    border-bottom-left-radius: 1em;
    -moz-border-radius-bottomright: 1em;
    -webkit-border-bottom-right-radius: 1em;
    border-bottom-right-radius: 1em;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    top: 0;
  }
}
#find_venue .content .results-wrapper .results > ul > li {
  position: relative;
  display: block;
  float: left;
  width: 100%;
}

#find_venue .content .results-wrapper .results > ul > li a.button{
	float: left;
}

#find_venue .content .results-wrapper .results > ul > li:before {
  display: block;
  content: '';
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #e0e0e0;
}
@media (min-width: 1024px) {
  #find_venue .content .results-wrapper .results > ul > li:before {
    left: 1em;
    right: 1em;
  }
}
#find_venue .content .results-wrapper .results > ul > li:first-child:before {
  display: none;
}
#find_venue .content .results-wrapper .results > ul > li a.location-choice {
  color: #0091d2;
  text-decoration: none;
  display: block;
}
#find_venue .content .results-wrapper .results > ul > li a.location-choice:hover {
  text-decoration: underline;
}
#find_venue .content .results-wrapper .results > ul > li a.location-choice.result:hover {
  background: rgba(0, 145, 210, 0.1);
}
#find_venue .content .results-wrapper .results > ul > li strong {
  display: block;
  font-family: 'GothamRounded-Bold';
  color: #0091d2;
  float: left;
  width: 230px;
}
#find_venue .content .results-wrapper .results > ul > li em {
  color: #0091d2;
  font-weight: bold;
}
#find_venue .content .results-wrapper .results > ul > li .distance {
  float: right;
  font-size: 0.8em;
  text-align: center;
}
#find_venue .content .results-wrapper .results > ul > li .distance img {
  width: 15px;
  display: block;
  margin: 0 auto;
}
#find_venue .content .results-wrapper .results > ul > li .address {
  float: left;
  width: 100%;
  clear: both;
  margin: 1em 0;
}
#find_venue .content .results-wrapper .results > ul > li .program {
  float: left;
  width: 100%;
}
#find_venue .content .results-wrapper .results > ul > li .programs {
  float: left;
  width: 100%;
  list-style-position: outside;
  list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAJCAYAAAD+WDajAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkVBNEVDN0E3RDdBMTFFNDk4OEZEQ0U4MkQwMEQ3QkUiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkVBNEVDNzk3RDdBMTFFNDk4OEZEQ0U4MkQwMEQ3QkUiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MzA5OTZFRjk3QzA1MTFFNDhDNThDQjQxMzZEN0ZDQjEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MzA5OTZFRkE3QzA1MTFFNDhDNThDQjQxMzZEN0ZDQjEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5bbAEpAAAAXUlEQVR42mJkmHiJAQjCgLgOiFWB+DYQNwHxKhYgEQLEKxkQQBvGZwLiBgbsoI4JahQ2oMoEtQMbuA2SbMQh2QySXA3EEUB8HYh/Q2kQfyXj////GXABJgY8ACDAAO9dEfMAZOK8AAAAAElFTkSuQmCC");
}
#find_venue .content .results-wrapper .results > ul > li .programs li {
  margin: 0.5em 0 0 5%;
  float: left;
  width: 95%;
}
#find_venue .content .results-wrapper .results > ul > li .button, #find_venue .content .results-wrapper .results > ul > li .page-content .post-pagination a, .page-content .post-pagination #find_venue .content .results-wrapper .results > ul > li a, #find_venue .content .results-wrapper .results > ul > li .page-content .post-password-form input[type=submit], .page-content .post-password-form #find_venue .content .results-wrapper .results > ul > li input[type=submit] {
  float: right;
  margin-top: 1em;
  background: #0091d2;
  border-color: #0091d2;
}
@media (min-width: 1024px) {
  #find_venue .content .results-wrapper .results > ul > li .button, #find_venue .content .results-wrapper .results > ul > li .page-content .post-pagination a, .page-content .post-pagination #find_venue .content .results-wrapper .results > ul > li a, #find_venue .content .results-wrapper .results > ul > li .page-content .post-password-form input[type=submit], .page-content .post-password-form #find_venue .content .results-wrapper .results > ul > li input[type=submit] {
    float: right;
  }
}
#find_venue .content .results-wrapper .results > ul > li .button:hover, #find_venue .content .results-wrapper .results > ul > li .page-content .post-pagination a:hover, .page-content .post-pagination #find_venue .content .results-wrapper .results > ul > li a:hover, #find_venue .content .results-wrapper .results > ul > li .page-content .post-password-form input[type=submit]:hover, .page-content .post-password-form #find_venue .content .results-wrapper .results > ul > li input[type=submit]:hover, #find_venue .content .results-wrapper .results > ul > li .button:active, #find_venue .content .results-wrapper .results > ul > li .page-content .post-pagination a:active, .page-content .post-pagination #find_venue .content .results-wrapper .results > ul > li a:active, #find_venue .content .results-wrapper .results > ul > li .page-content .post-password-form input[type=submit]:active, .page-content .post-password-form #find_venue .content .results-wrapper .results > ul > li input[type=submit]:active, #find_venue .content .results-wrapper .results > ul > li .button:focus, #find_venue .content .results-wrapper .results > ul > li .page-content .post-pagination a:focus, .page-content .post-pagination #find_venue .content .results-wrapper .results > ul > li a:focus, #find_venue .content .results-wrapper .results > ul > li .page-content .post-password-form input[type=submit]:focus, .page-content .post-password-form #find_venue .content .results-wrapper .results > ul > li input[type=submit]:focus {
  color: #0091d2;
  background: transparent;
}
#find_venue .content .results-wrapper .results > ul .result {
  padding: 1em 0;
}
@media (min-width: 1024px) {
  #find_venue .content .results-wrapper .results > ul .result {
    padding: 1em;
  }
}
#find_venue .content .results-wrapper .results > ul .result.active {
  background: rgba(0, 145, 210, 0.1);
}
#find_venue.venue-details .results-wrapper {
  display: none;
}
@media (min-width: 1024px) {
  #find_venue.venue-details .results-wrapper {
    display: block;
  }
}

#find_venue .content .venue-details-wrapper {
  position: relative;
  display: none;
}
@media (min-width: 1024px) {
  #find_venue .content .venue-details-wrapper {
    position: absolute;
    top: 2em;
    right: 0;
    bottom: 1em;
    width: 570px;
  }
}
#find_venue .content .venue-details-wrapper .venue-details {
  background: white;
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 1.5em 0;
  overflow: scroll;
}
@media (min-width: 1024px) {
  #find_venue .content .venue-details-wrapper .venue-details {
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
    min-height: 200px;
    padding: 1.5em 1em;
  }
  #find_venue .content .venue-details-wrapper .venue-details:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: -1em;
    width: 2em;
    height: 2em;
    margin-top: -4em;
    background: white;
    z-index: -1;
  }
}
#find_venue .content .venue-details-wrapper .venue-details h2 {
  color: #0091d2;
  font-family: 'GothamRounded-Bold';
  font-size: 1.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 0.5em;
}
#find_venue .content .venue-details-wrapper .venue-details .close {
  position: absolute;
  top: 1em;
  right: 0.5em;
  width: 1em;
  height: 1em;
  color: #0091d2;
  font-size: 1.5em;
  display: block;
  text-decoration: none;
}
#find_venue .content .venue-details-wrapper .venue-details .close:before {
  display: block;
  text-align: center;
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e600';
}
#find_venue .content .venue-details-wrapper .venue-details .venue-contact {
  width: 100%;
  margin: 1em 0;
  line-height: 2em;
  border-top: 1px solid #e0e0e0;
}
#find_venue .content .venue-details-wrapper .venue-details .venue-contact a {
  float: left;
  width: 31.66667%;
  margin-left: 2.5%;
  padding: 0%;
  color: #0091d2;
  text-decoration: none;
}
#find_venue .content .venue-details-wrapper .venue-details .venue-contact a:nth-child(n) {
  margin-left: 2.5%;
}
#find_venue .content .venue-details-wrapper .venue-details .venue-contact a:nth-child(3n + 1) {
  margin-left: 0;
}
#find_venue .content .venue-details-wrapper .venue-details .venue-contact a:first-child {
  margin-left: 0;
}
#find_venue .content .venue-details-wrapper .venue-details .venue-contact a:hover {
  text-decoration: underline;
}
#find_venue .content .venue-details-wrapper .venue-details .venue-contact a.center {
  text-align: center;
}
#find_venue .content .venue-details-wrapper .venue-details strong {
  font-weight: bold;
  display: block;
  clear: both;
}
#find_venue .content .venue-details-wrapper .venue-details .programs {
  margin-top: 1em;
}
#find_venue .content .venue-details-wrapper .venue-details .programs .program {
  border-top: 2px solid white;
}
#find_venue .content .venue-details-wrapper .venue-details .programs .program:first-child {
  border-top: 0;
}
#find_venue .content .venue-details-wrapper .venue-details .programs .program h3 {
  display: block;
  text-decoration: none;
  display: block;
  color: white;
  background: #0091d2;
  padding: 1em;
  font-family: 'GothamRounded-Bold';
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
}
#find_venue .content .venue-details-wrapper .venue-details .programs .program h3:before {
  display: block;
  text-align: center;
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e603';
  font-size: 1.5em;
  position: absolute;
  top: 0.666em;
  right: 0.666em;
}
#find_venue .content .venue-details-wrapper .venue-details .programs .program:first-child h3 {
  -moz-border-radius-topleft: 1em 1em;
  -webkit-border-top-left-radius: 1em 1em;
  border-top-left-radius: 1em 1em;
  -moz-border-radius-topright: 1em 1em;
  -webkit-border-top-right-radius: 1em 1em;
  border-top-right-radius: 1em 1em;
}
#find_venue .content .venue-details-wrapper .venue-details .programs .program:last-child h3 {
  -moz-border-radius-bottomleft: 1em 1em;
  -webkit-border-bottom-left-radius: 1em 1em;
  border-bottom-left-radius: 1em 1em;
  -moz-border-radius-bottomright: 1em 1em;
  -webkit-border-bottom-right-radius: 1em 1em;
  border-bottom-right-radius: 1em 1em;
}
#find_venue .content .venue-details-wrapper .venue-details .programs .program .deliverer {
  background: #f6f6f6;
  padding: 1em;
  position: relative;
  display: none;
}
#find_venue .content .venue-details-wrapper .venue-details .programs .program .deliverer + .deliverer:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 1em;
  right: 1em;
  height: 1px;
  background: #e0e0e0;
}
#find_venue .content .venue-details-wrapper .venue-details .programs .program .deliverer h4 {
  font-family: 'GothamRounded-Bold';
  float: left;
}
#find_venue .content .venue-details-wrapper .venue-details .programs .program .deliverer .phone {
  display: block;
  text-decoration: none;
  float: left;
  color: #0091d2;
  text-decoration: none;
  margin-left: 1em;
  clear: right;
}
#find_venue .content .venue-details-wrapper .venue-details .programs .program .deliverer .phone:before {
  display: block;
  text-align: center;
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e60a';
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  font-size: 0.8em;
  display: inline;
  padding: 4px 4px 5px 5px;
  margin-right: 10px;
  background: #0091d2;
  color: white;
}
#find_venue .content .venue-details-wrapper .venue-details .programs .program .deliverer .phone:hover {
  text-decoration: underline;
}
#find_venue .content .venue-details-wrapper .venue-details .programs .program .deliverer h5 {
  float: left;
  clear: left;
  width: 50%;
  margin: 1em 0;
}
#find_venue .content .venue-details-wrapper .venue-details .programs .program .deliverer .notice {
  font-size: 0.8em;
  float: right;
  width: 50%;
  text-align: right;
  margin-top: 1.5em;
}
#find_venue .content .venue-details-wrapper .venue-details .programs .program .deliverer .notice .ball {
  display: inline;
}
#find_venue .content .venue-details-wrapper .venue-details .programs .program .deliverer .notice .ball:before {
  float: none;
  display: inline;
}
#find_venue .content .venue-details-wrapper .venue-details .programs .program .deliverer .notice-no-sessions {
  float: left;
  width: 100%;
  margin-top: 1em;
}
#find_venue .content .venue-details-wrapper .venue-details .programs .program .deliverer .ball {
  display: block;
  text-decoration: none;
}
#find_venue .content .venue-details-wrapper .venue-details .programs .program .deliverer .ball:before {
  display: block;
  text-align: center;
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e609';
}
#find_venue .content .venue-details-wrapper .venue-details .programs .program .deliverer .ball.grey, #find_venue .content .venue-details-wrapper .venue-details .programs .program .deliverer .ball.Grey {
  color: #6e6e6e;
}
#find_venue .content .venue-details-wrapper .venue-details .programs .program .deliverer .ball.blue, #find_venue .content .venue-details-wrapper .venue-details .programs .program .deliverer .ball.Blue {
  color: #0091d2;
}
#find_venue .content .venue-details-wrapper .venue-details .programs .program .deliverer .ball.red, #find_venue .content .venue-details-wrapper .venue-details .programs .program .deliverer .ball.Red {
  color: #e10073;
}
#find_venue .content .venue-details-wrapper .venue-details .programs .program .deliverer .ball.orange, #find_venue .content .venue-details-wrapper .venue-details .programs .program .deliverer .ball.Orange {
  color: #fac300;
}
#find_venue .content .venue-details-wrapper .venue-details .programs .program .deliverer .ball.green, #find_venue .content .venue-details-wrapper .venue-details .programs .program .deliverer .ball.Green {
  color: #d7d700;
}
#find_venue .content .venue-details-wrapper .venue-details .programs .program .deliverer table {
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 0 0;
  margin-top: 1em;
  width: 100%;
  border-collapse: separate;
  position: relative;
}
#find_venue .content .venue-details-wrapper .venue-details .programs .program .deliverer table td {
  width: 14.28%;
  text-align: center;
  border: 1px solid #adadad;
  border-left-width: 0;
}
#find_venue .content .venue-details-wrapper .venue-details .programs .program .deliverer table td:first-child {
  border-left-width: 1px;
}
#find_venue .content .venue-details-wrapper .venue-details .programs .program .deliverer table thead td {
  padding: 1em 0;
  color: white;
  background: #adadad;
  font-family: 'GothamRounded-Bold';
  font-size: 0.8em;
  text-transform: uppercase;
}
#find_venue .content .venue-details-wrapper .venue-details .programs .program .deliverer table tbody td {
  padding: 0.8em 0;
}
#find_venue .content .venue-details-wrapper .venue-details .programs .program .deliverer table tbody td .ball {
  font-size: 1.5em;
}
#find_venue .content .venue-details-wrapper .venue-details .programs .program .deliverer table tbody td .ball.day {
  position: relative;
}
#find_venue .content .venue-details-wrapper .venue-details .programs .program .deliverer table tbody td .ball.day:after {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: '';
  display: none;
  position: absolute;
  width: 0;
  height: 0;
  bottom: 1.8em;
  border: 0.5em solid white;
  border-top-color: transparent;
  border-left-color: transparent;
  z-index: 2;
  left: 34%;
}
#find_venue .content .venue-details-wrapper .venue-details .programs .program .deliverer table tbody td .ball:hover:after {
  display: block;
}
#find_venue .content .venue-details-wrapper .venue-details .programs .program .deliverer table tbody td .ball:hover + .prices {
  display: block;
}
#find_venue .content .venue-details-wrapper .venue-details .programs .program .deliverer table tbody td .prices {
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  display: none;
  position: absolute;
  left: -2%;
  right: -2%;
  width: 95%;
  bottom: 70%;
  width: auto;
  background: white;
  border: 0;
}
@media (min-width: 1024px) {
  #find_venue .content .venue-details-wrapper .venue-details .programs .program .deliverer table tbody td .prices {
    left: 2.5%;
    right: 2.5%;
  }
}
#find_venue .content .venue-details-wrapper .venue-details .programs .program .deliverer table tbody td .prices td {
  border: 0;
  color: #606060;
  background: transparent;
  text-align: left;
  padding: 0.5em 1em 0.5em 0;
  width: 20%;
}
#find_venue .content .venue-details-wrapper .venue-details .programs .program .deliverer table tbody td .prices td:first-child {
  width: 40%;
  padding-left: 1em;
}
#find_venue .content .venue-details-wrapper .venue-details .programs .program .deliverer table tbody td .prices td:last-child {
  width: 30%;
}
#find_venue .content .venue-details-wrapper .venue-details .programs .program .deliverer table tbody td .prices td .ball:before {
  float: left;
  margin-right: 0.25em;
}
@media (min-width: 1024px) {
  #find_venue .content .venue-details-wrapper .venue-details .programs .program .deliverer table tbody td .prices td .ball:before {
    margin-right: 1em;
  }
}
#find_venue .content .venue-details-wrapper .venue-details .programs .program .deliverer table tbody td .prices td .ball em {
  color: #606060;
  font-size: 0.666em;
  line-height: 1.5;
  display: block;
  white-space: nowrap;
}
#find_venue .content .venue-details-wrapper .venue-details .programs .program .deliverer table tbody td .prices thead td {
  padding-top: 1.5em;
}
#find_venue .content .venue-details-wrapper .venue-details .programs .program .deliverer .button, #find_venue .content .venue-details-wrapper .venue-details .programs .program .deliverer .page-content .post-pagination a, .page-content .post-pagination #find_venue .content .venue-details-wrapper .venue-details .programs .program .deliverer a, #find_venue .content .venue-details-wrapper .venue-details .programs .program .deliverer .page-content .post-password-form input[type=submit], .page-content .post-password-form #find_venue .content .venue-details-wrapper .venue-details .programs .program .deliverer input[type=submit] {
  float: right;
  margin-top: 1em;
}

#find_venue .content .venue-details-wrapper .venue-details .programs .program .deliverer #rego-interest-btn.button{
    border-color: #0091d2;
    background: #0091d2;
    color: #fff;
}

#find_venue .content .venue-details-wrapper .venue-details .programs .program .deliverer #rego-interest-btn.button:hover{
    border-color: #0091d2;
    background: #fff;
    color: #0091d2;
}

#find_venue .content .venue-details-wrapper .venue-details .programs .program.active h3 {
  display: block;
  text-decoration: none;
}
#find_venue .content .venue-details-wrapper .venue-details .programs .program.active h3:before {
  display: block;
  text-align: center;
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e604';
}
#find_venue .content .venue-details-wrapper .venue-details .programs .program.active:last-child h3 {
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
#find_venue .content .venue-details-wrapper .venue-details .programs .program.active .deliverer {
  display: block;
}
#find_venue.venue-details .venue-details-wrapper {
  display: block;
}

#register_context {
  padding: 0 0 1em 0;
  border-bottom: 1px solid #e0e0e0;
  font-size: 1.1em;
}
#register_context strong {
  font-family: 'GothamRounded-Bold';
  margin-right: 2em;
}

body {
  color: #606060;
  background: white;
  font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
}
body.loading * {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
body .content {
  padding: 0 1em;
}
@media (min-width: 1024px) {
  body .content {
    padding: 0;
    margin: 0 auto;
    max-width: 960px;
  }
}

.xdebug-error {
  font-family: sans-serif;
  color: #000;
  font-size: 12pt;
}
.xdebug-error a {
  color: #0091d2;
}

.xdebug-var-dump {
  display: block;
  clear: both;
}

/*******************/	
/***TA editor *****/	
#smoothScroll {display:table; list-style-image: none; padding:0; margin:0; width:100%;}
#smoothScroll li{margin:0; display:table-cell; width:19%; padding: 0.5%;}
#smoothScroll li a{border:solid 1px #0091d2; line-height:50px; display:block; font-family: 'GothamRounded-book'; text-transform: uppercase;text-align: center; -webkit-transition: all .3s; transition: all .3s;}
#smoothScroll li a:hover{background:#0091d2; color:#fff; text-decoration: none;}
@media (max-width: 768px){#smoothScroll li a{font-size:13px; line-height: 40px;}}
@media (max-width: 640px){#smoothScroll{display:none;}}
	
.colour-split-section{padding: 10px 10px;}
.colour-split-section .colour-image img{border: none; width: 100%; height: auto;}
.colour-split-section .mce-content{text-align: center; margin: 25px 0;}
.colour-split-section .mce-content img.size-full {border: none; width: 100%; height: auto;}
.colour-split-section .mce-content strong { font-family: 'GothamRounded-book'; }
.colour-split-section .mce-content h5 { color: #fff; font-family: 'GothamRounded-book'; font-size: 1.4em;  margin: 0 auto 20px; }
.colour-split-section .mce-content h2,
.colour-split-section .mce-content h3,
.colour-split-section .mce-content p{text-align: center; color: #fff; margin: 0 auto 20px;}
#blue.colour-split-section, .blue.colour-split-section {background-color: #0091d2;}
#magenta.colour-split-section, .magenta.colour-split-section {background-color: #e10073;}
#yellow.colour-split-section, .yellow.colour-split-section {background-color: #fac300;}
#green.colour-split-section, .green.colour-split-section {background-color: #d7d700;}
#white.colour-split-section, .white.colour-split-section{border: solid 1px #ededed;}
#white.colour-split-section .mce-content h2, .white.colour-split-section .mce-content h2,
#white.colour-split-section .mce-content h3, .white.colour-split-section .mce-content h3,
#white.colour-split-section .mce-content p, .white.colour-split-section .mce-content p{ color: #0091d2; }
.colour-split-section .mce-content h2  {margin: 0px; }


.colour-split-section .button{border: solid 2px #fff; color:#fff; background: none; display: inline-block; text-align: center; float: none!important;}
#white.colour-split-section .button, .white.colour-split-section .button{background-color:#fff; border: solid 2px #0091d2; color: #0091d2;}
#white.colour-split-section .button:hover, .white.colour-split-section .button:hover{background-color:#0091d2; border: solid 2px #0091d2; color: #fff;}
#blue.colour-split-section .button:hover{background-color:#fff; color: #0091d2;}
#magenta.colour-split-section .button:hover{background-color:#fff; color: #e10073;}
#yellow.colour-split-section .button:hover{background-color:#fff; color: #fac300;}
#green.colour-split-section .button:hover{background-color:#fff; color: #d7d700;}


/**************************************/
/***** FLOW CHART & PROGRAM TABLE *****/
.mce-content table.program-table{
	text-align: center;
	border: 1px solid #fff;
	color: #fff;
	font-weight: normal;
	vertical-align: middle;
	margin-bottom: 20px;
}	

.mce-content table.program-table thead td{ background-color: #666; font-size: 0.8em; }

@media (min-width: 768px) { 
	.mce-content table.program-table thead td{ font-size: 1em; }	    
}



.mce-content table.program-table tbody td.misc{  background: #ccc!important; }


.flowchart{
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0 0.3em;
	list-style: none;
    text-align: center;
}

.flowchart .circle{
    position: relative;
	display:inline-block;
    vertical-align: top;
	width: 150px;
	height: 150px;
    border-radius: 50%;
	margin: 0 20px 20px 0;
/*	overflow: hidden;*/
    color: #fff;
    font-size: 14px;
}
.flowchart .blue.circle, .flowchart .yellow.circle{
    margin-right: 0;
}
.flowchart .circle .flex{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 96%;
    padding: 2%;
}
.flowchart .circle a{ 
	display: block;
/* 	height: 100%; */
	width: 100%;
	vertical-align: middle;
    color:#fff;
}
.flowchart .circle a:hover{ text-decoration: none;}

.flowchart .green.circle{ background-color: #d7d700; }
.flowchart .yellow.circle{ background-color: #fac300; }
.flowchart .magenta.circle{	background-color: #e10073; }
.flowchart .blue.circle{ background-color: #0091d2; }

.flowchart .circle:before{
    position: absolute;
    right: -20px;
    top:50%;
    text-align: center;

    font-family: 'icons';
    speak: none;

    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
   content: '\e605';
/*     content:'>'; */
    font-size: 20px;
    line-height: 20px;
    margin-top: -10px;
}
.flowchart .green.circle:before{ color: #d7d700; }
.flowchart .yellow.circle:before{ color: #fac300; }
.flowchart .magenta.circle:before{ color: #e10073; }
.flowchart .blue.circle:before{ content: none;}

.flowchart .circle a span{ 
    background: rgba(255,255,255,0.9);
    line-height: 20px;
    border-radius: 5px;
    float: left;
    width:60%;
    margin: 5% 20% 0;
    font-size: 12px;
    color:#0091d2;
    font-weight: bold;

}
.flowchart .blue.circle a span{ 
    color:#0091d2;
}
.flowchart .green.circle a span{ 
    color:#d7d700;
}
.flowchart .green.circle a  span{ color: #d7d700; }

@media (min-width: 768px) { 

	.flowchart .yellow.circle{
	    margin-right: 20px;
	}
    
}


#promo-strip{
    background-color: #e10073;
    display: block;
    height: auto;
    overflow: hidden;
    padding: 9px 18px 9px;
}

#promo-strip .content{
    color: #fff;
    display: block;
    max-width: 960px;
    min-width: 300px;
    overflow: hidden;
    margin: 0 auto;

}

#promo-strip .content a{
    color: #fff;
}



