@charset "UTF-8";
/*!
Theme Name: DECC
Text Domain: DECC
Version: 0.1
*/
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

button, input[type="button"], input[type="reset"], input[type="submit"],
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  background-color: #477dca;
  border-radius: 3px;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus,
button:hover,
button:focus {
  background-color: #2c5999;
  color: #fff;
}
button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled,
button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

fieldset {
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  margin: 0 0 0.75em;
  padding: 1.5em;
}

input,
label,
select {
  display: block;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
}

label {
  font-weight: 600;
  margin-bottom: 0.375em;
}
label.required::after {
  content: "*";
}
label abbr {
  display: none;
}

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea,
select[multiple=multiple],
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color;
  width: 100%;
}
input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, textarea:hover,
select[multiple=multiple]:hover,
textarea:hover {
  border-color: #c4c4c4;
}
input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus,
select[multiple=multiple]:focus,
textarea:focus {
  border-color: #477dca;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7);
  outline: none;
}

textarea {
  resize: vertical;
}

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em;
}

input[type="file"] {
  padding-bottom: 0.75em;
  width: 100%;
}

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto;
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
dl {
  margin-bottom: 0.75em;
}
dl dt {
  font-weight: bold;
  margin-top: 0.75em;
}
dl dd {
  margin: 0;
}

table {
  -webkit-font-feature-settings: "kern", "liga", "tnum";
  -moz-font-feature-settings: "kern", "liga", "tnum";
  -ms-font-feature-settings: "kern", "liga", "tnum";
  font-feature-settings: "kern", "liga", "tnum";
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%;
}

th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left;
}

td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0;
}

tr,
td,
th {
  vertical-align: middle;
}

body {
  -webkit-font-feature-settings: "kern", "liga", "pnum";
  -moz-font-feature-settings: "kern", "liga", "pnum";
  -ms-font-feature-settings: "kern", "liga", "pnum";
  font-feature-settings: "kern", "liga", "pnum";
  -webkit-font-smoothing: antialiased;
  color: #333;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.2;
  margin: 0 0 0.75em;
}

p {
  margin: 0 0 0.75em;
}

a {
  color: #477dca;
  text-decoration: none;
  transition: color 0.1s linear;
}
a:active, a:focus, a:hover {
  color: #2c5999;
}
a:active, a:focus {
  outline: none;
}

hr {
  border-bottom: 1px solid #ddd;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  display: none;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

.decc {
  margin: 0;
  padding: 0;
  background-color: #26292b;
  /* Make sure embeds and iframes fit their containers. */
  /* mouse grab icon */
  /*
  .cat-flag {
  	display: inline-block;
  	color: white;
  	background-color: $brite-blue;
  	font-size: rem(12);
  	text-transform: uppercase;
  	padding: 0.75em 2em 0.625em;
  }
  */
  /* credit card icons ------------------------------------------------------*/
  /* credit card fields ------------------------------------------------------*/
}
.decc {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Raleway", sans-serif;
  color: #50595d;
}
.decc h1,
.decc h2,
.decc h3,
.decc h4,
.decc h5,
.decc h6,
.decc th,
.decc dt {
  font-family: "Raleway", sans-serif;
  font-weight: 800;
}
.decc h1 {
  font-size: 2.25rem;
}
.decc h2 {
  font-size: 2rem;
}
.decc h3 {
  font-size: 1.5rem;
}
.decc h4 {
  font-size: 1.125rem;
}
.decc h5 {
  font-size: 1rem;
}
.decc h6 {
  font-size: 0.875rem;
}
.decc .lead {
  font-size: 150%;
}
.decc a {
  color: #3ca2d1;
}
.decc a:visited {
  color: #055b82;
}
.decc a:hover, .decc a:focus, .decc a:active {
  color: #5bb1d8;
}
.decc a:focus {
  outline: thin dotted #3ca2d1;
}
.decc a:hover, .decc a:active {
  outline: 0;
}
.decc .site-footer a {
  color: #5bb1d8;
}
.decc .site-footer a:hover {
  text-decoration: underline;
}
.decc button, .decc input[type="button"], .decc input[type="reset"], .decc input[type="submit"],
.decc button,
.decc .button,
.decc button, .decc input[type="button"], .decc input[type="reset"], .decc input[type="submit"]:visited,
.decc button:visited,
.decc .button:visited {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  background-color: transparent;
  border-radius: 30px;
  border: 2px solid #e87927;
  color: #e87927;
  cursor: pointer;
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1;
  padding: 0.75em 2em 0.625em;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  margin-top: 15px;
  margin-bottom: 15px;
}
.decc button:hover, .decc button:focus, .decc input[type="button"]:hover, .decc input[type="button"]:focus, .decc input[type="reset"]:hover, .decc input[type="reset"]:focus, .decc input[type="submit"]:hover, .decc input[type="submit"]:focus,
.decc button:hover,
.decc button:focus,
.decc .button:hover,
.decc .button:focus,
.decc button:hover,
.decc button:focus, .decc input[type="button"]:hover, .decc input[type="button"]:focus, .decc input[type="reset"]:hover, .decc input[type="reset"]:focus, .decc input[type="submit"]:visited:hover, .decc input[type="submit"]:visited:focus,
.decc button:visited:hover,
.decc button:visited:focus,
.decc .button:visited:hover,
.decc .button:visited:focus {
  background-color: #5bb1d8;
  border-color: #5bb1d8;
  color: white;
}
.decc button:active, .decc input[type="button"]:active, .decc input[type="reset"]:active, .decc input[type="submit"]:active,
.decc button:active,
.decc .button:active,
.decc button:active, .decc input[type="button"]:active, .decc input[type="reset"]:active, .decc input[type="submit"]:visited:active,
.decc button:visited:active,
.decc .button:visited:active {
  background-color: #055b82;
}
.decc button:disabled, .decc input[type="button"]:disabled, .decc input[type="reset"]:disabled, .decc input[type="submit"]:disabled,
.decc button:disabled,
.decc .button:disabled,
.decc button:disabled, .decc input[type="button"]:disabled, .decc input[type="reset"]:disabled, .decc input[type="submit"]:visited:disabled,
.decc button:visited:disabled,
.decc .button:visited:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.decc .gallery {
  margin-bottom: 1.5em;
}
.decc img {
  max-width: 100%;
  height: auto;
}
.decc .wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.decc .wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.decc .wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.decc .wp-caption-text {
  text-align: center;
}
.decc .page-content .wp-smiley,
.decc .entry-content .wp-smiley,
.decc .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.decc embed,
.decc iframe,
.decc object {
  max-width: 100%;
}
.decc .gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .decc .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .decc .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .decc .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .decc .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .decc .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .decc .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .decc .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .decc .gallery-item {
  max-width: 11.11%;
}
.decc .gallery-caption {
  display: block;
}
.decc .site {
  overflow: hidden;
}
.decc .site-content {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: white;
  position: relative;
}
.decc .site-content::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (min-width: 1050px) {
  .decc .site-content {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media screen and (min-width: 1350px) {
  .decc .site-content {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
  }
  .decc .site-content:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -4000px;
    left: -4000px;
    background-color: inherit;
    content: '';
    z-index: -1;
  }
}
@media screen and (min-width: 850px) {
  .decc .site-content .content-area {
    min-height: 450px;
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 65.05695%;
  }
  .decc .site-content .content-area:last-child {
    margin-right: 0;
  }
  .decc.page .site-content .content-area {
    margin-left: 34.94305%;
  }
  .decc.single-venue .site-content .content-area {
    margin-left: 34.94305%;
  }
  .decc.page-id-5 .site-content .content-area {
    margin-left: 0%;
  }
  .decc .site-content .content-area.full-width {
    width: 80%;
    float: none;
    left: auto;
    right: auto;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 1050px) {
  .decc .site-content .content-area {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
  }
  .decc .site-content .content-area:last-child {
    margin-right: 0;
  }
  .decc.page .site-content .content-area {
    margin-left: 34.11922%;
  }
  .decc.single-venue .site-content .content-area {
    margin-left: 34.11922%;
  }
  .decc.page-id-5 .site-content .content-area {
    margin-left: 0%;
  }
  .decc .site-content .content-area.full-width {
    width: 80%;
    float: none;
    left: auto;
    right: auto;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 850px) {
  .decc .site-content .widget-area {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 30.11389%;
  }
  .decc .site-content .widget-area:last-child {
    margin-right: 0;
  }
  .decc.page .site-content .widget-area {
    margin-left: -104.82916%;
  }
  .decc.single-venue .site-content .widget-area {
    margin-left: -104.82916%;
  }
  .decc.page-id-5 .site-content .widget-area {
    margin-left: 0%;
  }
}
@media screen and (min-width: 1050px) {
  .decc .site-content .widget-area {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
    margin-left: 8.5298%;
  }
  .decc .site-content .widget-area:last-child {
    margin-right: 0;
  }
  .decc.page .site-content .widget-area {
    margin-left: -102.35765%;
  }
  .decc.single-venue .site-content .widget-area {
    margin-left: -102.35765%;
  }
  .decc.page-id-5 .site-content .widget-area {
    margin-left: 8.5298%;
  }
}
.decc.home .banner {
  margin-bottom: 0;
}
.decc.home .banner .overlay {
  background-color: transparent !important;
}
.decc.home .banner .breadcrumbs {
  display: none;
}
.decc.home .site-content .content-area {
  margin: 0 auto;
  float: none;
  min-height: 0;
  text-align: left !important;
}
@media screen and (min-width: 1350px) {
  .decc.home .site-content .content-area {
    padding: 0 30px;
    text-align: center !important;
  }
}
.decc.home .site-content .content-area .entry-title {
  display: none;
}
.decc.page-id-28 .site-content .content-area {
  min-height: 0;
}
.decc.page-id-5 .site-content .content-area {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}
.decc.page-id-5 .site-content .content-area:last-child {
  margin-right: 0;
}
@media screen and (min-width: 1150px) {
  .decc.page-id-5 .site-content .content-area {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
  }
  .decc.page-id-5 .site-content .content-area:last-child {
    margin-right: 0;
  }
}
.decc .site-header {
  position: relative;
  width: 100%;
  z-index: 2;
}
.decc .navigation-wrapper {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #efeeed;
  height: 72px;
}
.decc .navigation-wrapper::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (min-width: 850px) {
  .decc .navigation-wrapper {
    height: auto;
  }
}
.decc .site-branding {
  float: left;
}
.decc .site-logo-link {
  position: relative;
  display: block;
  overflow: hidden;
  width: 200px;
  height: 58px;
  margin-top: 6px;
  margin-left: -7px;
  color: transparent !important;
}
.decc .site-logo-link img {
  max-width: none;
  width: 200px;
  position: absolute;
}
@media screen and (min-width: 850px) {
  .decc .site-logo-link {
    width: 82px;
    height: 82px;
    margin: 30px 30px 0 0;
  }
  .decc .site-logo-link img {
    width: 280px;
    position: absolute;
  }
}
@media screen and (min-width: 1350px) {
  .decc .site-logo-link {
    width: auto;
    height: auto;
    display: inline-block;
  }
  .decc .site-logo-link img {
    position: static;
  }
}
.decc .main-navigation {
  display: none;
}
@media screen and (min-width: 850px) {
  .decc .main-navigation {
    display: block;
  }
}
.decc .main-navigation-tabs li {
  list-style: none;
  float: left;
  margin-right: 1px;
}
.decc .main-navigation-tabs li:last-child {
  margin-right: 18px;
}
.decc .main-navigation-tabs li > a {
  display: block;
  text-align: center;
  background-color: #3ca2d1;
  color: white;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 0.9375rem;
  letter-spacing: 0.025em;
  -webkit-transition: all 125ms ease-in-out;
  -moz-transition: all 125ms ease-in-out;
  transition: all 125ms ease-in-out;
}
.decc .main-navigation-tabs li > a:hover {
  background-color: #5bb1d8;
}
.decc .main-navigation-tabs li > a.active {
  background-color: #055b82;
}
@media screen and (min-width: 850px) {
  .decc .main-navigation-tabs li > a {
    height: 140px;
    width: 140px;
    line-height: 140px;
  }
  .decc .main-navigation-tabs li > a .fa {
    display: block;
    position: relative;
    top: -54px;
    color: #efeeed;
  }
}
.decc .main-navigation-panel {
  display: none;
  background-color: #055b82;
  color: white;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
}
.decc .main-navigation-panel.open {
  display: block;
}
.decc .main-navigation-panel.open:after {
  display: block;
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
.decc .main-navigation-panel .panel-subnav {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 60px;
  padding-bottom: 60px;
}
.decc .main-navigation-panel .panel-subnav::after {
  clear: both;
  content: "";
  display: table;
}
.decc .main-navigation-panel .panel-subnav a {
  color: white;
  font-weight: 500;
  cursor: pointer;
}
.decc .main-navigation-panel .panel-subnav a:hover, .decc .main-navigation-panel .panel-subnav a:active {
  color: #ed9655;
}
.decc .main-navigation-panel .panel-subnav > li {
  display: block;
  float: left;
  width: auto;
  margin-right: 60px;
}
.decc .main-navigation-panel .panel-subnav > li > a {
  font-weight: 800;
  font-size: 1.25rem;
  display: inline-block;
}
.decc .main-navigation-panel .panel-subnav > li > a:after {
  display: inline-block;
  content: "\f0da";
  font: normal normal normal 14px/1 FontAwesome;
  margin-left: 8px;
}
.decc .main-navigation-panel .panel-subnav > li ul {
  margin-top: 5px;
}
.decc .main-navigation-panel .panel-subnav > li ul li {
  border-bottom: 1px solid rgba(75, 160, 205, 0.5);
}
.decc .main-navigation-panel .panel-subnav > li ul li > a {
  display: inline-block;
  padding-top: 4px;
  padding-bottom: 4px;
}
.decc .main-navigation-panel .panel-subnav > li ul li:last-child {
  border-bottom: none;
}
.decc .main-navigation-panel .panel-subnav > li#menu-item-380 li {
  border-bottom: none;
}
.decc .main-navigation-panel .panel-subnav > li#menu-item-380 li > a {
  border-bottom: 1px solid rgba(75, 160, 205, 0.5);
  width: 292px;
}
.decc .main-navigation-panel .panel-subnav > li#menu-item-380 li:last-child a {
  border-bottom: none;
}
.decc .main-navigation-panel .panel-subnav > li.rich-nav {
  overflow: hidden;
  float: none;
  width: auto;
  margin-right: 0;
}
.decc .main-navigation-panel .panel-subnav > li.rich-nav > a {
  margin-left: 45px;
}
.decc .main-navigation-panel .panel-subnav > li.rich-nav .carousel-nav {
  padding: 10px 15px 0 45px;
  position: relative;
}
.decc .main-navigation-panel .panel-subnav > li.rich-nav .carousel-nav h2 a {
  font-weight: 800;
}
.decc .main-navigation-panel .panel-subnav > li.rich-nav .carousel-nav .owl-next, .decc .main-navigation-panel .panel-subnav > li.rich-nav .carousel-nav .owl-prev {
  top: -20px !important;
  right: 15px !important;
  left: auto !important;
  cursor: pointer;
}
.decc .main-navigation-panel .panel-subnav > li.rich-nav .carousel-nav .owl-next.disabled, .decc .main-navigation-panel .panel-subnav > li.rich-nav .carousel-nav .owl-prev.disabled {
  opacity: 0.75;
}
.decc .main-navigation-panel .panel-subnav > li.rich-nav .carousel-nav .owl-prev {
  right: 45px !important;
}
.decc .main-navigation-panel .panel-subnav#plan-navigation {
  position: relative;
}
.decc .main-navigation-panel .panel-subnav#plan-navigation > li {
  float: none;
}
.decc .main-navigation-panel .panel-subnav#plan-navigation > li:first-child {
  float: left;
  margin-bottom: 20px;
}
.decc .main-navigation-panel .panel-subnav#plan-navigation > li.rich-nav {
  position: absolute;
  left: 680px;
  margin-right: 0;
  top: 60px;
}
@media (min-width: 1280px) {
  .decc .main-navigation-panel .panel-subnav#plan-navigation > li.rich-nav {
    position: absolute;
    right: 0;
    left: auto;
  }
}
.decc .main-navigation-panel .panel-subnav#plan-navigation > li.rich-nav .rich-nav-col {
  float: left;
  margin-left: 15px;
}
.decc .main-navigation-panel .panel-subnav#plan-navigation > li.rich-nav .rich-nav-col a {
  font-weight: 800;
  font-size: 1.25rem;
  display: inline-block;
}
.decc .main-navigation-panel .panel-subnav#plan-navigation > li.rich-nav .rich-nav-col a:after {
  display: inline-block;
  content: "\f0da";
  font: normal normal normal 14px/1 FontAwesome;
  margin-left: 8px;
}
.decc .main-navigation-panel .panel-subnav#plan-navigation > li.rich-nav .rich-nav-col img {
  display: block;
  margin-top: 10px;
  max-width: 180px;
}
.decc .main-navigation-panel .panel-subnav#plan-navigation > li.rich-nav .rich-nav-col:last-child {
  margin-right: 30px;
}
@media (max-width: 1279px) {
  .decc .main-navigation-panel .panel-subnav#plan-navigation > li.rich-nav .rich-nav-col {
    float: none;
  }
  .decc .main-navigation-panel .panel-subnav#plan-navigation > li.rich-nav .rich-nav-col img {
    display: none;
  }
}
.decc .main-navigation-right {
  float: left;
  margin-top: 24px;
}
@media screen and (min-width: 1050px) {
  .decc .main-navigation-right {
    width: 400px;
    margin-top: 48px;
  }
}
@media screen and (min-width: 1150px) {
  .decc .main-navigation-right {
    float: right;
    width: auto;
    margin-top: 64px;
  }
}
.decc .main-navigation-right li.menu-item-has-children {
  position: relative;
}
.decc .main-navigation-right li > a {
  color: #50595d;
  font-weight: 700;
  font-size: 0.8125rem;
  padding: 0 11px;
}
.decc .main-navigation-right li > a:hover {
  color: #3ca2d1;
}
@media screen and (min-width: 1050px) {
  .decc .main-navigation-right li {
    display: block;
    float: left;
    width: 50%;
  }
}
@media screen and (min-width: 1150px) {
  .decc .main-navigation-right li {
    border-left: 2px solid #b8bec1;
    line-height: 0.75;
    width: auto;
  }
  .decc .main-navigation-right li:first-child, .decc .main-navigation-right li:last-child {
    border: none;
  }
}
.decc .main-navigation-right .sub-menu {
  position: absolute;
  display: none;
  top: 100%;
  background-color: white;
  width: 150px;
  padding: 8px 0;
  border-radius: 12px;
  border: 1px solid #bfbbb7;
  margin-top: 12px;
}
@media screen and (min-width: 1150px) {
  .decc .main-navigation-right .sub-menu {
    right: 0;
  }
}
.decc .main-navigation-right .sub-menu:before, .decc .main-navigation-right .sub-menu:after {
  content: '';
  position: absolute;
  left: 20px;
}
@media screen and (min-width: 1150px) {
  .decc .main-navigation-right .sub-menu:before, .decc .main-navigation-right .sub-menu:after {
    right: 20px;
    left: auto;
  }
}
.decc .main-navigation-right .sub-menu:before {
  top: -8px;
  height: 0;
  width: 0;
  border-bottom: 8px solid #bfbbb7;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
.decc .main-navigation-right .sub-menu:after {
  top: -6px;
  height: 0;
  width: 0;
  border-bottom: 8px solid white;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  z-index: 1;
}
.decc .main-navigation-right .sub-menu li {
  float: none;
  border: none;
  width: auto;
}
.decc .main-navigation-right .sub-menu li > a {
  display: block;
  padding: 8px 12px;
}
.decc .carousel-nav .owl-stage-outer {
  height: 200px;
}
.decc .carousel-nav .carousel-item {
  background-size: cover;
  background-position: center 12.5%;
  color: white;
  position: relative;
}
.decc .carousel-nav .carousel-item .overlay {
  min-height: 125px;
}
.decc .carousel-nav .carousel-item .car-more-link {
  position: absolute;
  text-indent: -9999px;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
.decc .carousel-nav .carousel-item .car-more-link:hover {
  background-color: rgba(60, 165, 210, 0.25);
}
.decc .carousel-nav .carousel-item .carousel-text {
  position: absolute;
  top: 100%;
  width: 100%;
  min-height: 72px;
}
.decc .carousel-nav .carousel-item .carousel-text p.small {
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
}
.decc .carousel-nav .carousel-item .carousel-text h2 {
  font-size: 0.875rem;
}
.decc .site-search-form {
  width: 54px !important;
}
.decc .search-toggle {
  border-radius: 50%;
  background-color: #e87927;
  width: 54px;
  height: 54px;
  margin-top: -20px;
  position: absolute;
  padding: 0;
  right: 30px;
  top: 64px;
  color: white;
  z-index: 99;
}
.decc .site-search {
  background-color: #e87927;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  right: 0;
  width: auto;
  height: auto;
  border-radius: 0;
  color: white;
  padding-right: 130px;
  padding-left: 30px;
}
.decc .site-search.open {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media screen and (min-width: 850px) {
  .decc .site-search.open {
    left: 142px;
  }
}
@media screen and (min-width: 1350px) {
  .decc .site-search.open {
    left: 340px;
  }
}
.decc .site-search input {
  border: none;
  border-radius: 30px;
  padding: 13px 21px;
  margin: 48px -24px 0 30px;
}
@media screen and (min-width: 850px) {
  .decc .menu-toggle,
  .decc #mobile-nav {
    display: none;
  }
}
.decc #mobile-nav > ul {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: rgba(30, 90, 125, 0.98);
  width: 100%;
  padding: 30px;
  display: none;
}
.decc #mobile-nav > ul.open {
  display: block;
}
.decc #mobile-nav > ul li {
  border-bottom: 1px solid rgba(75, 160, 205, 0.5);
}
.decc #mobile-nav > ul li:last-child {
  border-bottom: none;
}
.decc #mobile-nav > ul li ul {
  display: none;
}
.decc #mobile-nav > ul li:hover ul {
  display: block;
}
.decc #mobile-nav > ul li a {
  display: block;
  color: white;
  padding: 3px 0;
}
.decc #mobile-nav > ul > li > a {
  font-weight: 800;
  padding: 10px 0;
}
.decc #mobile-nav > ul > li > a:after {
  display: inline-block;
  content: "\f0d7";
  font: normal normal normal 14px/1 FontAwesome;
  margin-left: 8px;
}
.decc .menu-toggle {
  border-radius: 50%;
  background-color: #e87927;
  width: 54px;
  height: 54px;
  position: absolute;
  padding: 0;
  right: 30px;
  top: -6px;
  color: white;
  z-index: 99;
  margin-right: -7px;
}
.decc #slider {
  overflow: hidden;
  position: relative;
}
.decc #next-slide {
  position: absolute;
  color: transparent;
  display: none;
  width: 115px;
  right: -8px;
  top: 0;
  bottom: 0;
  margin-top: -20px;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all 0.125s ease-in-out;
  -moz-transition: all 0.125s ease-in-out;
  transition: all 0.125s ease-in-out;
}
.decc #next-slide img {
  max-width: 60px;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -20px;
  -webkit-transition: all 0.125s ease-in-out;
  -moz-transition: all 0.125s ease-in-out;
  transition: all 0.125s ease-in-out;
}
.decc #next-slide:hover {
  background-color: rgba(60, 165, 210, 0.85);
  right: 0px;
}
.decc #next-slide:hover img {
  right: 23px;
}
@media screen and (min-width: 1050px) {
  .decc #next-slide {
    display: block;
  }
}
.decc .slider {
  height: 440px;
  /*@media (min-height:640px) {
  	height: 360px;
  }*/
}
.decc .slider .owl-stage-outer {
  overflow: visible;
}
@media (min-height: 720px) {
  .decc .slider {
    height: 480px;
  }
}
@media (min-height: 800px) {
  .decc .slider {
    height: 600px;
  }
}
.decc .slide {
  background-size: cover;
  background-color: #055b82;
  background-position: 65% center;
  color: white;
  position: relative;
}
@media screen and (min-width: 1050px) {
  .decc .slide {
    background-position: center center;
  }
}
.decc .slide .overlay {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+1,000000+100&amp;0+12,0.75+100 */
  background: -moz-linear-gradient(top, transparent 1%, transparent 12%, rgba(0, 0, 0, 0.75) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, transparent), color-stop(12%, transparent), color-stop(100%, rgba(0, 0, 0, 0.75)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, transparent 1%, transparent 12%, rgba(0, 0, 0, 0.75) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, transparent 1%, transparent 12%, rgba(0, 0, 0, 0.75) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, transparent 1%, transparent 12%, rgba(0, 0, 0, 0.75) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, transparent 1%, transparent 12%, rgba(0, 0, 0, 0.75) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=0 );
  /* IE6-9 */
  min-height: 440px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  /*@media (min-height:640px) {
  	min-height: 360px;
  }*/
}
.decc .slide .overlay::after {
  clear: both;
  content: "";
  display: table;
}
@media (min-height: 720px) {
  .decc .slide .overlay {
    min-height: 480px;
  }
}
@media (min-height: 800px) {
  .decc .slide .overlay {
    min-height: 600px;
  }
}
.decc .slide .slide-text {
  position: absolute;
  width: 100%;
  bottom: 70px;
  left: 0;
  padding: 0 15px;
}
@media screen and (min-width: 1050px) {
  .decc .slide .slide-text {
    padding: 0 90px;
  }
}
@media (min-height: 800px) {
  .decc .slide .slide-text {
    bottom: 100px;
    left: auto;
  }
}
.decc .slide h2 {
  font-size: 1.5rem;
  margin-bottom: 0;
}
@media screen and (min-width: 1050px) {
  .decc .slide h2 {
    clear: none;
    font-size: 3rem;
    max-width: 65%;
  }
}
.decc .slide h2 br {
  display: none;
}
.decc .slide h2 a {
  color: white;
}
.decc .slide h2 a:hover {
  color: #e87927;
}
.decc .slide .button {
  margin-top: 15px;
  color: white;
  border-color: white;
}
.decc .slide .button:hover {
  border-color: #e87927;
  background-color: #e87927;
}
.decc .slide.custom .button {
  margin-left: 0;
}
.decc .slide .more-link {
  font-size: 18px;
  display: none;
}
@media screen and (min-width: 850px) {
  .decc .slide .more-link {
    display: inline-block;
  }
}
.decc .slide .more-link a {
  color: white;
}
.decc .slide .more-link a:hover {
  color: #e87927;
}
.decc .slide .slide-venue + .slide-venue {
  display: inline-block;
}
.decc .slide .slide-venue + .slide-venue:before {
  display: inline-block;
  content: ', \00a0';
}
.decc .slide .slide-meta {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 500;
  clear: both;
}
@media screen and (min-width: 1050px) {
  .decc .slide .slide-meta {
    clear: none;
  }
}
.decc .slide .slide-date {
  width: 72px;
  height: 72px;
  background-color: #e87927;
  display: inline-block;
  float: left;
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 45px;
  margin-bottom: 10px;
  /*
  @include transform(scale(0.75));
  
  @include media($md) {
  	@include transform(scale(1));
  }*/
}
@media screen and (min-width: 1050px) {
  .decc .slide .slide-date {
    margin-left: -85px;
    margin-bottom: 0;
  }
}
.decc .slide .slide-date span {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  display: block;
  position: relative;
  top: -23px;
  font-size: 2rem;
}
.decc .owl-drag .owl-item {
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.decc .owl-item:only-of-type {
  cursor: default;
}
.decc .owl-grab .owl-item {
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
.decc .owl-dots {
  padding: 15px 0 0;
  text-align: center;
}
.decc .owl-prev,
.decc .owl-next {
  position: absolute;
  top: 50%;
  font-size: 1.625rem;
  margin-top: -13px;
}
.decc .owl-prev {
  left: -2px;
}
.decc .owl-next {
  right: -2px;
}
.decc .owl-dot {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 5px;
  background-color: #818d92;
  border: 4px solid #818d92;
  border-radius: 50%;
}
.decc .owl-dot.active {
  background-color: transparent;
}
.decc #carousel {
  background-color: white;
  padding-top: 45px;
  padding-bottom: 30px;
}
.decc #carousel h4 {
  position: relative;
  top: -15px;
  font-size: 0.875rem;
  text-align: center;
}
@media screen and (min-width: 850px) {
  .decc #carousel h4 {
    margin-left: 30px;
    text-align: left;
    font-size: 1.125rem;
  }
}
.decc #carousel h4 a {
  color: #e87927;
}
.decc .carousel .carousel-item {
  background-size: cover;
  background-color: #055b82;
  background-position: center center;
  color: white;
  position: relative;
}
.decc .carousel .carousel-item .overlay {
  min-height: 320px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.decc .carousel .carousel-item .carousel-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px;
  background-color: #efeeed;
  height: 90px;
  border-left: 90px solid #e87927;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.decc .carousel .carousel-item .carousel-text h2 {
  color: #50595d;
  font-size: 0.9375rem;
  font-weight: 800;
  line-height: 1.2;
  /*&::first-line {
  	font-weight: 800;
  	font-size: rem(18);
  }*/
}
.decc .carousel .carousel-item .button-group {
  position: absolute;
  top: 70px;
  width: 100%;
  text-align: center;
  display: none;
}
.decc .carousel .carousel-item .button-group .button,
.decc .carousel .carousel-item .button-group a {
  color: white;
  border-color: white;
}
.decc .carousel .carousel-item .button-group .button {
  margin-bottom: 30px;
}
.decc .carousel .carousel-item .slide-date {
  width: 72px;
  height: 72px;
  display: inline-block;
  position: absolute;
  bottom: 10px;
  left: -81px;
  margin-right: 15px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 45px;
}
.decc .carousel .carousel-item .slide-date span {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  display: block;
  position: relative;
  top: -23px;
  font-size: 2rem;
}
.decc .carousel .carousel-item:hover .overlay {
  background-color: rgba(60, 165, 210, 0.85);
}
.decc .carousel .carousel-item:hover .button-group {
  display: block;
}
.decc .carousel .carousel-item:hover .button-group a:hover {
  color: #efeeed;
}
.decc .carousel .carousel-item:hover .button-group .button {
  color: white;
}
.decc .carousel .carousel-item:hover .carousel-text {
  background-color: white;
  border-color: white;
}
.decc .carousel .carousel-item:hover .carousel-text h2 {
  color: #3ca2d1;
}
.decc .carousel .carousel-item:hover .slide-date {
  color: #3ca2d1;
}
.decc .social {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #3ca2d1;
  color: white;
  position: relative;
}
.decc .social::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (min-width: 1350px) {
  .decc .social {
    max-width: 1400px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1050px) {
  .decc .social:before {
    display: block;
    content: '-or-';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 30px;
    line-height: 30px;
    margin-left: -30px;
    margin-top: -15px;
    text-align: center;
  }
}
@media screen and (min-width: 1050px) {
  .decc .social-fan,
  .decc .social-club {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
  }
  .decc .social-fan:last-child,
  .decc .social-club:last-child {
    margin-right: 0;
  }
  .decc .social-fan h3,
  .decc .social-fan p,
  .decc .social-club h3,
  .decc .social-club p {
    float: left;
    clear: left;
    width: 50%;
  }
}
.decc .social-fan .button,
.decc .social-club .button {
  border-color: white;
  color: white;
  margin: 0;
}
.decc .social-fan .button:hover,
.decc .social-club .button:hover {
  color: #ea873e;
  border-color: #ea873e;
  background-color: transparent;
}
.decc .social-fan:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -4000px;
  left: -4000px;
  background-color: #3ca2d1;
  content: '';
  z-index: -1;
}
.decc .social-club {
  margin-top: 40px;
}
@media screen and (min-width: 1050px) {
  .decc .social-club {
    padding-left: 5%;
    margin-top: 0;
  }
}
@media screen and (min-width: 1050px) {
  .decc .social-button-group {
    float: right;
    text-align: right;
    padding-right: 10%;
  }
}
.decc .social-icon,
.decc .social-icon:visited {
  width: 54px;
  height: 54px;
  line-height: 54px;
  color: white;
  display: inline-block;
  text-align: center;
  margin: 0 4px;
  border: 2px solid white;
  border-radius: 50%;
  font-size: 1.5rem;
}
.decc .social-icon:hover,
.decc .social-icon:visited:hover {
  color: #ea873e;
  border-color: #ea873e;
}
.decc .events-intro {
  background-color: white;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 60px;
  padding-bottom: 60px;
}
.decc .events-intro::after {
  clear: both;
  content: "";
  display: table;
}
.decc .events-intro h2 {
  font-size: 1.75rem;
}
@media screen and (min-width: 1050px) {
  .decc .events-intro h2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1350px) {
  .decc .events-intro {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
  }
  .decc .events-intro:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -4000px;
    left: -4000px;
    background-color: inherit;
    content: '';
    z-index: -1;
  }
}
@media screen and (min-width: 1050px) {
  .decc .events-intro-txt,
  .decc .events-types {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
  }
  .decc .events-intro-txt:last-child,
  .decc .events-types:last-child {
    margin-right: 0;
  }
}
.decc .events-intro-txt {
  padding-right: 40px;
}
.decc .event-type {
  margin: 24px auto;
  padding-right: 5px;
  padding-left: 5px;
}
@media screen and (min-width: 850px) {
  .decc .event-type {
    margin-top: 40px;
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 30.11389%;
  }
  .decc .event-type:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1050px) {
  .decc .event-type {
    margin-top: 0;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
  }
  .decc .event-type:last-child {
    margin-right: 0;
  }
}
.decc .event-type img {
  width: 100%;
  display: block;
  margin-bottom: 15px;
}
.decc .event-type a {
  font-size: 1.125rem;
  font-weight: 800;
}
@media screen and (min-width: 1050px) {
  .decc .event-type a {
    font-size: 0.875rem;
    font-weight: 500;
  }
}
.decc .mobile-break {
  display: block;
  margin: 0 auto 10px;
}
@media screen and (min-width: 1050px) {
  .decc .mobile-break {
    display: inline-block;
    margin: 0;
  }
}
.decc .mobile-hide {
  display: none;
}
@media screen and (min-width: 1050px) {
  .decc .mobile-hide {
    display: inline-block;
  }
}
.decc.search .banner .overlay, .decc.error404 .banner .overlay, .decc.single-post .banner .overlay {
  height: 0;
  min-height: 0 !important;
}
.decc .banner {
  background-size: cover;
  background-color: #055b82;
  background-position: center center;
  margin-bottom: 40px;
}
.decc .banner .overlay {
  min-height: 240px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.25);
}
@media (min-height: 640px) {
  .decc .banner .overlay {
    min-height: 360px;
  }
}
@media screen and (min-width: 850px) {
  .decc .banner.banner-image .overlay {
    min-height: 480px;
  }
}
@media (min-height: 800px) {
  .decc .banner.banner-image .overlay {
    min-height: 600px;
  }
}
@media screen and (min-width: 850px) {
  .decc.single-event .banner.banner-image .overlay {
    min-height: 400px;
  }
}
.decc .photo-credit {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  bottom: 10px;
  color: white;
}
.decc .photo-credit::after {
  clear: both;
  content: "";
  display: table;
}
.decc .breadcrumbs {
  position: absolute;
  bottom: -40px;
  height: 40px;
  background-color: #f7f7f6;
  z-index: 1;
  width: 100%;
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #687378;
  line-height: 40px;
  overflow: auto;
}
.decc .breadcrumbs .container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  min-width: 480px;
}
.decc .breadcrumbs .container::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (min-width: 1350px) {
  .decc .breadcrumbs .container {
    max-width: 1400px;
    margin: 0 auto;
  }
}
.decc .breadcrumbs a {
  color: #e87927;
}
.decc .breadcrumbs a:hover {
  color: #3ca2d1;
}
.decc .event .entry-title {
  font-weight: 800;
  color: #50595d;
  font-size: 2.25rem;
}
.decc .hentry ul {
  margin-bottom: 15px;
  margin-left: 15px;
}
.decc .hentry ul li {
  list-style: disc outside;
}
.decc .hentry ol {
  margin-bottom: 15px;
  margin-left: 15px;
}
.decc .hentry ol li {
  list-style: decimal outside;
}
.decc article.page > .entry-header,
.decc article.venue > .entry-header {
  position: absolute;
  top: -220px;
  left: 0;
  width: 100%;
}
.decc article.page > .entry-header .entry-title,
.decc article.venue > .entry-header .entry-title {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  color: white;
  font-size: 2.25rem;
  margin-top: 80px;
}
.decc article.page > .entry-header .entry-title::after,
.decc article.venue > .entry-header .entry-title::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (min-width: 850px) {
  .decc article.page > .entry-header .entry-title,
  .decc article.venue > .entry-header .entry-title {
    margin-top: 0;
    font-size: 3rem;
  }
}
.decc.search article.page,
.decc.search article.venue,
.decc.search article.event {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.decc.search article.page > .entry-header,
.decc.search article.venue > .entry-header,
.decc.search article.event > .entry-header {
  position: static;
  top: 0;
  left: 0;
  width: 100%;
}
.decc.search article.page > .entry-header .entry-title,
.decc.search article.venue > .entry-header .entry-title,
.decc.search article.event > .entry-header .entry-title {
  color: inherit;
  font-size: 1.625rem;
  margin: 0 0 10px;
  padding: 0;
}
.decc article.venue + .post-navigation {
  display: none;
}
.decc.single-event .post-navigation {
  display: none;
}
.decc .mo-title {
  display: inline-block;
}
.decc .event-list-item {
  background-color: #f7f7f6;
  padding: 30px;
  margin-bottom: 30px;
}
.decc .event-list-item:first-of-type {
  clear: both;
}
.decc .event-list-item img {
  float: left;
  margin: 0 30px 30px 0;
  max-width: 180px;
}
.decc .event-list-item .event-meta {
  text-transform: uppercase;
  font-size: 0.75rem;
  margin-top: 0;
}
.decc .event-list-item .slide-venue {
  float: right;
}
.decc .event-list-item .slide-venue:before {
  display: inline-block;
  content: ', \00a0';
}
.decc .event-list-item .slide-venue + .slide-venue,
.decc .event-list-item .slide-venue:only-of-type {
  display: inline-block;
}
.decc .event-list-item .slide-venue + .slide-venue:before,
.decc .event-list-item .slide-venue:only-of-type:before {
  display: none;
}
.decc .event-list-item hr {
  margin: 0;
  clear: right;
}
.decc .event-list-item h2.entry-title {
  margin: 0;
  line-height: 0.9;
}
.decc .event-list-item h2.entry-title a {
  font-size: 1.5rem;
}
.decc .event-list-item p {
  font-size: 0.9375rem;
  margin: 15px 0 0;
}
.decc .event-list-item .button {
  font-size: 0.75rem;
  padding: 0.75em 1.25em 0.625em;
  margin-right: 10px;
}
.decc #events-sorting ul {
  margin: 0 0 30px;
  padding: 0;
}
.decc #events-sorting ul li {
  list-style: none;
  float: left;
  width: 50%;
}
.decc #events-sorting ul li input,
.decc #events-sorting ul li label {
  display: inline-block;
  width: auto;
  font-size: 0.875rem;
}
@media screen and (min-width: 850px) {
  .decc #events-sorting ul li {
    width: 33.3333%;
  }
}
@media screen and (min-width: 1050px) {
  .decc #events-sorting ul li {
    width: 20%;
  }
  .decc #events-sorting ul li label {
    font-size: 1rem;
  }
}
.decc #events-sorting ul:after {
  display: table;
  content: '';
  clear: both;
}
.decc #event-search, .decc #month-select {
  display: block;
  float: left;
}
.decc #event-search input {
  float: left;
  width: 65%;
  margin-right: 2.5%;
  padding: 6px;
}
@media screen and (min-width: 1350px) {
  .decc #event-search input {
    width: 70%;
  }
}
@media screen and (min-width: 1600px) {
  .decc #event-search input {
    width: 75%;
  }
}
.decc #event-search button {
  float: right;
  border-radius: 3px;
  margin: 0;
  font-size: 13px;
  width: 27.5%;
  padding-right: 0;
  padding-left: 0;
}
@media screen and (min-width: 1050px) {
  .decc #event-search button {
    margin-right: 5%;
  }
}
@media screen and (min-width: 1350px) {
  .decc #event-search button {
    width: 22.5%;
  }
}
@media screen and (min-width: 1600px) {
  .decc #event-search button {
    width: 17.5%;
  }
}
.decc #month-select,
.decc #event-search {
  width: 100%;
  margin: 0 0 20px;
}
@media screen and (min-width: 1050px) {
  .decc #month-select {
    width: 25%;
    margin: 0;
  }
  .decc #event-search {
    width: 75%;
    margin: 0;
  }
}
.decc #events-sorting {
  clear: both;
  padding-top: 30px;
}
.decc .mo-title {
  display: none;
  float: left;
}
.decc.page-id-5 .mo-title {
  display: inline-block;
}
.decc .gform_title {
  font-size: 2.25rem;
}
.decc .gf_progressbar_title {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.875rem;
  color: #50595d;
}
.decc .gf_progressbar_title span {
  text-transform: none;
  font-weight: 800;
  font-size: 1.125rem;
}
.decc .section-heading {
  padding: 10px 0;
}
.decc .section-heading h4 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.875rem;
  color: #50595d;
}
.decc .section-heading hr {
  padding-top: 30px;
}
.decc .gform_fields {
  margin-left: 0 !important;
}
.decc .gform_fields label,
.decc .gform_fields input,
.decc .gform_fields select {
  font-size: 0.8125rem;
}
.decc .gfield {
  padding-right: 15px;
  list-style: none !important;
}
.decc .gfield hr {
  padding: 0 12px;
}
.decc .gfield.hidden {
  display: none !important;
}
.decc #field_5_163 label,
.decc #field_5_159 label {
  visibility: hidden;
}
.decc #field_5_163 .ginput_container,
.decc #field_5_159 .ginput_container {
  margin-top: 50px;
}
.decc .gfield_checkbox {
  margin-top: 10px;
}
.decc .gfield_checkbox li {
  list-style: none;
  display: inline-block;
  width: 50%;
  text-align: center;
}
.decc .gfield_radio {
  margin-top: 10px;
  margin-left: 0 !important;
}
.decc .gfield_radio li {
  list-style: none;
  display: inline-block;
  text-align: center;
}
.decc .gfield_radio li input,
.decc .gfield_radio li label {
  display: inline-block;
  margin-right: 6px;
}
.decc #field_5_215 .gfield_label,
.decc #field_5_215 .ginput_container {
  float: right;
}
.decc #field_5_215 .gfield_label {
  margin-left: -24px;
  position: relative;
  left: -60px;
  top: 2px;
}
.decc #field_5_215 .ginput_product_price_label {
  display: none;
}
.decc .gfield_total {
  background-color: #3ca2d1;
  color: white;
  padding: 15px 15px 5px;
  margin: 15px 0;
  font-size: 1.5rem;
  clear: both;
}
.decc .gfield_total .ginput_container {
  float: right;
}
.decc .gfield_total .ginput_total {
  font-family: "Helvetic Neue", Helvetica, sans-serif;
}
.decc .gfield_total .gfield_label {
  float: left;
  font-family: "Raleway", sans-serif;
  font-size: 1.5rem;
}
.decc .gfield_total:after {
  display: table;
  content: '';
  clear: both;
}
.decc .prod-header .gfield_label {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.875rem;
  color: #50595d;
  float: left;
}
.decc .prod-header .gfield_checkbox {
  float: right;
  margin-top: 0;
}
.decc .prod-header .gfield_checkbox li {
  text-align: right;
  float: right;
  position: relative;
}
.decc .prod-header .gfield_checkbox li label {
  width: 100px;
  position: absolute;
  top: 3px;
  right: 24px;
}
.decc .horiz input,
.decc .horiz label {
  display: inline-block;
  margin-right: 4px;
}
.decc .gf_progressbar {
  background-color: #f7f7f6;
}
.decc .gf_progressbar_percentage {
  background-color: #3ca2d1;
  color: #3ca2d1;
  margin-bottom: 30px;
}
.decc .gform_previous_button + .gform_next_button {
  float: right;
  margin-right: 15px;
}
.decc select {
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color;
  width: 100%;
  background-image: url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);
  background-repeat: no-repeat;
  background-position: 98% center;
}
.decc .validation_error, .decc .validation_error *,
.decc .validation_message,
.decc .validation_message * {
  color: red;
}
.decc .half {
  float: left;
  width: 50%;
}
.decc .third {
  float: left;
  width: 33.3333%;
}
.decc .two-thirds {
  float: left;
  width: 66.6666%;
}
.decc .quarter {
  float: left;
  width: 25%;
}
.decc .clear {
  clear: both;
}
.decc .gform_page_footer {
  clear: both;
}
.decc li[class*=resource-] {
  width: 50%;
  float: left;
}
.decc li[class*=resource-] label,
.decc li[class*=resource-] select {
  width: 50%;
  float: left;
  clear: left;
}
.decc li[class*=resource-] label {
  width: 100%;
}
.decc li[class*=resource-] + li {
  width: 50%;
  float: left;
}
.decc li[class*=resource-] + li input,
.decc li[class*=resource-] + li label {
  width: 25%;
  float: right;
  clear: right;
  text-align: right;
}
.decc .gfield_html {
  clear: both;
}
.decc .gfield_html.half {
  clear: none;
}
.decc .gfield_html.half.clear {
  clear: left;
}
.decc .sect-toggle {
  display: block;
  clear: both;
  background: #efeeed;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-bottom: 0;
  color: #50595d !important;
  padding: 8px;
  font-weight: 800;
  /*
  &:nth-child(2) {
  	border-top:1px solid $gray;
  }*/
}
.decc .sect-toggle span {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  line-height: 36px;
  font-family: Helvetica, sans-serif;
  font-weight: 800;
  background-color: white;
  color: #50595d;
  display: inline-block;
  text-align: center;
  margin-right: 6px;
}
.decc .sect-toggle:hover {
  opacity: 0.8;
}
.decc .form-sect {
  display: none;
  padding-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
}
.decc .gform_validation_error .form-sect {
  display: block !important;
}
.decc .gform_card_icon_container {
  margin: 8px 0 6px 0;
  height: 32px;
}
.decc .gform_card_icon_container input {
  max-width: 505px;
}
.decc div.gform_card_icon {
  margin-right: 4px;
  text-indent: -9000px;
  background-image: url(assets/img/gf-creditcard-icons.png);
  background-repeat: no-repeat;
  width: 36px;
  height: 32px;
  float: left;
}
.decc .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_visa {
  background-position: 0 0;
}
.decc .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
  background-position: 0 -32px;
}
.decc .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
  background-position: 0 -64px;
}
.decc .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_mastercard {
  background-position: -36px 0;
}
.decc .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
  background-position: -36px -32px;
}
.decc .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
  background-position: -36px -64px;
}
.decc .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_amex {
  background-position: -72px 0;
}
.decc .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
  background-position: -72px -32px;
}
.decc .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
  background-position: -72px -64px;
}
.decc .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_discover {
  background-position: -108px 0;
}
.decc .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
  background-position: -108px -32px;
}
.decc .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
  background-position: -108px -64px;
}
.decc .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_maestro {
  background-position: -144px 0;
}
.decc .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
  background-position: -144px -32px;
}
.decc .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
  background-position: -144px -64px;
}
.decc .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_jcb {
  background-position: -180px 0;
}
.decc .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
  background-position: -180px -32px;
}
.decc .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
  background-position: -180px -64px;
}
.decc .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_visa {
  background-position: 0 -192px;
}
.decc .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
  background-position: 0 -224px;
}
.decc .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
  background-position: 0 -256px;
}
.decc .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_mastercard {
  background-position: -36px -192px;
}
.decc .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
  background-position: -36px -224px;
}
.decc .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
  background-position: -36px -256px;
}
.decc .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_amex {
  background-position: -72px -192px;
}
.decc .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
  background-position: -72px -224px;
}
.decc .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
  background-position: -72px -256px;
}
.decc .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_discover {
  background-position: -108px -192px;
}
.decc .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
  background-position: -108px -224px;
}
.decc .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
  background-position: -108px -256px;
}
.decc .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_maestro {
  background-position: -144px -192px;
}
.decc .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
  background-position: -144px -224px;
}
.decc .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
  background-position: -144px -256px;
}
.decc .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_jcb {
  background-position: -180px -192px;
}
.decc .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
  background-position: -180px -224px;
}
.decc .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
  background-position: -180px -256px;
}
.decc .ginput_complex .ginput_cardinfo_left,
.decc .ginput_complex .ginput_cardinfo_right {
  min-height: 43px;
  position: relative;
  float: left;
}
.decc .ginput_complex .ginput_cardinfo_left {
  width: 50%;
  margin-right: 1%;
}
.decc .ginput_complex .ginput_cardinfo_right {
  min-width: 85px !important;
}
.decc .ginput_complex .ginput_cardinfo_right label {
  white-space: nowrap !important;
}
.decc .ginput_complex span.ginput_cardextras {
  display: block;
  overflow: hidden;
  margin-bottom: 8px;
}
.decc .ginput_complex .ginput_cardinfo_right span.ginput_card_expiration_container {
  position: relative;
}
.decc .ginput_complex select.ginput_card_expiration.ginput_card_expiration_month,
.decc .ginput_complex select.ginput_card_expiration.ginput_card_expiration_year {
  width: 47% !important;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
}
.decc .ginput_complex select.ginput_card_expiration.ginput_card_expiration_month {
  margin-right: 4px;
}
.decc .ginput_complex .ginput_cardinfo_right input.ginput_card_security_code {
  max-width: 50% !important;
  position: relative;
  float: left;
}
.decc .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon {
  width: 32px;
  height: 23px;
  background-image: url(assets/img/gf-creditcard-icons.png);
  background-repeat: no-repeat;
  background-position: 0 -128px;
  position: relative;
  top: 0;
  left: 6px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  float: right;
  margin-right: 36px;
}
.decc div.gfield_creditcard_warning_message {
  display: none !important;
}
.decc #gform_fields li.credit_card_setting.field_setting ul li {
  padding: 2px 0 4px 0;
}
.decc .wp-media-buttons {
  padding: 0px !important;
  line-height: 3px !important;
}
.decc .wp-media-buttons select {
  padding: 1px !important;
  font-size: 10px !important;
  line-height: 2.2em;
}
.decc #form-review {
  margin-bottom: 10px;
}
.decc .review-prod {
  padding: 5px;
  font-size: 0.875rem;
}
.decc .review-prod::after {
  clear: both;
  content: "";
  display: table;
}
.decc .review-prod span {
  display: inline-block;
  min-width: 16%;
}
.decc .review-prod span:first-child {
  width: 50%;
}
.decc .review-prod span:last-child {
  float: right;
  text-align: right;
}
.decc .review-prod:nth-child(even) {
  background-color: #f7f7f6;
}
.decc .review-prod.review-header {
  text-transform: uppercase;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}
.decc .widget {
  margin-bottom: 30px;
  font-size: 0.9375rem;
}
.decc .widget-title {
  color: #818d92;
  font-size: 0.9375rem;
}
.decc .widget_event_details {
  position: relative;
}
@media screen and (min-width: 1050px) {
  .decc .widget_event_details:before {
    position: absolute;
    display: block;
    content: '';
    border-left: 2px solid rgba(0, 0, 0, 0.125);
    top: 60px;
    bottom: 60px;
    left: -60px;
  }
}
.decc .widget_event_details .widget-title {
  font-weight: 400;
  color: #50595d;
  font-size: 1rem;
}
.decc .widget_event_details .widget-title::first-line {
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 0.8;
}
.decc .widget_event_details .button {
  margin-bottom: 0;
}
.decc .widget-label {
  color: #818d92;
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 30px 0 0;
}
.decc .widget-time {
  font-weight: 400;
  font-size: 1.125rem;
}
.decc .widget-time span {
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 200;
}
.decc .widget .side_nav > li a {
  font-size: 0.8125rem;
  font-weight: normal;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  display: block;
  padding: 5px 0px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.02em;
  color: #50595d;
}
.decc .widget .side_nav > li:first-child > a {
  border: none;
}
.decc .widget .side_nav > li li ul {
  display: none;
  padding-bottom: 20px;
}
.decc .widget .side_nav > li li.current_page_ancestor > a {
  color: inherit;
}
.decc .widget .side_nav > li li.page_item_has_children.current_page_item ul, .decc .widget .side_nav > li li.current_page_ancestor ul {
  display: block;
}
.decc .widget .side_nav > li li.page_item_has_children.current_page_item ul li, .decc .widget .side_nav > li li.current_page_ancestor ul li {
  border: none;
  line-height: 1.75;
}
.decc .widget .side_nav > li li.page_item_has_children.current_page_item ul li > a, .decc .widget .side_nav > li li.current_page_ancestor ul li > a {
  font-size: 0.8125rem;
  font-weight: 700;
  padding: 0;
  border: none;
  line-height: inherit;
  text-transform: capitalize;
}
.decc .widget .side_nav > li.current_page_parent > a {
  color: inherit;
}
.decc .widget .side_nav > li a:hover {
  color: #3ca2d1;
}
.decc .accordion-tabs {
  line-height: 1.5;
  margin-bottom: 1.5em;
  padding: 0;
  margin-top: 30px;
}
.decc .accordion-tabs::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (max-width: 40em) {
  .decc .accordion-tabs {
    border-radius: 3px;
    border: 1px solid #ddd;
  }
}
.decc .accordion-tabs .tab-header-and-content {
  list-style: none;
}
@media screen and (min-width: 850px) {
  .decc .accordion-tabs .tab-header-and-content {
    display: inline;
  }
}
.decc .accordion-tabs .tab-header-and-content:first-child .tab-link {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
@media screen and (max-width: 40em) {
  .decc .accordion-tabs .tab-header-and-content:first-child .tab-link {
    border-top: 0;
  }
}
@media screen and (max-width: 40em) {
  .decc .accordion-tabs .tab-header-and-content:last-child .tab-link {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }
}
.decc .accordion-tabs .tab-link {
  background-color: #fff;
  border-top: 1px solid #ddd;
  color: #34393b;
  display: block;
  font-weight: bold;
  padding: 0.75em 0.809em;
  text-decoration: none;
  font-weight: 800;
  font-size: 1.25rem;
}
@media screen and (min-width: 850px) {
  .decc .accordion-tabs .tab-link {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-top: 0;
    display: inline-block;
  }
}
.decc .accordion-tabs .tab-link:hover {
  color: #477dca;
}
.decc .accordion-tabs .tab-link:focus {
  outline: none;
}
.decc .accordion-tabs .tab-link.is-active {
  background-color: #f7f7f7;
}
@media screen and (min-width: 850px) {
  .decc .accordion-tabs .tab-link.is-active {
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    border-bottom-color: #f7f7f7;
    margin-bottom: -1px;
  }
}
.decc .accordion-tabs .tab-content {
  background: #f7f7f7;
  display: none;
  padding: 1.5em 1.618em;
  width: 100%;
  padding-top: 30px;
  min-height: 180px;
}
@media screen and (min-width: 850px) {
  .decc .accordion-tabs .tab-content {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    border: 1px solid #ddd;
    float: left;
  }
}
.decc .site-footer {
  color: white;
}
.decc .site-info {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #34393b;
  padding-top: 60px;
  padding-bottom: 60px;
}
.decc .site-info::after {
  clear: both;
  content: "";
  display: table;
}
.decc .footer-nav,
.decc .footer-legal {
  text-align: center;
}
.decc .site-footer .footer-branding,
.decc .site-footer .social-button-group {
  text-align: center;
}
@media screen and (min-width: 1050px) {
  .decc .site-footer .footer-branding,
  .decc .site-footer .social-button-group {
    float: left;
  }
}
.decc .site-footer .footer-branding {
  margin-bottom: 40px;
}
@media screen and (min-width: 1050px) {
  .decc .site-footer .footer-branding {
    text-align: left;
    width: 60%;
  }
}
.decc .site-footer .social-button-group {
  padding: 0;
}
@media screen and (min-width: 1050px) {
  .decc .site-footer .social-button-group {
    text-align: right;
    width: 40%;
  }
}
.decc .site-footer .social-button-group > h5 {
  margin-right: 42px;
  display: inline-block;
  color: #626d72;
}
.decc .site-footer .social-button-group a.button,
.decc .site-footer .social-button-group a.button:visited,
.decc .site-footer .social-button-group .social-icon,
.decc .site-footer .social-button-group .social-icon:visited {
  color: #626d72;
  border-color: #626d72;
  background-color: transparent;
  text-decoration: none !important;
  margin-top: 0;
}
.decc .site-footer .social-button-group a.button:hover,
.decc .site-footer .social-button-group a.button:visited:hover,
.decc .site-footer .social-button-group .social-icon:hover,
.decc .site-footer .social-button-group .social-icon:visited:hover {
  color: #e87927;
  border-color: #e87927;
}
.decc .site-footer .social-button-group .social-icon:first-of-type {
  clear: right;
}
@media screen and (min-width: 1050px) {
  .decc .site-footer .fan-club-cta {
    float: left;
    text-align: left;
  }
}
.decc .site-footer .fan-club-cta h5 {
  color: #626d72;
}
.decc .footer-legal,
.decc .footer-nav {
  font-size: 0.75rem;
}
.decc .footer-legal *,
.decc .footer-nav * {
  color: white;
}
.decc .footer-legal li,
.decc .footer-nav li {
  list-style: none;
  display: block;
  margin: 0 8px;
}
@media screen and (min-width: 1050px) {
  .decc .footer-legal li,
  .decc .footer-nav li {
    display: inline-block;
  }
}
.decc .footer-legal li > a,
.decc .footer-nav li > a {
  text-transform: uppercase;
  color: white;
}
.decc .footer-legal a:hover,
.decc .footer-nav a:hover {
  text-decoration: underline;
}
.decc .footer-nav {
  margin-top: 30px;
}
.decc .footer-legal {
  margin: 10px 0 60px;
  padding-right: 30px;
  padding-left: 30px;
}
.decc .screen-reader-text {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.decc .decc-venues {
  background-color: #efeeed;
  padding-top: 45px;
}
.decc .decc-venues > h2 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}
.decc .decc-venues > h2:last-child {
  margin-right: 0;
}
.decc .venue-item {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  padding-top: 15px;
  padding-bottom: 15px;
}
.decc .venue-item:last-child {
  margin-right: 0;
}
.decc .venue-item:nth-child(5n) {
  margin-right: 0;
}
.decc .venue-item:nth-child(5n+1) {
  clear: left;
}
.decc .venue-item h2 {
  font-size: 1.125rem;
  font-weight: 300;
  padding-right: 25%;
  min-height: 56px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  position: relative;
  margin-top: 10px;
}
.decc .venue-item h2::first-line {
  font-size: 1.5rem;
  font-weight: 800;
}
.decc .venue-item h2 a {
  display: block;
}
.decc .venue-item h2 a:after {
  display: inline-block;
  content: '»';
  margin-left: 6px;
  position: absolute;
  top: -3px;
  right: 5px;
}
.decc.page-id-142 .site-content h4 {
  color: #3ca2d1;
  cursor: pointer;
}
.decc.page-id-142 .site-content h4:hover {
  color: #e87927;
}
.decc.page-id-142 .site-content h4 + p {
  display: none;
}
.decc.page-id-142 .site-content h4,
.decc.page-id-142 .site-content h5 {
  font-size: 1.125rem;
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  margin-bottom: 12px;
}
.decc.page-id-87 .overlay {
  height: 0;
  min-height: 0 !important;
}
.decc .hidden,
.decc .gform_validation_container {
  display: none;
}
.decc .cal-button {
  font-size: 0.75rem;
  float: right;
  position: relative;
  top: -20px;
  display: none;
}
@media screen and (min-width: 850px) {
  .decc .cal-button {
    display: inline-block;
  }
}
.decc .fc table {
  margin-top: 0;
  margin-bottom: 0;
}
.decc .fc-basic-view .fc-body .fc-row {
  height: 140px !important;
}
.decc .fc-widget-header table {
  margin: 0;
  background-color: #055b82;
  color: white !important;
}
.decc .fc-widget-header table td,
.decc .fc-widget-header table th {
  border-color: #055b82 !important;
}
.decc .fc-button {
  background-image: none !important;
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
  font-size: 0.8125em !important;
  margin-right: 0.25em !important;
  margin-top: 0.5em !important;
  text-shadow: none !important;
}
.decc .fc-prev-button,
.decc .fc-next-button {
  background-color: transparent !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  color: #055b82 !important;
  font-size: 1.5em !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
}
.decc .fc-day-number {
  font-family: "Raleway", sans-serif !important;
  color: #055b82 !important;
}
.decc .fc-unthemed .fc-today {
  background-color: #fbfbfa;
  border-top: 1px solid #ddd !important;
}
.decc .fc-event {
  border: none !important;
  background-color: #3ca2d1 !important;
  color: white !important;
  border-radius: 0 !important;
}
.decc tr:nth-child(even) .fc-event {
  background-color: #65b6db !important;
}
.decc .fc-content {
  font-family: "Raleway", sans-serif;
  font-size: 1em;
  padding: 0.125em;
}
.decc .fc-content p {
  display: none;
}
.decc .fc-time {
  display: none !important;
}
.decc .fc-basicDay-view .fc-content {
  font-family: "Raleway", sans-serif;
  font-size: 1em;
  font-weight: 700;
  padding: 0.25em 0.125em;
}
.decc .qtip {
  background-color: #055b82;
  font-family: "Raleway", sans-serif;
  color: white;
}
.decc .qtip .qtip-content {
  position: relative;
  overflow: visible;
}
.decc .qtip .qtip-content:after {
  height: 0;
  width: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #055b82;
  display: block;
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -7px;
}
.decc .qtip .qtip-content p {
  margin: 0;
}
.decc .qtip .qtip-content p:first-child {
  font-weight: 700;
  text-transform: uppercase;
}
.decc .qtip .qtip-content p:last-child {
  display: none !important;
}
@media (max-width: 599px) {
  .decc .event-list-item img {
    float: none;
    display: block;
    max-width: 100%;
  }
  .decc .event-meta > span {
    display: block;
    text-align: left;
  }
  .decc .event-meta > span .slide-venue {
    float: none;
  }
}
