@import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap');

html, body {
		margin: 0;
		padding: 0;
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		font-family: 'Quicksand', sans-serif;
	}

html { height:100%;}

@font-face {
	/*
	font-family: 'lato';
	src: url('/website/themes/0000000psi/Lato-Regular.ttf');
	font-weight: normal;
	font-style: normal;
	font-display: block;
	*/
}

body{
	position:relative;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Quicksand';
}

.landingwrap {
		display:flex;
		align-items:center;
		justify-content:center;
		height:100%;
		width: 100%;
		text-align: center;
	}
.landingwrap_end {
	height:100px;
}
	.landing {
		width:100%;
		background: rgba(51,51,51,0.7);
		backdrop-filter: blur(1px);
		padding-top:20px;
		padding-bottom:20px;
	}
	.landing .website-container {
		max-width:1200px;
	}
	.landing_nav {
		width: 100%;
		max-width: 300px;
		display: inline-block;
		vertical-align: middle;
		background: rgba(255,255,255,0.5);
		border-radius: 15px;
		padding: 10px;
		margin: 15px 10px 15px 10px;
		font-size: 24px;
		font-weight: 600;
		text-transform: uppercase;
	}
	.landing_nav .false_h1 {
		line-height: 21px;
		margin-bottom: 5px;		
	}
	.landing_logo {
		height:200px;
	}
	.landing_nav img {
		height:160px;
	}
	.landingwrap a {
		color: #000;
		font-size: 18px;
		text-transform: uppercase;
		text-decoration: none;
	}

.website-body {
	height:100%;
}

.website-horizontal-navigation {
	display:block;
	width:100%;
	background-color: #e8e8e8;
}

#website-footer .div_table {
	width:100%;
}

#website-footer .div_table .div_td:nth-of-type(1) {
	width:33%;
	text-align:left;
}
#website-footer .div_table .div_td:nth-of-type(2) {
	width:33%;
	text-align:center;
}
#website-footer .div_table .div_td:nth-of-type(3) {
	width:33%;
	text-align:right;
}

#website-footer {
	bottom: 0;
	right: 0;
	width:100%;
	text-align:center;
	padding:0px;
	padding-top:5px;
	padding-bottom:5px;
	color: #000;
	font-size: 12px;
	background: #fff;
	position:fixed;
}

#website-footer a{
	color:#0000ff;
}

#footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	background: #000;
	color: #fff;
	text-align: center;
}
.footer_block_location {
	font-weight:bold;
}
.footer_block_title {
	font-weight:bold;
}
#footer a {
	color: #fff;
	padding: 10px;
}
#website-footer {
	font-size:14px;
}

.footer_block {
	display:inline-block;
	margin:0px;
	padding:5px;
}

.footer_block_break {
	display:block;
}

.footer_block_break_after_links {
	display:inline-block;
}

.skip_to_main_content {
	font-size: 14px;
	text-align:center;
	display:block;
	margin-bottom:15px;
}

.skip_to_main_content {
	position: absolute;
	top: -1000px;
	left: -1000px;
	height: 1px;
	width: 1px;
	text-align: left;
	overflow: hidden;
}

a.skip_to_main_content:active,
a.skip_to_main_content:focus,
a.skip_to_main_content:hover {
	left: 0;
	top: 0;
	width: auto;
	height: auto;
	overflow: visible;
}

.mobile { display:none; }

.mobile-menu-return { display:none; }

.website-container {
    margin:0px auto;
	height:100%;
}

.website-shell {
	margin: 0px;
    padding:0px;
	height:100%;
	width:100%;
	display:block;
}

.website-logo-link {
	display:inline-block;
	position:absolute;
	top:10px;
	z-index:1;
}

.website-navigation-group {
	background-color:#666;
	padding:10px;
	text-align:center;
}

.website-navigation-group a {
	padding-left:10px;
	padding-right:10px;
	display:inline-block;
	color:#fff;
	border-right:1px dotted #ccc;
	text-decoration:none;
}
.website-navigation-group a:last-of-type {
	border-right:none;
	padding-right:0px;
}
.website-navigation-group a:hover {
	color:#fbc424;
}

.website-above-navigation {
    vertical-align:middle;
    text-align:right;
    list-style-type:none;
}
.website-above-navigation li {
    display:inline-block;
    margin-right:20px;
    color:orange;
}
.website-above-navigation img {
    width:24px;
    filter: invert(100);
    vertical-align:middle;
}
.website-above-navigation span {
    padding-left:5px;
}

.website-navigation-table {
	table-layout: auto;
	width:100%;
	margin:0px auto;
	margin-top:7px;
	margin-bottom:7px;
}

.website-navigation-table .div_td:nth-of-type(1) {
	width:80%;
}

.website-navigation-table .div_td:nth-of-type(2) {
	width:20%;
	text-align:right;
}

.website-navigation-table .website-navigation-button {
	min-width:150px;
	margin-left:20px;
	margin-right:0px;
	padding: 5px 10px;
	text-align:center;
	background-color:#2e292b;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display:inline-block;
}

.website-navigation-table .website-navigation-button a {
	text-decoration:none;
	line-height:24px;
	color:#fff;
	white-space: nowrap;
}

.website-navigation-table .website-navigation-button a:hover {
	color:#fbc424;
}

.website-container-logo {
	float:left;
	width:240px;
	background-color: #e8e8e8;
	position:relative;
	margin-left: 10px;
	margin-top: 0px;
}

.website-container-navigation {
	margin-left:260px;
	float:left;
	width:calc(100% - 260px);
	background-color: #e8e8e8;
}

.website-navigation {
	list-style-type:none;
    margin:0px;		
    padding:0px;
	text-align:center;
}
.website-navigation li {
	margin:10px;
    display:inline-block;
	text-decoration: none;
	font-size: 15px;
    font-weight:normal;
	text-transform: uppercase;
	line-height: 1.2;
	letter-spacing: 1px;
}

.website-navigation li a {
	color:#000;
	text-decoration:none;
}

.website-navigation li a:hover {
	color:#ffa500;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.website-snippet-hours {
	padding: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top: 20px;
	text-align: center;
}

.address-and-phone {
	list-style-type:none; 
	text-align:center;	
	font-weight:normal;
}
.address-and-phone li {
	display:inline-block;
	border-right:1px solid #ccc;
	padding-right:10px;
	padding-left:10px;
}
.address-and-phone li:last-of-type {
	border-right:none;
	padding-right:0px;
}
.website-social {
	margin-top:0px;
	margin-bottom:0px;
}
.website-social a {
	margin:10px;
}

.website-address, .mobile-address { width:100%;  padding-right: 10px; }
.website-address .div_td:nth-of-type(1) { width:36px; }
.website-address .div_td:nth-of-type(2) {
	text-align:right;
	font-size: 18px;
	line-height: 1.2;
	text-shadow: 0px 0px 2px black;
}
.website-content {
	width: 100%;
	height:100%;
	padding-left: 0%;
	padding-right: 0%;
	display:block;
	color:#000;
	vertical-align:top;
}
.website-content .landing .false_h1 {
	color:#ffdaa2;
	font-size:24px;
	text-align:center;
	margin-bottom:20px;
}
.website-content p {
	font-size: 16px; 
	line-height: 1.5;
	margin:0px;
	margin-bottom:25px;
}
.website-content-ads {
	margin:0px auto;
	width:75%;
	margin-top:30px;
}
.website-content-ads li {
	color:#fff;
	display:block;			
	text-shadow: 1px 1px 1px black;
	border-bottom:1px solid #fff;
	padding-bottom:10px;
	margin-bottom:20px;
	text-align:center;
}
.website-content-ads li:last-of-type {
	border:none;
}
.website-content-ads li a { color: #fff; text-decoration:none;}
.website-content-ads li a:hover { 
	color:#fc0;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
 }
.website-content-ad p {
	padding:0px; margin:0px; text-align:center;			
}

.menu_system_content {
    margin-bottom: 35px;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 20px;
    padding: 20px;
}

.website-background-video video::cue {
	font-size:21px;
}

.website-background-video-controls {
	padding: 7px 0px;
	list-style-type:none;
	text-align:center;
}

.website-background-video-controls button {
	border:none;
	background:transparent;
	color:#000fff;
	text-decoration:underline;
	padding:4px 6px;
}

.website-background-video-controls li {
	display:inline-block;
	margin: 0px 7px;
	vertical-align:middle;
}

.website-background-video-transcript {
	display:none;
	background: rgba(255,255,255,0.8);
	padding:7px 14px;
	margin:0px auto;
	width:90%;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.stackable-block {
	height:100%;
}

#modal_window{
    text-align:center;
    max-width:360px;
    border-radius: 15px;
    overflow:hidden;
}
#modal_closer {
    padding: 10px;
    background: #000;
    text-align:right;
}
#modal_closer button {
    padding:5px;
    background-color:#fff;
    border-radius: 5px;
    font-variant: small-caps;
}
#modal_content {
    padding:10px;
}

.primary-div {
	width:100%;
	height:100%;
}


.top2-div .top2:nth-of-type(2) {
	margin-top: 0px;
}

.nav_menu_display {
	display:none;
}
.website-navigation li a.website-navigation-selected {
	color: #ffa500;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media only screen and (min-height:900px) and (max-height:1000px) {
	.columns {
		margin-top:150px !important;
	}
}

@media screen and (max-width: 600px) {
	body {
		background-position: top;
	}
	.landing_nav {
		display: block;
		max-width: auto;
		margin: auto;
		margin-bottom: 25px;
	}
	.landing_nav img {
		max-width: auto !important;
	}
	.landingwrap {
		display:block;
		background:transparent;
		min-height: 100vh;
		padding: 25px 0px 0px 0px;
	}
	.landing {
		background: rgba(51,51,51,0.7);
		//padding-bottom:300px;			
	}		
	.logo img {
		width: 100%;
	}		
	#website-footer {
		position:fixed;
	}
	
}


@media only screen and (min-width:0px) and (max-width:600px) {
	
	// phone
	#website-footer {
		width:100%;
		right:auto;
	}
	
	.mobile { display:block; }
	.desktop { display:none; }
	.website-shell {
		display:block;
	}
	.website-body {
		height:auto;
	}
	
	.website-container-logo {
		float:none;
		width:100%;
		padding:0px 20px;
		text-align:center;
		margin-top:0px;
		margin-left:0px;
	}

	.website-container-logo .website-logo-link {
		display:block;
		position:relative;
	}

	.website-container-navigation {
		display:block;
		width:100%;
		float:none;
		margin-left:0px;
		padding:0px 20px;
	}

	.website-navigation-table {
		display:block;
		width:100%;
		padding-bottom:15px;
		margin-left:0px;
	}

	.website-navigation-table .div_td:nth-of-type(1) {
		display:block;
		width:100%;
	}

	.website-navigation-table .div_td:nth-of-type(2) {
		display:block;
		width:100%;
	}

	.website-navigation {
		margin-right:0px;
		text-align:center;
	}
	
	
	.website-logo-link {
		margin-bottom:20px;
	}
	
	.website-logo-link img {
		width:auto;
	}
	
	#website-footer {
		position:static;
	}
	
	#website-footer .footer_block {
		display:block;
		margin-top:5px;
		margin-bottom:5px;
	}
	
	.website-navigation li {		
		display:block;
		width:100%;
		background-color: rgba(0,0,0,0.5);
		padding:5px;
		text-align: center;
		margin:0px;
		margin-top:10px;
		margin-bottom:10px;
	}
	.website-navigation li a {
		color:#fff;
	}
	.website-content {
		width:100%;
		display:block;
		padding-bottom:50px;
	}
	
	.mobile-phone {
		background-color: gray;
		border-radius: 10px;
		padding: 10px;
		width: 50%;
		color:#fff;
		margin:0px auto;
		margin-bottom:15px;
		text-align:center;
	}
	
	.mobile-menu {
		padding: 20px; padding-bottom:30px;
		color:#ff0000;
		text-align:center;
	}
	
	.mobile-menu a {
		color:#fff;
		font-weight:bold;
	}
	
	.mobile-phone a {
		color:#fff;
		text-decoration:none;
		font-weight:bold;
	}
	
	.mobile-address {
		margin-bottom:10px;
		text-align:center;
	}
	
	.mobile-website-description h1 {
		font-size:16px;
	}
	.mobile-website-description {
		font-size:15px;
	}
	
	
	.top2 {
		display:block;
		width:100%;
	}
	.top2-div {
		display:block;
		width:100%;
		margin-bottom:25px;
	}
	
	.website-navigation-table .website-navigation-button {
		margin-left:0px;
	}
	
	#website-footer .div_table {
		display:block;
	}
	#website-footer .div_table .div_td:nth-of-type(1) {
		display:block;
		width:100%;
	}
	#website-footer .div_table .div_td:nth-of-type(2) {
		display:block;
		width:100%;
	}
	#website-footer .div_table .div_td:nth-of-type(3) {
		display:block;
		width:100%;
	}
	#website-footer .footer_block {
		display:inline-block;
		padding:0px;
		margin-bottom:0px;
		margin-top:0px;
	}
	#website-footer .footer_block_copy {
		display:block;
		text-align:center;
	}
	
}

@media only screen and (min-width:600px) and (max-width:1300px) {
	.website-content { 
		padding-top:50px;
		//padding-left:5%;
		//padding-right:5%;
		height:100%;
	}
	
	.website-navigation-table {
		width:auto;
	}
	
	.website-container-navigation {
		margin-left: 0px;
		width: 100%;
	}
	
	.website-navigation {
		text-align:center;
	}
	
.website-container-logo {
    margin-top: 0px;
    width: 100%;
    text-align: center;
    float: none;
    margin-left: 0px;
}

.website-logo-link {
	position:static;
}
	
	.top2 {
		display:block;
		width:100%;
	}
	.top2-div {
		display:block;
		width:100%;
		margin-bottom:25px;
	}
}

@media screen and (max-height: 900px) {
	.landingwrap {
		display:block;
		position: relative;
		top: auto;
		left: auto;
		transform: initial;		
	}
	
	.landing {
		//padding-bottom:300px;
	}
	
	.website-content {
		padding-left:0px;
		padding-right:0px;
	}
}

@media only screen and (min-width:1400px) {
	.website-content {
		margin: 0px auto;
	}
	
}