/*
Theme Name: Mystic Aquarium - Speak
Theme URI: https://www.madebyspeak.com
Author: Speak Creative
Description: Mystic Aquarium WordPress Theme
Version: 1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: speak
*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700");
/* _flexbox-grid.css */
@import url("styles/external/owl.carousel.min.css");
@import url("styles/external/owl.theme.default.min.css");
.flex-container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem; }

.flex-row {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem; }

.flex-row.reverse {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse; }

.flex-col.reverse {
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse; }

.flex-col-xs,
.flex-col-xs-1,
.flex-col-xs-2,
.flex-col-xs-3,
.flex-col-xs-4,
.flex-col-xs-5,
.flex-col-xs-6,
.flex-col-xs-7,
.flex-col-xs-8,
.flex-col-xs-9,
.flex-col-xs-10,
.flex-col-xs-11,
.flex-col-xs-12 {
  box-sizing: border-box;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem; }

.flex-col-xs {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  max-width: 100%; }

.flex-col-xs-1 {
  -ms-flex-preferred-size: 8.333%;
  -webkit-flex-basis: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%; }

.flex-col-xs-2 {
  -ms-flex-preferred-size: 16.667%;
  -webkit-flex-basis: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%; }

.flex-col-xs-3 {
  -ms-flex-preferred-size: 25%;
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.flex-col-xs-4 {
  -ms-flex-preferred-size: 33.333%;
  -webkit-flex-basis: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%; }

.flex-col-xs-5 {
  -ms-flex-preferred-size: 41.667%;
  -webkit-flex-basis: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%; }

.flex-col-xs-6 {
  -ms-flex-preferred-size: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.flex-col-xs-7 {
  -ms-flex-preferred-size: 58.333%;
  -webkit-flex-basis: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%; }

.flex-col-xs-8 {
  -ms-flex-preferred-size: 66.667%;
  -webkit-flex-basis: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%; }

.flex-col-xs-9 {
  -ms-flex-preferred-size: 75%;
  -webkit-flex-basis: 75%;
  flex-basis: 75%;
  max-width: 75%; }

.flex-col-xs-10 {
  -ms-flex-preferred-size: 83.333%;
  -webkit-flex-basis: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%; }

.flex-col-xs-11 {
  -ms-flex-preferred-size: 91.667%;
  -webkit-flex-basis: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%; }

.flex-col-xs-12 {
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.flex-col-xs-offset-1 {
  margin-left: 8.333%; }

.flex-col-xs-offset-2 {
  margin-left: 16.667%; }

.flex-col-xs-offset-3 {
  margin-left: 25%; }

.flex-col-xs-offset-4 {
  margin-left: 33.333%; }

.flex-col-xs-offset-5 {
  margin-left: 41.667%; }

.flex-col-xs-offset-6 {
  margin-left: 50%; }

.flex-col-xs-offset-7 {
  margin-left: 58.333%; }

.flex-col-xs-offset-8 {
  margin-left: 66.667%; }

.flex-col-xs-offset-9 {
  margin-left: 75%; }

.flex-col-xs-offset-10 {
  margin-left: 83.333%; }

.flex-col-xs-offset-11 {
  margin-left: 91.667%; }

.start-xs {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: start; }

.center-xs {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center; }

.end-xs {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  text-align: end; }

.top-xs {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start; }

.middle-xs {
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center; }

.bottom-xs {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end; }

.around-xs {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.between-xs {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between; }

.first-xs {
  -webkit-order: -1;
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1; }

.last-xs {
  -webkit-order: 1;
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1; }

@media only screen and (min-width: 48em) {
  .flex-container {
    width: 46rem; }
  .flex-col-sm,
  .flex-col-sm-1,
  .flex-col-sm-2,
  .flex-col-sm-3,
  .flex-col-sm-4,
  .flex-col-sm-5,
  .flex-col-sm-6,
  .flex-col-sm-7,
  .flex-col-sm-8,
  .flex-col-sm-9,
  .flex-col-sm-10,
  .flex-col-sm-11,
  .flex-col-sm-12 {
    box-sizing: border-box;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }
  .flex-col-sm {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    max-width: 100%; }
  .flex-col-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    -webkit-flex-basis: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .flex-col-sm-2 {
    -ms-flex-preferred-size: 16.667%;
    -webkit-flex-basis: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .flex-col-sm-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .flex-col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    -webkit-flex-basis: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .flex-col-sm-5 {
    -ms-flex-preferred-size: 41.667%;
    -webkit-flex-basis: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .flex-col-sm-6 {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .flex-col-sm-7 {
    -ms-flex-preferred-size: 58.333%;
    -webkit-flex-basis: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .flex-col-sm-8 {
    -ms-flex-preferred-size: 66.667%;
    -webkit-flex-basis: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .flex-col-sm-9 {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .flex-col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    -webkit-flex-basis: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .flex-col-sm-11 {
    -ms-flex-preferred-size: 91.667%;
    -webkit-flex-basis: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .flex-col-sm-12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .flex-col-sm-offset-0 {
    margin-left: 0; }
  .flex-col-sm-offset-1 {
    margin-left: 8.333%; }
  .flex-col-sm-offset-2 {
    margin-left: 16.667%; }
  .flex-col-sm-offset-3 {
    margin-left: 25%; }
  .flex-col-sm-offset-4 {
    margin-left: 33.333%; }
  .flex-col-sm-offset-5 {
    margin-left: 41.667%; }
  .flex-col-sm-offset-6 {
    margin-left: 50%; }
  .flex-col-sm-offset-7 {
    margin-left: 58.333%; }
  .flex-col-sm-offset-8 {
    margin-left: 66.667%; }
  .flex-col-sm-offset-9 {
    margin-left: 75%; }
  .flex-col-sm-offset-10 {
    margin-left: 83.333%; }
  .flex-col-sm-offset-11 {
    margin-left: 91.667%; }
  .start-sm {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-sm {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center; }
  .end-sm {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-sm {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start; }
  .middle-sm {
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
  .bottom-sm {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end; }
  .around-sm {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-sm {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .first-sm {
    -webkit-order: -1;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .last-sm {
    -webkit-order: 1;
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; } }

@media only screen and (min-width: 62em) {
  .flex-container {
    width: 61rem; }
  .flex-col-md,
  .flex-col-md-1,
  .flex-col-md-2,
  .flex-col-md-3,
  .flex-col-md-4,
  .flex-col-md-5,
  .flex-col-md-6,
  .flex-col-md-7,
  .flex-col-md-8,
  .flex-col-md-9,
  .flex-col-md-10,
  .flex-col-md-11,
  .flex-col-md-12 {
    box-sizing: border-box;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }
  .flex-col-md {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    max-width: 100%; }
  .flex-col-md-1 {
    -ms-flex-preferred-size: 8.333%;
    -webkit-flex-basis: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .flex-col-md-2 {
    -ms-flex-preferred-size: 16.667%;
    -webkit-flex-basis: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .flex-col-md-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .flex-col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    -webkit-flex-basis: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .flex-col-md-5 {
    -ms-flex-preferred-size: 41.667%;
    -webkit-flex-basis: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .flex-col-md-6 {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .flex-col-md-7 {
    -ms-flex-preferred-size: 58.333%;
    -webkit-flex-basis: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .flex-col-md-8 {
    -ms-flex-preferred-size: 66.667%;
    -webkit-flex-basis: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .flex-col-md-9 {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .flex-col-md-10 {
    -ms-flex-preferred-size: 83.333%;
    -webkit-flex-basis: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .flex-col-md-11 {
    -ms-flex-preferred-size: 91.667%;
    -webkit-flex-basis: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .flex-col-md-12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .flex-col-md-offset-0 {
    margin-left: 0; }
  .flex-col-md-offset-1 {
    margin-left: 8.333%; }
  .flex-col-md-offset-2 {
    margin-left: 16.667%; }
  .flex-col-md-offset-3 {
    margin-left: 25%; }
  .flex-col-md-offset-4 {
    margin-left: 33.333%; }
  .flex-col-md-offset-5 {
    margin-left: 41.667%; }
  .flex-col-md-offset-6 {
    margin-left: 50%; }
  .flex-col-md-offset-7 {
    margin-left: 58.333%; }
  .flex-col-md-offset-8 {
    margin-left: 66.667%; }
  .flex-col-md-offset-9 {
    margin-left: 75%; }
  .flex-col-md-offset-10 {
    margin-left: 83.333%; }
  .flex-col-md-offset-11 {
    margin-left: 91.667%; }
  .start-md {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-md {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center; }
  .end-md {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-md {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start; }
  .middle-md {
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
  .bottom-md {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end; }
  .around-md {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-md {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .first-md {
    -webkit-order: -1;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .last-md {
    -webkit-order: 1;
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; } }

@media only screen and (min-width: 75em) {
  .flex-container {
    width: 71rem; }
  .flex-col-lg,
  .flex-col-lg-1,
  .flex-col-lg-2,
  .flex-col-lg-3,
  .flex-col-lg-4,
  .flex-col-lg-5,
  .flex-col-lg-6,
  .flex-col-lg-7,
  .flex-col-lg-8,
  .flex-col-lg-9,
  .flex-col-lg-10,
  .flex-col-lg-11,
  .flex-col-lg-12 {
    box-sizing: border-box;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }
  .flex-col-lg {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    max-width: 100%; }
  .flex-col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    -webkit-flex-basis: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .flex-col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    -webkit-flex-basis: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .flex-col-lg-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .flex-col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    -webkit-flex-basis: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .flex-col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    -webkit-flex-basis: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .flex-col-lg-6 {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .flex-col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    -webkit-flex-basis: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .flex-col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    -webkit-flex-basis: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .flex-col-lg-9 {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .flex-col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    -webkit-flex-basis: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .flex-col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    -webkit-flex-basis: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .flex-col-lg-12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .flex-col-lg-offset-0 {
    margin-left: 0; }
  .flex-col-lg-offset-1 {
    margin-left: 8.333%; }
  .flex-col-lg-offset-2 {
    margin-left: 16.667%; }
  .flex-col-lg-offset-3 {
    margin-left: 25%; }
  .flex-col-lg-offset-4 {
    margin-left: 33.333%; }
  .flex-col-lg-offset-5 {
    margin-left: 41.667%; }
  .flex-col-lg-offset-6 {
    margin-left: 50%; }
  .flex-col-lg-offset-7 {
    margin-left: 58.333%; }
  .flex-col-lg-offset-8 {
    margin-left: 66.667%; }
  .flex-col-lg-offset-9 {
    margin-left: 75%; }
  .flex-col-lg-offset-10 {
    margin-left: 83.333%; }
  .flex-col-lg-offset-11 {
    margin-left: 91.667%; }
  .start-lg {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-lg {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center; }
  .end-lg {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-lg {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start; }
  .middle-lg {
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
  .bottom-lg {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end; }
  .around-lg {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-lg {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .first-lg {
    -webkit-order: -1;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .last-lg {
    -webkit-order: 1;
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; } }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background: 0 0; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto; }

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

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

td, th {
  padding: 0; }

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  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; }
  p, .elementor-widget-image-box .elementor-image-box-description, #tribe-events-content .tribe-events-meta-group dl, .main ul li, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; }
  select {
    background: #fff !important; }
  .navbar {
    display: none; }
  .table td, .table th {
    background-color: #fff !important; }
  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
  .table-bordered th, .table-bordered td {
    border: 1px solid #ddd !important; } }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

:before, :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333;
  background-color: #fff; }

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #428bca;
  text-decoration: none; }

a:hover, a:focus {
  color: #2a6496;
  text-decoration: underline; }

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

h1, h2, h3, h4, .elementor-widget-image-box .elementor-image-box-title, #tribe-events-content .tribe-events-single-event-title, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

h1 small, h2 small, h3 small, h4 small, .elementor-widget-image-box .elementor-image-box-title small, #tribe-events-content .tribe-events-single-event-title small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, .elementor-widget-image-box .elementor-image-box-title .small, #tribe-events-content .tribe-events-single-event-title .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #999; }

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }

h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
  font-size: 65%; }

h4, .elementor-widget-image-box .elementor-image-box-title, #tribe-events-content .tribe-events-single-event-title, .h4, h5, .h5, h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }

h4 small, .elementor-widget-image-box .elementor-image-box-title small, #tribe-events-content .tribe-events-single-event-title small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .elementor-widget-image-box .elementor-image-box-title .small, #tribe-events-content .tribe-events-single-event-title .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
  font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .elementor-widget-image-box .elementor-image-box-title, #tribe-events-content .tribe-events-single-event-title, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p, .elementor-widget-image-box .elementor-image-box-description, #tribe-events-content .tribe-events-meta-group dl, .main ul li {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4; }

@media (min-width: 768px) {
  .lead {
    font-size: 21px; } }

small, .small {
  font-size: 85%; }

cite {
  font-style: normal; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

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

.text-justify {
  text-align: justify; }

.text-muted {
  color: #999; }

.text-primary {
  color: #428bca; }

a.text-primary:hover {
  color: #3071a9; }

.text-success {
  color: #3c763d; }

a.text-success:hover {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover {
  color: #843534; }

.bg-primary {
  color: #fff;
  background-color: #428bca; }

a.bg-primary:hover {
  background-color: #3071a9; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee; }

ul, ol {
  margin-top: 0;
  margin-bottom: 10px; }

ul ul, ol ul, ul ol, ol ol {
  margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px; }

.list-inline > li:first-child {
  padding-left: 0; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt, dd {
  line-height: 1.428571429; }

dt {
  font-weight: 700; }

dd {
  margin-left: 0; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title], abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee; }

blockquote p:last-child, blockquote .elementor-widget-image-box .elementor-image-box-description:last-child, .elementor-widget-image-box blockquote .elementor-image-box-description:last-child, blockquote #tribe-events-content .tribe-events-meta-group dl:last-child, #tribe-events-content .tribe-events-meta-group blockquote dl:last-child, blockquote .main ul li:last-child, .main ul blockquote li:last-child, blockquote ul:last-child, blockquote ol:last-child {
  margin-bottom: 0; }

blockquote footer, blockquote small, blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #999; }

blockquote footer:before, blockquote small:before, blockquote .small:before {
  content: '\2014 \00A0'; }

.blockquote-reverse, blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right; }

.blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
  content: ''; }

.blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
  content: '\00A0 \2014'; }

blockquote:before, blockquote:after {
  content: ""; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429; }

code, kbd, pre, samp {
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666666666666%; }

.col-xs-10 {
  width: 83.33333333333334%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666666666666%; }

.col-xs-7 {
  width: 58.333333333333336%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666666666667%; }

.col-xs-4 {
  width: 33.33333333333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.666666666666664%; }

.col-xs-1 {
  width: 8.333333333333332%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666666666666%; }

.col-xs-pull-10 {
  right: 83.33333333333334%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666666666666%; }

.col-xs-pull-7 {
  right: 58.333333333333336%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666666666667%; }

.col-xs-pull-4 {
  right: 33.33333333333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.666666666666664%; }

.col-xs-pull-1 {
  right: 8.333333333333332%; }

.col-xs-pull-0 {
  right: 0; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666666666666%; }

.col-xs-push-10 {
  left: 83.33333333333334%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666666666666%; }

.col-xs-push-7 {
  left: 58.333333333333336%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666666666667%; }

.col-xs-push-4 {
  left: 33.33333333333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.666666666666664%; }

.col-xs-push-1 {
  left: 8.333333333333332%; }

.col-xs-push-0 {
  left: 0; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666666666666%; }

.col-xs-offset-10 {
  margin-left: 83.33333333333334%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666666666666%; }

.col-xs-offset-7 {
  margin-left: 58.333333333333336%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666666666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.666666666666664%; }

.col-xs-offset-1 {
  margin-left: 8.333333333333332%; }

.col-xs-offset-0 {
  margin-left: 0; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666666666666%; }
  .col-sm-10 {
    width: 83.33333333333334%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666666666666%; }
  .col-sm-7 {
    width: 58.333333333333336%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666666666667%; }
  .col-sm-4 {
    width: 33.33333333333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.666666666666664%; }
  .col-sm-1 {
    width: 8.333333333333332%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666666666666%; }
  .col-sm-pull-10 {
    right: 83.33333333333334%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666666666666%; }
  .col-sm-pull-7 {
    right: 58.333333333333336%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666666666667%; }
  .col-sm-pull-4 {
    right: 33.33333333333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.666666666666664%; }
  .col-sm-pull-1 {
    right: 8.333333333333332%; }
  .col-sm-pull-0 {
    right: 0; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666666666666%; }
  .col-sm-push-10 {
    left: 83.33333333333334%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666666666666%; }
  .col-sm-push-7 {
    left: 58.333333333333336%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666666666667%; }
  .col-sm-push-4 {
    left: 33.33333333333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.666666666666664%; }
  .col-sm-push-1 {
    left: 8.333333333333332%; }
  .col-sm-push-0 {
    left: 0; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%; }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%; }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%; }
  .col-sm-offset-0 {
    margin-left: 0; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666666666666%; }
  .col-md-10 {
    width: 83.33333333333334%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666666666666%; }
  .col-md-7 {
    width: 58.333333333333336%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666666666667%; }
  .col-md-4 {
    width: 33.33333333333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.666666666666664%; }
  .col-md-1 {
    width: 8.333333333333332%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666666666666%; }
  .col-md-pull-10 {
    right: 83.33333333333334%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666666666666%; }
  .col-md-pull-7 {
    right: 58.333333333333336%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666666666667%; }
  .col-md-pull-4 {
    right: 33.33333333333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.666666666666664%; }
  .col-md-pull-1 {
    right: 8.333333333333332%; }
  .col-md-pull-0 {
    right: 0; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666666666666%; }
  .col-md-push-10 {
    left: 83.33333333333334%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666666666666%; }
  .col-md-push-7 {
    left: 58.333333333333336%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666666666667%; }
  .col-md-push-4 {
    left: 33.33333333333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.666666666666664%; }
  .col-md-push-1 {
    left: 8.333333333333332%; }
  .col-md-push-0 {
    left: 0; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%; }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%; }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%; }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%; }
  .col-md-offset-0 {
    margin-left: 0; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666666666666%; }
  .col-lg-10 {
    width: 83.33333333333334%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666666666666%; }
  .col-lg-7 {
    width: 58.333333333333336%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666666666667%; }
  .col-lg-4 {
    width: 33.33333333333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.666666666666664%; }
  .col-lg-1 {
    width: 8.333333333333332%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666666666666%; }
  .col-lg-pull-10 {
    right: 83.33333333333334%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666666666666%; }
  .col-lg-pull-7 {
    right: 58.333333333333336%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666666666667%; }
  .col-lg-pull-4 {
    right: 33.33333333333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.666666666666664%; }
  .col-lg-pull-1 {
    right: 8.333333333333332%; }
  .col-lg-pull-0 {
    right: 0; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666666666666%; }
  .col-lg-push-10 {
    left: 83.33333333333334%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666666666666%; }
  .col-lg-push-7 {
    left: 58.333333333333336%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666666666667%; }
  .col-lg-push-4 {
    left: 33.33333333333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.666666666666664%; }
  .col-lg-push-1 {
    left: 8.333333333333332%; }
  .col-lg-push-0 {
    left: 0; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%; }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%; }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%; }
  .col-lg-offset-0 {
    margin-left: 0; } }

table {
  max-width: 100%;
  background-color: transparent; }

th {
  text-align: left; }

.table {
  width: 100%;
  margin-bottom: 20px; }

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd; }

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd; }

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
  border-top: 0; }

.table > tbody + tbody {
  border-top: 2px solid #ddd; }

.table .table {
  background-color: #fff; }

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd; }

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
  border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5; }

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column; }

table td[class*=col-], table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch; }
  .table-responsive > .table {
    margin-bottom: 0; }
  .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap; }
  .table-responsive > .table-bordered {
    border: 0; }
  .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 700; }

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type=radio], input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type=file] {
  display: block; }

input[type=range] {
  display: block;
  width: 100%; }

select[multiple], select[size] {
  height: auto; }

input[type=file]:focus, input[type=radio]:focus, input[type=checkbox]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.form-control:-moz-placeholder {
  color: #999; }

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #999; }

.form-control::-webkit-input-placeholder {
  color: #999; }

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1; }

textarea.form-control {
  height: auto; }

input[type=date] {
  line-height: 34px; }

.form-group {
  margin-bottom: 15px; }

.radio, .checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px; }

.radio label, .checkbox label {
  display: inline;
  font-weight: 400;
  cursor: pointer; }

.radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
  float: left;
  margin-left: -20px; }

.radio + .radio, .checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline, .checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: 400;
  cursor: pointer; }

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type=radio][disabled], input[type=checkbox][disabled], .radio[disabled], .radio-inline[disabled], .checkbox[disabled], .checkbox-inline[disabled], fieldset[disabled] input[type=radio], fieldset[disabled] input[type=checkbox], fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline {
  cursor: not-allowed; }

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, select[multiple].input-sm {
  height: auto; }

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

select.input-lg {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, select[multiple].input-lg {
  height: auto; }

.has-feedback {
  position: relative; }

.has-feedback .form-control {
  padding-right: 42.5px; }

.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center; }

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.form-control-static {
  margin-bottom: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio, .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle; }
  .form-inline .radio input[type=radio], .form-inline .checkbox input[type=checkbox] {
    float: none;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio, .form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }

.form-horizontal .form-control-static {
  padding-top: 7px; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right; } }

.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px; }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.btn:hover, .btn:focus {
  color: #333;
  text-decoration: none; }

.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad; }

.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
  background-image: none; }

.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc; }

.btn-default .badge {
  color: #fff;
  background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd; }

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e; }

.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  background-image: none; }

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd; }

.btn-primary .badge {
  color: #428bca;
  background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439; }

.btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
  background-image: none; }

.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc; }

.btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
  background-image: none; }

.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512; }

.btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
  background-image: none; }

.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925; }

.btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
  background-image: none; }

.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff; }

.btn-link {
  color: #428bca;
  font-weight: 400;
  cursor: pointer;
  border-radius: 0; }

.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent; }

.btn-link:hover, .btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent; }

.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
  color: #999;
  text-decoration: none; }

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type=submit].btn-block, input[type=reset].btn-block, input[type=button].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear; }

.fade.in {
  opacity: 1; }

.collapse {
  display: none; }

.collapse.in {
  display: block; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  transition: height .35s ease; }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(../fonts/glyphicons-halflings-regular.eot);
  src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/glyphicons-halflings-regular.woff) format("woff"), url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\2a"; }

.glyphicon-plus:before {
  content: "\2b"; }

.glyphicon-euro:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }

.dropdown-menu.pull-right {
  right: 0;
  left: auto; }

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #333;
  white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #999; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: ""; }

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }

.btn-group > .btn, .btn-group-vertical > .btn {
  position: relative;
  float: left; }

.btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
  z-index: 2; }

.btn-group > .btn:focus, .btn-group-vertical > .btn:focus {
  outline: 0; }

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }

.btn-toolbar .btn-group, .btn-toolbar .input-group {
  float: left; }

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
  margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%; }

.btn-group-justified > .btn-group .btn {
  width: 100%; }

[data-toggle=buttons] > .btn > input[type=radio], [data-toggle=buttons] > .btn > input[type=checkbox] {
  display: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }

.input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0; }

.input-group .form-control {
  float: left;
  width: 100%;
  margin-bottom: 0; }

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px; }

textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto; }

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px; }

textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto; }

.input-group-addon, .input-group-btn, .input-group .form-control {
  display: table-cell; }

.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0; }

.input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px; }

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px; }

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px; }

.input-group-addon input[type=radio], .input-group-addon input[type=checkbox] {
  margin-top: 0; }

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }

.input-group-btn > .btn {
  position: relative; }

.input-group-btn > .btn + .btn {
  margin-left: -1px; }

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2; }

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
  margin-right: -1px; }

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

.nav > li {
  position: relative;
  display: block; }

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px; }

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eee; }

.nav > li.disabled > a {
  color: #999; }

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed; }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eee;
  border-color: #428bca; }

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.nav > li > a > img {
  max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }

.nav-tabs > li {
  float: left;
  margin-bottom: -1px; }

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0; }

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default; }

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0; }

.nav-tabs.nav-justified > li {
  float: none; }

.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px; }

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%; }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0; } }

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0; }
  .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff; } }

.nav-pills > li {
  float: left; }

.nav-pills > li > a {
  border-radius: 4px; }

.nav-pills > li + li {
  margin-left: 2px; }

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca; }

.nav-stacked > li {
  float: none; }

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0; }

.nav-justified {
  width: 100%; }

.nav-justified > li {
  float: none; }

.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px; }

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%; }
  .nav-justified > li > a {
    margin-bottom: 0; } }

.nav-tabs-justified {
  border-bottom: 0; }

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd; }

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0; }
  .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px; } }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }

.navbar-collapse.in {
  overflow-y: auto; }

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none; }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important; }
  .navbar-collapse.in {
    overflow-y: visible; }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0; } }

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }

@media (min-width: 768px) {
  .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0; } }

.navbar-fixed-top, .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }

@media (min-width: 768px) {
  .navbar-fixed-top, .navbar-fixed-bottom {
    border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 15px;
  font-size: 18px;
  line-height: 20px;
  height: 20px; }

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none; }

@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

.navbar-toggle:focus {
  outline: 0; }

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px; }

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px; }

@media (min-width: 768px) {
  .navbar-toggle {
    display: none; } }

.navbar-nav {
  margin: 7.5px -15px; }

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px; }

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none; }
  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px; }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px; }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none; } }

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0; }
  .navbar-nav > li {
    float: left; }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px; }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .radio, .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle; }
  .navbar-form .radio input[type=radio], .navbar-form .checkbox input[type=checkbox] {
    float: none;
    margin-left: 0; }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0; } }

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px; } }

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px; }

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px; }
  .navbar-text.navbar-right:last-child {
    margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }

.navbar-default .navbar-brand {
  color: #777; }

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent; }

.navbar-default .navbar-text {
  color: #777; }

.navbar-default .navbar-nav > li > a {
  color: #777; }

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent; }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7; }

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent; }

.navbar-default .navbar-toggle {
  border-color: #ddd; }

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888; }

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #e7e7e7; }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555; }

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777; }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent; }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; } }

.navbar-default .navbar-link {
  color: #777; }

.navbar-default .navbar-link:hover {
  color: #333; }

.navbar-inverse {
  background-color: #222;
  border-color: #080808; }

.navbar-inverse .navbar-brand {
  color: #999; }

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent; }

.navbar-inverse .navbar-text {
  color: #999; }

.navbar-inverse .navbar-nav > li > a {
  color: #999; }

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent; }

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808; }

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent; }

.navbar-inverse .navbar-toggle {
  border-color: #333; }

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333; }

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff; }

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #101010; }

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff; }

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent; } }

.navbar-inverse .navbar-link {
  color: #999; }

.navbar-inverse .navbar-link:hover {
  color: #fff; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }

.breadcrumb > li {
  display: inline-block; }

.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc; }

.breadcrumb > .active {
  color: #999; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }

.pagination > li {
  display: inline; }

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #428bca;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px; }

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px; }

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px; }

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd; }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default; }

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color: #999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed; }

.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px; }

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px; }

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }

.pager li {
  display: inline; }

.pager li > a, .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px; }

.pager li > a:hover, .pager li > a:focus {
  text-decoration: none;
  background-color: #eee; }

.pager .next > a, .pager .next > span {
  float: right; }

.pager .previous > a, .pager .previous > span {
  float: left; }

.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
  color: #999;
  background-color: #fff;
  cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }

.label[href]:hover, .label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label:empty {
  display: none; }

.btn .label {
  position: relative;
  top: -1px; }

.label-default {
  background-color: #999; }

.label-default[href]:hover, .label-default[href]:focus {
  background-color: gray; }

.label-primary {
  background-color: #428bca; }

.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #3071a9; }

.label-success {
  background-color: #5cb85c; }

.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }

.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }

.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }

.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999;
  border-radius: 10px; }

.badge:empty {
  display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.btn-xs .badge {
  top: 0;
  padding: 1px 5px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

a.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #fff; }

.nav-pills > li > a > .badge {
  margin-left: 3px; }

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee; }

.jumbotron h1, .jumbotron .h1 {
  color: inherit; }

.jumbotron p, .jumbotron .elementor-widget-image-box .elementor-image-box-description, .elementor-widget-image-box .jumbotron .elementor-image-box-description, .jumbotron #tribe-events-content .tribe-events-meta-group dl, #tribe-events-content .tribe-events-meta-group .jumbotron dl, .jumbotron .main ul li, .main ul .jumbotron li {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200; }

.container .jumbotron {
  border-radius: 6px; }

.jumbotron .container {
  max-width: 100%; }

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px; }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px; }
  .jumbotron h1, .jumbotron .h1 {
    font-size: 63px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.thumbnail > img, .thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto; }

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
  border-color: #428bca; }

.thumbnail .caption {
  padding: 9px;
  color: #333; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }

.alert h4, .alert .elementor-widget-image-box .elementor-image-box-title, .elementor-widget-image-box .alert .elementor-image-box-title, .alert #tribe-events-content .tribe-events-single-event-title, #tribe-events-content .alert .tribe-events-single-event-title {
  margin-top: 0;
  color: inherit; }

.alert .alert-link {
  font-weight: 700; }

.alert > p, .elementor-widget-image-box .alert > .elementor-image-box-description, #tribe-events-content .tribe-events-meta-group .alert > dl, .main ul .alert > li, .alert > ul {
  margin-bottom: 0; }

.alert > p + p, .elementor-widget-image-box .alert > .elementor-image-box-description + p, .elementor-widget-image-box .alert > p + .elementor-image-box-description, .elementor-widget-image-box .alert > .elementor-image-box-description + .elementor-image-box-description, #tribe-events-content .tribe-events-meta-group .alert > dl + p, #tribe-events-content .tribe-events-meta-group .elementor-widget-image-box .alert > dl + .elementor-image-box-description, .elementor-widget-image-box #tribe-events-content .tribe-events-meta-group .alert > dl + .elementor-image-box-description, #tribe-events-content .tribe-events-meta-group .alert > p + dl, #tribe-events-content .tribe-events-meta-group .elementor-widget-image-box .alert > .elementor-image-box-description + dl, .elementor-widget-image-box #tribe-events-content .tribe-events-meta-group .alert > .elementor-image-box-description + dl, #tribe-events-content .tribe-events-meta-group .alert > dl + dl, .main ul .alert > li + p, .main ul .elementor-widget-image-box .alert > li + .elementor-image-box-description, .elementor-widget-image-box .main ul .alert > li + .elementor-image-box-description, .main ul #tribe-events-content .tribe-events-meta-group .alert > li + dl, #tribe-events-content .tribe-events-meta-group .main ul .alert > li + dl, .main ul .alert > p + li, .main ul .elementor-widget-image-box .alert > .elementor-image-box-description + li, .elementor-widget-image-box .main ul .alert > .elementor-image-box-description + li, .main ul #tribe-events-content .tribe-events-meta-group .alert > dl + li, #tribe-events-content .tribe-events-meta-group .main ul .alert > dl + li, .main ul .alert > li + li {
  margin-top: 5px; }

.alert-dismissable {
  padding-right: 35px; }

.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }

.alert-success hr {
  border-top-color: #c9e2b3; }

.alert-success .alert-link {
  color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }

.alert-info hr {
  border-top-color: #a6e1ec; }

.alert-info .alert-link {
  color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }

.alert-warning hr {
  border-top-color: #f7e1b5; }

.alert-warning .alert-link {
  color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }

.alert-danger hr {
  border-top-color: #e4b9c0; }

.alert-danger .alert-link {
  color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  transition: width .6s ease; }

.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media, .media-body {
  overflow: hidden;
  zoom: 1; }

.media, .media .media {
  margin-top: 15px; }

.media:first-child {
  margin-top: 0; }

.media-object {
  display: block; }

.media-heading {
  margin: 0 0 5px; }

.media > .pull-left {
  margin-right: 10px; }

.media > .pull-right {
  margin-left: 10px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px; }

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.list-group-item > .badge {
  float: right; }

.list-group-item > .badge + .badge {
  margin-right: 5px; }

a.list-group-item {
  color: #555; }

a.list-group-item .list-group-item-heading {
  color: #333; }

a.list-group-item:hover, a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5; }

a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca; }

a.list-group-item.active .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading {
  color: inherit; }

a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success {
  color: #3c763d; }

a.list-group-item-success .list-group-item-heading {
  color: inherit; }

a.list-group-item-success:hover, a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6; }

a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info {
  color: #31708f; }

a.list-group-item-info .list-group-item-heading {
  color: inherit; }

a.list-group-item-info:hover, a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3; }

a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning {
  color: #8a6d3b; }

a.list-group-item-warning .list-group-item-heading {
  color: inherit; }

a.list-group-item-warning:hover, a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc; }

a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger {
  color: #a94442; }

a.list-group-item-danger .list-group-item-heading {
  color: inherit; }

a.list-group-item-danger:hover, a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc; }

a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }

.panel > .list-group {
  margin-bottom: 0; }

.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0; }

.panel > .list-group .list-group-item:first-child {
  border-top: 0; }

.panel > .list-group .list-group-item:last-child {
  border-bottom: 0; }

.panel > .list-group:first-child .list-group-item:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.panel > .table, .panel > .table-responsive > .table {
  margin-bottom: 0; }

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px; }

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px; }

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px; }

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px; }

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
  border: 0; }

.panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0; }

.panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0; }

.panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > tfoot > tr:first-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:first-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tfoot > tr:first-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:first-child > td {
  border-top: 0; }

.panel > .table-bordered > thead > tr:last-child > th, .panel > .table-responsive > .table-bordered > thead > tr:last-child > th, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .panel > .table-bordered > thead > tr:last-child > td, .panel > .table-responsive > .table-bordered > thead > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }

.panel-title > a {
  color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel-group {
  margin-bottom: 20px; }

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden; }

.panel-group .panel + .panel {
  margin-top: 5px; }

.panel-group .panel-heading {
  border-bottom: 0; }

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd; }

.panel-group .panel-footer {
  border-top: 0; }

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd; }

.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd; }

.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd; }

.panel-primary {
  border-color: #428bca; }

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca; }

.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca; }

.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca; }

.panel-success {
  border-color: #d6e9c6; }

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6; }

.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1; }

.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc; }

.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1; }

.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20); }

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
  filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform .3s ease-out;
  -moz-transition: -moz-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out; }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0); }

.modal-backdrop.in {
  opacity: .5;
  filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.428571429; }

.modal-body {
  position: relative;
  padding: 20px; }

.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0; }

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; }
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0); }

.tooltip.in {
  opacity: .9;
  filter: alpha(opacity=90); }

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0; }

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px; }

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0; }

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal; }

.popover.top {
  margin-top: -10px; }

.popover.right {
  margin-left: 10px; }

.popover.bottom {
  margin-top: 10px; }

.popover.left {
  margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover .arrow, .popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover .arrow {
  border-width: 11px; }

.popover .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }

.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff; }

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25); }

.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff; }

.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }

.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff; }

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25); }

.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left; }

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1; }

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block; }

.carousel-inner > .active {
  left: 0; }

.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%; }

.carousel-inner > .next {
  left: 100%; }

.carousel-inner > .prev {
  left: -100%; }

.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0; }

.carousel-inner > .active.left {
  left: -100%; }

.carousel-inner > .active.right {
  left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: .5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }

.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: .9;
  filter: alpha(opacity=90); }

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block; }

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
  left: 50%; }

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
  right: 50%; }

.carousel-control .icon-prev, .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif; }

.carousel-control .icon-prev:before {
  content: '\2039'; }

.carousel-control .icon-next:before {
  content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0); }

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.carousel-caption .btn {
  text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicons-chevron-left, .carousel-control .glyphicons-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
  content: " ";
  display: table; }

.clearfix:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs, tr.visible-xs, th.visible-xs, td.visible-xs {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs, td.visible-xs {
    display: table-cell !important; } }

.visible-sm, tr.visible-sm, th.visible-sm, td.visible-sm {
  display: none !important; }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm, td.visible-sm {
    display: table-cell !important; } }

.visible-md, tr.visible-md, th.visible-md, td.visible-md {
  display: none !important; }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md, td.visible-md {
    display: table-cell !important; } }

.visible-lg, tr.visible-lg, th.visible-lg, td.visible-lg {
  display: none !important; }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg, td.visible-lg {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .hidden-xs, tr.hidden-xs, th.hidden-xs, td.hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm, tr.hidden-sm, th.hidden-sm, td.hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md, tr.hidden-md, th.hidden-md, td.hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg, tr.hidden-lg, th.hidden-lg, td.hidden-lg {
    display: none !important; } }

.visible-print, tr.visible-print, th.visible-print, td.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print, td.visible-print {
    display: table-cell !important; } }

@media print {
  .hidden-print, tr.hidden-print, th.hidden-print, td.hidden-print {
    display: none !important; } }

/* _colors.scss */
/* _reset.scss */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body.locked {
  overflow: hidden; }

#page {
  overflow: hidden; }

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

img {
  max-width: 100%; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

code {
  white-space: initial !important; }

/* Change color & bg color of selected live text */
*::selection {
  background-color: #0C3D72;
  color: #ffffff; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

/* if using a sticky nav, use this to add space above anchor links to go below navbar */
*:target:before {
  display: block;
  content: "";
  height: 90px;
  margin: -90px 0 0; }

*:target:before:focus {
  outline: none !important; }

*:target:focus {
  outline: none; }

hr {
  width: 100%; }

a, a:visited, a:hover, a:focus, input, input:hover {
  -webkit-transition: all .33s ease;
  -moz-transition: all .33s ease;
  -o-transition: all .33s ease;
  transition: all .33s ease;
  text-decoration: none; }

/* _typography.scss */
h1 {
  font: bold 4.8rem/1.1 "Trebuchet MS", sans-serif; }

h2 {
  font: bold 4rem/1.1 "Trebuchet MS", sans-serif; }

h3 {
  font: bold 3.2rem/1.2 "Trebuchet MS", sans-serif; }

h4, .elementor-widget-image-box .elementor-image-box-title, #tribe-events-content .tribe-events-single-event-title {
  font: bold 2.8rem/1.2 "Trebuchet MS", sans-serif; }

h5 {
  font: bold 2.4rem/1.4 "Trebuchet MS", sans-serif; }

h6 {
  color: #0C3D72;
  font: bold 2rem/1.4 "Trebuchet MS", sans-serif;
  text-transform: uppercase; }

p, .elementor-widget-image-box .elementor-image-box-description, #tribe-events-content .tribe-events-meta-group dl, .main ul li {
  color: #404040;
  font: 1.6rem/1.8 "Open Sans", sans-serif; }
  p + p, .elementor-widget-image-box .elementor-image-box-description + p, .elementor-widget-image-box p + .elementor-image-box-description, .elementor-widget-image-box .elementor-image-box-description + .elementor-image-box-description, #tribe-events-content .tribe-events-meta-group dl + p, #tribe-events-content .tribe-events-meta-group .elementor-widget-image-box dl + .elementor-image-box-description, .elementor-widget-image-box #tribe-events-content .tribe-events-meta-group dl + .elementor-image-box-description, #tribe-events-content .tribe-events-meta-group p + dl, #tribe-events-content .tribe-events-meta-group .elementor-widget-image-box .elementor-image-box-description + dl, .elementor-widget-image-box #tribe-events-content .tribe-events-meta-group .elementor-image-box-description + dl, #tribe-events-content .tribe-events-meta-group dl + dl, .main ul li + p, .main ul .elementor-widget-image-box li + .elementor-image-box-description, .elementor-widget-image-box .main ul li + .elementor-image-box-description, .main ul #tribe-events-content .tribe-events-meta-group li + dl, #tribe-events-content .tribe-events-meta-group .main ul li + dl, .main ul p + li, .main ul .elementor-widget-image-box .elementor-image-box-description + li, .elementor-widget-image-box .main ul .elementor-image-box-description + li, .main ul #tribe-events-content .tribe-events-meta-group dl + li, #tribe-events-content .tribe-events-meta-group .main ul dl + li, .main ul li + li {
    margin-top: 16px; }

a {
  color: #0C3D72; }

.line {
  position: relative;
  margin-bottom: 16px;
  padding-bottom: 16px; }
  .line::after {
    background: #0da58f;
    content: '';
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px; }

blockquote {
  border-left: 2px solid #0C3D72;
  font-style: italic;
  margin-top: 16px;
  padding: 0 24px; }
  blockquote p, blockquote .elementor-widget-image-box .elementor-image-box-description, .elementor-widget-image-box blockquote .elementor-image-box-description, blockquote #tribe-events-content .tribe-events-meta-group dl, #tribe-events-content .tribe-events-meta-group blockquote dl, blockquote .main ul li, .main ul blockquote li {
    font-style: italic; }

.main ul li {
  color: #171717; }

@media (min-width: 1024px) {
  h1 {
    font-size: 7.2rem; }
  h2 {
    font-size: 4.8rem; }
  h3 {
    font-size: 4rem; }
  h4, .elementor-widget-image-box .elementor-image-box-title, #tribe-events-content .tribe-events-single-event-title {
    font-size: 3.2rem; }
  h5 {
    font-size: 2.8rem; }
  h6 {
    font-size: 2.4rem; }
  p, .elementor-widget-image-box .elementor-image-box-description, #tribe-events-content .tribe-events-meta-group dl, .main ul li {
    font-size: 1.8rem; } }

/* _buttons.scss */
.button-primary, input.gform_button[type="submit"],
.elementor-button,
.hero-content a {
  background: none;
  border: none;
  border-radius: 40px !important;
  cursor: pointer;
  display: inline-block;
  font: bold 1.8rem "Trebuchet MS", sans-serif !important;
  margin: 16px 0 0;
  overflow: hidden;
  padding: 8px 24px !important;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  transition: color 0.2s ease, border-color 0.2s ease, padding 0.2s ease;
  z-index: 1;
  border: 2px solid #0da58f;
  color: #ffffff; }
  .button-primary::before, input.gform_button[type="submit"]::before, .button-primary::after, input.gform_button[type="submit"]::after,
  .elementor-button::before,
  .elementor-button::after,
  .hero-content a::before,
  .hero-content a::after {
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    transition: transform 0.2s ease;
    width: 100%; }
  .button-primary::before, input.gform_button[type="submit"]::before,
  .elementor-button::before,
  .hero-content a::before {
    left: 0;
    z-index: -2; }
  .button-primary::after, input.gform_button[type="submit"]::after,
  .elementor-button::after,
  .hero-content a::after {
    left: -100%;
    z-index: -1; }
  .button-primary:hover, input.gform_button[type="submit"]:hover,
  .elementor-button:hover,
  .hero-content a:hover {
    padding: 8px 28px !important; }
    .button-primary:hover::after, input.gform_button[type="submit"]:hover::after,
    .elementor-button:hover::after,
    .hero-content a:hover::after {
      transform: translate(100%, 0); }
  .button-primary::before, input.gform_button[type="submit"]::before,
  .elementor-button::before,
  .hero-content a::before {
    background: #0da58f; }
  .button-primary::after, input.gform_button[type="submit"]::after,
  .elementor-button::after,
  .hero-content a::after {
    background: #038c7a; }
  .button-primary:hover, input.gform_button[type="submit"]:hover, .button-primary:focus, input.gform_button[type="submit"]:focus, .button-primary:active, input.gform_button[type="submit"]:active,
  .elementor-button:hover,
  .elementor-button:focus,
  .elementor-button:active,
  .hero-content a:hover,
  .hero-content a:focus,
  .hero-content a:active {
    border-color: #038c7a;
    color: #ffffff; }

.button-secondary, .tribe-events-loop .type-tribe_events .tribe-events-list-event-description .tribe-events-read-more, #tribe-events-bar #tribe-bar-form .tribe-bar-submit input[type="submit"] {
  background: none;
  border: none;
  border-radius: 40px !important;
  cursor: pointer;
  display: inline-block;
  font: bold 1.8rem "Trebuchet MS", sans-serif !important;
  margin: 16px 0 0;
  overflow: hidden;
  padding: 8px 24px !important;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  transition: color 0.2s ease, border-color 0.2s ease, padding 0.2s ease;
  z-index: 1;
  border: 2px solid #0C3D72;
  color: #0C3D72; }
  .button-secondary::before, .tribe-events-loop .type-tribe_events .tribe-events-list-event-description .tribe-events-read-more::before, #tribe-events-bar #tribe-bar-form .tribe-bar-submit input[type="submit"]::before, .button-secondary::after, .tribe-events-loop .type-tribe_events .tribe-events-list-event-description .tribe-events-read-more::after, #tribe-events-bar #tribe-bar-form .tribe-bar-submit input[type="submit"]::after {
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    transition: transform 0.2s ease;
    width: 100%; }
  .button-secondary::before, .tribe-events-loop .type-tribe_events .tribe-events-list-event-description .tribe-events-read-more::before, #tribe-events-bar #tribe-bar-form .tribe-bar-submit input[type="submit"]::before {
    left: 0;
    z-index: -2; }
  .button-secondary::after, .tribe-events-loop .type-tribe_events .tribe-events-list-event-description .tribe-events-read-more::after, #tribe-events-bar #tribe-bar-form .tribe-bar-submit input[type="submit"]::after {
    left: -100%;
    z-index: -1; }
  .button-secondary:hover, .tribe-events-loop .type-tribe_events .tribe-events-list-event-description .tribe-events-read-more:hover, #tribe-events-bar #tribe-bar-form .tribe-bar-submit input[type="submit"]:hover {
    padding: 8px 28px !important; }
    .button-secondary:hover::after, .tribe-events-loop .type-tribe_events .tribe-events-list-event-description .tribe-events-read-more:hover::after, #tribe-events-bar #tribe-bar-form .tribe-bar-submit input[type="submit"]:hover::after {
      transform: translate(100%, 0); }
  .button-secondary::before, .tribe-events-loop .type-tribe_events .tribe-events-list-event-description .tribe-events-read-more::before, #tribe-events-bar #tribe-bar-form .tribe-bar-submit input[type="submit"]::before {
    background: transparent; }
  .button-secondary::after, .tribe-events-loop .type-tribe_events .tribe-events-list-event-description .tribe-events-read-more::after, #tribe-events-bar #tribe-bar-form .tribe-bar-submit input[type="submit"]::after {
    background: #0C3D72; }
  .button-secondary:hover, .tribe-events-loop .type-tribe_events .tribe-events-list-event-description .tribe-events-read-more:hover, #tribe-events-bar #tribe-bar-form .tribe-bar-submit input[type="submit"]:hover, .button-secondary:focus, .tribe-events-loop .type-tribe_events .tribe-events-list-event-description .tribe-events-read-more:focus, #tribe-events-bar #tribe-bar-form .tribe-bar-submit input[type="submit"]:focus, .button-secondary:active, .tribe-events-loop .type-tribe_events .tribe-events-list-event-description .tribe-events-read-more:active, #tribe-events-bar #tribe-bar-form .tribe-bar-submit input[type="submit"]:active {
    border-color: #0C3D72;
    color: #ffffff; }

.button-white {
  background: none;
  border: none;
  border-radius: 40px !important;
  cursor: pointer;
  display: inline-block;
  font: bold 1.8rem "Trebuchet MS", sans-serif !important;
  margin: 16px 0 0;
  overflow: hidden;
  padding: 8px 24px !important;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  transition: color 0.2s ease, border-color 0.2s ease, padding 0.2s ease;
  z-index: 1;
  border: 2px solid #ffffff;
  color: #ffffff; }
  .button-white::before, .button-white::after {
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    transition: transform 0.2s ease;
    width: 100%; }
  .button-white::before {
    left: 0;
    z-index: -2; }
  .button-white::after {
    left: -100%;
    z-index: -1; }
  .button-white:hover {
    padding: 8px 28px !important; }
    .button-white:hover::after {
      transform: translate(100%, 0); }
  .button-white::before {
    background: transparent; }
  .button-white::after {
    background: #ffffff; }
  .button-white:hover, .button-white:focus, .button-white:active {
    border-color: #ffffff;
    color: #0C3D72; }

.disabled {
  opacity: 0.25;
  pointer-events: none;
  user-select: none; }

[class*='button'] + [class*='button'] {
  margin-right: 8px;
  margin-left: 8px; }

.link {
  color: #0C3D72;
  cursor: pointer;
  display: inline-block;
  font: bold 1.8rem "Trebuchet MS", sans-serif;
  margin: 16px 0 0;
  position: relative;
  transition: color 0.25s ease;
  vertical-align: top;
  z-index: 1; }
  .link::after {
    content: '\f054';
    display: inline-block;
    font: normal 1.2rem 'Font Awesome 5 Free';
    font-weight: 900;
    margin-left: 8px;
    transition: transform 0.2s 0.05s ease; }
  .link:hover {
    color: #171717; }
    .link:hover::after {
      transform: translate(8px, 0); }

/* _header.scss */
header.main {
  background: #01254B linear-gradient(90deg, #0C3D72, #01254B);
  padding: 15px 0; }
  header.main .flex {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative; }
  header.main .logo-wrap .logo-link img {
    height: 64px; }
  @media (min-width: 992px) {
    header.main {
      box-shadow: 0 4px 16px rgba(23, 23, 23, 0.25);
      position: fixed;
      top: 0;
      left: 0;
      transition: background 0.25s ease;
      width: 100vw;
      z-index: 100; } }
/* _utility.scss */
nav.utility {
  display: none; }
  @media (min-width: 992px) {
    nav.utility {
      display: block;
      position: absolute;
      top: -2px;
      right: 20px;
      text-align: right;
      width: 50%;
      z-index: 100; }
      nav.utility #menu-utility {
        list-style: none;
        margin: 0;
        padding: 0; }
        nav.utility #menu-utility #menu-item-13437 a::after {
          content: '\f145'; }
        nav.utility #menu-utility #menu-item-14827 a::after {
          content: '\f004'; }
        nav.utility #menu-utility #menu-item-13560 a::after {
          content: '\f002'; }
        nav.utility #menu-utility li {
          display: inline-block;
          margin: 0 0 0 16px;
          position: relative; }
          nav.utility #menu-utility li a {
            color: #5DABFF;
            font: normal 1.6rem "Open Sans", sans-serif; }
            nav.utility #menu-utility li a::after {
              font-family: "Font Awesome 5 Free";
              font-weight: 900;
              margin-left: 4px; }
            nav.utility #menu-utility li a:hover {
              color: #ffffff; } }
/* _flex-nav.scss */
nav.flex-nav {
  display: none;
  margin-top: 32px;
  margin-left: 16px; }
  nav.flex-nav .mainnav .menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center; }
    nav.flex-nav .mainnav .menu > li {
      margin: 0 8px;
      position: relative; }
      nav.flex-nav .mainnav .menu > li::before {
        background: white;
        content: '';
        height: 2px;
        pointer-events: none;
        position: absolute;
        bottom: -8px;
        left: 50%;
        transform: translate(-50%, 0);
        transition: width 0.25s ease;
        width: 0; }
      nav.flex-nav .mainnav .menu > li:hover::before {
        width: 24px; }
      nav.flex-nav .mainnav .menu > li:hover .sub-menu {
        display: block; }
      nav.flex-nav .mainnav .menu > li.menu-item-has-children::after {
        color: #ffffff;
        content: '\f078';
        display: inline-block;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 1rem;
        transform: translate(0, -2px); }
      nav.flex-nav .mainnav .menu > li > a {
        color: white;
        font: bold 1.8rem "Trebuchet MS", sans-serif;
        padding: 20px 0;
        transition: color 0.25s ease; }
        nav.flex-nav .mainnav .menu > li > a:hover {
          color: #5DABFF !important; }
      nav.flex-nav .mainnav .menu > li .sub-menu {
        background: #01254B;
        display: none;
        padding: 0;
        position: absolute;
        top: 47px;
        left: 50%;
        transform: translate(-50%, 0); }
        nav.flex-nav .mainnav .menu > li .sub-menu > li {
          display: block;
          margin: 0;
          transition: background 0.25s ease;
          white-space: nowrap; }
          nav.flex-nav .mainnav .menu > li .sub-menu > li::before, nav.flex-nav .mainnav .menu > li .sub-menu > li::after {
            content: none; }
          nav.flex-nav .mainnav .menu > li .sub-menu > li:hover {
            background: #0C3D72; }
          nav.flex-nav .mainnav .menu > li .sub-menu > li > a {
            color: #ffffff;
            display: block;
            font: normal 1.6rem "Open Sans", sans-serif;
            padding: 6px 16px; }
  @media (min-width: 992px) {
    nav.flex-nav {
      display: block; } }
/* _sidecar.scss */
/* ====================== Side Drawer Styling ====================== */
#siteWrapper {
  position: relative;
  background-color: #fff;
  min-height: 100vh; }

.body-overlay {
  display: block;
  cursor: col-resize;
  background: #171717;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  visibility: hidden;
  transition: opacity .55s ease;
  transition-delay: .44s !important; }
  .body-overlay.active {
    opacity: 0.6;
    visibility: visible;
    height: 100%;
    width: 100%;
    z-index: 99;
    transition: opacity .55s ease;
    transition-delay: .2s !important; }

#siteWrapper {
  position: relative;
  background-color: #fff; }

#sidecar {
  background: #01254B;
  color: white;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  right: -300px;
  text-align: left;
  transition: right .44s ease;
  width: 300px;
  z-index: 99999 !important; }
  #sidecar ul#mainnav {
    right: 0px; }

/* Open & Close Button Placement and Speed */
#menu-toggle {
  background: none;
  border: none;
  color: #ffffff;
  font: bold 2.4rem "Open Sans", sans-serif;
  margin: 0;
  padding: 0; }
  #menu-toggle:hover {
    color: #5DABFF; }
  #menu-toggle i {
    font-size: inherit;
    margin-left: 8px; }
  @media (min-width: 992px) {
    #menu-toggle {
      display: none; } }
#close-drawer {
  align-items: center;
  background: none;
  border: none;
  color: white;
  display: flex;
  font: bold 1.6rem "Open Sans", sans-serif;
  letter-spacing: 1px;
  padding: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  text-transform: uppercase; }
  #close-drawer i {
    font-size: 1.8rem;
    margin-left: 4px; }

/* Drawer Placement & Speed */
.slide-right, .push-right, .over-right {
  right: 0;
  left: inherit; }

.slide-right {
  transition: transform 0.44s ease-in-out, left 0.44s ease-in-out, right 0.44s ease-in-out; }

/* Slide Right */
#sidecar.slide-right {
  opacity: 1;
  transition: right .44s ease; }
  #sidecar.slide-right.active {
    opacity: 1;
    right: 0px;
    transition: all .44s ease;
    box-shadow: 0px -5px 20px rgba(0, 0, 0, 0.3); }
    #sidecar.slide-right.active button.close-drawer.pull-right {
      right: 5px;
      transition: right .44s ease;
      transition-delay: .6s !important; }
    #sidecar.slide-right.active #mainnav #menu-main-menu-new li a {
      margin-left: 0px;
      opacity: 1; }

/* ====================== Side Drawer Styling END ====================== */
/* Expand Collapse Styling */
nav#sidecar #mainnav #menu-main-menu-new {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 40px 0 0 0;
  background: transparent;
  -webkit-padding-start: 0px; }
  nav#sidecar #mainnav #menu-main-menu-new > li {
    background: transparent;
    border-bottom: 1px solid #01254B;
    display: inline-block;
    float: none;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: left;
    width: 100%; }
    nav#sidecar #mainnav #menu-main-menu-new > li:nth-child(1) > a {
      transition-delay: 0.05s !important; }
    nav#sidecar #mainnav #menu-main-menu-new > li:nth-child(2) > a {
      transition-delay: 0.1s !important; }
    nav#sidecar #mainnav #menu-main-menu-new > li:nth-child(3) > a {
      transition-delay: 0.15s !important; }
    nav#sidecar #mainnav #menu-main-menu-new > li:nth-child(4) > a {
      transition-delay: 0.2s !important; }
    nav#sidecar #mainnav #menu-main-menu-new > li:nth-child(5) > a {
      transition-delay: 0.25s !important; }
    nav#sidecar #mainnav #menu-main-menu-new > li:nth-child(6) > a {
      transition-delay: 0.3s !important; }
    nav#sidecar #mainnav #menu-main-menu-new > li:nth-child(7) > a {
      transition-delay: 0.35s !important; }
    nav#sidecar #mainnav #menu-main-menu-new > li:nth-child(8) > a {
      transition-delay: 0.4s !important; }
    nav#sidecar #mainnav #menu-main-menu-new > li:nth-child(9) > a {
      transition-delay: 0.45s !important; }
    nav#sidecar #mainnav #menu-main-menu-new > li:last-of-type {
      border: none; }
    nav#sidecar #mainnav #menu-main-menu-new > li:hover ul {
      display: block; }
    nav#sidecar #mainnav #menu-main-menu-new > li ul {
      padding: 0 0 0 0px;
      margin: 0;
      display: block;
      position: relative;
      max-height: 0px;
      overflow: hidden;
      float: none;
      transition: max-height 0.25s ease-in;
      background: rgba(0, 0, 0, 0.2); }
      nav#sidecar #mainnav #menu-main-menu-new > li ul li {
        border: none; }
        nav#sidecar #mainnav #menu-main-menu-new > li ul li a {
          border: none;
          font: normal 1.6rem "Open Sans", sans-serif;
          padding: 8px 0px 8px 24px; }
      nav#sidecar #mainnav #menu-main-menu-new > li ul.active {
        display: block;
        max-height: 500px;
        float: none;
        transition: max-height 0.44s ease-in; }
    nav#sidecar #mainnav #menu-main-menu-new > li a {
      color: #ffffff;
      display: inline-block;
      font: bold 2rem "Trebuchet MS", sans-serif;
      height: auto;
      letter-spacing: 0.5px;
      margin-left: 50px;
      opacity: 0;
      padding: 8px 24px;
      position: relative;
      transition: all .44s ease;
      width: 100%; }
      nav#sidecar #mainnav #menu-main-menu-new > li a:hover {
        background: #01254B;
        color: #0C3D72; }
      nav#sidecar #mainnav #menu-main-menu-new > li a.expand {
        display: block;
        height: 38px;
        width: 38px;
        position: absolute;
        top: 0;
        right: 4px;
        background: url("images/ui/arrow-light.svg");
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: 50%;
        padding: 16px;
        cursor: pointer;
        border: none; }
        nav#sidecar #mainnav #menu-main-menu-new > li a.expand.active {
          transform: rotate(180deg);
          border: none; }

/* _search.scss */
#search-toggle {
  background: none;
  border: none;
  color: white;
  font: bold 1.8rem "Open Sans", sans-serif;
  margin: 0 12px 0 auto;
  padding: 0;
  text-transform: uppercase;
  transition: color 0.25s ease; }
  #search-toggle i {
    font-size: 2.6rem; }

#search-modal {
  background: #01254B;
  padding: 24px 40px;
  position: fixed;
  bottom: 100%;
  left: 0;
  text-align: center;
  transition: transform 0.5s ease;
  width: 100vw;
  z-index: 200; }
  #search-modal.active {
    transform: translate(0, 100%); }
  #search-modal #search-close {
    color: #ffffff;
    cursor: pointer;
    display: flex;
    font: bold 1.4rem "Open Sans", sans-serif;
    justify-content: center;
    letter-spacing: 1px;
    margin: 0 0 16px;
    text-transform: uppercase; }
    #search-modal #search-close:hover {
      color: #5DABFF; }
    #search-modal #search-close i {
      display: inline-block;
      font-size: 2rem;
      margin: -2px 0 0 8px;
      transform: translate(0, 2px); }
  #search-modal .search-form {
    align-items: flex-start;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: 480px;
    position: relative;
    text-align: left; }
    #search-modal .search-form .screen-reader-text {
      display: none; }
    #search-modal .search-form .search-field {
      background: white;
      border: none;
      border-radius: 40px;
      color: #171717;
      flex-grow: 1;
      font: normal 1.6rem "Open Sans", sans-serif;
      outline: none;
      padding: 10px 16px; }
    #search-modal .search-form .search-submit {
      background: #0C3D72;
      border: none;
      border-radius: 40px;
      color: white;
      font: bold 1.6rem "Open Sans", sans-serif;
      letter-spacing: 0 !important;
      margin: 0 0 0 16px !important;
      padding: 10px 16px; }
      #search-modal .search-form .search-submit:hover {
        background: #5DABFF; }
  #search-modal p, #search-modal .elementor-widget-image-box .elementor-image-box-description, .elementor-widget-image-box #search-modal .elementor-image-box-description, #search-modal #tribe-events-content .tribe-events-meta-group dl, #tribe-events-content .tribe-events-meta-group #search-modal dl, #search-modal .main ul li, .main ul #search-modal li {
    color: #f1f1f1;
    font-size: 1.6rem;
    margin: 16px 0 0; }
  @media (min-width: 768px) {
    #search-modal {
      padding: 24px 64px; }
      #search-modal #search-close {
        margin-top: 0;
        position: absolute;
        top: 24px;
        right: 24px; }
      #search-modal .search-form .search-field {
        width: 320px; } }
/* _breadcrumbs.scss */
#breadcrumb-row {
  margin-top: -46px;
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
  transform: translate(0, -40px);
  z-index: 10; }
  #breadcrumb-row #breadcrumbs {
    font: normal 1.6rem "Open Sans", sans-serif;
    margin: 0;
    letter-spacing: 0.5px; }
    #breadcrumb-row #breadcrumbs span {
      color: #ffffff; }
      #breadcrumb-row #breadcrumbs span a {
        color: #ffffff; }
        #breadcrumb-row #breadcrumbs span a:hover {
          color: #5DABFF; }
      #breadcrumb-row #breadcrumbs span .breadcrumb_last {
        color: #ffffff; }
  @media (min-width: 992px) {
    #breadcrumb-row {
      transform: translate(0, -80px); } }
/* _forms.scss */
.gform_body .gfield_label {
  color: #0C3D72;
  font: bold 1.8rem "Trebuchet MS", sans-serif;
  margin: 8px 0 0; }

.gform_body input + label {
  font: normal 1.6rem "Open Sans", sans-serif; }

.gform_body input[type="text"],
.gform_body input[type="email"],
.gform_body input[type="tel"],
.gform_body input[type="date"],
.gform_body textarea {
  background: #f1f1f1;
  border: none;
  border-bottom: 2px solid #f1f1f1;
  border-radius: 0;
  color: #404040;
  font: normal 1.6rem "Open Sans", sans-serif;
  outline: none;
  padding: 8px 12px; }
  .gform_body input[type="text"]:hover,
  .gform_body input[type="email"]:hover,
  .gform_body input[type="tel"]:hover,
  .gform_body input[type="date"]:hover,
  .gform_body textarea:hover {
    border-color: #171717; }
  .gform_body input[type="text"]:focus,
  .gform_body input[type="email"]:focus,
  .gform_body input[type="tel"]:focus,
  .gform_body input[type="date"]:focus,
  .gform_body textarea:focus {
    border-color: #0C3D72; }

.gform_body textarea {
  min-height: 80px;
  width: 100%; }

.gform_body .gfield_radio input + label,
.gform_body .gfield_checkbox input + label {
  margin: 8px 0 0 8px !important; }

input.gform_button[type="submit"] {
  background: #0da58f;
  font-family: "Trebuchet MS", sans-serif !important;
  font-size: 1.8rem !important;
  font-weight: bold !important;
  transition: background 0.2s ease, border-color 0.2s ease, padding 0.2s ease; }
  input.gform_button[type="submit"]:hover {
    background: #038c7a; }

#ui-datepicker-div {
  background: #ffffff; }
  #ui-datepicker-div .ui-datepicker-title {
    background: #01254B; }
    #ui-datepicker-div .ui-datepicker-title select {
      background: #ffffff;
      color: #171717; }

/* _staff.scss */
.staff-member-listing .staff-member {
  border: none;
  padding-bottom: 0; }
  .staff-member-listing .staff-member.odd {
    margin-top: 0; }

.staff-member-listing .staff-member-info-wrap {
  margin-left: 0; }

@media (min-width: 1024px) {
  .staff-member-listing {
    display: flex;
    flex-wrap: wrap; }
    .staff-member-listing .staff-member {
      width: 50%; } }

/* _calendar.scss */
#tribe-events-bar {
  margin-bottom: 8px; }
  #tribe-events-bar #tribe-bar-form {
    border-radius: 4px; }
    #tribe-events-bar #tribe-bar-form .tribe-bar-submit input[type="submit"] {
      display: block;
      float: right;
      font-size: 1.6rem;
      margin-top: 4px;
      padding: 6px 24px;
      transition: background 0.25s ease, padding 0.25s ease;
      width: auto; }
      #tribe-events-bar #tribe-bar-form .tribe-bar-submit input[type="submit"]:hover {
        background: #0C3D72;
        padding: 6px 28px; }
    #tribe-events-bar #tribe-bar-form #tribe-bar-views .tribe-bar-views-inner label {
      font: bold 1.4rem "Open Sans", sans-serif;
      letter-spacing: 1px;
      text-transform: uppercase; }
    #tribe-events-bar #tribe-bar-form #tribe-bar-views .tribe-bar-views-inner .tribe-bar-views-list .tribe-bar-views-option {
      font: normal 1.6rem "Open Sans", sans-serif; }

#tribe-events-header {
  display: none; }

.event-filters {
  margin-bottom: 24px; }
  .event-filters .views ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0; }
    .event-filters .views ul li {
      border: 2px solid #01254B;
      display: inline-block;
      margin: 0;
      overflow: hidden;
      padding: 0; }
      .event-filters .views ul li:first-child {
        border-radius: 40px 0 0 40px; }
      .event-filters .views ul li:last-child {
        border-radius: 0 40px 40px 0;
        margin-left: -1px; }
      .event-filters .views ul li a {
        color: #01254B;
        display: block;
        font-weight: bold;
        padding: 4px 16px; }
        .event-filters .views ul li a:hover {
          color: #5DABFF; }
        .event-filters .views ul li a.current {
          background: #01254B;
          color: white; }
  .event-filters .categories ul {
    list-style: none;
    margin: 24px 0 0;
    padding: 0 0 0 48px;
    position: relative; }
    .event-filters .categories ul::before {
      background: #f1f1f1;
      border-radius: 50%;
      content: '\f02b';
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      font-size: 1.8rem;
      height: 40px;
      padding-top: 8px;
      position: absolute;
      top: -4px;
      left: 0;
      text-align: center;
      width: 40px; }
    .event-filters .categories ul li {
      display: inline-block;
      margin: 0 0 4px; }
      .event-filters .categories ul li:not(:last-child)::after {
        content: ',';
        margin-right: 8px; }
      .event-filters .categories ul li a {
        font-weight: bold; }
        .event-filters .categories ul li a:hover {
          color: #5DABFF; }

#tribe-events-content .tribe-events-back a {
  align-items: center;
  color: #171717;
  display: flex;
  font: bold 1.8rem "Open Sans", sans-serif; }
  #tribe-events-content .tribe-events-back a:hover {
    color: #5DABFF; }

#tribe-events-content .tribe-events-single-event-title {
  margin-bottom: 0;
  text-transform: none; }

#tribe-events-content .tribe-events-schedule {
  font: bold 1.4rem "Open Sans", sans-serif;
  margin-top: 0; }

#tribe-events-content .tribe-events-notices {
  font: normal 1.6rem "Open Sans", sans-serif; }

#tribe-events-content .tribe-events-nav-pagination a {
  background: none;
  color: #0C3D72;
  font: bold 1.8rem "Open Sans", sans-serif; }
  #tribe-events-content .tribe-events-nav-pagination a:hover {
    color: #5DABFF; }

#tribe-events-content .tribe-events-calendar {
  border: none; }
  #tribe-events-content .tribe-events-calendar thead tr th {
    background: #0C3D72;
    border-color: #01254B;
    color: white; }
    #tribe-events-content .tribe-events-calendar thead tr th#tribe-events-sunday {
      border-top-left-radius: 4px;
      border-left: none; }
    #tribe-events-content .tribe-events-calendar thead tr th#tribe-events-saturday {
      border-top-right-radius: 4px;
      border-right: none; }
  #tribe-events-content .tribe-events-calendar tbody tr td div[id*="tribe-events-daynum-"] a {
    background: none;
    color: #707070; }
  #tribe-events-content .tribe-events-calendar tbody tr td.tribe-events-past div[id*="tribe-events-daynum-"], #tribe-events-content .tribe-events-calendar tbody tr td.tribe-events-future div[id*="tribe-events-daynum-"] {
    background-color: #f7f7f7;
    color: #707070; }
  #tribe-events-content .tribe-events-calendar tbody tr td.tribe-events-present div[id*="tribe-events-daynum-"] {
    background: #5DABFF; }
  #tribe-events-content .tribe-events-calendar tbody tr td h3.tribe-events-month-event-title {
    font: normal 1.4rem "Open Sans", sans-serif; }
  #tribe-events-content .tribe-events-calendar tbody tr td .tribe-events-tooltip .entry-title {
    color: #404040;
    font-size: 2.4rem;
    margin-top: 8px; }
  #tribe-events-content .tribe-events-calendar tbody tr td .tribe-events-tooltip .tribe-events-event-body .tribe-event-duration {
    border-bottom: 1px solid #707070;
    color: #171717;
    font: normal 1.6rem "Open Sans", sans-serif;
    margin-bottom: 16px;
    padding-bottom: 16px; }
  @media (max-width: 767px) {
    #tribe-events-content .tribe-events-calendar thead tr th {
      font-size: 0; }
      #tribe-events-content .tribe-events-calendar thead tr th::after {
        color: white;
        content: attr(data-day-abbr);
        font-size: 10px; } }
.tribe-events-loop {
  max-width: none !important; }
  .tribe-events-loop .type-tribe_events {
    background: #f1f1f1;
    border-radius: 4px;
    padding: 40px !important; }
    .tribe-events-loop .type-tribe_events .tribe-events-list-event-title {
      font-size: 2.4rem; }
      .tribe-events-loop .type-tribe_events .tribe-events-list-event-title a:hover {
        color: #5DABFF; }
    .tribe-events-loop .type-tribe_events .tribe-events-event-meta {
      background: none;
      border: none;
      color: #171717;
      font: normal 1.6rem "Open Sans", sans-serif;
      margin: 8px 0;
      padding: 0; }
      .tribe-events-loop .type-tribe_events .tribe-events-event-meta .tribe-event-schedule-details {
        font-weight: bold;
        padding: 0; }
      .tribe-events-loop .type-tribe_events .tribe-events-event-meta .tribe-events-venue-details {
        display: none; }
    .tribe-events-loop .type-tribe_events .tribe-events-event-image {
      float: none;
      height: 240px;
      margin: 8px 0 16px;
      width: 100%; }
      .tribe-events-loop .type-tribe_events .tribe-events-event-image a {
        display: block;
        height: 100%;
        width: 100%; }
        .tribe-events-loop .type-tribe_events .tribe-events-event-image a img {
          height: 100%;
          object-fit: cover;
          width: 100%; }
    .tribe-events-loop .type-tribe_events .tribe-events-list-event-description .tribe-events-read-more {
      display: table;
      font-size: 1.6rem;
      margin: 16px 0 0; }
      .tribe-events-loop .type-tribe_events .tribe-events-list-event-description .tribe-events-read-more::after {
        content: none; }
      .tribe-events-loop .type-tribe_events .tribe-events-list-event-description .tribe-events-read-more:hover {
        background: #0C3D72; }
  @media (min-width: 768px) {
    .tribe-events-loop {
      align-items: flex-start;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .tribe-events-loop .tribe-events-list-separator-month {
        width: 100%; }
      .tribe-events-loop .type-tribe_events {
        margin: 0 0 4% !important;
        width: 48%; } }
.tribe-events-page-title {
  font-size: 4.8rem; }

.single-tribe_events .tribe-events-event-meta .tribe-events-single-section-title {
  color: #171717 !important;
  font: bold 1.8rem "Trebuchet MS", sans-serif;
  letter-spacing: 2px;
  margin: 24px 0;
  text-transform: uppercase; }

.tribe-events-related-events-title {
  font-size: 2.4rem; }

/* _footer.scss */
footer {
  background: #0C3D72 url("images/patterns/blue-swirl.jpg");
  color: #ffffff;
  padding: 40px 0;
  position: relative;
  text-align: center;
  z-index: 20; }
  footer h6 {
    color: #5DABFF;
    margin: 24px 0 8px; }
  footer p, footer .elementor-widget-image-box .elementor-image-box-description, .elementor-widget-image-box footer .elementor-image-box-description, footer .main ul li, .main ul footer li, footer #tribe-events-content .tribe-events-meta-group dl, #tribe-events-content .tribe-events-meta-group footer dl {
    color: #ffffff;
    margin-top: 8px; }
    footer p a, footer .elementor-widget-image-box .elementor-image-box-description a, .elementor-widget-image-box footer .elementor-image-box-description a, footer .main ul li a, .main ul footer li a, footer #tribe-events-content .tribe-events-meta-group dl a, #tribe-events-content .tribe-events-meta-group footer dl a {
      color: #ffffff; }
      footer p a:hover, footer .elementor-widget-image-box .elementor-image-box-description a:hover, .elementor-widget-image-box footer .elementor-image-box-description a:hover, footer .main ul li a:hover, .main ul footer li a:hover, footer #tribe-events-content .tribe-events-meta-group dl a:hover, #tribe-events-content .tribe-events-meta-group footer dl a:hover {
        color: #5DABFF; }
  footer .resources {
    order: 1; }
  footer .contact {
    order: 3; }
  footer .brand {
    margin-top: 24px;
    order: 2;
    text-align: center; }
    footer .brand img {
      width: 240px; }
  footer .socials {
    list-style: none;
    margin: 24px 0 0;
    padding: 0; }
    footer .socials li {
      display: inline-block;
      margin: 0 2px 2px; }
      footer .socials li a {
        background: #0da58f;
        border-radius: 50%;
        display: block;
        height: 32px;
        position: relative;
        transition: background 0.2s ease;
        width: 32px; }
        footer .socials li a:hover {
          background: #038c7a; }
        footer .socials li a i {
          color: #ffffff;
          font-size: 2rem;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          transition: color 0.2s ease; }
        footer .socials li a .fa-snapchat {
          background: url("images/ui/snapchat-ghost-white.svg") center/contain;
          height: 20px;
          width: 20px; }
          footer .socials li a .fa-snapchat::before {
            content: none; }
  footer .newsletter {
    order: 4; }
  footer #menu-footer,
  footer #menu-footer-1 {
    list-style: none;
    margin: 0;
    padding: 0; }
    footer #menu-footer li,
    footer #menu-footer-1 li {
      display: inline-block;
      padding: 4px; }
      footer #menu-footer li a,
      footer #menu-footer-1 li a {
        color: #ffffff;
        font: bold 1.6rem "Open Sans", sans-serif; }
        footer #menu-footer li a:hover,
        footer #menu-footer-1 li a:hover {
          color: #5DABFF; }
  @media (min-width: 768px) {
    footer .flex-row {
      align-items: flex-start; }
    footer .resources {
      margin-bottom: 24px; }
    footer .contact {
      order: 2; }
    footer .brand {
      margin-bottom: 0;
      order: 3; } }
  @media (min-width: 1024px) {
    footer #menu-footer,
    footer #menu-footer-1 {
      margin-bottom: 16px; }
      footer #menu-footer li,
      footer #menu-footer-1 li {
        margin-right: 16px;
        padding: 0; }
        footer #menu-footer li a,
        footer #menu-footer-1 li a {
          font-size: 1.8rem; } }
#mini-footer {
  background: #01254B;
  color: #ffffff;
  font: normal 1.4rem "Open Sans", sans-serif;
  padding: 8px 0;
  text-align: center; }
  #mini-footer .credit {
    display: block;
    margin-top: 8px; }
    #mini-footer .credit a {
      color: #5DABFF; }
  @media (min-width: 768px) {
    #mini-footer {
      padding: 16px 0; }
      #mini-footer .flex-col-xs-12 {
        display: flex;
        justify-content: space-between; }
      #mini-footer .credit {
        margin-top: 0; } }
/* _mixins.scss */
.drop-shadow, #default-main .main, #home-spotlight-two .image img, #home-spotlight .image img {
  box-shadow: 0 16px 40px rgba(23, 23, 23, 0.33); }

.text-shadow, #experiences-hero h1, #experiences-hero h2, #experiences-hero h3, #wide-hero h1, #wide-hero h2, #wide-hero h3, #default-bar p, #default-bar .main ul li, .main ul #default-bar li, #default-bar #tribe-events-content .tribe-events-meta-group dl, #tribe-events-content .tribe-events-meta-group #default-bar dl, #default-bar .elementor-widget-image-box .elementor-image-box-description, .elementor-widget-image-box #default-bar .elementor-image-box-description, #default-bar h1, #default-bar h2, #default-bar h3, #default-hero h1, #default-hero h2, #default-hero h3, footer h6, footer p, footer .elementor-widget-image-box .elementor-image-box-description, .elementor-widget-image-box footer .elementor-image-box-description, footer .main ul li, .main ul footer li, footer #tribe-events-content .tribe-events-meta-group dl, #tribe-events-content .tribe-events-meta-group footer dl {
  text-shadow: 0 2px 4px rgba(23, 23, 23, 0.5); }

.bg-image {
  background-position: center;
  background-size: cover; }

.shade {
  position: relative; }
  .shade > div {
    position: relative; }
  .shade::before {
    background: #171717;
    content: '';
    height: 100%;
    opacity: 0.25;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0; }

.embed-container {
  height: 0;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative; }
  .embed-container iframe,
  .embed-container object,
  .embed-container embed {
    border: none;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }

/* === Parallax === */
.jarallax {
  position: relative;
  z-index: 0; }

.jarallax > .jarallax-img {
  position: absolute;
  object-fit: cover;
  /* support for plugin https://github.com/bfred-it/object-fit-images */
  font-family: 'object-fit: cover;';
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: -1; }

/* Better Browser */
iframe.get-a-better-browser {
  background: white;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 1000; }

.container-fluid {
  padding-right: 1rem;
  padding-left: 1rem; }

/* ====================== Transitions ====================== */
/*

=== Use Extend Property (Example below) ===

.header {
  @extend .transition-cubic;
  background: white;
}

*/
.transition-cubic {
  -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1); }

.transition-fast {
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }

.transition {
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.transition-slow {
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.transition-bounce {
  -webkit-transition: all 0.3s cubic-bezier(0.33, 2, 0.8, 1);
  transition: all 0.3s cubic-bezier(0.33, 2, 0.8, 1); }

.easeInOutBack {
  -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55); }

/* ====================== Alignment ====================== */
.center {
  text-align: center; }

/* Parent element needs position:relative; */
.vert-centered {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

/* Parent element needs position:relative; */
.absolute-centered {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translatex(-50%) translatey(-50%);
  -moz-transform: translatex(-50%) translatey(-50%);
  -ms-transform: translatex(-50%) translatey(-50%);
  -o-transform: translatex(-50%) translatey(-50%);
  transform: translatex(-50%) translatey(-50%); }

/* ====================== Paddding Adjustments ====================== */
/* Remove excess margin / padding */
.no-border {
  border: 0; }

.no-padding {
  padding: 0; }

.no-margin {
  margin: 0; }

.cushion-sm {
  padding: 2%; }

.cushion-md {
  padding: 5%; }

.cushion-lg {
  padding: 10%; }

.cushion-vert-sm {
  padding: 2% 0; }

.cushion-vert-md {
  padding: 5% 0; }

.cushion-vert-lg {
  padding: 10% 0; }

.cushion-horiz-sm {
  padding: 0 2%; }

.cushion-horiz-md {
  padding: 0 5%; }

.cushion-horiz-lg {
  padding: 0 10%; }

.white {
  color: white !important; }

/* ====================== Alignment ====================== */
.centered {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 100%; }

/* Parent element needs position:relative; */
.vert-centered {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

/* Parent element needs position:relative; */
.absolute-centered {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translatex(-50%) translatey(-50%);
  -moz-transform: translatex(-50%) translatey(-50%);
  -ms-transform: translatex(-50%) translatey(-50%);
  -o-transform: translatex(-50%) translatey(-50%);
  transform: translatex(-50%) translatey(-50%); }

.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.flex-margin {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

/* BG Images
====================== */
.bg-image-js {
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover !important; }

/* ====================== REM font size with pixel fallback ====================== */
/* === Usage === */
/*p {
  @include font-size(14px)
}*/
/* === Output === */
/*p {
  font-size: 14px; //Will be overridden if browser supports rem
  font-size: 0.8rem;
}*/
/* ====================== Breakpoints ====================== */
/* ==== Usage ==== */
/*.class {
  width: 60%;
  float: left;
  margin: 0 2% 0 0;
  @include bp-small {
    width: 100%;
    float: none;
    margin: 0;
  }
}*/
/* ==== End ==== */
/* Animation delays
============================*/
.delay-1 {
  animation-delay: .15s;
  -webkit-animation-delay: .15s; }

.delay-2 {
  animation-delay: .25s;
  -webkit-animation-delay: .35s; }

.delay-3 {
  animation-delay: 35s;
  -webkit-animation-delay: .35s; }

.delay-4 {
  animation-delay: .45s;
  -webkit-animation-delay: .45s; }

.delay-5 {
  animation-delay: .55s;
  -webkit-animation-delay: .55s; }

.delay-6 {
  animation-delay: .65s;
  -webkit-animation-delay: .65s; }

/* _elementor-elements.scss */
.elementor-accordion .elementor-tab-title a {
  font-family: "Trebuchet MS", sans-serif; }

.elementor-tabs .elementor-tabs-wrapper {
  background: #f1f1f1;
  display: flex;
  flex-wrap: wrap; }

.elementor-widget-tabs .elementor-tab-title {
  padding: 16px 24px !important; }

.elementor-widget-image-box .elementor-image-box-title {
  font-family: "Trebuchet MS", sans-serif !important; }

.elementor-widget-image-box .elementor-image-box-description {
  font-family: "Open Sans", sans-serif !important;
  color: #404040 !important; }

/* _animations.scss */
.children-slide-in {
  overflow: hidden; }
  .children-slide-in > * {
    opacity: 0;
    transform: translate(-24px); }
    .children-slide-in > *:nth-child(1) {
      animation-delay: 0.2s !important; }
    .children-slide-in > *:nth-child(2) {
      animation-delay: 0.4s !important; }
    .children-slide-in > *:nth-child(3) {
      animation-delay: 0.6s !important; }
    .children-slide-in > *:nth-child(4) {
      animation-delay: 0.8s !important; }
    .children-slide-in > *:nth-child(5) {
      animation-delay: 1s !important; }
    .children-slide-in > *:nth-child(6) {
      animation-delay: 1.2s !important; }
    .children-slide-in > *:nth-child(7) {
      animation-delay: 1.4s !important; }
    .children-slide-in > *:nth-child(8) {
      animation-delay: 1.6s !important; }
    .children-slide-in > *:nth-child(9) {
      animation-delay: 1.8s !important; }

.children-slide-in.load > * {
  animation: children-slide-in 0.5s ease-out forwards; }

@keyframes children-slide-in {
  to {
    opacity: 1;
    transform: translate(0); } }

.children-fade-in > *:not(span) {
  opacity: 0;
  transform: translate(0, 20px); }
  .children-fade-in > *:not(span):nth-child(1) {
    animation-delay: 0.1s !important; }
  .children-fade-in > *:not(span):nth-child(2) {
    animation-delay: 0.2s !important; }
  .children-fade-in > *:not(span):nth-child(3) {
    animation-delay: 0.3s !important; }
  .children-fade-in > *:not(span):nth-child(4) {
    animation-delay: 0.4s !important; }
  .children-fade-in > *:not(span):nth-child(5) {
    animation-delay: 0.5s !important; }
  .children-fade-in > *:not(span):nth-child(6) {
    animation-delay: 0.6s !important; }
  .children-fade-in > *:not(span):nth-child(7) {
    animation-delay: 0.7s !important; }
  .children-fade-in > *:not(span):nth-child(8) {
    animation-delay: 0.8s !important; }
  .children-fade-in > *:not(span):nth-child(9) {
    animation-delay: 0.9s !important; }

.children-fade-in.load > *:not(span) {
  animation: children-fade-in 0.5s ease-out forwards; }

@keyframes children-fade-in {
  to {
    opacity: 1;
    transform: translate(0); } }

.slide-in-from-right {
  opacity: 0;
  transform: translate(40px, 0);
  transition: opacity 0.5s ease, transform 0.5s ease; }
  .slide-in-from-right.load {
    opacity: 1;
    transform: translate(0, 0); }

.slide-in-from-left {
  opacity: 0;
  transform: translate(-40px, 0);
  transition: opacity 0.5s ease, transform 0.5s ease; }
  .slide-in-from-left.load {
    opacity: 1;
    transform: translate(0, 0); }

.shade-load {
  overflow: hidden;
  position: relative; }
  .shade-load::before {
    background: #171717;
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    left: -200%;
    transition: transform 2s cubic-bezier(0.5, 0, 0.5, 1);
    width: 200%; }
  .shade-load > * {
    opacity: 0;
    transition: opacity 0s linear 1s; }

.shade-load.load::before {
  transform: translate(150%, 0); }

.shade-load.load > * {
  opacity: 1; }

.shade-reveal-wrap .shade-reveal {
  overflow: hidden;
  position: relative; }
  .shade-reveal-wrap .shade-reveal .screen {
    background: #171717;
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 1s ease;
    width: 100%; }

.shade-reveal-wrap.load .shade-reveal .screen {
  transform: translate(0, -100%); }

/* _shadowbox.scss */
#sb-title-inner, #sb-info-inner, #sb-loading-inner, div.sb-message {
  font-family: "HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 300;
  color: #fff; }

#sb-container {
  position: fixed;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  z-index: 9999;
  text-align: left;
  visibility: hidden;
  display: none; }

#sb-overlay {
  position: relative;
  height: 100%;
  width: 100%; }

#sb-wrapper {
  position: absolute;
  visibility: hidden;
  width: 100px; }

#sb-wrapper-inner {
  position: relative;
  border: 1px solid #303030;
  overflow: hidden;
  height: 100px; }

#sb-body {
  position: relative;
  height: 100%; }

#sb-body-inner {
  position: absolute;
  height: 100%;
  width: 100%; }

#sb-player.html {
  height: 100%;
  overflow: auto; }

#sb-body img {
  border: none;
  position: relative !important; }

#sb-loading {
  position: relative;
  height: 100%; }

#sb-loading-inner {
  position: absolute;
  font-size: 14px;
  line-height: 24px;
  height: 24px;
  top: 50%;
  margin-top: -12px;
  width: 100%;
  text-align: center; }

#sb-loading-inner span {
  background: url(loading.gif) no-repeat;
  padding-left: 34px;
  display: inline-block; }

#sb-body, #sb-loading {
  background-color: #060606; }

#sb-title, #sb-info {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden; }

#sb-title, #sb-title-inner {
  height: 26px;
  line-height: 26px; }

#sb-title-inner {
  font-size: 16px; }

#sb-info, #sb-info-inner {
  height: 20px;
  line-height: 20px; }

#sb-info-inner {
  font-size: 12px; }

#sb-nav {
  float: right;
  height: 16px;
  padding: 2px 0;
  width: 45%; }

#sb-nav a {
  display: block;
  float: right;
  height: 16px;
  width: 16px;
  margin-left: 3px;
  cursor: pointer;
  background-repeat: no-repeat; }

#sb-counter {
  float: left;
  width: 45%; }

#sb-counter a {
  padding: 0 4px 0 0;
  text-decoration: none;
  cursor: pointer;
  color: #fff; }

#sb-counter a.sb-counter-current {
  text-decoration: underline; }

div.sb-message {
  font-size: 12px;
  padding: 10px;
  text-align: center; }

div.sb-message a:link, div.sb-message a:visited {
  color: #fff;
  text-decoration: underline; }

#sb-nav-close {
  background: #0C3D72;
  border-radius: 40px;
  color: white;
  cursor: pointer;
  display: inline-block;
  line-height: 44px;
  height: 40px;
  width: 40px;
  position: absolute;
  top: -20px;
  right: -20px;
  text-align: center;
  z-index: 999; }
  #sb-nav-close:hover {
    background: #01254B; }
  #sb-nav-close i {
    font-size: 2rem;
    position: relative;
    top: 4px; }

/* _social-shares.scss */
.jssocials-shares {
  margin: 0.2em 0; }

.jssocials-shares * {
  box-sizing: border-box; }

.jssocials-share {
  display: inline-block;
  vertical-align: top;
  margin: 0.3em 0.6em 0.3em 0; }

.jssocials-share:last-child {
  margin-right: 0; }

.jssocials-share-logo {
  width: 1em;
  vertical-align: middle;
  font-size: 1.5em; }

img.jssocials-share-logo {
  width: auto;
  height: 1em; }

.jssocials-share-link {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 1; }

.jssocials-share-link.jssocials-share-link-count {
  padding-top: .2em; }

.jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
  display: block;
  font-size: .6em;
  margin: 0 -.5em -.8em -.5em; }

.jssocials-share-link.jssocials-share-no-count {
  padding-top: .5em; }

.jssocials-share-link.jssocials-share-no-count .jssocials-share-count {
  height: 1em; }

.jssocials-share-label {
  padding-left: 0.3em;
  vertical-align: middle; }

.jssocials-share-count-box {
  display: inline-block;
  height: 1.5em;
  padding: 0 0.3em;
  line-height: 1;
  vertical-align: middle;
  cursor: default; }

.jssocials-share-count-box.jssocials-share-no-count {
  display: none; }

.jssocials-share-count {
  line-height: 1.5em;
  vertical-align: middle; }

.jssocials-share-twitter .jssocials-share-link {
  background: #00aced; }

.jssocials-share-twitter .jssocials-share-link:hover {
  background: #0087ba; }

.jssocials-share-facebook .jssocials-share-link {
  background: #3b5998; }

.jssocials-share-facebook .jssocials-share-link:hover {
  background: #2d4373; }

.jssocials-share-googleplus .jssocials-share-link {
  background: #dd4b39; }

.jssocials-share-googleplus .jssocials-share-link:hover {
  background: #c23321; }

.jssocials-share-linkedin .jssocials-share-link {
  background: #007bb6; }

.jssocials-share-linkedin .jssocials-share-link:hover {
  background: #005983; }

.jssocials-share-pinterest .jssocials-share-link {
  background: #cb2027; }

.jssocials-share-pinterest .jssocials-share-link:hover {
  background: #9f191f; }

.jssocials-share-email .jssocials-share-link {
  background: #3490F3; }

.jssocials-share-email .jssocials-share-link:hover {
  background: #0e76e6; }

.jssocials-share-stumbleupon .jssocials-share-link {
  background: #eb4823; }

.jssocials-share-stumbleupon .jssocials-share-link:hover {
  background: #c93412; }

.jssocials-share-whatsapp .jssocials-share-link {
  background: #29a628; }

.jssocials-share-whatsapp .jssocials-share-link:hover {
  background: #1f7d1e; }

.jssocials-share-telegram .jssocials-share-link {
  background: #2ca5e0; }

.jssocials-share-telegram .jssocials-share-link:hover {
  background: #1c88bd; }

.jssocials-share-line .jssocials-share-link {
  background: #25af00; }

.jssocials-share-line .jssocials-share-link:hover {
  background: #1a7c00; }

.jssocials-share-viber .jssocials-share-link {
  background: #7b519d; }

.jssocials-share-viber .jssocials-share-link:hover {
  background: #61407b; }

.jssocials-share-pocket .jssocials-share-link {
  background: #ef4056; }

.jssocials-share-pocket .jssocials-share-link:hover {
  background: #e9132e; }

.jssocials-share-messenger .jssocials-share-link {
  background: #0084ff; }

.jssocials-share-messenger .jssocials-share-link:hover {
  background: #006acc; }

.jssocials-share-vkontakte .jssocials-share-link {
  background: #45668e; }

.jssocials-share-vkontakte .jssocials-share-link:hover {
  background: #344d6c; }

.jssocials-share-link {
  padding: .5em .6em;
  color: #fff;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }

.jssocials-share-link:hover, .jssocials-share-link:focus, .jssocials-share-link:active {
  color: #fff; }

.jssocials-share-count-box {
  position: relative;
  height: 2.5em;
  padding: 0 .3em;
  margin-left: 0.3em;
  background: #f5f5f5;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }

.jssocials-share-count-box:hover {
  background: gainsboro; }

.jssocials-share-count-box:hover:after {
  border-color: transparent gainsboro transparent transparent; }

.jssocials-share-count-box:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.85em;
  left: -0.3em;
  width: 0;
  height: 0;
  border-width: 0.4em 0.4em 0.4em 0;
  border-style: solid;
  border-color: transparent #f5f5f5 transparent transparent;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }

.jssocials-share-count-box .jssocials-share-count {
  line-height: 2.5em;
  color: #444; }

/* _home.scss */
img.parallax {
  pointer-events: none; }

#home-hero {
  background: #0C3D72 url("images/patterns/blue-swirl.jpg");
  color: white;
  padding: 80px 0 0; }
  #home-hero h1 {
    text-transform: none; }
  #home-hero h1, #home-hero h2, #home-hero h3 {
    text-shadow: 0 4px 8px rgba(23, 23, 23, 0.5); }
  #home-hero .line::after {
    background: #5DABFF; }
  #home-hero p, #home-hero .main ul li, .main ul #home-hero li, #home-hero #tribe-events-content .tribe-events-meta-group dl, #tribe-events-content .tribe-events-meta-group #home-hero dl, #home-hero .elementor-widget-image-box .elementor-image-box-description, .elementor-widget-image-box #home-hero .elementor-image-box-description {
    color: #ffffff; }
  #home-hero .button-primary, #home-hero input.gform_button[type="submit"] {
    box-shadow: 0 4px 8px rgba(23, 23, 23, 0.33); }
  #home-hero .link {
    color: #ffffff;
    margin-top: 26px;
    margin-left: 24px; }
    #home-hero .link::before {
      content: none; }
    #home-hero .link:hover {
      color: #5DABFF; }
  #home-hero .video {
    margin-top: 80px;
    margin-bottom: -80px;
    position: relative; }
    #home-hero .video::before {
      background: url("images/patterns/white-border-bottom.svg") bottom/100% repeat-x;
      content: '';
      height: 120px;
      position: absolute;
      bottom: -1px;
      left: 50%;
      transform: translate(-50%, 0);
      width: 102%;
      z-index: 10; }
    #home-hero .video .video-wrap {
      height: 100%;
      overflow: hidden;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }
      #home-hero .video .video-wrap video {
        height: 100%;
        margin: 0 auto;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
        z-index: 1; }
    #home-hero .video .play {
      height: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      z-index: 5; }
      #home-hero .video .play a {
        background: transparent;
        display: block;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: background 0.2s ease;
        width: 100%; }
        #home-hero .video .play a:hover {
          background: rgba(23, 23, 23, 0.5); }
          #home-hero .video .play a:hover i {
            border-color: #5DABFF;
            color: #5DABFF; }
        #home-hero .video .play a i {
          border: 4px solid #ffffff;
          border-radius: 50%;
          color: #ffffff;
          display: inline-block;
          font-size: 2.4rem;
          height: 56px;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          transition: border-color 0.2s ease, color 0.2s ease;
          width: 56px; }
          #home-hero .video .play a i::before {
            position: absolute;
            top: 50%;
            left: 55%;
            transform: translate(-50%, -50%); }
  @media (min-width: 768px) {
    #home-hero {
      padding-bottom: 16px; }
      #home-hero .flex-row {
        align-items: center;
        flex-direction: row-reverse; }
      #home-hero .video {
        margin-top: 0; } }
  @media (min-width: 992px) {
    #home-hero {
      background: none;
      padding: 200px 0;
      position: relative; }
      #home-hero::before {
        background: #0C3D72 url("images/patterns/blue-swirl.jpg");
        content: '';
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        width: 66%; }
      #home-hero .line::after {
        left: -400px;
        width: 480px; }
      #home-hero .flex-row {
        justify-content: flex-end;
        position: relative; }
      #home-hero .video {
        margin-bottom: 0;
        padding-left: 80px; }
        #home-hero .video::before {
          content: none; }
        #home-hero .video::after {
          animation: wave 4s linear infinite forwards;
          background: url("images/patterns/white-wave.svg") 0% 0%/cover repeat-y;
          content: '';
          height: 102%;
          position: absolute;
          top: 50%;
          left: -44px;
          transform: translate(0, -50%);
          width: 120px;
          z-index: 10; } }
@keyframes wave {
  to {
    background-position: 0% -280%; } }

#home-info {
  padding: 120px 0 40px; }
  #home-info .portal-wrap {
    margin-top: 32px; }
    #home-info .portal-wrap .portal {
      background: #0da58f;
      color: #ffffff;
      padding: 0 24px 24px;
      text-align: center; }
      #home-info .portal-wrap .portal img {
        background: #ffffff;
        border-radius: 50%;
        box-shadow: 0 4px 16px rgba(23, 23, 23, 0.2);
        margin: 0 auto -32px;
        padding: 12px;
        transform: translate(0, -28px);
        width: 56px; }
      #home-info .portal-wrap .portal .content {
        padding-top: 16px; }
      #home-info .portal-wrap .portal p, #home-info .portal-wrap .portal .main ul li, .main ul #home-info .portal-wrap .portal li, #home-info .portal-wrap .portal #tribe-events-content .tribe-events-meta-group dl, #tribe-events-content .tribe-events-meta-group #home-info .portal-wrap .portal dl, #home-info .portal-wrap .portal .elementor-widget-image-box .elementor-image-box-description, .elementor-widget-image-box #home-info .portal-wrap .portal .elementor-image-box-description {
        color: #ffffff; }
  #home-info .owl-carousel .owl-stage-outer {
    overflow: visible; }
  #home-info .owl-carousel .owl-dots {
    margin-top: 24px;
    text-align: center; }
    #home-info .owl-carousel .owl-dots .owl-dot {
      margin: 0 4px;
      outline: none; }
      #home-info .owl-carousel .owl-dots .owl-dot.active span {
        background: #0da58f; }
      #home-info .owl-carousel .owl-dots .owl-dot span {
        background: #01254B;
        border-radius: 50%;
        display: inline-block;
        height: 8px;
        width: 8px; }
  @media (min-width: 768px) {
    #home-info .portal-wrap {
      margin-top: 16px; } }
  @media (min-width: 992px) {
    #home-info {
      margin-top: -80px;
      padding-top: 0; }
      #home-info .portal-wrap .portal {
        height: 100%;
        padding: 0 24px 40px;
        position: relative; }
        #home-info .portal-wrap .portal::after {
          background: #038c7a;
          content: '';
          height: 60%;
          position: absolute;
          top: 20%;
          right: 0;
          width: 2px; }
      #home-info .owl-carousel .owl-stage {
        background: #0da58f;
        display: flex; }
      #home-info .owl-carousel .owl-item {
        flex: auto;
        margin: 0 !important; } }
#home-spotlight {
  margin-bottom: 40px;
  position: relative; }
  #home-spotlight .parallax {
    display: none; }
  @media (min-width: 768px) {
    #home-spotlight {
      margin: 24px 0 80px; }
      #home-spotlight .flex-row {
        align-items: center; } }
  @media (min-width: 992px) {
    #home-spotlight {
      margin: 40px 0 80px; }
      #home-spotlight .parallax {
        display: block;
        filter: drop-shadow(0 8px 16px rgba(23, 23, 23, 0.1));
        position: absolute;
        bottom: -160px;
        right: -20px;
        width: 400px; } }
#home-events .shows {
  background: #0da58f;
  color: #ffffff;
  padding-top: 80px;
  padding-bottom: 40px;
  position: relative; }
  #home-events .shows > * {
    position: relative; }
  #home-events .shows .wave {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  #home-events .shows p, #home-events .shows .main ul li, .main ul #home-events .shows li, #home-events .shows #tribe-events-content .tribe-events-meta-group dl, #tribe-events-content .tribe-events-meta-group #home-events .shows dl, #home-events .shows .elementor-widget-image-box .elementor-image-box-description, .elementor-widget-image-box #home-events .shows .elementor-image-box-description, #home-events .shows .link {
    color: #ffffff; }
  #home-events .shows ul {
    list-style: none;
    margin: 24px 0 0;
    padding: 0; }
    #home-events .shows ul li {
      border-bottom: 2px solid #038c7a;
      display: block;
      margin-bottom: 8px;
      padding-bottom: 8px; }
      #home-events .shows ul li:last-of-type {
        border: none;
        margin: 0;
        padding: 0; }

#home-events .events {
  background: #f1f1f1;
  padding-top: 40px;
  padding-bottom: 40px; }
  #home-events .events .tribe-events-adv-list-widget {
    margin: 24px 0 16px; }
    #home-events .events .tribe-events-adv-list-widget .tribe-mini-calendar-event {
      border: none;
      margin: 0;
      padding: 0; }
    #home-events .events .tribe-events-adv-list-widget .type-tribe_events {
      background: #ffffff;
      display: block;
      margin-bottom: 16px; }
      #home-events .events .tribe-events-adv-list-widget .type-tribe_events:last-of-type {
        margin-bottom: 0; }
      #home-events .events .tribe-events-adv-list-widget .type-tribe_events .tribe-mini-calendar-event {
        overflow: visible; }
      #home-events .events .tribe-events-adv-list-widget .type-tribe_events .list-date {
        display: none; }
      #home-events .events .tribe-events-adv-list-widget .type-tribe_events .list-info {
        background: #ffffff;
        border-radius: 80px;
        margin: 0 auto 24px;
        width: 100%; }
        #home-events .events .tribe-events-adv-list-widget .type-tribe_events .list-info .tribe-events-event-image {
          float: left;
          margin-right: 16px; }
          #home-events .events .tribe-events-adv-list-widget .type-tribe_events .list-info .tribe-events-event-image img {
            border-radius: 50%;
            height: auto;
            width: 90%; }
        #home-events .events .tribe-events-adv-list-widget .type-tribe_events .list-info .tribe-events-title {
          font-size: 2.4rem;
          line-height: 1.1;
          margin-top: 16px;
          margin-left: 40px; }
        #home-events .events .tribe-events-adv-list-widget .type-tribe_events .list-info .tribe-events-duration {
          font: normal 1.6rem "Open Sans", sans-serif;
          margin-bottom: 16px;
          margin-left: 40px; }
    #home-events .events .tribe-events-adv-list-widget .tribe-events-widget-link {
      display: none; }

@media (min-width: 768px) {
  #home-events {
    position: relative; }
    #home-events::before {
      background: #f1f1f1;
      content: '';
      height: 100%;
      position: absolute;
      right: 0;
      bottom: -80px;
      width: 58.333%; }
    #home-events .flex-row {
      position: relative; }
    #home-events .shows {
      padding: 80px 24px 40px; }
    #home-events .events {
      padding: 80px 24px 40px; } }

@media (min-width: 992px) {
  #home-events .shows {
    padding: 80px 8.333% 80px; }
  #home-events .events {
    padding: 80px 8.333% 80px; } }

#home-spotlight-two {
  margin: 40px 0;
  position: relative; }
  #home-spotlight-two .parallax {
    display: none; }
  #home-spotlight-two .image {
    margin-top: 24px; }
  @media (min-width: 768px) {
    #home-spotlight-two {
      margin: 120px 0 80px; }
      #home-spotlight-two .flex-row {
        align-items: center; }
      #home-spotlight-two .image {
        margin-top: 0; } }
  @media (min-width: 992px) {
    #home-spotlight-two {
      margin: 160px 0 80px; }
      #home-spotlight-two .parallax {
        display: block;
        filter: drop-shadow(0 8px 16px rgba(23, 23, 23, 0.1));
        position: absolute;
        bottom: 100%;
        left: 40px;
        width: 320px; } }
.home #home-hero {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 130px 0; }
  .home #home-hero:before {
    display: none; }
  .home #home-hero .container-fluid .hero-heading h1 {
    width: 95%;
    max-width: 95%;
    margin: auto auto 9rem auto;
    text-align: center;
    font-size: 6.8rem; }
  .home #home-hero .container-fluid .hero-content {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: flex-start; }
    @media screen and (max-width: 767px) {
      .home #home-hero .container-fluid .hero-content {
        flex-direction: column; } }
    .home #home-hero .container-fluid .hero-content p, .home #home-hero .container-fluid .hero-content .main ul li, .main ul .home #home-hero .container-fluid .hero-content li, .home #home-hero .container-fluid .hero-content #tribe-events-content .tribe-events-meta-group dl, #tribe-events-content .tribe-events-meta-group .home #home-hero .container-fluid .hero-content dl, .home #home-hero .container-fluid .hero-content .elementor-widget-image-box .elementor-image-box-description, .elementor-widget-image-box .home #home-hero .container-fluid .hero-content .elementor-image-box-description {
      font-size: 2.2rem;
      text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6); }
    @media screen and (max-width: 767px) {
      .home #home-hero .container-fluid .hero-content {
        text-align: center; } }
    .home #home-hero .container-fluid .hero-content .hero-content-child {
      flex-basis: 40%;
      max-width: 40%;
      text-align: center;
      margin: 0 auto; }
      @media screen and (max-width: 767px) {
        .home #home-hero .container-fluid .hero-content .hero-content-child {
          flex-basis: 95%;
          max-width: 95%; } }
/* _default.scss */
#default-hero {
  background-color: #0C3D72;
  color: white;
  min-height: 400px;
  padding: 140px 0 180px;
  position: relative;
  text-align: center;
  z-index: 5; }
  #default-hero::after {
    background: linear-gradient(rgba(23, 23, 23, 0.33), rgba(23, 23, 23, 0));
    content: '';
    height: 72px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  #default-hero #jarallax-container-0 > div {
    height: var(--bannerHeight) !important; }
  #default-hero .container {
    position: relative; }
  @media (min-width: 768px) {
    #default-hero {
      padding: 200px 0;
      text-align: left; } }
  @media (min-width: 992px) {
    #default-hero {
      padding: 240px 0; }
      #default-hero::after {
        height: 88px; } }
#default-main {
  background: #0da58f url("images/patterns/wave-inverse.svg") bottom/auto 560px repeat-x;
  position: relative;
  z-index: 20; }
  #default-main::before {
    background: url("images/patterns/green-border-top.svg") repeat-x;
    content: '';
    height: 50px;
    position: absolute;
    top: -50px;
    left: 0px;
    width: 100%;
    z-index: 10; }
  #default-main .main {
    background: #ffffff;
    margin-top: -40px;
    margin-bottom: -40px;
    min-height: 240px;
    padding: 24px 32px;
    position: relative;
    z-index: 15; }
    #default-main .main h1, #default-main .main h2, #default-main .main h3, #default-main .main h4, #default-main .main #tribe-events-content .tribe-events-single-event-title, #tribe-events-content #default-main .main .tribe-events-single-event-title, #default-main .main .elementor-widget-image-box .elementor-image-box-title, .elementor-widget-image-box #default-main .main .elementor-image-box-title, #default-main .main h5 {
      color: #0C3D72; }
  #default-main .sidebar {
    display: none; }
  @media (min-width: 768px) {
    #default-main .sidebar {
      align-self: flex-start;
      display: block;
      margin-top: 40px;
      margin-bottom: 40px;
      padding-bottom: 40px;
      position: relative;
      z-index: 5; }
    #default-main .submenu {
      list-style: none;
      margin: 40px 0 16px;
      padding: 0; }
      #default-main .submenu h6 {
        color: #ffffff;
        font-size: 1.6rem;
        letter-spacing: 2px;
        margin-bottom: 0;
        padding: 0 0 24px 0; }
      #default-main .submenu li {
        display: block;
        position: relative; }
        #default-main .submenu li::after {
          background: #038c7a;
          content: '';
          height: 1px;
          position: absolute;
          bottom: 0;
          right: 0;
          width: 200%; }
        #default-main .submenu li:last-of-type::after {
          content: none; }
        #default-main .submenu li.current_page_item > a {
          color: #171717;
          font-weight: bold; }
        #default-main .submenu li.page_item_has_children .expand {
          background: #038c7a;
          color: white;
          cursor: pointer;
          height: 38px;
          position: absolute;
          top: 0;
          right: 0;
          width: 38px; }
          #default-main .submenu li.page_item_has_children .expand::before {
            content: '\f078';
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            font-size: 1.2rem;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -60%);
            transition: transform 0.2s ease; }
          #default-main .submenu li.page_item_has_children .expand.active::before {
            transform: scaleY(-1) translate(-50%, 40%); }
        #default-main .submenu li a {
          color: #ffffff;
          display: block;
          font: normal 1.6rem "Open Sans", sans-serif;
          padding: 8px 0;
          transition: background 0.25s ease, color 0.25s ease, padding 0.25s ease; }
          #default-main .submenu li a:hover {
            color: #171717; }
        #default-main .submenu li ul {
          max-height: 0;
          overflow: hidden;
          padding: 0;
          transition: 0.2s ease; }
          #default-main .submenu li ul.active {
            max-height: 240px; }
          #default-main .submenu li ul li::after {
            content: none; }
          #default-main .submenu li ul li a {
            font-size: 1.4rem; }
          #default-main .submenu li ul ul {
            display: none; } }
  @media (min-width: 992px) {
    #default-main .main {
      margin-top: -80px;
      margin-bottom: -80px;
      padding: 40px 64px; }
    #default-main .sidebar {
      padding-left: 40px; } }
#default-spacer {
  background: #038c7a;
  padding: 80px 0; }

#default-bar {
  color: #ffffff;
  padding: 80px 0;
  position: relative;
  z-index: 15; }
  #default-bar p, #default-bar .main ul li, .main ul #default-bar li, #default-bar #tribe-events-content .tribe-events-meta-group dl, #tribe-events-content .tribe-events-meta-group #default-bar dl, #default-bar .elementor-widget-image-box .elementor-image-box-description, .elementor-widget-image-box #default-bar .elementor-image-box-description {
    color: #ffffff;
    font-weight: bold; }
  @media (min-width: 768px) {
    #default-bar {
      padding: 80px 0 40px; } }
  @media (min-width: 992px) {
    #default-bar {
      padding: 160px 0 100px; } }
section.error-404 {
  padding: 70px 60px 120px; }
  section.error-404 .search-form label .search-field {
    background: white;
    border: 1px solid #404040;
    margin-right: 9px;
    border-radius: 40px;
    color: #171717;
    flex-grow: 1;
    font: normal 1.6rem "Open Sans", sans-serif;
    outline: none;
    padding: 10px 16px; }
  section.error-404 .search-form .search-submit {
    background: none;
    border: none;
    border-radius: 40px !important;
    cursor: pointer;
    display: inline-block;
    font: bold 1.8rem "Trebuchet MS", sans-serif !important;
    margin: 16px 0 0;
    overflow: hidden;
    padding: 8px 24px !important;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    transition: color 0.2s ease, border-color 0.2s ease, padding 0.2s ease;
    z-index: 1;
    border: 2px solid #0da58f;
    background: #0da58f;
    color: #ffffff;
    color: #fff; }
    section.error-404 .search-form .search-submit:hover {
      border-color: #038c7a;
      background: #038c7a;
      padding: 8px 28px !important; }

article.search h2 {
  font-size: 25px; }

article.search article {
  border-bottom: 2px solid #F0F0F0;
  margin-bottom: 24px;
  padding-bottom: 24px; }

article.search .text-muted {
  font-size: 1.5rem; }

article.search a.post-thumbnail img {
  display: none; }

article.search footer {
  display: none; }

article.search .nav-links {
  font-size: 1.8rem;
  display: flex;
  justify-content: space-between; }
  article.search .nav-links .nav-previous, article.search .nav-links .nav-next {
    display: flex; }

body.page-id-783 .sidebar li.page-item-783 {
  display: none !important; }

/* _wide.scss */
#wide-hero {
  background-color: #0C3D72;
  color: white;
  min-height: 400px;
  padding: 140px 0;
  position: relative;
  text-align: center;
  z-index: 5; }
  #wide-hero::after {
    background: linear-gradient(rgba(23, 23, 23, 0.33), rgba(23, 23, 23, 0));
    content: '';
    height: 72px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  #wide-hero #jarallax-container-0 > div {
    height: var(--bannerHeight) !important; }
  #wide-hero .container {
    position: relative; }
  @media (min-width: 768px) {
    #wide-hero {
      padding: 160px 0;
      text-align: left; } }
  @media (min-width: 992px) {
    #wide-hero::after {
      height: 88px; } }
#wide-main {
  background: #ffffff;
  position: relative;
  z-index: 20; }
  #wide-main .main {
    background: #ffffff;
    min-height: 240px;
    padding: 24px 32px;
    position: relative;
    z-index: 10; }
    #wide-main .main h1, #wide-main .main h2, #wide-main .main h3, #wide-main .main h4, #wide-main .main #tribe-events-content .tribe-events-single-event-title, #tribe-events-content #wide-main .main .tribe-events-single-event-title, #wide-main .main .elementor-widget-image-box .elementor-image-box-title, .elementor-widget-image-box #wide-main .main .elementor-image-box-title, #wide-main .main h5 {
      color: #0C3D72; }

/* _blog.scss */
#blog-hero {
  background: #0C3D72 url("images/patterns/blue-swirl.jpg");
  color: #ffffff;
  padding: 80px 0 120px;
  position: relative;
  text-align: center;
  z-index: 5; }
  @media (min-width: 768px) {
    #blog-hero {
      text-align: left; } }
  @media (min-width: 992px) {
    #blog-hero {
      padding: 160px 0 120px; } }
#blog-main {
  background: #ffffff;
  position: relative;
  z-index: 20; }
  #blog-main .main {
    margin-top: -40px; }
    #blog-main .main .post {
      display: flex;
      width: 100%; }
    #blog-main .main .entry {
      display: flex;
      flex-direction: column;
      margin-bottom: 24px;
      position: relative;
      width: 100%; }
      #blog-main .main .entry .post-image {
        background: #0C3D72 url("images/water-background-1.jpg") center/cover;
        display: block;
        height: 240px;
        width: 100%; }
        #blog-main .main .entry .post-image .post-thumbnail {
          background: #0C3D72;
          display: block;
          height: 100%; }
          #blog-main .main .entry .post-image .post-thumbnail:hover img {
            opacity: 0.5; }
          #blog-main .main .entry .post-image .post-thumbnail img {
            height: 100%;
            object-fit: cover;
            transition: opacity 0.25s ease;
            width: 100%; }
      #blog-main .main .entry article .post-date {
        background: #0da58f;
        padding: 4px 8px;
        position: absolute;
        top: 0;
        left: 0; }
        #blog-main .main .entry article .post-date .posted-on {
          font-size: 0; }
          #blog-main .main .entry article .post-date .posted-on .entry-date.published {
            color: #ffffff;
            font: bold 1.4rem "Open Sans", sans-serif !important; }
      #blog-main .main .entry article .title {
        font-size: 2.4rem;
        line-height: 1.2;
        margin: 16px 0; }
        #blog-main .main .entry article .title a {
          color: #0C3D72; }
          #blog-main .main .entry article .title a:hover {
            color: #5DABFF; }
      #blog-main .main .entry article .tags {
        font-size: 0; }
        #blog-main .main .entry article .tags a {
          font: bold 1.4rem "Open Sans", sans-serif;
          text-transform: uppercase; }
          #blog-main .main .entry article .tags a:hover {
            color: white; }
          #blog-main .main .entry article .tags a::after {
            content: ', '; }
          #blog-main .main .entry article .tags a:last-of-type::after {
            content: none; }
    #blog-main .main .posts-navigation {
      border-top: 1px solid #f1f1f1;
      margin-top: 24px;
      margin-bottom: 80px;
      padding-top: 8px;
      width: 100%; }
      #blog-main .main .posts-navigation .screen-reader-text {
        font-size: 1.8rem;
        font-weight: bold; }
      #blog-main .main .posts-navigation .nav-links {
        display: flex;
        justify-content: space-between; }
        #blog-main .main .posts-navigation .nav-links a {
          font: bold 1.6rem "Open Sans", sans-serif; }
  #blog-main .sidebar {
    display: none; }
    #blog-main .sidebar .submenu {
      padding-bottom: 8px; }
      #blog-main .sidebar .submenu h6 {
        color: #0C3D72;
        font-size: 1.6rem;
        letter-spacing: 0.5px;
        margin-bottom: 0;
        padding: 16px 0; }
      #blog-main .sidebar .submenu select {
        border: 1px solid #f1f1f1;
        font: normal 1.6rem "Open Sans", sans-serif;
        margin-bottom: 24px; }
      #blog-main .sidebar .submenu .tagcloud {
        margin: 0 0 16px; }
        #blog-main .sidebar .submenu .tagcloud a {
          border-bottom: 1px solid #f1f1f1;
          color: #171717;
          display: block;
          font: normal 1.6rem "Open Sans", sans-serif;
          font-size: 1.6rem !important;
          padding: 8px 0;
          text-transform: capitalize;
          transition: background 0.25s ease, padding 0.25s ease; }
          #blog-main .sidebar .submenu .tagcloud a:last-of-type {
            border: none; }
          #blog-main .sidebar .submenu .tagcloud a:hover {
            color: #0C3D72;
            padding-left: 4px; }
  @media (min-width: 768px) {
    #blog-main .sidebar {
      display: block;
      margin-top: 40px; } }
  @media (min-width: 992px) {
    #blog-main .main {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #blog-main .main .post {
        width: 49%; }
      #blog-main .main .entry .post-image {
        height: 320px; }
      #blog-main .main .entry article .title {
        font-size: 2.8rem; } }
/* _post.scss */
#post-hero {
  background-color: #01254B;
  background-position: center;
  background-size: cover;
  color: #ffffff;
  height: 320px;
  position: relative;
  text-align: center;
  z-index: 5; }
  @media (min-width: 768px) {
    #post-hero {
      text-align: left; } }
  @media (min-width: 992px) {
    #post-hero {
      height: 400px; } }
#post-meta {
  background: #0C3D72 url("images/patterns/blue-swirl.jpg");
  color: #ffffff;
  padding: 40px 0;
  position: relative;
  z-index: 10; }
  #post-meta .post-date .posted-on {
    font-size: 0; }
    #post-meta .post-date .posted-on .entry-date.published {
      color: #ffffff;
      font: bold 1.4rem "Open Sans", sans-serif !important; }
  #post-meta .title {
    margin-top: 8px; }
  @media (min-width: 992px) {
    #post-meta {
      padding: 80px 0 160px; } }
#post-main {
  background: #ffffff;
  padding: 40px 0;
  position: relative;
  z-index: 20; }
  #post-main .post > p:first-of-type::first-letter, #post-main .main ul .post > li:first-of-type::first-letter, .main ul #post-main .post > li:first-of-type::first-letter, #post-main #tribe-events-content .tribe-events-meta-group .post > dl:first-of-type::first-letter, #tribe-events-content .tribe-events-meta-group #post-main .post > dl:first-of-type::first-letter, #post-main .elementor-widget-image-box .post > .elementor-image-box-description:first-of-type::first-letter, .elementor-widget-image-box #post-main .post > .elementor-image-box-description:first-of-type::first-letter {
    color: #171717;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 5.6rem;
    float: left;
    line-height: 0.55;
    margin: 13px 8px 0 0; }
  #post-main .post img {
    height: auto !important; }
  @media (min-width: 992px) {
    #post-main {
      background: #f1f1f1;
      padding: 0; }
      #post-main .main {
        margin-top: -80px;
        padding-top: 80px;
        padding-bottom: 80px;
        position: relative;
        z-index: 1; }
        #post-main .main::before {
          background: #ffffff;
          content: '';
          height: 100%;
          position: absolute;
          top: 0;
          left: -8.333vw;
          width: 100vw;
          z-index: -1; } }
  @media (min-width: 1024px) {
    #post-main .post > p:first-of-type::first-letter, #post-main .main ul .post > li:first-of-type::first-letter, .main ul #post-main .post > li:first-of-type::first-letter, #post-main #tribe-events-content .tribe-events-meta-group .post > dl:first-of-type::first-letter, #tribe-events-content .tribe-events-meta-group #post-main .post > dl:first-of-type::first-letter, #post-main .elementor-widget-image-box .post > .elementor-image-box-description:first-of-type::first-letter, .elementor-widget-image-box #post-main .post > .elementor-image-box-description:first-of-type::first-letter {
      font-size: 6.4rem;
      margin: 15px 8px 0 0; } }
#post-cta {
  background: #ffffff;
  border-top: 1px solid #f1f1f1;
  padding: 24px 0; }
  #post-cta #share {
    font-size: 1.6rem; }
  @media (min-width: 992px) {
    #post-cta {
      background: #f1f1f1;
      padding: 0; }
      #post-cta .flex-row > div {
        padding: 40px 0;
        position: relative;
        z-index: 1; }
        #post-cta .flex-row > div::before {
          background: #ffffff;
          content: '';
          height: 100%;
          position: absolute;
          top: 0;
          left: -8.333vw;
          width: 100vw;
          z-index: -1; } }
#post-nav {
  background: #f1f1f1;
  padding: 24px 0 80px; }
  #post-nav .heading {
    color: #0C3D72; }
  #post-nav .post-next {
    margin-top: 40px; }
  @media (min-width: 768px) {
    #post-nav {
      padding: 24px 0 48px; } }
  @media (min-width: 992px) {
    #post-nav {
      padding: 40px 0 64px; } }
/* _exhibit.scss */
#exhibit-hero {
  background: #0C3D72 url("images/patterns/blue-swirl.jpg");
  color: white;
  padding: 80px 0 0;
  position: relative;
  z-index: 10; }
  #exhibit-hero .content {
    margin-bottom: 80px;
    padding: 0 40px; }
    #exhibit-hero .content h1 {
      color: white; }
  #exhibit-hero .image {
    max-height: 640px;
    overflow: hidden;
    position: relative; }
    #exhibit-hero .image img {
      width: 100%; }
  @media (min-width: 768px) {
    #exhibit-hero {
      padding-top: 0; }
      #exhibit-hero .flex-row {
        align-items: center;
        flex-direction: row-reverse; }
      #exhibit-hero .content {
        margin-bottom: 40px;
        width: 50%; }
      #exhibit-hero .image {
        width: 50%; } }
  @media (min-width: 992px) {
    #exhibit-hero {
      padding-top: 80px;
      position: relative; }
      #exhibit-hero .flex-row {
        justify-content: flex-end;
        position: relative; }
      #exhibit-hero .content {
        margin-bottom: 80px;
        padding: 0 80px; }
      #exhibit-hero .image {
        margin-bottom: 0; } }
#exhibit-info {
  position: relative;
  z-index: 15; }
  #exhibit-info .container-fluid {
    padding: 0; }
  #exhibit-info .info-bar {
    background: #0da58f;
    color: #ffffff;
    padding: 40px;
    position: relative; }
    #exhibit-info .info-bar::before {
      background: url("images/patterns/green-border-top.svg") repeat-x;
      content: '';
      height: 50px;
      background-size: 250px 80px;
      position: absolute;
      top: -50px;
      left: 0px;
      width: 100%;
      z-index: 10; }
    #exhibit-info .info-bar::after {
      background: url("images/patterns/green-border-top.svg") repeat-x;
      content: '';
      height: 50px;
      background-size: 250px 80px;
      position: absolute;
      bottom: -50px;
      left: 0px;
      transform: scaleY(-1);
      width: 100%;
      z-index: 10; }
    #exhibit-info .info-bar p, #exhibit-info .info-bar .main ul li, .main ul #exhibit-info .info-bar li, #exhibit-info .info-bar #tribe-events-content .tribe-events-meta-group dl, #tribe-events-content .tribe-events-meta-group #exhibit-info .info-bar dl, #exhibit-info .info-bar .elementor-widget-image-box .elementor-image-box-description, .elementor-widget-image-box #exhibit-info .info-bar .elementor-image-box-description {
      color: #ffffff; }
    #exhibit-info .info-bar .info-wrap .info {
      text-align: center; }
      #exhibit-info .info-bar .info-wrap .info:not(:first-child) {
        margin-top: 40px; }
      #exhibit-info .info-bar .info-wrap .info .icon {
        background: #ffffff;
        border-radius: 50%;
        margin: 0 auto 16px;
        width: 64px; }
        #exhibit-info .info-bar .info-wrap .info .icon img {
          padding: 16px; }
  @media (min-width: 768px) {
    #exhibit-info .info-bar .info-wrap {
      display: flex;
      justify-content: space-between; }
      #exhibit-info .info-bar .info-wrap .info {
        flex-basis: 32%;
        margin-top: 0 !important; } }
  @media (min-width: 992px) {
    #exhibit-info {
      margin-top: -40px;
      z-index: 15; }
      #exhibit-info .flex-row {
        padding: 0 1rem; }
      #exhibit-info .info-bar {
        padding: 40px; } }
  @media (min-width: 1024px) {
    #exhibit-info .info-bar {
      padding: 40px 80px; } }
#exhibit-main {
  padding: 40px 0 80px; }
  @media (min-width: 768px) {
    #exhibit-main {
      padding: 80px 0; } }
/* _landing.scss */
#landing-hero {
  padding: 80px 0; }
  #landing-hero .column-two {
    margin-top: 40px; }
  #landing-hero h1, #landing-hero h2, #landing-hero h3, #landing-hero h4, #landing-hero #tribe-events-content .tribe-events-single-event-title, #tribe-events-content #landing-hero .tribe-events-single-event-title, #landing-hero .elementor-widget-image-box .elementor-image-box-title, .elementor-widget-image-box #landing-hero .elementor-image-box-title, #landing-hero h5 {
    color: #0C3D72; }
  @media (min-width: 768px) {
    #landing-hero .column-two {
      margin-top: 0; } }
  @media (min-width: 992px) {
    #landing-hero {
      padding: 160px 0 80px; } }
#landing-banner {
  background-color: #0C3D72;
  color: white;
  padding: 120px 0;
  position: relative;
  text-align: center;
  z-index: 5; }
  #landing-banner p, #landing-banner .main ul li, .main ul #landing-banner li, #landing-banner #tribe-events-content .tribe-events-meta-group dl, #tribe-events-content .tribe-events-meta-group #landing-banner dl, #landing-banner .elementor-widget-image-box .elementor-image-box-description, .elementor-widget-image-box #landing-banner .elementor-image-box-description {
    color: white; }

#landing-main {
  background: #ffffff;
  padding: 80px 0;
  position: relative;
  z-index: 20; }
  #landing-main h1, #landing-main h2, #landing-main h3, #landing-main h4, #landing-main #tribe-events-content .tribe-events-single-event-title, #tribe-events-content #landing-main .tribe-events-single-event-title, #landing-main .elementor-widget-image-box .elementor-image-box-title, .elementor-widget-image-box #landing-main .elementor-image-box-title, #landing-main h5 {
    color: #0C3D72; }

/* _experiences.scss */
#experiences-hero {
  background-color: #0C3D72;
  color: white;
  min-height: 400px;
  padding: 140px 0;
  position: relative;
  text-align: center;
  z-index: 5; }
  #experiences-hero::after {
    background: linear-gradient(rgba(23, 23, 23, 0.33), rgba(23, 23, 23, 0));
    content: '';
    height: 72px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  #experiences-hero #jarallax-container-0 > div {
    height: var(--bannerHeight) !important; }
  #experiences-hero .container {
    position: relative; }
  @media (min-width: 768px) {
    #experiences-hero {
      padding: 160px 0; } }
  @media (min-width: 992px) {
    #experiences-hero {
      padding: 200px 0 160px; }
      #experiences-hero::after {
        height: 88px; } }
#experiences-animals {
  background: #0da58f;
  color: #ffffff;
  position: relative;
  z-index: 20; }
  #experiences-animals .line::after {
    background: #ffffff; }
  #experiences-animals p, #experiences-animals .main ul li, .main ul #experiences-animals li, #experiences-animals #tribe-events-content .tribe-events-meta-group dl, #tribe-events-content .tribe-events-meta-group #experiences-animals dl, #experiences-animals .elementor-widget-image-box .elementor-image-box-description, .elementor-widget-image-box #experiences-animals .elementor-image-box-description {
    color: #ffffff; }
  #experiences-animals .link {
    color: #ffffff; }
  #experiences-animals .slider {
    margin-top: 40px;
    margin-bottom: -40px; }
  #experiences-animals .slide-wrap {
    box-shadow: 0 4px 24px rgba(23, 23, 23, 0.25); }
    #experiences-animals .slide-wrap .slide {
      background: #0C3D72;
      color: #ffffff;
      height: 100%;
      position: relative;
      padding: 40px 40px 120px; }
      #experiences-animals .slide-wrap .slide img {
        height: 100%;
        object-fit: cover;
        opacity: 0.33;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%; }
      #experiences-animals .slide-wrap .slide .content {
        position: relative; }
        #experiences-animals .slide-wrap .slide .content .link {
          color: #5DABFF; }
  #experiences-animals .owl-carousel .owl-stage {
    align-items: stretch;
    display: flex; }
  #experiences-animals .owl-carousel .owl-nav {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translate(-50%, 0); }
    #experiences-animals .owl-carousel .owl-nav button {
      border-radius: 50%;
      color: #ffffff;
      font-size: 2.4rem;
      height: 48px;
      margin: 0 8px;
      outline: none;
      position: relative;
      width: 48px; }
      #experiences-animals .owl-carousel .owl-nav button.owl-prev {
        border: 2px solid #ffffff; }
        #experiences-animals .owl-carousel .owl-nav button.owl-prev i {
          left: 47.5%; }
      #experiences-animals .owl-carousel .owl-nav button.owl-next {
        background: #0da58f; }
        #experiences-animals .owl-carousel .owl-nav button.owl-next i {
          left: 52.5%; }
      #experiences-animals .owl-carousel .owl-nav button i {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
  @media (min-width: 768px) {
    #experiences-animals {
      box-shadow: 0 0 16px rgba(23, 23, 23, 0.25); }
      #experiences-animals .flex-row {
        align-items: center; }
      #experiences-animals .slider {
        margin-top: 0;
        margin-bottom: 0;
        padding: 0;
        position: relative; }
        #experiences-animals .slider::before {
          background: url("images/patterns/green-wave.svg") center/auto 101% repeat-y;
          content: '';
          height: 100%;
          position: absolute;
          top: 50%;
          left: -4px;
          transform: translate(0, -50%);
          width: 80px;
          z-index: 10; }
      #experiences-animals .slide-wrap {
        box-shadow: none; }
        #experiences-animals .slide-wrap .slide {
          padding: 40px 120px 40px 40px; }
      #experiences-animals .owl-carousel .owl-nav {
        display: flex;
        flex-direction: column-reverse;
        top: 50%;
        right: 24px;
        bottom: auto;
        left: auto;
        transform: translate(0, -50%); }
        #experiences-animals .owl-carousel .owl-nav button {
          margin: 8px 0; } }
  @media (min-width: 992px) {
    #experiences-animals .slide-wrap .slide {
      padding: 80px 120px 80px 16.667%; } }
  @media (min-width: 1024px) {
    #experiences-animals .slide-wrap .slide {
      padding: 80px 160px 80px 16.667%; } }
#experiences-encounters {
  background: none;
  position: relative;
  z-index: 10; }
  #experiences-encounters .flex-row {
    align-items: flex-start; }
  #experiences-encounters .content {
    background: #0C3D72 url("images/patterns/blue-swirl.jpg");
    color: #ffffff;
    padding-top: 80px;
    padding-bottom: 80px; }
    #experiences-encounters .content .line::after {
      background: #5DABFF; }
    #experiences-encounters .content .link {
      color: #ffffff; }
      #experiences-encounters .content .link:hover {
        color: #5DABFF; }
    #experiences-encounters .content p, #experiences-encounters .content .main ul li, .main ul #experiences-encounters .content li, #experiences-encounters .content #tribe-events-content .tribe-events-meta-group dl, #tribe-events-content .tribe-events-meta-group #experiences-encounters .content dl, #experiences-encounters .content .elementor-widget-image-box .elementor-image-box-description, .elementor-widget-image-box #experiences-encounters .content .elementor-image-box-description {
      color: #ffffff; }
  #experiences-encounters h3 .link {
    font-family: "Trebuchet MS", sans-serif;
    font-size: inherit; }
    #experiences-encounters h3 .link::before {
      content: none; }
    #experiences-encounters h3 .link::after {
      font-size: 1.8rem;
      vertical-align: 2px; }
  #experiences-encounters .image {
    margin-top: -40px; }
  @media (min-width: 768px) {
    #experiences-encounters {
      background: #f1f1f1; }
      #experiences-encounters .flex-row {
        flex-direction: row-reverse; }
      #experiences-encounters .content {
        position: relative; }
        #experiences-encounters .content::before {
          background: #0C3D72 url("images/patterns/blue-swirl.jpg");
          box-shadow: 0 16px 40px rgba(23, 23, 23, 0.33);
          content: '';
          height: 100%;
          position: absolute;
          top: 0;
          right: 0;
          width: calc(100% + 25%); }
        #experiences-encounters .content p, #experiences-encounters .content .main ul li, .main ul #experiences-encounters .content li, #experiences-encounters .content #tribe-events-content .tribe-events-meta-group dl, #tribe-events-content .tribe-events-meta-group #experiences-encounters .content dl, #experiences-encounters .content .elementor-widget-image-box .elementor-image-box-description, .elementor-widget-image-box #experiences-encounters .content .elementor-image-box-description {
          position: relative; }
      #experiences-encounters .image {
        margin-top: 80px;
        position: relative; } }
  @media (min-width: 992px) {
    #experiences-encounters .flex-row {
      justify-content: flex-end; }
    #experiences-encounters .content::before {
      right: auto;
      left: -25%;
      width: calc(100% + 50%); } }
#experiences-interactives {
  background: none;
  padding: 40px 0;
  position: relative;
  z-index: 5; }
  #experiences-interactives .flex-row {
    align-items: flex-start; }
  #experiences-interactives h1, #experiences-interactives h2, #experiences-interactives h3 {
    color: #0C3D72; }
  #experiences-interactives h3 .link {
    font-family: "Trebuchet MS", sans-serif;
    font-size: inherit; }
    #experiences-interactives h3 .link::before {
      content: none; }
    #experiences-interactives h3 .link::after {
      font-size: 1.8rem;
      vertical-align: 2px; }
  #experiences-interactives .image {
    margin-top: 40px; }
  @media (min-width: 768px) {
    #experiences-interactives::before {
      background: #f1f1f1;
      content: '';
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      width: 75vw;
      z-index: -1; } }
  @media (min-width: 992px) {
    #experiences-interactives {
      padding: 80px 0; } }
#experiences-exhibits .slider {
  background: #0da58f;
  color: white;
  margin-top: 80px;
  position: relative; }
  #experiences-exhibits .slider::before {
    background: url("images/patterns/green-border-top.svg") repeat-x;
    content: '';
    height: 50px;
    position: absolute;
    top: -50px;
    left: 0px;
    width: 100%;
    z-index: 10; }
  #experiences-exhibits .slider .slide-wrap {
    position: relative;
    z-index: 10; }
    #experiences-exhibits .slider .slide-wrap .slide .content p, #experiences-exhibits .slider .slide-wrap .slide .content .main ul li, .main ul #experiences-exhibits .slider .slide-wrap .slide .content li, #experiences-exhibits .slider .slide-wrap .slide .content #tribe-events-content .tribe-events-meta-group dl, #tribe-events-content .tribe-events-meta-group #experiences-exhibits .slider .slide-wrap .slide .content dl, #experiences-exhibits .slider .slide-wrap .slide .content .elementor-widget-image-box .elementor-image-box-description, .elementor-widget-image-box #experiences-exhibits .slider .slide-wrap .slide .content .elementor-image-box-description {
      color: white; }
    #experiences-exhibits .slider .slide-wrap .slide img {
      margin-top: 24px;
      margin-bottom: 24px; }
  #experiences-exhibits .slider .owl-carousel .owl-nav {
    position: absolute;
    bottom: 48px;
    left: 50%;
    transform: translate(-50%, 0); }
    #experiences-exhibits .slider .owl-carousel .owl-nav button {
      border-radius: 50%;
      color: #ffffff;
      font-size: 2.4rem;
      height: 48px;
      margin: 0 8px;
      outline: none;
      position: relative;
      width: 48px; }
      #experiences-exhibits .slider .owl-carousel .owl-nav button.owl-prev {
        border: 2px solid #ffffff; }
        #experiences-exhibits .slider .owl-carousel .owl-nav button.owl-prev i {
          left: 47.5%; }
      #experiences-exhibits .slider .owl-carousel .owl-nav button.owl-next {
        background: #0da58f; }
        #experiences-exhibits .slider .owl-carousel .owl-nav button.owl-next i {
          left: 52.5%; }
      #experiences-exhibits .slider .owl-carousel .owl-nav button i {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }

@media (min-width: 768px) {
  #experiences-exhibits {
    margin-top: 40px; }
    #experiences-exhibits .slider .slide-wrap .slide {
      align-items: flex-start;
      display: flex;
      justify-content: space-between; }
      #experiences-exhibits .slider .slide-wrap .slide .content {
        width: 50%; }
      #experiences-exhibits .slider .slide-wrap .slide img {
        margin-top: -80px;
        margin-bottom: 40px;
        width: 42%; }
    #experiences-exhibits .slider .owl-stage-outer {
      overflow: visible; }
    #experiences-exhibits .slider .owl-carousel .owl-nav {
      bottom: 40px;
      left: 0;
      transform: none; }
      #experiences-exhibits .slider .owl-carousel .owl-nav button.owl-next {
        background: none;
        border: 2px solid white; } }

@media (min-width: 992px) {
  #experiences-exhibits .slider .slide-wrap .slide {
    margin: 0 auto;
    width: 83%; }
  #experiences-exhibits .slider .owl-carousel .owl-nav {
    margin: 0 auto;
    position: relative;
    top: -88px;
    width: 83%; } }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

.tnew-psdetail-container-left-column {
  display: none; }

.tnew-page,
.page-template-tnew {
  /*----------------------------------------------------------------------------- */
  /* TN-Express Specific values
----------------------------------------------------------------------------- */
  /* SYOS Required Styles */
  /* color classes */
  /****************************************************/
  /* font classes */
  /****************************************************/
  /* border classes */
  /****************************************************/
  /* login page tab styles */
  /* tab: bLeft bTop bRight medium bgW */
  /* calendar styles -- needs cleanup */
  /* text calendar styles */
  /* calendar div positioning */
  /* adding 8.15.09: perf day on, off -- easier to manage than to change in code each time TNEW licensee needs customized */
  /* error style */
  /****************************************************/
  /* button style */
  /****************************************************/
  /* text, drop down field style */
  /****************************************************/
  /* more info link style */
  /****************************************************/
  /* small purchaselink style */
  /****************************************************/
  /* large purchaselink styles */
  /****************************************************/
  /* change event styles */
  /****************************************************/
  /* Cart Styles */
  /****************************************************/
  /* jQuery Dialog Window */
  /****************************************************/
  /** 
 ** New Customizations - JUNE 2017 
 **/
  /* Controls */
  /* Calendar Widget */
  /* Event List */
  /* Footer */ }
  .tnew-page #page,
  .page-template-tnew #page {
    overflow: visible; }
  .tnew-page input[type="checkbox"], .tnew-page input[type="radio"],
  .page-template-tnew input[type="checkbox"],
  .page-template-tnew input[type="radio"] {
    position: relative;
    -webkit-appearance: initial;
    appearance: initial;
    box-sizing: border-box;
    padding: 3px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: white;
    border: solid 1px #6e6d6d;
    color: #6e6d6d;
    background-color: #FFFFFF; }
  .tnew-page input[type="checkbox"]:checked,
  .tnew-page input[type="radio"]:checked,
  .page-template-tnew input[type="checkbox"]:checked,
  .page-template-tnew input[type="radio"]:checked {
    background-color: #0da58f; }
  .tnew-page input[type="checkbox"]:checked:after,
  .page-template-tnew input[type="checkbox"]:checked:after {
    content: "\2713";
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .tnew-page .TNEW-form input[type="text"],
  .tnew-page .TNEW-form input[type="email"],
  .tnew-page .TNEW-form input[type="url"],
  .tnew-page .TNEW-form input[type="number"],
  .tnew-page .TNEW-form input[type="tel"],
  .tnew-page .TNEW-form input[type="password"],
  .tnew-page .TNEW-form textarea,
  .tnew-page .TNEW-form select,
  .page-template-tnew .TNEW-form input[type="text"],
  .page-template-tnew .TNEW-form input[type="email"],
  .page-template-tnew .TNEW-form input[type="url"],
  .page-template-tnew .TNEW-form input[type="number"],
  .page-template-tnew .TNEW-form input[type="tel"],
  .page-template-tnew .TNEW-form input[type="password"],
  .page-template-tnew .TNEW-form textarea,
  .page-template-tnew .TNEW-form select {
    width: 100%;
    max-width: 450px; }
  .tnew-page select,
  .page-template-tnew select {
    font-size: 18px; }
  .tnew-page #content,
  .page-template-tnew #content {
    float: none !important;
    width: 100% !important;
    /*background-color: #d2edf9 !important;*/ }
  .tnew-page #tnew-content,
  .page-template-tnew #tnew-content {
    font-size: initial;
    margin: 0px auto;
    max-width: 1320px;
    padding: 40px;
    text-align: center;
    width: 100%; }
  .tnew-page .tnew-selectseating-continueshop-button,
  .page-template-tnew .tnew-selectseating-continueshop-button {
    display: none; }
  .tnew-page input.btnStyle.tnew-auxcyoperf-drop-button,
  .page-template-tnew input.btnStyle.tnew-auxcyoperf-drop-button {
    width: 179px !important; }
  .tnew-page input.btnStyle.tnew-auxcyoperf-add-button,
  .page-template-tnew input.btnStyle.tnew-auxcyoperf-add-button {
    width: 179px !important; }
  .tnew-page input#viewNFSPerfButton,
  .page-template-tnew input#viewNFSPerfButton {
    width: 210px !important; }
  .tnew-page #footer,
  .page-template-tnew #footer {
    padding-top: 0 !important;
    width: 100% !important;
    text-align: left !important; }
  .tnew-page #syosSwfContainer,
  .page-template-tnew #syosSwfContainer {
    width: 80%;
    height: 477px;
    min-width: 650px;
    /* swf size */ }
  .tnew-page object,
  .page-template-tnew object {
    outline: none;
    /* disable swf outline in firefox */ }
  .tnew-page .c1,
  .page-template-tnew .c1 {
    color: #0da58f; }
  .tnew-page .c2,
  .page-template-tnew .c2 {
    color: #253c6a; }
  .tnew-page .c3,
  .page-template-tnew .c3 {
    color: #6b6b6b; }
  .tnew-page .c4,
  .page-template-tnew .c4 {
    color: #e2e3e3; }
  .tnew-page .w,
  .page-template-tnew .w {
    color: #ffffff; }
  .tnew-page .b,
  .page-template-tnew .b {
    color: #000000; }
  .tnew-page .bgC1,
  .page-template-tnew .bgC1 {
    background-color: #0da58f; }
  .tnew-page .bgC2,
  .page-template-tnew .bgC2 {
    background-color: #253c6a; }
  .tnew-page .bgC3,
  .page-template-tnew .bgC3 {
    background-color: #6b6b6b; }
  .tnew-page .bgC4,
  .page-template-tnew .bgC4 {
    background-color: #e2e3e3; }
  .tnew-page .bgW,
  .page-template-tnew .bgW {
    background-color: #ffffff; }
  .tnew-page .bgB,
  .page-template-tnew .bgB {
    background-color: #000000; }
  .tnew-page .smaller,
  .page-template-tnew .smaller {
    font-family: 'dosisbook', sans-serif;
    font-size: 16px;
    font-weight: normal; }
  .tnew-page .small,
  .page-template-tnew .small {
    font-family: 'dosisbook', sans-serif;
    font-size: 20px;
    font-weight: normal; }
  .tnew-page .medium,
  .page-template-tnew .medium {
    font-family: 'dosisbook', sans-serif;
    font-size: 18px; }
  .tnew-page .large,
  .page-template-tnew .large {
    font-family: 'dosisbook', sans-serif;
    font-size: 24px;
    font-weight: normal; }
  .tnew-page .larger,
  .page-template-tnew .larger {
    font-family: 'dosisbook', sans-serif;
    font-size: 26px;
    font-weight: 700; }
  .tnew-page .huge,
  .page-template-tnew .huge {
    font-family: 'dosisbook', sans-serif;
    font-size: 4em;
    font-weight: normal; }
  .tnew-page .syos_facility_desc,
  .page-template-tnew .syos_facility_desc {
    font-family: 'dosisbook', sans-serif;
    font-size: 16px;
    font-weight: 700; }
  .tnew-page .titleofevent,
  .page-template-tnew .titleofevent {
    font-family: 'dosisbook', sans-serif;
    font-size: 16px;
    font-weight: 700; }
  .tnew-page #detailed-events,
  .page-template-tnew #detailed-events {
    font-family: 'dosisbook', sans-serif;
    /* font-size:12px; */ }
  .tnew-page #detailed-events li.display-date,
  .page-template-tnew #detailed-events li.display-date {
    font-family: 'dosisbook', sans-serif;
    font-size: 12px; }
  .tnew-page #performance-detail,
  .page-template-tnew #performance-detail {
    font-family: 'dosisbook', sans-serif;
    font-size: 16px;
    font-weight: 700; }
  .tnew-page .bLeft,
  .page-template-tnew .bLeft {
    border-left: 1px solid #e2e3e3; }
  .tnew-page .bRight,
  .page-template-tnew .bRight {
    border-right: 1px solid #e2e3e3; }
  .tnew-page .bTop,
  .page-template-tnew .bTop {
    border-top: 1px solid #e2e3e3; }
  .tnew-page .bBottom,
  .page-template-tnew .bBottom {
    border-bottom: 1px solid #e2e3e3; }
  .tnew-page .bAll,
  .page-template-tnew .bAll {
    border: 1px solid #e2e3e3; }
  .tnew-page .tab,
  .page-template-tnew .tab {
    border-left: 1px solid #e2e3e3;
    border-right: 1px solid #e2e3e3;
    border-top: 1px solid #e2e3e3;
    background: #EFEFEF; }
  .tnew-page .ui-tabs .ui-tabs-nav li.ui-tabs-selected,
  .page-template-tnew .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
    border-left: 1px solid #e2e3e3;
    border-right: 1px solid #e2e3e3;
    border-top: 1px solid #e2e3e3;
    background: #FFFFFF; }
  .tnew-page .tabLink,
  .page-template-tnew .tabLink {
    color: #0da58f; }
  .tnew-page .tabLink:hover,
  .page-template-tnew .tabLink:hover {
    color: #253c6a; }
  .tnew-page .calendarDay, .tnew-page .calendarDate,
  .page-template-tnew .calendarDay,
  .page-template-tnew .calendarDate {
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    float: left;
    text-align: center;
    width: 30px; }
  .tnew-page .calendarDate,
  .page-template-tnew .calendarDate {
    font-size: 20px; }
  .tnew-page #calendarContain, .tnew-page #calendarNav,
  .page-template-tnew #calendarContain,
  .page-template-tnew #calendarNav {
    position: relative;
    display: block;
    float: none;
    padding: 7px; }
  .tnew-page #calendarContain,
  .page-template-tnew #calendarContain {
    overflow: auto;
    min-height: 300px; }
  .tnew-page #boxContain, .tnew-page #textContain,
  .page-template-tnew #boxContain,
  .page-template-tnew #textContain {
    position: absolute;
    left: 0px;
    top: 0px;
    visibility: visible;
    height: inherit; }
  .tnew-page #disp,
  .page-template-tnew #disp {
    left: 0px;
    top: 0px; }
  .tnew-page #disp_perfs, .tnew-page #disp_calendar,
  .page-template-tnew #disp_perfs,
  .page-template-tnew #disp_calendar {
    display: block;
    float: left; }
  .tnew-page .perfDayOn,
  .page-template-tnew .perfDayOn {
    border: 1px solid #e2e3e3;
    background-color: #253c6a;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 14px;
    cursor: pointer; }
  .tnew-page .perfDayOff,
  .page-template-tnew .perfDayOff {
    border: 1px solid #e2e3e3;
    background-color: #0A2240;
    color: #e2e3e3;
    font-size: 12px;
    line-height: 14px; }
  .tnew-page .errorLabel,
  .page-template-tnew .errorLabel {
    font-family: 'dosisbook', sans-serif;
    font-size: 12px;
    color: #0da58f;
    background-color: #eeeeee;
    margin-top: 20px;
    margin-bottom: 20px; }
  .tnew-page .errDiv,
  .page-template-tnew .errDiv {
    border-top: 1px solid #0da58f;
    border-bottom: 1px solid #0da58f;
    padding: 10px;
    font-size: 12px;
    color: #0da58f;
    margin-bottom: 10px;
    margin-top: 10px; }
  .tnew-page .btnStyle,
  .page-template-tnew .btnStyle {
    font-weight: normal;
    color: #0da58f;
    background-color: #ffffff;
    text-align: center;
    display: inline-block;
    padding: 10px 25px;
    font-family: 'dosisbold', sans-serif;
    font-size: 18px;
    letter-spacing: 0.2em;
    border-width: 2px;
    border-style: solid;
    text-transform: uppercase; }
  .tnew-page .btnStyle:hover,
  .page-template-tnew .btnStyle:hover {
    font-weight: normal;
    color: #ffffff;
    background-color: #0da58f;
    border: solid 1px #0da58f;
    text-align: center;
    display: inline-block;
    padding: 10px 25px;
    font-family: 'dosisbold', sans-serif;
    font-size: 18px;
    letter-spacing: 0.2em;
    border-width: 2px;
    border-style: solid;
    text-transform: uppercase; }
  .tnew-page .btnStyleInactive,
  .page-template-tnew .btnStyleInactive {
    font-family: 'dosisbook', sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #6e6d6d;
    background-color: #dddddd;
    border: solid 1px #6e6d6d;
    text-align: center; }
  .tnew-page .txtBox,
  .page-template-tnew .txtBox {
    border: solid 1px #6e6d6d;
    color: #6e6d6d;
    background-color: #FFFFFF;
    font-family: 'dosisbook', sans-serif;
    font-size: 16px;
    padding: 14px; }
  .tnew-page .txtBoxDisabled,
  .page-template-tnew .txtBoxDisabled {
    color: #6e6d6d;
    background-color: #dddddd;
    border: none;
    font-family: 'dosisbook', sans-serif;
    font-size: 12px; }
  .tnew-page .moreInfo,
  .page-template-tnew .moreInfo {
    color: #6e6d6d;
    font-family: 'dosisbook', sans-serif;
    /* font-size:12px; */ }
  .tnew-page .moreInfo:hover,
  .page-template-tnew .moreInfo:hover {
    color: #000000;
    font-family: 'dosisbook', sans-serif; }
  .tnew-page .purchaseSmall,
  .page-template-tnew .purchaseSmall {
    color: #0da58f;
    font-family: 'dosisbook', sans-serif;
    /* font-size:12px; */ }
  .tnew-page .purchaseSmall:hover,
  .page-template-tnew .purchaseSmall:hover {
    color: #000000;
    font-family: 'dosisbook', sans-serif; }
  .tnew-page .purchaseLarge,
  .page-template-tnew .purchaseLarge {
    color: #0da58f;
    font-family: 'dosisbook', sans-serif;
    font-size: 16px;
    font-weight: 700; }
  .tnew-page .purchaseLarge:hover,
  .page-template-tnew .purchaseLarge:hover {
    color: #000000;
    font-family: 'dosisbook', sans-serif;
    font-size: 16px;
    font-weight: 700; }
  .tnew-page .changeEvent,
  .page-template-tnew .changeEvent {
    color: #6e6d6d;
    font-family: 'dosisbook', sans-serif;
    font-size: 16px;
    font-weight: 700; }
  .tnew-page .changeEvent:hover,
  .page-template-tnew .changeEvent:hover {
    color: #000000;
    font-family: 'dosisbook', sans-serif;
    font-size: 16px;
    font-weight: 700; }
  .tnew-page .cart,
  .page-template-tnew .cart {
    font-family: 'dosisbook', sans-serif;
    font-size: 11px;
    color: #990000; }
  .tnew-page .cart TH,
  .page-template-tnew .cart TH {
    background-color: #0da58f;
    color: #990000;
    font-weight: bold;
    font-size: 12px;
    text-align: left; }
  .tnew-page .lineitem TH,
  .page-template-tnew .lineitem TH {
    background-color: #FFFFFF !important;
    font-size: 11px !important;
    font-weight: bold;
    text-decoration: underline; }
  .tnew-page .lineitem2,
  .page-template-tnew .lineitem2 {
    background-color: #0da58f; }
  .tnew-page .lineitem1,
  .page-template-tnew .lineitem1 {
    background-color: #0da58f; }
  .tnew-page .lineitemAlternate,
  .page-template-tnew .lineitemAlternate {
    color: #333333; }
  .tnew-page .lineitemTopBorder,
  .page-template-tnew .lineitemTopBorder {
    border-top: 1px solid #990000; }
  .tnew-page .lineitemHide,
  .page-template-tnew .lineitemHide {
    color: #ffffff; }
  .tnew-page .ui-dialog,
  .page-template-tnew .ui-dialog {
    position: relative;
    padding: .2em;
    width: 400px;
    background-color: #FFFFFF;
    border: 1px solid #0da58f;
    font-family: 'dosisbook', sans-serif;
    font-size: 12px;
    color: #0da58f; }
  .tnew-page .ui-dialog .ui-dialog-titlebar,
  .page-template-tnew .ui-dialog .ui-dialog-titlebar {
    padding: .5em .3em .3em 1em;
    position: relative;
    background-color: #6b6b6b; }
  .tnew-page .ui-dialog .ui-dialog-title,
  .page-template-tnew .ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0 .2em;
    color: #FFFFFF; }
  .tnew-page .ui-dialog .ui-dialog-titlebar-close,
  .page-template-tnew .ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 15px;
    margin: -10px 0 10px 0;
    padding: 1px;
    height: 15px; }
  .tnew-page .ui-dialog .ui-dialog-titlebar-close span,
  .page-template-tnew .ui-dialog .ui-dialog-titlebar-close span {
    display: block;
    margin: 1px; }
  .tnew-page .ui-dialog .ui-dialog-titlebar-close:hover, .tnew-page .ui-dialog .ui-dialog-titlebar-close:focus,
  .page-template-tnew .ui-dialog .ui-dialog-titlebar-close:hover,
  .page-template-tnew .ui-dialog .ui-dialog-titlebar-close:focus {
    padding: 0; }
  .tnew-page .ui-dialog .ui-dialog-content,
  .page-template-tnew .ui-dialog .ui-dialog-content {
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto;
    zoom: 1;
    color: #0da58f; }
  .tnew-page .ui-dialog .ui-dialog-buttonpane,
  .page-template-tnew .ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin: .5em 0 0 0;
    padding: .3em 1em .5em .4em;
    color: #0da58f; }
  .tnew-page .ui-dialog .ui-dialog-buttonpane button,
  .page-template-tnew .ui-dialog .ui-dialog-buttonpane button {
    float: right;
    cursor: pointer;
    width: auto;
    overflow: visible;
    color: #6b6b6b;
    font-size: 10px;
    font-weight: bold; }
  .tnew-page .ui-dialog .ui-resizable-se,
  .page-template-tnew .ui-dialog .ui-resizable-se {
    width: 14px;
    height: 14px;
    right: 3px;
    bottom: 3px; }
  .tnew-page .ui-draggable .ui-dialog-titlebar,
  .page-template-tnew .ui-draggable .ui-dialog-titlebar {
    cursor: move; }
  .tnew-page #prodText, .tnew-page #pText,
  .page-template-tnew #prodText,
  .page-template-tnew #pText {
    text-align: left; }
  .tnew-page button, .tnew-page input[type="button"], .tnew-page input[type="reset"], .tnew-page input[type="submit"],
  .page-template-tnew button,
  .page-template-tnew input[type="button"],
  .page-template-tnew input[type="reset"],
  .page-template-tnew input[type="submit"] {
    margin: 25px auto !important;
    padding: 10px 25px !important;
    font-size: 18px !important;
    letter-spacing: 0.2em !important; }
  .tnew-page .huge,
  .page-template-tnew .huge {
    font-size: 2em; }
  .tnew-page .tnew-site-loginwidget-wrapper,
  .page-template-tnew .tnew-site-loginwidget-wrapper {
    margin-bottom: 20px; }
  .tnew-page .btnStyle,
  .page-template-tnew .btnStyle {
    margin-top: 0 !important; }
  .tnew-page #tb_promo,
  .page-template-tnew #tb_promo {
    width: 125px !important; }
  .tnew-page a#lbtn_promo,
  .page-template-tnew a#lbtn_promo {
    color: #0da58f;
    font-family: 'dosisbold', sans-serif;
    text-transform: uppercase;
    background-color: #fff;
    border: 2px solid #0da58f;
    box-shadow: none;
    text-shadow: none;
    margin: 25px 0;
    padding: 5px 10px;
    display: inline-block;
    -webkit-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    -transition: 0.2s;
    transition: 0.2s; }
  @media (max-width: 767px) {
    .tnew-page nav.tn-subnav-component #tn-apply-promo,
    .page-template-tnew nav.tn-subnav-component #tn-apply-promo {
      display: flex;
      flex-direction: column; }
      .tnew-page nav.tn-subnav-component #tn-apply-promo #tn-subnav-promo-code,
      .page-template-tnew nav.tn-subnav-component #tn-apply-promo #tn-subnav-promo-code {
        border-radius: 40px;
        margin: 0;
        padding: 10px 20px;
        width: 140px; }
      .tnew-page nav.tn-subnav-component #tn-apply-promo #tn-subnav-promo-button,
      .page-template-tnew nav.tn-subnav-component #tn-apply-promo #tn-subnav-promo-button {
        margin: 10px 0 0 !important; } }
  .tnew-page span#btn-prev,
  .tnew-page span#btn-next,
  .page-template-tnew span#btn-prev,
  .page-template-tnew span#btn-next {
    width: 7.5%; }
  .tnew-page #select-year, .tnew-page #select-week,
  .page-template-tnew #select-year,
  .page-template-tnew #select-week {
    width: 10%; }
  .tnew-page #select-month, .tnew-page #keywords,
  .page-template-tnew #select-month,
  .page-template-tnew #keywords {
    width: 15%; }
  .tnew-page #select-year, .tnew-page #select-week, .tnew-page #select-month,
  .page-template-tnew #select-year,
  .page-template-tnew #select-week,
  .page-template-tnew #select-month {
    height: 32px; }
  .tnew-page #month-year-title,
  .page-template-tnew #month-year-title {
    margin: 0;
    padding: 10px 5px;
    width: 65%;
    max-width: 800px;
    float: left;
    color: #fff;
    background: #0DA58F;
    text-align: center;
    border-radius: 10px 10px 0 0 !important; }
  .tnew-page #calendar,
  .page-template-tnew #calendar {
    max-width: 800px; }
  .tnew-page .tnew-site-table-wrapper *,
  .page-template-tnew .tnew-site-table-wrapper * {
    text-align: center !important; }
  .tnew-page table.fc-header,
  .page-template-tnew table.fc-header {
    display: none !important; }
  .tnew-page table.fc-border-separate,
  .page-template-tnew table.fc-border-separate {
    padding: 0; }
  .tnew-page table.fc-border-separate thead,
  .page-template-tnew table.fc-border-separate thead {
    background: #006A50 !important;
    width: 100%; }
  .tnew-page table.fc-border-separate thead th,
  .page-template-tnew table.fc-border-separate thead th {
    color: #fff;
    font-size: 20px;
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
    width: 14.285%; }
  .tnew-page table.fc-border-separate tbody,
  .page-template-tnew table.fc-border-separate tbody {
    background: #fff; }
  .tnew-page table.fc-border-separate thead *,
  .tnew-page table.fc-border-separate tbody *,
  .page-template-tnew table.fc-border-separate thead *,
  .page-template-tnew table.fc-border-separate tbody * {
    border: none !important; }
  .tnew-page table.fc-border-separate tbody td,
  .page-template-tnew table.fc-border-separate tbody td {
    padding: .7em .3em;
    text-align: center !important;
    font-size: 20px; }
  .tnew-page table.fc-border-separate tbody td.fc-widget-content:not(.fc-other-month):hover,
  .page-template-tnew table.fc-border-separate tbody td.fc-widget-content:not(.fc-other-month):hover {
    cursor: pointer;
    color: #fff;
    background: #0d5aa7 !important; }
  .tnew-page .fc-grid .fc-day-number,
  .page-template-tnew .fc-grid .fc-day-number {
    float: none !important; }
  .tnew-page .perfDayOff,
  .page-template-tnew .perfDayOff {
    border: none;
    background-color: #0DA58F !important;
    color: #fff;
    font-size: 12px;
    line-height: 14px; }
  .tnew-page #detailed-events li.display-date,
  .page-template-tnew #detailed-events li.display-date {
    margin: 0 0 10px;
    padding: 5px;
    font-size: 18px;
    color: #fff;
    background: #0A2240 !important;
    text-align: center !important; }
  .tnew-page #detailed-events div.text,
  .page-template-tnew #detailed-events div.text {
    width: 100% !important; }
  .tnew-page ul#detailed-events li * div,
  .page-template-tnew ul#detailed-events li * div {
    text-align: center !important; }
  .tnew-page ul#detailed-events li img,
  .page-template-tnew ul#detailed-events li img {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 5px; }
  .tnew-page ul#detailed-events li a.textctrl-buy-link,
  .page-template-tnew ul#detailed-events li a.textctrl-buy-link {
    display: block;
    color: #fff;
    background-color: #0d5aa7;
    border-radius: 30px;
    margin: 0 0 10px;
    padding: 10px 15px 10px 20px !important;
    text-align: center;
    width: 100%;
    text-transform: uppercase; }
  .tnew-page ul#detailed-events li a.textctrl-buy-link.purchaseSmall,
  .page-template-tnew ul#detailed-events li a.textctrl-buy-link.purchaseSmall {
    background-color: #0da58f; }
  .tnew-page #footer.site-footer,
  .page-template-tnew #footer.site-footer {
    background-color: #e6e2dd !important;
    color: #0a2240 !important;
    position: relative;
    z-index: 1; }
  .tnew-page #footer.site-footer .site-info p, .tnew-page #footer.site-footer .site-info .main ul li, .main ul .tnew-page #footer.site-footer .site-info li, .tnew-page #footer.site-footer .site-info #tribe-events-content .tribe-events-meta-group dl, #tribe-events-content .tribe-events-meta-group .tnew-page #footer.site-footer .site-info dl, .tnew-page #footer.site-footer .site-info .elementor-widget-image-box .elementor-image-box-description, .elementor-widget-image-box .tnew-page #footer.site-footer .site-info .elementor-image-box-description,
  .page-template-tnew #footer.site-footer .site-info p,
  .page-template-tnew #footer.site-footer .site-info .main ul li,
  .main ul .page-template-tnew #footer.site-footer .site-info li,
  .page-template-tnew #footer.site-footer .site-info #tribe-events-content .tribe-events-meta-group dl,
  #tribe-events-content .tribe-events-meta-group .page-template-tnew #footer.site-footer .site-info dl,
  .page-template-tnew #footer.site-footer .site-info .elementor-widget-image-box .elementor-image-box-description,
  .elementor-widget-image-box .page-template-tnew #footer.site-footer .site-info .elementor-image-box-description {
    color: #0a2240 !important; }
  .tnew-page .site-info .row,
  .page-template-tnew .site-info .row {
    float: none !important;
    display: block;
    margin: 0 auto; }
  .tnew-page .site-info .row .large-12,
  .page-template-tnew .site-info .row .large-12 {
    display: inline-block;
    width: 50%; }
  .tnew-page .site-info .row .large-5,
  .page-template-tnew .site-info .row .large-5 {
    display: inline-block;
    width: 20.83333%; }
  .tnew-page .column:last-child:not(:first-child), .tnew-page .columns:last-child:not(:first-child),
  .page-template-tnew .column:last-child:not(:first-child),
  .page-template-tnew .columns:last-child:not(:first-child) {
    /*float: right !important;*/ }
  @media screen and (max-width: 800px) {
    .tnew-page,
    .page-template-tnew {
      /* General */
      /* Calendar */
      /* Shopping Cart */
      /* Checkout */ }
      .tnew-page button, .tnew-page input[type="button"], .tnew-page input[type="reset"], .tnew-page input[type="submit"],
      .page-template-tnew button,
      .page-template-tnew input[type="button"],
      .page-template-tnew input[type="reset"],
      .page-template-tnew input[type="submit"] {
        margin: 25px auto !important;
        padding: 10px 25px !important;
        font-size: 18px !important;
        letter-spacing: 0.2em !important; }
      .tnew-page span#btn-prev, .tnew-page span#btn-next,
      .page-template-tnew span#btn-prev,
      .page-template-tnew span#btn-next {
        width: 25%; }
      .tnew-page #select-year, .tnew-page #select-week,
      .page-template-tnew #select-year,
      .page-template-tnew #select-week {
        width: 20%; }
      .tnew-page #select-month, .tnew-page #keywords,
      .page-template-tnew #select-month,
      .page-template-tnew #keywords {
        width: 25%; }
      .tnew-page #calendar, .tnew-page #month-year-title,
      .page-template-tnew #calendar,
      .page-template-tnew #month-year-title {
        width: 100% !important;
        max-width: 100%; }
      .tnew-page ul#detailed-events,
      .page-template-tnew ul#detailed-events {
        width: 100% !important;
        float: none !important;
        clear: both !important; }
      .tnew-page ul#detailed-events li a.textctrl-buy-link,
      .page-template-tnew ul#detailed-events li a.textctrl-buy-link {
        font-size: 1em; }
      .tnew-page td.tnew-eventdetail-container-left-column,
      .tnew-page td.tnew-eventdetail-container-right-column,
      .tnew-page td.tnew-selectseating-container-left-column,
      .tnew-page td.tnew-selectseating-container-right-column,
      .page-template-tnew td.tnew-eventdetail-container-left-column,
      .page-template-tnew td.tnew-eventdetail-container-right-column,
      .page-template-tnew td.tnew-selectseating-container-left-column,
      .page-template-tnew td.tnew-selectseating-container-right-column {
        display: block !important;
        width: 100% !important;
        float: none !important;
        clear: both !important;
        border: none !important; }
      .tnew-page #cartTable td,
      .page-template-tnew #cartTable td {
        display: block;
        width: 100%;
        clear: both;
        float: none;
        text-align: center !important; }
      .tnew-page #cartTable table table tr:first-child,
      .page-template-tnew #cartTable table table tr:first-child {
        display: none; }
      .tnew-page #cartTable table table tr td,
      .page-template-tnew #cartTable table table tr td {
        text-align: center !important; }
      .tnew-page #cartTable table table tr td:nth-child(5n),
      .page-template-tnew #cartTable table table tr td:nth-child(5n) {
        display: none; }
      .tnew-page #cartTable table table tr td:nth-child(6n)::before,
      .page-template-tnew #cartTable table table tr td:nth-child(6n)::before {
        content: 'Total: '; }
      .tnew-page .tnew-facebook-login input[type="button"],
      .page-template-tnew .tnew-facebook-login input[type="button"] {
        font-size: 14px !important;
        display: inline-block;
        width: auto;
        color: #fff;
        background-color: #3B5998;
        border: none;
        padding-left: 45px !important; }
      .tnew-page .tnew-facebook-login .fa-stack,
      .page-template-tnew .tnew-facebook-login .fa-stack {
        font-size: 0.8em; } }
.tnew-page,
.page-template-tnew {
  /*----------------------------------------------------------------------------- */
  /* TN-Express Specific values
----------------------------------------------------------------------------- */
  /* SYOS Required Styles */
  /* color classes */
  /****************************************************/
  /* font classes */
  /****************************************************/
  /* border classes */
  /****************************************************/
  /* login page tab styles */
  /* tab: bLeft bTop bRight medium bgW */
  /* calendar styles -- needs cleanup */
  /* text calendar styles */
  /* calendar div positioning */
  /* adding 8.15.09: perf day on, off -- easier to manage than to change in code each time TNEW licensee needs customized */
  /* error style */
  /****************************************************/
  /* button style */
  /****************************************************/
  /* text, drop down field style */
  /****************************************************/
  /* more info link style */
  /****************************************************/
  /* small purchaselink style */
  /****************************************************/
  /* large purchaselink styles */
  /****************************************************/
  /* change event styles */
  /****************************************************/
  /* Cart Styles */
  /****************************************************/
  /* jQuery Dialog Window */
  /****************************************************/
  /*--------------------------------------------------------------------
Global CSS for Tessitura Master Page
----------------------------------------------------------------------*/
  /*----------------------------------------------------------------------------- */
  /* Global
----------------------------------------------------------------------------- */
  /*----------------------------------------------------------------------------- */
  /* Table
/*----------------------------------------------------------------------------- */
  /*----------------------------------------------------------------------------- */
  /* Page
/*----------------------------------------------------------------------------- */
  /*----------------------------------------------------------------------------- */
  /* Registration, Required Fields, Text
/*----------------------------------------------------------------------------- */
  /*----------------------------------------------------------------------------- */
  /* Header -> Site logo, Slogan and Profile Info from Tessitura
/*----------------------------------------------------------------------------- */
  /*----------------------------------------------------------------------------- */
  /* Navigation Styles go here
/*----------------------------------------------------------------------------- */
  /*----------------------------------------------------------------------------- */
  /* LeftCol Menu
/*----------------------------------------------------------------------------- */
  /*----------------------------------------------------------------------------- */
  /* LeftCol Boxes
/*----------------------------------------------------------------------------- */
  /*----------------------------------------------------------------------------- */
  /* Clearing 
/*----------------------------------------------------------------------------- */
  /*----------------------------------------------------------------------------- */
  /* Tab select container -- landing page
/*----------------------------------------------------------------------------- */
  /*----------------------------------------------------------------------------- */
  /* Footer 
/*----------------------------------------------------------------------------- */
  /*----------------------------------------------------------------------------- */
  /* Content
/*----------------------------------------------------------------------------- */
  /*#content
{
    float: right;
    width: 714px;
    position: relative;
    padding-bottom: 50px; background: transparent url("__org/Tessitura/_images/bgRightColHeader.jpg.html") repeat-y top right;
}*/
  /*----------------------------------------------------------------------------- */
  /* Right Column 
/*----------------------------------------------------------------------------- */ }
  .tnew-page #syosSwfContainer,
  .page-template-tnew #syosSwfContainer {
    width: 80%;
    height: 477px;
    min-width: 650px;
    /* swf size */ }
  .tnew-page object,
  .page-template-tnew object {
    outline: none;
    /* disable swf outline in firefox */ }
  .tnew-page .c1,
  .page-template-tnew .c1 {
    color: #F15E48; }
  .tnew-page .c2,
  .page-template-tnew .c2 {
    color: #253c6a; }
  .tnew-page .c3,
  .page-template-tnew .c3 {
    color: #6b6b6b; }
  .tnew-page .c4,
  .page-template-tnew .c4 {
    color: #e2e3e3; }
  .tnew-page .w,
  .page-template-tnew .w {
    color: #ffffff; }
  .tnew-page .b,
  .page-template-tnew .b {
    color: #000000; }
  .tnew-page .bgC1,
  .page-template-tnew .bgC1 {
    background-color: #F15E48; }
  .tnew-page .bgC2,
  .page-template-tnew .bgC2 {
    background-color: #253c6a; }
  .tnew-page .bgC3,
  .page-template-tnew .bgC3 {
    background-color: #6b6b6b; }
  .tnew-page .bgC4,
  .page-template-tnew .bgC4 {
    background-color: #e2e3e3; }
  .tnew-page .bgW,
  .page-template-tnew .bgW {
    background-color: #ffffff; }
  .tnew-page .bgB,
  .page-template-tnew .bgB {
    background-color: #000000; }
  .tnew-page .smaller,
  .page-template-tnew .smaller {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal; }
  .tnew-page .small,
  .page-template-tnew .small {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal; }
  .tnew-page .medium,
  .page-template-tnew .medium {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px; }
  .tnew-page .large,
  .page-template-tnew .large {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal; }
  .tnew-page .larger,
  .page-template-tnew .larger {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: 700; }
  .tnew-page .huge,
  .page-template-tnew .huge {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: normal; }
  .tnew-page .bLeft,
  .page-template-tnew .bLeft {
    border-left: 1px solid #e2e3e3; }
  .tnew-page .bRight,
  .page-template-tnew .bRight {
    border-right: 1px solid #e2e3e3; }
  .tnew-page .bTop,
  .page-template-tnew .bTop {
    border-top: 1px solid #e2e3e3; }
  .tnew-page .bBottom,
  .page-template-tnew .bBottom {
    border-bottom: 1px solid #e2e3e3; }
  .tnew-page .bAll,
  .page-template-tnew .bAll {
    border: 1px solid #e2e3e3; }
  .tnew-page .tab,
  .page-template-tnew .tab {
    border-left: 1px solid #e2e3e3;
    border-right: 1px solid #e2e3e3;
    border-top: 1px solid #e2e3e3;
    background: #EFEFEF; }
  .tnew-page .ui-tabs .ui-tabs-nav li.ui-tabs-selected,
  .page-template-tnew .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
    border-left: 1px solid #e2e3e3;
    border-right: 1px solid #e2e3e3;
    border-top: 1px solid #e2e3e3;
    background: #FFFFFF; }
  .tnew-page .tabLink,
  .page-template-tnew .tabLink {
    color: #F15E48; }
  .tnew-page .tabLink:hover,
  .page-template-tnew .tabLink:hover {
    color: #253c6a; }
  .tnew-page .calendarDay, .tnew-page .calendarDate,
  .page-template-tnew .calendarDay,
  .page-template-tnew .calendarDate {
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    float: left;
    text-align: center;
    width: 30px; }
  .tnew-page .calendarDate,
  .page-template-tnew .calendarDate {
    font-size: 20px; }
  .tnew-page #calendarContain, .tnew-page #calendarNav,
  .page-template-tnew #calendarContain,
  .page-template-tnew #calendarNav {
    position: relative;
    display: block;
    float: none;
    padding: 7px; }
  .tnew-page #calendarContain,
  .page-template-tnew #calendarContain {
    overflow: auto;
    min-height: 300px; }
  .tnew-page #boxContain, .tnew-page #textContain,
  .page-template-tnew #boxContain,
  .page-template-tnew #textContain {
    position: absolute;
    left: 0px;
    top: 0px;
    visibility: visible;
    height: inherit; }
  .tnew-page #disp,
  .page-template-tnew #disp {
    left: 0px;
    top: 0px; }
  .tnew-page #disp_perfs, .tnew-page #disp_calendar,
  .page-template-tnew #disp_perfs,
  .page-template-tnew #disp_calendar {
    display: block;
    float: left; }
  .tnew-page .perfDayOn,
  .page-template-tnew .perfDayOn {
    border: 1px solid #e2e3e3;
    background-color: #253c6a;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 14px;
    cursor: pointer; }
  .tnew-page .perfDayOff,
  .page-template-tnew .perfDayOff {
    border: 1px solid #e2e3e3;
    background-color: #F15E48;
    color: #e2e3e3;
    font-size: 16px;
    line-height: 14px; }
  .tnew-page .errorLabel,
  .page-template-tnew .errorLabel {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #F15E48;
    background-color: #eeeeee;
    margin-top: 20px;
    margin-bottom: 20px; }
  .tnew-page .errDiv,
  .page-template-tnew .errDiv {
    border-top: 1px solid #F15E48;
    border-bottom: 1px solid #F15E48;
    padding: 10px;
    font-size: 16px;
    color: #F15E48;
    margin-bottom: 10px;
    margin-top: 10px; }
  .tnew-page .btnStyle,
  .page-template-tnew .btnStyle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #F15E48;
    background-color: #ffffff;
    border: solid 1px #6e6d6d;
    text-align: center; }
  .tnew-page .btnStyleInactive,
  .page-template-tnew .btnStyleInactive {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #6e6d6d;
    background-color: #dddddd;
    border: solid 1px #6e6d6d;
    text-align: center; }
  .tnew-page .txtBox,
  .page-template-tnew .txtBox {
    border: solid 1px #6e6d6d;
    color: #6e6d6d;
    background-color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px; }
  .tnew-page .txtBoxDisabled,
  .page-template-tnew .txtBoxDisabled {
    color: #6e6d6d;
    background-color: #dddddd;
    border: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px; }
  .tnew-page .moreInfo,
  .page-template-tnew .moreInfo {
    color: #6e6d6d;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px; }
  .tnew-page .moreInfo:hover,
  .page-template-tnew .moreInfo:hover {
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px; }
  .tnew-page .purchaseSmall,
  .page-template-tnew .purchaseSmall {
    color: #F15E48;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px; }
  .tnew-page .purchaseSmall:hover,
  .page-template-tnew .purchaseSmall:hover {
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px; }
  .tnew-page .purchaseLarge,
  .page-template-tnew .purchaseLarge {
    color: #F15E48;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700; }
  .tnew-page .purchaseLarge:hover,
  .page-template-tnew .purchaseLarge:hover {
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700; }
  .tnew-page .changeEvent,
  .page-template-tnew .changeEvent {
    color: #6e6d6d;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700; }
  .tnew-page .changeEvent:hover,
  .page-template-tnew .changeEvent:hover {
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700; }
  .tnew-page .cart,
  .page-template-tnew .cart {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 16px;
    color: #990000; }
  .tnew-page .cart TH,
  .page-template-tnew .cart TH {
    background-color: #F15E48;
    color: #990000;
    font-weight: bold;
    font-size: 16px;
    text-align: left; }
  .tnew-page .lineitem TH,
  .page-template-tnew .lineitem TH {
    background-color: #FFFFFF !important;
    font-size: 14px !important;
    font-weight: bold;
    text-decoration: underline; }
  .tnew-page .lineitem2,
  .page-template-tnew .lineitem2 {
    background-color: #F15E48; }
  .tnew-page .lineitem1,
  .page-template-tnew .lineitem1 {
    background-color: #F15E48; }
  .tnew-page .lineitemAlternate,
  .page-template-tnew .lineitemAlternate {
    color: #333333; }
  .tnew-page .lineitemTopBorder,
  .page-template-tnew .lineitemTopBorder {
    border-top: 1px solid #990000; }
  .tnew-page .lineitemHide,
  .page-template-tnew .lineitemHide {
    color: #ffffff; }
  .tnew-page .ui-dialog,
  .page-template-tnew .ui-dialog {
    position: relative;
    padding: .2em;
    width: 400px;
    background-color: #FFFFFF;
    border: 1px solid #F15E48;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #F15E48; }
  .tnew-page .ui-dialog .ui-dialog-titlebar,
  .page-template-tnew .ui-dialog .ui-dialog-titlebar {
    padding: .5em .3em .3em 1em;
    position: relative;
    background-color: #6b6b6b; }
  .tnew-page .ui-dialog .ui-dialog-title,
  .page-template-tnew .ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0 .2em;
    color: #FFFFFF; }
  .tnew-page .ui-dialog .ui-dialog-titlebar-close,
  .page-template-tnew .ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 15px;
    margin: -10px 0 10px 0;
    padding: 1px;
    height: 15px; }
  .tnew-page .ui-dialog .ui-dialog-titlebar-close span,
  .page-template-tnew .ui-dialog .ui-dialog-titlebar-close span {
    display: block;
    margin: 1px; }
  .tnew-page .ui-dialog .ui-dialog-titlebar-close:hover, .tnew-page .ui-dialog .ui-dialog-titlebar-close:focus,
  .page-template-tnew .ui-dialog .ui-dialog-titlebar-close:hover,
  .page-template-tnew .ui-dialog .ui-dialog-titlebar-close:focus {
    padding: 0; }
  .tnew-page .ui-dialog .ui-dialog-content,
  .page-template-tnew .ui-dialog .ui-dialog-content {
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto;
    zoom: 1;
    color: #F15E48; }
  .tnew-page .ui-dialog .ui-dialog-buttonpane,
  .page-template-tnew .ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin: .5em 0 0 0;
    padding: .3em 1em .5em .4em;
    color: #F15E48; }
  .tnew-page .ui-dialog .ui-dialog-buttonpane button,
  .page-template-tnew .ui-dialog .ui-dialog-buttonpane button {
    float: right;
    cursor: pointer;
    width: auto;
    overflow: visible;
    color: #6b6b6b;
    font-size: 14px;
    font-weight: bold; }
  .tnew-page .ui-dialog .ui-resizable-se,
  .page-template-tnew .ui-dialog .ui-resizable-se {
    width: 14px;
    height: 14px;
    right: 3px;
    bottom: 3px; }
  .tnew-page .ui-draggable .ui-dialog-titlebar,
  .page-template-tnew .ui-draggable .ui-dialog-titlebar {
    cursor: move; }
  .tnew-page #prodText, .tnew-page #pText,
  .page-template-tnew #prodText,
  .page-template-tnew #pText {
    text-align: left; }
  .tnew-page table,
  .page-template-tnew table {
    border-collapse: collapse;
    border-spacing: 0; }
  .tnew-page table, .tnew-page table td, .tnew-page table th,
  .page-template-tnew table,
  .page-template-tnew table td,
  .page-template-tnew table th {
    vertical-align: top;
    padding: 4px;
    /*padding: 0px 5px;*/
    font-weight: normal; }
  .tnew-page table, .tnew-page table th,
  .page-template-tnew table,
  .page-template-tnew table th {
    text-align: left; }
  .tnew-page body,
  .page-template-tnew body {
    margin: 0;
    padding: 0;
    background: #ffffff url("../__org/Tessitura/_images/bgBody.gif.html") repeat-x bottom left;
    font-family: arial, verdana, sans-serif;
    font-size: 16px;
    /* line-height: 1.4em; */
    behavior: url("../__org/Tessitura/_script/csshover2.htc.html");
    color: #666667; }
  .tnew-page #wrapper,
  .page-template-tnew #wrapper {
    width: 974px;
    margin: 0 auto;
    background: #ffffff url("../__org/Tessitura/_images/btmWrapper.jpg.html") no-repeat bottom left; }
  .tnew-page #mainContentWrap, .tnew-page #mainContentWrapNoNav,
  .page-template-tnew #mainContentWrap,
  .page-template-tnew #mainContentWrapNoNav {
    margin-top: 3px;
    background: url("../__org/Tessitura/_images/rtColBg.gif.html") repeat-y top right; }
  .tnew-page #promoArea,
  .page-template-tnew #promoArea {
    margin: 0 20px 20px 19px;
    border-bottom: 2px solid #ddd; }
  .tnew-page #promoArea h2,
  .page-template-tnew #promoArea h2 {
    margin-bottom: 6px; }
  .tnew-page img.left,
  .page-template-tnew img.left {
    float: left;
    margin: 0 10px 10px 0; }
  .tnew-page img.right,
  .page-template-tnew img.right {
    float: right;
    margin: 0 0 10px 10px; }
  .tnew-page span.reqTxt,
  .page-template-tnew span.reqTxt {
    display: block;
    margin-bottom: 10px;
    color: #ff0000;
    font-style: oblique; }
  .tnew-page span.req,
  .page-template-tnew span.req {
    float: left;
    display: inline;
    padding-right: 4px;
    color: #ff0000; }
  .tnew-page span.horizError,
  .page-template-tnew span.horizError {
    line-height: 21px;
    margin-left: 5px; }
  .tnew-page #header,
  .page-template-tnew #header {
    background: url("../__org/Tessitura/_images/rtColBg.gif.html") repeat-y right top;
    height: 104px;
    position: relative;
    top: 0px;
    left: 0px; }
  .tnew-page #header h2#logo,
  .page-template-tnew #header h2#logo {
    position: absolute;
    left: 19px;
    top: 40px; }
  .tnew-page #header h2#logo a,
  .page-template-tnew #header h2#logo a {
    /*  display: block;
    width: 142px;
    height: 49px;
    outline: none;
    text-indent: -5000px;
    background: url("../__org/Tessitura/_images/logo.png.html") top left no-repeat;
    behavior: url("../js/iepngfix.htc.html"); TBD */ }
  .tnew-page #header #slogan,
  .page-template-tnew #header #slogan {
    position: absolute;
    top: 77px;
    left: 181px;
    color: #686868;
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: 16px;
    font-weight: normal; }
  .tnew-page #CommonHeaderUserArea,
  .page-template-tnew #CommonHeaderUserArea {
    margin: 0;
    padding-left: 2px;
    position: absolute;
    right: 23px;
    top: 18px;
    width: 207px;
    color: #fff; }
  .tnew-page #CommonHeaderUserArea p, .main ul .tnew-page #CommonHeaderUserArea li, .tnew-page #CommonHeaderUserArea #tribe-events-content .tribe-events-meta-group dl, #tribe-events-content .tribe-events-meta-group .tnew-page #CommonHeaderUserArea dl, .tnew-page #CommonHeaderUserArea .elementor-widget-image-box .elementor-image-box-description, .elementor-widget-image-box .tnew-page #CommonHeaderUserArea .elementor-image-box-description, .tnew-page #CommonHeaderUserArea a, .tnew-page #CommonHeaderUserArea ul li,
  .page-template-tnew #CommonHeaderUserArea p,
  .main ul .page-template-tnew #CommonHeaderUserArea li,
  .page-template-tnew #CommonHeaderUserArea #tribe-events-content .tribe-events-meta-group dl,
  #tribe-events-content .tribe-events-meta-group .page-template-tnew #CommonHeaderUserArea dl,
  .page-template-tnew #CommonHeaderUserArea .elementor-widget-image-box .elementor-image-box-description,
  .elementor-widget-image-box .page-template-tnew #CommonHeaderUserArea .elementor-image-box-description,
  .page-template-tnew #CommonHeaderUserArea a,
  .page-template-tnew #CommonHeaderUserArea ul li {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold; }
  .tnew-page #CommonHeaderUserArea p, .tnew-page #CommonHeaderUserArea .main ul li, .main ul .tnew-page #CommonHeaderUserArea li, .tnew-page #CommonHeaderUserArea #tribe-events-content .tribe-events-meta-group dl, #tribe-events-content .tribe-events-meta-group .tnew-page #CommonHeaderUserArea dl, .tnew-page #CommonHeaderUserArea .elementor-widget-image-box .elementor-image-box-description, .elementor-widget-image-box .tnew-page #CommonHeaderUserArea .elementor-image-box-description,
  .page-template-tnew #CommonHeaderUserArea p,
  .page-template-tnew #CommonHeaderUserArea .main ul li,
  .main ul .page-template-tnew #CommonHeaderUserArea li,
  .page-template-tnew #CommonHeaderUserArea #tribe-events-content .tribe-events-meta-group dl,
  #tribe-events-content .tribe-events-meta-group .page-template-tnew #CommonHeaderUserArea dl,
  .page-template-tnew #CommonHeaderUserArea .elementor-widget-image-box .elementor-image-box-description,
  .elementor-widget-image-box .page-template-tnew #CommonHeaderUserArea .elementor-image-box-description {
    line-height: 26px;
    padding-left: 5px;
    background: url("../__org/Tessitura/_images/lineDotted.jpg.html") repeat-x bottom left; }
  .tnew-page #CommonHeaderUserArea ul,
  .page-template-tnew #CommonHeaderUserArea ul {
    padding-left: 5px; }
  .tnew-page #CommonHeaderUserArea ul li,
  .page-template-tnew #CommonHeaderUserArea ul li {
    list-style-type: none;
    display: inline;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 16px; }
  .tnew-page #CommonHeaderUserArea ul li.first,
  .page-template-tnew #CommonHeaderUserArea ul li.first {
    padding-left: 0px; }
  .tnew-page #CommonHeaderUserArea div.sub2,
  .page-template-tnew #CommonHeaderUserArea div.sub2 {
    padding: 4px 0 6px 1px; }
  .tnew-page #CommonHeaderUserArea div.sub2 a,
  .page-template-tnew #CommonHeaderUserArea div.sub2 a {
    font-size: 16px;
    font-weight: bold; }
  .tnew-page .CommonSearchContentInner form,
  .page-template-tnew .CommonSearchContentInner form {
    background: url("../__org/Tessitura/_images/inputBoxArrow.gif.html") no-repeat right 6px; }
  .tnew-page #CommonHeaderUserWelcome h3,
  .page-template-tnew #CommonHeaderUserWelcome h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #fff;
    padding-bottom: 5px;
    background: url("../__org/Tessitura/_images/lineDotted.jpg.html") repeat-x bottom left; }
  .tnew-page .CommonSearchArea,
  .page-template-tnew .CommonSearchArea {
    width: 182px;
    overflow: hidden;
    position: absolute;
    right: 25px;
    margin-top: 5px; }
  .tnew-page #mainContent h3,
  .page-template-tnew #mainContent h3 {
    color: #686868;
    text-transform: uppercase;
    font-size: 16px; }
  .tnew-page #HeaderUserAccount,
  .page-template-tnew #HeaderUserAccount {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 2px 0 10px 0; }
  .tnew-page #HeaderUserAccount span a,
  .page-template-tnew #HeaderUserAccount span a {
    font-weight: bold; }
  .tnew-page #nav,
  .page-template-tnew #nav {
    background: url("../__org/Tessitura/_images/bgNav.jpg.html");
    height: 26px;
    width: 974px; }
  .tnew-page #nav,
  .page-template-tnew #nav {
    height: 26px;
    width: 974px;
    background: url("../__org/Tessitura/_images/bgNav.jpg.html"); }
  .tnew-page #nav ul,
  .page-template-tnew #nav ul {
    padding-left: 0px; }
  .tnew-page #nav ul li,
  .page-template-tnew #nav ul li {
    float: left;
    display: inline;
    height: 26px; }
  .tnew-page #nav ul li a,
  .page-template-tnew #nav ul li a {
    display: block;
    color: #fff;
    font-size: 16px;
    text-indent: -9999px;
    _display: inline-block; }
  .tnew-page #nav a#navCommunity,
  .page-template-tnew #nav a#navCommunity {
    display: block;
    height: 26px;
    width: 113px;
    background: url("../__org/Tessitura/_images/navSprite.gif.html") no-repeat 0px 0px; }
  .tnew-page #nav a#navCommunity:hover,
  .tnew-page #nav a#navCommunity.selected,
  .page-template-tnew #nav a#navCommunity:hover,
  .page-template-tnew #nav a#navCommunity.selected {
    background-position: 0 -26px; }
  .tnew-page #nav a#navLearning,
  .page-template-tnew #nav a#navLearning {
    display: block;
    height: 26px;
    width: 168px;
    background: url("../__org/Tessitura/_images/navSprite.gif.html") no-repeat -113px 0px; }
  .tnew-page #nav a#navLearning:hover,
  .tnew-page #nav a#navLearning.selected,
  .page-template-tnew #nav a#navLearning:hover,
  .page-template-tnew #nav a#navLearning.selected {
    background-position: -113px -26px; }
  .tnew-page #nav a#navSupport,
  .page-template-tnew #nav a#navSupport {
    display: block;
    height: 26px;
    width: 156px;
    background: url("../__org/Tessitura/_images/navSprite.gif.html") no-repeat -282px 0px; }
  .tnew-page #nav a#navSupport:hover,
  .tnew-page #nav a#navSupport.selected,
  .page-template-tnew #nav a#navSupport:hover,
  .page-template-tnew #nav a#navSupport.selected {
    background-position: -282px -26px; }
  .tnew-page #nav a#navConsulting,
  .page-template-tnew #nav a#navConsulting {
    display: block;
    height: 26px;
    width: 160px;
    background: url("../__org/Tessitura/_images/navSprite.gif.html") no-repeat -438px 0px; }
  .tnew-page #nav a#navConsulting:hover,
  .tnew-page #nav a#navConsulting.selected,
  .page-template-tnew #nav a#navConsulting:hover,
  .page-template-tnew #nav a#navConsulting.selected {
    background-position: -438px -26px; }
  .tnew-page #nav a#navProducts,
  .page-template-tnew #nav a#navProducts {
    display: block;
    height: 26px;
    width: 99px;
    background: url("../__org/Tessitura/_images/navSprite.gif.html") no-repeat -598px 0px; }
  .tnew-page #nav a#navProducts:hover,
  .tnew-page #nav a#navProducts.selected,
  .page-template-tnew #nav a#navProducts:hover,
  .page-template-tnew #nav a#navProducts.selected {
    background-position: -598px -26px; }
  .tnew-page #nav a#navCalendar,
  .page-template-tnew #nav a#navCalendar {
    display: block;
    height: 26px;
    width: 90px;
    background: url("../__org/Tessitura/_images/navSprite.gif.html") no-repeat -697px 0px; }
  .tnew-page #nav a#navCalendar:hover,
  .tnew-page #nav a#navCalendar.selected,
  .page-template-tnew #nav a#navCalendar:hover,
  .page-template-tnew #nav a#navCalendar.selected {
    background-position: -697px -26px; }
  .tnew-page #nav a#navConference,
  .page-template-tnew #nav a#navConference {
    display: block;
    height: 26px;
    width: 110px;
    background: url("../__org/Tessitura/_images/navSprite.gif.html") no-repeat -787px 0px; }
  .tnew-page #nav a#navConference:hover,
  .tnew-page #nav a#navConference.selected,
  .page-template-tnew #nav a#navConference:hover,
  .page-template-tnew #nav a#navConference.selected {
    background-position: -787px -26px; }
  .tnew-page #nav a#navAbout,
  .page-template-tnew #nav a#navAbout {
    display: block;
    height: 26px;
    width: 78px;
    background: url("../__org/Tessitura/_images/navSprite.gif.html") no-repeat -897px 0px; }
  .tnew-page #nav a#navAbout:hover,
  .tnew-page #nav a#navAbout.selected,
  .page-template-tnew #nav a#navAbout:hover,
  .page-template-tnew #nav a#navAbout.selected {
    background-position: -897px -26px; }
  .tnew-page #headerBottom,
  .page-template-tnew #headerBottom {
    background: url("../__org/Tessitura/_images/btmRightCol.jpg.html") no-repeat top right;
    height: 19px;
    margin-right: 12px; }
  .tnew-page #nav a#navCommunityLo,
  .page-template-tnew #nav a#navCommunityLo {
    display: block;
    height: 26px;
    width: 153px;
    background: url("../__org/Tessitura/_images/navSpritePublic.gif.html") no-repeat -507px 0px; }
  .tnew-page #nav a#navCommunityLo:hover,
  .tnew-page #nav a#navCommunityLo.selected,
  .page-template-tnew #nav a#navCommunityLo:hover,
  .page-template-tnew #nav a#navCommunityLo.selected {
    background-position: -507px -26px; }
  .tnew-page #nav a#navOpportunitiesLo,
  .page-template-tnew #nav a#navOpportunitiesLo {
    display: block;
    height: 26px;
    width: 164px;
    background: url("../__org/Tessitura/_images/navSpritePublic.gif.html") no-repeat -660px 0px; }
  .tnew-page #nav a#navOpportunitiesLo:hover,
  .tnew-page #nav a#navOpportunitiesLo.selected,
  .page-template-tnew #nav a#navOpportunitiesLo:hover,
  .page-template-tnew #nav a#navOpportunitiesLo.selected {
    background-position: -660px -26px; }
  .tnew-page #nav a#navContactLo,
  .page-template-tnew #nav a#navContactLo {
    display: block;
    height: 26px;
    width: 151px;
    background: url("../__org/Tessitura/_images/navSpritePublic.gif.html") no-repeat -824px 0px; }
  .tnew-page #nav a#navContactLo:hover,
  .tnew-page #nav a#navContactLo.selected,
  .page-template-tnew #nav a#navContactLo:hover,
  .page-template-tnew #nav a#navContactLo.selected {
    background-position: -824px -26px; }
  .tnew-page #nav a#navProductsLo,
  .page-template-tnew #nav a#navProductsLo {
    display: block;
    height: 26px;
    width: 202px;
    background: url("../__org/Tessitura/_images/navSpritePublic.gif.html") no-repeat -124px 0px; }
  .tnew-page #nav a#navProductsLo:hover,
  .tnew-page #nav a#navProductsLo.selected,
  .page-template-tnew #nav a#navProductsLo:hover,
  .page-template-tnew #nav a#navProductsLo.selected {
    background-position: -124px -26px; }
  .tnew-page #nav a#navUsersLo,
  .page-template-tnew #nav a#navUsersLo {
    display: block;
    height: 26px;
    width: 180px;
    background: url("../__org/Tessitura/_images/navSpritePublic.gif.html") no-repeat -327px 0px; }
  .tnew-page #nav a#navUsersLo:hover,
  .tnew-page #nav a#navUsersLo.selected,
  .page-template-tnew #nav a#navUsersLo:hover,
  .page-template-tnew #nav a#navUsersLo.selected {
    background-position: -327px -26px; }
  .tnew-page #nav a#navAboutLo,
  .page-template-tnew #nav a#navAboutLo {
    display: block;
    height: 26px;
    width: 124px;
    background: url("../__org/Tessitura/_images/navSpritePublic.gif.html") no-repeat 0px 0px; }
  .tnew-page #nav a#navAboutLo:hover,
  .tnew-page #nav a#navAboutLo.selected,
  .page-template-tnew #nav a#navAboutLo:hover,
  .page-template-tnew #nav a#navAboutLo.selected {
    background-position: 0px -26px; }
  .tnew-page #leftCol,
  .page-template-tnew #leftCol {
    padding-left: 15px;
    padding-right: 0px;
    float: left;
    width: 225px; }
  .tnew-page div#leftCol #leftNav,
  .page-template-tnew div#leftCol #leftNav {
    margin-bottom: 20px; }
  .tnew-page div#leftCol #leftNav ul,
  .page-template-tnew div#leftCol #leftNav ul {
    list-style-type: none; }
  .tnew-page div#leftCol #leftNav ul.parent li,
  .page-template-tnew div#leftCol #leftNav ul.parent li {
    padding: 0px;
    border-top: 1px solid #e2e3e3;
    height: 1%; }
  .tnew-page div#leftCol #leftNav ul.parent li.first,
  .page-template-tnew div#leftCol #leftNav ul.parent li.first {
    border-top: none; }
  .tnew-page div#leftCol #leftNav ul.parent li.last,
  .page-template-tnew div#leftCol #leftNav ul.parent li.last {
    border-bottom: 1px solid #e2e3e3; }
  .tnew-page div#leftCol #leftNav ul.child li,
  .page-template-tnew div#leftCol #leftNav ul.child li {
    padding: 0px;
    border-bottom: 1px dotted #e2e3e3;
    border-top: none; }
  .tnew-page div#leftCol #leftNav ul.child li.first,
  .page-template-tnew div#leftCol #leftNav ul.child li.first {
    border-top: 1px dotted #e2e3e3;
    border-bottom: 1px dotted #e2e3e3; }
  .tnew-page div#leftCol #leftNav ul.child li.last,
  .page-template-tnew div#leftCol #leftNav ul.child li.last {
    border-bottom: none; }
  .tnew-page div#leftCol #leftNav ul.parent li a,
  .page-template-tnew div#leftCol #leftNav ul.parent li a {
    display: block;
    padding: 6px 0;
    padding-left: 20px;
    font-size: 16px;
    color: #f15e48;
    text-transform: uppercase; }
  .tnew-page div#leftCol #leftNav ul.parent li a:hover,
  .page-template-tnew div#leftCol #leftNav ul.parent li a:hover {
    display: block;
    padding: 6px 0;
    padding-left: 20px;
    color: #686868; }
  .tnew-page div#leftCol #leftNav ul.parent li a.selected,
  .page-template-tnew div#leftCol #leftNav ul.parent li a.selected {
    font-weight: bold;
    color: #686868;
    background: url("../__org/Tessitura/_images/parentSelectedNav.gif.html") no-repeat 10px center; }
  .tnew-page div#leftCol #leftNav ul.child li a,
  .page-template-tnew div#leftCol #leftNav ul.child li a {
    display: block;
    padding: 3px 0;
    padding-left: 40px;
    font-size: 16px;
    color: #686868;
    text-transform: none;
    background: url("../__org/Tessitura/_images/childNavItem.gif.html") no-repeat 30px center; }
  .tnew-page div#leftCol #leftNav ul.child li a:hover,
  .page-template-tnew div#leftCol #leftNav ul.child li a:hover {
    display: block;
    padding: 3px 0;
    padding-left: 40px;
    font-size: 16px;
    font-weight: normal;
    color: #f15e48;
    background: url("../__org/Tessitura/_images/childNavItemHover.gif.html") no-repeat 30px center; }
  .tnew-page div#leftCol #leftNav ul.child li a.selected,
  .page-template-tnew div#leftCol #leftNav ul.child li a.selected {
    font-weight: normal;
    color: #f15e48;
    background: url("../__org/Tessitura/_images/childSelectedNav.gif.html") no-repeat 30px center; }
  .tnew-page div#leftCol #leftNavul li.opened,
  .page-template-tnew div#leftCol #leftNavul li.opened {
    border: 0;
    background: #e2e3e3 url("../__org/Tessitura/_images/navSelect.jpg.html") no-repeat 10px 12px; }
  .tnew-page div#leftCol #leftNav ul li.nested,
  .page-template-tnew div#leftCol #leftNav ul li.nested {
    padding-left: 28px;
    background: url("../__org/Tessitura/_images/navBorder.jpg.html") repeat-x left bottom;
    text-transform: lowercase; }
  .tnew-page #CommonSidebarLeft .CommonSidebar,
  .page-template-tnew #CommonSidebarLeft .CommonSidebar {
    float: left;
    padding-right: 10px;
    overflow: hidden;
    width: 233px;
    /*margin-top:20px;*/ }
  .tnew-page #CommonSidebarLeft .CommonContentBoxTop,
  .page-template-tnew #CommonSidebarLeft .CommonContentBoxTop {
    background: url("../__org/Tessitura/_images/lftColHd.gif.html") no-repeat left top;
    height: 14px;
    width: 235px; }
  .tnew-page #CommonSidebarLeft .CommonContentBox,
  .page-template-tnew #CommonSidebarLeft .CommonContentBox {
    width: 235px;
    background: url("../__org/Tessitura/_images/leftColRoundedBody.jpg.html") repeat-y 0 0; }
  .tnew-page #CommonSidebarLeft .CommonContentBox .CommonContentBoxHeader,
  .tnew-page #CommonSidebarLeft .CommonContentBox .CommonContentBoxContent h3,
  .page-template-tnew #CommonSidebarLeft .CommonContentBox .CommonContentBoxHeader,
  .page-template-tnew #CommonSidebarLeft .CommonContentBox .CommonContentBoxContent h3 {
    padding-left: 10px;
    border-bottom: 1px dotted #ececec;
    line-height: 15px;
    text-transform: uppercase; }
  .tnew-page #CommonSidebarLeft .CommonContentBox ul,
  .tnew-page #CommonSidebarLeft .CommonContentBox ul.CommonContentBoxList li,
  .tnew-page ul.CommonSidebarList li,
  .page-template-tnew #CommonSidebarLeft .CommonContentBox ul,
  .page-template-tnew #CommonSidebarLeft .CommonContentBox ul.CommonContentBoxList li,
  .page-template-tnew ul.CommonSidebarList li {
    margin-bottom: 0px; }
  .tnew-page #CommonSidebarLeft .CommonContentBox ul li,
  .page-template-tnew #CommonSidebarLeft .CommonContentBox ul li {
    border-bottom: 0;
    padding-left: 10px; }
  .tnew-page #CommonSidebarRight .CommonContentBoxFooter a,
  .page-template-tnew #CommonSidebarRight .CommonContentBoxFooter a {
    display: block;
    background: transparent url("../__org/Tessitura/_images/arrow-white.gif.html") top right no-repeat; }
  .tnew-page #CommonSidebarLeft .CommonContentBox .CommonContentBoxFooter,
  .page-template-tnew #CommonSidebarLeft .CommonContentBox .CommonContentBoxFooter {
    padding-left: 10px;
    padding-top: 10px;
    border-top: 1px dotted #ECECEC; }
  .tnew-page #CommonSidebarLeft .CommonContentBox .CommonContentBoxFooter a,
  .page-template-tnew #CommonSidebarLeft .CommonContentBox .CommonContentBoxFooter a {
    font-weight: bold;
    color: #f15e48; }
  .tnew-page #CommonSidebarLeft .CommonContentBoxBtm,
  .page-template-tnew #CommonSidebarLeft .CommonContentBoxBtm {
    background: url("../__org/Tessitura/_images/leftColRoundedBtm.jpg.html") no-repeat left bottom;
    height: 19px;
    min-height: 0;
    margin-bottom: 15px;
    overflow: hidden;
    width: 235px; }
  .tnew-page #CommonSidebarLeft h4, .tnew-page #CommonSidebarLeft #tribe-events-content .tribe-events-single-event-title, #tribe-events-content .tnew-page #CommonSidebarLeft .tribe-events-single-event-title, .tnew-page #CommonSidebarLeft .elementor-widget-image-box .elementor-image-box-title, .elementor-widget-image-box .tnew-page #CommonSidebarLeft .elementor-image-box-title,
  .page-template-tnew #CommonSidebarLeft h4,
  .page-template-tnew #CommonSidebarLeft #tribe-events-content .tribe-events-single-event-title,
  #tribe-events-content .page-template-tnew #CommonSidebarLeft .tribe-events-single-event-title,
  .page-template-tnew #CommonSidebarLeft .elementor-widget-image-box .elementor-image-box-title,
  .elementor-widget-image-box .page-template-tnew #CommonSidebarLeft .elementor-image-box-title {
    text-transform: capitalize; }
  .tnew-page .CommonContentBoxContent h3,
  .page-template-tnew .CommonContentBoxContent h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #686868;
    padding: 0 18px;
    margin-bottom: 10px;
    text-transform: uppercase; }
  .tnew-page .rightColInner .CommonContentBoxContent h3,
  .page-template-tnew .rightColInner .CommonContentBoxContent h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 0 20px 4px 0;
    margin-bottom: 10px;
    border-bottom: 1px #fff dotted;
    text-transform: uppercase; }
  .tnew-page .rightColInner .CommonContentBoxContent .links h3,
  .page-template-tnew .rightColInner .CommonContentBoxContent .links h3 {
    background: transparent url("../__org/Tessitura/_images/arrow-white.gif.html") no-repeat 186px 0px; }
  .tnew-page .CommonContentBoxContent h4, .tnew-page .CommonContentBoxContent #tribe-events-content .tribe-events-single-event-title, #tribe-events-content .tnew-page .CommonContentBoxContent .tribe-events-single-event-title, .tnew-page .CommonContentBoxContent .elementor-widget-image-box .elementor-image-box-title, .elementor-widget-image-box .tnew-page .CommonContentBoxContent .elementor-image-box-title,
  .page-template-tnew .CommonContentBoxContent h4,
  .page-template-tnew .CommonContentBoxContent #tribe-events-content .tribe-events-single-event-title,
  #tribe-events-content .page-template-tnew .CommonContentBoxContent .tribe-events-single-event-title,
  .page-template-tnew .CommonContentBoxContent .elementor-widget-image-box .elementor-image-box-title,
  .elementor-widget-image-box .page-template-tnew .CommonContentBoxContent .elementor-image-box-title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #666;
    margin: 0 5px 2px 18px;
    border-bottom: 1px dotted #cdcdcc; }
  .tnew-page .CommonContentBoxContent img,
  .page-template-tnew .CommonContentBoxContent img {
    display: block;
    padding-bottom: 7px;
    margin: 0 auto; }
  .tnew-page .CommonContentBoxContent p, .tnew-page .CommonContentBoxContent .main ul li, .main ul .tnew-page .CommonContentBoxContent li, .tnew-page .CommonContentBoxContent #tribe-events-content .tribe-events-meta-group dl, #tribe-events-content .tribe-events-meta-group .tnew-page .CommonContentBoxContent dl, .tnew-page .CommonContentBoxContent .elementor-widget-image-box .elementor-image-box-description, .elementor-widget-image-box .tnew-page .CommonContentBoxContent .elementor-image-box-description,
  .page-template-tnew .CommonContentBoxContent p,
  .page-template-tnew .CommonContentBoxContent .main ul li,
  .main ul .page-template-tnew .CommonContentBoxContent li,
  .page-template-tnew .CommonContentBoxContent #tribe-events-content .tribe-events-meta-group dl,
  #tribe-events-content .tribe-events-meta-group .page-template-tnew .CommonContentBoxContent dl,
  .page-template-tnew .CommonContentBoxContent .elementor-widget-image-box .elementor-image-box-description,
  .elementor-widget-image-box .page-template-tnew .CommonContentBoxContent .elementor-image-box-description {
    margin: 0 10px 10px 18px; }
  .tnew-page .CommonContentBoxContent a.callOutArrow,
  .page-template-tnew .CommonContentBoxContent a.callOutArrow {
    color: #f15e48;
    font-weight: bold;
    display: block;
    margin: 0 20px 0 18px;
    padding-right: 15px;
    background: transparent url("../__org/Tessitura/_images/arrow.gif.html") no-repeat right 0px; }
  .tnew-page .rightColInner a.callOutArrow,
  .page-template-tnew .rightColInner a.callOutArrow {
    background: transparent url("../__org/Tessitura/_images/arrow-white.gif.html") no-repeat scroll right top;
    display: block; }
  .tnew-page .CommonContentBoxContent p a, .tnew-page .CommonContentBoxContent .main ul li a, .main ul .tnew-page .CommonContentBoxContent li a, .tnew-page .CommonContentBoxContent #tribe-events-content .tribe-events-meta-group dl a, #tribe-events-content .tribe-events-meta-group .tnew-page .CommonContentBoxContent dl a, .tnew-page .CommonContentBoxContent .elementor-widget-image-box .elementor-image-box-description a, .elementor-widget-image-box .tnew-page .CommonContentBoxContent .elementor-image-box-description a,
  .page-template-tnew .CommonContentBoxContent p a,
  .page-template-tnew .CommonContentBoxContent .main ul li a,
  .main ul .page-template-tnew .CommonContentBoxContent li a,
  .page-template-tnew .CommonContentBoxContent #tribe-events-content .tribe-events-meta-group dl a,
  #tribe-events-content .tribe-events-meta-group .page-template-tnew .CommonContentBoxContent dl a,
  .page-template-tnew .CommonContentBoxContent .elementor-widget-image-box .elementor-image-box-description a,
  .elementor-widget-image-box .page-template-tnew .CommonContentBoxContent .elementor-image-box-description a {
    color: #f15e48;
    display: inline;
    border: none;
    margin: 0;
    background: none; }
  .tnew-page .CommonContentBoxContent hr,
  .page-template-tnew .CommonContentBoxContent hr {
    border-style: solid;
    border-color: #f4f4f4;
    margin: 0px 5px 10px 0;
    /*margin-bottom: 0px;*/ }
  .tnew-page .CommonContentBoxContent,
  .page-template-tnew .CommonContentBoxContent {
    color: #666667;
    margin-right: 9px;
    overflow: hidden;
    padding: 0 0 5px 0; }
  .tnew-page .rightColInner ul.CommonContentList li,
  .tnew-page .rightColInner ul.CommonContentBoxList li,
  .page-template-tnew .rightColInner ul.CommonContentList li,
  .page-template-tnew .rightColInner ul.CommonContentBoxList li {
    background: url("../__org/Tessitura/_images/white-bullet.gif.html") 0px 5px no-repeat;
    padding: 0 0 2px 7px;
    margin-top: 3px; }
  .tnew-page .clearfix:after,
  .page-template-tnew .clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .tnew-page .clearfix,
  .page-template-tnew .clearfix {
    display: inline-block; }
  .tnew-page html[xmlns] .clearfix,
  .page-template-tnew html[xmlns] .clearfix {
    display: block; }
  .tnew-page * html .clearfix,
  .page-template-tnew * html .clearfix {
    height: 1%; }
  .tnew-page .tabSelect ul li,
  .page-template-tnew .tabSelect ul li {
    float: left;
    display: inline; }
  .tnew-page .tabSelect ul li div a,
  .page-template-tnew .tabSelect ul li div a {
    font-family: Georgia, Times, serif;
    color: #666666; }
  .tnew-page .tabSelect ul li.first,
  .page-template-tnew .tabSelect ul li.first {
    width: 190px; }
  .tnew-page .tabSelect ul li.last,
  .page-template-tnew .tabSelect ul li.last {
    width: 240px; }
  .tnew-page .tabBoxContent,
  .page-template-tnew .tabBoxContent {
    padding: 3px 8px 0 8px;
    margin: 0;
    border-left: 1px solid #eaebec;
    border-right: 1px solid #eaebec;
    position: relative;
    background-color: #fff; }
  .tnew-page .tabBoxContentInner,
  .page-template-tnew .tabBoxContentInner {
    top: -5px; }
  .tnew-page .tabBoxContentInner a,
  .page-template-tnew .tabBoxContentInner a {
    text-transform: uppercase; }
  .tnew-page .tabBoxRoundTop, .tnew-page .tabBoxRoundBottom,
  .page-template-tnew .tabBoxRoundTop,
  .page-template-tnew .tabBoxRoundBottom {
    height: 5px; }
  .tnew-page .tabBoxRoundTop .r1, .tnew-page .tabBoxRoundTop .r2, .tnew-page .tabBoxRoundTop .r3, .tnew-page .tabBoxRoundTop .r4, .tnew-page .tabBoxRoundBottom .r1, .tnew-page .tabBoxRoundBottom .r2, .tnew-page .tabBoxRoundBottom .r3, .tnew-page .tabBoxRoundBottom .r4,
  .page-template-tnew .tabBoxRoundTop .r1,
  .page-template-tnew .tabBoxRoundTop .r2,
  .page-template-tnew .tabBoxRoundTop .r3,
  .page-template-tnew .tabBoxRoundTop .r4,
  .page-template-tnew .tabBoxRoundBottom .r1,
  .page-template-tnew .tabBoxRoundBottom .r2,
  .page-template-tnew .tabBoxRoundBottom .r3,
  .page-template-tnew .tabBoxRoundBottom .r4 {
    border-left: solid 1px;
    border-right: solid 1px;
    height: 1px;
    overflow: hidden; }
  .tnew-page .tabBoxRoundTop .r1, .tnew-page .tabBoxRoundBottom .r4,
  .page-template-tnew .tabBoxRoundTop .r1,
  .page-template-tnew .tabBoxRoundBottom .r4 {
    margin: 0 0 0 5px;
    height: 0;
    border-top: solid 1px;
    border-left-width: 0;
    border-right-width: 0; }
  .tnew-page .tabBoxRoundTop .r2, .tnew-page .tabBoxRoundBottom .r3,
  .page-template-tnew .tabBoxRoundTop .r2,
  .page-template-tnew .tabBoxRoundBottom .r3 {
    margin: 0 0 0 3px;
    border-left-width: 2px;
    border-right-width: 1px; }
  .tnew-page .tabBoxRoundTop .r3, .tnew-page .tabBoxRoundBottom .r2,
  .page-template-tnew .tabBoxRoundTop .r3,
  .page-template-tnew .tabBoxRoundBottom .r2 {
    margin: 0 0 0 2px; }
  .tnew-page .tabBoxRoundTop .r4, .tnew-page .tabBoxRoundBottom .r1,
  .page-template-tnew .tabBoxRoundTop .r4,
  .page-template-tnew .tabBoxRoundBottom .r1 {
    margin: 0 0 0 1px;
    height: 2px; }
  .tnew-page .tabBoxRoundTop .r1, .tnew-page .tabBoxRoundTop .r2, .tnew-page .tabBoxRoundTop .r3, .tnew-page .tabBoxRoundTop .r4, .tnew-page .tabBoxRoundBottom .r1, .tnew-page .tabBoxRoundBottom .r2, .tnew-page .tabBoxRoundBottom .r3, .tnew-page .tabBoxRoundBottom .r4, .tnew-page .tabBoxLeft .tabBoxContentInner a,
  .page-template-tnew .tabBoxRoundTop .r1,
  .page-template-tnew .tabBoxRoundTop .r2,
  .page-template-tnew .tabBoxRoundTop .r3,
  .page-template-tnew .tabBoxRoundTop .r4,
  .page-template-tnew .tabBoxRoundBottom .r1,
  .page-template-tnew .tabBoxRoundBottom .r2,
  .page-template-tnew .tabBoxRoundBottom .r3,
  .page-template-tnew .tabBoxRoundBottom .r4,
  .page-template-tnew .tabBoxLeft .tabBoxContentInner a {
    background-color: #fff;
    border-color: #eaebec;
    color: #666; }
  .tnew-page li.selected .tabBoxLeft .tabBoxContent, .tnew-page .tabBoxLeft:hover .tabBoxContent,
  .page-template-tnew li.selected .tabBoxLeft .tabBoxContent,
  .page-template-tnew .tabBoxLeft:hover .tabBoxContent {
    background-color: #f4f4f4; }
  .tnew-page .tabBoxLeft:hover .tabBoxRoundTop .r1, .tnew-page .tabBoxLeft:hover .tabBoxRoundBottom .r4, .tnew-page li.selected .tabBoxLeft .tabBoxRoundTop .r1, .tnew-page li.selected .tabBoxLeft .tabBoxRoundBottom .r4,
  .page-template-tnew .tabBoxLeft:hover .tabBoxRoundTop .r1,
  .page-template-tnew .tabBoxLeft:hover .tabBoxRoundBottom .r4,
  .page-template-tnew li.selected .tabBoxLeft .tabBoxRoundTop .r1,
  .page-template-tnew li.selected .tabBoxLeft .tabBoxRoundBottom .r4 {
    margin: 0 0 0 5px;
    height: 0;
    border-top: solid 1px;
    border-left-width: 0;
    border-right-width: 0; }
  .tnew-page .tabBoxLeft:hover .tabBoxRoundTop .r2, .tnew-page .tabBoxLeft:hover .tabBoxRoundBottom .r3, .tnew-page li.selected .tabBoxLeft .tabBoxRoundTop .r2, .tnew-page li.selected .tabBoxLeft .tabBoxRoundBottom .r3,
  .page-template-tnew .tabBoxLeft:hover .tabBoxRoundTop .r2,
  .page-template-tnew .tabBoxLeft:hover .tabBoxRoundBottom .r3,
  .page-template-tnew li.selected .tabBoxLeft .tabBoxRoundTop .r2,
  .page-template-tnew li.selected .tabBoxLeft .tabBoxRoundBottom .r3 {
    margin: 0 0 0 3px;
    border-left-width: 2px;
    border-right-width: 1px; }
  .tnew-page .tabBoxLeft:hover .tabBoxRoundTop .r3, .tnew-page .tabBoxLeft:hover .tabBoxRoundBottom .r2, .tnew-page li.selected .tabBoxLeft .tabBoxRoundTop .r3, .tnew-page li.selected .tabBoxLeft .tabBoxRoundBottom .r2,
  .page-template-tnew .tabBoxLeft:hover .tabBoxRoundTop .r3,
  .page-template-tnew .tabBoxLeft:hover .tabBoxRoundBottom .r2,
  .page-template-tnew li.selected .tabBoxLeft .tabBoxRoundTop .r3,
  .page-template-tnew li.selected .tabBoxLeft .tabBoxRoundBottom .r2 {
    margin: 0 0 0 2px; }
  .tnew-page .tabBoxLeft:hover .tabBoxRoundTop .r4, .tnew-page .tabBoxLeft:hover .tabBoxRoundBottom .r1, .tnew-page li.selected .tabBoxLeft .tabBoxRoundTop .r4, .tnew-page li.selected .tabBoxLeft .tabBoxRoundBottom .r1,
  .page-template-tnew .tabBoxLeft:hover .tabBoxRoundTop .r4,
  .page-template-tnew .tabBoxLeft:hover .tabBoxRoundBottom .r1,
  .page-template-tnew li.selected .tabBoxLeft .tabBoxRoundTop .r4,
  .page-template-tnew li.selected .tabBoxLeft .tabBoxRoundBottom .r1 {
    margin: 0 0 0 1px;
    height: 2px; }
  .tnew-page li.selected .tabBoxLeft .tabBoxRoundTop .r1, .tnew-page li.selected .tabBoxLeft .tabBoxRoundTop .r2, .tnew-page li.selected .tabBoxLeft .tabBoxRoundTop .r3, .tnew-page li.selected .tabBoxLeft .tabBoxRoundTop .r4, .tnew-page li.selected .tabBoxLeft .tabBoxRoundBottom .r1, .tnew-page li.selected .tabBoxLeft .tabBoxRoundBottom .r2, .tnew-page li.selected .tabBoxLeft .tabBoxRoundBottom .r3, .tnew-page li.selected .tabBoxLeft .tabBoxRoundBottom .r4, .tnew-page .tabBoxLeft:hover .tabBoxRoundTop .r1, .tnew-page .tabBoxLeft:hover .tabBoxRoundTop .r2, .tnew-page .tabBoxLeft:hover .tabBoxRoundTop .r3, .tnew-page .tabBoxLeft:hover .tabBoxRoundTop .r4, .tnew-page .tabBoxLeft:hover .tabBoxRoundBottom .r1, .tnew-page .tabBoxLeft:hover .tabBoxRoundBottom .r2, .tnew-page .tabBoxLeft:hover .tabBoxRoundBottom .r3, .tnew-page .tabBoxLeft:hover .tabBoxRoundBottom .r4, .tnew-page .tabBoxLeft:hover .tabBoxContentInner a, .tnew-page li.selected .tabBoxLeft .tabBoxContentInner a,
  .page-template-tnew li.selected .tabBoxLeft .tabBoxRoundTop .r1,
  .page-template-tnew li.selected .tabBoxLeft .tabBoxRoundTop .r2,
  .page-template-tnew li.selected .tabBoxLeft .tabBoxRoundTop .r3,
  .page-template-tnew li.selected .tabBoxLeft .tabBoxRoundTop .r4,
  .page-template-tnew li.selected .tabBoxLeft .tabBoxRoundBottom .r1,
  .page-template-tnew li.selected .tabBoxLeft .tabBoxRoundBottom .r2,
  .page-template-tnew li.selected .tabBoxLeft .tabBoxRoundBottom .r3,
  .page-template-tnew li.selected .tabBoxLeft .tabBoxRoundBottom .r4,
  .page-template-tnew .tabBoxLeft:hover .tabBoxRoundTop .r1,
  .page-template-tnew .tabBoxLeft:hover .tabBoxRoundTop .r2,
  .page-template-tnew .tabBoxLeft:hover .tabBoxRoundTop .r3,
  .page-template-tnew .tabBoxLeft:hover .tabBoxRoundTop .r4,
  .page-template-tnew .tabBoxLeft:hover .tabBoxRoundBottom .r1,
  .page-template-tnew .tabBoxLeft:hover .tabBoxRoundBottom .r2,
  .page-template-tnew .tabBoxLeft:hover .tabBoxRoundBottom .r3,
  .page-template-tnew .tabBoxLeft:hover .tabBoxRoundBottom .r4,
  .page-template-tnew .tabBoxLeft:hover .tabBoxContentInner a,
  .page-template-tnew li.selected .tabBoxLeft .tabBoxContentInner a {
    background-color: #f4f4f4;
    border-color: #eaebec;
    color: #666; }
  .tnew-page li.selected .tabBoxRight .tabBoxContent, .tnew-page .tabBoxRight:hover .tabBoxContent,
  .page-template-tnew li.selected .tabBoxRight .tabBoxContent,
  .page-template-tnew .tabBoxRight:hover .tabBoxContent {
    background-color: #f4f4f4; }
  .tnew-page .tabBoxRight .tabBoxRoundTop .r1, .tnew-page .tabBoxRight .tabBoxRoundBottom .r4,
  .page-template-tnew .tabBoxRight .tabBoxRoundTop .r1,
  .page-template-tnew .tabBoxRight .tabBoxRoundBottom .r4 {
    margin: 0 5px 0 0;
    height: 0;
    border-top: solid 1px;
    border-left-width: 0;
    border-right-width: 0; }
  .tnew-page .tabBoxRight .tabBoxRoundTop .r2, .tnew-page .tabBoxRight .tabBoxRoundBottom .r3,
  .page-template-tnew .tabBoxRight .tabBoxRoundTop .r2,
  .page-template-tnew .tabBoxRight .tabBoxRoundBottom .r3 {
    margin: 0 3px 0 0;
    border-left-width: 1px;
    border-right-width: 2px; }
  .tnew-page .tabBoxRight .tabBoxRoundTop .r3, .tnew-page .tabBoxRight .tabBoxRoundBottom .r2,
  .page-template-tnew .tabBoxRight .tabBoxRoundTop .r3,
  .page-template-tnew .tabBoxRight .tabBoxRoundBottom .r2 {
    margin: 0 2px 0 0; }
  .tnew-page .tabBoxRight .tabBoxRoundTop .r4, .tnew-page .tabBoxRight .tabBoxRoundBottom .r1,
  .page-template-tnew .tabBoxRight .tabBoxRoundTop .r4,
  .page-template-tnew .tabBoxRight .tabBoxRoundBottom .r1 {
    margin: 0 1px 0 0;
    height: 2px; }
  .tnew-page .tabBoxRight .tabBoxRoundTop .r1, .tnew-page .tabBoxRight .tabBoxRoundTop .r2, .tnew-page .tabBoxRight .tabBoxRoundTop .r3, .tnew-page .tabBoxRight .tabBoxRoundTop .r4, .tnew-page .tabBoxRight .tabBoxRoundBottom .r1, .tnew-page .tabBoxRight .tabBoxRoundBottom .r2, .tnew-page .tabBoxRight .tabBoxRoundBottom .r3, .tnew-page .tabBoxRight .tabBoxRoundBottom .r4, .tnew-page .tabBoxRight .tabBoxContentInner a,
  .page-template-tnew .tabBoxRight .tabBoxRoundTop .r1,
  .page-template-tnew .tabBoxRight .tabBoxRoundTop .r2,
  .page-template-tnew .tabBoxRight .tabBoxRoundTop .r3,
  .page-template-tnew .tabBoxRight .tabBoxRoundTop .r4,
  .page-template-tnew .tabBoxRight .tabBoxRoundBottom .r1,
  .page-template-tnew .tabBoxRight .tabBoxRoundBottom .r2,
  .page-template-tnew .tabBoxRight .tabBoxRoundBottom .r3,
  .page-template-tnew .tabBoxRight .tabBoxRoundBottom .r4,
  .page-template-tnew .tabBoxRight .tabBoxContentInner a {
    background-color: #fff;
    border-color: #eaebec;
    color: #666; }
  .tnew-page .tabBoxRight:hover .tabBoxRoundTop .r1, .tnew-page .tabBoxRight:hover .tabBoxRoundBottom .r4, .tnew-page li.selected .tabBoxRight .tabBoxRoundTop .r1, .tnew-page li.selected .tabBoxRight .tabBoxRoundBottom .r4,
  .page-template-tnew .tabBoxRight:hover .tabBoxRoundTop .r1,
  .page-template-tnew .tabBoxRight:hover .tabBoxRoundBottom .r4,
  .page-template-tnew li.selected .tabBoxRight .tabBoxRoundTop .r1,
  .page-template-tnew li.selected .tabBoxRight .tabBoxRoundBottom .r4 {
    margin: 0 5px 0 0;
    height: 0;
    border-top: solid 1px;
    border-left-width: 0;
    border-right-width: 0; }
  .tnew-page .tabBoxRight:hover .tabBoxRoundTop .r2, .tnew-page .tabBoxRight:hover .tabBoxRoundBottom .r3, .tnew-page li.selected .tabBoxRight .tabBoxRoundTop .r2, .tnew-page li.selected .tabBoxRight .tabBoxRoundBottom .r3,
  .page-template-tnew .tabBoxRight:hover .tabBoxRoundTop .r2,
  .page-template-tnew .tabBoxRight:hover .tabBoxRoundBottom .r3,
  .page-template-tnew li.selected .tabBoxRight .tabBoxRoundTop .r2,
  .page-template-tnew li.selected .tabBoxRight .tabBoxRoundBottom .r3 {
    margin: 0 3px 0 0;
    border-left-width: 2px;
    border-right-width: 1px; }
  .tnew-page .tabBoxRight:hover .tabBoxRoundTop .r3, .tnew-page .tabBoxRight:hover .tabBoxRoundBottom .r2, .tnew-page li.selected .tabBoxRight .tabBoxRoundTop .r3, .tnew-page li.selected .tabBoxRight .tabBoxRoundBottom .r2,
  .page-template-tnew .tabBoxRight:hover .tabBoxRoundTop .r3,
  .page-template-tnew .tabBoxRight:hover .tabBoxRoundBottom .r2,
  .page-template-tnew li.selected .tabBoxRight .tabBoxRoundTop .r3,
  .page-template-tnew li.selected .tabBoxRight .tabBoxRoundBottom .r2 {
    margin: 0 2px 0 0; }
  .tnew-page .tabBoxRight:hover .tabBoxRoundTop .r4, .tnew-page .tabBoxRight:hover .tabBoxRoundBottom .r1, .tnew-page li.selected .tabBoxRight .tabBoxRoundTop .r4, .tnew-page li.selected .tabBoxRight .tabBoxRoundBottom .r1,
  .page-template-tnew .tabBoxRight:hover .tabBoxRoundTop .r4,
  .page-template-tnew .tabBoxRight:hover .tabBoxRoundBottom .r1,
  .page-template-tnew li.selected .tabBoxRight .tabBoxRoundTop .r4,
  .page-template-tnew li.selected .tabBoxRight .tabBoxRoundBottom .r1 {
    margin: 0 1px 0 0;
    height: 2px; }
  .tnew-page li.selected .tabBoxRight .tabBoxRoundTop .r1, .tnew-page li.selected .tabBoxRight .tabBoxRoundTop .r2, .tnew-page li.selected .tabBoxRight .tabBoxRoundTop .r3, .tnew-page li.selected .tabBoxRight .tabBoxRoundTop .r4, .tnew-page li.selected .tabBoxRight .tabBoxRoundBottom .r1, .tnew-page li.selected .tabBoxRight .tabBoxRoundBottom .r2, .tnew-page li.selected .tabBoxRight .tabBoxRoundBottom .r3, .tnew-page li.selected .tabBoxRight .tabBoxRoundBottom .r4, .tnew-page .tabBoxRight:hover .tabBoxRoundTop .r1, .tnew-page .tabBoxRight:hover .tabBoxRoundTop .r2, .tnew-page .tabBoxRight:hover .tabBoxRoundTop .r3, .tnew-page .tabBoxRight:hover .tabBoxRoundTop .r4, .tnew-page .tabBoxRight:hover .tabBoxRoundBottom .r1, .tnew-page .tabBoxRight:hover .tabBoxRoundBottom .r2, .tnew-page .tabBoxRight:hover .tabBoxRoundBottom .r3, .tnew-page .tabBoxRight:hover .tabBoxRoundBottom .r4, .tnew-page .tabBoxRight:hover .tabBoxContentInner a, .tnew-page li.selected .tabBoxRight .tabBoxContentInner a,
  .page-template-tnew li.selected .tabBoxRight .tabBoxRoundTop .r1,
  .page-template-tnew li.selected .tabBoxRight .tabBoxRoundTop .r2,
  .page-template-tnew li.selected .tabBoxRight .tabBoxRoundTop .r3,
  .page-template-tnew li.selected .tabBoxRight .tabBoxRoundTop .r4,
  .page-template-tnew li.selected .tabBoxRight .tabBoxRoundBottom .r1,
  .page-template-tnew li.selected .tabBoxRight .tabBoxRoundBottom .r2,
  .page-template-tnew li.selected .tabBoxRight .tabBoxRoundBottom .r3,
  .page-template-tnew li.selected .tabBoxRight .tabBoxRoundBottom .r4,
  .page-template-tnew .tabBoxRight:hover .tabBoxRoundTop .r1,
  .page-template-tnew .tabBoxRight:hover .tabBoxRoundTop .r2,
  .page-template-tnew .tabBoxRight:hover .tabBoxRoundTop .r3,
  .page-template-tnew .tabBoxRight:hover .tabBoxRoundTop .r4,
  .page-template-tnew .tabBoxRight:hover .tabBoxRoundBottom .r1,
  .page-template-tnew .tabBoxRight:hover .tabBoxRoundBottom .r2,
  .page-template-tnew .tabBoxRight:hover .tabBoxRoundBottom .r3,
  .page-template-tnew .tabBoxRight:hover .tabBoxRoundBottom .r4,
  .page-template-tnew .tabBoxRight:hover .tabBoxContentInner a,
  .page-template-tnew li.selected .tabBoxRight .tabBoxContentInner a {
    background-color: #f4f4f4;
    border-color: #eaebec; }
  .tnew-page .tabSelect .tabInnerBox,
  .page-template-tnew .tabSelect .tabInnerBox {
    border-top: 1px solid #eaebec;
    border-bottom: 1px solid #eaebec;
    width: 150px;
    padding: 7px 8px 4px 8px; }
  .tnew-page .tabSelect .tabInnerBox a,
  .page-template-tnew .tabSelect .tabInnerBox a {
    color: #666; }
  .tnew-page .tabSelect .tabInnerBox:hover,
  .page-template-tnew .tabSelect .tabInnerBox:hover {
    background-color: #f4f4f4;
    border-color: #eaebec; }
  .tnew-page li.selected .tabInnerBox,
  .page-template-tnew li.selected .tabInnerBox {
    background-color: #f4f4f4;
    border-color: #eaebec; }
  .tnew-page .tabInnerBox a, .tnew-page .tabBoxContentInner a,
  .page-template-tnew .tabInnerBox a,
  .page-template-tnew .tabBoxContentInner a {
    display: block;
    padding-right: 25px;
    background: transparent url("__org/Tessitura/_images/arrow.gif.html") no-repeat 90% 0px; }
  .tnew-page li.selected .tabBoxRight .tabBoxContent,
  .page-template-tnew li.selected .tabBoxRight .tabBoxContent {
    background-color: #f4f4f4; }
  .tnew-page #footer,
  .page-template-tnew #footer {
    background: transparent url("__org/Tessitura/_images/rtBotBg.gif.html") repeat-y top right;
    min-height: 100px;
    margin-top: 0;
    padding-top: 8px;
    width: 974px;
    margin: 0 auto;
    color: #989898;
    position: relative; }
  .tnew-page #footer p, .tnew-page #footer .main ul li, .main ul .tnew-page #footer li, .tnew-page #footer #tribe-events-content .tribe-events-meta-group dl, #tribe-events-content .tribe-events-meta-group .tnew-page #footer dl, .tnew-page #footer .elementor-widget-image-box .elementor-image-box-description, .elementor-widget-image-box .tnew-page #footer .elementor-image-box-description,
  .page-template-tnew #footer p,
  .page-template-tnew #footer .main ul li,
  .main ul .page-template-tnew #footer li,
  .page-template-tnew #footer #tribe-events-content .tribe-events-meta-group dl,
  #tribe-events-content .tribe-events-meta-group .page-template-tnew #footer dl,
  .page-template-tnew #footer .elementor-widget-image-box .elementor-image-box-description,
  .elementor-widget-image-box .page-template-tnew #footer .elementor-image-box-description {
    float: left;
    margin: 0;
    color: #989898; }
  .tnew-page #footer p.boxContact, .tnew-page #footer .main ul li.boxContact, .main ul .tnew-page #footer li.boxContact, .tnew-page #footer #tribe-events-content .tribe-events-meta-group dl.boxContact, #tribe-events-content .tribe-events-meta-group .tnew-page #footer dl.boxContact, .tnew-page #footer .elementor-widget-image-box .boxContact.elementor-image-box-description, .elementor-widget-image-box .tnew-page #footer .boxContact.elementor-image-box-description,
  .page-template-tnew #footer p.boxContact,
  .page-template-tnew #footer .main ul li.boxContact,
  .main ul .page-template-tnew #footer li.boxContact,
  .page-template-tnew #footer #tribe-events-content .tribe-events-meta-group dl.boxContact,
  #tribe-events-content .tribe-events-meta-group .page-template-tnew #footer dl.boxContact,
  .page-template-tnew #footer .elementor-widget-image-box .boxContact.elementor-image-box-description,
  .elementor-widget-image-box .page-template-tnew #footer .boxContact.elementor-image-box-description {
    position: absolute;
    top: -32px;
    right: 32px;
    color: #ffffff;
    text-align: right;
    font-weight: normal;
    font-family: Arial; }
  .tnew-page #footer p.boxContact span, .tnew-page #footer .main ul li.boxContact span, .main ul .tnew-page #footer li.boxContact span, .tnew-page #footer #tribe-events-content .tribe-events-meta-group dl.boxContact span, #tribe-events-content .tribe-events-meta-group .tnew-page #footer dl.boxContact span, .tnew-page #footer .elementor-widget-image-box .boxContact.elementor-image-box-description span, .elementor-widget-image-box .tnew-page #footer .boxContact.elementor-image-box-description span,
  .page-template-tnew #footer p.boxContact span,
  .page-template-tnew #footer .main ul li.boxContact span,
  .main ul .page-template-tnew #footer li.boxContact span,
  .page-template-tnew #footer #tribe-events-content .tribe-events-meta-group dl.boxContact span,
  #tribe-events-content .tribe-events-meta-group .page-template-tnew #footer dl.boxContact span,
  .page-template-tnew #footer .elementor-widget-image-box .boxContact.elementor-image-box-description span,
  .elementor-widget-image-box .page-template-tnew #footer .boxContact.elementor-image-box-description span {
    display: block;
    font-weight: normal; }
  .tnew-page #footer p.boxContact a span, .tnew-page #footer .main ul li.boxContact a span, .main ul .tnew-page #footer li.boxContact a span, .tnew-page #footer #tribe-events-content .tribe-events-meta-group dl.boxContact a span, #tribe-events-content .tribe-events-meta-group .tnew-page #footer dl.boxContact a span, .tnew-page #footer .elementor-widget-image-box .boxContact.elementor-image-box-description a span, .elementor-widget-image-box .tnew-page #footer .boxContact.elementor-image-box-description a span,
  .page-template-tnew #footer p.boxContact a span,
  .page-template-tnew #footer .main ul li.boxContact a span,
  .main ul .page-template-tnew #footer li.boxContact a span,
  .page-template-tnew #footer #tribe-events-content .tribe-events-meta-group dl.boxContact a span,
  #tribe-events-content .tribe-events-meta-group .page-template-tnew #footer dl.boxContact a span,
  .page-template-tnew #footer .elementor-widget-image-box .boxContact.elementor-image-box-description a span,
  .elementor-widget-image-box .page-template-tnew #footer .boxContact.elementor-image-box-description a span {
    font-size: 16px;
    font-weight: normal; }
  .tnew-page #footer p.boxContact a, .tnew-page #footer .main ul li.boxContact a, .main ul .tnew-page #footer li.boxContact a, .tnew-page #footer #tribe-events-content .tribe-events-meta-group dl.boxContact a, #tribe-events-content .tribe-events-meta-group .tnew-page #footer dl.boxContact a, .tnew-page #footer .elementor-widget-image-box .boxContact.elementor-image-box-description a, .elementor-widget-image-box .tnew-page #footer .boxContact.elementor-image-box-description a,
  .page-template-tnew #footer p.boxContact a,
  .page-template-tnew #footer .main ul li.boxContact a,
  .main ul .page-template-tnew #footer li.boxContact a,
  .page-template-tnew #footer #tribe-events-content .tribe-events-meta-group dl.boxContact a,
  #tribe-events-content .tribe-events-meta-group .page-template-tnew #footer dl.boxContact a,
  .page-template-tnew #footer .elementor-widget-image-box .boxContact.elementor-image-box-description a,
  .elementor-widget-image-box .page-template-tnew #footer .boxContact.elementor-image-box-description a {
    font-weight: bold;
    color: #ffffff;
    font-size: 16px; }
  .tnew-page #footer ul,
  .page-template-tnew #footer ul {
    float: left;
    list-style: none;
    margin: 0;
    margin-left: 15px;
    padding: 0; }
  .tnew-page #footer li,
  .page-template-tnew #footer li {
    display: inline;
    padding-right: 7px; }
  .tnew-page #footer ul li a,
  .page-template-tnew #footer ul li a {
    color: #989898; }
  .tnew-page #print,
  .page-template-tnew #print {
    margin-top: 12px; }
  .tnew-page #mainContent h1,
  .tnew-page #print h1,
  .page-template-tnew #mainContent h1,
  .page-template-tnew #print h1 {
    color: #F15E48;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 0.02em;
    margin-bottom: 4px; }
  .tnew-page #print ul.bullet,
  .tnew-page #print ul.CommonContentList,
  .page-template-tnew #print ul.bullet,
  .page-template-tnew #print ul.CommonContentList {
    margin-left: 18px; }
  .tnew-page #print ul.bullet li,
  .tnew-page #print ul.CommonContentList li,
  .page-template-tnew #print ul.bullet li,
  .page-template-tnew #print ul.CommonContentList li {
    list-style-type: disc;
    margin-bottom: 4px; }
  .tnew-page #mainContent ul.bullet,
  .tnew-page #mainContent ul.CommonContentList li,
  .tnew-page #CommonSidebarLeft ul.CommonContentList li,
  .page-template-tnew #mainContent ul.bullet,
  .page-template-tnew #mainContent ul.CommonContentList li,
  .page-template-tnew #CommonSidebarLeft ul.CommonContentList li {
    list-style-type: none;
    margin: 0 0 15px 12px; }
  .tnew-page #mainContent ul.bullet li,
  .tnew-page #mainContent ul.CommonContentList li,
  .tnew-page #CommonSidebarLeft ul.CommonContentList li,
  .page-template-tnew #mainContent ul.bullet li,
  .page-template-tnew #mainContent ul.CommonContentList li,
  .page-template-tnew #CommonSidebarLeft ul.CommonContentList li {
    background: url("__org/Tessitura/_images/bullet.gif.html") no-repeat 0px 0.4em;
    margin-bottom: 4px;
    padding-left: 15px; }
  .tnew-page #mainContent ul.bullet li ul li,
  .tnew-page #mainContent ul.CommonContentList li ul li,
  .page-template-tnew #mainContent ul.bullet li ul li,
  .page-template-tnew #mainContent ul.CommonContentList li ul li {
    background: url("__org/Tessitura/_images/bullet_sub.gif.html") no-repeat 0px 0.4em; }
  .tnew-page #CommonSidebarLeft ul.CommonContentList li,
  .page-template-tnew #CommonSidebarLeft ul.CommonContentList li {
    padding-right: 10px; }
  .tnew-page #mainContent ul.bullet ul,
  .page-template-tnew #mainContent ul.bullet ul {
    margin-bottom: 0px; }
  .tnew-page #mainContent ol,
  .page-template-tnew #mainContent ol {
    padding-left: 28px;
    /*padding-left: 34px;*/ }
  .tnew-page #mainContent ol li,
  .tnew-page #mainContent ul li,
  .page-template-tnew #mainContent ol li,
  .page-template-tnew #mainContent ul li {
    margin-bottom: 4px; }
  .tnew-page #CommonContent table,
  .page-template-tnew #CommonContent table {
    width: 100%; }
  .tnew-page #CommonContent table caption,
  .page-template-tnew #CommonContent table caption {
    color: #6e6d6d;
    text-transform: uppercase;
    font-weight: bold;
    text-align: left;
    padding-bottom: 5px; }
  .tnew-page #CommonContent table th,
  .page-template-tnew #CommonContent table th {
    padding: 5px 0;
    margin-right: 5px;
    border-bottom: 1px #cccccc solid; }
  .tnew-page #CommonContent table td,
  .page-template-tnew #CommonContent table td {
    padding: 5px 5px 5px 0;
    margin-right: 5px;
    border-bottom: 1px #cccccc dotted; }
  .tnew-page #boxContact,
  .page-template-tnew #boxContact {
    float: right;
    margin-right: 30px; }
  .tnew-page #boxContact p, .tnew-page #boxContact .main ul li, .main ul .tnew-page #boxContact li, .tnew-page #boxContact #tribe-events-content .tribe-events-meta-group dl, #tribe-events-content .tribe-events-meta-group .tnew-page #boxContact dl, .tnew-page #boxContact .elementor-widget-image-box .elementor-image-box-description, .elementor-widget-image-box .tnew-page #boxContact .elementor-image-box-description,
  .page-template-tnew #boxContact p,
  .page-template-tnew #boxContact .main ul li,
  .main ul .page-template-tnew #boxContact li,
  .page-template-tnew #boxContact #tribe-events-content .tribe-events-meta-group dl,
  #tribe-events-content .tribe-events-meta-group .page-template-tnew #boxContact dl,
  .page-template-tnew #boxContact .elementor-widget-image-box .elementor-image-box-description,
  .elementor-widget-image-box .page-template-tnew #boxContact .elementor-image-box-description {
    color: #686868;
    font: 11px bold arial;
    font-weight: bold; }
  .tnew-page #boxContact p span, .tnew-page #boxContact .main ul li span, .main ul .tnew-page #boxContact li span, .tnew-page #boxContact #tribe-events-content .tribe-events-meta-group dl span, #tribe-events-content .tribe-events-meta-group .tnew-page #boxContact dl span, .tnew-page #boxContact .elementor-widget-image-box .elementor-image-box-description span, .elementor-widget-image-box .tnew-page #boxContact .elementor-image-box-description span,
  .page-template-tnew #boxContact p span,
  .page-template-tnew #boxContact .main ul li span,
  .main ul .page-template-tnew #boxContact li span,
  .page-template-tnew #boxContact #tribe-events-content .tribe-events-meta-group dl span,
  #tribe-events-content .tribe-events-meta-group .page-template-tnew #boxContact dl span,
  .page-template-tnew #boxContact .elementor-widget-image-box .elementor-image-box-description span,
  .elementor-widget-image-box .page-template-tnew #boxContact .elementor-image-box-description span {
    font-weight: normal; }
  .tnew-page #boxContact p a, .tnew-page #boxContact .main ul li a, .main ul .tnew-page #boxContact li a, .tnew-page #boxContact #tribe-events-content .tribe-events-meta-group dl a, #tribe-events-content .tribe-events-meta-group .tnew-page #boxContact dl a, .tnew-page #boxContact .elementor-widget-image-box .elementor-image-box-description a, .elementor-widget-image-box .tnew-page #boxContact .elementor-image-box-description a,
  .page-template-tnew #boxContact p a,
  .page-template-tnew #boxContact .main ul li a,
  .main ul .page-template-tnew #boxContact li a,
  .page-template-tnew #boxContact #tribe-events-content .tribe-events-meta-group dl a,
  #tribe-events-content .tribe-events-meta-group .page-template-tnew #boxContact dl a,
  .page-template-tnew #boxContact .elementor-widget-image-box .elementor-image-box-description a,
  .elementor-widget-image-box .page-template-tnew #boxContact .elementor-image-box-description a {
    color: #f15e48;
    font-weight: bold; }
  .tnew-page h2,
  .page-template-tnew h2 {
    color: #f15e48;
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-weight: normal;
    font-size: 24px;
    margin-bottom: 13px; }
  .tnew-page .imgBox,
  .page-template-tnew .imgBox {
    border-top: 1px solid #f15e48;
    width: 714px;
    float: right;
    position: relative; }
  .tnew-page .imgBox .txtOverlay,
  .page-template-tnew .imgBox .txtOverlay {
    background: url("__org/Tessitura/_images/imgOverlay.jpg.html");
    position: absolute;
    bottom: 8px;
    left: 0px;
    padding: 10px 20px; }
  .tnew-page .imgBox .txtOverlay h3,
  .page-template-tnew .imgBox .txtOverlay h3 {
    color: #686868;
    font: 20px bold arial; }
  .tnew-page .imgBox .txtOverlay p, .tnew-page .imgBox .txtOverlay .main ul li, .main ul .tnew-page .imgBox .txtOverlay li, .tnew-page .imgBox .txtOverlay #tribe-events-content .tribe-events-meta-group dl, #tribe-events-content .tribe-events-meta-group .tnew-page .imgBox .txtOverlay dl, .tnew-page .imgBox .txtOverlay .elementor-widget-image-box .elementor-image-box-description, .elementor-widget-image-box .tnew-page .imgBox .txtOverlay .elementor-image-box-description,
  .page-template-tnew .imgBox .txtOverlay p,
  .page-template-tnew .imgBox .txtOverlay .main ul li,
  .main ul .page-template-tnew .imgBox .txtOverlay li,
  .page-template-tnew .imgBox .txtOverlay #tribe-events-content .tribe-events-meta-group dl,
  #tribe-events-content .tribe-events-meta-group .page-template-tnew .imgBox .txtOverlay dl,
  .page-template-tnew .imgBox .txtOverlay .elementor-widget-image-box .elementor-image-box-description,
  .elementor-widget-image-box .page-template-tnew .imgBox .txtOverlay .elementor-image-box-description {
    color: #686868;
    font: 11px normal arial; }
  .tnew-page #topRightCol,
  .page-template-tnew #topRightCol {
    background: transparent url("__org/Tessitura/_images/topRightCol.jpg.html") no-repeat;
    height: 11px;
    width: 234px;
    position: relative;
    top: 0px;
    right: 0px; }
  .tnew-page #mainContentWrapNoNav #content,
  .page-template-tnew #mainContentWrapNoNav #content {
    float: left;
    width: 100%;
    position: relative;
    padding-bottom: 50px;
    /*background: transparent url("__org/Tessitura/_images/bgRightColHeader.jpg.html") repeat-y top right;*/ }
  .tnew-page #topContent,
  .page-template-tnew #topContent {
    background: transparent url("__org/Tessitura/_images/whiteOverlay.gif.html") repeat;
    float: left;
    margin-left: 10px;
    width: 715px; }
  .tnew-page #mainContentWrapNoNav #topContent,
  .page-template-tnew #mainContentWrapNoNav #topContent {
    width: 100%; }
  .tnew-page #mainContent,
  .page-template-tnew #mainContent {
    float: left;
    /*width: 454px;*/
    width: 100%; }
  .tnew-page #mainContentWrapNoNav #mainContent,
  .page-template-tnew #mainContentWrapNoNav #mainContent {
    width: 705px;
    margin-left: 10px; }
  .tnew-page #mainContent h2,
  .tnew-page #print h2,
  .page-template-tnew #mainContent h2,
  .page-template-tnew #print h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #686868;
    padding: 0 0 5px 0; }
  .tnew-page #mainContent h2.plustabs,
  .page-template-tnew #mainContent h2.plustabs {
    border-bottom: 1px solid #f15e48; }
  .tnew-page #mainContent #CommonContentInner h2,
  .page-template-tnew #mainContent #CommonContentInner h2 {
    margin: 14px 1px 0 0; }
  .tnew-page #CommonContentInner img.line,
  .page-template-tnew #CommonContentInner img.line {
    margin-bottom: 10px;
    border-top: 1px solid #f15e48; }
  .tnew-page #CommonContentInner p, .tnew-page #CommonContentInner .main ul li, .main ul .tnew-page #CommonContentInner li, .tnew-page #CommonContentInner #tribe-events-content .tribe-events-meta-group dl, #tribe-events-content .tribe-events-meta-group .tnew-page #CommonContentInner dl, .tnew-page #CommonContentInner .elementor-widget-image-box .elementor-image-box-description, .elementor-widget-image-box .tnew-page #CommonContentInner .elementor-image-box-description,
  .page-template-tnew #CommonContentInner p,
  .page-template-tnew #CommonContentInner .main ul li,
  .main ul .page-template-tnew #CommonContentInner li,
  .page-template-tnew #CommonContentInner #tribe-events-content .tribe-events-meta-group dl,
  #tribe-events-content .tribe-events-meta-group .page-template-tnew #CommonContentInner dl,
  .page-template-tnew #CommonContentInner .elementor-widget-image-box .elementor-image-box-description,
  .elementor-widget-image-box .page-template-tnew #CommonContentInner .elementor-image-box-description {
    margin-bottom: 15px; }
  .tnew-page #CommonContentInner ul,
  .page-template-tnew #CommonContentInner ul {
    margin-bottom: 15px; }
  .tnew-page #CommonContentInner span.arrowlinks a,
  .tnew-page .CommonContentBoxContent span.arrowlinks a,
  .page-template-tnew #CommonContentInner span.arrowlinks a,
  .page-template-tnew .CommonContentBoxContent span.arrowlinks a {
    padding-right: 18px;
    margin-right: 30px;
    color: #f15e48;
    float: left;
    background: transparent url("__org/Tessitura/_images/arrow.gif.html") no-repeat right 1px; }
  .tnew-page .innerBox span.arrowlinks a,
  .page-template-tnew .innerBox span.arrowlinks a {
    padding-right: 18px;
    margin-right: 30px;
    color: #f15e48;
    float: left;
    background: transparent url("__org/Tessitura/_images/arrow.gif.html") no-repeat right 1px; }
  .tnew-page #CommonContentInner h3,
  .page-template-tnew #CommonContentInner h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #686868;
    padding: 0 0 0 0;
    margin: 0 0 20px 0; }
  .tnew-page #CommonContentInner p.headline, .tnew-page #CommonContentInner .main ul li.headline, .main ul .tnew-page #CommonContentInner li.headline, .tnew-page #CommonContentInner #tribe-events-content .tribe-events-meta-group dl.headline, #tribe-events-content .tribe-events-meta-group .tnew-page #CommonContentInner dl.headline, .tnew-page #CommonContentInner .elementor-widget-image-box .headline.elementor-image-box-description, .elementor-widget-image-box .tnew-page #CommonContentInner .headline.elementor-image-box-description,
  .page-template-tnew #CommonContentInner p.headline,
  .page-template-tnew #CommonContentInner .main ul li.headline,
  .main ul .page-template-tnew #CommonContentInner li.headline,
  .page-template-tnew #CommonContentInner #tribe-events-content .tribe-events-meta-group dl.headline,
  #tribe-events-content .tribe-events-meta-group .page-template-tnew #CommonContentInner dl.headline,
  .page-template-tnew #CommonContentInner .elementor-widget-image-box .headline.elementor-image-box-description,
  .elementor-widget-image-box .page-template-tnew #CommonContentInner .headline.elementor-image-box-description {
    font-size: 16px;
    margin-bottom: 25px;
    line-height: 1.4em;
    color: #686868;
    font-family: Arial, Helvetica, sans-serif; }
  .tnew-page #CommonContentInner a.button,
  .page-template-tnew #CommonContentInner a.button {
    background: transparent url("__org/Tessitura/_images/btn_right.gif.html") no-repeat scroll top right;
    display: block;
    float: left;
    height: 36px;
    padding-right: 25px;
    margin-bottom: 15px;
    font: normal 14px Georgia, "Times New Roman", Times, serif;
    color: #fff; }
  .tnew-page #CommonContentInner a.button span,
  .page-template-tnew #CommonContentInner a.button span {
    background: transparent url("__org/Tessitura/_images/btn_left.gif.html") no-repeat;
    display: block;
    line-height: 26px;
    padding: 2px 12px 8px 21px; }
  .tnew-page #mainContent ul.networkNews li,
  .page-template-tnew #mainContent ul.networkNews li {
    margin: 0 10px 0 0;
    padding: 14px 0;
    border-bottom: 1px dotted #ccc; }
  .tnew-page #mainContent ul.networkNews li.last,
  .page-template-tnew #mainContent ul.networkNews li.last {
    border-bottom: none; }
  .tnew-page #mainContent ul.networkNews li img, .tnew-page #mainContent ul.networkNews li div,
  .page-template-tnew #mainContent ul.networkNews li img,
  .page-template-tnew #mainContent ul.networkNews li div {
    float: left;
    display: inline; }
  .tnew-page #mainContent ul.networkNews li img,
  .page-template-tnew #mainContent ul.networkNews li img {
    padding-right: 13px; }
  .tnew-page #mainContent ul.networkNews li div.hasThumb,
  .page-template-tnew #mainContent ul.networkNews li div.hasThumb {
    width: 290px; }
  .tnew-page #mainContent ul.networkNews li div h4, .tnew-page #mainContent ul.networkNews li div #tribe-events-content .tribe-events-single-event-title, #tribe-events-content .tnew-page #mainContent ul.networkNews li div .tribe-events-single-event-title, .tnew-page #mainContent ul.networkNews li div .elementor-widget-image-box .elementor-image-box-title, .elementor-widget-image-box .tnew-page #mainContent ul.networkNews li div .elementor-image-box-title,
  .page-template-tnew #mainContent ul.networkNews li div h4,
  .page-template-tnew #mainContent ul.networkNews li div #tribe-events-content .tribe-events-single-event-title,
  #tribe-events-content .page-template-tnew #mainContent ul.networkNews li div .tribe-events-single-event-title,
  .page-template-tnew #mainContent ul.networkNews li div .elementor-widget-image-box .elementor-image-box-title,
  .elementor-widget-image-box .page-template-tnew #mainContent ul.networkNews li div .elementor-image-box-title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #f15e48;
    margin-top: -2px; }
  .tnew-page #mainContent ul.networkNews li div a,
  .page-template-tnew #mainContent ul.networkNews li div a {
    display: inline-block;
    padding-right: 17px;
    color: #f15e48;
    background: transparent url("__org/Tessitura/_images/arrow.gif.html") no-repeat right 1px; }
  .tnew-page .homePublicWrap #promoArea,
  .page-template-tnew .homePublicWrap #promoArea {
    margin: 0px;
    border-bottom: 0; }
  .tnew-page #contentNoNav,
  .page-template-tnew #contentNoNav {
    float: left;
    padding-bottom: 50px;
    position: relative;
    width: 974px; }
  .tnew-page #contentNoNav #mainContent,
  .page-template-tnew #contentNoNav #mainContent {
    width: 727px; }
  .tnew-page #contentNoNav #mainContent .contentInner,
  .page-template-tnew #contentNoNav #mainContent .contentInner {
    padding-left: 12px; }
  .tnew-page #contentNoNav #mainContent .CommonSidebar,
  .page-template-tnew #contentNoNav #mainContent .CommonSidebar {
    padding-right: 4px; }
  .tnew-page .ccBoxInner,
  .page-template-tnew .ccBoxInner {
    height: 225px; }
  .tnew-page .ccBoxInner ul,
  .page-template-tnew .ccBoxInner ul {
    list-style-type: none;
    margin: 5px 10px 5px 18px;
    line-height: 1.5em; }
  .tnew-page .CommonContentBox .ccBoxInner ul li,
  .page-template-tnew .CommonContentBox .ccBoxInner ul li {
    padding: 0px !important; }
  .tnew-page #contentNoNav .rightColInner,
  .page-template-tnew #contentNoNav .rightColInner {
    padding-top: 0px; }
  .tnew-page #CommonSidebarRight,
  .page-template-tnew #CommonSidebarRight {
    float: right;
    width: 238px;
    padding-right: 8px; }
  .tnew-page #CommonSidebarRight .CommonSidebar,
  .page-template-tnew #CommonSidebarRight .CommonSidebar {
    float: right;
    width: 207px; }
  .tnew-page .rightColInner #tagsModule_submit,
  .page-template-tnew .rightColInner #tagsModule_submit {
    background: none; }
  .tnew-page #CommonSidebarRight .CommonContentBox,
  .page-template-tnew #CommonSidebarRight .CommonContentBox {
    background-color: #f15e48;
    height: 1%;
    margin: 0 0 20px 0;
    padding: 0px; }
  .tnew-page #CommonSidebarRight a,
  .page-template-tnew #CommonSidebarRight a {
    color: #ffffff; }
  .tnew-page #CommonSidebarRight a:hover,
  .page-template-tnew #CommonSidebarRight a:hover {
    text-decoration: underline; }
  .tnew-page #CommonSidebarRight .CommonContentBoxHeader,
  .page-template-tnew #CommonSidebarRight .CommonContentBoxHeader {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #fff;
    padding-bottom: 4px;
    background: url("__org/Tessitura/_images/lineDotted.jpg.html") repeat-x bottom left; }
  .tnew-page #CommonSidebarRight .CommonContentBoxContent,
  .page-template-tnew #CommonSidebarRight .CommonContentBoxContent {
    /*font-size: 90%; */
    overflow: hidden;
    padding: 0 0 3px 5px;
    color: #ffffff; }
  .tnew-page #CommonSidebarRight .CommonContentBoxFooter,
  .page-template-tnew #CommonSidebarRight .CommonContentBoxFooter {
    font-weight: bold;
    font-size: 80%;
    padding: 0 3px 15px 3px; }
  .tnew-page #CommonSidebarRight ul.CommonContentBoxList li, .tnew-page #CommonSidebarRight ul.CommonSidebarList li,
  .page-template-tnew #CommonSidebarRight ul.CommonContentBoxList li,
  .page-template-tnew #CommonSidebarRight ul.CommonSidebarList li {
    border-bottom: 0;
    color: #ffffff; }
  .tnew-page ul.CommonSidebarList li,
  .page-template-tnew ul.CommonSidebarList li {
    background: url("../__org/Tessitura/_images/white-bullet.gif.html") 0px 5px no-repeat;
    padding-left: 7px; }
  .tnew-page .rightColInner,
  .page-template-tnew .rightColInner {
    position: relative;
    padding-top: 0px;
    margin-right: 13px;
    padding-left: 15px; }
  .tnew-page #CommonSidebarRight .rightColInner p, .tnew-page #CommonSidebarRight .rightColInner .main ul li, .main ul .tnew-page #CommonSidebarRight .rightColInner li, .tnew-page #CommonSidebarRight .rightColInner #tribe-events-content .tribe-events-meta-group dl, #tribe-events-content .tribe-events-meta-group .tnew-page #CommonSidebarRight .rightColInner dl, .tnew-page #CommonSidebarRight .rightColInner .elementor-widget-image-box .elementor-image-box-description, .elementor-widget-image-box .tnew-page #CommonSidebarRight .rightColInner .elementor-image-box-description,
  .page-template-tnew #CommonSidebarRight .rightColInner p,
  .page-template-tnew #CommonSidebarRight .rightColInner .main ul li,
  .main ul .page-template-tnew #CommonSidebarRight .rightColInner li,
  .page-template-tnew #CommonSidebarRight .rightColInner #tribe-events-content .tribe-events-meta-group dl,
  #tribe-events-content .tribe-events-meta-group .page-template-tnew #CommonSidebarRight .rightColInner dl,
  .page-template-tnew #CommonSidebarRight .rightColInner .elementor-widget-image-box .elementor-image-box-description,
  .elementor-widget-image-box .page-template-tnew #CommonSidebarRight .rightColInner .elementor-image-box-description {
    color: #fff;
    margin-left: 5px; }
  .tnew-page .rightColInner h3,
  .page-template-tnew .rightColInner h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #fff;
    padding: 0 0 4px 0;
    border-bottom: 1px #fff dotted; }
  .tnew-page .rightColInner h4, .tnew-page .rightColInner #tribe-events-content .tribe-events-single-event-title, #tribe-events-content .tnew-page .rightColInner .tribe-events-single-event-title, .tnew-page .rightColInner .elementor-widget-image-box .elementor-image-box-title, .elementor-widget-image-box .tnew-page .rightColInner .elementor-image-box-title,
  .page-template-tnew .rightColInner h4,
  .page-template-tnew .rightColInner #tribe-events-content .tribe-events-single-event-title,
  #tribe-events-content .page-template-tnew .rightColInner .tribe-events-single-event-title,
  .page-template-tnew .rightColInner .elementor-widget-image-box .elementor-image-box-title,
  .elementor-widget-image-box .page-template-tnew .rightColInner .elementor-image-box-title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    padding-bottom: 4px;
    margin-right: 0;
    margin-left: 5px;
    border: none;
    /*background: url("__org/Tessitura/_images/lineDotted.jpg.html") repeat-x bottom left;*/ }
  .tnew-page .rightFeature,
  .page-template-tnew .rightFeature {
    padding: 0px 15px 8px 15px;
    background: url("__org/Tessitura/_images/whiteOverlay.gif.html") repeat;
    text-align: right; }
  .tnew-page #CommonSidebarRight .rightFeature a,
  .page-template-tnew #CommonSidebarRight .rightFeature a {
    color: #f15e48; }
  .tnew-page a.printable,
  .page-template-tnew a.printable {
    background: url("../__org/Tessitura/_images/icon_print.gif.html") center left no-repeat;
    display: inline-block;
    padding-left: 21px;
    min-height: 16px;
    _height: 16px; }

.tnew-page #wide-main,
.page-template-tnew #wide-main {
  background: #0da58f url("images/patterns/wave-inverse.svg") bottom/auto 560px repeat-x;
  position: relative; }
  .tnew-page #wide-main::before,
  .page-template-tnew #wide-main::before {
    background: url("images/patterns/green-border-top.svg") repeat-x;
    content: '';
    height: 50px;
    position: absolute;
    top: -50px;
    left: 0px;
    width: 100%;
    z-index: 10; }

.tnew-page article.main,
.page-template-tnew article.main {
  margin-top: -64px; }

.tnew-page #tn-subnav-promo-code,
.page-template-tnew #tn-subnav-promo-code {
  border: 1px solid #eee;
  margin-right: 8px;
  padding: 10px 8px; }

.tnew-page #tn-subnav-promo-button,
.page-template-tnew #tn-subnav-promo-button {
  background: #0b3d71;
  border-radius: 40px;
  color: white;
  font: bold 1.8rem "Trebuchet MS", sans-serif !important;
  letter-spacing: 0 !important;
  text-decoration: none;
  text-transform: capitalize; }
  .tnew-page #tn-subnav-promo-button:hover,
  .page-template-tnew #tn-subnav-promo-button:hover {
    background: #01254b; }

.tnew-page .tn-additional-events .input-group,
.page-template-tnew .tn-additional-events .input-group {
  display: flex;
  flex-wrap: wrap; }
  .tnew-page .tn-additional-events .input-group .input-group-btn,
  .page-template-tnew .tn-additional-events .input-group .input-group-btn {
    width: auto; }
    .tnew-page .tn-additional-events .input-group .input-group-btn #tn-additional-events-btn-submit,
    .page-template-tnew .tn-additional-events .input-group .input-group-btn #tn-additional-events-btn-submit {
      border-radius: 4px;
      font-size: 16px !important;
      margin: 8px 0 !important;
      padding: 4px 16px !important; }

.tnew-page .tn-facebook-btn,
.page-template-tnew .tn-facebook-btn {
  letter-spacing: 0 !important;
  max-width: 100%;
  padding: 8px 16px !important;
  white-space: normal; }

.tnew-page .tn-cart-component .tn-cart-item-summary,
.page-template-tnew .tn-cart-component .tn-cart-item-summary {
  text-align: left; }
  .tnew-page .tn-cart-component .tn-cart-item-summary li,
  .page-template-tnew .tn-cart-component .tn-cart-item-summary li {
    margin: 16px 0 10px; }

.tnew-page .tn-cart-component .tn-cart-item-details__list,
.page-template-tnew .tn-cart-component .tn-cart-item-details__list {
  text-align: left; }
  .tnew-page .tn-cart-component .tn-cart-item-details__list .tn-cart-item-detail__list-item,
  .page-template-tnew .tn-cart-component .tn-cart-item-details__list .tn-cart-item-detail__list-item {
    font-weight: bold;
    margin: 16px 0 !important; }

.tnew-page .tn-cart-component .tn-cart__btn-remove,
.page-template-tnew .tn-cart-component .tn-cart__btn-remove {
  margin: 16px 0 !important;
  padding: 16px !important; }
