@charset "UTF-8";
/* CSS Document */
/*-----------------------------------------------
SCREENS BY SIZE
-----------------------------------------------*/
/* Smartphones (landscape) ----------- */
@import url(/css/tablet.css) screen and (min-width:641px) and (max-width:1024px);
/* Smartphones (portrait) ----------- */
@import url(/css/mobile.css) screen and (max-width:640px);
/* Desktops and laptops ----------- */
@import url(/css/desktop.css) screen and (min-width:1025px);
/*-----------------------------------------------
ALL SCREENS
-----------------------------------------------*/
a[href^=tel] {
  color: blue;
  text-decoration: none;
}
a {text-decoration:none;color:blue;}
body, html {
  height: 100%;
  overflow: visible;
  padding: 0;
  margin: 0;
/*
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
*/
  font-family: 'Lato', sans-serif;
  color: black;
  font-size: 12pt;
  line-height: 18pt;
  scroll-behavior: smooth;
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
.clearit {
  clear: both;
}
#menu {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: black;
  z-index: 1000;
  opacity: 0;
}
#picturebox {
  width: 100%;
  height: 850px;
  position: relative;
  padding: 0;
  overflow: hidden;
}
.slide, .slidevis {
  display: none;
}
#menubar {
  padding-top: 3px;
  height: 36px;
  background-color:white;
  z-index: 10000;
  position:fixed;
  right:4px;
  top:4px;
  border-radius:4px;
}
.container {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}
.slide, .coverit {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top center;
}
.table {
  display: table;
}
.table, .tablefold {
  /*width: 100%;*/
  height: 100%;
}
.cell {
  display: table-cell;
}
.row {
  display: table-row;
}
#spacer {
  display: block;
  width: 100%;
}
.footer {
  width: 100%;
  padding: 48px 2% 48px 2%;
  color: #E0E0E0;
  text-align: center;
}
.underliner a {
  position: relative;
  text-decoration: none;
}
.underliner a:hover {}
.underliner a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -4px;
  left: 0;
  background-color: #FFF;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.underliner a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/*ANIM _ TEXT FADE IN AND FLOAT DOWN */
.EXE_slideshow {
  overflow: hidden;
}
#ml {
  width: 30px;
}
.bannerBox {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 500;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
}
.logo {
  font-size: 24pt;
  padding: 0 20px 0 20px;
}
.footer {
  background-color: #f4f4f4;
  padding: 64px 0 64px 0;
}
.logo {
  cursor: pointer;
}
.menuStrip, .menuFront {
  position: absolute;
  left: 0;
  top: 0;
  padding: 24px 0 24px 0;
  width: 100%;
  color: white;
  text-align: right;
}
.menuStrip {
  z-index: 600;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(48, 48, 48, 0.5) 60%, rgba(80, 80, 80, 0) 100%);
}
.menuFront {
  z-index: 1500;
}
.menuFront a, .cme {
  display: inline-block;
  color: black;
  font-size: 12px;
  line-height: 14px;
  text-decoration: none;
  border-radius: 18px;
  vertical-align: middle;
  padding-top: 12px;
  padding-bottom: 8px;
}
.cme {
  background-color: white;
  font-weight: bold;
  padding: 11px 20px 7px 20px;
}
.menuFront a {
  margin: 0 12px 0 12px;
}
#ml {
  width: 30px;
}
.twm {
  width: 100%;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  color: white;
}
.twm a {
  text-decoration: none;
  color: inherit;
}
.formbox input, .formbox textarea {
  width: 100%;
  padding: 12px;
  border: none;
  outline: none;
  background-color: #E0E0E0;
  font-size: 14pt;
  color: black;
  border-radius: 4px;
  font-weight: bold;
}
.formbox textarea {
  height: 275px;
}
::placeholder {
  color: black;
  text-transform: uppercase;
  font-size: 10pt;
}
.formbox button {
  border: none;
  outline: none;
  background-color: orangered;
  padding: 12px;
  width: 128px;
  border-radius: 12px;
  color: white;
  font-weight: bold;
}
.tcell {
  vertical-align: bottom;
}
.tcell, .bcell {
  height: 50%;
}
.tcheader {
  font-size: 24pt;
  line-height: 32pt;
  font-weight: bold;
}
.tcbody {
  font-size: 14pt;
  line-height: 20pt;
}
.toppic {
	background-size: cover;
	margin-bottom:48px;
	background-position:center center;	
}
.toppic .inner img {
	display:block;
}
.toppic .inner {
-webkit-box-shadow: 0px 8px 12px -1px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 8px 12px -1px rgba(0,0,0,0.5);
box-shadow: 0px 8px 12px -1px rgba(0,0,0,0.5);
}
.topper {
	padding:28px 0 28px 0;
	text-align:center;
}
.topper a {
	text-decoration:none;
	color:#404040;
	font-size:11pt;
	padding:12px;
	font-weight:bold;
}
.bp hr {
	margin:24px 0 24px 0;
}
.bp li {
	color:blue;
	font-weight:bold;
}
.bp a {
	text-decoration:none;
	color:blue;
}
.topstrap,.topstrap20 {
	padding:48px 0 48px 0;
	text-align:right;
}
.topstrap20 {
	padding:20px 0 20px 0;    
}
.pfloat {
	float:left;
	text-align:center;
}
.floater {
    float:left;;
}
.jumpStrip {
    margin-bottom:36px;
}
.jumpStrip a {
    diplay:block;
    float:left;
    padding:10px 12px 10px 12px;
    background-color:#f0f0f0;
    border:1px solid #a0a0a0;
    color:blue;
    margin:5px 12px 5px 0;
    border-radius:4px;
}
.topper h1 {
	line-height:1.2em;
}
img {
	max-width:100%;
}