/************** LOAD FONTS ******************/
@font-face {
  font-family: "Montserrat-Black";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/Montserrat-Black.woff2") format("woff2"), url("fonts/Montserrat-Black.woff") format("woff"); }
@font-face {
  font-family: "Montserrat-Bold";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/Montserrat-Bold.woff2") format("woff2"), url("fonts/Montserrat-Bold.woff") format("woff"); }
@font-face {
  font-family: "Montserrat-Light";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/Montserrat-Light.woff2") format("woff2"), url("fonts/Montserrat-Light.woff") format("woff"); }
@font-face {
  font-family: "Montserrat-Medium";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/Montserrat-Medium.woff2") format("woff2"), url("fonts/Montserrat-Medium.woff") format("woff"); }
@font-face {
  font-family: "Montserrat-Regular";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/Montserrat-Regular.woff2") format("woff2"), url("fonts/Montserrat-Regular.woff") format("woff"); }
.saffireMobileSize .header {
  padding: 0;
  font: inherit;
  color: inherit; }
.saffireMobileSize .headerInnerContent {
  height: auto; }

.generalmessage {
  box-sizing: border-box;
  white-space: normal;
  padding: 0 10px; }

.saffireMobileSize .generalmessage {
  padding: 0 10px; }

.loginstatus {
  float: none; }

#weatherBugWidget {
  position: static;
  display: flex;
  align-items: center; }
  #weatherBugWidget img {
    flex-shrink: 0;
    margin: 0 5px; }
  #weatherBugWidget #weatherBugText,
  #weatherBugWidget #weatherBugDescription {
    display: none; }
  #weatherBugWidget.weatherBugSet #weatherBugDescription {
    display: inline;
    color: inherit; }

.ticket {
  padding: 0;
  height: auto; }

.saffireMobileSize a.ticket,
.saffireMobileSize a.ticket:hover {
  position: static;
  display: inline-block;
  overflow: visible;
  white-space: normal;
  border: none;
  border-radius: 0;
  padding: 0; }

.emailSignup {
  box-sizing: border-box; }
  .emailSignup > div {
    float: none; }
  .emailSignup .emailInputField input {
    box-sizing: border-box;
    border: none;
    box-shadow: none; }
  .emailSignup .emailSubmitButton {
    box-sizing: border-box; }

.header .emailSignup {
  position: relative;
  z-index: 1; }

.saffireMobileSize .header .emailSignup {
  float: none;
  font-size: inherit; }
  .saffireMobileSize .header .emailSignup:hover {
    cursor: pointer; }

body.modalBody .emailSignup .emailInputField input {
  border: 1px solid #000;
  padding: 2px 5px;
  margin: 5px 0; }

.header .searchBox {
  position: relative;
  z-index: 1; }

.searchBox:not(.clonedSearchBox) > div {
  float: none; }
.searchBox:not(.clonedSearchBox) #searchBoxClicker {
  display: none; }
.searchBox:not(.clonedSearchBox) .searchBoxInput input {
  box-sizing: border-box;
  border: none;
  box-shadow: none; }
.searchBox:not(.clonedSearchBox) .searchSubmitButton {
  box-sizing: border-box; }

.saffireMobileSize .header .searchBox:not(.clonedSearchBox) {
  float: none;
  font-size: inherit; }
  .saffireMobileSize .header .searchBox:not(.clonedSearchBox) #searchBoxClicker {
    display: block; }
  .saffireMobileSize .header .searchBox:not(.clonedSearchBox):hover {
    cursor: pointer; }

.saffireMobileSize .searchBox.clonedSearchBox {
  background: #222; }
  .saffireMobileSize .searchBox.clonedSearchBox:before {
    display: none; }
  .saffireMobileSize .searchBox.clonedSearchBox .searchBoxInput input.inputFieldTextbox.textbox {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 0 !important;
    font-family: "open_sansregular", Verdana, Arial !important; }
  .saffireMobileSize .searchBox.clonedSearchBox .searchBoxSubmit {
    display: flex;
    align-items: center;
    justify-content: center; }
    .saffireMobileSize .searchBox.clonedSearchBox .searchBoxSubmit a {
      border-color: #ddd;
      border-radius: 0 !important; }
    .saffireMobileSize .searchBox.clonedSearchBox .searchBoxSubmit:before {
      position: static; }

.viewcart > span {
  position: relative;
  display: inline-block; }

.saffireMobileSize .viewcart {
  float: none;
  width: auto;
  height: auto;
  font-family: inherit !important;
  font-size: inherit; }
  .saffireMobileSize .viewcart:before {
    display: none; }
  .saffireMobileSize .viewcart:hover .cartMenu {
    display: none !important; }
  .saffireMobileSize .viewcart .cartMenuLink {
    box-sizing: border-box; }

.saffireLargeSize .nav .groups .group {
  float: none; }
.saffireLargeSize .nav .groups .group > a {
  box-sizing: border-box; }
.saffireLargeSize .nav .items {
  float: none; }
  .saffireLargeSize .nav .items .item a {
    box-sizing: border-box; }
.saffireLargeSize .nav .subitems {
  float: none; }

.saffireMobileSize .nav {
  display: inline-flex;
  display: none !important;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  float: none;
  height: 50px;
  width: 50px;
  color: #333;
  font-size: inherit; }
  .saffireMobileSize .nav:before {
    position: static;
    line-height: 1; }
  .saffireMobileSize .nav .mobileNavLink {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%; }
  .saffireMobileSize .nav .groups {
    display: none; }

body, input.textbox {
  color: #323232;
  font: 14px/1.5 "Montserrat-Light"; }

strong, .bold {
  font-family: 'Montserrat-Bold'; }

a {
  color: #0058CE;
  text-decoration: underline;
  font-family: 'Montserrat-Light'; }

h2 a {
  font-size: 30px; }

.header a,
.footer a {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat-Medium";
  font-weight: normal;
  line-height: 1.2;
  text-transform: none; }

h1, h2 {
  color: #0058CE; }

h3, h4, h5, h6 {
  color: #323232; }

h1 {
  margin: 0.2em 0;
  font-size: 40px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 14px; }

.subContainer h1 {
  font-size: 30px; }
.subContainer h2 {
  font-size: 25px; }
.subContainer h3 {
  font-size: 20px; }

.cartcols h2 {
  font-size: 20px; }

.reviewYourOrderSubContainer h2 {
  font-size: 20px; }

.eventList-container .eventCol1 .filter-group {
  line-height: 1.2; }

.error {
  color: #FF4024;
  font-family: 'Montserrat-Medium'; }

input.textbox {
  padding: 5px; }

*:focus {
  outline: 2px solid #0058CE; }

/***************** CONTAINERS **************************/
body {
  background: #FFF;
  background-size: none; }

.wrapper {
  width: 100%;
  overflow: hidden; }

body:not(.homepage) .content {
  position: relative;
  max-width: 1200px;
  margin: 205px auto 50px;
  padding: 15px 15px 15px 15px;
  background: #FFF; }

body:not(.homepage).saffireMobileSize .content {
  margin: 0px; }

body:not(.homepage).generalMessageOn.saffireLargeSize .content {
  margin-top: 230px; }

body:not(.homepage).generalMessageOn.saffireMobileSize .content {
  margin: 0; }

.saffireLargeSize.generalMessageOn .content {
  margin-top: 174px; }

.saffireLargeSize.homepage .content {
  margin-top: 134px; }

.saffireMobileSize.homepage .content {
  margin-top: 0; }

.saffireMobileSize.homepage .content,
.saffireLargeSize.homepage .content {
  position: relative;
  max-width: 100%;
  padding: 0;
  background: none; }

body.homepage .afterContent {
  display: none; }

body:not(.homepage) .afterContent {
  position: relative;
  height: 278px;
  background: url("images/subpage-bg.png") #FFF center no-repeat;
  background-size: cover; }
  body:not(.homepage) .afterContent:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    z-index: 999;
    background: url("images/footer-accent.png") center no-repeat;
    background-size: cover;
    width: 100%;
    height: 125px; }

body:not(.homepage).saffireMobileSize .afterContent {
  display: block; }

.subContainer {
  background: #EEE;
  color: #323232; }

.dateDisplayBar,
.dateDisplay {
  background: #0058CE;
  color: #fff; }
  .dateDisplayBar a,
  .dateDisplay a {
    color: #fff; }

#google_translate_element {
  /* |%  Google translate position */
  top: 15px;
  right: 30px; }

.carthr {
  background: #323232; }

.orderhistory {
  background: #0058CE; }

.orderhistory th {
  color: #fff;
  padding: 8px 3px; }

.alternateRow {
  background: #EEE; }

.listingItem {
  background: #EEE;
  border-bottom: 1px solid #d5d5d5; }
  .listingItem:hover {
    background: #f6f6f6; }

/*************** MEMBERS SITE **********************/
.arrowdown {
  border-color: transparent transparent black; }

.arrowdown_on {
  border-color: transparent transparent white; }

.arrowup {
  border-color: black transparent transparent; }

.arrowup_on {
  border-color: white transparent transparent; }

#directoryFilterOptions > li:hover {
  background: #cbdfe2; }

.directoryHeader {
  border-radius: 6px;
  font-family: inherit;
  font-size: 14px; }

.cartMenu {
  z-index: 9999;
  background: #ACDBF0;
  color: #062858; }
  .cartMenu .cartMenuRemoveButton {
    color: #062858; }

/************* BUTTON STYLES *********************/
a.button:not(.emailSubmitButton):not(.searchSubmitButton),
.button:not(.emailSubmitButton):not(.searchSubmitButton) {
  /* |%  set font-family */
  padding: 6px 20px;
  font-size: 14px;
  line-height: 1.75em;
  text-transform: uppercase;
  border-radius: 0;
  text-decoration: none;
  font-weight: normal !important;
  font-family: "Montserrat-Bold"; }

a.button:not(.emailSubmitButton):not(.searchSubmitButton),
.button:not(.emailSubmitButton):not(.searchSubmitButton),
.buttonSmall {
  color: #FFF !important;
  background: #003E7E;
  background: linear-gradient(180deg, #003E7E);
  -webkit-transition: .3s;
  transition: .3s; }

a.button:not(.emailSubmitButton):not(.searchSubmitButton):hover,
.button:not(.emailSubmitButton):not(.searchSubmitButton):hover,
.buttonSmall:hover {
  background: #00BFDB;
  color: #003E7E !important;
  -webkit-transition: .3s;
  transition: .3s; }

.buttonSmall,
a.updateButton.buttonSmall,
a.removeButton.buttonSmall,
a.cartMenuRemoveButton.button.buttonSmall {
  font-size: 9px !important;
  padding: 5px 13px !important; }

.cartMenu .cartMenuCheckoutButton {
  font-size: 12px !important; }

.searchMapButton {
  padding: 5px 20px 4px !important; }

.mobile-menu-container {
  background: url("images/concert-bg.png") #FFF bottom no-repeat;
  background-size: cover; }
  .mobile-menu-container .mobile-menu-header {
    background: url("images/mobile-header-bg.png") center no-repeat;
    background-size: cover; }
  .mobile-menu-container .close-mobile-menu:before, .mobile-menu-container .close-mobile-menu:after {
    background-color: #FFF; }
  .mobile-menu-container .mobile-menu-subheader {
    display: none; }
  .mobile-menu-container .mobile-menu-subheader-btn {
    background-color: #ebeae7; }
  .mobile-menu-container .mobile-menu-subheader a, .mobile-menu-container .mobile-menu-subheader i,
  .mobile-menu-container .mobile-menu-subheader-btn a,
  .mobile-menu-container .mobile-menu-subheader-btn i {
    color: #8C8C8C; }
  .mobile-menu-container .mobile-menu-login-showlinks .mobile-menu-login .mobile-menu-subheader-btn,
  .mobile-menu-container .mobile-menu-subheader-btn:active {
    background-color: #81c8e8; }
  .mobile-menu-container .mobile-menu-login-links a {
    font-family: "Montserrat-Regular"; }
  .mobile-menu-container .cart-counter {
    font-family: "Montserrat-Regular"; }
  .mobile-menu-container .search-container {
    border-top: 1px solid #323232; }
    .mobile-menu-container .search-container input {
      font-family: "Montserrat-Regular"; }
    .mobile-menu-container .search-container .search-submit-btn {
      color: #8C8C8C; }
  .mobile-menu-container .mobile-menu-ticket-btn {
    background-color: #88CBE9;
    font-family: "Montserrat-Regular";
    color: #062858;
    border-top: 1px solid #323232;
    border-bottom: none; }
  .mobile-menu-container .mobile-menu-footer-links a {
    font-family: "Montserrat-Regular";
    color: #FFF;
    font-size: 13.5px; }

#mobile-nav ul {
  background-color: #FFF; }
  #mobile-nav ul li {
    margin: 0;
    border-top: 1px solid #323232; }
    #mobile-nav ul li:last-of-type {
      border-bottom: 1px solid #323232; }
#mobile-nav a {
  background-color: #88CBE9;
  font-family: 'Montserrat-Bold';
  color: #062858; }
  #mobile-nav a:hover {
    background-color: #c9e7f5; }
#mobile-nav .has-subitems span {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 5%;
  flex: 1 1 5%;
  background-color: #ACDBF0;
  color: #8C8C8C; }
  #mobile-nav .has-subitems span:hover {
    background-color: #6bbfe4; }

/************************* MODAL CONTENT ********************/
.modal {
  background: #FFF;
  padding-top: 15px;
  border: 10px solid #FFF; }

.modalBody {
  /* |%  set modal background color if not white */
  background: #FFF;
  padding: 14px; }
  .modalBody .showorksModalTitle {
    /* |%  set font-family */
    font-size: 32px;
    line-height: 36px; }
  .modalBody .showorksBreadcrumbs {
    /* |%  set font-family */
    font-size: 20px;
    color: #0058CE;
    line-height: 22px; }
  .modalBody .showorksTableGrid th {
    /* |%  set font-family */
    background: rgba(0, 0, 0, 0.3);
    color: #FFF;
    font-size: 12px;
    letter-spacing: 0.06em;
    padding-bottom: 7px;
    padding-top: 7px; }
  .modalBody .showorksTableGrid td {
    color: #323232; }
  .modalBody .showorksTableGrid tr.odd {
    background: #FFF;
    color: black; }
  .modalBody .showorksTableGrid tr.even {
    background: #e6e6e6;
    color: black; }

.modalPageBackground {
  background-color: black;
  opacity: 0.5; }

.modalContent #google_translate_element {
  top: 1px;
  right: 0; }
.modalContent h1 {
  font-size: 24px;
  line-height: 1.2em; }

.modalClose {
  top: 1px;
  background: none; }
  .modalClose .modalCloseButton img {
    display: none; }
  .modalClose .modalCloseButton:before {
    content: "X";
    font-family: sans-serif; }

.header {
  z-index: 999;
  position: fixed;
  top: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: auto;
  background: rgba(0, 191, 219, 0.7); }

.headerInnerContent {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin: auto;
  width: 1200px;
  max-width: 100%;
  height: auto; }

.header-top {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url("images/header-bg.png") center top no-repeat;
  padding: 15px 10px; }
  .header-top:before, .header-top:after {
    content: '';
    position: absolute;
    top: 0;
    display: block;
    width: 3000px;
    height: 95px; }
  .header-top:before {
    right: 1200px;
    background: #31cce2; }
  .header-top:after {
    left: 1200px;
    background: #0057ce; }
  .header-top .header-top-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto; }

.saffireMobileSize .header-top {
  padding: 0 0 0 15px; }

.header-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  background: #88CBE9; }
  .header-bottom:before, .header-bottom:after {
    content: '';
    position: absolute;
    display: block;
    width: 3000px;
    height: 39px;
    background: #88CBE9; }
  .header-bottom:before {
    right: 1200px; }
  .header-bottom:after {
    left: 1200px; }

.saffireMobileSize .header {
  height: auto;
  position: static; }
.saffireMobileSize .headerInnerContent {
  height: auto; }

.generalmessage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
  background: #00BFDB;
  font-family: "Montserrat-Light";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #FFF;
  -webkit-transition: .3s;
  transition: .3s; }
  .generalmessage a {
    color: inherit;
    text-decoration: underline; }

.saffireLargeSize.saffireWindowScrolled .generalmessage {
  height: 0;
  padding: 0;
  font-size: 0;
  -webkit-transition: .3s;
  transition: .3s; }

.saffireMobileSize .generalmessage {
  height: 40px;
  font-size: 14px;
  line-height: 1.2; }
  @media screen and (max-width: 500px) {
    .saffireMobileSize .generalmessage {
      font-size: 12px; } }

.header-logo {
  display: block;
  width: 558px;
  height: 65px;
  background: url("images/logo.png") center/contain no-repeat; }
  @media screen and (max-width: 1020px) {
    .header-logo {
      width: 325px; } }

.saffireMobileSize .header-logo {
  width: 204px !important;
  height: 50px; }

.loginstatus a,
.myAccountNavButton a {
  color: inherit; }

.ticket {
  background: #00BFDB;
  color: #FFF;
  font: 14px/1 'Montserrat-Black';
  text-transform: uppercase;
  padding: 14px 19px; }
  .ticket:hover {
    background: #00BFDB;
    color: #FFF; }

.saffireMobileSize a.ticket {
  display: none; }

.header .emailSignup {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 5px; }
  .header .emailSignup .emailInputField input {
    height: 30px;
    width: 170px;
    padding: 0 5px;
    font-size: 14px;
    font-family: "Montserrat-Light";
    border-radius: 0 !important;
    width: 0;
    padding: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    .header .emailSignup .emailInputField input:focus {
      width: 170px;
      padding: 0 5px;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
  .header .emailSignup .emailSubmitButton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 43px;
    padding: 0 10px;
    background: #2E82D9;
    border-radius: 0 !important;
    font-size: 14px;
    font-family: "Montserrat-Light";
    -webkit-transition: .3s;
    transition: .3s;
    width: 55px;
    padding: 0;
    font-size: 0; }
    .header .emailSignup .emailSubmitButton:before {
      content: "\f0e0";
      display: block;
      font-size: 18px;
      font-family: "FontAwesome";
      line-height: 1;
      color: #FFF; }
    .header .emailSignup .emailSubmitButton:hover {
      background: #00BFDB;
      -webkit-transition: .3s;
      transition: .3s; }
  .header .emailSignup:hover .emailInputField input {
    width: 170px;
    padding: 0 5px;
    -webkit-transition: 0.2s;
    transition: 0.2s; }

.saffireMobileSize .header .emailSignup {
  display: none;
  position: static;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px; }
  .saffireMobileSize .header .emailSignup:before {
    content: "\f0e0";
    position: static;
    line-height: 1;
    font-size: 26px;
    color: rgba(255, 255, 255, 0.8); }

.header .searchBox:not(.clonedSearchBox) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 5px; }
  .header .searchBox:not(.clonedSearchBox) .searchBoxInput input {
    height: 43px;
    width: 170px;
    padding: 0 10px;
    font-size: 14px;
    font-family: "Montserrat-Light";
    border-radius: 0 !important;
    width: 0;
    padding: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    .header .searchBox:not(.clonedSearchBox) .searchBoxInput input:focus {
      width: 170px;
      padding: 0 10px;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
  .header .searchBox:not(.clonedSearchBox) .searchSubmitButton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 43px;
    padding: 0 10px;
    background: #2E82D9;
    border-radius: 0 !important;
    font-size: 14px;
    font-family: "Montserrat-Light";
    -webkit-transition: .3s;
    transition: .3s;
    width: 55px;
    padding: 0;
    font-size: 0; }
    .header .searchBox:not(.clonedSearchBox) .searchSubmitButton:before {
      content: "\f002";
      display: block;
      font-size: 18px;
      font-family: "FontAwesome";
      line-height: 1;
      color: #FFF; }
    .header .searchBox:not(.clonedSearchBox) .searchSubmitButton:hover {
      background: #00BFDB;
      -webkit-transition: .3s;
      transition: .3s; }
  .header .searchBox:not(.clonedSearchBox):hover .searchBoxInput input {
    width: 170px;
    padding: 0 10px;
    -webkit-transition: 0.2s;
    transition: 0.2s; }

.saffireMobileSize .header .searchBox:not(.clonedSearchBox) {
  display: none;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px; }
  .saffireMobileSize .header .searchBox:not(.clonedSearchBox):before {
    content: "\f002";
    position: static;
    line-height: 1;
    font-size: 26px;
    color: rgba(255, 255, 255, 0.8); }

.saffireLargeSize .viewcart {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: inherit;
  margin-right: 5px; }
  .saffireLargeSize .viewcart:hover .cartMenuLink {
    background: #00BFDB;
    -webkit-transition: .3s;
    transition: .3s; }
  .saffireLargeSize .viewcart .cartMenuLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 43px;
    width: 55px;
    background: #2E82D9;
    -webkit-transition: .3s;
    transition: .3s; }
  .saffireLargeSize .viewcart .cartMenuLink:before {
    content: "\f07a";
    position: relative;
    top: 1px;
    font-family: 'FontAwesome';
    font-size: 18px;
    line-height: 1;
    color: #FFF; }

.saffireMobileSize .viewcart {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  left: 10px; }
  .saffireMobileSize .viewcart .cartMenuLink {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    color: rgba(255, 255, 255, 0.8); }
    .saffireMobileSize .viewcart .cartMenuLink:before {
      content: "\f07a";
      position: relative;
      font-family: 'FontAwesome';
      font-size: 26px;
      line-height: 1;
      color: inherit; }

.mobile-nav-toggle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  vertical-align: top; }
  .mobile-nav-toggle:before {
    content: "\f0c9";
    position: relative;
    top: 2px;
    font-family: 'FontAwesome';
    font-size: 28px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.8); }
  .mobile-nav-toggle:hover {
    cursor: pointer; }

.saffireLargeSize .mobile-nav-toggle {
  display: none; }

.saffireLargeSize .nav {
  z-index: 999 !important; }
  .saffireLargeSize .nav .groups {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0; }
    .saffireLargeSize .nav .groups .group {
      cursor: pointer;
      margin-right: 70px;
      display: inline-block;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
      .saffireLargeSize .nav .groups .group:last-child {
        margin-right: 0 !important; }
      @media screen and (max-width: 1020px) {
        .saffireLargeSize .nav .groups .group {
          margin-right: 40px; } }
    .saffireLargeSize .nav .groups .group > a {
      display: inline-block;
      padding: 7px 20px;
      background: #88CBE9;
      font-family: "Montserrat-Bold", Arial, Verdana, sans-serif;
      font-size: 17px;
      font-weight: 400;
      color: #062858;
      cursor: pointer; }
      .saffireLargeSize .nav .groups .group > a:last-child {
        margin-right: 0; }
      @media screen and (max-width: 1020px) {
        .saffireLargeSize .nav .groups .group > a {
          font-size: 15px; } }
    .saffireLargeSize .nav .groups .group:hover > a {
      color: #FFF;
      background: rgba(136, 203, 233, 0.95); }
  .saffireLargeSize .nav .items {
    top: 100%;
    left: 0;
    padding: 0;
    background: rgba(136, 203, 233, 0.95); }
    .saffireLargeSize .nav .items .item a {
      padding: 10px 20px;
      color: #FFF;
      font-family: "Montserrat-Light"; }
    .saffireLargeSize .nav .items .item a:hover {
      color: #FFF; }
  .saffireLargeSize .nav .item {
    width: 200px;
    line-height: 1.4; }
    .saffireLargeSize .nav .item:hover {
      background: rgba(0, 88, 206, 0.2); }
  .saffireLargeSize .nav .subitems {
    left: 100%;
    padding: 0;
    background: rgba(136, 203, 233, 0.95); }

a.emailSignupcre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 43px;
  padding: 0 10px;
  margin-right: 5px;
  background: #2E82D9;
  border-radius: 0 !important;
  font-size: 14px;
  font-family: "Montserrat-Light";
  -webkit-transition: .3s;
  transition: .3s;
  width: 55px;
  padding: 0;
  font-size: 0; }
  a.emailSignupcre:after {
    content: "\f0e0";
    display: block;
    font-size: 18px;
    font-family: "FontAwesome";
    line-height: 1;
    color: #FFF; }
  .saffireMobileSize a.emailSignupcre {
    position: relative;
    top: 4px; }

/*********************** FOOTER **************************/
.footer {
  /* set the height of the footer */
  position: relative;
  height: auto;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: repeat-x #FFF center;
  color: #585858;
  text-align: right; }
  .footer .footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1260px;
    margin: auto; }
    .footer .footer-top .footer-top-left {
      display: flex;
      align-items: center; }
      .footer .footer-top .footer-top-left .venuworks {
        background: url("images/vw-logo-color.png") center no-repeat;
        display: block;
        width: 255px;
        height: 100px; }
      .footer .footer-top .footer-top-left .subpage-footer-logo {
        display: block; }
    .footer .footer-top .footer-top-right {
      display: flex;
      flex-direction: column;
      align-items: flex-end; }
      .footer .footer-top .footer-top-right .footer-logo {
        background: url("images/cr-logo-color.png") center no-repeat;
        display: block;
        width: 418px;
        height: 150px; }
      .footer .footer-top .footer-top-right .contact-info {
        display: flex;
        flex-direction: column;
        margin-right: 55px;
        font-size: 16px; }
        .footer .footer-top .footer-top-right .contact-info .address {
          margin-bottom: 20px; }
        .footer .footer-top .footer-top-right .contact-info .office {
          margin: 0 20px; }
        .footer .footer-top .footer-top-right .contact-info .tix, .footer .footer-top .footer-top-right .contact-info .office, .footer .footer-top .footer-top-right .contact-info .email {
          font-family: 'Montserrat-Black';
          color: #00CEF6; }
          .footer .footer-top .footer-top-right .contact-info .tix a, .footer .footer-top .footer-top-right .contact-info .office a, .footer .footer-top .footer-top-right .contact-info .email a {
            font-family: 'Montserrat-Light';
            color: #585858;
            margin-left: 5px; }
      .footer .footer-top .footer-top-right .venue-logos {
        display: flex;
        align-items: center;
        margin: 30px 35px 60px 0; }
        .footer .footer-top .footer-top-right .venue-logos img {
          margin: 0 20px; }
  .footer .footer-bottom {
    background: url("images/footer-bottom-bg.png") center repeat-x;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 85px; }
  .footer a {
    color: #585858;
    text-decoration: none; }
    .footer a:hover {
      text-decoration: underline; }
  .footer ul.footerItems2 {
    box-sizing: border-box;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
    font: 13px/1 'Montserrat-Bold';
    color: #FFF; }

@media screen and (max-width: 1300px) {
  .footer .footer-top {
    justify-content: center; }
    .footer .footer-top .footer-top-left {
      display: none; }
    .footer .footer-top .footer-top-right {
      align-items: center; }
      .footer .footer-top .footer-top-right .footer-logo {
        background-image: url("images/footer-logo.png");
        width: 318px;
        height: 66px;
        margin-bottom: 30px; }
      .footer .footer-top .footer-top-right .contact-info {
        text-align: center;
        margin-right: 0; }
      .footer .footer-top .footer-top-right .venue-logos {
        margin: 30px 0; }
        .footer .footer-top .footer-top-right .venue-logos img {
          margin: 0 10px; } }
.saffireMobileSize .footer {
  padding-top: 40px; }
  .saffireMobileSize .footer .footer-top .footer-top-right .venue-logos .us-cellular-center img {
    width: 90px; }
  .saffireMobileSize .footer .footer-top .footer-top-right .venue-logos .paramount img {
    width: 50px; }
  .saffireMobileSize .footer .footer-top .footer-top-right .venue-logos .ice-arena img {
    width: 80px; }
  .saffireMobileSize .footer .footer-top .footer-top-right .venue-logos .mcgrath img {
    width: 70px; }

@media screen and (max-width: 700px) {
  .footer .footer-top .footer-top-right .contact-info {
    max-width: 255px;
    font-size: 11px; }
    .footer .footer-top .footer-top-right .contact-info .contact-info-bottom {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      .footer .footer-top .footer-top-right .contact-info .contact-info-bottom .office {
        margin-right: 0; }
  .footer ul.footerItems2 {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 0 0;
    font-size: 9px; }
    .footer ul.footerItems2 li:last-of-type {
      margin-top: -10px; } }
.cedarRapidsIceArena .header {
  background: #21c0de; }
.cedarRapidsIceArena .nav .groups .group > a {
  color: #353535; }
.cedarRapidsIceArena .header-top {
  background-image: url("images/subpages/header-bg-blue-2.png"); }
  .cedarRapidsIceArena .header-top:before {
    background: #525C94; }
  .cedarRapidsIceArena .header-top:after {
    background: #00A5D8; }
.cedarRapidsIceArena .header .searchBox:not(.clonedSearchBox) .searchSubmitButton,
.cedarRapidsIceArena .emailSignupcre {
  background: #0299d3; }
  .cedarRapidsIceArena .header .searchBox:not(.clonedSearchBox) .searchSubmitButton:hover,
  .cedarRapidsIceArena .emailSignupcre:hover {
    background: #88CBE9; }
.cedarRapidsIceArena .ticket {
  background: #88CBE9; }
  .cedarRapidsIceArena .ticket:hover {
    background: #0299d3; }
.cedarRapidsIceArena .header-logo {
  background-image: url("images/subpages/ice-arena-logo.png");
  width: 389px; }
.cedarRapidsIceArena .subpage-footer-logo {
  background: url("images/subpages/roughriders.png") center no-repeat;
  width: 119px;
  height: 119px;
  margin-left: 95px; }
.cedarRapidsIceArena .footer .footer-bottom {
  background-image: url("images/subpages/footer-bottom-bg-blue-2.png"); }
@media screen and (max-width: 1300px) {
  .cedarRapidsIceArena .footer .footer-top .footer-top-right .footer-logo {
    background-image: url("images/subpages/ice-arena-footer-logo.png");
    width: 291px;
    height: 133px; } }

.usCellularCenter.saffireMobileSize #siteInfoBannerWidget,
.usCellularCenter .header {
  background: #24ABE2; }
.usCellularCenter .header-top,
.usCellularCenter .mobile-menu-container .mobile-menu-header {
  background-image: url("images/subpages/header-bg-alliant-power-house.png"); }
  .usCellularCenter .header-top:before,
  .usCellularCenter .mobile-menu-container .mobile-menu-header:before {
    background: #359CD3; }
  .usCellularCenter .header-top:after,
  .usCellularCenter .mobile-menu-container .mobile-menu-header:after {
    background: #24ABE2; }
.usCellularCenter .header-bottom,
.usCellularCenter .header-bottom:before,
.usCellularCenter .header-bottom:after {
  background: #74c045; }
.usCellularCenter.saffireLargeSize .nav .groups .group > a {
  background: #74c045;
  color: #fff; }
  .usCellularCenter.saffireLargeSize .nav .groups .group > a:hover {
    color: #fff; }
.usCellularCenter.saffireLargeSize .nav .items {
  background: rgba(116, 192, 69, 0.95); }
  .usCellularCenter.saffireLargeSize .nav .items .item a {
    color: #fff; }
.usCellularCenter.saffireLargeSize .nav .item:hover {
  background: none; }
.usCellularCenter.saffireLargeSize .nav .subitems {
  background: rgba(116, 192, 69, 0.95); }
.usCellularCenter .header .searchBox:not(.clonedSearchBox) .searchSubmitButton,
.usCellularCenter .emailSignupcre,
.usCellularCenter .ticket {
  background: #0585c8;
  color: #fff; }
  .usCellularCenter .header .searchBox:not(.clonedSearchBox) .searchSubmitButton:hover,
  .usCellularCenter .emailSignupcre:hover,
  .usCellularCenter .ticket:hover {
    background: #0E8FD0; }
.usCellularCenter .header-logo {
  background-image: url("images/subpages/header-logo-alliant.png");
  width: 376px; }
.usCellularCenter h1,
.usCellularCenter h2,
.usCellularCenter h3,
.usCellularCenter h4,
.usCellularCenter h5,
.usCellularCenter h6,
.usCellularCenter a {
  color: #0585c8; }
.usCellularCenter .button {
  background: #0585c8 !important; }
  .usCellularCenter .button:hover {
    background: #0E8FD0 !important; }
.usCellularCenter .button:not(.emailSubmitButton):not(.searchSubmitButton):hover {
  color: #FFF !important; }
.usCellularCenter .afterContent {
  background-image: url("images/subpages/subpage-bg-alliant-power-house.png") !important; }
.usCellularCenter .subpage-footer-logo {
  width: 181px;
  height: 90px;
  margin-left: 65px; }
.usCellularCenter .footer .footer-bottom {
  background-image: url("images/subpages/footer-bottom-bg-alliant-power-house.png"); }
.usCellularCenter .mobile-menu-container {
  background-image: none;
  background-color: #24ABE2; }
  .usCellularCenter .mobile-menu-container .mobile-menu-ticket-btn {
    background-color: #0585c8;
    color: #fff;
    transition: .3s; }
    .usCellularCenter .mobile-menu-container .mobile-menu-ticket-btn:hover {
      background-color: #0E8FD0;
      transition: .3s; }
  .usCellularCenter .mobile-menu-container #mobile-nav a {
    background-color: #0585c8;
    color: #fff;
    transition: .3s; }
    .usCellularCenter .mobile-menu-container #mobile-nav a:hover {
      background-color: #0E8FD0;
      transition: .3s; }
  .usCellularCenter .mobile-menu-container #mobile-nav .has-subitems span {
    background-color: #0E8FD0;
    color: #fff;
    transition: .3s; }
    .usCellularCenter .mobile-menu-container #mobile-nav .has-subitems span:hover {
      background-color: #0585c8;
      transition: .3s; }
@media screen and (max-width: 1300px) {
  .usCellularCenter .footer .footer-top .footer-top-right .footer-logo {
    background-image: url("images/subpages/cellular-center-footer-logo.png");
    width: 308px;
    height: 126px; } }

.paramountTheatre.saffireMobileSize #siteInfoBannerWidget,
.paramountTheatre .header {
  background: #997880; }
  .paramountTheatre.saffireMobileSize #siteInfoBannerWidget .searchBox:not(.clonedSearchBox) .searchSubmitButton,
  .paramountTheatre.saffireMobileSize #siteInfoBannerWidget .emailSignupcre,
  .paramountTheatre .header .searchBox:not(.clonedSearchBox) .searchSubmitButton,
  .paramountTheatre .header .emailSignupcre {
    background: #b06178 !important; }
    .paramountTheatre.saffireMobileSize #siteInfoBannerWidget .searchBox:not(.clonedSearchBox) .searchSubmitButton:hover,
    .paramountTheatre.saffireMobileSize #siteInfoBannerWidget .emailSignupcre:hover,
    .paramountTheatre .header .searchBox:not(.clonedSearchBox) .searchSubmitButton:hover,
    .paramountTheatre .header .emailSignupcre:hover {
      background: #997880 !important; }
.paramountTheatre .ticket {
  background: #b5647b;
  color: #FFF !important; }
  .paramountTheatre .ticket:hover {
    background: #997880; }
.paramountTheatre .header-top,
.paramountTheatre .mobile-menu-container .mobile-menu-header {
  background-image: url("images/subpages/header-bg-pink.png"); }
  .paramountTheatre .header-top:before,
  .paramountTheatre .mobile-menu-container .mobile-menu-header:before {
    background: #57363D; }
  .paramountTheatre .header-top:after,
  .paramountTheatre .mobile-menu-container .mobile-menu-header:after {
    background: #A73F5D; }
.paramountTheatre .header-logo {
  background-image: url("images/subpages/paramount-logo.png");
  width: 384px; }
.paramountTheatre.saffireMobileSize .header-logo {
  width: 230px; }
.paramountTheatre .header-bottom,
.paramountTheatre .header-bottom:before,
.paramountTheatre .header-bottom:after {
  background: #dadada; }
.paramountTheatre.saffireLargeSize .nav .groups .group > a {
  background: #dadada;
  color: #2d2d2d; }
  .paramountTheatre.saffireLargeSize .nav .groups .group > a:hover {
    color: #2d2d2d; }
.paramountTheatre.saffireLargeSize .nav .items {
  background: rgba(218, 218, 218, 0.95); }
  .paramountTheatre.saffireLargeSize .nav .items .item a {
    color: #2d2d2d; }
.paramountTheatre.saffireLargeSize .nav .item:hover {
  background: none; }
.paramountTheatre.saffireLargeSize .nav .subitems {
  background: rgba(218, 218, 218, 0.95); }
.paramountTheatre h1, .paramountTheatre h2, .paramountTheatre h3, .paramountTheatre h4, .paramountTheatre h5, .paramountTheatre h6, .paramountTheatre a {
  color: #720020; }
.paramountTheatre .button {
  background: #790325 !important; }
  .paramountTheatre .button:hover {
    background: #d23a66 !important; }
.paramountTheatre .button:not(.emailSubmitButton):not(.searchSubmitButton):hover {
  color: #FFF !important; }
.paramountTheatre .footer .footer-bottom {
  background-image: url("images/subpages/footer-bottom-bg-pink.png"); }
.paramountTheatre .footer .footer-top .footer-top-left {
  align-items: flex-end; }
.paramountTheatre .subpage-footer-logo {
  background: url("images/subpages/orchestra-iowa.png") center no-repeat;
  width: 254px;
  height: 20px;
  margin-left: 40px; }
.paramountTheatre .afterContent {
  background-image: url("images/subpages/subpage-bg-pink.png") !important; }
.paramountTheatre .mobile-menu-container {
  background-image: none;
  background-color: #997880; }
  .paramountTheatre .mobile-menu-container .mobile-menu-ticket-btn {
    background-color: #f7bdce;
    color: #790325;
    transition: .3s; }
    .paramountTheatre .mobile-menu-container .mobile-menu-ticket-btn:hover {
      background-color: #b5647b;
      transition: .3s; }
  .paramountTheatre .mobile-menu-container #mobile-nav a {
    background-color: #f7bdce;
    color: #790325;
    transition: .3s; }
    .paramountTheatre .mobile-menu-container #mobile-nav a:hover {
      background-color: #b5647b;
      transition: .3s; }
  .paramountTheatre .mobile-menu-container #mobile-nav .has-subitems span {
    background-color: #b5647b;
    color: #790325;
    transition: .3s; }
    .paramountTheatre .mobile-menu-container #mobile-nav .has-subitems span:hover {
      background-color: #f7bdce;
      transition: .3s; }
@media screen and (max-width: 1300px) {
  .paramountTheatre .footer .footer-top .footer-top-right .footer-logo {
    background-image: url("images/subpages/paramount-footer-logo.png");
    width: 3218px;
    height: 126px; } }

.mcgrathAmphitheatre.saffireMobileSize #siteInfoBannerWidget,
.mcgrathAmphitheatre .header {
  background: #39d378; }
  .mcgrathAmphitheatre.saffireMobileSize #siteInfoBannerWidget .searchBox:not(.clonedSearchBox) .searchSubmitButton,
  .mcgrathAmphitheatre.saffireMobileSize #siteInfoBannerWidget .emailSignupcre,
  .mcgrathAmphitheatre .header .searchBox:not(.clonedSearchBox) .searchSubmitButton,
  .mcgrathAmphitheatre .header .emailSignupcre {
    background: #006206; }
    .mcgrathAmphitheatre.saffireMobileSize #siteInfoBannerWidget .searchBox:not(.clonedSearchBox) .searchSubmitButton:hover,
    .mcgrathAmphitheatre.saffireMobileSize #siteInfoBannerWidget .emailSignupcre:hover,
    .mcgrathAmphitheatre .header .searchBox:not(.clonedSearchBox) .searchSubmitButton:hover,
    .mcgrathAmphitheatre .header .emailSignupcre:hover {
      background: #50e38c; }
.mcgrathAmphitheatre .ticket {
  background: #006206;
  color: #FFF !important; }
  .mcgrathAmphitheatre .ticket:hover {
    background: #50e38c; }
.mcgrathAmphitheatre .header-top,
.mcgrathAmphitheatre .mobile-menu-container .mobile-menu-header {
  background-image: url("images/subpages/header-bg-green.png"); }
  .mcgrathAmphitheatre .header-top:before,
  .mcgrathAmphitheatre .mobile-menu-container .mobile-menu-header:before {
    background: #379D5E; }
  .mcgrathAmphitheatre .header-top:after,
  .mcgrathAmphitheatre .mobile-menu-container .mobile-menu-header:after {
    background: #2BE175; }
.mcgrathAmphitheatre .header-logo {
  background-image: url("images/subpages/mcgrath-logo.png");
  width: 524px; }
.mcgrathAmphitheatre.saffireMobileSize .header-logo {
  width: 230px; }
.mcgrathAmphitheatre .header-bottom,
.mcgrathAmphitheatre .header-bottom:before,
.mcgrathAmphitheatre .header-bottom:after {
  background: #b4eecc; }
.mcgrathAmphitheatre.saffireLargeSize .nav .groups .group > a {
  background: #b4eecc;
  color: #2d2d2d; }
  .mcgrathAmphitheatre.saffireLargeSize .nav .groups .group > a:hover {
    color: #047e33; }
.mcgrathAmphitheatre.saffireLargeSize .nav .items .item a {
  color: #047e33; }
  .mcgrathAmphitheatre.saffireLargeSize .nav .items .item a:hover {
    color: #047e33; }
.mcgrathAmphitheatre.saffireLargeSize .nav .items, .mcgrathAmphitheatre.saffireLargeSize .nav .subitems {
  background: rgba(180, 238, 204, 0.95); }
.mcgrathAmphitheatre.saffireLargeSize .nav .item:hover {
  background: none; }
.mcgrathAmphitheatre h1, .mcgrathAmphitheatre h2, .mcgrathAmphitheatre h3, .mcgrathAmphitheatre h4, .mcgrathAmphitheatre h5, .mcgrathAmphitheatre h6, .mcgrathAmphitheatre a {
  color: #065f29; }
.mcgrathAmphitheatre .button {
  background: #047e33 !important; }
  .mcgrathAmphitheatre .button:hover {
    background: #39d378 !important; }
.mcgrathAmphitheatre .button:not(.emailSubmitButton):not(.searchSubmitButton):hover {
  color: #FFF !important; }
.mcgrathAmphitheatre .footer .footer-bottom {
  background-image: url("images/subpages/footer-bottom-bg-green .png"); }
.mcgrathAmphitheatre .footer .footer-top .footer-top-left {
  align-items: flex-end; }
.mcgrathAmphitheatre .subpage-footer-logo {
  display: none; }
.mcgrathAmphitheatre .afterContent {
  background-image: url("images/subpages/subpage-bg-green.png") !important; }
.mcgrathAmphitheatre .mobile-menu-container {
  background-image: none;
  background-color: #379D5E; }
  .mcgrathAmphitheatre .mobile-menu-container .mobile-menu-ticket-btn {
    background-color: #39d378;
    color: #006206;
    transition: .3s; }
    .mcgrathAmphitheatre .mobile-menu-container .mobile-menu-ticket-btn:hover {
      background-color: #b4eecc;
      transition: .3s; }
  .mcgrathAmphitheatre .mobile-menu-container #mobile-nav a {
    background-color: #39d378;
    color: #006206;
    transition: .3s; }
    .mcgrathAmphitheatre .mobile-menu-container #mobile-nav a:hover {
      background-color: #b4eecc;
      transition: .3s; }
  .mcgrathAmphitheatre .mobile-menu-container #mobile-nav .has-subitems span {
    background-color: #b4eecc;
    color: #006206;
    transition: .3s; }
    .mcgrathAmphitheatre .mobile-menu-container #mobile-nav .has-subitems span:hover {
      background-color: #39d378;
      transition: .3s; }

#adBlock1 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0; }
  #adBlock1 .card-widget-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 375px;
    height: 375px;
    -webkit-box-shadow: 2px 3px 7px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 3px 7px 0px rgba(0, 0, 0, 0.5); }
    #adBlock1 .card-widget-item .image-container {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      position: static;
      display: inline-block;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      width: 100%;
      height: 100%; }
      #adBlock1 .card-widget-item .image-container .card-content {
        display: none; }

@media screen and (max-width: 1365px) {
  #adBlock1 .card-widget-item {
    width: 315px;
    height: 315px; } }
@media screen and (max-width: 1090px) {
  #adBlock1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0 25px; } }
@media screen and (max-width: 750px) {
  #adBlock1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0; } }
#adBlock2 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0; }
  #adBlock2 .card-widget-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 375px;
    height: 375px;
    -webkit-box-shadow: 2px 3px 7px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 3px 7px 0px rgba(0, 0, 0, 0.5); }
    #adBlock2 .card-widget-item .image-container {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      position: static;
      display: inline-block;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      width: 100%;
      height: 100%; }
      #adBlock2 .card-widget-item .image-container .card-content {
        display: none; }

@media screen and (max-width: 1365px) {
  #adBlock2 .card-widget-item {
    width: 315px;
    height: 315px; } }
@media screen and (max-width: 1090px) {
  #adBlock2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0 25px; } }
@media screen and (max-width: 750px) {
  #adBlock2 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin: 0; } }
/* PAGINATION*/
/* LEFT-RIGHT ARROWS*/
/* You shouldn't need to change the items below for the most part*/
/* used for placing pagination - necessary when giving a specific left value - must be set in Spark (default is 5)*/
/* this allows for vertical centering of images - disable if opting for img elements*/
/*/////////////////////////////////////////////////////////////////////*/
/* MIXINS AND ETC. FOR SLIDER*/
/*/////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////*/
/* ADVANCED SLIDESHOW - General Settings*/
/*/////////////////////////////////////////////////////////////////////*/
.homepage {
  /* Homepage Swiper Slider*/
  /* Slideshow Description*/
  /* Slideshow Description - Current Slide Description*/
  /* New Slider Description Container*/
  /* Slider Title*/
  /* Date Range*/
  /* Slideshow Swiper Container*/
  /* Swiper Slide*/
  /* Slider Button Container*/
  /* Slideshow Swiper Button - PREV*/
  /* Slideshow Swiper Button - NEXT*/
  /* Slider Controls container*/
  /* Slideshow Swiper Pagination*/
  /* Play Pause Buttons*/
  /* Play Pause Buttons*/
  /* Slider Play Pause*/ }
  .homepage .homepageSwiperSlider {
    position: relative; }
  .homepage .slideshowSwiperDescription {
    display: none;
    /* Slideshow Description - Hover Styles*/ }
    .homepage .slideshowSwiperDescription a,
    .homepage .slideshowSwiperDescription span {
      display: none;
      text-decoration: none; }
    .homepage .slideshowSwiperDescription .sliderTextDescription {
      display: none;
      line-height: 1.2em;
      pointer-events: none;
      max-width: 100%; }
  .homepage .slideshowSwiperDescription.currentSlideDescription {
    box-sizing: border-box;
    display: flex;
    position: static;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-family: "Montserrat-Light";
    font-size: #FFF;
    font-weight: 400;
    text-align: left;
    opacity: 0;
    transition: 1s; }
    @media screen and (max-width: 1170px) {
      .homepage .slideshowSwiperDescription.currentSlideDescription {
        padding-top: 1em;
        padding-left: 2%;
        padding-right: 2%; } }
  .homepage #newSliderDescriptionContainer {
    background: url("images/slider-desc-bg.png") #00BFDB;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-top: 1px solid #FFF; }
  .homepage .sliderTitle {
    position: relative;
    max-width: 100%;
    line-height: normal;
    font-family: "Montserrat-Medium";
    font-size: 30px;
    font-weight: 400;
    color: #FFF;
    height: auto; }
  .homepage .dateRange {
    font: 20px/1 'Montserrat-Black';
    text-transform: uppercase;
    color: #FFF; }
  .homepage .swiper-container {
    position: relative;
    margin: 0 auto;
    background: none;
    overflow: hidden;
    z-index: 1;
    /* Specify Swiper's Size: */
    width: 100%;
    max-width: 100%;
    height: 750px;
    /* Swiper Container - Inset Shadow*/
    /* Swiper Container - Hover Styles*/ }
    .homepage .swiper-container:hover .slideshowSwiperDescription {
      max-height: 750px; }
  .homepage .swiper-slide {
    /* Specify Slides's Size: */
    position: relative;
    height: 750px;
    max-width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.3;
    text-align: center; }
    .homepage .swiper-slide > a {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      display: block;
      margin: auto; }
    .homepage .swiper-slide img {
      width: 100%;
      max-width: 100%;
      height: auto; }
  .homepage .swiper-slide-active .slideshowSwiperDescription a,
  .homepage .swiper-slide-active .slideshowSwiperDescription span {
    display: inline-block; }
  @media screen and (max-width: 1920px) {
    .homepage .swiper-slide,
    .homepage .swiper-container {
      height: 39.0625vw !important; } }
  .homepage span.sliderButtonContainer {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    /* Buttons*/ }
    .homepage span.sliderButtonContainer a.button {
      display: inline-block;
      box-sizing: border-box;
      padding: 8px 24px;
      font-family: "Montserrat-Medium";
      font-size: 20px;
      color: #FFF !important;
      border: 2px solid #FFF;
      transition: .3s;
      background: #FF4024;
      background: linear-gradient(180deg, #FF4024);
      white-space: nowrap;
      margin: 0 5px;
      /* More and BuyNow Buttons*/ }
      .homepage span.sliderButtonContainer a.button.sliderMoreButton, .homepage span.sliderButtonContainer a.button.sliderWidgetPurchaseLink {
        font-size: 20px; }
      .homepage span.sliderButtonContainer a.button.sliderMoreButton {
        order: 2;
        background-color: #007C97; }
        .homepage span.sliderButtonContainer a.button.sliderMoreButton:hover {
          background-color: #007C97;
          transition: .3s; }
      .homepage span.sliderButtonContainer a.button.sliderWidgetPurchaseLink {
        order: 1; }
        .homepage span.sliderButtonContainer a.button.sliderWidgetPurchaseLink:hover {
          background-color: #FF4024;
          transition: .3s; }
      .homepage span.sliderButtonContainer a.button:hover {
        color: #FFF !important; }
  .homepage .slideshowSwiperButtonPrev {
    position: absolute;
    top: 70px;
    transform: translateY(-50%);
    right: 0;
    margin: auto;
    z-index: 4;
    transition: all 0.3s ease;
    cursor: pointer;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: calc(15px / 2) 10px calc(15px / 2) 0;
    border-color: transparent #FFF transparent transparent;
    left: 0;
    right: calc(1200px + (150px * -1));
    /* Slideshow Swiper Button - PREV - Hover Styles*/ }
    @media screen and (max-width: 900px) {
      .homepage .slideshowSwiperButtonPrev {
        left: 10px;
        right: auto; } }
    @media screen and (max-width: 1920) {
      .homepage .slideshowSwiperButtonPrev {
        left: 1%;
        right: auto; } }
  .homepage .slideshowSwiperButtonNext {
    position: absolute;
    top: 70px;
    transform: translateY(-50%);
    left: 0;
    margin: auto;
    z-index: 4;
    transition: all 0.3s ease;
    cursor: pointer;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: calc(15px / 2) 0 calc(15px / 2) 10px;
    border-color: transparent transparent transparent #FFF;
    right: 0;
    left: calc(1200px + (150px * -1));
    /* Slideshow Swiper Button - PREV - Hover Styles*/ }
    @media screen and (max-width: 900px) {
      .homepage .slideshowSwiperButtonNext {
        right: 10px;
        left: auto; } }
    @media screen and (max-width: 1920) {
      .homepage .slideshowSwiperButtonNext {
        right: 1%;
        left: auto; } }
  .homepage .sliderControlsContainer {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto !important;
    margin-right: auto !important;
    top: 100%;
    bottom: auto;
    /* setting is left, right or center*/
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none !important;
    height: auto;
    width: 100%;
    margin: 0;
    text-align: center;
    z-index: 3; }
  .homepage .slideshowSwiperPagination {
    box-sizing: border-box;
    display: inline-block;
    padding-top: 3px; }
  .homepage .sliderPlayPauseButtons {
    display: inline-block; }
  .homepage .swiper-pagination-bullet {
    position: relative;
    top: 0;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 6px;
    background: #FFF;
    transition: background 0.4s ease;
    border-radius: 50%;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6); }
    .homepage .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #FF4024; }
    .homepage .swiper-pagination-bullet:hover {
      background: #FF4024; }
  .homepage .sliderPlayPause {
    display: inline-block;
    cursor: pointer;
    width: 10px;
    height: 10px;
    font-size: 15px;
    color: #FFF;
    text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.8); }
    .homepage .sliderPlayPause.playing:before {
      content: '\275A \275A'; }
    .homepage .sliderPlayPause:before {
      content: '\25B6'; }

.homepage.saffireLargeSize .currentSlideDescription,
.homepage.saffireMobileSize .currentSlideDescription,
.homepage .swiper-slide-active .slideshowSwiperDescription {
  opacity: 1; }

.homepage .currentSlideDescription a,
.homepage .currentSlideDescription span,
.homepage .currentSlideDescription span.sliderTitle
.homepage .swiper-slide-active .slideshowSwiperDescription > a,
.homepage .swiper-slide-active .slideshowSwiperDescription span.sliderTitle {
  display: block; }

.homepage .currentSlideDescription .slideshowSwiperDescription,
.homepage .swiper-slide-active .slideshowSwiperDescription {
  display: block; }

.homepage .currentSlideDescription,
.homepage .swiper-slide.swiper-slide-active {
  opacity: 1; }

/*/////////////////////////////////////////////////////////////////////*/
/* ADVANCED SLIDESHOW - saffireLargeSize Settings*/
/*/////////////////////////////////////////////////////////////////////*/
.homepage.saffireLargeSize {
  /* Homepage Swiper Slider*/
  /* Slideshow Description*/
  /* Swiper Container*/
  /* Current Slide Description*/
  /* Slider Text Description*/
  /* Slider Title*/
  /* New Slider Description Container*/ }
  .homepage.saffireLargeSize .slideshowSwiperDescription {
    max-width: none;
    padding: 35px 115px;
    /* Slideshow Description - Hover Styles*/ }
    @media screen and (max-width: 1200px) {
      .homepage.saffireLargeSize .slideshowSwiperDescription {
        padding: 35px 50px; } }
  .homepage.saffireLargeSize .swiper-container {
    border: none; }
  .homepage.saffireLargeSize .currentSlideDescription {
    max-width: 1170px;
    height: 135px;
    position: relative;
    /* Slider Button Container*/ }
    .homepage.saffireLargeSize .currentSlideDescription .sliderButtonContainer {
      position: static;
      display: flex;
      width: auto;
      min-width: initial;
      max-width: none;
      text-align: right;
      z-index: 300;
      display: flex;
      align-items: center;
      justify-content: space-around;
      flex-shrink: 0; }
    .homepage.saffireLargeSize .currentSlideDescription a.button {
      margin: 0 11px;
      padding: 8px 24px; }
  .homepage.saffireLargeSize .sliderTitle {
    width: 100%;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .homepage.saffireLargeSize #newSliderDescriptionContainer {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto !important;
    margin-right: auto !important;
    bottom: -135px;
    top: auto;
    height: auto;
    width: 1170px;
    max-width: 100%;
    z-index: 2;
    transition: 1s;
    height: auto;
    min-height: 135px;
    width: 100%;
    /* Slider Text Container*/
    /* New Slider Description Container - Hover Styles*/ }
    .homepage.saffireLargeSize #newSliderDescriptionContainer .sliderTextContainer {
      box-sizing: border-box;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      flex: 1;
      padding: 0 5px;
      max-width: 66%; }

/*/////////////////////////////////////////////////////////////////////*/
/* ADVANCED SLIDESHOW - saffireMobileSize Settings*/
/*/////////////////////////////////////////////////////////////////////*/
.homepage.saffireMobileSize {
  /* Swiper Slide*/
  /* Slideshow Description - Slider Text Description*/
  /* Slider Title*/
  /* Slideshow Description - Current Slide Description*/
  /* New Slider Description Container*/
  /* Slideshow Swiper Buttons*/
  /* Slideshow Swiper Button - PREV*/
  /* Slideshow Swiper Button - NEXT*/
  /* Slider Controls Container */ }
  .homepage.saffireMobileSize .swiper-slide-active {
    overflow: hidden; }
  .homepage.saffireMobileSize .sliderTextDescription {
    display: none;
    font-size: 14px;
    line-height: 1.3;
    opacity: 1;
    text-align: center; }
  .homepage.saffireMobileSize .dateRange {
    font-size: 12px; }
  .homepage.saffireMobileSize .sliderTitle {
    height: auto;
    padding: 0;
    font-size: 18px;
    text-align: center;
    margin-top: 0; }
  .homepage.saffireMobileSize .currentSlideDescription {
    width: 100%;
    height: auto;
    padding: 10px 5%;
    flex-direction: column; }
    .homepage.saffireMobileSize .currentSlideDescription .sliderTextContainer {
      display: flex;
      flex-direction: column;
      width: 100%;
      justify-content: space-around;
      align-items: center; }
    .homepage.saffireMobileSize .currentSlideDescription .sliderButtonContainer {
      position: static;
      top: auto;
      bottom: 102%;
      left: 0;
      right: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      margin: 10px auto; }
  .homepage.saffireMobileSize #newSliderDescriptionContainer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    min-height: 135px;
    background: url("images/slider-desc-bg.png") #00BFDB;
    background-position: center;
    z-index: 2; }
  .homepage.saffireMobileSize .slideshowSwiperButtonNext,
  .homepage.saffireMobileSize .slideshowSwiperButtonPrev {
    display: none !important; }
  .homepage.saffireMobileSize .slideshowSwiperButtonPrev {
    display: none !important; }
  .homepage.saffireMobileSize .slideshowSwiperButtonNext {
    display: none !important; }
  .homepage.saffireMobileSize .sliderControlsContainer {
    position: absolute;
    top: 0;
    padding: 5px 0; }

@media screen and (max-width: 1200px) {
  .homepage .slideshowSwiperButtonNext,
  .homepage .slideshowSwiperButtonPrev {
    display: none; } }
@media screen and (max-width: 1024px) {
  .dateRange {
    font-size: 12px !important; }

  .sliderTitle {
    font-size: 18px !important;
    margin-top: -20px; }

  span.sliderButtonContainer a.button {
    font-size: 12px !important;
    padding: 5px 15px !important;
    margin: 0 7px;
    min-width: 97px; } }
#cardWidget {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 135px auto 0;
  padding: 0;
  border: 10px solid #FFF; }
  #cardWidget .card-widget-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 23%;
    flex: 1 1 23%;
    width: 380px;
    height: 300px;
    border: 10px solid #FFF; }
    #cardWidget .card-widget-item:hover .image-container .card-content {
      opacity: 1;
      -webkit-transition: .3s;
      transition: .3s; }
    #cardWidget .card-widget-item .image-container {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      position: static;
      display: inline-block;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      width: 100%;
      height: 100%; }
      #cardWidget .card-widget-item .image-container .card-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        background: url("images/orange-gradient.png") center no-repeat;
        background-size: cover;
        width: 100%;
        height: 100%;
        opacity: 0;
        -webkit-transition: .3s;
        transition: .3s; }
        #cardWidget .card-widget-item .image-container .card-content .card-widget-title {
          display: none; }
        #cardWidget .card-widget-item .image-container .card-content .card-widget-description {
          display: none; }
        #cardWidget .card-widget-item .image-container .card-content .buttonwrap {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; }
          #cardWidget .card-widget-item .image-container .card-content .buttonwrap a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            width: 152px;
            height: 52px;
            font: 20px/1 'Montserrat-Medium';
            color: #FFF;
            text-decoration: none;
            border: 2px solid #FFF;
            margin: 10px; }
            #cardWidget .card-widget-item .image-container .card-content .buttonwrap a.buyNowButton {
              background-color: #FF4024; }
              #cardWidget .card-widget-item .image-container .card-content .buttonwrap a.buyNowButton:hover {
                background-color: #FF4024;
                color: #FFF !important; }
            #cardWidget .card-widget-item .image-container .card-content .buttonwrap a.moreButton {
              background-color: rgba(0, 0, 0, 0.3); }
              #cardWidget .card-widget-item .image-container .card-content .buttonwrap a.moreButton:hover {
                background-color: rgba(0, 0, 0, 0.3);
                color: #FFF !important; }

@media screen and (max-width: 1100px) {
  #cardWidget .card-widget-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%; } }
.saffireMobileSize #cardWidget {
  margin-top: 0; }
  .saffireMobileSize #cardWidget .card-widget-item .image-container .card-content .buttonwrap a {
    width: 103px;
    height: 34px;
    font-size: 12px;
    margin: 6px;
    padding: 0; }

@media screen and (max-width: 600px) {
  #cardWidget {
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    border-right: none;
    border-left: none; }
    #cardWidget .card-widget-item {
      border-top: 1px solid #FFF;
      border-bottom: 1px solid #FFF;
      border-right: none;
      border-left: none;
      height: 300px;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%; } }
#siteInfoBannerWidget {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: 47px;
  width: 100%;
  max-width: 100%;
  margin: auto;
  padding: 0 10px;
  background: none;
  font-family: "Montserrat-Medium";
  font-size: 17px;
  color: #FFF;
  text-align: center;
  line-height: 1;
  z-index: 2;
  outline: none;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  #siteInfoBannerWidget .ellipsis {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    font-size: 30px;
    margin: 0 20px;
    color: rgba(255, 255, 255, 0.5);
    -webkit-transition: .3s;
    transition: .3s; }
  #siteInfoBannerWidget #eventDates {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    font-family: "Montserrat-Black";
    font-size: 18px;
    font-weight: 400;
    color: #FFF;
    -webkit-transition: .3s;
    transition: .3s;
    display: inline-block;
    text-transform: uppercase; }
  #siteInfoBannerWidget #eventName {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    font-size: 17px;
    font-weight: 400;
    -webkit-transition: .3s;
    transition: .3s;
    display: inline-block; }
  #siteInfoBannerWidget .countdownDays {
    display: inline-block;
    font-family: "Montserrat-Black";
    font-size: 17px;
    font-weight: 400;
    color: #FFF;
    text-transform: uppercase; }

.saffireMobileSize #siteInfoBannerWidget {
  background-color: #00BFDB;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: auto;
  right: auto !important;
  padding: 0 10px;
  color: #FFF;
  width: 100%;
  height: 57px; }
  .saffireMobileSize #siteInfoBannerWidget .ellipsis {
    display: none; }
  .saffireMobileSize #siteInfoBannerWidget #eventName {
    font-size: 15px;
    color: inherit; }
  .saffireMobileSize #siteInfoBannerWidget #eventDates {
    font-size: 15px;
    margin-top: 10px;
    color: inherit; }
  .saffireMobileSize #siteInfoBannerWidget .countdownDays {
    font-size: 15px;
    color: inherit; }

body.siteInfoBannerWidgetDateIsPast #siteInfoBannerWidget #eventDates {
  margin-top: 0; }
body.siteInfoBannerWidgetDateIsPast #siteInfoBannerWidget .countdownDays {
  font-family: "Montserrat-Black";
  font-size: 18px;
  color: #FFF; }
  @media screen and (max-width: 817px) {
    body.siteInfoBannerWidgetDateIsPast #siteInfoBannerWidget .countdownDays {
      font-size: 16px; } }
body.siteInfoBannerWidgetDateIsPast #siteInfoBannerWidget .ellipsis {
  display: none; }
body.siteInfoBannerWidgetDateIsPast.siteInfoBannerWidgetNoThankYouMessage #siteInfoBannerWidget,
body.siteInfoBannerWidgetDateIsPast.siteInfoBannerWidgetNoThankYouMessage .countdown-wrapper {
  display: none !important; }

.saffireLargeSize.saffireWindowScrolled #siteInfoBannerWidget {
  height: 0;
  padding: 0;
  font-size: 0;
  -webkit-transition: .3s;
  transition: .3s; }
  .saffireLargeSize.saffireWindowScrolled #siteInfoBannerWidget #eventDates,
  .saffireLargeSize.saffireWindowScrolled #siteInfoBannerWidget #eventName,
  .saffireLargeSize.saffireWindowScrolled #siteInfoBannerWidget .countdownDays,
  .saffireLargeSize.saffireWindowScrolled #siteInfoBannerWidget .ellipsis {
    height: 0;
    padding: 0;
    font-size: 0;
    -webkit-transition: .3s;
    transition: .3s; }

#hotButtons {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 750px;
  max-width: 100%;
  margin: 0;
  padding: 0; }
  #hotButtons .card-widget-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 45%;
    flex: 1 1 45%;
    width: 340px;
    height: 190px;
    margin: 15px;
    text-decoration: none; }
    #hotButtons .card-widget-item:hover .image-container {
      opacity: .9;
      -webkit-transition: .3s;
      transition: .3s; }
    #hotButtons .card-widget-item .image-container {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      position: static;
      display: inline-block;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      width: 100%;
      height: 100%;
      -webkit-transition: .3s;
      transition: .3s; }
      #hotButtons .card-widget-item .image-container .card-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        width: 100%;
        height: 100%; }
        #hotButtons .card-widget-item .image-container .card-content .card-widget-title,
        #hotButtons .card-widget-item .image-container .card-content .card-widget-description,
        #hotButtons .card-widget-item .image-container .card-content .buttonwrap {
          display: none; }

.saffireMobileSize #hotButtons {
  width: 700px; }
  .saffireMobileSize #hotButtons .card-widget-item {
    width: 180px;
    height: 140px;
    margin: 8px; }
    .saffireMobileSize #hotButtons .card-widget-item:nth-child(1), .saffireMobileSize #hotButtons .card-widget-item:nth-child(3) {
      margin-left: 0; }
    .saffireMobileSize #hotButtons .card-widget-item:nth-child(2), .saffireMobileSize #hotButtons .card-widget-item:nth-child(4) {
      margin-right: 0; }
    .saffireMobileSize #hotButtons .card-widget-item .image-container {
      background-size: contain; }

#multiScheduleFeature {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 720px;
  height: 410px;
  width: 100%;
  margin: 15px 60px 15px 0;
  background: url("images/event-schedule-bg.png") no-repeat; }
  #multiScheduleFeature .multiFeatureTitle {
    font: 30px/1 'Montserrat-Light';
    color: #FFF;
    padding: 25px 0 20px 35px; }
  #multiScheduleFeature .featureItem {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-image: url("images/event-item-bg.png");
    padding: 7px 40px 7px 35px;
    color: #FFF;
    margin-bottom: 1px; }
    #multiScheduleFeature .featureItem:last-of-type {
      margin-bottom: 0; }
    #multiScheduleFeature .featureItem:hover {
      background-image: none; }
  #multiScheduleFeature .featureItemImage {
    display: none; }
  #multiScheduleFeature .featureItemTitle,
  #multiScheduleFeature .featureItemDate,
  #multiScheduleFeature .button-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  #multiScheduleFeature .featureItemTitle {
    display: inline-block;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    font-family: "Montserrat-Regular";
    font-weight: 400;
    font-size: 18px;
    width: 420px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  #multiScheduleFeature .featureItemDate {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Montserrat-Light";
    font-weight: 400;
    font-size: 23px;
    text-transform: uppercase;
    width: 75px; }
    #multiScheduleFeature .featureItemDate span {
      margin-left: 7px; }
  #multiScheduleFeature .separator {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 1px;
    height: 33px;
    background-color: #80DAED;
    margin: 0 23px; }
  #multiScheduleFeature .featureItemDescription {
    display: none; }
  #multiScheduleFeature .more-text {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    font: 18px/1 'Montserrat-Bold';
    color: #00BFDB;
    padding-left: 75px; }
  #multiScheduleFeature .all-events-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 170px;
    height: 41px;
    margin: 20px 35px;
    font: 12px/1 'Montserrat-Light';
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.2);
    border: 2px solid #FFF; }

@media screen and (max-width: 1550px) {
  #multiScheduleFeature {
    margin: 15px 0; } }
.saffireMobileSize #multiScheduleFeature {
  max-width: 700px;
  margin-bottom: 8px; }
  .saffireMobileSize #multiScheduleFeature .all-events-btn {
    margin: 20px auto; }

@media screen and (max-width: 725px) {
  #multiScheduleFeature {
    margin: 0; }
    #multiScheduleFeature .multiFeatureTitle {
      font-size: 20px; }
    #multiScheduleFeature .featureItem {
      padding: 7px 10px 7px 15px; }
    #multiScheduleFeature .featureItemDate {
      font-size: 16px;
      width: 55px; }
    #multiScheduleFeature .separator {
      margin: 0 11px 0 17px; }
    #multiScheduleFeature .featureItemTitle {
      font-size: 12px; }
    #multiScheduleFeature .more-text {
      font-size: 10px;
      padding-left: 25px; } }
.socialNetworks {
  z-index: 80000000;
  position: fixed;
  right: -80px;
  top: 22%;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  padding: 5px 3px; }
  .socialNetworks img {
    display: block;
    max-width: 40px;
    max-height: 40px;
    border-radius: 50%; }
  .socialNetworks > span, .socialNetworks > a {
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
    left: 0;
    border: 3px solid rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.2s;
    transition: 0.2s;
    border-radius: 50%;
    border: none;
    padding: 5px;
    background-color: transparent; }
  .socialNetworks > a:hover {
    left: -6px;
    z-index: 2;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    left: 0;
    background-color: #EEE; }

#musicPlayerLink {
  height: 40px;
  width: 40px;
  float: none;
  margin: 0;
  background: url("images/music.jpg") no-repeat right 0;
  border: 3px solid rgba(0, 0, 0, 0.2);
  z-index: 2;
  border-radius: 50%;
  border: none;
  padding: 0;
  margin: 3px;
  background-color: transparent;
  background-position: center;
  background-size: cover; }
  #musicPlayerLink #musicPlayerDropdown {
    top: -3px;
    right: 43px;
    padding: 8px 10px;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid #fff;
    -webkit-box-shadow: 0 0 4px #fff inset;
    box-shadow: 0 0 4px #fff inset;
    font-size: 0.9em;
    color: #fff; }
    #musicPlayerLink #musicPlayerDropdown a {
      padding-right: 14px;
      font-size: 13px;
      color: #fff;
      text-decoration: none; }
  #musicPlayerLink #musicPlayerDropdown a:hover {
    position: relative;
    padding-left: 14px;
    padding-right: 3px; }
    #musicPlayerLink #musicPlayerDropdown a:hover:after {
      content: "";
      display: block;
      height: 0;
      width: 0;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      border-top: 12px solid #fff;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      border-radius: 58%;
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg); }

@media screen and (max-width: 1500px) {
  .socialNetworks {
    top: auto !important;
    right: 0;
    bottom: -60px;
    border-top: none;
    border-bottom: none;
    padding: 0; }
    .socialNetworks img {
      max-width: 30px;
      max-height: 30px; }
    .socialNetworks > a, .socialNetworks > #musicPlayerLink {
      max-width: 30px;
      max-height: 30px;
      bottom: 0;
      float: left;
      margin: 0;
      -webkit-transition: 0.2s;
      transition: 0.2s;
      background-size: contain; }
    .socialNetworks > a:hover {
      left: 0;
      bottom: 6px;
      z-index: 2;
      -webkit-transition: 0.2s;
      transition: 0.2s;
      bottom: 0; }
    .socialNetworks #musicPlayerLink {
      margin: 3px;
      background-size: cover; }
      .socialNetworks #musicPlayerLink #musicPlayerDropdown {
        top: auto;
        bottom: -3px;
        right: 33px; } }
.socialNetworks a:hover {
  background-color: #FF4024; }

.generalMessageOn .socialNetworks {
  top: 25%; }

.pageIsLoaded .socialNetworks {
  right: 0;
  right: 15px; }
  @media screen and (max-width: 1500px) {
    .pageIsLoaded .socialNetworks {
      top: auto;
      bottom: 0;
      bottom: 5px;
      right: 5px; } }

/* Set the container ID*/
/* Size the container*/
/* Size the images*/
/* Format titles*/
/* Format arrows*/
#sponsorWidgetContainer {
  position: relative;
  width: 100%;
  max-width: 1330px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px; }
  #sponsorWidgetContainer .sponsorWidgetContainer {
    max-width: 1185px;
    margin: auto; }
  #sponsorWidgetContainer .sponsorWidgetContainer .sponsor-controls-container:focus-within {
    bottom: 3px;
    opacity: 1;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    pointer-events: auto; }
  #sponsorWidgetContainer .sponsorWidgetContainer.sponsors-paused .sponsorCarouselImageContainer {
    -webkit-animation-play-state: paused;
    animation-play-state: paused; }
  #sponsorWidgetContainer .sponsorWidgetContainer.sponsors-paused .sponsor-playpause-btn:before {
    content: 'Resume'; }
  #sponsorWidgetContainer .sponsorWidgetContainer.sponsors-paused .sponsor-playpause-btn:after {
    content: '\f04b';
    padding-left: 2px; }
  #sponsorWidgetContainer .sponsorWidgetContainer:hover .sponsor-controls-container {
    bottom: 3px;
    opacity: 1;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    pointer-events: auto; }
  #sponsorWidgetContainer .sponsorCarouselImage img {
    max-width: 110px;
    max-height: 110px; }
  #sponsorWidgetContainer #sponsorsTitleContainer {
    width: 100%;
    text-align: center;
    top: 0; }
    #sponsorWidgetContainer #sponsorsTitleContainer .homepageh1 {
      display: none; }
  #sponsorWidgetContainer #sponsorArrowRight {
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    #sponsorWidgetContainer #sponsorArrowRight span {
      border-width: 8.5px 0 8.5px 10px;
      border-color: transparent transparent transparent #FFF; }
  #sponsorWidgetContainer #sponsorArrowLeft {
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    #sponsorWidgetContainer #sponsorArrowLeft span {
      border-width: 8.5px 10px 8.5px 0;
      border-color: transparent #FFF transparent transparent; }
  #sponsorWidgetContainer .sponsor-controls-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    bottom: -33px;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 90px;
    height: 30px;
    background: #FFF;
    -webkit-box-shadow: 0 0px 5px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0px 5px 1px rgba(0, 0, 0, 0.5);
    z-index: 999;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    opacity: 0;
    pointer-events: none; }
    #sponsorWidgetContainer .sponsor-controls-container .sponsor-playpause-btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      position: relative;
      padding: 0 0 0 10px;
      border: none;
      background: #FFF;
      color: #323232;
      width: 100%;
      height: 100%;
      text-align: center;
      cursor: pointer; }
      #sponsorWidgetContainer .sponsor-controls-container .sponsor-playpause-btn:before {
        content: 'Pause';
        display: inline-block;
        width: 50px;
        font-size: 14px;
        line-height: 1;
        color: #323232;
        text-align: center; }
      #sponsorWidgetContainer .sponsor-controls-container .sponsor-playpause-btn:after {
        content: '\f04c';
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        text-align: center;
        padding-left: 1px;
        width: 30px;
        height: 100%;
        font-family: "FontAwesome";
        font-size: 15px;
        color: #323232; }

.sponsors-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.sponsors-title {
  font: 36px/1 'Montserrat-Light';
  color: #FFF;
  margin-bottom: 45px;
  text-align: center; }

@media screen and (max-width: 1385px) {
  .sponsors-title {
    margin-bottom: 15px;
    font-size: 22px; }

  #sponsorWidgetContainer .sponsorArrow {
    display: none; } }
@media screen and (max-width: 1090px) {
  .sponsors-title {
    font-size: 22px; }

  #sponsorWidgetContainer {
    padding: 0; }
    #sponsorWidgetContainer .sponsorCarouselImage img {
      max-height: 80px; } }
.tagline-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 285px;
  background: url("images/tagline-bg.png") #FFF center repeat-x; }
  @media screen and (max-width: 825px) {
    .tagline-container {
      height: 140px;
      background-image: url("images/tagline-bg-mobile.png"); } }
  .tagline-container .tagline {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
    background: url("images/tagline.png") center no-repeat;
    width: 753px;
    height: 255px;
    z-index: 99; }
    @media screen and (max-width: 825px) {
      .tagline-container .tagline {
        top: 20px;
        background-image: url("images/tagline-mobile.png");
        width: 305px;
        height: 98px; } }

.fourth-tier {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 25px 0 0; }

.saffireMobileSize .fourth-tier {
  padding: 5px 0 0; }

.middle-section {
  position: relative;
  background: url("images/concert-bg.png") #FFF center top no-repeat;
  background-size: cover;
  margin-top: 30px;
  padding-bottom: 170px; }
  .middle-section:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    z-index: 999;
    background: url("images/footer-accent.png") center no-repeat;
    background-size: cover;
    width: 100%;
    height: 125px; }
  @media screen and (max-width: 1250px) {
    .middle-section {
      margin-top: 8px; } }

.saffireMobileSize .middle-section {
  padding-bottom: 50px; }
  .saffireMobileSize .middle-section:after {
    display: none; }

.fifth-tier {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 105px 0 90px;
  height: auto; }
  @media screen and (max-width: 1525px) {
    .fifth-tier {
      padding-bottom: 50px; } }
  @media screen and (max-width: 750px) {
    .fifth-tier {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  .fifth-tier .emailSignup {
    width: 375px;
    height: 375px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: 2px 3px 7px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 3px 7px 0px rgba(0, 0, 0, 0.5);
    margin: 0 100px; }
    @media screen and (max-width: 1375px) {
      .fifth-tier .emailSignup {
        margin: 0 50px; } }
    @media screen and (max-width: 1090px) {
      .fifth-tier .emailSignup {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 75%;
        flex: 1 1 75%;
        max-width: 680px;
        margin: 50px 0 0 0; } }
    @media screen and (max-width: 750px) {
      .fifth-tier .emailSignup {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        max-width: 315px;
        margin: 25px 0; } }
    .fifth-tier .emailSignup .join {
      display: block;
      background: url("images/join-the-club.png") center no-repeat;
      width: 258px;
      height: 112px;
      margin: 30px 0 25px; }
    .fifth-tier .emailSignup .emailSignupText {
      margin: 0 0 20px;
      color: #FFF;
      font: 20px/1 'Montserrat-Light';
      text-align: center;
      max-width: 85%; }
    .fifth-tier .emailSignup .emailInputField input {
      width: 285px;
      border-radius: 0 !important;
      border: none !important;
      background-image: none;
      font: 16px/1 'Montserrat-Light';
      padding: 15px;
      margin-bottom: 20px; }
    .fifth-tier .emailSignup .emailSubmitButton {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 110px;
      height: 40px;
      border: 2px solid #FFF;
      background-color: rgba(0, 0, 0, 0.3);
      font: 12px/1 'Montserrat-Regular';
      color: #FFF;
      border-radius: 0 !important; }

@media screen and (max-width: 1365px) {
  .fifth-tier .emailSignup {
    width: 315px;
    height: 315px; }
    .fifth-tier .emailSignup .join {
      width: 220px;
      height: 100px;
      background-size: contain; }
    .fifth-tier .emailSignup .emailSignupText {
      font-size: 16px; }
    .fifth-tier .emailSignup .emailInputField input {
      width: 240px !important;
      font-size: 13.5px;
      padding: 10px; }
    .fifth-tier .emailSignup .emailSubmitButton {
      font-size: 10px;
      width: 93px;
      height: 35px; } }
.emailSignup {
  text-align: center; }
  .emailSignup .emailInputField input {
    border-radius: 0 !important;
    background-image: none;
    max-width: 285px; }
  .emailSignup .emailSubmitButton {
    padding: 6px 20px;
    font-size: 14px;
    line-height: 1.75em;
    text-transform: uppercase;
    font-family: "Montserrat-Bold";
    color: #FFF !important;
    background: #003E7E;
    background: linear-gradient(180deg, #003E7E);
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 0 !important; }

.saffireMobileSize.modalBody a[onclick*='Unsubscribe.ascx'] {
  width: 50%;
  margin: auto; }

.modalClose > a.modalCloseButton {
  margin-right: 10px; }

#dynamicModal {
  -webkit-box-shadow: 2px 3px 7px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 3px 7px 0px rgba(0, 0, 0, 0.5); }

.getUpdatesPage .emailSignup {
  text-align: left; }
  .getUpdatesPage .emailSignup .emailInputField input {
    border: 1px solid #aaa !important;
    margin-bottom: 10px; }

.saffireMobileSize #pnl_googleTranslate {
  margin-top: 30px; }

/*# sourceMappingURL=theme.css.map */
