bu @charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS..
     */
html {
	font-family: sans-serif;
	/* 1 */
	line-height: 1.15;
	/* 2 */
	-ms-text-size-adjust: 100%;
	/* 3 */
	-webkit-text-size-adjust: 100%;
/* 3 */ }
/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
	margin: 0;
}
/**
     * Add the correct display in IE 9-.
     */
article, aside, footer, header, nav, section {
	display: block;
}
/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption, figure {
	display: block;
}
/**
     * Add the correct margin in IE 8.
     */
figure {
	margin: 1em 0px;
}
/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
/* 2 */ }
/**
     * Add the correct display in IE.
     */
main {
	display: block;
}
/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
/* 2 */ }
/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
	background-color: transparent;
	/* 1 */
	-webkit-text-decoration-skip: objects;
/* 2 */ }
/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active, a:hover {
	outline-width: 0;
}
/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
/* 2 */ }
/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b, strong {
	font-weight: 700!important;
}
/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b, strong {
	font-weight: 700!important;
}
/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code, kbd, samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
/* 2 */ }
/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
	font-style: italic;
}
/**
     * Add the correct background and color in IE 9-.
     */
mark {
	background-color: #ff0;
	color: #000;
}
/**
     * Add the correct font size in all browsers.
     */
small {
	font-size: 80%;
}
/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio, video {
	display: inline-block;
}
/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
	display: none;
	height: 0;
}
/**
     * Remove the border on images inside links in IE 10-.
     */
img {
	border-style: none;
}
/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
	overflow: hidden;
}
/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button, input, optgroup, select, textarea {
	font-family: sans-serif;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
/* 2 */ }
/**
     * Show the overflow in IE.
     */
button {
	overflow: visible;
}
/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button, select {
	/* 1 */
	text-transform: none;
}
/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button, html [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button;
/* 2 */ }
button, [type="button"], [type="reset"], [type="submit"] {
/**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
 button::-moz-focus-inner,  [type="button"]::-moz-focus-inner,  [type="reset"]::-moz-focus-inner,  [type="submit"]::-moz-focus-inner {
 border-style: none;
 padding: 0;
}
 button:-moz-focusring,  [type="button"]:-moz-focusring,  [type="reset"]:-moz-focusring,  [type="submit"]:-moz-focusring {
 outline: 1px dotted ButtonText;
}
/**
     * Show the overflow in Edge.
     */
input {
	overflow: visible;
}
/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"], [type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
/* 2 */ }

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
 height: auto;
}
/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;/* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */ }
 [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
 -webkit-appearance: button;
  /* 1 */
  font: inherit;
/* 2 */ }
/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
	box-sizing: border-box;
	/* 1 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	color: inherit;
	/* 2 */
	white-space: normal;
/* 1 */ }
/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
/* 2 */ }
/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
	overflow: auto;
}
/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
	display: block;
}
/*
     * Add the correct display in all browsers.
     */
summary {
	display: list-item;
}
/*
     * Add the correct display in IE 9-.
     */
menu {
	display: block;
}
/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
	display: inline-block;
}
/**
     * Add the correct display in IE.
     */
template {
	display: none;
}
/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
	display: none;
}
.foundation-mq {
	font-family: "small=0em&medium=40em&large=1080px&xlarge=75em&xxlarge=90em";
}
html {
	box-sizing: border-box;
	font-size: 100%;
}
*, *::before, *::after {
	box-sizing: inherit;
}
body {
	margin: 0;
	padding: 0;
	background: #fafafa;
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	line-height: 1.5;
	color: #0a0a0a;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
}


textarea {
	height: auto;
	min-height: 50px;
	border-radius: 3px;
}
select {
	box-sizing: border-box;
	width: 100%;
	border-radius: 3px;
}
.map_canvas img, .map_canvas embed, .map_canvas object, .mqa-display img, .mqa-display embed, .mqa-display object {
	max-width: none !important;
}
button {
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	border-radius: 3px;
	background: transparent;
	line-height: 1;
}
[data-whatinput='mouse'] button {
	outline: 0;
}
pre {
	overflow: auto;
}
.is-visible {
	display: block !important;
}
.is-hidden {
	display: none !important;
}
.toggle-name p {
	text-transform: uppercase!important;
}
.switch {
  height: 2rem;
  position: relative;
  margin-bottom:5px;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fefefe;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0; }

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 3px;
  background: #cacaca;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    border-radius: 3px;
    background: #fefefe;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    content: ''; }
  input:checked ~ .switch-paddle {
    background: #79da43; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label > .switch-active {
    display: block; }

.switch-inactive {
  right: 15%; }
  input:checked + label > .switch-inactive {
    display: none; }

.switch.tiny {
  height: 1.5rem; }
  .switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: 0.625rem; }
  .switch.tiny .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1rem;
    height: 1rem; }
  .switch.tiny input:checked ~ .switch-paddle::after {
    left: 1.75rem; }

.switch.small {
  height: 1.75rem; }
  .switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: 0.75rem; }
  .switch.small .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1.25rem;
    height: 1.25rem; }
  .switch.small input:checked ~ .switch-paddle::after {
    left: 2rem; }

.switch.large {
  height: 2.5rem; }
  .switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem; }
  .switch.large .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 2rem;
    height: 2rem; }
  .switch.large input:checked ~ .switch-paddle::after {
    left: 2.75rem; }
.row {
	position: relative;
	width: 100%;
	max-width: 1360px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 15px;
	padding-right: 15px;
}

.row.extend {
		max-width: 1560px;
}
.row.inset1 {
	position: relative;
	width: 100%;
	max-width: 1250px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 15px;
	padding-right: 15px;
}
.row.inset2 {
	position: relative;
	width: 100%;
	max-width: 950px!important;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 15px;
	padding-right: 15px;
}
.row.fullwidth {
	position: relative;
	width: 100%;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0px;
	padding-right: 0px;
}


.row.footer {
	position: relative;
	width: 100%;
	background: #006595;
	background-size:cover;
		max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1px;
	margin-bottom: 0;
	padding-left: 45px;
	padding-right: 45px;
	min-height: 200px;
}

.row.rewardCalc {
border: 0px solid #01486c;

}	

.rewardWrap {
		padding:15px 0px 15px 0px; 
		/*background: url('/wp-content/themes/shorelines/images/bk1.png')no-repeat left center #011f2f;

	
	border:1px solid #076d9b;*/
}
.row.header {
	background: url('/wp-content/themes/shorelines/images/header.jpg')no-repeat left top #006494;
	background-size:100% 144px;
border-bottom: 9px solid #cf3030;
	height: 100%!important;
	min-height: 115px;
	z-index: 995;
	max-width: 100%;

	padding-left: 5px!important;
	padding-right: 5px!important;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	-ms-transition-delay: 0.5s;
	transition-delay: 0.5s;
	position: relative;
}
.heightHead {
		min-height: 115px;
}
.row .row.headerContent {
		max-width: 1600px!important;
	margin-left: auto!important;
	margin-right: auto!important;
}

.row .row.headerContent.Splash {
		max-width: 100%!important;
	margin-left: auto!important;
	margin-right: auto!important;
}
.row.fullwidth {
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
	max-width: 100%;
}
.row::before, .row::after {
	display: table;
	content: ' ';
}
.row::after {
	clear: both;
}
.row.collapse > .column, .row.collapse > .columns {
	padding-right: 0;
	padding-left: 0;
}
.row .row {
	padding-left: 0;
	padding-right: 0;
	margin-right: 0;
	margin-left: 0;
}
.bk1 {
	position: relative;
	background: url('/wp-content/themes/shorelines/images/bk1.png')no-repeat center bottom #000;
	background-size:cover;
min-height: 650px;
}
.bk1-new {
	position: relative;
	background: url('/wp-content/themes/shorelines/images/bk1-new-mobile.png')no-repeat center bottom #000;
	background-size:cover;
	min-height: 650px;
}
.bk1-new h2{
color: #fff;
font-size: 45px;
font-weight: 700;
line-height: 1;
text-transform: uppercase;
padding: 0;	
}
	
.bk1-new h2.gold {
	color:#e3bf68;
	padding:260px 0 0 0;
}
.bk1:after, .bk1-new:after {
	content: "";
		background: url('/wp-content/themes/shorelines/images/scroll2.png')no-repeat bottom center;
		width: 136px;
		height: 66px;
		position: absolute;
		top: 0;
		left: 0;
right: 0;
margin: auto;
		border: 0;
}
.bk1.alternate , .bk1-new.alternate {
min-height: auto!important;
}
.bk1.alternate:after, .bk1-new.alternate:after  {
background: none;
}
.bk2 {
	position: relative;
	background: url('/wp-content/themes/shorelines/images/bk1.jpg')no-repeat center top;
	background-size:cover;
min-height: 262px;
	margin-bottom: 3px;
}

.bk3 {
	position: relative;
	background: url('/wp-content/themes/shorelines/images/bk3.jpg')no-repeat center top #000;
	background-size:cover;

	margin-bottom: 0px;
	margin-top: 3px;
}

.bk4 {
	position: relative;
background: url('/wp-content/themes/shorelines/images/bk4.jpg')no-repeat center top #000;
	background-size:cover;

	margin-bottom: 0px;
	margin-top: 3px;
}
.bk4 a, .bk4 a:hover, .bk4 a:visited,.bk4 a:focus {
color:#fff!important;
text-decoration:underline;  
}

.bk4:after {
	content: "";
		background: url('/wp-content/themes/shorelines/images/bk4Arrow.png')no-repeat bottom center;
		width: 70px;
		height: 35px;
		position: absolute;
		bottom: -35px;
		left: 0;
right: 0;
margin: auto;
		border: 0;
}

.bk5 {

		background: url('/wp-content/themes/shorelines/images/bk5.png')no-repeat top center;
		background-size:100% 76px;
}
.bk6 {
	position: relative;
background: url('/wp-content/themes/shorelines/images/bk4.jpg')no-repeat center top;
	background-size:cover;

	margin-bottom: 0px;
	margin-top: 0px;
}
.alert {
    border: 1px solid #E9E9E9;
    background: #F7F7F7;
    padding: 25px;
    text-align: center;
}
.dining {
		position: relative;
	background: url('/wp-content/themes/shorelines/images/dining.jpg')no-repeat center bottom #000;
	background-size:cover;
min-height: 500px;
}

.sports {
	background: url('/wp-content/themes/shorelines/images/bksmall.jpg')no-repeat left center #000;
  background-size:cover;
  border-radius:25px;
}

.pum-close {
  position:absolute;
  top:0;
  right:10px;
  color:#30AFA8;
  font-size:45px;
  background:none;
  
}

.pum-close:hover {
  color:#fff;
  background:none;
  
}
.sports p {
  font-size:18px;
  color:#fff;
  font-weight:600;
  
}
p.sport-title1 {
 font-size:25px;
  color:#fff;
  font-weight:800;
  margin:0;
  line-height:1;
}

p.sport-title2 {
  margin:0 0 15px 0;
 font-size:35px;
  color:#30AFA8;
  font-weight:800;
   line-height:1;
}

.button.sports, .button.sports:hover, .button.sports:focus, .button.sports:active {
 background:#1D8B85;
  color:#fff;
  font-weight:600;
  padding:15px 25px 15px 25px!important;
}
@media print, screen and (min-width: 40em) {
.row .row {
	margin-right: 0;
	margin-left: 0;
}
  .sports {
	background: url('/wp-content/themes/shorelines/images/sports.jpg')no-repeat left center #000;
  background-size:cover;
  border-radius:25px;
}
 .sports p {
  font-size:20px;

  
}
p.sport-title1 {
 font-size:30px;

}

p.sport-title2 {

 font-size:40px;

} 
}

@media print, screen and (min-width: 64em) {
.row .row {
	margin-right: 0;
	margin-left: 0;
}
   .sports p {
  font-size:22px;

  
}
p.sport-title1 {
 font-size:35px;

}

p.sport-title2 {

 font-size:45px;

} 
  
  
}
.row .row.collapse {
	margin-right: 0;
	margin-left: 0;
}
.row.expanded {
	max-width: none;
}
.row.expanded .row {
	margin-right: auto;
	margin-left: auto;
}
.row:not(.expanded) .row {
	max-width: none;
}
.menu .columns, .menu .column {
		padding-right: 35px!important;
	padding-left: 25px!important;
	padding-bottom:55px!important;
}
.menu .columns .columns, .menu .column .columns {
		padding-right: 0px!important;
	padding-left: 0px!important;
	padding-bottom:0px!important;
}

.column, .columns {
	position: relative;
	width: 100%;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}
.columns .columns {
	position: relative;
	padding-right: 0px;
	padding-left: 0px;
}
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
	float: right;
}
.column.end:last-child:last-child, .end.columns:last-child:last-child {
	float: left;
}
.column.row.row, .row.row.columns {
	float: none;
}
.row .column.row.row, .row .row.row.columns {
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0;
}
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 99999999;
	background: url(/wp-content/themes/shorelines/images/ajax-loader.gif) center no-repeat #fff;
}
.pull-top {
	
margin-top:-141px;

}

.leftBorder {
	border-left: 1px solid #fff;
	padding-left: 45px!important;
}

a#logo-btn {
	display: inline-block;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 990;
	top: 30px;
	width: 100%;
	max-width: 277px;
	padding-left:0;
	padding-right:0;
	height: auto;
	text-align: left;


	
}
img.heroLogo {
		width: 240px;
	}
.tagline {
	font-size:15px;
	color: #fff;
	position: relative;
	top: 28px;
	font-weight: 600;
}
.tagline span {
	position: relative;
	display: inline-block;
}
.tagline span:after {
	position: absolute;
	bottom: -5px;
	left: 0;
	content: "";
	width: 100%;
	background: url(/wp-content/themes/shorelines/images/underline.png)no-repeat center center;
	background-size:100% 100%;
	height: 8px;

}
	.tagline span.top {
			content: none;
			display: block;
			
			font-size:13px;
	}
.tagline span.top:after {
	background: none;
}
.logoIcon {
	max-width:70px;
}

.logoIconimg {
	max-width:50px;
}
	.row.heroBanner {
		position: relative!important;
			padding-left: 25px;
	padding-right: 25px;
			margin-right: auto;
	margin-left: auto;
background-size: cover!important;
	min-height: 495px;
			margin-top: 0;
	margin-bottom: 0;
    width: 100%;
	max-width: 100%;
	
	
}
	.row.heroBanner:after {
content: "";
		background: url('/wp-content/themes/shorelines/images/scroll.png')no-repeat bottom center;
		width: 136px;
		height: 66px;
		position: absolute;
		bottom: 0;
		left: 0;
right: 0;
margin: auto;
		border: 0;
}
	.row.internalBanner {
		position: relative!important;
			padding-left: 0px;
	padding-right: 0px;
			margin-right: auto;
	margin-left: auto;
background-size: cover!important;
	min-height: 525px;
			margin-top: 0;
	margin-bottom: 0;
    width: 100%;
	max-width: 100%;
	
	
}

	.row.internalBanner.rowDivide {

	min-height: 626px;
		
	
}
#map {

	position:relative;
	min-height:462px;
	z-index:900;
	margin-bottom: 35px;
	border: 5px solid #0070ab;
}
.jackpotMasterContain {
    position: relative;
    width: 100%;
    text-align: center;
}
.jackpot_new {
width: 265px!important;
	height:265px!important;
	background: url('/wp-content/themes/shorelines/images/jackpot.png') no-repeat center center;
    background-size:265px 265px;
	position: relative;
	top: -5px;
	left: 0;
right: 0;
margin: auto;
    z-index: 999!important;
}
.week-month-contain {
    position: relative;
    top: -25px;	
    left: 0;
right: 0;
margin: auto;
    width: 100%;
    max-width: 240px;
    height: auto;

    background: url("/wp-content/themes/shorelines/images/tallyBk.png")no-repeat center center;
    background-size:100% 100%;
    z-index: 995!important;
                 box-shadow:  0 2.8px 2.2px rgba(2, 6, 35, 0.14),
  0 6.7px 5.3px rgba(2, 6, 35, 0.18),
  0 12.5px 10px rgba(2, 6, 35, 0.29),
  0 22.3px 17.9px rgba(2, 6, 35, 0.152),
  0 41.8px 33.4px rgba(2, 6, 35, 0.186),
  0 100px 80px rgba(2, 6, 35, 0.65);
}
.weekly {
    position: relative;
    padding: 35px 0px 0px 0px;
    width: 100%;
    left: 0;
    text-align: center;



    
}
.weekly .centerText {
    display: inline-block;
    text-align: center;
}
.weekly p {
    color: #006595!important;
   font-size:15px;
    line-height: 1;
    margin: 0;
    letter-spacing: -1px;
    	font-weight: 600;
}

.weekly p.count {
    	color: #f73633!important;
    	font-size:33px;
    font-weight: 800;
       letter-spacing: -2px;
}

.monthly {
    position: relative;
    padding: 10px 0px 35px 0px;
    width: 100%;
    right: 0;
    text-align: center;



    
}
.monthly .centerText {
    display: inline-block;
    text-align: center;
}
.monthly p {
    color: #006595!important;
   font-size:15px;
    line-height: 1;
    margin: 0;
    letter-spacing: -1px;
    	font-weight: 600;
}

.monthly p.count {
    	color: #f73633!important;
    	font-size:33px;
    font-weight: 800;
       letter-spacing: -2px;
}
.jackpotContain_new {
	padding-top: 90px;
}
.jackpot_new p {
	font-size:24px;
	line-height: 1;
	font-weight: 800;
	color: #006595!important;
	margin: 0;
	padding: 0 0 5px 0;
	letter-spacing: 0;
}
.jackpot_new p.count, .bk4 .jackpot_new p.count span {
	font-size:36px!important;
	font-weight: 800!important;
	color: #f73633!important;
	letter-spacing: -3px;
		margin: 0!important;
	padding: 0!important;
	line-height: 1!important;
}
.jackpot_new p.date {
	font-size:18px;
	font-weight: 800;
	text-transform: uppercase;
	padding: 15px 0 0 0;
}




.jackpot {
	width: 320px;
	height:320px;
	background: url('/wp-content/themes/shorelines/images/jackpot.png') no-repeat center center;
	background-size:320px 320px;
	position: absolute;
	top: -25px;
	left: 0;
right: 0;
margin: auto;
}
.jackpotContain {
	padding-top: 100px;
}
.jackpot h3 {
	font-size:45px!important;
	font-weight: 800;
	color: #f73633!important;
	letter-spacing: -3px;
		margin: 0;
	padding: 0;
	line-height: 1;
}

.jackpot p {
	font-size:28px;
	line-height: 1;
	font-weight: 800;
	color: #006595!important;
	margin: 0;
	padding: 0 0 5px 0;
	letter-spacing: 0;
}
.jackpot p.date {
	font-size:18px;
	font-weight: 800;
	text-transform: uppercase;
	padding: 15px 0 0 0;
}
.vertDivide {
	height: 100%;
	width: 3px;
	background: #fff;
	position: relative;
	margin-left: auto;
	margin-right:auto;
}
#navigation-wide {
	display: none;
}
.promoFill {
border:1px solid #00659a;
	padding-top:12%;
}
.promoFill p {
	color: #00659a;
	font-weight: 600;
}
.buffetContain {
	position: relative;
	background: #000;
	-webkit-transition:  0.35s;
	transition: 0.35s;
}
.buffetday {
	font-weight: 700;
	color: #006595;
	font-size:25px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.buffetContain:hover {
	background: #000000;
}
.buffetContain:hover img {
		opacity: 0.9;
		-webkit-transition:  0.35s;
	transition: 0.35s;
}
.buffetContain img {
		position: relative;
	display: block;
	min-height: 100%;
	width: 100%;
	max-width: 100%;
	opacity: 0.5;
		z-index: 9991;
}
.buffetContain.specials img {
		position: relative;
	display: block;
	min-height: 100%;
	width: 100%;
	max-width: 100%;
	opacity: 1;
		z-index: 9991;
}
.buffetContain a {
	z-index: 9999;
		position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

}
.plusIcon {
	width: 30px;
	height: 30px;
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 9998;

	
}
.plusIcon img {
		opacity: 1!important;
	width: auto!important;
}
.price {
	position: absolute;
	right: 0;
	padding: 7px 15px 7px 15px;
	font-weight: 700;
	top: 0;
	background:#ed2e2b;
	color: #fff;
	font-size:23px;
		z-index: 9998;
}
.buffetContain.specials .price {
	position: absolute;
	right: auto;
	left: 0;
	bottom: 0;
	line-height: 1.1;
	padding: 7px 15px 7px 15px;
	font-weight: 700;
	top: auto!important;
	width: 100%;
	background: rgb(0,0,0,0.6);
	color: #fff;
	font-size:20px;
		z-index: 9998;
}
.buffetContain.specials .price.ti {
	background: none;
	padding: 0!important;
}

.buffetContain.specials .price.ti .priceContain {
		background: rgb(0,0,0,0.6);
	float:left;
}
.buffetContain.specials .price.ti .priceContain .reward {
	display: inline-block;
		background: rgb(208,48,48,0.7);
	padding:8px;
}

.buffetContain.specials .price.ti .priceContain .priceTwo {
	display: inline-block;
	padding:8px;
}

.buffetContain h3 {
	font-size:32px;
	opacity: 1!important;
	color: #fff;
	font-weight: 800;
	line-height: 1.1;
	width: 90%;
	position: absolute;
	bottom: 25px;
	left:25px;
	z-index: 9998;
padding: 0;
	margin: 0;
}
.buffetContain h3 span {
display: block;
	font-size:21px;
}

.buffetContain.specials h3 {
	font-size:27px;
	opacity: 1!important;
	color: #fff;
	font-weight: 600;
	background: rgba(201,207,45,0.9);
	text-shadow:1px 1px 0px #a1a605;
	line-height: 1.1;
	position: absolute;
	top: 0px;
	bottom: auto!important;
	left:0px;
	padding: 12px 15px 12px 15px; 
	width: 100%;
	z-index: 9998;

	margin: 0;
}

.buffetContain.specials h3.changeColour {
	background: rgba(187,28,26,0.9);	
		text-shadow:1px 1px 0px #780b09;
}

.buffetContain.specials h3 span {
display: block;
	font-size:15px;
	font-weight: 400;
}

.menu .price {
	position: relative;
	right: 0;
	float: right;
	display: inline-block;
	padding: 2px 12px 2px 12px;
	font-weight: 700;
	top: 0;
background: none;
	color: #000;
	font-size:14px;

	border-left: 2px solid #000;
		z-index: 9998;
}
.border-rightRes, .border-rightRes:first-child  {
	border-right: none!important;
}
.border-rightRes:last-child {
	border-right: none;
}
.gamingRules span {
	display: block;
	padding-bottom: 15px;
}
.gamingRules span img {
	max-width: 80px;
}
.gamingRules a, .gamingRules a:active, .gamingRules a:focus {
	font-size:24px;
	font-weight: 700;

	color: #cf3030;
	outline: none;
}

.gamingRules a span.small{
	font-size:11px;
	letter-spacing: 2px;
	font-weight: 300;
	color: #587f93;
}
.gamingRules a:hover {
		color: #f73633;
	text-decoration:none!important;

}
.counter {
    display: inline-block!important;
}
.pointsCount {
	background: #002a3f;
	padding: 20px;
	color: #fff;
	font-size:50px;
	font-weight:600;
	padding-top:25px;
	line-height: 1.2;
}
.pointsCount .rewardDescription {
	display: block;
	font-size:16px;
	font-weight: 600;
}
.quote:before {
	background-image: url("/wp-content/themes/shorelines/images/quote.png");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100%;
	top: 0px;
	left: -63px;
	content: "";
	height: 59px;
	position: absolute;
	z-index: 99999;
	width: 59px;
}
.quote {
max-width: 720px;
}
.cardWidth {
max-width: 500px;
	width: 100%;
}
/*---------------*/
/***** Bubba *****/
/*---------------*/

.grid {
	position: relative;
	margin: 0 auto;


	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;

	width: 100%;
	background: #00415f;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 1em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: 0;
	font-weight: 300;
	font-size:35px;
}
.grid.largeGame figure h2 {
	word-spacing: 0;
	font-weight: 300;
	font-size:18px;
	line-height: 1.2;
}


.grid.largeGame figure h2 span.Topline{
	display:block;
	font-size:25px;
	
}

.grid.largeGame figure h2 span.Topline2{

	font-size:15px;
letter-spacing: 6px;
	padding: 3px 6px 3px 9px;
	display: inline-block;
	font-weight: 500;
	background: rgb(0, 0, 0, 0.5);
}

.grid.largeGame figure h2 span.Topline3{
 display: block;   
    padding: 10px;
    	background: rgb(247, 54, 51, 0.8);
}
.grid figure h2 span {
	font-weight: 600;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
figure.effect-bubba {
	background: #006896;
	margin: 0!important;

}
.largeGame figure.effect-bubba {
	background: #000;
	margin: 0!important;
    min-height: 250px;

}

.largeGame figure.effect-bubba:hover {
	background: #f73633;
}

figure.effect-bubba img {
	opacity: 1;
	width: 100%;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

.largeGame figure.effect-bubba img {
	opacity: 0.4;
	width: 100%;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
    min-height: 250px;
}

.largeGame.sister figure.effect-bubba img {
	opacity: 0.6!important;

}

.largeGame.sister figure.effect-bubba:hover img {
	opacity: 0.3!important;

}

figure.effect-bubba:hover img {
	opacity: 0.1;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 20px;
	right: 20px;
	bottom: 20px;
	left: 20px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
}



figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(1,1);
	transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}
.largeGame figure.effect-bubba figcaption::before,
.largeGame figure.effect-bubba figcaption::after {
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	content: '';
	opacity: 1!important;
	-webkit-transform: scale(1)!important;
	transform: scale(1)!important;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
}
.largeGame figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	
}

.largeGame figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}
.largeGame.splash figure.effect-bubba figcaption::before,
.largeGame.splash figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 1!important;
	-webkit-transform: scale(1)!important;
	transform: scale(1)!important;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
}

.largeGame.splash figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1)!important;
	transform: scale(0,1)!important;
	
}

.largeGame.splash figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0)!important;
	transform: scale(1,0)!important;
}
.largeGame.splash figure.effect-bubba:hover figcaption::before,
.largeGame.splash figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1)!important;
	transform: scale(1)!important;
}
figure.effect-bubba h2 {
	padding-top: 10%;
	color: #fff;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}
.largeGame figure.effect-bubba h2 {
	padding-top: 5%;
	padding-left: 1%;
	padding-right: 1%;
	color: #fff;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
}
.largeGame.sister figure.effect-bubba h2 {
	padding-top: 17%;
	padding-left: 1%;
	padding-right: 1%;
	color: #fff;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
}
		.largeGame.splash figure.effect-bubba h2 {
	padding-top: 10%;
	padding-left: 1%;
	padding-right: 1%;
	color: #fff;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
}
.largeGame.kawartha figure.effect-bubba h2 {
	padding-top: 9%;
	padding-left: 15%;
	padding-right: 15%;
	color: #fff;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
}

figure.effect-bubba.on p {
font-size:12px;
	font-weight: 500;
	padding: 10% 15px 0 15px;
	opacity:1!important;
	letter-spacing: 3px;
	font-weight: 600;
	color: #fff;
	-webkit-transition: opacity 1, -webkit-transform 1;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,0px,0);
	transform: translate3d(0,0px,0);
}

figure.effect-bubba p {
font-size:14px;
	font-weight: 500;
	padding: 12% 15px 0 15px;
	opacity: 0;
	color: #fff;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}
.largeGame figure.effect-bubba p {
font-size:14px;
	font-weight: 500;
	padding: 3% 15px 0 15px;
	opacity: 0;
	color: #fff;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}
figure.effect-bubba p span {
display: block;
	opacity: 1!important;
	z-index: 9999;
	text-align: center!important;


}
figure.effect-bubba p span img {
			opacity: 1!important;
	position: relative!important;
	-webkit-transition: none;
	transition: none;
	width: 30px;
		z-index: 9999;
	margin-left:auto;
	margin-right:auto;
}
	figure.effect-bubba.on p span img {

	width: 70px;

}
figure.effect-bubba figcaption img.icon, figure.effect-bubba figcaption img.iconLogo {
			opacity: 1!important;
	position: relative!important;
	-webkit-transition: none;
	transition: none;
	width: 35px!important;

    min-height: auto!important;
	margin-bottom: 18px;
		z-index: 9999;
	margin-left:auto;
	margin-right:auto;
}
.largeGame.splash figure.effect-bubba figcaption img.icon, .largeGame.splash figure.effect-bubba figcaption img.iconLogo {
min-height: auto!important;
	width: 200px!important;
	margin-bottom: 8px;
		
}
figure.effect-bubba figcaption img.iconLogo {
max-width:260px!important;	
}
figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.largeGame figure.effect-bubba:hover figcaption::before
{
	opacity: 1!important;
	-webkit-transform: scale(0,1)!important;
	transform: scale(0,1)!important;
}
.largeGame figure.effect-bubba:hover figcaption::after {
	opacity: 1!important;
	-webkit-transform: scale(1,0)!important;
	transform: scale(1,0)!important;
}
figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0)!important;
	transform: translate3d(0,0,0)!important;
}

@media print, screen and (min-width: 40em) {
.largeGame figure.effect-bubba h2 {
	padding-top: 2%;
	padding-left: 2%;
	padding-right: 2%;
	color: #fff;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,0px,0);
	transform: translate3d(0,0px,0);
}
    
    .largeGame.sister figure.effect-bubba h2 {
	padding-top: 15%;

}
	figure.effect-bubba figcaption img.icon, figure.effect-bubba figcaption img.iconLogo {

	width: 35px;
	margin-bottom: 8px;
		
}

	figure.effect-bubba p span img {

	width: 30px;

}
		figure.effect-bubba.on p span img {

	width: 70px;
			margin-bottom: 5px;

}
	.grid figure figcaption {
	padding: 2em;
	
}
	figure.effect-bubba.on p {
font-size:14px;
	
}
    		.largeGame.splash figure.effect-bubba figcaption img.icon, .largeGame.splash figure.effect-bubba figcaption img.iconLogo {
min-height: auto!important;
	width: 200px!important;
	margin-bottom: 8px;
		
}
}

@media print, screen and (min-width: 64em) {
.largeGame figure.effect-bubba figcaption::before,
.largeGame figure.effect-bubba figcaption::after {

	top: 60px;
	right: 60px;
	bottom: 60px;
	left: 60px;

}
 
    .largeGame.sister figure.effect-bubba figcaption::before,
.largeGame.sister figure.effect-bubba figcaption::after {

	top: 20px;
	right: 20px;
	bottom: 20px;
	left: 20px;

}
	.grid.largeGame figure h2 {

	font-size:25px;

}
	.grid.largeGame figure h2 span.Topline{

	font-size:35px;
	
}
    
    	.grid.largeGame.sister figure h2 span.Topline{

	font-size:28px;
	
}
    	.grid.largeGame.sister figure h2 {

	font-size:20px;

}
	.largeGame figure.effect-bubba h2 {
	padding-top: 17%;
	padding-left: 15%;
	padding-right: 15%;
	color: #fff;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
}
    
    	.largeGame.sister figure.effect-bubba h2 {
	padding-top: 15%!important;
		padding-left: 5%;
	padding-right: 5%;
}
	
		.largeGame.splash figure.effect-bubba h2 {
	padding-top: 12%;
	padding-left: 15%;
	padding-right: 15%;
	color: #fff;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
}
	    		.largeGame.splash figure.effect-bubba figcaption img.icon, .largeGame.splash figure.effect-bubba figcaption img.iconLogo {

	width: 250px!important;

		
}
	figure.effect-bubba figcaption img.icon, figure.effect-bubba figcaption img.iconLogo {
	
	width: auto!important;
            min-height: auto!important;
	
}
	figure.effect-bubba.on p {

	padding: 5% 15px 0 15px;
	
}
}



.btmCap.blue {
background:#006595;	
}
.btmCap {
	background: #f73633;

	text-align: right;
	float: left;
	width: 100%;
	display: inline-block;
}
.btmCap img {
	width: 20px!important;
}
.btmCap a {
	color: #fff;
	font-size:12px;
	letter-spacing: 1px;
	padding: 8px 15px 8px 15px;	
		text-align: right;
	float: left;
	font-weight: 500;
	width: 100%;
	text-decoration: none!important;
}
.btmCap a:hover {
color: #fff;	
}
.underlineHeader {
	width: 100%;
	max-width: 404px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.promotionWrap {
background: #002a3f;
	padding:35px 55px 35px 55px;
}
ul.social {
	width: 100%;
	text-align: center;
	z-index: 999;
	position: relative;
display: inline-block;
	margin: 25px 0 0 0!important;
}


ul.social li {

	margin-left: 0px;
	display: inline-block;
	color: #fff;

padding-left: 0;
	font-size: 22px;
padding-bottom:15px!important;
	top: 0;
}
ul.social li a .fab {
font-size:25px;

	color: #fff;
}
ul.social li a {
		padding:5px 8px 5px 8px;

		width: 100%;
	line-height: 1;
	text-decoration: none;
	font-size: 12px!important;
	font-weight: normal;
	color: #fff!important;
	text-transform: uppercase;
	display: inline-block;
letter-spacing: 3px;
	margin: 0;
	float: left;
	
}

ul.social li a:hover {
	background: none;
	color: #fff!important;
}
.footer .logoWrap {
	border-bottom: 2px dotted #fff;
	padding-bottom: 10px;
}
ul.footerNav {
	display: inline-block;
	margin: 0;
	width: 100%;
}
ul.footerNav li  {

	font-weight: 400;
padding-left: 0;
	text-transform: uppercase;
	display: inline-block;
	text-decoration: none;

}
ul.footerNav li a {
	font-size: 14px;
	font-weight: 400;
	color: #fff!important;
	text-transform: uppercase;
	display: inline-block;
	text-decoration: none;
	padding: 10px 10px 10px 10px;
}

ul.LNav {
	padding-top: 65px;
	margin-left: 0!important;
	list-style: none!important;
}
ul.LNav ul li {
	display: block;
	width: 100%;
	float: left;
}
ul.LNav li.menu-item-has-children svg.icon-angle-down {
	display: none!important;
}
ul.LNav li a {
	font-size: 18px;
	font-weight: 400;
	color: #e6e6e6!important;
	text-transform: uppercase;
	display: inline-block;
	width: 100%;
	float: left;
	text-decoration: none;
	padding: 10px 20px 10px 20px;
}
ul.LNav li a:hover {
	color: #fff!important;
	background: #000!important;
}
ul.LNav ul.sub-menu {
	margin: 0;
	padding: 0 0 0 8px!important;
}
ul.LNav li li a {
	font-size: 14px;
	color: #e6e6e6;
	text-transform: none!important;
}

.instagram {
	background: url("/wp-content/themes/shorelines/images/instagram.png")no-repeat left top;
	background-size: cover;
}
.instagram .fab {
	color: #fff;
	font-size: 60px;
	padding-bottom: 25px;
}


.divider {
	width: 100%;
	background: url(/wp-content/themes/shorelines/images/divider.png)no-repeat center center;
	height: 5px;
}

.footer img {
width:100%;
max-width:243px;	
}


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

.alignleft {
	float: left;
	margin-right: 25px;
	margin-bottom: 15px;
	
}
.alignright {
	float: right!important;
	margin-left: 25px;
	margin-bottom: 15px;
	
}
.section19 {
    background: url('/wp-content/themes/shorelines/images/section19.jpg')no-repeat center center #000;
    background-size:cover;
}
.covicons {
    text-align: center;
}
.covicons span {
    display: block;
    font-size:12px;
    font-weight: 600;
    padding-top: 15px;
    color: #fff;
}
.padlr1 {
	padding-left: 10px;
	padding-right: 10px;
}
.padlr2 {
	padding-left: 20px;
	padding-right: 20px;
}
.padlr3 {
	padding-left: 30px;
	padding-right: 30px;
}
.padlr4 {
	padding-left: 15px;
	padding-right: 15px;
}
.padlr5 {
	padding-left: 20px;
	padding-right: 20px;
}
.padlr6 {
	padding-left: 60px;
	padding-right: 60px;
}
.padlr8 {
	padding-left: 30px;
	padding-right: 30px;
}
.padt1 {
	padding-top: 10px;
}
.padt2 {
	padding-top: 20px;
}
.padt3 {
	padding-top: 30px;
}
.padt4 {
	padding-top: 40px;
}
.padt5 {
	padding-top: 50px;
}
.padt6 {
	padding-top: 60px;
}
.padt7 {
	padding-top: 70px;
}
.padt8 {
	padding-top: 80px;
}
.padt9 {
	padding-top: 90px;
}
.padt10 {
	padding-top: 0px;
}
.padb1 {
	padding-bottom: 10px;
}
.padb2 {
	padding-bottom: 20px;
}
.padb3 {
	padding-bottom: 30px;
}
.padb4 {
	padding-bottom: 40px;
}
.padb5 {
	padding-bottom: 50px;
}
.padb6 {
	padding-bottom: 60px;
}
.padb7 {
	padding-bottom: 70px;
}
.padb8 {
	padding-bottom: 80px;
}
.padb9 {
	padding-bottom: 90px;
}
.padb10 {
	padding-bottom: 100px;
}
.padlrnull {
	padding-left: 0px!important;
	padding-right: 0px!important;
}

.content img {
	width: 100%;
}
.alignleft {
	float: left;
	margin-right: 25px;
	margin-bottom: 15px;
	
}
.alignright {
	float: right;
	margin-left: 25px;
	margin-bottom: 15px;
	
}

.content img.size-full {
	max-width:827px!important;
	width: 100%!important;
}
.small-1 {
	width: 8.33333%;
}
.small-push-1 {
	position: relative;
	left: 8.33333%;
}
.small-pull-1 {
	position: relative;
	left: -8.33333%;
}
.small-offset-0 {
	margin-left: 0%;
}
.small-2 {
	width: 16.66667%;
}
.small-push-2 {
	position: relative;
	left: 16.66667%;
}
.small-pull-2 {
	position: relative;
	left: -16.66667%;
}
.small-offset-1 {
	margin-left: 8.33333%;
}
.small-3 {
	width: 25%;
}
.small-push-3 {
	position: relative;
	left: 25%;
}
.small-pull-3 {
	position: relative;
	left: -25%;
}
.small-offset-2 {
	margin-left: 16.66667%;
}
.small-4 {
	width: 33.33333%;
}
.small-push-4 {
	position: relative;
	left: 33.33333%;
}
.small-pull-4 {
	position: relative;
	left: -33.33333%;
}
.small-offset-3 {
	margin-left: 25%;
}
.small-5 {
	width: 41.66667%;
}
.small-push-5 {
	position: relative;
	left: 41.66667%;
}
.small-pull-5 {
	position: relative;
	left: -41.66667%;
}
.small-offset-4 {
	margin-left: 33.33333%;
}
.small-6 {
	width: 50%;
}
.small-push-6 {
	position: relative;
	left: 50%;
}
.small-pull-6 {
	position: relative;
	left: -50%;
}
.small-offset-5 {
	margin-left: 41.66667%;
}
.small-7 {
	width: 58.33333%;
}
.small-push-7 {
	position: relative;
	left: 58.33333%;
}
.small-pull-7 {
	position: relative;
	left: -58.33333%;
}
.small-offset-6 {
	margin-left: 50%;
}
.small-8 {
	width: 66.66667%;
}
.small-push-8 {
	position: relative;
	left: 66.66667%;
}
.small-pull-8 {
	position: relative;
	left: -66.66667%;
}
.small-offset-7 {
	margin-left: 58.33333%;
}
.small-9 {
	width: 75%;
}
.small-push-9 {
	position: relative;
	left: 75%;
}
.small-pull-9 {
	position: relative;
	left: -75%;
}
.small-offset-8 {
	margin-left: 66.66667%;
}
.small-10 {
	width: 83.33333%;
}
.small-push-10 {
	position: relative;
	left: 83.33333%;
}
.small-pull-10 {
	position: relative;
	left: -83.33333%;
}
.small-offset-9 {
	margin-left: 75%;
}
.small-11 {
	width: 91.66667%;
}
.small-push-11 {
	position: relative;
	left: 91.66667%;
}
.small-pull-11 {
	position: relative;
	left: -91.66667%;
}
.small-offset-10 {
	margin-left: 83.33333%;
}
.small-12 {
	width: 100%;
}
.small-offset-11 {
	margin-left: 91.66667%;
}
.small-up-1 > .column, .small-up-1 > .columns {
	float: left;
	width: 100%;
}
.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
	clear: none;
}
.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
	clear: both;
}
.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
	float: left;
}
.small-up-2 > .column, .small-up-2 > .columns {
	float: left;
	width: 50%;
}
.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
	clear: none;
}
.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
	clear: both;
}
.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
	float: left;
}
.small-up-3 > .column, .small-up-3 > .columns {
	float: left;
	width: 33.33333%;
}
.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
	clear: none;
}
.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
	clear: both;
}
.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
	float: left;
}
.small-up-4 > .column, .small-up-4 > .columns {
	float: left;
	width: 25%;
}
.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
	clear: none;
}
.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
	clear: both;
}
.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
	float: left;
}
.small-up-5 > .column, .small-up-5 > .columns {
	float: left;
	width: 20%;
}
.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
	clear: none;
}
.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
	clear: both;
}
.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
	float: left;
}
.small-up-6 > .column, .small-up-6 > .columns {
	float: left;
	width: 16.66667%;
}
.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
	clear: none;
}
.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
	clear: both;
}
.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
	float: left;
}
.small-up-7 > .column, .small-up-7 > .columns {
	float: left;
	width: 14.28571%;
}
.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
	clear: none;
}
.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
	clear: both;
}
.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
	float: left;
}
.small-up-8 > .column, .small-up-8 > .columns {
	float: left;
	width: 12.5%;
}
.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
	clear: none;
}
.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
	clear: both;
}
.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
	float: left;
}
.small-collapse > .column, .small-collapse > .columns {
	padding-right: 0;
	padding-left: 0;
}
.small-collapse .row {
	margin-right: 0;
	margin-left: 0;
}
.expanded.row .small-collapse.row {
	margin-right: 0;
	margin-left: 0;
}
.small-uncollapse > .column, .small-uncollapse > .columns {
	padding-right: 0;
	padding-left: 0;
}
.small-centered {
	margin-right: auto;
	margin-left: auto;
}
.small-centered, .small-centered:last-child:not(:first-child) {
	float: none;
	clear: both;
}
.small-uncentered, .small-push-0, .small-pull-0 {
	position: static;
	float: left;
	margin-right: 0;
	margin-left: 0;
}

@media print, screen and (min-width: 40em) {
.row {
	padding-left: 15px;
	padding-right: 15px;
}
	.row.header {
			padding-left: 25px!important;
	padding-right: 25px!important;
	}
	.imageGallery .columns {
padding-right:0px!important;
		
	}
	.row.inset1 {

	padding-left: 45px;
	padding-right: 45px;
}
.row.inset2 {
	
	padding-left: 45px;
	padding-right: 45px;
}
	


		.row.heroBanner {

	min-height: 695px;
		
	
}
	img.heroLogo {
		width: auto;
	}
#navigation-wide {
	display: none;
}
	.tagline {
	font-size:26px!important;
	color: #fff;
	position: relative;
	top: 28px;
		line-height: 1.2;
	font-weight: 600;
}
		.tagline span.top {
			font-size:18px;
	}
.column, .columns {
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
}

.jackpot {
	width: 395px;
	height:395px;
	background: url('/wp-content/themes/shorelines/images/jackpot.png') no-repeat center center;
	position: absolute;
	top: -65px;
	left: 0;
right: 0;
margin: auto;
}
.jackpotContain {
	padding-top: 130px;
}
.jackpot p.count, .bk4 .jackpot p.count span {
	font-size:53px!important;
	font-weight: 800!important;
	color: #f73633!important;
	letter-spacing: -3px;
		margin: 0!important;
	padding: 0!important;
	line-height: 1!important;
}

.jackpot p {
	font-size:34px;
	line-height: 1;
	font-weight: 800;
	color: #006595!important;
	margin: 0;
	padding: 0 0 5px 0;
	letter-spacing: 0;
}
.jackpot p.date {
	font-size:22px;
	font-weight: 800;
	text-transform: uppercase;
	padding: 15px 0 0 0;
}

    
    
    
    
.jackpotMasterContain {
    position: relative;
    width: 100%;
    text-align: center;
}
    
    
.jackpot_new {
width: 265px!important;
	height:265px!important;
	background: url('/wp-content/themes/shorelines/images/jackpot.png') no-repeat center center;
    background-size:265px 265px;
	position: absolute;
	top: -5px;
	left: 0;
right: 0;
margin: auto;
    z-index: 999!important;
}
.week-month-contain {
    position: absolute;
    top: 50px;	
    left: 0;
right: 0;
margin: auto;
    width: 100%;
    max-width: 640px;
    height: 135px;

    background: url("/wp-content/themes/shorelines/images/tallyBk.png")no-repeat center center;
    background-size:100% 100%;
    z-index: 995!important;

}
.weekly {
    position: absolute;
    padding: 45px 0px 0px 20px;
    width: 50%;
    left: 0;
    text-align: left;



    
}
.weekly .centerText {
    display: inline-block;
    text-align: center;
}
.weekly p {
    color: #006595!important;
   font-size:15px;
    line-height: 1;
    margin: 0;
    letter-spacing: -1px;
    	font-weight: 600;
}

.weekly p.count {
    	color: #f73633!important;
    	font-size:33px;
    font-weight: 800;
       letter-spacing: -2px;
}

.monthly {
    position: absolute;
    padding: 45px 20px 0px 20px;
    width: 50%;
    right: 0;
    text-align: right;



    
}
.monthly .centerText {
    display: inline-block;
    text-align: center;
}
.monthly p {
    color: #006595!important;
   font-size:15px;
    line-height: 1;
    margin: 0;
    letter-spacing: -1px;
    	font-weight: 600;
}

.monthly p.count {
    	color: #f73633!important;
    	font-size:33px;
    font-weight: 800;
       letter-spacing: -2px;
}
.jackpotContain_new {
	padding-top: 90px;
}
.jackpot_new h3 {
	font-size:45px!important;
	font-weight: 800;
	color: #f73633!important;
	letter-spacing: -3px;
		margin: 0;
	padding: 0;
	line-height: 1;
}

.jackpot_new p {
	font-size:24px;
	line-height: 1;
	font-weight: 800;
	color: #006595!important;
	margin: 0;
	padding: 0 0 5px 0;
	letter-spacing: 0;
}
.jackpot_new p.count, .bk4 .jackpot_new p.count span {
	font-size:36px!important;
	font-weight: 800!important;
	color: #f73633!important;
	letter-spacing: -3px;
		margin: 0!important;
	padding: 0!important;
	line-height: 1!important;
}
.jackpot_new p.date {
	font-size:18px;
	font-weight: 800;
	text-transform: uppercase;
	padding: 15px 0 0 0;
}
	.quote {
max-width: 100%;
		padding-left:50px;
		padding-right:50px;
}
.border-rightMenu:last-child {
	border-right: none!important;
}
	.border-rightMenu, .border-rightMenu:first-child  {
	border-right: 1px dashed #cecece!important;
}
.alignleft {
	float: left;
	margin-right: 25px;
	margin-bottom: 15px;
	
}
.alignright {
	float: right;
	margin-left: 25px;
	margin-bottom: 15px;
	
}
.content img {
	width: auto;
}
.content img.size-full {
	max-width:827px!important;
	width: 100%!important;
}
	.customWidth1 {
	max-width: 889px;
}
.customwidth2 {
	max-width: 383px;
}
	
.bk1-new {
	position: relative;
	background: url('/wp-content/themes/shorelines/images/bk1-new-tablet.png')no-repeat right bottom #000;
	background-size:cover;
	min-height: 650px;
}
	.bk1-new h2{
color: #fff;
font-size: 50px;
font-weight: 700;
line-height: 1;
text-transform: uppercase;
padding: 0;	
}
.bk1-new h2.gold {
	color:#e3bf68;
	padding:300px 0 0 0;
}
.medium-1 {
	width: 8.33333%;
}
.medium-push-1 {
	position: relative;
	left: 8.33333%;
}
.medium-pull-1 {
	position: relative;
	left: -8.33333%;
}
.medium-offset-0 {
	margin-left: 0%;
}
.medium-2 {
	width: 16.66667%;
}
.medium-2a {
	width: 20%;
}
.medium-push-2 {
	position: relative;
	left: 16.66667%;
}
.medium-pull-2 {
	position: relative;
	left: -16.66667%;
}
.medium-offset-1 {
	margin-left: 8.33333%;
}
.medium-3 {
	width: 25%;
}
.medium-push-3 {
	position: relative;
	left: 25%;
}
.medium-pull-3 {
	position: relative;
	left: -25%;
}
.medium-offset-2 {
	margin-left: 16.66667%;
}
.medium-4 {
	width: 33.33333%;
}
.medium-push-4 {
	position: relative;
	left: 33.33333%;
}
.medium-pull-4 {
	position: relative;
	left: -33.33333%;
}
.medium-offset-3 {
	margin-left: 25%;
}
.medium-5 {
	width: 41.66667%;
}
.medium-push-5 {
	position: relative;
	left: 41.66667%;
}
.medium-pull-5 {
	position: relative;
	left: -41.66667%;
}
.medium-offset-4 {
	margin-left: 33.33333%;
}
.medium-6 {
	width: 50%;
}
.medium-push-6 {
	position: relative;
	left: 50%;
}
.medium-pull-6 {
	position: relative;
	left: -50%;
}
.medium-offset-5 {
	margin-left: 41.66667%;
}
.medium-7 {
	width: 58.33333%;
}
.medium-push-7 {
	position: relative;
	left: 58.33333%;
}
.medium-pull-7 {
	position: relative;
	left: -58.33333%;
}
.medium-offset-6 {
	margin-left: 50%;
}
.medium-8 {
	width: 66.66667%;
}
.medium-push-8 {
	position: relative;
	left: 66.66667%;
}
.medium-pull-8 {
	position: relative;
	left: -66.66667%;
}
.medium-offset-7 {
	margin-left: 58.33333%;
}
.medium-9 {
	width: 75%;
}
.medium-push-9 {
	position: relative;
	left: 75%;
}
.medium-pull-9 {
	position: relative;
	left: -75%;
}
.medium-offset-8 {
	margin-left: 66.66667%;
}
.medium-10 {
	width: 83.33333%;
}
.medium-push-10 {
	position: relative;
	left: 83.33333%;
}
.medium-pull-10 {
	position: relative;
	left: -83.33333%;
}
.medium-offset-9 {
	margin-left: 75%;
}
.medium-11 {
	width: 91.66667%;
}
.medium-push-11 {
	position: relative;
	left: 91.66667%;
}
.medium-pull-11 {
	position: relative;
	left: -91.66667%;
}
.medium-offset-10 {
	margin-left: 83.33333%;
}
.medium-12 {
	width: 100%;
}
.medium-offset-11 {
	margin-left: 91.66667%;
}
.medium-up-1 > .column, .medium-up-1 > .columns {
	float: left;
	width: 100%;
}
.medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
	clear: none;
}
.medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
	clear: both;
}
.medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
	float: left;
}
.medium-up-2 > .column, .medium-up-2 > .columns {
	float: left;
	width: 50%;
}
.medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
	clear: none;
}
.medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
	clear: both;
}
.medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
	float: left;
}
.medium-up-3 > .column, .medium-up-3 > .columns {
	float: left;
	width: 33.33333%;
}
.medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
	clear: none;
}
.medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
	clear: both;
}
.medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
	float: left;
}
.medium-up-4 > .column, .medium-up-4 > .columns {
	float: left;
	width: 25%;
}
.medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
	clear: none;
}
.medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
	clear: both;
}
.medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
	float: left;
}
.medium-up-5 > .column, .medium-up-5 > .columns {
	float: left;
	width: 20%;
}
.medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
	clear: none;
}
.medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
	clear: both;
}
.medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
	float: left;
}
.medium-up-6 > .column, .medium-up-6 > .columns {
	float: left;
	width: 16.66667%;
}
.medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
	clear: none;
}
.medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
	clear: both;
}
.medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
	float: left;
}
.medium-up-7 > .column, .medium-up-7 > .columns {
	float: left;
	width: 14.28571%;
}
.medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
	clear: none;
}
.medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
	clear: both;
}
.medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
	float: left;
}
.medium-up-8 > .column, .medium-up-8 > .columns {
	float: left;
	width: 12.5%;
}
.medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
	clear: none;
}
.medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
	clear: both;
}
.medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
	float: left;
}
.medium-collapse > .column, .medium-collapse > .columns {
	padding-right: 0;
	padding-left: 0;
}
.medium-collapse .row {
	margin-right: 0;
	margin-left: 0;
}
.expanded.row .medium-collapse.row {
	margin-right: 0;
	margin-left: 0;
}
.medium-uncollapse > .column, .medium-uncollapse > .columns {
	padding-right: 0;
	padding-left: 0;
}
.medium-centered {
	margin-right: auto;
	margin-left: auto;
}
.medium-centered, .medium-centered:last-child:not(:first-child) {
	float: none;
	clear: both;
}
.medium-uncentered,  .medium-push-0,  .medium-pull-0 {
	position: static;
	float: left;
	margin-right: 0;
	margin-left: 0;
}
}

@media print, screen and (min-width: 64em) {
.row {
	padding-left: 25px;
	padding-right: 25px;
}


.column, .columns {
	position: relative;

	float: left;
	padding-right: 1rem;
	padding-left: 1rem;
}
	
	.lessPad .column, .lessPad .columns {
	position: relative;

	float: left;
	padding-right: 10px!important;
	padding-left: 10px!important;
}
.menu .columns, .menu .column {
		padding-right: 35px!important;
	padding-left: 25px!important;
}


	ul.social {

	padding:0;
	
}
	.tagline {
	font-size:24px;
	color: #fff;
	position: relative;
	top: 28px;
	font-weight: 600;
}
    
    
    .jackpotMasterContain {
    position: relative;
    width: 100%;
    text-align: center;
}
.jackpot_new {
width: 395px!important;
	height:395px!important;
	background: url('/wp-content/themes/shorelines/images/jackpot.png') no-repeat center center;
    background-size:395px 395px;
	position: absolute;
	top: -65px;
	left: 0;
right: 0;
margin: auto;
    z-index: 999!important;
}
.week-month-contain {
    position: absolute;
    top: 50px;	
    left: 0;
right: 0;
margin: auto;
    width: 100%;
    height: 135px;
    max-width: 986px;
    background: url("/wp-content/themes/shorelines/images/tallyBk.png")no-repeat center center;
    background-size:100% 100%;
    z-index: 995!important;
       
}
.weekly {
    position: absolute;
    padding: 35px 0px 0px 55px;
    width: 50%;
    left: 0;
    text-align: left;



    
}
.weekly .centerText {
    display: inline-block;
    text-align: center;
}
.weekly p {
    color: #006595!important;
   font-size:22px;
    line-height: 1;
    margin: 0;
    letter-spacing: -1px;
    	font-weight: 600;
}

.weekly p.count {
    	color: #f73633!important;
    	font-size:42px;
    font-weight: 800;
       letter-spacing: -2px;
}

.monthly {
    position: absolute;
    padding: 35px 55px 0px 0px;
    width: 50%;
    right: 0;
    text-align: right;



    
}
.monthly .centerText {
    display: inline-block;
    text-align: center;
}
.monthly p {
    color: #006595!important;
   font-size:22px;
    line-height: 1;
    margin: 0;
    letter-spacing: -1px;
    	font-weight: 600;
}

.monthly p.count {
    	color: #f73633!important;
    	font-size:42px;
    font-weight: 800;
       letter-spacing: -2px;
}
.jackpotContain_new {
	padding-top: 130px;
}
.jackpot_new h3 {
	font-size:45px!important;
	font-weight: 800;
	color: #f73633!important;
	letter-spacing: -3px;
		margin: 0;
	padding: 0;
	line-height: 1;
}

.jackpot_new p {
	font-size:34px;
	line-height: 1;
	font-weight: 800;
	color: #006595!important;
	margin: 0;
	padding: 0 0 5px 0;
	letter-spacing: 0;
}
.jackpot_new p.count, .bk4 .jackpot_new p.count span {
	font-size:53px!important;
	font-weight: 800!important;
	color: #f73633!important;
	letter-spacing: -3px;
		margin: 0!important;
	padding: 0!important;
	line-height: 1!important;
}
.jackpot_new p.date {
	font-size:28px;
	font-weight: 800;
	text-transform: uppercase;
	padding: 15px 0 0 0;
}
 .bk1-new {
	position: relative;
	background: url('/wp-content/themes/shorelines/images/bk1-new.png')no-repeat center bottom #000;
	background-size:cover;
	min-height: 650px;
}   
 	.bk1-new h2{
color: #fff;
font-size: 50px;
font-weight: 700;
line-height: 1;
text-transform: uppercase;
padding: 0 0 0 0;	
} 
.bk1-new h2.gold {
	color:#e3bf68;
	padding:0;
}
.large-1 {
	width: 8.33333%;
}
.large-push-1 {
	position: relative;
	left: 8.33333%;
}
.large-pull-1 {
	position: relative;
	left: -8.33333%;
}
.large-offset-0 {
	margin-left: 0%;
}
.large-2 {
	width: 16.66667%;
}
.large-2a {
	width: 20%;
}
.large-push-2 {
	position: relative;
	left: 16.66667%;
}
.large-pull-2 {
	position: relative;
	left: -16.66667%;
}
.large-offset-1 {
	margin-left: 8.33333%;
}
.large-3 {
	width: 25%;
}

.large-push-3 {
	position: relative;
	left: 25%;
}
.large-pull-3 {
	position: relative;
	left: -25%;
}
.large-offset-2 {
	margin-left: 16.66667%;
}
.large-4 {
	width: 33.33333%;
}
.large-push-4 {
	position: relative;
	left: 33.33333%;
}
.large-pull-4 {
	position: relative;
	left: -33.33333%;
}
.large-offset-3 {
	margin-left: 25%;
}
.large-5 {
	width: 41.66667%;
}
.large-push-5 {
	position: relative;
	left: 41.66667%;
}
.large-pull-5 {
	position: relative;
	left: -41.66667%;
}
.large-offset-4 {
	margin-left: 33.33333%;
}
.large-6 {
	width: 50%;
}
.large-push-6 {
	position: relative;
	left: 50%;
}
.large-pull-6 {
	position: relative;
	left: -50%;
}
.large-offset-5 {
	margin-left: 41.66667%;
}
.large-7 {
	width: 58.33333%;
}
.large-push-7 {
	position: relative;
	left: 58.33333%;
}
.large-pull-7 {
	position: relative;
	left: -58.33333%;
}
.large-offset-6 {
	margin-left: 50%;
}
.large-8 {
	width: 66.66667%;
}
.large-push-8 {
	position: relative;
	left: 66.66667%;
}
.large-pull-8 {
	position: relative;
	left: -66.66667%;
}
.large-offset-7 {
	margin-left: 58.33333%;
}
.large-9 {
	width: 75%;
}
.large-push-9 {
	position: relative;
	left: 75%;
}
.large-pull-9 {
	position: relative;
	left: -75%;
}
.large-offset-8 {
	margin-left: 66.66667%;
}
.large-10 {
	width: 83.33333%;
}
	.heroBanner .large-10 {
	width: 86.33333%;
}
.large-push-10 {
	position: relative;
	left: 83.33333%;
}
.large-pull-10 {
	position: relative;
	left: -83.33333%;
}
.large-offset-9 {
	margin-left: 75%;
}
.large-11 {
	width: 91.66667%;
}
.large-push-11 {
	position: relative;
	left: 91.66667%;
}
.large-pull-11 {
	position: relative;
	left: -91.66667%;
}
.large-offset-10 {
	margin-left: 83.33333%;
}
.large-12 {
	width: 100%;
}
.large-offset-11 {
	margin-left: 91.66667%;
}
.large-up-1 > .column, .large-up-1 > .columns {
	float: left;
	width: 100%;
}
.large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
	clear: none;
}
.large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
	clear: both;
}
.large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
	float: left;
}
.large-up-2 > .column, .large-up-2 > .columns {
	float: left;
	width: 50%;
}
.large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
	clear: none;
}
.large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
	clear: both;
}
.large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
	float: left;
}
.large-up-3 > .column, .large-up-3 > .columns {
	float: left;
	width: 33.33333%;
}
.large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
	clear: none;
}
.large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
	clear: both;
}
.large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
	float: left;
}
.large-up-4 > .column, .large-up-4 > .columns {
	float: left;
	width: 25%;
}
.large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
	clear: none;
}
.large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
	clear: both;
}
.large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
	float: left;
}
.large-up-5 > .column, .large-up-5 > .columns {
	float: left;
	width: 20%;
}
.large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
	clear: none;
}
.large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
	clear: both;
}
.large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
	float: left;
}
.large-up-6 > .column, .large-up-6 > .columns {
	float: left;
	width: 16.66667%;
}
.large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
	clear: none;
}
.large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
	clear: both;
}
.large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
	float: left;
}
.large-up-7 > .column, .large-up-7 > .columns {
	float: left;
	width: 14.28571%;
}
.large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
	clear: none;
}
.large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
	clear: both;
}
.large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
	float: left;
}
.large-up-8 > .column, .large-up-8 > .columns {
	float: left;
	width: 12.5%;
}
.large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
	clear: none;
}
.large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
	clear: both;
}
.large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
	float: left;
}
.large-collapse > .column, .large-collapse > .columns {
	padding-right: 0;
	padding-left: 0;
}
.large-collapse .row {
	margin-right: 0;
	margin-left: 0;
}
.expanded.row .large-collapse.row {
	margin-right: 0;
	margin-left: 0;
}
.large-uncollapse > .column, .large-uncollapse > .columns {
	padding-right: 0;
	padding-left: 0;
}
.large-centered {
	margin-right: auto;
	margin-left: auto;
}
.large-centered, .large-centered:last-child:not(:first-child) {
	float: none;
	clear: both;
}
.large-uncentered,  .large-push-0,  .large-pull-0 {
	position: static;
	float: left;
	margin-right: 0;
	margin-left: 0;
}
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
p {
	font-weight: 400;
	color: #515151;
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 1.4;
	text-rendering: optimizeLegibility;
}
.bk1 p, .bk3 p, .bk4 p{
	color: #fff;
}

.bk1-new p {
	color: #ffffff!important;
	font-size: 18px!important;
	padding:40px 0;
	line-height:1.5!important;
	margin:0;	
}
p.small {
	font-weight: 400;
	color: #515151;
	margin-top: 5px;
	font-size: 12px!important;
	line-height: 1.4;
	letter-spacing: 0px;
	text-rendering: optimizeLegibility;
}
.menu p {
	font-size:14px;
}
.dining p {
	color: #fff;
	font-size:22px;
	font-weight:400;
}




.footer p {
	font-size: 16px;

	line-height: 1.3;
	color: #fff;
	max-width: 100%;

}
.footer a {
	color: #fff;
}
.footer a.sitemap {
    font-size:12px;
}
p.copyright {
	text-transform: uppercase;
	font-size:12px;
}
p.copyright a {
	color: #fff;
}

em, i {
	font-style: italic;
	line-height: inherit;
}
strong, b {
	font-weight: 700!important;
	line-height: inherit;
}
small {
	font-size: 80%;
	line-height: inherit;
}
h1, h2, h3, h4, h5, h6 {
	
	font-style: normal;
	font-weight: normal;
	color: inherit;
	text-rendering: optimizeLegibility;
}
h1 small,  h2 small,  h3 small,  h4 small,  h5 small,  h6 small {
	line-height: 0;
	color: #cacaca;
}
h1 {

	color: #231f20;
	letter-spacing: 0px;
	font-size: 46px;
	line-height: 1.2;
	margin-top: 0;
	font-weight: 100!important;
	margin-bottom: 18px;
}
.heroBanner h1, .internalBanner h1{
line-height: 1.1!important;
	color: #fff;
	letter-spacing: 0px;
	font-size: 65px;
padding-top: 25px;
	margin-top: 0;

	margin-bottom: 10px;
	font-weight: 600!important;
}
.internalBanner h1 {
	line-height: 1.3!important;
}
.heroBanner h1  span.ln1, .internalBanner h1  span.ln1  {
	font-size:25px!important;
	display: block;
		font-weight: 600!important;
		letter-spacing: 0px;
	
}
.internalBanner h1  span.ln1 {
	text-transform: uppercase;
}
.heroBanner h1 span.ln2, .internalBanner h1  span.ln2 {
	font-size:45px!important;
	display: block;
		font-weight: 700!important;
		letter-spacing: 0px;
	
}


.noBanner h1{
line-height: 1.1!important;
	color: #006595;
	letter-spacing: 0px;
	font-size: 65px;
padding-top: 25px;
	margin-top: 0;

	margin-bottom: 18px;
	font-weight: 700!important;
}
.noBanner h1 {
	line-height: 1.3!important;
}
.noBanner h1 span.ln1  {
	font-size:28px!important;
	display: block;
	text-transform: uppercase;
		font-weight: 600!important;
		letter-spacing: 0px;
	
}

.noBanner h1 span.ln2 {
	font-size:45px!important;
	display: block;
		font-weight: 700!important;
		letter-spacing: 0px;
	line-height: 1.1!important;
	
}





h1 span {
	display: block;

}
h1.feature {
	font-size:55px;
	line-height: 0.9;
	font-weight: 700!important;
	letter-spacing: -1px;
	margin-bottom: 20px;
			color: #006595;

}

h2, h2 a {

	color: #006595;

	font-size: 30px;

	line-height: 1.2;
	margin-top: 0;
	font-weight: 600;
	margin-bottom: 15px;

}
h2.subtitle {
    font-size:28px;
}
.section19 h2 {
    font-size:37px;
    color: #fff;
    text-transform: uppercase;
    	letter-spacing: -1px;
    	font-weight: 800!important;
}

.section19 h2 span {
    font-size:25px;
    color: #fff;
    display: block;
    padding-top: 10px;
    text-transform: none;
    	letter-spacing: -1px;
    	font-weight: 500!important;
}
.section19 h3 {
        text-transform: uppercase;
    font-size:25px;
    line-height: 1.3;
    color: #fff;
  
    	font-weight: 500!important;
}

.section19 h4 {
    font-size:18px;
    color: #fff;
width: 100%;
    	font-weight: 500!important;
}

.section19 p {
    font-size:16px;
    color: #fff;
 
    	font-weight: 500!important;
}
h2.feature {
	font-size:45px;
	line-height: 0.9;
	font-weight: 800;
	margin-bottom: 20px;
			color: #006595;

}
h2.feature span {
		color:#f73633;
	display: block;
	font-size:25px;
	font-weight: 500;
	margin-bottom: 15px;
}
h2 span.underline:after {
	content:"";
	width: 60px;
	position: absolute;
	bottom:-10px;
	left: 0;
right: 0;
margin: auto;
	height: 3px;
	background:#f73633;

	padding:0 15px 0 15px;
}

h2.rewards {
	font-size:150px;
	line-height: 1;

}


.bk1-new h2.gold {
	color:#e3bf68;
}
.bk1 h2{
	color: #fff;
	font-size:28px;
	font-weight: 700;
}
 .bk3 h2,  .bk4 h2, .bk6 h2 {
	color: #fff;
	font-size:35px;
	font-weight: 700;
	 line-height: 1.1;
}
.bk6 h2 span.ln1 {
    display: block;
    font-size:24px;
}
.dining h2 {
	color: #fff;
	font-size:55px;
	line-height: 1.3;
	font-weight: 700;
}
.dining h2 span {
	display: block;

	font-size:23px;
text-transform: uppercase;
}
.locations {
    padding-top: 20px;
}
.locations h2 {
   font-size: 22px;
    color: #fff;
    font-weight: 400;
}
h3 {

	font-size: 20px;
	color: #202020;
	line-height: 1.4;

	margin-top: 0;
	font-weight: 600;
	margin-bottom: 12px;
}
.bk4 h3 {
	color: #fff;
	font-size:20px
}
.bk4 h3 span {
	color: #fff;
	display: block;
	font-size:16px
}
.dining h3 {
	color: #fff;
	font-size:32px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}
.reveal h3 {
	font-size:17px;
	font-weight: 400;
	letter-spacing: 2px;
	padding-top:15px;
	text-transform:uppercase
}
.reveal.buffet h3 {
	font-size:24px;
	font-weight: 600;
	letter-spacing: 2px;
	padding-top:15px;
	text-transform:uppercase
}
.promotionWrap h3, .promotionWrap p, .promotionWrap h2 {
	color: #fff;
}
.promotionWrap h3 {
	font-size:30px;
}
.footer h3 {
		color: #fff;

	font-size: 18px!important;
	font-weight: 600;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 15px;
}
h4 {
font-size: 17px;
	color: #202020;
	line-height: 1.4;

	margin-top: 0;
	font-weight: 400;
	margin-bottom: 18px;
	display: inline-block;
	
}
h4 span.underline {
font-size:16.px;
	font-weight: 300;
border: 3px double #d6d6d6;
	padding: 10px;
		display: inline-block;
}

.footer h4 {
	font-size:16px;
	color: #fff;
	letter-spacing:0;
	font-weight: 500;
}
.blogFeed h4 {
	text-transform: uppercase;
font-size:25px;
	
}

h5 {
	font-size: 1.0625rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 0.5rem;
}
h6 {
	font-size: 1rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
h1 {
}
.heroBanner h1  span.ln1, .internalBanner h1  span.ln1  {
	font-size:45px!important;
	
}

.heroBanner h1 span.ln2, .internalBanner h1  span.ln2 {
	font-size:70px!important;
	
	
}
	.noBanner h1{
line-height: 1.1!important;
	color: #006595;
	letter-spacing: 0px;
	font-size: 65px;
padding-top: 25px;
	margin-top: 0;

	margin-bottom: 18px;
	font-weight: 700!important;
}
.noBanner h1 {
	line-height: 1.3!important;
}
.noBanner h1 span.ln1  {
	font-size:40px!important;
	display: block;
	text-transform: uppercase;
		font-weight: 600!important;
		letter-spacing: 0px;
	
}

.noBanner h1 span.ln2 {
	font-size:60px!important;
	display: block;
		font-weight: 700!important;
		letter-spacing: 0px;
	line-height: 1.1!important;
	
}
h2 {
}
	.bk1 h2{
	color: #fff;
	font-size:35px;
	font-weight: 700;
}
	
	 .bk1-new h2{
	color: #fff;
	font-size:50px;
	font-weight: 700;
	line-height: 1;
	padding:0;
}
	
.bk1-new h2.gold {
	color:#e3bf68;
	padding:0;
}
	h2, h2 a {



	font-size: 40px;

}
    h2.subtitle {
    font-size:34px;
}
    .section19 h2 {
    font-size:47px;
    color: #fff;
    text-transform: uppercase;
    	letter-spacing: -1px;
    	font-weight: 800!important;
}
	h2.feature {
	font-size:65px;
	line-height: 0.9;
	font-weight: 800;
	margin-bottom: 20px;
			color: #006595;

}
h2.feature span {
		color:#f73633;
	display: block;
	font-size:25px;
	font-weight: 500;
	margin-bottom: 15px;
}
	.dining h2 {
	color: #fff;
	font-size:65px;
	font-weight: 700;
}
.dining h2 span {
	display: block;

	font-size:43px;
text-transform: uppercase;
}
h3 {
}
	 .bk3 h2,  .bk4 h2 {
	color: #fff;
	font-size:35px;
	font-weight: 700;
	 line-height: 1.1;
}
	.buffetContain h3 {
	font-size:36px;

}
.buffetContain h3 span {

	font-size:27px;
}
h4 {
}
h5 {
}
h6 {
}
}

@media print, screen and (min-width: 64em) {
h1 {
}
h2 {
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}
}

a {
	line-height: inherit;
	color: #00537b;
	text-decoration: underline;
	font-wweight: 400;
	cursor: pointer;
}
.section19 a {
    color: #fff;
    text-decoration: underline;
}
.bk3 a {
	color: #fff;
	font-weight: 600;
	font-size:14px;
	line-height: 1.4;
}

.bk3 button {
	color: #fff;
    background: none!important;
	font-weight: 600;
	font-size:14px;
	line-height: 1.4;
}
.bk3 button .fas, .bk3 button .far, .reveal .far, .reveal .fas {
	display: block;
	font-size:45px;
	color: #caaf63;
	margin-bottom: 25px;
}
.bk3 a:hover, .bk3 button:hover {
	text-decoration:none!important;
}
.bk3 a:hover, .bk3 a:focus, .bk3 button:hover, .bk3 button:focus {
	color:#fff!important;
}
a:hover, a:focus {
	color: inherit;
	text-decoration: underline!important;
}
.filter a  {
	text-decoration:none;
}
.hd-nav a {
color: #000;
	font-size:11px;
	letter-spacing: 3px;
	text-decoration: none;
	margin: 0;
	padding: 0;
	line-height: 1!important;
	
}
p.copyright a {
	text-decoration: none;
}

.copyright a {
	color: #000;
}

a img {
	border: 0;
}
hr {
	clear: both;
	max-width: 700px;
	height: 0;
	margin: 1.25rem auto;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px dotted #ababab!important;
	border-left: 0;
}
ul, ol, dl {
	margin-bottom: 1.5rem;
	list-style-position: outside;
	line-height: 1.6;
}
li {
		color: #515151;
	font-size: 15px;
	margin-bottom: 4px;
	padding-left:10px;
	line-height: 1.4;
}
.section19 ul li {
    color: #fff!important;
    margin-bottom: 8px;
}
ul {
	margin-left: 15px;
	list-style-type: disc;
}

ol {
	margin-left: 1.25rem;
}
ul ul, ol ul, ul ol, ol ol {
	margin-left: 1.25rem;
	margin-bottom: 0;
}
dl {
	margin-bottom: 1rem;
}
dl dt {
	margin-bottom: 0.3rem;
	font-weight: bold;
}
blockquote:before {
	background-image: url("/wp-content/themes/shorelines/images/quote2.png");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100%;
	top: 0px;
	left: -20px;
	content: "";
	height: 53px;
	position: absolute;
	z-index: 99999;
	width: 53px;
}
.bk1 blockquote:before, .bk1-new blockquote:before {
	background-image: url("/wp-content/themes/shorelines/images/quote.png");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100%;
	top: 0px;
	left: -60px;
	content: "";
	height: 53px;
	position: absolute;
	z-index: 99999;
	width: 53px;
}
blockquote p {
	font-size:28px!important;
	line-height: 1.3!important;
	font-wieght:300;

}
blockquote {
	width: 100%;

	margin: 0 0 35px 0;
	padding: 0px 10px 20px 45px;
	background: url("/wp-content/themes/shorelines/images/quoteBorder.png") repeat-y left top;

	position: relative;
}

.bk1 blockquote, .bk1-new blockquote {
	width: 100%;

	margin: 0 0 35px 0;
	padding: 0px 10px 20px 0px;
	background: url("/wp-content/themes/shorelines/images/quoteBorder.png") repeat-y left top;

	position: relative;
}

cite {
	display: block;
	font-size: 18px;
	color: #000;
	font-weight: 600;
}
cite:before {
	content: "~ ";
}
abbr {
	border-bottom: 1px dotted #0a0a0a;
	color: #0a0a0a;
	cursor: help;
}

code {
	padding: 0.125rem 0.3125rem 0.0625rem;
	border: 1px solid #cacaca;
	background-color: #e6e6e6;
	font-family: Consolas, "Liberation Mono", Courier, monospace;
	font-weight: normal;
	color: #0a0a0a;
}
kbd {
	margin: 0;
	padding: 0.125rem 0.25rem 0;
	background-color: #e6e6e6;
	font-family: Consolas, "Liberation Mono", Courier, monospace;
	color: #0a0a0a;
	border-radius: 3px;
}
.subheader {
	margin-top: 0.2rem;
	margin-bottom: 0.5rem;
	font-weight: normal;
	line-height: 1.4;
	color: #8a8a8a;
}
.lead {
	font-size: 125%;
	line-height: 1.6;
}
.stat {
	font-size: 2.5rem;
	line-height: 1;
}
p + .stat {
	margin-top: -1rem;
}
.no-bullet {
	margin-left: 0;
	list-style: none;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}

@media print, screen and (min-width: 40em) {
.medium-text-left {
	text-align: left;
}
.medium-text-right {
	text-align: right;
}
.medium-text-center {
	text-align: center;
}
.medium-text-justify {
	text-align: justify;
}
}

@media print, screen and (min-width: 64em) {
.large-text-left {
	text-align: left;
}
.large-text-right {
	text-align: right;
}
.large-text-center {
	text-align: center;
}
.large-text-justify {
	text-align: justify;
}
}
.show-for-print {
	display: none !important;
}

@media print {
* {
	background: transparent !important;
	box-shadow: none !important;
	color: black !important;
	text-shadow: none !important;
}
.show-for-print {
	display: block !important;
}
.hide-for-print {
	display: none !important;
}
table.show-for-print {
	display: table !important;
}
thead.show-for-print {
	display: table-header-group !important;
}
tbody.show-for-print {
	display: table-row-group !important;
}
tr.show-for-print {
	display: table-row !important;
}
td.show-for-print {
	display: table-cell !important;
}
th.show-for-print {
	display: table-cell !important;
}
a,  a:visited {
	text-decoration: underline;
}
a[href]:after {
	content: " (" attr(href) ")";
}
.ir a:after,  a[href^='javascript:']:after,  a[href^='#']:after {
	content: '';
}
abbr[title]:after {
	content: " (" attr(title) ")";
}
pre,  blockquote {
	border: 1px solid #8a8a8a;
	page-break-inside: avoid;
}
thead {
	display: table-header-group;
}
tr,  img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
@page {
	margin: 0.5cm;
}
p,  h2,  h3 {
	orphans: 3;
	widows: 3;
}
h2,  h3 {
	page-break-after: avoid;
}
}

.login [type='text'], .login [type='password'], .login [type='date'], .login [type='datetime'], .login [type='datetime-local'], .login [type='month'], .login [type='week'], .login [type='email'], .login [type='number'], .login [type='search'], .login [type='tel'], .login [type='time'], .login [type='url'], .login [type='color'], .login textarea {
	display: block!important;
	box-sizing: border-box!important;
	width: 100%!important;
	height: auto!important;
	margin: 0 0 1rem!important;
	padding: 12px 10px 12px 10px!important;
	border: 1px solid #2a2e32!important;
	background-color: #fff!important;
	font-family: inherit!important;
	font-size: 16px!important;
	letter-spacing: 3px!important;
	color: #2d3135!important;
	font-weight: 400!important;
	-webkit-appearance: none1;
	-moz-appearance: none!important;
	appearance: none!important;
	border-radius: 0!important;
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin: 0 0 1rem;
	padding: 12px 10px 12px 10px;
	border: 1px solid #2a2e32;
	background-color: #fff;
	font-family: inherit;
	font-size: 16px;
	letter-spacing: 3px;
	color: #2d3135;
	font-weight: 400;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
}
[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,  textarea:focus {
	outline: none;
	border: 1px solid #000;
background-color: #fff;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

input.rewardPoints {
		padding: 18px 10px 18px 20px!important;
		font-size: 18px;
	font-weight: 600;
	margin: 0!important;
	letter-spacing: 0px;
	border: none!important;
-moz-box-shadow:inset 0px 1px 2px 0px #616669;
	-webkit-box-shadow:inset 0px 1px 2px 0px #616669;
	box-shadow:inset 0px 1px 2px 0px #616669;
}
textarea {

	max-width: 100%;
}
textarea[rows] {
	height: auto;
}
 input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
 color: #006396;
	  opacity: 1 !important;
}
 input::-moz-placeholder, textarea::-moz-placeholder {
 color: #006396;
	  opacity: 1 !important;
}
 input:-ms-input-placeholder, textarea:-ms-input-placeholder {
 color: #006396;
	  opacity: 1 !important;
}
 input::placeholder, textarea::placeholder {
 color: #006396;
	  opacity: 1 !important;
}
input:disabled, input[readonly], textarea:disabled, textarea[readonly] {
	background-color: #006396;
	cursor: not-allowed;
}
[type='submit'], [type='button'] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 3px;
}
input[type='search'] {
	box-sizing: border-box;
}
[type='file'], [type='checkbox'], [type='radio'] {
	margin: 0 0 1rem;
}
[type='checkbox'] + label, [type='radio'] + label {
	display: inline-block;
	vertical-align: baseline;
	margin-left: 0.5rem;
	margin-right: 1rem;
	
	margin-bottom: 0;
}
[type='checkbox'] + label[for],  [type='radio'] + label[for] {
	cursor: pointer;
}
label > [type='checkbox'], label > [type='radio'] {
	margin-right: 0.5rem;
}
[type='file'] {
	width: 100%;
}
/* NINJA FORM ADDITIONS */
.nf-form-fields-required {
	display: none;
}
.nf-error-msg, .ninja-forms-req-symbol {
	color:#f73633!important;
	font-size: 16px!important;
	line-height: 1;
	top: 0px;
	position: relative;
}
.box2 .nf-error-msg, .box2 .ninja-forms-req-symbol {
	color:#0f3145!important;
}
.nf-field-container {

	padding: 0px;
	margin-bottom: 10px!important;
}
.sideBar2 .ninja-forms-req-symbol {
	color: #fff;
}
.nf-fu-progress {
	margin-bottom: 0!important;
}
.contact .nf-error-msg, .contact .ninja-forms-req-symbol {
	color: #fff;
}
.label-above .nf-field-label {
	margin-bottom:0!important;
}

/* NINJA FORM ADDITIONS */

label {
		font-family: 'Poppins', sans-serif;
	display: block;
	margin: 0!important;
	text-transform: uppercase;
	font-size: 12px;
letter-spacing: 2px;
	font-weight: 400!important;
	line-height: 1.8;
	color: #000;
}
.footer label {
	color: #fff;
	font-size:14px;
	font-weight: 600;
	text-transform:uppercase;
	margin-bottom:5px!important;
	letter-spacing: 1px;
}
.footer .label-right label {
	text-transform:none;

}

label.middle {
	margin: 0 0 1rem;
	padding: 0.5625rem 0;
}
.help-text {
	margin-top: -0.5rem;
	font-size: 0.8125rem;
	font-style: italic;
	color: #0a0a0a;
}
.input-group {
	display: table;
	width: 100%;
	margin-bottom: 1rem;
}
.input-group > :first-child {
	border-radius: 3px 0 0 3px;
}
.input-group > :last-child > * {
	border-radius: 0 3px 3px 0;
}
.input-group-label, .input-group-field, .input-group-button, .input-group-button a, .input-group-button input, .input-group-button button, .input-group-button label {
	margin: 0;
	white-space: nowrap;
	display: table-cell;
	vertical-align: middle;
}
.input-group-label {
	padding: 0 1rem;
	border: 1px solid #cacaca;
	background: #e6e6e6;
	color: #0a0a0a;
	text-align: center;
	white-space: nowrap;
	width: 1%;
	height: 100%;
}
.input-group-label:first-child {
	border-right: 0;
}
.input-group-label:last-child {
	border-left: 0;
}
.input-group-field {
	border-radius: 0;
	height: 2.5rem;
}
.input-group-button {
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
	width: 1%;
	height: 100%;
}
.input-group-button a,  .input-group-button input,  .input-group-button button,  .input-group-button label {
	height: 2.5rem;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 1rem;
}
.input-group .input-group-button {
	display: table-cell;
}
fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
legend {
	max-width: 100%;
	margin-bottom: 0.5rem;
}
.login legend {
	font-family: 'Poppins', sans-serif;
	color: #231f20!important;
	letter-spacing: 3px!important;
	font-size: 20px!important;
	font-weight: 400!important;
	line-height: 1.4!important;
	margin-top: 0!important;
	margin-bottom: 15px!important;
	text-transform: uppercase;

}
#wpmem_login .link-text {
	float: left;

	padding-top: 10px;
	width: 100%!important;
	font-size:12px!important;
	text-align: left!important;
}
.button_div {
	text-align:left!important;
}
input#rememberme {

		margin: 13px 5px 0 15px!important;
}
button_div label {
	float: left!important;

}
#wpmem_reg .button_div, #wpmem_login .button_div {
	height: auto!important;
	width: 100%!important;
	float: left;
}
#wpmem_reg .req-text {
	display:none;
	
}
.fieldset {
	margin: 0px 0px!important;
	padding:0!important;
	border: none;
}
#wpmem_reg fieldset, #wpmem_login fieldset {
	margin: 0px 0 35px 0!important;
	padding:0!important;
	border: none;
}
.fieldset legend {
	margin: 0;
	margin-left: -0.1875rem;
	padding: 0 0.1875rem;
	background: #fefefe;
}
select {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 2.4375rem;
	margin: 0 0 1rem;
	padding: 2px 20px 2px 8px;

	background-color: #fff;
	border: 1px solid #2a2e32!important;
	font-family: inherit;
	font-size: 14px;
	border-radius: 0!important;
	font-weight: 300!important;
	text-transform: uppercase;
	color: #0a0a0a;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
	background-origin: content-box;
	background-position: right -1rem center;
	background-repeat: no-repeat;
	background-size: 9px 6px;
	padding-right: 1.5rem;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
 @media screen and (min-width: 0\0) {
 select {
 background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
}
}
select:focus {
	outline: none;
	border: 1px solid #8a8a8a;
	background-color: #fefefe;
	box-shadow: 0 0 5px #cacaca;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
	background-color: #e6e6e6;
	cursor: not-allowed;
}
 select::-ms-expand {
 display: none;
}
select[multiple] {
	height: auto;
	background-image: none;
}
.is-invalid-input:not(:focus) {
	border-color: #c60f13;
	background-color: #f8e6e7;
}
 .is-invalid-input:not(:focus)::-webkit-input-placeholder {
 color: #c60f13;
}
 .is-invalid-input:not(:focus)::-moz-placeholder {
 color: #c60f13;
}
 .is-invalid-input:not(:focus):-ms-input-placeholder {
 color: #c60f13;
}
 .is-invalid-input:not(:focus)::placeholder {
 color: #c60f13;
}
.is-invalid-label {
	color: #c60f13;
}
.form-error {
	display: none;
	margin-top: -0.5rem;
	margin-bottom: 1rem;
	font-size: 0.75rem;
	font-weight: bold;
	color: #c60f13;
}
.form-error.is-visible {
	display: block;
}
.hide {
	display: none !important;
}
.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0; }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
          clip-path: none; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }


.submit-wrap input, input.buttons {
		background: #f73633;

	vertical-align: middle;
	margin: 0 0 0 0!important;
	padding: 15px 24px 13px 24px;

	text-decoration: none;
	transition: none;
	font-size: 18px!important;

text-transform: uppercase;
	float: left;
	display: block!important;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	font-weight: 500;
	color: #fff;
	border: none!important;
}

button.reward-submit {
		background: #f73633;
	display: inline-block;
		-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius:  0px;
	vertical-align: middle;

	text-transform: uppercase;
		padding: 6px 10px 6px 10px!important;
	margin: 0!important;
	text-decoration: none;
	transition: none;
	font-size: 18px;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	font-weight: 700;
	color: #fff;
	width: 100%;

}
.submit-wrap.custom input {
		margin: 0 0 15px 0!important;
}
.button, button, .button:focus {
	background: #AF0B08;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 5px 0;
	text-transform: uppercase;
	padding: 8px 8px 8px 8px!important;
	text-decoration: none;
	transition: none;
	font-size: 18px;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	font-weight: 600;
	color: #fff;
}
.button.Res {
   font-size:13px!important; 
        padding: 11px 19px 11px 18px!important;
    position: absolute;
    top: 0;
    opacity: 1!important;
    right: 0;
    	background: #f73633!important;
    color: #fff!important;
    z-index: 9999!important;
    display: inline-block;
width: auto!important;
    height: auto;
    left: auto!important;
    white-space: normal!important;
    text-indent: 0!important;
}
@media print, screen and (min-width: 64em) {
    .button.Res {
  font-size:18px!important; 
        padding: 15px 25px 15px 25px!important;
    }
}
.largeGame.sister .button.Res {
   font-size:13px!important; 
        padding: 11px 19px 11px 18px!important;
}
.anchorLink {
	min-width: 300px;
}
button.location, button.location:active, button.location:focus, .button.location, .button.location:active, .button.location:focus {
	padding:15px 28px 15px 23px!important;
	font-size:12px!important;
		margin: 0px 0px 0px 3px!important;
	font-weight:500!important;
	color: #fff!important;
	background:#002a3f!important;
	border-radius:0!important;
}

.button.blueflat {

  background: #0077a7;  
    text-decoration: none;
    font-size:17px;
    padding: 25px 65px 25px 65px!important;
    color:#fff;
}
.BookIcon {
    background: #fff;
    width: 100%;
    padding-top: 15px;
    min-height: 123px;
    text-align: center;
}
.BookIcon img {
 max-width: 125px!important;
    width: 100%;
}
.button.redLarge {
        min-height: 123px;
  background: #AF0B08;  
    text-decoration: none;
    font-size:20px;
    width: 100%;
    text-align: left;
    font-weight: 800;
    text-transform: uppercase;
    padding: 30px 25px 0px 35px!important;
    color:#fff;
}
.button.redLarge span {
    font-size:15px!important;
    display: block;
    border: none;
      padding: 25px 0px 0px 0px!important;
}
.button.redLarge:hover span {
    border: none;
}

button.location .fas, .button.location .fas {
	position: relative;
font-size:20px;
	top: 3px;
	padding-right: 5px;
	margin-top: -5px;
}
.button.language, .button.language:active, .button.language:focus{
	padding:10px 28px 10px 23px!important;
	font-size:12px;
	margin: 0px 0px 0px 0px!important;
	font-weight:500;
position:absolute;
	bottom: -35px;
	right: 10px;
	color: #fff;
	background:#cf3030;
}

.button.anchorLink span {
	width: 100%!important;
	padding:20px 10px 20px 10px;
}

/*.button span {
	padding:20px 36px 20px 35px;
	border: 1px solid #791111;
	display: inline-block;
}
button span {
	padding:13px 4px 12px 4px;
	border: 1px solid #992120;
	display: inline-block;
	width: 100%;
}


button:hover span {
	border:1px solid #003f5c;
}
.button:hover span {
	border: 1px solid #003f5c;
}
*/
.button.small {
	font-size:12px;
	letter-spacing: 1px;
	padding: 12px 15px 12px 15px;
}

.button.sister {
    float: right;
	font-size:12px;
    text-decoration: none;
	letter-spacing: 0px;
	padding: 16px 25px 16px 25px!important;
}
.community .button.small {
	width: 100%;
	max-width: 350px;
	}

.button.small span {
		padding:13px 20px 12px 20px;
}
.community .button.small  span {
		width: 100%;
}
.button.outline {
	background: none;
		padding:20px 56px 20px 55px!important;
	border: 2px solid #fff;
	max-width: 460px;
	line-height: 1.4;
	font-weight: 400;
		font-size: 15px;
}

.button:hover, button:hover {
	background: #006291;
	color: #fff;
	text-decoration: none!important;
}



.button.menu {
	position: relative;
	top: 0px;
	text-align: center;
	margin: 0!important;
	border: none;
	font-size: 35px;
	color: #fff;
	border-radius: 0!important;
	padding:25px 20px 30px 20px!important; 
		background: #002a3f;

}
.button.menu img {
	max-width: 50px;
}
.button.menu:hover {

	color: #000;
	border: none;
		background: #1389c0;
	
}
.button.menu span {
	position: relative;
	display: block;
	color: #fff;
	padding: 0!important;
	border: none;
	
	padding-bottom:0;
top:10px;
	margin-top: 0;
	letter-spacing: 1px;
	font-size:12px;
	font-weight: 600;

}

.button.menu span.fa-bars {
	font-size: 35px;
text-align: center;
line-height: 1.4;
	
}
.button.close, .button.close:active {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 15px 25px 15px 25px!important;
	font-size: 29px;

	color: #fff;


		background: none;
}
.button.close span {
	border: none;
	padding: 0;
}

.close-button, .close-button:active {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 80px!important;
	padding: 4px 9px 4px 9px;
	font-size: 60px;
background: #f73734;
	color: #fff;
font-weight: 100;
z-index: 999999;
	-webkit-border-radius: 0px;
	-moz-border-radius:  0px;
	border-radius:  0px;
}
.close-button span {
	padding: 0;
}
.button.tiny {
	font-size: 0.6rem;
}


@media print, screen and (min-width: 40em) {
.button.outline {
		font-size: 14px;
	
}
    

.BookIcon {
    background: #fff;
    width: 100%;
    padding-top: 15px;
    min-height: 153px;
    text-align: center;
}
.BookIcon img {
 max-width: 175px!important;
    width: 100%;
}
.button.redLarge {
        min-height: 153px;
   background: #AF0B08;  
    text-decoration: none;
    font-size:32px;
    text-align: left;
    font-weight: 800;
    text-transform: uppercase;
    padding: 40px 25px 0px 35px!important;
    color:#fff;
}
.button.redLarge span {
    font-size:18px!important;
    display: block;
    border: none;
      padding: 25px 0px 0px 0px!important;
}
    
    
    
}
@media (max-width:1440px) and (min-width:64em) {
.button.redLarge  {

    font-size:26px;

}

}
@media print, screen and (min-width: 64em) {
.button.outline {
		font-size: 18px;
	
}
    .button.redLarge {

    padding: 35px 25px 0px 35px!important;

}
    
	.button.language, .button.language:active, .button.language:focus {
	padding:17px 28px 16px 23px!important;
	font-size:12px;
	margin: 0px 0px 0px 3px!important;
	font-weight:500;
position: relative;
	color: #fff;
	background:#cf3030;
		top: 1px!important;
		bottom: auto;
}
}

.button.large {
	font-size: 1.25rem;
}
.button.expanded {
	display: block;
	width: 100%;
	margin-right: 0;
	margin-left: 0;
}
.button.primary {
	background-color: #2ba6cb;
	color: #0a0a0a;
}
.button.primary:hover, .button.primary:focus {
	background-color: #2285a2;
	color: #0a0a0a;
}
.button.secondary {
	background-color: #e9e9e9;
	color: #0a0a0a;
}
.button.secondary:hover, .button.secondary:focus {
	background-color: #bababa;
	color: #0a0a0a;
}
.button.alert {
	background-color: #c60f13;
	color: #fefefe;
}
.button.alert:hover, .button.alert:focus {
	background-color: #9e0c0f;
	color: #fefefe;
}
.button.success {
	background-color: #5da423;
	color: #0a0a0a;
}
.button.success:hover, .button.success:focus {
	background-color: #4a831c;
	color: #0a0a0a;
}
.button.warning {
	background-color: #ffae00;
	color: #0a0a0a;
}
.button.warning:hover, .button.warning:focus {
	background-color: #cc8b00;
	color: #0a0a0a;
}
.button.body-font {
	background-color: #222222;
	color: #fefefe;
}
.button.body-font:hover, .button.body-font:focus {
	background-color: #1b1b1b;
	color: #fefefe;
}
.button.header {
	background-color: #222222;
	color: #fefefe;
}
.button.header:hover, .button.header:focus {
	background-color: #1b1b1b;
	color: #fefefe;
}
.button.hollow {
	border: 1px solid #2ba6cb;
	color: #2ba6cb;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus {
	background-color: transparent;
}
.button.hollow:hover, .button.hollow:focus {
	border-color: #165366;
	color: #165366;
}
.button.hollow.primary {
	border: 1px solid #2ba6cb;
	color: #2ba6cb;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
	border-color: #165366;
	color: #165366;
}
.button.hollow.secondary {
	border: 1px solid #e9e9e9;
	color: #e9e9e9;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
	border-color: #757575;
	color: #757575;
}
.button.hollow.alert {
	border: 1px solid #c60f13;
	color: #c60f13;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
	border-color: #63080a;
	color: #63080a;
}
.button.hollow.success {
	border: 1px solid #5da423;
	color: #5da423;
}
.button.hollow.success:hover, .button.hollow.success:focus {
	border-color: #2f5212;
	color: #2f5212;
}
.button.hollow.warning {
	border: 1px solid #ffae00;
	color: #ffae00;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
	border-color: #805700;
	color: #805700;
}
.button.hollow.body-font {
	border: 1px solid #222222;
	color: #222222;
}
.button.hollow.body-font:hover, .button.hollow.body-font:focus {
	border-color: #111111;
	color: #111111;
}
.button.hollow.header {
	border: 1px solid #222222;
	color: #222222;
}
.button.hollow.header:hover, .button.hollow.header:focus {
	border-color: #111111;
	color: #111111;
}
.button.disabled, .button[disabled] {
	opacity: 0.25;
	cursor: not-allowed;
}
.button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
	background-color: #2ba6cb;
	color: #fefefe;
}
.button.disabled.primary, .button[disabled].primary {
	opacity: 0.25;
	cursor: not-allowed;
}
.button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
	background-color: #2ba6cb;
	color: #0a0a0a;
}
.button.disabled.secondary, .button[disabled].secondary {
	opacity: 0.25;
	cursor: not-allowed;
}
.button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
	background-color: #e9e9e9;
	color: #0a0a0a;
}
.button.disabled.alert, .button[disabled].alert {
	opacity: 0.25;
	cursor: not-allowed;
}
.button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
	background-color: #c60f13;
	color: #fefefe;
}
.button.disabled.success, .button[disabled].success {
	opacity: 0.25;
	cursor: not-allowed;
}
.button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
	background-color: #5da423;
	color: #0a0a0a;
}
.button.disabled.warning, .button[disabled].warning {
	opacity: 0.25;
	cursor: not-allowed;
}
.button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
	background-color: #ffae00;
	color: #0a0a0a;
}
.button.disabled.body-font, .button[disabled].body-font {
	opacity: 0.25;
	cursor: not-allowed;
}
.button.disabled.body-font, .button.disabled.body-font:hover, .button.disabled.body-font:focus, .button[disabled].body-font, .button[disabled].body-font:hover, .button[disabled].body-font:focus {
	background-color: #222222;
	color: #fefefe;
}
.button.disabled.header, .button[disabled].header {
	opacity: 0.25;
	cursor: not-allowed;
}
.button.disabled.header, .button.disabled.header:hover, .button.disabled.header:focus, .button[disabled].header, .button[disabled].header:hover, .button[disabled].header:focus {
	background-color: #222222;
	color: #fefefe;
}
.button.dropdown::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 0.4em;
	content: '';
	border-bottom-width: 0;
	border-top-style: solid;
	border-color: #fefefe transparent transparent;
	position: relative;
	top: 0.4em;
	display: inline-block;
	float: right;
	margin-left: 1em;
}
.button.arrow-only::after {
	top: -0.1em;
	float: none;
	margin-left: 0;
}
.is-off-canvas-open {
	overflow: hidden;
}
.js-off-canvas-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: opacity 0.5s ease, visibility 0.5s ease;
	background: rgba(254, 254, 254, 0.25);
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
}
.js-off-canvas-overlay.is-visible {
	opacity: 1;
	visibility: visible;
}
.js-off-canvas-overlay.is-closable {
	cursor: pointer;
}
.js-off-canvas-overlay.is-overlay-absolute {
	position: absolute;
}
.js-off-canvas-overlay.is-overlay-fixed {
	position: fixed;
}
.off-canvas-wrapper {
	position: relative;
	overflow: hidden;
}
.off-canvas {
	position: fixed;
	z-index: 1;
	opacity: 1!important;
	transition: transform 0.5s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: #005f8f !important;
}
[data-whatinput='mouse'] .off-canvas {
	outline: 0;
}
.off-canvas.is-transition-overlap {
	z-index: 10;
}
.off-canvas.is-transition-overlap.is-open {
	box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}
.off-canvas.is-open {
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}
.off-canvas-absolute {
	position: absolute;
	z-index: 1;
	transition: transform 0.5s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: #e6e6e6;
}
[data-whatinput='mouse'] .off-canvas-absolute {
	outline: 0;
}
.off-canvas-absolute.is-transition-overlap {
	z-index: 10;
}
.off-canvas-absolute.is-transition-overlap.is-open {
	box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}
.off-canvas-absolute.is-open {
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}
.position-left {
	top: 0;
	left: 0;
	width: 250px;
	height: 100%;
	-ms-transform: translateX(-250px);
	transform: translateX(-250px);
	overflow-y: auto;
}
.position-left.is-open ~ .off-canvas-content {
	-ms-transform: translateX(250px);
	transform: translateX(250px);
}
.position-left.is-transition-push::after {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 1px;
	box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
	content: " ";
}
.position-left.is-transition-overlap.is-open ~ .off-canvas-content {
	-ms-transform: none;
	transform: none;
}
.position-right {
	top: 0;
	right: 0;
	width: 340px;
	height: 100%;
	-ms-transform: translateX(340px);
	transform: translateX(340px);
	overflow-y: auto;
}
.position-right.is-open ~ .off-canvas-content {
	-ms-transform: translateX(-340px);
	transform: translateX(-340px);
}
.position-right.is-transition-push::after {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 1px;
	box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
	content: " ";
}
.position-right.is-transition-overlap.is-open ~ .off-canvas-content {
	-ms-transform: none;
	transform: none;
}
.position-top {
	top: 0;
	left: 0;
	width: 100%;
	height: 250px;
	-ms-transform: translateY(-250px);
	transform: translateY(-250px);
	overflow-x: auto;
}
.position-top.is-open ~ .off-canvas-content {
	-ms-transform: translateY(250px);
	transform: translateY(250px);
}
.position-top.is-transition-push::after {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 100%;
	box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
	content: " ";
}
.position-top.is-transition-overlap.is-open ~ .off-canvas-content {
	-ms-transform: none;
	transform: none;
}
.position-bottom {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 250px;
	-ms-transform: translateY(250px);
	transform: translateY(250px);
	overflow-x: auto;
}
.position-bottom.is-open ~ .off-canvas-content {
	-ms-transform: translateY(-250px);
	transform: translateY(-250px);
}
.position-bottom.is-transition-push::after {
	position: absolute;
	top: 0;
	left: 0;
	height: 1px;
	width: 100%;
	box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
	content: " ";
}
.position-bottom.is-transition-overlap.is-open ~ .off-canvas-content {
	-ms-transform: none;
	transform: none;
}
.off-canvas-content {
	transition: transform 0.5s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

@media print, screen and (min-width: 40em) {
.position-left.reveal-for-medium {
	-ms-transform: none;
	transform: none;
	z-index: 1;
}
.position-left.reveal-for-medium ~ .off-canvas-content {
	margin-left: 250px;
}
.position-right.reveal-for-medium {
	-ms-transform: none;
	transform: none;
	z-index: 1;
}
.position-right.reveal-for-medium ~ .off-canvas-content {
	margin-right: 250px;
}
.position-top.reveal-for-medium {
	-ms-transform: none;
	transform: none;
	z-index: 1;
}
.position-top.reveal-for-medium ~ .off-canvas-content {
	margin-top: 250px;
}
.position-bottom.reveal-for-medium {
	-ms-transform: none;
	transform: none;
	z-index: 1;
}
.position-bottom.reveal-for-medium ~ .off-canvas-content {
	margin-bottom: 250px;
}
}

@media print, screen and (min-width: 64em) {
.position-left.reveal-for-large {
	-ms-transform: none;
	transform: none;
	z-index: 1;
}
.position-left.reveal-for-large ~ .off-canvas-content {
	margin-left: 250px;
}
.position-right.reveal-for-large {
	-ms-transform: none;
	transform: none;
	z-index: 1;
}
.position-right.reveal-for-large ~ .off-canvas-content {
	margin-right: 250px;
}
.position-top.reveal-for-large {
	-ms-transform: none;
	transform: none;
	z-index: 1;
}
.position-top.reveal-for-large ~ .off-canvas-content {
	margin-top: 250px;
}
.position-bottom.reveal-for-large {
	-ms-transform: none;
	transform: none;
	z-index: 1;
}
.position-bottom.reveal-for-large ~ .off-canvas-content {
	margin-bottom: 250px;
}
}
body.is-reveal-open {
	overflow: hidden;
}
html.is-reveal-open, html.is-reveal-open body {
	min-height: 100%;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.reveal h2, .reveal p, .reveal h3, .reveal li {
	color: #fff;
}

.reveal.buffet p{
	font-size:17px;
	letter-spacing: 1px;
}
.reveal-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99998;
	display: none;
	background-color: rgba(0, 42, 62, 0.95);
	overflow-y: scroll;
}
.reveal-overlay.buffet {
		background-color: rgba(237, 46, 43, 0.95);
}
.reveal {
	z-index: 99999;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: none;
	padding: 1rem;
	border-radius: 3px;
	border: none;
	background-color: none;
	position: relative;
	top: 0;
	margin-right: auto;
	margin-left: auto;
	overflow-y: auto;
}
.reveal.large {

		top: 0;
	left: 0;
	width: 100%!important;
	max-width: 100%!important;
	height: 100%;
	height: 100vh;
	min-height: 100vh;
	padding-top: 80px;
}

[data-whatinput='mouse'] .reveal {
	outline: 0;
}

@media print, screen and (min-width: 40em) {
.reveal {
	min-height: 0;
}
}
.reveal .column, .reveal .columns,  .reveal .columns {
	min-width: 0;
}
.reveal > :last-child {
	margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
.reveal {
	width: 600px;
	max-width: 62.5rem;
}
}

@media print, screen and (min-width: 40em) {
.reveal .reveal {
	right: auto;
	left: auto;
	margin: 0 auto;
}
}
.reveal.collapse {
	padding: 0;
}

@media print, screen and (min-width: 40em) {
.reveal.tiny {
	width: 30%;
	max-width: 62.5rem;
}
}

@media print, screen and (min-width: 40em) {
.reveal.small {
	width: 50%;
	max-width: 62.5rem;
}
}

@media print, screen and (min-width: 40em) {

}
.reveal.full {
	top: 0;
	left: 0;
	width: 100%;
	max-width: none;
	height: 100%;
	height: 100vh;
	min-height: 100vh;
	margin-left: 0;
	border: 0;
	border-radius: 0;
}

@media screen and (max-width: 40em) {
.reveal {
	top: 0;
	left: 0;
	width: 100%;
	max-width: none;
	height: 100%;
	height: 100vh;
	min-height: 100vh;
	margin-left: 0;
	border: 0;
	border-radius: 0;
}
}
.reveal.without-overlay {
	position: fixed;
}
table {
	width: 100%;
	margin-bottom: 1rem;
	border-radius: 3px;
}
table thead,  table tbody,  table tfoot {
	border: 1px solid #f1f1f1;
	background-color: #fefefe;
}
table caption {
	padding: 0.5rem 0.625rem 0.625rem;
	font-weight: bold;
}
table thead {
	background: #f8f8f8;
	color: #0a0a0a;
}
table tfoot {
	background: #f1f1f1;
	color: #0a0a0a;
}
table thead tr,  table tfoot tr {
	background: transparent;
}
table thead th,  table thead td,  table tfoot th,  table tfoot td {
	padding: 0.5rem 0.625rem 0.625rem;
	font-weight: bold;
	text-align: left;
}
table tbody th,  table tbody td {
	padding: 0.5rem 0.625rem 0.625rem;
}
table tbody tr:nth-child(even) {
	border-bottom: 0;
	background-color: #f1f1f1;
}
table.unstriped tbody {
	background-color: #fefefe;
}
table.unstriped tbody tr {
	border-bottom: 0;
	border-bottom: 1px solid #f1f1f1;
	background-color: #fefefe;
}

@media screen and (max-width: 64em) {
table.stack thead {
	display: none;
}
table.stack tfoot {
	display: none;
}
table.stack tr,  table.stack th,  table.stack td {
	display: block;
}
table.stack td {
	border-top: 0;
}
}
table.scroll {
	display: block;
	width: 100%;
	overflow-x: auto;
}
table.hover thead tr:hover {
	background-color: #f3f3f3;
}
table.hover tfoot tr:hover {
	background-color: #ececec;
}
table.hover tbody tr:hover {
	background-color: #f9f9f9;
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
	background-color: #ececec;
}
.table-scroll {
	overflow-x: auto;
}
.table-scroll table {
	width: auto;
}
.responsive-embed, .flex-video {
	position: relative;
	height: 0;
	margin-bottom: 1rem;
	padding-bottom: 75%;
	overflow: hidden;
}
.responsive-embed iframe,  .responsive-embed object,  .responsive-embed embed,  .responsive-embed video,  .flex-video iframe,  .flex-video object,  .flex-video embed,  .flex-video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.responsive-embed.widescreen,  .flex-video.widescreen {
	padding-bottom: 56.25%;
}
.dad-youtube-responsive {
	padding-bottom: 35px;
}
.column-block {
	margin-bottom: 0;
}
.column-block > :last-child {
	margin-bottom: 0;
}
div[class*="mui"] {
	opacity: 0;
}
.is-animating div[class*="mui"] {
	opacity: 1
}
.slide-in-down.mui-enter {
	opacity: 0!important;
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	transition-property: transform, opacity;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition-delay: 300ms !important;
}
.slide-in-down2.mui-enter {
	opacity: 0!important;
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	transition-property: transform, opacity;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition-delay: 300ms !important;
}
.slide-in-down3.mui-enter {
	opacity: 0!important;
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	transition-property: transform, opacity;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition-delay: 300ms !important;
}
.is-animating .slide-in-down.mui-enter {
	opacity: 1!important;
	-ms-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 2000ms !important;
}
.is-animating .slide-in-down2.mui-enter {
	opacity: 1!important;
	-ms-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 2500ms !important;
}
.is-animating .slide-in-down3.mui-enter {
	opacity: 1!important;
	-ms-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 500ms !important;
}
.slide-in-left.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	transition-property: transform, opacity;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.is-animating .slide-in-left.mui-enter {
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.slide-in-up.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	transition-property: transform, opacity;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.is-animating .slide-in-up.mui-enter {
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.slide-in-right.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	transition-property: transform, opacity;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.is-animating .slide-in-right.mui-enter {
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.slide-out-down.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: translateY(0);
	transform: translateY(0);
	transition-property: transform, opacity;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.is-animating .slide-out-down.mui-leave {
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}
.slide-out-right.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: translateX(0);
	transform: translateX(0);
	transition-property: transform, opacity;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.is-animating .slide-out-right.mui-leave {
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}
.slide-out-up.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: translateY(0);
	transform: translateY(0);
	transition-property: transform, opacity;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.is-animating .slide-out-up.mui-leave {
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}
.slide-out-left.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: translateX(0);
	transform: translateX(0);
	transition-property: transform, opacity;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.is-animating .slide-out-left.mui-leave {
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}
.fade-in.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	opacity: 0;
	transition-property: opacity;
}
.is-animating .fade-in.mui-enter {
	opacity: 1;
}
.fade-out.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	opacity: 1;
	transition-property: opacity;
}
.is-animating .fade-out.mui-leave {
	opacity: 0;
}
.hinge-in-from-top.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotateX(-90deg);
	-ms-transform-origin: top;
	transform-origin: top;
	transition-property: transform, opacity;
	opacity: 0;
}
.is-animating .hinge-in-from-top.mui-enter {
	transform: perspective(2000px) rotate(0deg);
	opacity: 1;
}
.hinge-in-from-right.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotateY(-90deg);
	-ms-transform-origin: right;
	transform-origin: right;
	transition-property: transform, opacity;
	opacity: 0;
}
.is-animating .hinge-in-from-right.mui-enter {
	transform: perspective(2000px) rotate(0deg);
	opacity: 1;
}
.hinge-in-from-bottom.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotateX(90deg);
	-ms-transform-origin: bottom;
	transform-origin: bottom;
	transition-property: transform, opacity;
	opacity: 0;
}
.is-animating .hinge-in-from-bottom.mui-enter {
	transform: perspective(2000px) rotate(0deg);
	opacity: 1;
}
.hinge-in-from-left.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotateY(90deg);
	-ms-transform-origin: left;
	transform-origin: left;
	transition-property: transform, opacity;
	opacity: 0;
}
.is-animating .hinge-in-from-left.mui-enter {
	transform: perspective(2000px) rotate(0deg);
	opacity: 1;
}
.is-animating .hinge-in-from-middle-x {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotateX(-90deg);
	-ms-transform-origin: center;
	transform-origin: center;
	transition-property: transform, opacity;
	opacity: 0;
}
.is-animating .hinge-in-from-middle-x.mui-enter {
	transform: perspective(2000px) rotate(0deg);
	opacity: 1;
}
.hinge-in-from-middle-y.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotateY(-90deg);
	-ms-transform-origin: center;
	transform-origin: center;
	transition-property: transform, opacity;
	opacity: 0;
}
.is-animating .hinge-in-from-middle-y.mui-enter {
	transform: perspective(2000px) rotate(0deg);
	opacity: 1;
}
.hinge-out-from-top.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotate(0deg);
	-ms-transform-origin: top;
	transform-origin: top;
	transition-property: transform, opacity;
	opacity: 1;
}
.is-animating .hinge-out-from-top.mui-leave {
	transform: perspective(2000px) rotateX(-90deg);
	opacity: 0;
}
.hinge-out-from-right.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotate(0deg);
	-ms-transform-origin: right;
	transform-origin: right;
	transition-property: transform, opacity;
	opacity: 1;
}
.is-animating .hinge-out-from-right.mui-leave {
	transform: perspective(2000px) rotateY(-90deg);
	opacity: 0;
}
.hinge-out-from-bottom.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotate(0deg);
	-ms-transform-origin: bottom;
	transform-origin: bottom;
	transition-property: transform, opacity;
	opacity: 1;
}
.is-animating .hinge-out-from-bottom.mui-leave {
	transform: perspective(2000px) rotateX(90deg);
	opacity: 0;
}
.hinge-out-from-left.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotate(0deg);
	-ms-transform-origin: left;
	transform-origin: left;
	transition-property: transform, opacity;
	opacity: 1;
}
.is-animating .hinge-out-from-left.mui-leave {
	transform: perspective(2000px) rotateY(90deg);
	opacity: 0;
}
.hinge-out-from-middle-x.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotate(0deg);
	-ms-transform-origin: center;
	transform-origin: center;
	transition-property: transform, opacity;
	opacity: 1;
}
.is-animating .hinge-out-from-middle-x.mui-leave {
	transform: perspective(2000px) rotateX(-90deg);
	opacity: 0;
}
.hinge-out-from-middle-y.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotate(0deg);
	-ms-transform-origin: center;
	transform-origin: center;
	transition-property: transform, opacity;
	opacity: 1;
}
.is-animating .hinge-out-from-middle-y.mui-leave {
	transform: perspective(2000px) rotateY(-90deg);
	opacity: 0;
}
.scale-in-up.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: scale(0.5);
	transform: scale(0.5);
	transition-property: transform, opacity;
	opacity: 0;
}
.is-animating .scale-in-up.mui-enter {
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.scale-in-down.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	transition-property: transform, opacity;
	opacity: 0;
}
.is-animating .scale-in-down.mui-enter {
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.scale-out-up.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: scale(1);
	transform: scale(1);
	transition-property: transform, opacity;
	opacity: 1;
}
.is-animating .scale-out-up.mui-leave {
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	opacity: 0;
}
.scale-out-down.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: scale(1);
	transform: scale(1);
	transition-property: transform, opacity;
	opacity: 1;
}
.is-animating .scale-out-down.mui-leave {
	-ms-transform: scale(0.5);
	transform: scale(0.5);
	opacity: 0;
}
.spin-in.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: rotate(-0.75turn);
	transform: rotate(-0.75turn);
	transition-property: transform, opacity;
	opacity: 0;
}
.is-animating .spin-in.mui-enter {
	-ms-transform: rotate(0);
	transform: rotate(0);
	opacity: 1;
}
.spin-out.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: rotate(0);
	transform: rotate(0);
	transition-property: transform, opacity;
	opacity: 1;
}
.is-animating .spin-out.mui-leave {
	-ms-transform: rotate(0.75turn);
	transform: rotate(0.75turn);
	opacity: 0;
}
.spin-in-ccw.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: rotate(0.75turn);
	transform: rotate(0.75turn);
	transition-property: transform, opacity;
	opacity: 0;
}
.is-animating .spin-in-ccw.mui-enter {
	-ms-transform: rotate(0);
	transform: rotate(0);
	opacity: 1;
}
.spin-out-ccw.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: rotate(0);
	transform: rotate(0);
	transition-property: transform, opacity;
	opacity: 1;
}
.is-animating spin-out-ccw.mui-leave {
	-ms-transform: rotate(-0.75turn);
	transform: rotate(-0.75turn);
	opacity: 0;
}
.slow {
	transition-duration: 750ms !important;
}
.fast {
	transition-duration: 250ms !important;
}
.linear {
	transition-timing-function: linear !important;
}
.ease {
	transition-timing-function: ease !important;
}
.ease-in {
	transition-timing-function: ease-in !important;
}
.ease-out {
	transition-timing-function: ease-out !important;
}
.ease-in-out {
	transition-timing-function: ease-in-out !important;
}
.bounce-in {
	transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}
.bounce-out {
	transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}
.bounce-in-out {
	transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}
.short-delay {
	transition-delay: 300ms !important;
}
.long-delay {
	transition-delay: 700ms !important;
}
.delay-1 {
	transition-delay: 100ms !important;
}
.delay-2 {
	transition-delay: 200ms !important;
}
.delay-3 {
	transition-delay: 300ms !important;
}
.delay-4 {
	transition-delay: 1200ms !important;
}
.delay-4a {
	transition-delay: 500ms !important;
}
.delay-5 {
	transition-delay: 750ms !important;
}
.delay-5a {
	transition-delay: 950ms !important;
}
.delay-6 {
	transition-delay: 1800ms !important;
}
.delay-7 {
	transition-delay: 2800ms !important;
}
.delay-9 {
	transition-delay: 3500ms !important;
}
.shake {
	animation-name: shake-7;
}
 @keyframes shake-7 {
 0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
 transform: translateX(7%);
}
 5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
 transform: translateX(-7%);
}
}
.spin-cw {
	animation-name: spin-cw-1turn;
}
 @keyframes spin-cw-1turn {
 0% {
 transform: rotate(-1turn);
}
 100% {
 transform: rotate(0);
}
}
.spin-ccw {
	animation-name: spin-cw-1turn;
}
 @keyframes spin-cw-1turn {
 0% {
 transform: rotate(0);
}
 100% {
 transform: rotate(1turn);
}
}
.wiggle {
	animation-name: wiggle-7deg;
}
 @keyframes wiggle-7deg {
 40%, 50%, 60% {
 transform: rotate(7deg);
}
 35%, 45%, 55%, 65% {
 transform: rotate(-7deg);
}
 0%, 30%, 70%, 100% {
 transform: rotate(0);
}
}
.shake, .spin-cw, .spin-ccw, .wiggle {
	animation-duration: 500ms;
}
.infinite {
	animation-iteration-count: infinite;
}
.slow {
  animation-duration: 900ms !important; }
.fast {
	animation-duration: 250ms !important;
}
.linear {
	animation-timing-function: linear !important;
}
.ease {
	animation-timing-function: ease !important;
}
.ease-in {
	animation-timing-function: ease-in !important;
}
.ease-out {
	animation-timing-function: ease-out !important;
}
.ease-in-out {
	animation-timing-function: ease-in-out !important;
}
.bounce-in {
	animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}
.bounce-out {
	animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}
.bounce-in-out {
	animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}
.short-delay {
	animation-delay: 300ms !important;
}
.long-delay {
	animation-delay: 700ms !important;
}

.post-navigation, .image-navigation {
	position: relative;
	padding-right: 25px;
	padding-left: 25px;
	display: inline-block;
	background: #232526;
	border-top: 4px solid #21374c;
}


@media screen and (min-width: 62.5em) {
.post-navigation, .image-navigation {
	position: relative;
	padding-right: 35px;
	padding-left: 35px;
	background: #232526;
	border-top: 4px solid #21374c;
}
}
.nav-links {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
	padding: 15px 5px 0 5px;
	width: 100%;
	position: relative;
	display: inline-block;
}

.post-navigation a, .image-navigation .previous-image, .image-navigation .next-image {
	padding: 11px 0 12px;
	width: 100%;
}
.nav-links a[rel="prev"] {
	width: 90%;
	float: right;
	display: inline-block;
}
.nav-links a[rel="next"] {
	width: 90%;
	float: left;
	text-align: left;
	display: inline-block;
}
.post-navigation .meta-nav {
	color: #000!important;
	display: block;
	margin-bottom: 2px;
	font-size: 12px;
	font-weight: normal;
	line-height: 2;
	text-transform: uppercase;
}
.post-navigation .nav-next {
	width: 50%!important;
	float: left!important;
	text-align: left;
	display: inline-block!important;
	background-image: none!important;
}
.post-navigation .nav-previous {
	width: 50%;
	float: right;
	text-align: right!important;
	display: inline-block!important;
	background-image: none!important;
}
.post-navigation .nav-previous a, .post-navigation .nav-next a {
	font-size: 14px;
	line-height: 1.2;
	padding-bottom: 15px;
	text-decoration: none;
}
.post-navigation .nav-previous a:hover, .post-navigation .nav-next a:hover {
	border-top: 5px solid transparent!important;
}
.post-navigation .nav-previous .post-title, .post-navigation .nav-previous a:hover .post-title {
	color: #fff!important;
}
.post-navigation .post-title {
	background: #165260;
	color: #fbb324;
	padding: 10px;
	display: inline-block;
}
.post-navigation .nav-next .post-title, .post-navigation .nav-next a:hover .post-title{
	color: #fff!important;
}
.post-navigation a, .image-navigation a {
	color: #fff!important;
	display: block;
	font-size: 14px;
	line-height: 1.7142857142;
	text-transform: none;
}
.post-navigation a:hover, .image-navigation a:hover {
	color: #d23b4d;
}
/* Paging Navigation */
.social-navigation a:before, .secondary-toggle:before, .dropdown-toggle:after, .bypostauthor > article .fn:after, .comment-reply-title small a:before, .comment-navigation .nav-next a:after, .comment-navigation .nav-previous a:before, .posted-on:before, .byline:before, .cat-links:before, .tags-links:before, .comments-link:before, .entry-format:before, .edit-link:before, .full-size-link:before, .pagination .prev:before, .pagination .next:before, .image-navigation a:before, .image-navigation a:after, .format-link .entry-title a:after, .entry-content .more-link:after, .entry-summary .more-link:after, .author-link:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}
/* Paging Navigation */
.icon.icon-arrow-left {
		position: relative;
	max-width:25px;
	max-height: 20px;
	margin-right:15px;
	top:5px;
}
.icon.icon-arrow-right {
	position: relative;
	max-width:25px;
		max-height: 20px;
	margin-left:15px;
	top:5px;
}
.nav-subtitle {
	display: block;
	width: 100%;
}
.navigation .screen-reader-text {
	display: none;
}
.navigation, .navigation.pagination {
	border-top: none;
	/*background: #20364a;*/
	background: none;
	text-align: center;
	width: 100%;
}
.navigation.pagination {
	border: none;
	background: none;
}
.nav-links {
	margin-top: -5px;
}
.navigation .loop-pagination {
	margin-top: -5px;
	text-align: center;
}
.navigation span.nextLink a, .paging-navigation span.prevLink a, .navigation a.next, .navigation a.prev, .page-numbers, .page-numbers.current, .nav-links .nextLink a, .nav-links .prevLink a {
	border-top: 5px solid transparent;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	margin-right: 1px;
	line-height: 35px;
	padding: 7px 16px!important;
	color: #fff;
	text-transform: uppercase;
}
.navigation a.next, .navigation a.prev, .page-numbers.current, .nav-links .nextLink a, .nav-links .prevLink a {
	font-weight: 500!important;
	color: #5a5a5a!important;
	font-size: 18px!important;
}
.paging-navigation a, .nav-links a {
	border-top: 5px solid transparent;
	display: inline-block;
	font-size: 16px!important;
	margin-right: 1px;
	line-height: 35px;
	padding: 0px;
	color: #fbb324!important;
	font-weight: 300;
}
.nav-links a {
	font-size: 18px;
	font-weight: 500;
	color: #5a5a5a!important;
}
.paging-navigation .page-numbers, .nav-links .page-numbers {
	font-size: 18px;
	color: #fff;
}
.paging-navigation .page-numbers.current, .nav-links .page-numbers.current {
	border-top: 5px solid #000;
	font-size: 18px;
}
.paging-navigation a:hover, .paging-navigation span.nextLink a:hover, .paging-navigation span.prevLink a:hover {
	border-top: 5px solid #7299bc;
	color: #fff;
}
.nav-links a:hover, .paging-navigation a.next:hover, .paging-navigation a.prev:hover, .nav-links .nextLink a:hover, .nav-links .prevLink a:hover {
	text-decoration: none;
	border-top: 5px solid #000!important;
	color: #fff;
}
.entry-attachment {
	margin-bottom: 1.75em;
}
.entry-caption {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 1.0769230769em;
}
.entry-caption > :last-child {
	margin-bottom: 0;
}
.content-bottom-widgets {
	margin: 0 7.6923%;
}
.content-bottom-widgets .widget-area {
	margin-bottom: 3.5em;
}
/**
 * 11.3 - Post Formats
 */

.format-aside .entry-title, .format-image .entry-title, .format-video .entry-title, .format-quote .entry-title, .format-gallery .entry-title, .format-status .entry-title, .format-link .entry-title, .format-audio .entry-title, .format-chat .entry-title {
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.473684211;
	margin-bottom: 1.473684211em;
}
.blog .format-status .entry-title, .archive .format-status .entry-title {
	display: none;
}
/**
 * 11.4 - Comments
 */

.comments-area {
	margin: 0 7.6923% 3.5em;
}
.comment-list + .comment-respond, .comment-navigation + .comment-respond {
	padding-top: 1.75em;
}
.comments-title, .comment-reply-title {
	border-top: 4px solid #1a1a1a;

	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.3125;
	padding-top: 1.217391304em;
}
.comments-title {
	margin-bottom: 1.217391304em;
}
.comment-list {
	list-style: none;
	margin: 0;
}
.comment-list article, .comment-list .pingback, .comment-list .trackback {
	border-top: 1px solid #d1d1d1;
	padding: 1.75em 0;
}
.comment-list .children {
	list-style: none;
	margin: 0;
}
.comment-list .children > li {
	padding-left: 0.875em;
}
.comment-author {
	color: #1a1a1a;
	margin-bottom: 0.4375em;
}
.comment-author .avatar {
	float: left;
	height: 28px;
	margin-right: 0.875em;
	position: relative;
	width: 28px;
}
.bypostauthor > article .fn:after {
	content: "\f304";
	left: 3px;
	position: relative;
	top: 5px;
}
.comment-metadata, .pingback .edit-link {
	color: #686868;

	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}
.comment-metadata {
	margin-bottom: 2.1538461538em;
}
.comment-metadata a, .pingback .comment-edit-link {
	color: #686868;
}
.comment-metadata a:hover, .comment-metadata a:focus, .pingback .comment-edit-link:hover, .pingback .comment-edit-link:focus {
	color: #007acc;
}
.comment-metadata .edit-link, .pingback .edit-link {
	display: inline-block;
}
.comment-metadata .edit-link:before, .pingback .edit-link:before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}
.comment-content ul, .comment-content ol {
	margin: 0 0 1.5em 1.25em;
}
.comment-content li > ul, .comment-content li > ol {
	margin-bottom: 0;
}
.comment-reply-link {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	color: #007acc;
	display: inline-block;
	
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1;
	margin-top: 2.1538461538em;
	padding: 0.5384615385em 0.5384615385em 0.4615384615em;
}
.comment-reply-link:hover, .comment-reply-link:focus {
	border-color: currentColor;
	color: #007acc;
	outline: 0;
}
.comment-form {
	padding-top: 1.75em;
}
.comment-form label {
	color: #686868;
	display: block;

	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}
.comment-list .comment-form {
	padding-bottom: 1.75em;
}
.comment-notes, .comment-awaiting-moderation, .logged-in-as, .form-allowed-tags {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-bottom: 2.1538461538em;
}
.no-comments {
	border-top: 1px solid #d1d1d1;

	font-weight: 700;
	margin: 0;
	padding-top: 1.75em;
}
.comment-navigation + .no-comments {
	border-top: 0;
	padding-top: 0;
}
.form-allowed-tags code {
	font-family: Inconsolata, monospace;
}
.form-submit {
	margin-bottom: 0;
}
.required {
	color: #007acc;
	font-family: Merriweather, Georgia, serif;
}
.comment-reply-title small {
	font-size: 100%;
}
.comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
}
.comment-reply-title small a:hover, .comment-reply-title small a:focus {
	color: #1a1a1a;
}
.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: -5px;
}
.gallery {
	margin: 0 -1.1666667% 1.75em;
}
.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-1 .gallery-item {
	max-width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-icon img {
	margin: 0 auto;
}
.gallery-caption {
	color: #686868;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}
.gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
	display: none;
}

