/**********************
       RRSSB RULES
***********************/
.rrssb-buttons.large-format li a, .rrssb-buttons.large-format li a .text {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden; }

.rrssb-buttons, .rrssb-buttons li, .rrssb-buttons li a {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.clearfix {
  *zoom: 1; }

.clearfix:after {
  clear: both; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.rrssb-buttons {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  height: 36px;
  margin: 0;
  padding: 0;
  width: 100%; }

.rrssb-buttons li {
  float: left;
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0 2.5px;
  line-height: 13px; }

.rrssb-buttons li.email a {
  background-color: #0a88ff; }

.rrssb-buttons li.email a:hover {
  background-color: #006ed6; }

.rrssb-buttons li.facebook a {
  background-color: #306199; }

.rrssb-buttons li.facebook a:hover {
  background-color: #244872; }

.rrssb-buttons li.tumblr a {
  background-color: #32506d; }

.rrssb-buttons li.tumblr a:hover {
  background-color: #22364a; }

.rrssb-buttons li.linkedin a {
  background-color: #007bb6; }

.rrssb-buttons li.linkedin a:hover {
  background-color: #005983; }

.rrssb-buttons li.twitter a {
  background-color: #26c4f1; }

.rrssb-buttons li.twitter a:hover {
  background-color: #0eaad6; }

.rrssb-buttons li.googleplus a {
  background-color: #e93f2e; }

.rrssb-buttons li.googleplus a:hover {
  background-color: #ce2616; }

.rrssb-buttons li.youtube a {
  background-color: #df1c31; }

.rrssb-buttons li.youtube a:hover {
  background-color: #b21627; }

.rrssb-buttons li.reddit a {
  background-color: #8bbbe3; }

.rrssb-buttons li.reddit a:hover {
  background-color: #62a3d9; }

.rrssb-buttons li.pinterest a {
  background-color: #b81621; }

.rrssb-buttons li.pinterest a:hover {
  background-color: #8a1119; }

.rrssb-buttons li.pocket a {
  background-color: #ed4054; }

.rrssb-buttons li.pocket a:hover {
  background-color: #e4162d; }

.rrssb-buttons li.github a {
  background-color: #444; }

.rrssb-buttons li.github a:hover {
  background-color: #2b2b2b; }

.rrssb-buttons li a {
  background-color: #ccc;
  border-radius: 2px;
  display: block;
  font-size: 11px;
  font-weight: bold;
  height: 100%;
  padding: 11px 7px 12px 27px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out; }

.rrssb-buttons li a .icon {
  display: block;
  height: 100%;
  left: 10px;
  padding-top: 9px;
  position: absolute;
  top: 0;
  width: 10%; }

.rrssb-buttons li a .icon svg {
  height: 17px;
  width: 17px; }

.rrssb-buttons li a .icon svg path, .rrssb-buttons li a .icon svg polygon {
  fill: #fff; }

.rrssb-buttons li a .text {
  color: #fff; }

.rrssb-buttons li a:active {
  box-shadow: inset 1px 3px 15px 0 rgba(22, 0, 0, 0.25); }

.rrssb-buttons li.small a {
  padding: 0; }

.rrssb-buttons li.small a .icon {
  height: 100%;
  left: auto;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  top: auto;
  width: 100%; }

.rrssb-buttons li.small a .text {
  visibility: hidden; }

.rrssb-buttons.large-format {
  height: auto; }

.rrssb-buttons.large-format li {
  height: auto; }

.rrssb-buttons.large-format li a {
  font-size: 15px;
  font-size: 1vw;
  padding: 7% 0% 7% 12%;
  border-radius: 0.2em;
  line-height: 1vw; }

.rrssb-buttons.large-format li a .icon {
  left: 7%;
  padding-top: 0;
  width: 12%; }

.rrssb-buttons.large-format li a .icon svg {
  height: 100%;
  width: 100%; }

.rrssb-buttons.large-format li a .text {
  font-size: 15px;
  font-size: 1vw; }

.rrssb-buttons.large-format li a:hover {
  font-size: 15px;
  font-size: 1vw;
  padding: 7% 0% 7% 12%;
  border-radius: 0.2em; }

.rrssb-buttons.small-format {
  padding-top: 5px; }

.rrssb-buttons.small-format li {
  height: 80%;
  padding: 0 1.5px; }

.rrssb-buttons.small-format li a .icon {
  height: 100%;
  padding-top: 0; }

.rrssb-buttons.small-format li a .icon svg {
  height: 48%;
  position: relative;
  top: 6px;
  width: 80%; }

.rrssb-buttons.tiny-format {
  height: 22px;
  position: relative; }

.rrssb-buttons.tiny-format li {
  padding-right: 7px; }

.rrssb-buttons.tiny-format li a {
  background-color: transparent;
  padding: 0; }

.rrssb-buttons.tiny-format li a .icon svg {
  height: 70%;
  width: 100%; }

.rrssb-buttons.tiny-format li a:hover, .rrssb-buttons.tiny-format li a:active {
  background-color: transparent; }

.rrssb-buttons.tiny-format li.email a .icon svg path, .rrssb-buttons.tiny-format li.email a .icon svg polygon {
  fill: #0a88ff; }

.rrssb-buttons.tiny-format li.email a .icon:hover .icon svg path, .rrssb-buttons.tiny-format li.email a .icon:hover .icon svg polygon {
  fill: #0054a3; }

.rrssb-buttons.tiny-format li.facebook a .icon svg path, .rrssb-buttons.tiny-format li.facebook a .icon svg polygon {
  fill: #306199; }

.rrssb-buttons.tiny-format li.facebook a .icon:hover .icon svg path, .rrssb-buttons.tiny-format li.facebook a .icon:hover .icon svg polygon {
  fill: #18304b; }

.rrssb-buttons.tiny-format li.tumblr a .icon svg path, .rrssb-buttons.tiny-format li.tumblr a .icon svg polygon {
  fill: #32506d; }

.rrssb-buttons.tiny-format li.tumblr a .icon:hover .icon svg path, .rrssb-buttons.tiny-format li.tumblr a .icon:hover .icon svg polygon {
  fill: #121d27; }

.rrssb-buttons.tiny-format li.linkedin a .icon svg path, .rrssb-buttons.tiny-format li.linkedin a .icon svg polygon {
  fill: #007bb6; }

.rrssb-buttons.tiny-format li.linkedin a .icon:hover .icon svg path, .rrssb-buttons.tiny-format li.linkedin a .icon:hover .icon svg polygon {
  fill: #003650; }

.rrssb-buttons.tiny-format li.twitter a .icon svg path, .rrssb-buttons.tiny-format li.twitter a .icon svg polygon {
  fill: #26c4f1; }

.rrssb-buttons.tiny-format li.twitter a .icon:hover .icon svg path, .rrssb-buttons.tiny-format li.twitter a .icon:hover .icon svg polygon {
  fill: #0b84a6; }

.rrssb-buttons.tiny-format li.googleplus a .icon svg path, .rrssb-buttons.tiny-format li.googleplus a .icon svg polygon {
  fill: #e93f2e; }

.rrssb-buttons.tiny-format li.googleplus a .icon:hover .icon svg path, .rrssb-buttons.tiny-format li.googleplus a .icon:hover .icon svg polygon {
  fill: #a01e11; }

.rrssb-buttons.tiny-format li.youtube a .icon svg path, .rrssb-buttons.tiny-format li.youtube a .icon svg polygon {
  fill: #df1c31; }

.rrssb-buttons.tiny-format li.youtube a .icon:hover .icon svg path, .rrssb-buttons.tiny-format li.youtube a .icon:hover .icon svg polygon {
  fill: #84111d; }

.rrssb-buttons.tiny-format li.reddit a .icon svg path, .rrssb-buttons.tiny-format li.reddit a .icon svg polygon {
  fill: #8bbbe3; }

.rrssb-buttons.tiny-format li.reddit a .icon:hover .icon svg path, .rrssb-buttons.tiny-format li.reddit a .icon:hover .icon svg polygon {
  fill: #398bcf; }

.rrssb-buttons.tiny-format li.pinterest a .icon svg path, .rrssb-buttons.tiny-format li.pinterest a .icon svg polygon {
  fill: #b81621; }

.rrssb-buttons.tiny-format li.pinterest a .icon:hover .icon svg path, .rrssb-buttons.tiny-format li.pinterest a .icon:hover .icon svg polygon {
  fill: #5d0b11; }

.rrssb-buttons.tiny-format li.pocket a .icon svg path, .rrssb-buttons.tiny-format li.pocket a .icon svg polygon {
  fill: #ed4054; }

.rrssb-buttons.tiny-format li.pocket a .icon:hover .icon svg path, .rrssb-buttons.tiny-format li.pocket a .icon:hover .icon svg polygon {
  fill: #b61124; }

.rrssb-buttons.tiny-format li.github a .icon svg path, .rrssb-buttons.tiny-format li.github a .icon svg polygon {
  fill: #444; }

.rrssb-buttons.tiny-format li.github a .icon:hover .icon svg path, .rrssb-buttons.tiny-format li.github a .icon:hover .icon svg polygon {
  fill: #111; }

/**********************
       colors and fonts
***********************/
/**********************
       @media
***********************/
/*********************************
   OPERATIONS & COLOR FUNCTIONS
**********************************/
.bg-white {
  background: #fff; }

.fg-white {
  color: #fff; }

.bg-blacktrans {
  background: rgba(0, 0, 0, 0.6); }

.fg-blacktrans {
  color: rgba(0, 0, 0, 0.6); }

.bg-black {
  background: #000; }

.fg-black {
  color: #000; }

.bg-grayDark {
  background: #232323; }

.fg-grayDark {
  color: #232323; }

.bg-grayMed {
  background: #666666; }

.fg-grayMed {
  color: #666666; }

.bg-teal {
  background: #00d3e2; }

.fg-teal {
  color: #00d3e2; }

.bg-tealMed {
  background: #0097a1; }

.fg-tealMed {
  color: #0097a1; }

.bg-purple {
  background: #69478f; }

.fg-purple {
  color: #69478f; }

.bg-purpleLight {
  background: #68478d; }

.fg-purpleLight {
  color: #68478d; }

.bg-tealDark {
  background: #005e65; }

.fg-tealDark {
  color: #005e65; }

.break5 {
  clear: both;
  width: 100%;
  height: 5px; }

.break10 {
  clear: both;
  width: 100%;
  height: 10px; }

.break15 {
  clear: both;
  width: 100%;
  height: 15px; }

.break20 {
  clear: both;
  width: 100%;
  height: 20px; }

.break25 {
  clear: both;
  width: 100%;
  height: 25px; }

.break30 {
  clear: both;
  width: 100%;
  height: 30px; }

.break35 {
  clear: both;
  width: 100%;
  height: 35px; }

.break40 {
  clear: both;
  width: 100%;
  height: 40px; }

.break45 {
  clear: both;
  width: 100%;
  height: 45px; }

.break50 {
  clear: both;
  width: 100%;
  height: 50px; }

.break55 {
  clear: both;
  width: 100%;
  height: 55px; }

.break60 {
  clear: both;
  width: 100%;
  height: 60px; }

.break65 {
  clear: both;
  width: 100%;
  height: 65px; }

.break70 {
  clear: both;
  width: 100%;
  height: 70px; }

.break75 {
  clear: both;
  width: 100%;
  height: 75px; }

.break80 {
  clear: both;
  width: 100%;
  height: 80px; }

.break {
  clear: both;
  width: 100%;
  height: 1px; }

/**********************
        MIXINS
***********************/
/**********************
universal STYLES
***********************/
body {
  background-color: #232323;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-variant-ligatures: common-ligatures, contextual;
  font-variant-ligatures: common-ligatures, contextual;
  font-variant-numeric: oldstyle-nums, proportional-nums;
  -webkit-font-feature-settings: "kern", "liga", "clig", "calt";
  font-feature-settings: "kern", "liga", "clig", "calt"; }

body, p {
  font-family: "lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 19px; }

h1, h2, h3, h4, h5, h6 {
  font-family: "lato", sans-serif;
  font-weight: 700;
  font-style: normal; }

#barba-wrapper {
  min-height: 1000px;
  margin-left: 0;
  padding-right: 0;
  position: relative;
  z-index: 5; }
  @media (max-width: 767px) {
    #barba-wrapper {
      top: 80px;
      z-index: 65; } }

::selection {
  background: #69478f;
  color: #fff; }

::-moz-selection {
  background: #69478f;
  color: #fff;
  border-top: 2px solid white; }

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

a {
  transition: all ease 0.5s; }
  a:hover {
    text-decoration: none; }

.left {
  float: left; }

.right {
  float: right; }

.nopad {
  padding: 0 !important; }

.barba-container {
  float: left;
  transition: none;
  width: 100%; }

.wym ul, .wym ol {
  font-size: 16px;
  list-style-position: inside;
  padding-left: 2em;
  text-indent: -2em; }

.transformOverride, .transformOff {
  transform: none !important; }

.col-tp-125 {
  width: 12.5%;
  float: left; }
  @media (max-width: 539px) {
    .col-tp-125 {
      width: 60px;
      float: right; } }

.col-tp-875 {
  width: 87.5%;
  float: left; }

#menuOpen {
  font-size: 40px;
  color: #00d3e2;
  margin: 20px 7px;
  cursor: pointer; }

.lg-object {
  background-color: #fff; }

/**********************
header STYLES
***********************/
#header {
  background-color: #232323;
  color: #fff;
  position: fixed;
  z-index: 50;
  width: 100%;
  margin-left: 0;
  padding-right: 0; }
  #header .header-bottom {
    margin-top: 11px; }
  #header .header-logo {
    margin-top: 20px; }
    @media (max-width: 539px) {
      #header .header-logo {
        margin: 10px 0; } }
  #header .header-top {
    margin: 0 -1rem; }
  #header .header-subnav {
    text-align: right;
    margin-top: 17px;
    margin-bottom: 4px; }
    #header .header-subnav a {
      text-decoration: none;
      color: #69478f;
      text-transform: uppercase;
      font-size: 14px; }
      @media (max-width: 539px) {
        #header .header-subnav a {
          font-size: 10px; } }
      #header .header-subnav a:hover {
        color: #232323; }
    #header .header-subnav span {
      text-size: 14px; }
    #header .header-subnav span.phone {
      font-weight: 700;
      color: #fff;
      font-size: 18px; }
      #header .header-subnav span.phone a {
        color: #fff; }
      @media (max-width: 539px) {
        #header .header-subnav span.phone {
          font-size: 13px; } }

.social {
  text-align: right;
  margin-top: 5px;
  margin-right: 215px; }
  @media (max-width: 990px) {
    .social {
      margin-right: 230px; } }
  @media (max-width: 539px) {
    .social {
      margin-right: 195px; } }
  .social a {
    display: block;
    border-radius: 50%;
    position: relative;
    background-color: #69478f;
    color: #fff;
    width: 34px;
    height: 34px;
    margin: 4px;
    float: right;
    text-align: center;
    text-decoration: none;
    font-size: 18px; }
    .social a span {
      display: block;
      position: relative;
      font-size: 18px;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
    .social a:hover {
      background-color: #005e65;
      color: #fff; }

.search {
  position: absolute;
  right: 0;
  top: 10px;
  left: auto;
  float: right; }
  @media (max-width: 990px) {
    .search {
      left: auto;
      top: 10px;
      right: 0;
      float: right !important; } }
  .search #submit_btn {
    color: #fff;
    background-color: #69478f;
    border: none;
    text-transform: uppercase;
    float: left;
    font-weight: 700;
    width: 70px;
    padding: 4px;
    margin-left: 0; }
    @media (max-width: 990px) {
      .search #submit_btn {
        margin-left: 20px; } }
  .search #search_input {
    background-color: #232323;
    border: 1px solid #fff;
    float: left;
    width: 143px;
    padding: 3px;
    border-radius: 0;
    color: #fff; }
    @media (max-width: 990px) {
      .search #search_input {
        width: 160px; } }
    @media (max-width: 539px) {
      .search #search_input {
        width: 125px; } }

.navbar-default {
  border: none;
  position: relative;
  width: 100%;
  z-index: 20;
  margin-left: 3px; }
  .navbar-default ul {
    width: 100%;
    list-style: none;
    margin: 0; }
    @media (max-width: 1199px) {
      .navbar-default ul {
        margin-left: 3px; } }
    @media (max-width: 990px) {
      .navbar-default ul {
        padding-left: 10px; } }
  .navbar-default li {
    font-family: "lato", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    font-size: 21px;
    text-transform: uppercase;
    position: relative !important;
    text-align: center;
    list-style: none;
    display: inline-block;
    float: left;
    padding-bottom: 10px;
    margin-bottom: 0; }
    .navbar-default li li {
      width: 100%;
      font-family: "lato", sans-serif;
      font-weight: 700;
      font-style: normal;
      border: none !important;
      text-align: left;
      list-style: none; }
      .navbar-default li li:hover {
        background-color: transparent; }
    .navbar-default li:hover > ul {
      display: block; }
    .navbar-default li ul {
      position: absolute;
      top: 82%;
      left: 0;
      padding: 0;
      margin: 0;
      background-color: #fff;
      width: 220px;
      display: none;
      color: #000; }
      .navbar-default li ul li {
        position: relative;
        left: 0; }
        .navbar-default li ul li a {
          border-right: none;
          font-weight: 900;
          margin: 0 !important;
          padding: 8px 20px;
          width: 100%;
          color: #000;
          font-size: 16px; }
          .navbar-default li ul li a:hover {
            background-color: #00d3e2; }
        .navbar-default li ul li:first-child a {
          margin: 0; }
    .navbar-default li a {
      color: #00d3e2;
      padding: 10px 15px 13px;
      display: inline-block;
      text-decoration: none;
      transition: all ease 0.5s;
      border-right: 1px solid #232323;
      font-size: 18px; }
      @media (max-width: 1199px) {
        .navbar-default li a {
          font-size: 16px;
          padding: 10px 10px 13px; } }
      @media (max-width: 990px) {
        .navbar-default li a {
          font-size: 13px;
          padding: 10px 4px 13px; } }
      .navbar-default li a:hover {
        background-color: #00d3e2;
        color: #000; }

.secondNav {
  text-align: right;
  margin-bottom: 20px;
  text-transform: uppercase; }
  .secondNav a, .secondNav a:focus, .secondNav a:visited {
    color: #fff !important;
    text-decoration: none;
    padding: 3px 10px; }
    .secondNav a:hover, .secondNav a:focus:hover, .secondNav a:visited:hover {
      color: #00d3e2 !important; }

.purpleLink {
  border-color: #69478f !important; }

.eventPopOverFrame .lg-close:after {
  width: 85px;
  height: 85px;
  background-color: #0097a1;
  color: #fff;
  border-radius: 42px;
  padding: 5px;
  margin: 10px 0 0; }

.eventPopOverFrame .lg-close:before {
  width: 85px;
  height: 85px;
  content: "Close";
  color: #0097a1;
  border-radius: 0;
  padding: 0;
  margin: 0 0 0;
  position: absolute;
  right: 45px;
  font-family: "lato",sans-serif;
  font-weight: 400;
  font-style: normal; }

.lg-toolbar .lg-close:after {
  width: 85px;
  height: 85px;
  background-color: #0097a1;
  color: #fff;
  border-radius: 42px;
  padding: 5px;
  margin: 10px 0 0; }

.lg-toolbar .lg-close:before {
  width: 85px;
  height: 85px;
  content: "Close";
  color: #0097a1;
  border-radius: 0;
  padding: 0;
  margin: 0 0 0;
  position: absolute;
  right: 45px;
  font-family: "lato",sans-serif;
  font-weight: 400;
  font-style: normal; }

.lg-sub-html, .lg-toolbar {
  background-color: transparent; }

/**********************
Slider STYLES
***********************/
.marketingslider {
  position: relative;
  top: 142px;
  width: 100%; }
  @media (max-width: 1199px) {
    .marketingslider {
      top: 160px; } }
  @media (max-width: 767px) {
    .marketingslider {
      top: 0;
      background-color: #fff; } }
  .marketingslider .caroufredsel_wrapper {
    margin-bottom: 0 !important; }

.slides {
  width: 100%; }
  .slides ul, .slides li {
    list-style: none;
    margin-bottom: 0; }
  .slides li {
    float: left;
    position: relative;
    overflow: hidden; }
    .slides li img {
      width: 100%;
      position: relative;
      z-index: 1; }
    .slides li img.msimg {
      width: 100%;
      position: relative;
      z-index: 1;
      left: 50%;
      transform: translate(-50%, 0);
      max-width: auto; }
    .slides li .msTextOut {
      left: -35px; }
      @media (max-width: 767px) {
        .slides li .msTextOut {
          left: 0; } }
    .slides li .msText {
      position: absolute;
      right: 0;
      bottom: 0;
      z-index: 15;
      background-color: transparent;
      width: 100%;
      font-family: "lato", sans-serif;
      font-weight: 900;
      font-style: normal; }
      @media (max-width: 767px) {
        .slides li .msText {
          position: relative; } }
    .slides li .msHeadline {
      background-color: #005e65;
      padding: 20px 15px 20px 25px;
      margin-top: -25px;
      z-index: 10;
      position: relative;
      right: 0;
      float: right; }
      @media (max-width: 990px) {
        .slides li .msHeadline {
          margin-top: 5px;
          font-size: 40px; } }
      @media (max-width: 767px) {
        .slides li .msHeadline {
          right: -35px;
          padding-right: 95px; } }
      .slides li .msHeadline h2 {
        font-size: 50px;
        line-height: 1.0;
        color: #fff;
        margin: 0; }
        @media (max-width: 990px) {
          .slides li .msHeadline h2 {
            font-size: 31px; } }
      .slides li .msHeadline .msHeadlineBefore {
        background-image: url("/assets/img/msArrow.png");
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        bottom: 0;
        height: 100%;
        width: 63px;
        left: -37px;
        background-repeat: no-repeat;
        background-position: right center; }
        @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
          .slides li .msHeadline .msHeadlineBefore {
            background-image: url("/assets/img/msArrow@2x.png");
            -webkit-background-size: 63px 367px;
            -moz-background-size: 63px 367px;
            -o-background-size: 63px 367px;
            background-size: 63px 367px; } }
    .slides li .msArea {
      color: #000;
      padding: 130px 20px 120px 250px;
      line-height: 1.75;
      z-index: 7;
      position: relative;
      font-family: "lato", sans-serif;
      font-weight: 600;
      font-style: normal;
      font-size: 17px;
      background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 36%, white 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 36%, white 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 36%, white 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
      /* IE6-9 */ }
      @media (max-width: 990px) {
        .slides li .msArea {
          padding: 120px 70px 91px 120px;
          font-size: 14px;
          line-height: 1.1; } }
      @media (max-width: 767px) {
        .slides li .msArea {
          padding: 140px 70px 140px; } }
      .slides li .msArea .linkArea {
        position: relative;
        width: 100%;
        bottom: -80px; }
        @media (max-width: 990px) {
          .slides li .msArea .linkArea {
            bottom: -62px; } }
      .slides li .msArea a.learnMore {
        background-color: #005e65;
        padding: 10px;
        color: #fff;
        position: absolute;
        bottom: 0;
        right: 24px;
        text-decoration: none;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 1px;
        height: 40px; }
        @media (max-width: 990px) {
          .slides li .msArea a.learnMore {
            padding: 3px 10px;
            height: -5px;
            height: 20px; } }
        @media (max-width: 767px) {
          .slides li .msArea a.learnMore {
            right: 50%;
            transform: translate(50%, 0);
            bottom: -50px;
            height: 35px;
            padding: 11px 21px; } }
      .slides li .msArea a.bookRoom {
        background-color: #69478f;
        padding: 10px;
        color: #fff;
        position: absolute;
        bottom: 0;
        left: 24px;
        text-decoration: none;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 1px;
        height: 40px; }
        @media (max-width: 990px) {
          .slides li .msArea a.bookRoom {
            padding: 3px 10px;
            top: -50px;
            height: 20px; } }
        @media (max-width: 767px) {
          .slides li .msArea a.bookRoom {
            left: 50%;
            transform: translate(-50%, 0);
            bottom: -15px;
            height: 35px;
            padding: 11px 21px; } }

.msNavigation {
  position: relative;
  margin-top: -82px;
  margin-bottom: 40px;
  left: -35px; }
  @media (max-width: 767px) {
    .msNavigation {
      left: 0; } }

.arrow {
  height: 50px;
  width: 50px;
  background-color: #69478f !important;
  background: url(../img/Arrow.svg);
  background-size: 25px 13px;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 15;
  cursor: pointer;
  z-index: 45; }
  .arrow:hover {
    background-color: #68478d; }

#next {
  right: -35px;
  transform: rotate(180deg); }
  @media (max-width: 990px) {
    #next {
      right: 0; } }
  @media (max-width: 767px) {
    #next {
      right: 10px;
      top: -165px; } }

#prev {
  right: calc(50% - 245px); }
  @media (max-width: 990px) {
    #prev {
      right: calc(50% - 105px); } }
  @media (max-width: 767px) {
    #prev {
      right: auto;
      left: 10px;
      top: -165px; } }

#nextPro {
  right: 0;
  top: 120px;
  transform: rotate(180deg); }

#prevPro {
  left: 0;
  top: 120px; }

/**********************
internal STYLES
***********************/
#contentWrap {
  position: relative;
  z-index: 4;
  background-color: #fff;
  width: 100%;
  transition: all ease 0.5s;
  top: 141px; }
  @media (max-width: 767px) {
    #contentWrap {
      top: 0; } }

a, a:focus, a:visited {
  color: #69478f;
  text-decoration: none; }
  a:hover, a:focus:hover, a:visited:hover {
    color: #005e65; }

.welcome .welcomeImg {
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: relative;
  min-height: 250px; }
  @media (max-width: 767px) {
    .welcome .welcomeImg {
      max-height: 250px; } }
  .welcome .welcomeImg img {
    width: 100%;
    height: auto;
    min-height: 100%;
    min-width: auto;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: none; }
    @media (max-width: 767px) {
      .welcome .welcomeImg img {
        height: auto !important;
        width: 100% !important; } }
.welcome .welcomeText {
  padding: 80px 0 12px;
  min-height: 250px; }
  @media (max-width: 767px) {
    .welcome .welcomeText {
      padding: 15px !important; } }
.welcome .welcomeArea {
  position: relative;
  left: -45px;
  background-color: #fff;
  padding: 50px 30px 30px;
  margin-bottom: 83px; }
  @media (max-width: 767px) {
    .welcome .welcomeArea {
      padding: 15px;
      left: 0; } }
  .welcome .welcomeArea h1 {
    margin: 8px 0 0;
    color: #005e65;
    font-family: "lato", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 48px;
    line-height: 1.0; }
    @media (max-width: 767px) {
      .welcome .welcomeArea h1 {
        font-size: 40px; } }
  .welcome .welcomeArea h2 {
    margin: 23px 0 0;
    color: #000;
    font-family: "lato", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 30px; }
  .welcome .welcomeArea .wym {
    color: #666666;
    margin-top: 30px;
    font-family: "lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.75; }

a.outlineLink {
  color: #232323;
  width: 75%;
  text-align: center;
  border: 3px solid #0097a1;
  text-decoration: none;
  text-transform: uppercase;
  padding: 15px;
  display: block;
  margin: 25px auto 0;
  font-size: 14px;
  letter-spacing: 2px;
  font-family: "lato", sans-serif;
  font-weight: 900;
  font-style: normal; }

.hpPromotions {
  background-image: url("/assets/img/hpPro.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 110px;
  padding-bottom: 210px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .hpPromotions {
      background-image: url("/assets/img/hpPro@2x.jpg");
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover; } }
  @media (max-width: 767px) {
    .hpPromotions {
      padding: 35px 0 210px; } }
  .hpPromotions h2 {
    margin: 15px auto 0;
    color: #00d3e2;
    font-size: 48px;
    text-align: center;
    font-family: "lato", sans-serif;
    font-weight: 900;
    font-style: normal; }
  .hpPromotions hr {
    width: 25px;
    border: 1px solid #00d3e2;
    margin: 40px auto; }
  .hpPromotions .wym {
    color: #666666;
    text-align: center;
    margin: 10px 0 0;
    color: #cccccc; }
  .hpPromotions a.outlineLink {
    color: #fff;
    width: 140px;
    border: none; }
    @media (max-width: 767px) {
      .hpPromotions a.outlineLink {
        margin: -90px auto 0; } }

.hpProPad {
  padding: 0 70px 15px; }
  @media (max-width: 767px) {
    .hpProPad {
      padding: 10px 43px; } }
  @media (max-width: 767px) {
    .hpProPad .col-tp-50 {
      padding: 7px; } }

.hpEnt {
  margin-top: -195px;
  position: relative; }
  .hpEnt .hpEntTop {
    background-image: url("/assets/img/purpleWave.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0 0 16.2857%;
    width: 100%; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .hpEnt .hpEntTop {
        background-image: url("/assets/img/purpleWave@2x.png");
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover; } }
  .hpEnt .hpEntIn {
    background-image: url("/assets/img/hpEnt.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 350px;
    padding-top: 5%;
    position: relative; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .hpEnt .hpEntIn {
        background-image: url("/assets/img/hpEnt@2x.jpg");
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover; } }
    .hpEnt .hpEntIn .container {
      margin-top: -10%; }
    .hpEnt .hpEntIn .entSlider {
      padding-left: 80px; }
      .hpEnt .hpEntIn .entSlider h3 {
        background-color: rgba(104, 71, 141, 0.8); }
    .hpEnt .hpEntIn .headlineEnt {
      position: absolute;
      left: 7px;
      top: 218px;
      width: 45px;
      height: 250px; }
    .hpEnt .hpEntIn h2 {
      position: relative;
      transform: rotate(-90deg);
      color: #fff;
      margin: 0;
      padding: 0;
      top: 0;
      left: 0; }
      @media (max-width: 1199px) {
        .hpEnt .hpEntIn h2 {
          left: -44px !important;
          top: 114px !important; } }
      @media (max-width: 990px) {
        .hpEnt .hpEntIn h2 {
          left: -56px !important;
          top: 114px !important; } }
      @media (max-width: 767px) {
        .hpEnt .hpEntIn h2 {
          left: -83px !important;
          top: 135px !important; } }
    @media (max-width: 767px) {
      .hpEnt .hpEntIn .wymText a.outlineLink {
        margin-left: auto;
        width: 100% !important; } }
    @media (max-width: 767px) {
      .hpEnt .hpEntIn a.outlineLink {
        margin-left: -18px; } }

.hpDine .container {
  padding: 0; }
  .hpDine .container .row {
    margin: 0; }
.hpDine .dineCallouts {
  background-color: #fff;
  border: 1px solid #00d3e2;
  margin: 60px 0 40px;
  position: relative;
  left: calc(-8.33% - 35px);
  padding: 20px;
  z-index: 20;
  overflow: hidden; }
  @media (max-width: 767px) {
    .hpDine .dineCallouts img {
      margin: 0 auto; } }
  @media (max-width: 767px) {
    .hpDine .dineCallouts a {
      padding: 8px 0; } }
  .hpDine .dineCallouts a h4 {
    color: #000; }
    @media (max-width: 767px) {
      .hpDine .dineCallouts a h4 {
        margin: 15px 0; } }
.hpDine .darkLeft {
  background-image: url("/assets/img/hpDine.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-repeat: no-repeat; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .hpDine .darkLeft {
      background-image: url("/assets/img/hpDine@2x.jpg");
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover; } }
  @media (max-width: 990px) {
    .hpDine .darkLeft {
      width: 100% !important; } }
  @media (max-width: 767px) {
    .hpDine .darkLeft {
      width: 100% !important; } }
.hpDine .contentText {
  padding: 40px calc(16.66% + 20px) 290px calc(8.33% + 20px); }
  .hpDine .contentText h2 {
    margin: 5px auto 0;
    color: #68478d;
    font-size: 48px;
    text-align: center;
    font-family: "lato", sans-serif;
    font-weight: 900;
    font-style: normal; }
  .hpDine .contentText hr {
    width: 25px;
    border: 1px solid #68478d;
    margin: 40px auto; }
  .hpDine .contentText h3 {
    margin: 18px 0 30px;
    color: #00d3e2;
    font-family: "lato", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 30px; }
  .hpDine .contentText .wym {
    color: #fff;
    text-align: center;
    margin: 10px 0 0;
    text-align: left; }
  .hpDine .contentText a.outlineLink {
    color: #fff;
    width: 55%;
    border-color: #68478d; }
.hpDine .photoRight {
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: relative;
  min-height: 250px; }
  .hpDine .photoRight img {
    width: 100%;
    height: auto;
    min-height: 100%;
    min-width: auto;
    max-width: none !important;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }

.hpHotel {
  background-image: url("/assets/img/Hotel.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 220px;
  margin-top: -185px;
  min-height: 350px;
  position: relative;
  z-index: 5; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .hpHotel {
      background-image: url("/assets/img/Hotel@2x.png");
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover; } }
  @media (max-width: 767px) {
    .hpHotel {
      background-position: left top; } }
  .hpHotel .purpleLeft {
    width: 58.2857%;
    min-height: 200px;
    float: left;
    padding: 0 14% 20px 0; }
    @media (max-width: 767px) {
      .hpHotel .purpleLeft {
        width: 100%; } }
    .hpHotel .purpleLeft h3 {
      margin: 0 0 30px;
      color: #00d3e2;
      text-align: right;
      font-family: "lato", sans-serif;
      font-weight: 400;
      font-style: italic;
      font-size: 43px;
      color: #fff;
      line-height: 1.8; }
    .hpHotel .purpleLeft a.outlineLink {
      color: #fff;
      width: 200px;
      border-color: #0097a1;
      float: right;
      margin-bottom: 100px; }
  .hpHotel .whiteRight {
    width: 41.7142%;
    min-height: 200px;
    float: left;
    overflow: visible; }
    @media (max-width: 767px) {
      .hpHotel .whiteRight {
        width: 100%;
        background-color: #fff;
        padding-top: 170px;
        overflow: hidden;
        padding-left: 50px !important;
        padding-right: 50px !important; } }
    .hpHotel .whiteRight h2 {
      margin: 5px auto 0;
      color: #005e65;
      font-size: 48px;
      text-align: center;
      font-family: "lato", sans-serif;
      font-weight: 900;
      font-style: normal; }
    .hpHotel .whiteRight hr {
      width: 25px;
      border: 1px solid #0097a1;
      margin: 40px auto; }
  .hpHotel .hotelContent {
    left: -50px;
    width: calc(100% + 50px);
    position: relative; }
    @media (max-width: 767px) {
      .hpHotel .hotelContent {
        width: 100%;
        left: 0;
        padding-right: 0; } }
  @media (max-width: 767px) {
    .hpHotel .hotelPhoto {
      width: 100%;
      position: absolute;
      top: -330px;
      padding-right: 0; } }
  @media (max-width: 767px) {
    .hpHotel .hotelPhoto img {
      width: calc(50% - 3px) !important; } }
  @media (max-width: 767px) {
    .hpHotel .hotelPhoto img:last {
      float: right; } }
  .hpHotel .hotelText {
    color: #666666;
    line-height: 2.0; }

.map {
  width: 100%; }

.rewards .playUs {
  padding: 60px;
  margin: 0;
  overflow: hidden;
  position: relative;
  min-height: 250px;
  background-color: #fff; }
  @media (max-width: 767px) {
    .rewards .playUs {
      padding: 40px 50px !important; } }
  .rewards .playUs h2 {
    margin: 15px auto 0;
    color: #005e65;
    font-size: 48px;
    text-align: center;
    font-family: "lato", sans-serif;
    font-weight: 900;
    font-style: normal; }
  .rewards .playUs hr {
    width: 25px;
    border: 1px solid #005e65;
    margin: 40px auto; }
  .rewards .playUs .wym {
    color: #232323;
    text-align: left;
    margin: 10px 0 0; }
.rewards .rewardsBK {
  position: relative;
  padding: 50px 60px 120px;
  background-image: url("/assets/img/RewardsBK.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-repeat: no-repeat; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .rewards .rewardsBK {
      background-image: url("/assets/img/RewardsBK@2x.jpg");
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover; } }
  @media (max-width: 767px) {
    .rewards .rewardsBK {
      padding: 40px 50px 120px !important; } }
  .rewards .rewardsBK img {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0); }
  .rewards .rewardsBK h2 {
    margin: 17px 0 0;
    color: #fff;
    text-transform: uppercase;
    font-family: "lato", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 48px;
    text-align: center; }
  .rewards .rewardsBK hr {
    width: 25px;
    border: 1px solid #fff;
    margin: 40px auto; }
  .rewards .rewardsBK .wym {
    color: #fff;
    text-align: left;
    margin: 10px 0 0; }
  .rewards .rewardsBK a.outlineLink {
    color: #fff;
    width: 200px;
    border-color: #69478f;
    margin-bottom: 100px; }
.rewards .wym {
  color: #666666;
  margin-top: 30px;
  font-family: "lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.75; }

#photogallery {
  position: relative;
  background-color: #000;
  padding: 40px 95px 95px 95px;
  overflow: hidden; }
  #photogallery h2 {
    text-align: center;
    color: #00d3e2;
    margin: 0 0 40px 0;
    font-size: 48px;
    font-family: "lato", sans-serif;
    font-weight: 900;
    font-style: normal; }
  #photogallery hr {
    width: 25px;
    border: 1px solid #00d3e2;
    margin: 40px auto; }

.leftRail {
  background: linear-gradient(to right, #a3a8ab, #d1d8dc);
  padding: 25px 25px 300px 0; }
  .leftRail h3 {
    text-align: center;
    color: #000;
    margin: 0 0 20px 0;
    font-size: 30px;
    font-family: "lato", sans-serif;
    font-weight: 900;
    font-style: normal; }
    @media (max-width: 990px) {
      .leftRail h3 {
        font-size: 25px; } }
  .leftRail hr {
    width: 25px;
    border: 1px solid #000;
    margin: 40px auto; }
  .leftRail a.outlineLink {
    border: 3px solid #0097a1;
    color: #000; }
  .leftRail .lrCallout a.outlineLink {
    padding: 3px 9px;
    margin: 0;
    width: 90px;
    display: inline;
    text-align: center;
    margin-left: calc(50% - 45px); }

.popOverBK {
  background-image: url(../img/wymBK.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh; }
  .popOverBK .intBody .wym.intSection {
    background-size: cover; }

#lg-download {
  display: none; }

@media screen and (min-width: 992px) {
  .backwater_event {
    width: calc(50% - 15px);
    float: left; } }
@media screen and (max-width: 991px) {
  .backwater_event {
    width: 100%;
    clear: both;
    height: auto !important; } }
.backwater_event a.EventTickets, .backwater_event div.EventDetail {
  width: 100% !important;
  float: none !important;
  position: relative !important;
  bottom: auto !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
  right: auto !important;
  left: auto !important;
  font-size: 12px !important;
  padding: 5px 10px !important; }
.backwater_event h3 {
  font-size: 22px !important;
  letter-spacing: 1px !important;
  padding: 10px 17px 15px !important; }
.backwater_event .wymText {
  padding: 20px !important; }
@media screen and (max-width: 991px) {
  .backwater_event img {
    width: 100%;
    clear: both; } }
@media screen and (max-width: 991px) {
  .backwater_event .eventHeadline {
    float: none !important; } }

@media screen and (min-width: 992px) {
  .bw_pad_left {
    margin-left: 15px; } }

@media screen and (min-width: 992px) {
  .bw_pad_right {
    margin-right: 15px; } }
@media screen and (max-width: 991px) {
  .bw_pad_right {
    margin-bottom: 35px; } }

.eventPop ul {
  margin: 0 !important; }
.eventPop .intBody {
  padding-right: 0; }
  .eventPop .intBody .wym {
    padding: 15px; }
    .eventPop .intBody .wym h2 {
      margin-top: 0; }
    .eventPop .intBody .wym h3 {
      color: #69478f;
      margin: 5px 0; }

html.iframehtml {
  overflow: visible; }

.lg-outer .lg-video {
  -webkit-overflow-scrolling: touch !important;
  overflow-y: scroll !important; }
  @media (max-width: 539px) {
    .lg-outer .lg-video {
      min-height: 80vh; } }

.lg-outer .lg-video-cont {
  width: 80%; }
  @media (max-width: 539px) {
    .lg-outer .lg-video-cont {
      width: 95%; } }

.lg-video iframe {
  width: 100%;
  height: 100%; }

.popOverBK ul {
  margin: 0 !important; }

.lg-backdrop {
  background-color: rgba(0, 0, 0, 0.6); }

.callOuts .event div.EventDetail, .callOuts .event a.popWindow {
  width: calc(50% - 45px) !important; }

@media (max-width: 767px) {
  .intSection {
    width: 100% !important;
    padding: 20px !important; } }

.importantPad225 {
  padding-bottom: 225px !important; }

.intBody {
  padding-left: 0 !important;
  padding-bottom: 0; }
  .intBody .wym.intSection {
    padding: 40px; }
  .intBody .wym {
    padding: 80px; }
    .intBody .wym h2 {
      margin: 3px 0 0;
      color: #005e65;
      font-family: "lato", sans-serif;
      font-weight: 900;
      font-style: normal;
      font-size: 48px;
      text-align: center; }
    .intBody .wym h3 {
      margin: 17px 0 0;
      color: #000;
      font-family: "lato", sans-serif;
      font-weight: 400;
      font-style: italic;
      font-size: 30px;
      text-align: center; }
    .intBody .wym .wymText {
      font-size: 25px;
      text-align: left;
      margin: 17px 0 0;
      color: #666666; }
  .intBody .welcomeText .wym {
    padding: 0; }
  .intBody .callouts {
    background-image: url(../img/internalBK.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px; }
    @media (max-width: 767px) {
      .intBody .callouts {
        padding: 15px;
        width: 100% !important; } }
    .intBody .callouts h2 {
      color: #fff;
      font-family: "lato", sans-serif;
      font-weight: 900;
      font-style: normal;
      font-size: 48px;
      text-align: center;
      margin: 0;
      padding: 0; }
      @media (max-width: 767px) {
        .intBody .callouts h2 {
          font-size: 30px; } }
    .intBody .callouts hr {
      width: 25px;
      border: 1px solid #fff;
      margin: 30px auto; }
    .intBody .callouts .callout {
      width: calc(33% - 24px);
      margin: 12px;
      float: left;
      background-color: #fff;
      position: relative; }
      @media (max-width: 1199px) {
        .intBody .callouts .callout {
          width: calc(50% - 24px); } }
      @media (max-width: 767px) {
        .intBody .callouts .callout {
          width: calc(100% - 24px); } }
      @media (max-width: 767px) {
        .intBody .callouts .callout img {
          position: relative;
          left: 50%;
          transform: translate(-50%, 0); } }
      .intBody .callouts .callout h3 {
        background-color: #69478f;
        font-family: "lato", sans-serif;
        font-weight: 900;
        font-style: normal;
        font-size: 25px;
        color: #fff;
        padding: 15px;
        margin: 0;
        width: 100%;
        display: block;
        line-height: 1; }
      .intBody .callouts .callout .wymText {
        padding: 15px 20px 20px;
        font-family: "lato", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 14px;
        color: #666666;
        line-height: 1.85; }
      .intBody .callouts .callout a.outlineLink {
        border-color: #69478f;
        position: absolute;
        bottom: 15px;
        width: calc(100% - 40px);
        margin: 15px 0 0; }
  .intBody .events h3 {
    margin: 22px 0 20px;
    color: #fff;
    font-family: "lato", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 30px;
    letter-spacing: 2px; }

#slidergal, #slidergal1, #slidergal2 {
  position: relative; }

#hp_gallery_wrapper, #hp_gallery_wrapper1, #hp_gallery_wrapper2 {
  overflow: hidden;
  position: relative;
  transition: none !important; }
  #hp_gallery_wrapper .gallery_lg, #hp_gallery_wrapper1 .gallery_lg, #hp_gallery_wrapper2 .gallery_lg {
    background-color: #fff;
    float: left;
    transition: none !important; }
    #hp_gallery_wrapper .gallery_lg h2, #hp_gallery_wrapper1 .gallery_lg h2, #hp_gallery_wrapper2 .gallery_lg h2 {
      text-align: left;
      color: #000;
      margin-bottom: 25px;
      transition: none !important; }
    #hp_gallery_wrapper .gallery_lg .wym, #hp_gallery_wrapper1 .gallery_lg .wym, #hp_gallery_wrapper2 .gallery_lg .wym {
      text-align: left;
      color: #000;
      padding: 0;
      transition: none !important; }
    #hp_gallery_wrapper .gallery_lg .galText, #hp_gallery_wrapper1 .gallery_lg .galText, #hp_gallery_wrapper2 .gallery_lg .galText {
      padding: 30px;
      transition: none !important; }

#hp_gallery_control, #hp_gallery_control1, #hp_gallery_control2 {
  margin: 0 -10px; }
  #hp_gallery_control a, #hp_gallery_control1 a, #hp_gallery_control2 a {
    text-decoration: none; }
  #hp_gallery_control img, #hp_gallery_control1 img, #hp_gallery_control2 img {
    margin: 20px 10px 0;
    width: calc(25% - 24px);
    height: auto; }
    @media (max-width: 767px) {
      #hp_gallery_control img, #hp_gallery_control1 img, #hp_gallery_control2 img {
        width: calc(50% - 23px) !important; } }

.halfWidthGallery {
  position: relative; }
  .halfWidthGallery .photo {
    position: relative; }
  .halfWidthGallery #hp_gallery_wrapper1 .gallery_lg .galText, .halfWidthGallery #hp_gallery_wrapper2 .gallery_lg .galText {
    padding: 10px; }
    .halfWidthGallery #hp_gallery_wrapper1 .gallery_lg .galText h2, .halfWidthGallery #hp_gallery_wrapper2 .gallery_lg .galText h2 {
      font-size: 30px; }
  .halfWidthGallery #hp_gallery_control1, .halfWidthGallery #hp_gallery_control2 {
    margin: 0 50px; }
    .halfWidthGallery #hp_gallery_control1 img, .halfWidthGallery #hp_gallery_control2 img {
      margin: 20px 3px 0;
      width: auto;
      height: auto; }
    .halfWidthGallery #hp_gallery_control1 .prev, .halfWidthGallery #hp_gallery_control2 .prev {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 50px;
      height: 50px;
      background-color: #69478f; }
    .halfWidthGallery #hp_gallery_control1 .next, .halfWidthGallery #hp_gallery_control2 .next {
      position: absolute;
      right: 0;
      bottom: 0;
      width: 50px;
      height: 50px;
      background-color: #69478f;
      transform: rotate(180deg); }

.event {
  background-color: #fff;
  position: relative; }
  .event .col-tp-40 {
    overflow: hidden; }
    .event .col-tp-40 img {
      width: auto;
      height: auto;
      min-height: 100%;
      padding: 0;
      margin: 0;
      position: relative;
      max-width: none;
      min-width: auto;
      left: 50%;
      transform: translate(-50%, 0); }
  @media (max-width: 767px) {
    .event .col-tp-60 .wymText {
      padding-bottom: 125px !important; } }
  .event h3 {
    width: 100%;
    background-color: #69478f;
    color: #fff;
    padding: 10px 17px;
    margin: 0; }
  .event .break {
    margin-top: -2px; }
  .event .wymText {
    padding: 30px;
    line-height: 2.0; }
    .event .wymText h5 {
      line-height: 1.1;
      margin: 0;
      color: #69478f;
      margin-bottom: 25px; }
  .event div.outlineLink, .event a.popWindow {
    border: 3px solid #69478f;
    color: #69478f;
    text-size: 12px;
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: calc(50% - 45px);
    margin: 15px 0 0;
    cursor: pointer;
    text-align: center;
    width: 75%;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    padding: 15px;
    display: block;
    margin: 25px auto 0;
    font-size: 14px;
    letter-spacing: 2px;
    font-family: "lato",sans-serif;
    font-weight: 900;
    font-style: normal; }
  .event a.popWindow {
    float: left;
    left: 30px;
    right: auto; }
  .event div.EventDetail, .event a.popWindow {
    width: calc(50% - 45px); }
    @media (max-width: 990px) {
      .event div.EventDetail, .event a.popWindow {
        width: calc(100% - 65px) !important;
        right: 32px; } }
  .event a.EventTickets {
    width: calc(50% - 45px);
    left: 30px;
    right: auto; }
    @media (max-width: 990px) {
      .event a.EventTickets {
        width: calc(100% - 65px) !important;
        bottom: 100px;
        left: 32px; } }

.eventsCO h3 {
  font-size: 20px !important; }

.entSlider {
  padding: 0 50px;
  margin-top: 40px; }
  @media (max-width: 767px) {
    .entSlider {
      padding: 0; } }
  .entSlider .eventsCO {
    width: calc(33% - 30px);
    background-color: #fff;
    float: left;
    margin: 0 15px; }
    @media (max-width: 767px) {
      .entSlider .eventsCO {
        width: calc(100% - 65px);
        margin: 0; } }
  .entSlider .entPhoto {
    position: relative; }
    .entSlider .entPhoto img {
      width: 100%;
      height: auto; }
    .entSlider .entPhoto h3 {
      position: absolute;
      bottom: 0;
      width: 100%;
      z-index: 10;
      color: #fff;
      background-color: #69478f;
      padding: 15px;
      margin: 0; }
  .entSlider .wymText {
    padding: 20px;
    line-height: 2.0;
    color: #666666; }
    .entSlider .wymText h5 {
      margin: 0;
      color: #69478f;
      font-style: italic; }
    .entSlider .wymText a {
      text-decoration: none;
      color: #232323;
      font-weight: 900;
      letter-spacing: 2px;
      text-transform: uppercase;
      font-size: 12px; }
  .entSlider a.outlineLink {
    border-color: #69478f;
    width: 290px; }

.emailSignup {
  position: relative;
  z-index: 25; }
  .emailSignup label {
    text-transform: uppercase; }
  .emailSignup input {
    height: 50px;
    width: 70%;
    margin-left: 15%; }
  .emailSignup input.emailBack {
    height: 50px;
    width: 20%;
    margin-left: 40%;
    background-color: #69478f;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0;
    border: none; }
    @media (max-width: 767px) {
      .emailSignup input.emailBack {
        width: 40%;
        margin-left: 30%; } }

.footerGreen {
  background-color: #005e65;
  padding-top: 55px;
  padding-bottom: 20px;
  position: relative;
  z-index: 10;
  color: #fff;
  margin-top: -55px;
  text-align: center; }
  .footerGreen ul, .footerGreen li {
    list-style: none;
    text-align: center;
    margin: 0; }
  .footerGreen ul {
    width: 100%; }
  .footerGreen li {
    float: left; }
  .footerGreen a {
    color: #fff;
    padding: 8px;
    text-decoration: none;
    text-size: 12px;
    font-family: "lato", sans-serif;
    font-weight: 700;
    font-style: normal; }

.footerbkbtm {
  background-color: #232323;
  color: #fff;
  padding-top: 15px;
  text-align: center;
  line-height: 1.7;
  text-transform: uppercase; }
  .footerbkbtm .smaller {
    font-size: 12px;
    line-height: 1.05;
    margin-top: 7px; }
  .footerbkbtm a {
    color: #fff;
    text-decoration: none; }
    .footerbkbtm a:hover {
      color: #00d3e2; }

.intBody .welcome .row {
  margin: 0; }

.internal .welcome .wym {
  margin-bottom: 50px; }
.internal .welcome a.outlineLink {
  border-color: #69478f;
  margin-left: 0; }
.internal .welcome .welcomeArea {
  margin-bottom: 0; }
  @media (max-width: 767px) {
    .internal .welcome .welcomeArea {
      left: 0;
      padding: 20px 15px; } }
.internal .welcome .welcomeText {
  padding-bottom: 0; }
  @media (max-width: 767px) {
    .internal .welcome .welcomeText {
      padding: 0; } }

/**********************
footer STYLES
***********************/
#footer {
  margin-top: -90px;
  position: relative;
  z-index: 65; }
  #footer .footerbk {
    background-image: url("/assets/img/Footer.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 160px 0 0;
    text-align: center;
    font-size: 16px;
    font-family: "lato", sans-serif;
    font-weight: 400;
    font-style: normal; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      #footer .footerbk {
        background-image: url("/assets/img/Footer@2x.png");
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover; } }
    #footer .footerbk h6 {
      font-family: "lato", sans-serif;
      font-weight: 900;
      font-style: normal;
      font-size: 20px;
      letter-spacing: 2px;
      margin: 0 0 7px; }

/**********************
form STYLES
***********************/
.internalform {
  background-image: url(../img/internalBK.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px; }
  .internalform .formheadline h2 {
    font-family: "lato", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 27px;
    color: #fff;
    margin: 0;
    letter-spacing: 3px; }

.dform {
  color: #fff; }
  .dform .column.sortable {
    padding-right: 1.25%; }
  .dform .column.column-last.sortable {
    padding-right: 0;
    padding-left: 1.25%; }
  .dform input, .dform textarea, .dform select {
    width: 100%;
    border: none;
    color: rgba(0, 0, 0, 0.6);
    padding-left: 5px !important;
    padding-right: 5px !important;
    border-radius: 0; }
  .dform input, .dform textarea {
    background-color: #fff; }
  .dform .dform_label {
    margin-bottom: 0;
    color: #fff;
    font-family: "lato", sans-serif;
    font-weight: 400;
    font-style: normal; }
  .dform input {
    height: 40px; }
  .dform .dfinput_names .name_first, .dform .dfinput_names .name_last {
    width: 49%; }
    .dform .dfinput_names .name_first input, .dform .dfinput_names .name_last input {
      width: 100%; }
  .dform .dfinput_names .name_last {
    margin-left: 2%; }
  .dform .dfinput_phones .phone_area {
    width: 30%; }
    .dform .dfinput_phones .phone_area input {
      width: 100%; }
  .dform .dfinput_phones .phone_number {
    width: 68%;
    margin-left: 2%; }
    .dform .dfinput_phones .phone_number input {
      width: 100%; }
  .dform .dform_container .dfinput_left {
    padding-right: 1.25%; }
  .dform .dform_container .dfinput_right {
    padding-left: .25%; }
  .dform .dform_address input.text {
    width: 100%; }
  .dform .dform_address .address_state input.text, .dform .dform_address .address_country select {
    width: 100%; }
  .dform .dform_address .address_country select {
    height: 40px; }
  .dform .dform_address input, .dform .dfinput_phones input, .dform .dfinput_names input {
    margin-bottom: 2px; }
  .dform .dform_address label, .dform .dfinput_phones label, .dform .dfinput_names label {
    color: #fff; }
  .dform .checkboxes li, .dform .radios li {
    height: 33px;
    display: block;
    width: 100%;
    position: relative; }
  .dform .checkboxes input, .dform .radios input {
    width: 25px;
    float: left;
    margin-left: -25px;
    margin-top: -12px; }
  .dform .checkboxes label, .dform .radios label {
    float: left;
    margin-left: 30px;
    padding-top: 2px;
    position: absolute;
    left: 0;
    color: #fff;
    font-family: "lato", sans-serif;
    font-weight: 400;
    font-style: normal; }
  .dform .captcha-simple input {
    width: 300px !important;
    height: 32px;
    border-radius: 0; }
  .dform .captcha-simple img {
    width: 300px;
    height: 32px; }
  .dform .submit_button .dfinput_full {
    display: block;
    background-color: #69478f;
    font-family: "lato", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    color: #fff;
    height: 42px;
    font-size: 28px;
    padding: 2px 20px 8px 20px;
    text-transform: uppercase;
    position: relative;
    width: 25%;
    max-width: 350px;
    min-width: 200px;
    float: right; }
    .dform .submit_button .dfinput_full:hover {
      background-color: #68478d; }
      .dform .submit_button .dfinput_full:hover:after {
        opacity: 0.7; }
    .dform .submit_button .dfinput_full input {
      border: none;
      background-color: transparent;
      color: #fff;
      line-height: 0; }

/**********************
video STYLES
***********************/
.youtube {
  background-color: #000;
  margin-bottom: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer; }

.youtube img {
  width: 100%;
  top: -16.82%;
  left: 0;
  opacity: 0.7; }

.youtube img,
.youtube .play-button {
  cursor: pointer; }

.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
  position: absolute; }

.youtube .play-button,
.youtube .play-button:before {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0); }

.youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0; }

#fluidvideo {
  position: relative;
  background-color: #000;
  padding: 40px; }
  #fluidvideo .hpover, #fluidvideo .play-button {
    width: 179px;
    height: 179px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    background-image: url("/assets/img/PlayArrow.png");
    background-repeat: no-repeat; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      #fluidvideo .hpover, #fluidvideo .play-button {
        background-image: url("/assets/img/PlayArrow@2x.png");
        -webkit-background-size: 167px 167px;
        -moz-background-size: 167px 167px;
        -o-background-size: 167px 167px;
        background-size: 167px 167px; } }
  #fluidvideo img {
    opacity: 1; }
  #fluidvideo:hover img {
    opacity: 0.5; }
  #fluidvideo:hover .hpover, #fluidvideo:hover .play-button {
    transform: translate(-50%, -50%) scale(1.05); }
  #fluidvideo .youtube-container {
    display: block;
    width: 100%; }
  #fluidvideo .youtube-player {
    display: block;
    width: 100%;
    /* assuming that the video has a 16:9 ratio */
    padding-bottom: 56.25%;
    overflow: hidden;
    /*position: relative;*/
    width: 100%;
    height: 100%;
    cursor: hand;
    cursor: pointer;
    display: block; }
  #fluidvideo img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    height: auto; }
  #fluidvideo #youtube-iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

/**********************
accordians STYLES
***********************/
.accordion {
  transition: none; }
  .accordion .fa-plus {
    opacity: 1.0; }
  .accordion .fa-minus {
    opacity: 0.0; }
  .accordion .active .fa-plus {
    opacity: 0;
    transition: all ease 0.5s; }
  .accordion .active .fa-minus {
    opacity: 1.0;
    transition: all ease 0.5s; }
  .accordion .accJewel {
    position: absolute;
    right: 15px;
    top: 13px;
    font-size: 20px; }
  .accordion .accbody {
    padding: 10px;
    transition: none; }
  .accordion .accordion-section-content {
    display: none;
    padding: 20px 15px;
    transition: none; }
  .accordion .accordion-section-title {
    cursor: pointer;
    position: relative;
    background: linear-gradient(to bottom, #68478d 0%, #69478f 100%);
    color: #fff;
    margin: 0;
    padding: 5px 45px 5px 15px;
    transition: none; }
    .accordion .accordion-section-title h3 {
      margin: 0;
      transition: none; }

.serchSocail {
  width: 100%;
  height: 39px;
  position: relative;
  margin: 20px 0 10px; }

.search_box {
  position: absolute;
  right: 0; }
  .search_box label {
    color: #fff;
    text-transform: uppercase;
    float: left;
    margin: 6px 7px 0 0;
    font-size: 19px;
    font-weight: 500; }
  .search_box input {
    border-radius: 0;
    width: 210px;
    height: 37px;
    float: left;
    margin: 0;
    border: none; }
  .search_box .searchBack {
    width: 37px;
    background-color: #69478f;
    color: #fff;
    position: absolute;
    height: 37px;
    border: none;
    right: 0; }

.entSearch {
  position: relative;
  right: 0;
  float: right; }
  .entSearch input {
    border-radius: 0;
    width: 210px;
    height: 37px;
    float: left;
    margin: 0;
    border: none; }
  .entSearch input.searchBack {
    width: 89px;
    padding: 7px;
    background-color: #69478f;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase; }

.socialbox {
  text-align: right;
  margin-top: 0;
  margin-right: 50%; }
  .socialbox a {
    display: block;
    border-radius: 3px;
    position: relative;
    background-color: #69478f;
    color: #fff;
    width: 37px;
    height: 37px;
    margin: 4px;
    float: right;
    text-align: center;
    text-decoration: none;
    font-size: 18px; }
    .socialbox a span {
      display: block;
      position: relative;
      font-size: 18px;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
    .socialbox a:hover {
      background-color: #005e65;
      color: #fff; }

#footer .socialbox {
  transform: translate(-50%, 0);
  margin-top: 8px;
  margin-bottom: 15px;
  position: absolute;
  left: 50%;
  margin-right: 0; }

/**********************
Mobile Navigation STYLES
***********************/
#menu {
  position: fixed;
  z-index: 1; }
  @media (max-width: 767px) {
    #menu {
      z-index: 65; } }

.multilevelpushmenu_wrapper {
  position: fixed;
  overflow: hidden;
  min-width: 100%;
  min-height: 80px;
  margin: 0;
  padding: 0; }

.multilevelpushmenu_wrapper .levelHolderClass {
  position: absolute;
  left: -100%;
  top: 0;
  background: #232323;
  width: auto;
  min-height: 80px;
  font-size: 1em;
  zoom: 1; }

.multilevelpushmenu_wrapper .multilevelpushmenu_inactive {
  background: #232323; }

.multilevelpushmenu_wrapper h2 {
  font-size: 1.5em;
  font-weight: bold;
  color: #00d3e2;
  padding: 0 10px 0 20px;
  margin-bottom: 18px; }

.multilevelpushmenu_wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.multilevelpushmenu_wrapper li {
  cursor: pointer;
  border-top: 1px solid #fff;
  padding: 10px 10px 10px 20px; }

.multilevelpushmenu_wrapper li:last-child {
  border-bottom: 1px solid #fff; }

.multilevelpushmenu_wrapper li:hover {
  background-color: #000; }

.multilevelpushmenu_wrapper a {
  display: block;
  outline: none;
  font-size: 1.5em;
  text-decoration: none;
  color: #fff; }

.multilevelpushmenu_wrapper a:hover {
  color: #ffe; }

.multilevelpushmenu_wrapper .backItemClass {
  display: block;
  padding: 10px 10px 10px 20px;
  background: #232323;
  border-top: 1px solid #fff; }

.multilevelpushmenu_wrapper .floatRight {
  float: right; }

.multilevelpushmenu_wrapper .cursorPointer {
  cursor: pointer; }

.multilevelpushmenu_wrapper .iconSpacing {
  padding: 0 10px 0 0; }

#map_inner {
  display: inline-block;
  width: 100%;
  height: 475px;
  background: url("../img/map.jpg") center center no-repeat;
  background-size: cover; }

.sponsors {
  padding: 20px 0px 35px 30px; }

/*# sourceMappingURL=site.css.map */
