/************** LOAD FONTS ******************/
@font-face {
  font-family: "OpenSans-Light-webfont";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/OpenSans-Light-webfont.woff2") format("woff2"), url("fonts/OpenSans-Light-webfont.woff") format("woff"); }
@font-face {
  font-family: "OpenSans-Regular-webfont";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/OpenSans-Regular-webfont.woff2") format("woff2"), url("fonts/OpenSans-Regular-webfont.woff") format("woff"); }
@font-face {
  font-family: "OpenSans-Semibold-webfont";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/OpenSans-Semibold-webfont.woff2") format("woff2"), url("fonts/OpenSans-Semibold-webfont.woff") format("woff"); }
@font-face {
  font-family: "OpenSans-Bold-webfont";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/OpenSans-Bold-webfont.woff2") format("woff2"), url("fonts/OpenSans-Bold-webfont.woff") format("woff"); }
@font-face {
  font-family: "OpenSans-ExtraBold-webfont";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/OpenSans-ExtraBold-webfont.woff2") format("woff2"), url("fonts/OpenSans-ExtraBold-webfont.woff") format("woff"); }
@font-face {
  font-family: "bellfortpressboldwebfont";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/bellfortpressboldwebfont.woff2") format("woff2"), url("fonts/bellfortpressboldwebfont.woff") format("woff"); }
@font-face {
  font-family: "Bitter-Regular-webfont";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/Bitter-Regular-webfont.woff2") format("woff2"), url("fonts/Bitter-Regular-webfont.woff") format("woff"); }
@font-face {
  font-family: "BitterBold";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/BitterBold.woff2") format("woff2"), url("fonts/BitterBold.woff") format("woff"); }
body {
  color: #3f371d;
  font: 14px/1.5 "Bitter-Regular-webfont", Arial, Verdana, sans-serif; }

body:not(.homepage) h1, body:not(.homepage) h2, body:not(.homepage) h3, body:not(.homepage) h4, body:not(.homepage) h5, body:not(.homepage) h6 {
  font-family: "bellfortpressboldwebfont";
  font-weight: normal;
  line-height: 1.2;
  text-transform: none; }
body:not(.homepage) h1 {
  margin: 0.2em 0;
  font-size: 42px;
  color: #c4402b; }
body:not(.homepage) h2,
body:not(.homepage) h2 a {
  font-size: 26px;
  color: #293849; }
body:not(.homepage) h3 {
  font-size: 21px;
  color: #c4402b; }

.cartcols h2 {
  font-size: 20px; }

a {
  color: #226e82;
  text-decoration: underline; }

a:hover {
  text-decoration: none; }

/***************** CONTAINERS **************************/
body {
  background: url(images/bottom-container-bg.jpg) #b9dae3 no-repeat fixed;
  background-size: cover; }

.wrapper {
  width: 100%; }

body:not(.homepage) .content {
  position: relative;
  max-width: calc(1030px - 15px - 15px);
  margin: 210px auto 60px;
  padding: 15px 15px 15px 15px;
  background: #fff;
  /*box-shadow: 0px 0px 4px #ccc;
  border: 1px solid #d2d2d2;*/ }

.saffireLargeSize.homepage .content,
.homepage .content {
  position: relative;
  max-width: 100%;
  margin: 130px auto 0;
  padding: 0;
  background: none; }

a.cartMenuRemoveButton {
  text-decoration: none; }
  a.cartMenuRemoveButton:hover {
    color: #c4402b !important; }

.subContainer {
  background: #293849;
  color: #fff;
  box-shadow: 2px 2px 5px #000; }

.subContainer a,
.subContainer h1, .subContainer h2, .subContainer h3 {
  color: #fff !important; }
.subContainer .error {
  color: #fff; }

.dateDisplayBar,
.dateDisplay {
  background: #226e82;
  color: #fff;
  border-radius: 0; }
  .dateDisplayBar a,
  .dateDisplay a {
    color: #fff; }

#google_translate_element {
  /* |%  Google translate position */
  top: 15px;
  right: 30px; }

.carthr {
  background: #fff; }

.orderhistory {
  background: #226e82; }

.orderhistory th {
  color: #fff;
  padding: 8px 3px; }

.alternateRow {
  background: #e1f6fc; }

.listingItem {
  background: #e1f6fc;
  border-bottom: 1px solid #b3e8f7; }
  .listingItem:hover {
    background: #effafd; }

/*************** 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; }

/************* BUTTON STYLES *********************/
a.button,
.button {
  /* |%  set font-family */
  padding: 1px 8px;
  font-size: 20px;
  line-height: 1.75em;
  text-transform: uppercase;
  border-radius: 0px;
  text-decoration: none;
  font-weight: normal !important;
  font-family: "bellfortpressboldwebfont"; }

a.button,
.button,
.buttonSmall {
  background: #c4402b;
  background: -webkit-linear-gradient(-90deg, #c4402b);
  background: linear-gradient(180deg, #c4402b);
  color: #fff !important; }

a.button:hover,
.button:hover,
.buttonSmall:hover {
  background: #d96553;
  color: #fff !important; }

a.updateButton.buttonSmall,
a.removeButton.buttonSmall,
a.cartMenuRemoveButton.button.buttonSmall {
  font-size: 0.9em; }

/************************* MODAL CONTENT ********************/
.modal {
  background: #fff;
  padding-top: 15px;
  border: 10px solid #fff; }

.modalBody {
  /* |%  set modal background color if not white */
  background: #fff;
  padding: 14px; }

.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; }

/* SHOWORKS TABLE */
.modalBody .showorksModalTitle {
  /* |%  set font-family */
  font-size: 32px;
  line-height: 36px; }
.modalBody .showorksBreadcrumbs {
  /* |%  set font-family */
  font-size: 20px;
  color: #226e82;
  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: #3f371d; }
.modalBody .showorksTableGrid tr.odd {
  background: #fff;
  color: black; }
.modalBody .showorksTableGrid tr.even {
  background: #e6e6e6;
  color: black; }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-nav .disabled {
  opacity: 0.5;
  cursor: default; }

.owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }

.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px; }

.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
  background: #869791; }

.generalmessage {
  /* |%  set font-family, background color, color, etc. */
  background: #293849;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  text-transform: capitalize;
  padding-top: 0;
  padding-bottom: 8px;
  font-family: "Bitter-Regular-webfont"; }
  .generalmessage a {
    color: #fff; }

.header .searchBox a.button,
.header .emailSignup a.button {
  color: #fff !important;
  background: transparent;
  font-family: "bellfortpressboldwebfont";
  font-size: 14px;
  padding: 2px 8px 1px; }

.header .searchBox a.button:hover,
.header .emailSignup a.button:hover {
  background: rgba(31, 31, 31, 0); }

.saffireLargeSize .header .searchBoxSubmit a.button {
  text-indent: -999px;
  width: 1.4em;
  position: relative;
  overflow: hidden;
  font-family: "FontAwesome";
  display: inline-block; }

.saffireLargeSize .header .searchBoxSubmit a.button:before {
  content: "";
  background: transparent url(images/search-icon.png) no-repeat center center/auto;
  text-indent: 0;
  font-size: 1em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
  margin: auto; }

.saffireLargeSize .header .emailSignup .emailInputSubmit a.button {
  text-indent: -999px;
  width: 1.4em;
  position: relative;
  overflow: hidden;
  font-family: "FontAwesome";
  display: inline-block; }

.saffireLargeSize .header .emailSignup .emailInputSubmit a:before {
  content: "";
  background: transparent url(images/email-icon.png) no-repeat center center/auto;
  text-indent: 0;
  font-size: 1.4em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
  margin: auto; }

.header input.textbox {
  min-height: 14px; }

.header {
  /* |%  need to set height and width if not 100% */
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  height: 135px;
  background: #fff url(images/top-bg.jpg) repeat-x center top/auto;
  position: fixed;
  top: 0;
  z-index: 999; }

@media screen and (max-width: 800px) {
  /* prevents crazyshifty stuff before js loads */
  .pageIsLoaded .header {
    opacity: 1; } }
.saffireMobileSize .header {
  height: 62px;
  background-image: none;
  padding-bottom: 0;
  background: #0778a2;
  position: fixed; }

.headerInnerContent {
  display: block;
  margin: 0 auto;
  position: relative; }

.saffireLargeSize .headerInnerContent {
  height: 135px;
  max-width: auto;
  display: block;
  margin: 0 auto; }

.saffireMobileSize .headerInnerContent {
  padding-right: 0; }

.saffireMobileSize .headerInnerContent > .clear {
  clear: none; }

#customLogo {
  /* |%  logo settings */
  background: url("images/logo.png") no-repeat;
  z-index: 5003;
  height: 230px;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
  width: 263px;
  background-size: contain; }

.saffireMobileSize #customLogo {
  width: 104px;
  top: 0;
  left: 0;
  transition: all 0.2s ease; }

/* MAIN NAVIGATION */
.saffireLargeSize .nav {
  height: 50px;
  padding: 0;
  background: none;
  clear: both;
  width: 100%;
  z-index: 5002 !important;
  top: 0;
  position: relative; }

.saffireLargeSize .nav:hover {
  z-index: 5002 !important; }

.saffireLargeSize .nav .groups {
  position: absolute !important;
  height: 60px;
  max-height: 50px;
  bottom: 0;
  margin: auto;
  right: 0;
  position: relative;
  right: 0;
  left: auto;
  top: 0;
  bottom: auto;
  bottom: auto;
  top: 0; }

.saffireLargeSize .nav .groups .group {
  margin: 0 0 0 26px;
  padding: 4px 14px 5px;
  background: #fff; }

.saffireLargeSize .nav .groups .group a,
.saffireLargeSize .navDummyLink {
  font-size: 35px;
  font-family: "bellfortpressboldwebfont";
  line-height: normal;
  text-transform: uppercase;
  color: #293849; }

@media screen and (max-width: 1030px) {
  .saffireLargeSize .nav .groups .group a,
  .saffireLargeSize .navDummyLink {
    font-size: 28px; } }
.saffireLargeSize .nav .groups .group a:hover,
.saffireLargeSize .nav .groups .group:hover a,
.saffireLargeSize .nav .groups .group:hover {
  color: #c5422e;
  background: #293849;
  border-radius: 0; }

.saffireLargeSize .nav .groups .group[aria-haspopup="false"] a:hover,
.saffireLargeSize .nav .groups .group[aria-haspopup="false"]:hover a,
.saffireLargeSize .nav .groups .group[aria-haspopup="false"]:hover {
  border-radius: 0;
  background: #fff; }

/* MAIN NAVIGATION DROP-DOWN MENUS */
.saffireLargeSize .nav .items,
.saffireLargeSize .nav .subitems {
  /* |%  nav dropdown colors */
  background: #293849;
  padding-top: 0;
  padding-bottom: 0;
  color: #fff; }

.saffireLargeSize .nav .items {
  left: 0;
  min-width: 100%; }

.saffireLargeSize .nav .item {
  min-width: 100%; }

.saffireLargeSize .nav .groups .group:hover .items .item a,
.saffireLargeSize .nav .items .item a,
.saffireLargeSize .navDummyLink {
  color: #fff;
  font: 14px "Bitter-Regular-webfont", Arial, Verdana, sans-serif, Arial, Helvetica, sans-serif; }

.saffireLargeSize .nav .items .item a:hover {
  color: #e0e0e0;
  background: #3f5670; }

.saffireLargeSize .nav .group:last-child .items {
  left: auto;
  right: 0; }

.saffireLargeSize .nav .group:last-child .subitems {
  left: auto;
  right: 100%; }

.saffireMobileSize .nav {
  position: absolute; }

.saffireMobileSize .quickLinks ul li {
  display: block; }
  .saffireMobileSize .quickLinks ul li .loginstatus,
  .saffireMobileSize .quickLinks ul li .viewCartText {
    display: none; }

/* TOP LINKS */
.saffireLargeSize .quickLinks {
  position: absolute;
  right: 0px;
  left: auto;
  top: 50px;
  bottom: auto;
  float: right;
  margin-top: 0;
  margin-bottom: 0; }

.saffireLargeSize .quickLinks ul li > a:hover,
.saffireLargeSize .quickLinks ul li a:hover,
.saffireLargeSize .quickLinks ul li.standardLoginStatus a:hover,
.saffireLargeSize .quickLinks ul li.standardMyAccount a:hover,
.saffireLargeSize a.cartMenuLink:hover {
  /* |%  hover color for quick links */
  color: #d85039; }

.saffireLargeSize .quickLinks,
.saffireLargeSize .quickLinks ul li,
.saffireLargeSize .quickLinks ul li > a,
.saffireLargeSize .quickLinks ul li a,
.saffireLargeSize .quickLinks ul li.standardLoginStatus a,
.saffireLargeSize .quickLinks ul li.standardMyAccount a,
.saffireLargeSize a.cartMenuLink {
  font-size: 24px;
  line-height: normal;
  color: #828282;
  font-family: "bellfortpressboldwebfont";
  text-transform: uppercase; }

.saffireLargeSize .quickLinks ul li > a.ticket,
.saffireLargeSize .ticket,
.saffireLargeSize .ticket:hover {
  display: inline-block;
  position: absolute;
  right: 0;
  left: auto;
  top: 10px;
  bottom: auto;
  color: #fff;
  padding-left: 0;
  font-family: "OpenSans-Bold-webfont";
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  background: url(images/tickets.png) no-repeat 0 0 #0f0;
  width: 130px;
  height: 8px;
  padding: 9px 10px;
  width: 110px;
  height: -10px; }

.saffireLargeSize .ticket:hover {
  background: url(images/tickets.png) no-repeat 0 bottom #0f0; }

.saffireMobileSize a.ticket,
.saffireMobileSize a.ticket:hover {
  border-radius: 0px;
  height: auto;
  left: auto;
  overflow: hidden;
  padding: 0 3px;
  position: absolute;
  right: 7px;
  text-decoration: none;
  text-indent: 0;
  top: 52px;
  white-space: nowrap;
  width: auto;
  /* line-height: normal !important;
  font-size: 24px !important; */
  background: transparent;
  color: #fff;
  font-family: "bellfortpressboldwebfont";
  font-size: 24px;
  right: 15px; }

.saffireLargeSize .viewcart {
  position: relative;
  z-index: 2000000;
  top: 0; }

.cartNavItemSection.cartNavItemSectionProductDetails {
  border-bottom-color: #fff; }

.saffireLargeSize .viewCartText {
  display: none; }

.saffireLargeSize .standardViewCart {
  position: relative;
  line-height: 24.5px !important;
  top: -0.125px; }

.saffireLargeSize #svgViewCartIcon {
  display: inline-block;
  visibility: hidden; }

.saffireLargeSize .standardCartView {
  margin: 0 !important;
  background: transparent;
  padding-left: 5px;
  padding-right: 4px;
  margin-right: -4px;
  border-radius: 0 3px 3px 0;
  top: -0.125px;
  position: relative; }

.saffireLargeSize .standardViewCart {
  background: transparent;
  padding-left: 2px;
  padding-right: 1px;
  border-radius: 3px 0 0 3px; }

.saffireLargeSize .quickLinks ul .viewcart a {
  font-family: "bellfortpressboldwebfont";
  font-size: 24px;
  text-transform: none;
  text-decoration: none;
  color: #828282;
   /*  @if map-get($quickLinks, icon-cart) {
    	color: map-get($headerInputs, font-color);

    } */ }

.saffireLargeSize #svgViewCartIcon path {
  fill: #828282; }

/* EMAIL & SEARCH BOXES */
.saffireLargeSize .header .emailSignup {
  position: relative;
  right: 18px;
  left: auto;
  top: 0;
  bottom: auto;
  float: right;
  margin-left: 6px;
  /* margin-top: 8px; */
  width: auto;
  z-index: auto; }

.quickLinks ul {
  z-index: auto; }

.saffireLargeSize .header .emailSignup .emailInputField input {
  width: 0;
  padding: 0;
  position: absolute;
  right: 100%;
  top: 0;
  height: 100%;
  transition: all 0.3s ease;
  border-width: 0;
  box-shadow: -2px 0 3px #000; }

.saffireLargeSize .header .emailSignup:hover .emailInputField input,
.saffireLargeSize .header .emailSignup .emailInputField input:focus {
  width: 125px;
  padding-right: 15px;
  padding-left: 5px;
  z-index: 2000001; }

.saffireLargeSize .header .emailSignup .emailInputSubmit a {
  border-radius: 0px !important; }

.saffireLargeSize .header .emailSignup:hover .emailInputSubmit a {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.saffireLargeSize .header .emailSignup .emailInputSubmit a:hover {
  background: transparent; }

.searchBox input,
.emailSignup .textbox {
  border-radius: 0px 0 0 0px;
  top: 0;
  border-right: none; }

.saffireLargeSize .header .searchBox {
  position: relative;
  right: 23px;
  left: auto;
  top: 0;
  bottom: auto;
  float: right;
  margin-left: 6px;
  /* margin-top: 8px; */
  z-index: 5003; }

.quickLinks ul,
.saffireLargeSize .header .searchBox,
.saffireLargeSize .header .emailSignup {
  z-index: auto; }

.saffireLargeSize .header .searchBox .searchBoxInput input {
  width: 0;
  padding: 0;
  position: absolute;
  right: 100%;
  top: 0;
  height: 100%;
  transition: all 0.3s ease;
  border-width: 0;
  box-shadow: -2px 0 3px #000; }

.saffireLargeSize .header .searchBox:hover .searchBoxInput input,
.saffireLargeSize .header .searchBox .searchBoxInput input:focus {
  width: 125px;
  padding-right: 15px;
  padding-left: 5px;
  z-index: 2000001; }

.saffireLargeSize .header .searchBox .searchBoxSubmit a {
  border-radius: 0px !important; }

.saffireLargeSize .header .searchBox:hover .searchBoxSubmit a {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.saffireLargeSize .header .searchBox .searchBoxSubmit a.button:hover {
  background: transparent; }

/* WEATHER BUG */
#weatherBugWidget {
  color: #fff;
  white-space: nowrap;
  position: relative;
  left: 0;
  right: auto;
  top: -4px;
  bottom: auto;
  visibility: hidden;
  font-family: 'OpenSans-Bold-webfont';
  font-size: 11px;
  background: rgba(27, 79, 144, 0.7);
  display: inline-block;
  padding: 6px 7px 8px; }

.weatherDescriptive {
  display: none !important; }

.saffireMobileSize #weatherBugWidget {
  display: none !important; }

#weatherBugText {
  display: none; }

#weatherBugImage {
  top: 3px; }

#weatherBugShortDescription {
  display: inline; }

.quickLinks ul li {
  margin-left: 15px; }

/*.quickLinks ul li:last-child {
    margin-left: 10px;
}*/
.top-header-container {
  max-width: 1390px;
  margin: 0 auto;
  width: 100%;
  display: block;
  position: relative; }

.top-nav-section {
  background: transparent url(images/nav-line.png) repeat-x center center/auto;
  position: relative;
  top: 35px; }
  .top-nav-section .nav-container {
    max-width: 1390px;
    margin: 0 auto;
    position: relative; }

.getUpdatesPageEmailModule .emailSignup .inputFieldTextbox.textbox {
  visibility: inherit !important;
  width: 100%;
  border-right: 1px #bcbcbc solid !important;
  background-image: url("images/lock.png");
  background-position: right center;
  background-repeat: no-repeat; }

.getUpdatesPageEmailModule .emailSignup .emailInputSubmit a:link {
  color: #fff !important;
  margin: 4px auto;
  display: block;
  max-width: 83px;
  width: 100%;
  text-align: center; }

@media screen and (max-width: 1150px) {
  .saffireLargeSize .nav {
    height: 40px; }

  #customLogo {
    width: 180px; }

  .saffireLargeSize .nav .groups .group a,
  .saffireLargeSize .navDummyLink {
    font-size: 28px; } }
@media screen and (max-width: 999px) {
  .saffireLargeSize .nav {
    height: 30px; }

  .saffireLargeSize .nav .groups .group a,
  .saffireLargeSize .navDummyLink {
    font-size: 19.6px; } }
.saffireMobileSize.homepage .content {
  margin: 62px auto 0 !important; }

.saffireMobileSize .content {
  margin: 100px auto 0 !important; }
.saffireMobileSize .top-nav-section {
  position: static; }
.saffireMobileSize .header .searchBox:before {
  content: '';
  background: transparent url(images/search-icon-mobile.png) no-repeat center center/auto;
  height: 48px;
  width: 48px;
  display: block; }
.saffireMobileSize .header .emailSignup:before {
  content: '';
  background: transparent url(images/email-icon-mobile.png) no-repeat center center/auto;
  height: 48px;
  width: 48px;
  display: block; }
.saffireMobileSize .viewcart:before {
  content: '';
  background: transparent url(images/m-cart-icon.png) no-repeat center center/auto;
  height: 48px;
  width: 48px;
  display: block; }
.saffireMobileSize .nav:before {
  content: '';
  background: transparent url(images/burger-icon.png) no-repeat center center/auto;
  height: 48px;
  width: 48px;
  display: block; }
.saffireMobileSize .quickLinks ul .viewcart a[data-itemcount]:before {
  width: 48px;
  top: 4px; }
.saffireMobileSize .quickLinks {
  position: absolute;
  right: 40px; }
.saffireMobileSize .header .searchBox {
  right: -50px; }
.saffireMobileSize .header .emailSignup {
  right: 45px; }
.saffireMobileSize .searchBox.clonedSearchBox {
  right: 0 !important; }
.saffireMobileSize .quickLinks ul li .myAccountNavButton {
  display: none; }

.saffireLargeSize .fixed #customLogo {
  transition: all 0.2s ease;
  width: 165px; }

.saffireMobileSize .header.fixed #customLogo {
  width: 75px;
  top: -6px;
  left: 10px;
  transition: all 0.2s ease; }

.saffireLargeSize .viewcart:before {
  content: '';
  display: block;
  position: absolute;
  background: transparent url(images/cart-icon.png) no-repeat center center/contain;
  height: 20px;
  width: 21px;
  z-index: 9999;
  right: 15px;
  top: 5px; }

/*********************** FOOTER **************************/
.footer {
  /* set the height of the footer */
  position: relative;
  height: auto;
  border-top: 28px solid #c4402b;
  width: 100%;
  margin: 0 auto;
  padding: 40px 0 35px;
  background: url("images/footer-bg.jpg") repeat-x #c4402b center;
  color: #fff;
  text-align: center; }
  .footer a {
    color: #fff;
    text-decoration: none; }
    .footer a:hover {
      text-decoration: underline; }
  .footer ul.footerItems1 {
    font-family: "Bitter-Regular-webfont";
    font-size: 14px; }
  .footer ul.footerItems2 {
    margin: 0 auto; }
    .footer ul.footerItems2 li.footerSaffire {
      display: block !important; }
  .footer .footer-info p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: 'Bitter-Regular-webfont';
    font-size: 20px; }
    .footer .footer-info p span.address {
      margin-left: 20px; }
  .footer .footer-info a {
    color: #fff; }
  .footer .footer-logo {
    background: transparent url(images/footer-logo.png) no-repeat center center/contain;
    display: block;
    height: 192px;
    max-width: 234px;
    margin: 0 auto 43px;
    width: 100%; }
  .footer .footer-container {
    background: transparent url(images/footer-line.png) no-repeat center 80px/auto; }

.saffireMobileSize .footer {
  background: url("images/footer-bg.jpg") repeat-x #c4402b center;
  background-size: cover;
  border-top: none;
  padding: 40px 0 40px; }
  .saffireMobileSize .footer a:hover {
    text-decoration: none; }
  .saffireMobileSize .footer ul.footerItems1 {
    max-width: 300px;
    margin-bottom: 6px;
    display: none; }
  .saffireMobileSize .footer .footerSignIn {
    max-width: 300px;
    margin: 15px auto;
    display: block !important; }
  .saffireMobileSize .footer ul.footerItems2 {
    margin-top: 25px;
    text-align: center; }
  .saffireMobileSize .footer .footer-container {
    background-image: none; }
  .saffireMobileSize .footer .footer-logo {
    height: 130px;
    max-width: 160px; }
  .saffireMobileSize .footer .footer-info p span {
    display: block;
    margin-left: 0; }

.saffireMobileSize.isResponsive .footer .footerSignIn a.button, .saffireMobileSize.isResponsive .footer ul li a.button {
  background: #c4402b; }

.saffireMobileSize.isResponsive .footer .myAccountNavButton,
.saffireMobileSize.isResponsive .footer .footerSignIn .left {
  background: #c4402b;
  margin: 7px 0;
  font-family: "bellfortpressboldwebfont";
  font-size: 20px;
  display: block; }

#rotatingContentWidget {
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  height: auto;
  width: 100%;
  max-width: 1370px;
  margin: 0 auto;
  padding: 45px 0; }
  #rotatingContentWidget:before {
    content: '';
    background: transparent url(images/nlbra-title.png) no-repeat center center/auto;
    position: relative;
    display: block;
    height: 68px;
    width: 383px; }
  #rotatingContentWidget .rotating-widget-item {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* flex: 1; */
    height: auto;
    max-width: 400px;
    width: auto;
    margin: 0 50px;
    text-decoration: none; }
    #rotatingContentWidget .rotating-widget-item:hover .rotating-widget-title {
      text-decoration: none; }
  #rotatingContentWidget .image-container {
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
    height: 100%;
    width: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
    border: none;
    padding-left: 80px;
    transition: 0.3s; }
  #rotatingContentWidget .rotating-widget-title {
    box-sizing: border-box;
    position: static;
    display: block;
    margin: 0 auto;
    color: #fff;
    font: 50px/1 'bellfortpressboldwebfont';
    text-align: left;
    border-bottom: 10px solid transparent;
    border-image: url(images/border-line.png) 30 round;
    width: 100%; }
  #rotatingContentWidget .rotatingContentDescription {
    box-sizing: border-box;
    position: static;
    display: none;
    margin: 20px auto 0;
    color: #fff;
    font: 18px/1 'open_sansregular';
    text-align: center; }

.nlbra-section {
  margin: 0;
  display: block;
  background: transparent url(images/nlbra-bg.jpg) repeat center center/auto; }

#rotatingContentWidget .rotating-widget-item:hover .rotating-widget-title {
  color: #c4402b;
  cursor: pointer; }

@media screen and (max-width: 1370px) {
  #rotatingContentWidget {
    max-width: 1000px;
    margin: 0 auto; }
    #rotatingContentWidget:before {
      margin: 0 auto;
      max-width: 100%;
      width: 100%; }
    #rotatingContentWidget .rotating-widget-item {
      flex: 1 1 32%;
      margin: 20px 0; }
      #rotatingContentWidget .rotating-widget-item .rotating-widget-title {
        width: 100%;
        text-align: left; } }
@media screen and (max-width: 999px) {
  #rotatingContentWidget .rotating-widget-item {
    flex: 1 1 100%; } }
.saffireMobileSize #rotatingContentWidget {
  max-width: 430px; }
  .saffireMobileSize #rotatingContentWidget:before {
    background-size: contain;
    margin: 10px; }
  .saffireMobileSize #rotatingContentWidget .rotating-widget-item {
    margin: 15px 20px; }

#rotatingContentWidgetHeader {
  box-sizing: border-box;
  position: relative;
  display: block;
  text-align: right;
  line-height: 46px;
  flex-wrap: wrap;
  height: auto;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0; }
  #rotatingContentWidgetHeader .rotating-widget-item {
    box-sizing: border-box;
    display: inline-block;
    align-items: center;
    margin-left: 44px;
    justify-content: center;
    transition: all 0.2s ease;
    height: auto;
    width: auto;
    text-decoration: none; }
    #rotatingContentWidgetHeader .rotating-widget-item:hover .rotating-widget-title {
      text-decoration: none;
      color: #293849;
      transition: all 0.2s ease; }
  #rotatingContentWidgetHeader .image-container {
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    transition: 0.3s; }
  #rotatingContentWidgetHeader .rotating-widget-title {
    box-sizing: border-box;
    position: static;
    display: block;
    margin: 0 auto;
    text-transition: uppercase;
    color: #fff;
    font: 22px/1 'bellfortpressboldwebfont';
    text-align: center; }
  #rotatingContentWidgetHeader .rotatingContentDescription {
    box-sizing: border-box;
    position: static;
    display: none;
    margin: 20px auto 0;
    color: #fff;
    font: 18px/1 'open_sansregular';
    text-align: center; }

@media screen and (max-width: 1440px) {
  #rotatingContentWidgetHeader .rotating-widget-item {
    margin: 0 22px; } }
.saffireMobileSize #rotatingContentWidgetHeader {
  display: none; }

/* 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*/
  /* 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: block;
      color: #44494f;
      line-height: 1.2em;
      pointer-events: none;
      max-width: 100%; }
  .homepage .slideshowSwiperDescription.currentSlideDescription {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-family: "Bitter-Regular-webfont";
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    opacity: 0;
    -webkit-transition: 1s;
    transition: 1s; }
    @media screen and (max-width: 900px) {
      .homepage .slideshowSwiperDescription.currentSlideDescription {
        padding-top: 1em;
        padding-left: 2%;
        padding-right: 2%; } }
  .homepage #newSliderDescriptionContainer {
    background: rgba(183, 219, 226, 0.9); }
  .homepage .sliderTitle {
    position: relative;
    max-width: 100%;
    line-height: normal;
    font-family: "bellfortpressboldwebfont";
    font-size: 30px;
    font-weight: 400;
    color: #293849;
    text-transform: uppercase;
    height: 34px; }
    @media screen and (max-width: 1023px) {
      .homepage .sliderTitle {
        font-size: 18px; } }
  .homepage .swiper-container {
    position: relative;
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
    z-index: 1;
    /* Specify Swiper's Size: */
    width: 100%;
    max-width: 900px;
    height: 506px;
    /* Swiper Container - Inset Shadow*/
    /* Swiper Container - Hover Styles*/ }
    .homepage .swiper-container:hover .slideshowSwiperDescription {
      max-height: 506px; }
  .homepage .swiper-slide {
    /* Specify Slides's Size: */
    position: relative;
    height: 506px;
    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: 900px) {
    .homepage .swiper-slide,
    .homepage .swiper-container {
      height: 56.22222vw !important; } }
  .homepage span.sliderButtonContainer {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* Buttons*/ }
    .homepage span.sliderButtonContainer a.button {
      display: inline-block;
      padding: 3px 10px;
      font-family: "BitterBold";
      font-size: 12px;
      color: #fff !important;
      text-transform: uppercase;
      background: #c4402b;
      background: -webkit-linear-gradient(-90deg, #c4402b);
      background: linear-gradient(180deg, #c4402b);
      white-space: nowrap;
      margin: 0 5px;
      /* More and BuyNow Buttons*/
      /* Button - Hover Styles*/ }
      .homepage span.sliderButtonContainer a.button.sliderMoreButton, .homepage span.sliderButtonContainer a.button.sliderWidgetPurchaseLink {
        font-size: 12px;
        margin-top: 2px; }
      .homepage span.sliderButtonContainer a.button.sliderMoreButton {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 1;
        order: 1; }
      .homepage span.sliderButtonContainer a.button.sliderWidgetPurchaseLink {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 2;
        order: 2; }
      .homepage span.sliderButtonContainer a.button:hover {
        background: #d96553; }
  .homepage .slideshowSwiperButtonPrev {
    position: absolute;
    top: 50%;
    right: 0;
    margin: auto;
    z-index: 4;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    display: block;
    background: url("images/slideshow-left.png") no-repeat left center;
    width: 28px;
    height: 50px;
    left: -944px;
    /* Slideshow Swiper Button - PREV - Hover Styles*/ }
    @media screen and (max-width: 900px) {
      .homepage .slideshowSwiperButtonPrev {
        left: 0;
        right: auto;
        top: 28.11111vw; } }
    @media screen and (max-width: 992px) {
      .homepage .slideshowSwiperButtonPrev {
        left: 1%;
        right: auto; } }
  .homepage .slideshowSwiperButtonNext {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    margin: auto;
    z-index: 4;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    display: block;
    width: 28px;
    height: 50px;
    background: url("images/slideshow-right.png") no-repeat right center;
    right: -944px;
    /* Slideshow Swiper Button - PREV - Hover Styles*/ }
    @media screen and (max-width: 900px) {
      .homepage .slideshowSwiperButtonNext {
        right: 0;
        left: auto;
        top: 28.11111vw; } }
    @media screen and (max-width: 992px) {
      .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: 102px;
    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: 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: none; }
  .homepage .swiper-pagination-bullet {
    position: relative;
    top: 0;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 6px;
    background: #fff;
    -webkit-transition: background 0.4s ease;
    transition: background 0.4s ease;
    border-radius: 50%;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4) inset; }
    .homepage .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #c4402b; }
    .homepage .swiper-pagination-bullet:hover {
      background: #c4402b; }
  .homepage .sliderPlayPause {
    display: inline-block;
    cursor: pointer;
    width: 12px;
    height: 12px;
    font-size: 0;
    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 .homepageSwiperSlider {
    max-width: 900px;
    width: 100%;
    float: left; }
  .homepage.saffireLargeSize .slideshowSwiperDescription {
    max-width: none;
    padding: 16px 25px 16px 25px;
    /* Slideshow Description - Hover Styles*/ }
  .homepage.saffireLargeSize .swiper-container {
    border: none; }
  .homepage.saffireLargeSize .currentSlideDescription {
    /* Slider Button Container*/ }
    .homepage.saffireLargeSize .currentSlideDescription .sliderButtonContainer {
      position: static;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: auto;
      min-width: initial;
      max-width: none;
      text-align: right;
      z-index: 300;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      -webkit-box-align: center;
      align-items: center;
      -webkit-justify-content: space-between;
      -ms-flex-pack: distribute;
      justify-content: space-between;
      flex-direction: row-reverse;
      max-width: 100px;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
    .homepage.saffireLargeSize .currentSlideDescription a.button {
      margin: 0 5px;
      padding: 3px 10px; }
  .homepage.saffireLargeSize .sliderTitle {
    width: 100%;
    max-width: 100%;
    margin-bottom: 5px;
    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: 15px;
    top: auto;
    height: auto;
    width: 900px;
    max-width: 100%;
    z-index: 2;
    -webkit-transition: 1s;
    transition: 1s;
    height: auto;
    min-height: 70px;
    /* Slider Text Container*/
    /* New Slider Description Container - Hover Styles*/ }
    .homepage.saffireLargeSize #newSliderDescriptionContainer .sliderTextContainer {
      box-sizing: border-box;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      padding: 0 5px; }

.homepage.saffireLargeSize .sliderControlsContainer {
  display: none; }

/*/////////////////////////////////////////////////////////////////////*/
/* 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 {
    font-size: 14px;
    line-height: 1.3;
    opacity: 1;
    text-align: center; }
  .homepage.saffireMobileSize .sliderTitle {
    height: auto;
    padding: 0;
    font-size: 24px;
    text-align: center; }
  .homepage.saffireMobileSize .currentSlideDescription {
    width: 100%;
    height: auto;
    padding: 10px 5%;
    flex-direction: column; }
    .homepage.saffireMobileSize .currentSlideDescription .sliderTextContainer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 100%;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .homepage.saffireMobileSize .currentSlideDescription .sliderButtonContainer {
      position: static;
      top: auto;
      bottom: 102%;
      left: 0;
      right: 0;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      -webkit-box-pack: center;
      justify-content: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      -webkit-box-align: center;
      align-items: center;
      width: 100%;
      margin: 10px auto; }
      .homepage.saffireMobileSize .currentSlideDescription .sliderButtonContainer a {
        display: inline-block;
        width: 25%;
        min-width: 135px;
        padding: 4px 0;
        margin: 0 10px; }
  .homepage.saffireMobileSize #newSliderDescriptionContainer {
    position: relative;
    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: auto;
    min-height: 121px;
    padding-top: 24px;
    background: #b9dae3;
    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; }

.slider-section {
  margin: 0;
  background: #fff;
  padding: 0;
  display: block; }
  .slider-section .slider-container {
    margin: 0 auto;
    max-width: 1390px;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 20px; }

.homepage.saffireLargeSize .homepageSwiperSlider {
  background: transparent url(images/slider-bg.png) no-repeat center center/contain;
  padding: 15px;
  margin-right: 20px; }

@media screen and (max-width: 1390px) {
  .homepage.saffireLargeSize .homepageSwiperSlider {
    float: none;
    margin: 0 auto;
    width: auto; } }
@media screen and (max-width: 930px) {
  .homepage.saffireLargeSize .homepageSwiperSlider {
    padding: 15px 0;
    background-size: cover; } }
.saffireMobileSize .slider-section .slider-container {
  padding-top: 0; }

#cardWidget {
  height: auto;
  width: 100%;
  max-width: 1390px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 10px auto 0;
  padding: 0;
  text-align: center;
  background: transparent;
  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;
  /*.buyNowButton::after {
    content: '>';
    display: inline-block;
    margin-left: 4px;
  }*/ }
  @media screen and (max-width: 1130px) {
    #cardWidget {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  #cardWidget .card-widget-item {
    height: 280px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 32%;
    flex: 1 1 32%;
    width: 100%;
    min-width: 327px;
    max-width: 330px;
    display: block;
    position: relative;
    margin: 20px 43px 55px 43px;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
    text-transform: none; }
    #cardWidget .card-widget-item:after {
      content: '';
      display: block;
      position: relative;
      height: 53px;
      width: 100%;
      background: transparent url(images/card-item-border.png) no-repeat center center/contain; }
  #cardWidget .widget-item-container {
    display: block;
    width: 100%; }
  #cardWidget .image-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: none;
    box-sizing: border-box;
    position: relative;
    padding-left: 0px;
    z-index: 0;
    width: 100%;
    height: 100%; }
    #cardWidget .image-container .card-content {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      top: auto;
      width: 100%;
      height: 36px;
      max-height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -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;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-decoration: none; }
    #cardWidget .image-container .card-widget-title {
      display: block;
      font-family: 'bellfortpressboldwebfont';
      font-size: 30px;
      color: #fff;
      line-height: 1.5;
      background: #c4402b url(images/title-star.png) no-repeat center center/auto;
      text-transform: uppercase;
      width: 100%;
      position: absolute;
      padding: 7.5px 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: 0 auto;
      text-decoration: none; }
    #cardWidget .image-container .card-widget-description {
      color: #fff;
      display: block;
      font-family: "Bitter-Regular-webfont";
      font-size: 14px;
      height: auto;
      line-height: 20px;
      top: 35px;
      left: 0px;
      right: 0px;
      margin: 0px auto;
      max-width: 300px;
      opacity: 0;
      overflow: hidden;
      text-decoration: none;
      width: 100%; }
    #cardWidget .image-container .buttonwrap {
      display: none;
      margin-top: 26px; }
      #cardWidget .image-container .buttonwrap a {
        font-family: 'BitterBold';
        background: #b7dbe2;
        margin: 0px 8px;
        font-size: 12px;
        color: #0778a2;
        width: auto;
        height: auto;
        text-decoration: none;
        padding: 4px 10px 5px 10px;
        text-transform: uppercase; }
        #cardWidget .image-container .buttonwrap a:hover {
          background: #c4402b;
          color: #fff;
          cursor: pointer; }
  #cardWidget .owl-dots {
    width: 100%; }
    #cardWidget .owl-dots .owl-dot.active span, #cardWidget .owl-dots .owl-dot:hover span {
      background: #870000; }
    #cardWidget .owl-dots .owl-dot span {
      width: 12px;
      height: 12px;
      background: #fff;
      transition: all 0.3s ease; }
  #cardWidget .owl-nav {
    margin-top: 0;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    height: 0; }
    #cardWidget .owl-nav [class*='owl-'] {
      margin: -19.5px 15px 0;
      padding: 19.5px 17.5px;
      background: url(images/carousel-arrow.png) no-repeat center; }
    #cardWidget .owl-nav .owl-prev {
      transform: rotate(180deg); }

.case-studies {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 50%;
  height: 405px;
  position: absolute;
  left: 0;
  text-decoration: none;
  background: rgba(61, 0, 108, 0.5);
  color: #fff;
  font: 50px 'montserratultra_light'; }
  .case-studies:after {
    content: 'Learn more';
    font-family: 'fort_foundry_ginwebfont';
    font-size: 12px;
    text-transform: uppercase;
    line-height: normal;
    background: url(images/rotating-arrow.png) no-repeat right;
    line-height: normal;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0px auto;
    width: 100%; }

#cardWidget .card-widget-item:hover .card-content {
  position: relative;
  background: transparent;
  height: 100%;
  max-height: 100%;
  bottom: auto; }
#cardWidget .card-widget-item:hover .buttonwrap {
  opacity: 1;
  display: flex;
  flex-direction: row-reverse;
  width: auto;
  margin-bottom: 43px; }
#cardWidget .card-widget-item:hover .card-widget-title {
  position: absolute;
  line-height: 1.5;
  padding: 7.5px 0;
  background: #c4402b url(images/title-star.png) no-repeat center center/auto;
  color: #fff;
  font-size: 30px;
  word-wrap: break-word; }
#cardWidget .card-widget-item:hover .card-widget-description {
  opacity: 1;
  position: relative;
  background: none;
  text-align: center;
  top: auto !important; }
#cardWidget .card-widget-item:hover span.card-widget-description:after, #cardWidget .card-widget-item:hover span.card-widget-description:before {
  display: none; }

.owl-item.active .image-container {
  animation: pan 5s infinite linear; }

@keyframes pan {
  0% {
    background-position: 50% 55%; }
  100% {
    background-position: 50% 45%; } }
@media screen and (max-width: 1130px) {
  #cardWidget .card-widget-item {
    height: 280px; }
  #cardWidget .image-container {
    padding: 0;
    background-size: cover; }

  .case-studies {
    width: 100%;
    height: 120px; } }
@media screen and (max-width: 600px) {
  #cardWidget {
    padding-top: 0px; }
    #cardWidget .card-widget-item {
      height: 280px;
      min-width: 330px; }
    #cardWidget .card-content {
      height: 185px; }
    #cardWidget .owl-nav {
      display: none; }

  .case-studies {
    transform: translateY(-100%); } }
#cardWidget .card-widget-item .image-container::after {
  content: "";
  transform: scale(0);
  transition: all 0.2s ease-out 0s; }

#cardWidget .card-widget-item:hover .image-container::after {
  background: rgba(7, 120, 162, 0.8) none repeat scroll 0 0;
  transform: scale(1);
  transition: all 0.2s ease-out 0s;
  cursor: pointer;
  height: 100%;
  max-height: 280px;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1; }

.owl-carousel .owl-stage-outer {
  max-width: 420px !important; }

.saffireMobileSize.homepage #cardWidget {
  margin: 0 auto; }
  .saffireMobileSize.homepage #cardWidget .owl-dots {
    margin-top: 15px; }
  .saffireMobileSize.homepage #cardWidget .owl-nav {
    position: relative;
    display: none; }
  .saffireMobileSize.homepage #cardWidget .card-widget-item {
    max-width: 330px;
    margin: 20px 9px 55px 9px; }
.saffireMobileSize.homepage .owl-carousel .owl-stage-outer {
  max-width: 340px !important; }

.multi-section {
  margin: 0;
  width: 100%;
  padding: 13px 0 100px 0;
  background: transparent url(images/mid-bg.jpg) no-repeat center center/cover; }
  .multi-section .crown-icon {
    height: 106px;
    margin: 30px auto 20px;
    position: relative; }
    .multi-section .crown-icon:before {
      display: block;
      background: transparent url(images/crown-icon.png) no-repeat center center/auto;
      height: 106px;
      margin: 0 auto;
      position: relative;
      content: '';
      max-width: 70px;
      z-index: 1;
      width: 70px;
      background-color: #bfe4ea; }
    .multi-section .crown-icon:after {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 35px;
      background: transparent url(images/color-border.png) repeat-x center center/auto;
      top: 35px; }

.saffireMobileSize .multi-section {
  padding: 10px 0; }

#siteInfoBannerWidget {
  box-sizing: border-box;
  position: relative;
  top: auto;
  bottom: 8px;
  display: inline-flex;
  min-height: 50px;
  height: auto;
  width: 100%;
  max-width: 400px;
  margin: auto;
  padding: 5px 50px 5px 35px;
  background: transparent url(images/count-icon.png) no-repeat center right/auto;
  font-family: "Bitter-Regular-webfont";
  font-size: 15px;
  color: #44494f;
  text-align: right;
  line-height: 1;
  z-index: 2;
  min-width: 320px;
  flex-direction: column;
  justify-content: center; }
  #siteInfoBannerWidget #eventDates {
    font-family: "bellfortpressboldwebfont";
    font-size: 30px;
    font-weight: 400;
    color: #c4402b;
    text-transform: uppercase; }
  #siteInfoBannerWidget #eventName {
    font-size: 15px;
    font-weight: 400; }
  #siteInfoBannerWidget .countdownDays {
    display: inline-block;
    font-family: "BitterBold";
    font-size: 15px;
    font-weight: 400;
    color: #44494f;
    text-transform: capitalize; }

.saffireMobileSize #siteInfoBannerWidget {
  left: auto;
  right: auto !important;
  padding: 10px 0;
  bottom: 0;
  background: #fff;
  color: #fff;
  width: 100%;
  text-align: center; }
  .saffireMobileSize #siteInfoBannerWidget #eventName {
    font-size: 15px;
    color: #44494f; }
  .saffireMobileSize #siteInfoBannerWidget #eventDates {
    font-size: 30px; }
  .saffireMobileSize #siteInfoBannerWidget .countdownDays {
    font-size: 15px; }

body.siteInfoBannerWidgetDateIsPast #siteInfoBannerWidget .countdownDays {
  font-family: "bellfortpressboldwebfont";
  font-size: 18px;
  color: #44494f; }
  @media screen and (max-width: 817px) {
    body.siteInfoBannerWidgetDateIsPast #siteInfoBannerWidget .countdownDays {
      font-size: 16px; } }
body.siteInfoBannerWidgetDateIsPast.noThankYouMessage #siteInfoBannerWidget {
  display: none !important; }

.countdownDays:before {
  content: 'Only';
  margin-right: 4px;
  font-family: "Bitter-Regular-webfont"; }

.siteInfoBannerWidgetDateIsPast .countdownDays:before {
  display: none; }

.siteInfoBannerWidgetNoThankYouMessage .countdownDays:before {
  display: none; }

.siteInfoBannerWidgetNoThankYouMessage.siteInfoBannerWidgetDateIsPast #siteInfoBannerWidget {
  visibility: hidden;
  display: inline-flex !important; }

.siteInfoBannerWidgetDateIsPast.siteInfoBannerOn.saffireMobileSize #siteInfoBannerWidget #eventName {
  margin-top: 7px; }

.siteInfoBannerWidgetNoThankYouMessage.siteInfoBannerWidgetDateIsPast.saffireMobileSize #siteInfoBannerWidget {
  display: none !important; }

@media screen and (max-width: 1390px) {
  #siteInfoBannerWidget {
    display: block !important;
    text-align: center !important; } }
#multiScheduleFeature {
  box-sizing: border-box;
  background: #fff url(images/event-bg.png) no-repeat center center/contain;
  width: 425px;
  min-height: 475px;
  max-width: 100%;
  display: inline-block;
  padding: 20px; }
  #multiScheduleFeature .featureItem {
    box-sizing: border-box;
    display: flex;
    padding: 5px;
    max-width: 356px;
    margin: 0 auto;
    transition: 0.3s; }
    #multiScheduleFeature .featureItem:hover {
      transition: 0.3s; }
  #multiScheduleFeature .featureItemImage {
    display: inline-block;
    width: 100px;
    min-width: 100px;
    height: auto;
    margin-right: 10px;
    text-align: center; }
    #multiScheduleFeature .featureItemImage img {
      display: block;
      max-height: 100%;
      max-width: 100%;
      width: auto;
      height: auto; }
  #multiScheduleFeature .text-container {
    display: flex;
    flex-direction: column;
    flex: 1; }
  #multiScheduleFeature .featureItemTitle,
  #multiScheduleFeature .featureItemDate,
  #multiScheduleFeature .featureItemDate2,
  #multiScheduleFeature .featureItemDescription,
  #multiScheduleFeature .button-container {
    display: block; }
  #multiScheduleFeature .featureItemTitle {
    font-family: "Bitter-Regular-webfont";
    font-weight: 400;
    font-size: 15px;
    color: #44494f;
    max-width: 245px; }
  #multiScheduleFeature .featureItemDate,
  #multiScheduleFeature .featureItemDate2 {
    font-family: "BitterBold";
    font-weight: 400;
    font-size: 15px;
    background: transparent url(images/date-bg.png) no-repeat center center/auto;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    max-width: 45px;
    word-break: break-all;
    height: 50px;
    padding: 0 26px 0 14px;
    margin-right: 10px; }
  #multiScheduleFeature .featureItemDate2 span {
    display: block; }
  #multiScheduleFeature .featureItemDescription {
    font-family: "Bitter-Regular-webfont";
    font-weight: 400;
    font-size: 15px;
    color: #44494f;
    display: none; }
  #multiScheduleFeature .more-text {
    padding-left: 3px;
    text-decoration: underline; }
  #multiScheduleFeature a.all-events-btn {
    margin: 0 auto;
    max-width: 195px;
    width: 100%;
    display: block;
    font-family: 'BitterBold';
    text-transform: uppercase;
    color: #fff;
    background: #c4402b;
    text-align: center;
    padding: 3px 0 4px 0;
    position: relative;
    top: 15px; }
    #multiScheduleFeature a.all-events-btn:hover {
      background: #9a3221; }

.multiFeatureContent:before {
  content: '';
  display: block;
  text-align: center;
  background: transparent url(images/event-title.png) no-repeat center center/auto;
  height: 107px;
  width: 410px;
  position: relative;
  max-width: 410px;
  right: 12px; }

@media screen and (max-width: 1390px) {
  #multiScheduleFeature {
    display: block;
    margin: 20px auto 0;
    padding: 20px 0 20px 0; }

  .multiFeatureContent {
    position: relative;
    padding-top: 120px; }
    .multiFeatureContent:before {
      position: absolute;
      right: 0;
      bottom: auto;
      top: 10px;
      z-index: 99;
      left: 0;
      margin: 0 auto; } }
.saffireMobileSize .multiFeatureContent:before {
  width: 100%;
  right: 0; }

@media screen and (max-width: 375px) {
  #multiScheduleFeature {
    padding: 0 0 20px 0; }

  .multiFeatureContent:before {
    height: 111px;
    background: transparent url(images/event-title-m.jpg) no-repeat center center/auto; } }
.featureItemDate {
  display: none !important; }

.pageIsLoaded .socialNetworks {
  right: 0; }
  @media screen and (max-width: 1230px) {
    .pageIsLoaded .socialNetworks {
      bottom: 0; } }

.socialNetworks {
  z-index: 80000000;
  position: fixed;
  right: -80px;
  background: #b7dbe2;
  top: 227px;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease; }
  .socialNetworks img {
    display: block;
    max-width: 40px;
    max-height: 40px; }
  .socialNetworks > span, .socialNetworks > a {
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
    left: 0;
    border: 6px solid #b7dbe2;
    border-top: 6px;
    background: #b7dbe2;
    transition: 0.2s; }
  .socialNetworks > a:hover {
    left: -6px;
    z-index: 2;
    transition: 0.2s; }

#musicPlayerLink {
  height: 40px;
  width: 40px;
  float: none;
  margin: 0;
  background: url("images/music-icon.png") no-repeat right 0;
  background-size: contain;
  border: 6px solid #b7dbe2;
  z-index: 2; }
  #musicPlayerLink #musicPlayerDropdown {
    top: -3px;
    right: 43px;
    padding: 8px 10px;
    background: #b7dbe2;
    border: 1px solid #000;
    box-shadow: 0 0 4px #000 inset;
    font-size: 0.9em;
    color: #000; }
    #musicPlayerLink #musicPlayerDropdown a {
      padding-right: 14px;
      font-size: 13px;
      color: #000;
      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 #000;
      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: 1230px) {
  .socialNetworks {
    top: auto;
    right: 0;
    bottom: -60px;
    border-top: none;
    padding-top: 6px;
    border-bottom: none; }
    .socialNetworks img {
      max-width: 30px;
      max-height: 30px; }
    .socialNetworks > a, .socialNetworks > #musicPlayerLink {
      max-width: 30px;
      max-height: 30px;
      bottom: 0;
      float: left;
      margin: 0;
      transition: 0.2s;
      background-size: contain; }
    .socialNetworks > a:hover {
      left: 0;
      bottom: 6px;
      z-index: 2;
      transition: 0.2s; }
    .socialNetworks #musicPlayerLink #musicPlayerDropdown {
      top: auto;
      bottom: -3px;
      right: 33px; } }
/* SOCIAL NETWORK PLUGIN */
#multiSocialWidget {
  height: 392px;
  width: 330px;
  max-width: 98%;
  padding: 20px 15px;
  margin-right: 43px;
  background: transparent url(images/social-bg.png) no-repeat center center/contain; }
  #multiSocialWidget .multiSocialWidgetTab {
    display: inline-block;
    padding: 7px 8px 4px 7px;
    margin-left: 6px;
    line-height: 24px;
    background: rgba(25, 19, 13, 0.2);
    font-family: "bellfortpressboldwebfont";
    font-size: 24px;
    color: #fff;
    text-decoration: none;
    cursor: pointer; }
    #multiSocialWidget .multiSocialWidgetTab:hover {
      background: #c4402b;
      color: #fff; }
  #multiSocialWidget .multiSocialWidgetTab.currentTab {
    background: #c4402b;
    color: #fff;
    text-decoration: none;
    cursor: default; }
  #multiSocialWidget .multiSocialWidgetContainer {
    position: relative;
    top: 0;
    left: 0;
    height: 360px;
    max-width: 330px;
    width: 100%;
    padding: 0;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto; }
  #multiSocialWidget #instafeedContainer img {
    width: 45%;
    margin-right: 3%;
    margin-left: 2%; }
  #multiSocialWidget #instafeedContainer > a:hover {
    opacity: 0.75; }
  #multiSocialWidget #facebookfeedContainer {
    overflow: hidden; }

.saffireMobileSize #multiSocialWidget {
  margin-left: auto;
  margin-right: auto; }
  .saffireMobileSize #multiSocialWidget .multiSocialWidgetTab {
    font-size: 20.4px; }

.multi-inner-container {
  margin: 0 auto;
  max-width: 1175px;
  width: 100%;
  display: flex; }

.saffireMobileSize.isResponsive iframe {
  max-width: 100%;
  max-height: 100% !important; }

@media screen and (max-width: 1360px) {
  .multi-inner-container {
    display: block; }

  #multiSocialWidget {
    margin: 0 auto; } }
#twitterfeedTab {
  display: none !important; }

/* Set the container ID*/
/* Size the container*/
/* Size the images*/
/* Format titles*/
/* Format arrows*/
.sponsor-section {
  width: 100%;
  background: #fff;
  padding: 35px 0px; }
  .sponsor-section .sponser-container {
    margin: 0px auto;
    max-width: 1300px;
    width: 100%; }

#sponsorWidgetContainer {
  position: relative;
  width: 100%;
  max-width: 1299px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 54.6px; }
  #sponsorWidgetContainer .sponsorCarouselImage img {
    max-width: 200px;
    max-height: 100px; }
  #sponsorWidgetContainer #sponsorsTitleContainer {
    width: 100%;
    text-align: center;
    position: relative;
    top: -12px; }
    #sponsorWidgetContainer #sponsorsTitleContainer .homepageh1 {
      font-family: "bellfortpressboldwebfont";
      font-size: 30px;
      color: #293849;
      margin: 0;
      text-shadow: none; }
  #sponsorWidgetContainer #sponsorArrowRight {
    right: 0;
    top: 55%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    #sponsorWidgetContainer #sponsorArrowRight span {
      border-width: 11px 0 11px 13px;
      border-color: transparent transparent transparent transparent;
      background: transparent url(images/sponsorArrow-right.png) no-repeat center center;
      height: 22px;
      width: 13px; }
  #sponsorWidgetContainer #sponsorArrowLeft {
    left: 0;
    top: 55%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    #sponsorWidgetContainer #sponsorArrowLeft span {
      border-width: 11px 13px 11px 0;
      border-color: transparent transparent transparent transparent;
      background: transparent url(images/sponsorArrow-left.png) no-repeat center center;
      height: 22px;
      width: 13px; }

@media screen and (max-width: 1295px) {
  #sponsorWidgetContainer {
    width: 100%; }

  #sponsorsTitleContainer {
    position: relative; }

  #sponsorWidgetContainer .sponsorWidgetContainer {
    padding-top: 0px; }

  #sponsorWidgetContainer #sponsorArrowLeft {
    left: 15px; }

  #sponsorWidgetContainer #sponsorArrowRight {
    right: 15px; } }
@media screen and (max-width: 999px) {
  #sponsorWidgetContainer {
    width: 100%; }

  #sponsorWidgetContainer #sponsorArrowLeft {
    left: 10px; }

  #sponsorWidgetContainer #sponsorArrowRight {
    right: 10px; } }
.saffireMobileSize .sponsor-section {
  padding: 5px 0 0 0; }
.saffireMobileSize #sponsorWidgetContainer #sponsorArrowLeft {
  display: none; }
.saffireMobileSize #sponsorWidgetContainer #sponsorArrowRight {
  display: none; }

#videoSection {
  position: relative;
  display: inline-block;
  width: 695px;
  max-height: 390px;
  max-width: 100%;
  vertical-align: top;
  float: none;
  overflow: hidden; }
  #videoSection.single-video #arrow-container {
    display: none; }

#videoWidget {
  box-sizing: border-box;
  position: relative;
  height: 0;
  width: 100%;
  max-width: 695px;
  padding-bottom: 56.3%;
  text-align: center; }
  #videoWidget iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100% !important;
    max-height: 390px;
    height: 100%;
    border: none !important;
    z-index: 1; }
  #videoWidget .video-loading {
    box-sizing: border-box;
    position: relative;
    top: calc(50% - 40px);
    left: 0;
    right: 0;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border: 10px solid rgba(255, 255, 255, 0.2);
    border-top-color: #FFF;
    border-radius: 100%;
    z-index: 0;
    animation: spin 1s infinite linear; }
  #videoWidget:hover .video-arrow.previous {
    left: 8px;
    opacity: 0.8;
    visibility: visible; }
  #videoWidget:hover .video-arrow.next {
    right: 8px;
    opacity: 0.8;
    visibility: visible; }
  #videoWidget .video-arrow {
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    padding: 14px;
    background-size: contain;
    background-position: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    z-index: 1; }
    #videoWidget .video-arrow.previous {
      background: url("images/vid-arrow-left.png") no-repeat center;
      left: -25px;
      opacity: 0;
      visibility: hidden; }
    #videoWidget .video-arrow.next {
      background: url("images/vid-arrow-right.png") no-repeat center;
      right: -25px;
      opacity: 0;
      visibility: hidden; }
  #videoWidget #videoList {
    display: none; }

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.video-inner-container {
  background: transparent url(images/video-bg.png) no-repeat center center/contain;
  padding: 22px 15px 22px 15px;
  margin-left: 43px; }

@media screen and (max-width: 1370px) {
  .video-inner-container {
    padding: 15px 0px 15px 0px;
    margin: 0 auto; }

  #videoSection {
    display: block;
    margin: 0 auto; } }
.saffireMobileSize .video-inner-container {
  max-width: 330px;
  padding: 22px 15px 22px 15px;
  margin: 0 auto; }

.nav .items {
  display: block;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform-origin: top;
  transform-origin: top; }
  .nav .items .item a:hover + .subitems {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
.nav .subitems {
  display: block;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform-origin: left;
  transform-origin: left; }
  .nav .subitems:hover {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
.nav .groups .group:hover ul.items {
  -webkit-transform: scaleY(1);
  transform: scaleY(1); }

#mainNavigation .group:nth-child(3) .items {
  left: auto;
  right: 0; }

.saffireMobileSize.isResponsive .modulePageTextMedia {
  opacity: 1;
  max-width: 100%; }

.emailSignup.modalOnly {
  text-align: center; }
  .emailSignup.modalOnly .modalClose > a.modalCloseButton {
    margin-right: 10px; }
  .emailSignup.modalOnly .emailInputField input {
    width: 75% !important;
    margin: 10px auto;
    padding: 5px; }
  .emailSignup.modalOnly .emailSubmitButton {
    border-radius: 5px !important; }

/*# sourceMappingURL=theme.css.map */
