@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: inherit;
  text-decoration: none;
}
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: arial, sans-serif;
  color: #343132;
  font-size: 14pt;
  line-height: 24pt;
  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: midnightblue;
  z-index: 10000;
  opacity: 0;
}
#menu p {
    line-height:12pt;
}
#picturebox {
  width: 100%;
  height: 100vh;
  position: relative;
  padding: 0;
  overflow: hidden;
}
.slide, .slidevis {
  display: none;
}
#menubar {
  padding-top: 4px;
  height: 36px;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 1000;
}
.container {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}
.slide, .coverit {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top center;
}
.floatyl {
  float: left;
}
.floatyr {
  float: right;
}
.bth {
  width: 80%;
  margin: 0 auto 0 auto;
}
.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: red;
  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;
}
.menuStrip, .menuFront {
  padding: 0px 0 16px 0;
  left: 0;
  top: 0;
  width: 100%;
  color: white;
  text-align: right;
  background-color: black;
}
.menuStrip {
  z-index: 600;
}
.menuFront {
  z-index: 1500;
}
.menuFront a, .cme {
  display: inline-block;
  color: black;
  font-size: 12px;
  line-height: 14px;
  text-decoration: none;
  border-radius: 4px;
  vertical-align: middle;
  padding-top: 12px;
  padding-bottom: 8px;
}
.menuFront a {
  margin: 0 12px 0 12px;
}
#b1 {
  background-color: rgba(0, 0, 0, 0.65);
  color: white;
  padding: 12px 20px 12px 20px;
  font-size: 14pt;
}
.bannerBox {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 500;
  color: white;
  text-align: center;
  text-shadow: 0px 0px 9px rgba(0, 0, 0, 1);
  padding-left: 16px;
  padding-right: 16px;
}
.tcell {
  vertical-align: bottom;
}
.tcell, .bcell {
  height: 50%;
}
.tcheader {
  font-weight: bold;
  font-family: 'Noto Sans', sans-serif;
}
.twm {
  width: 100%;
  text-align: center;
  vertical-align: middle;
  font-size: 24pt;
  font-weight: bold;
  color: white;
}
.twm a {
  text-decoration: none;
  color: inherit;
}
.posrel {
  position: relative;
}
.circleshade {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 500;
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 36%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 36%, rgba(0, 0, 0, 0.65) 100%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 36%, rgba(0, 0, 0, 0.65) 100%);
}
.oh {
  overflow: hidden;
}
.boxh {
  height: 500px;
}
.infobox, .infobox2nd {
  text-align: center;
}
.infobox {
  margin-top: 16px;
  margin-bottom: 96px;
}
.logo {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 24pt;
  padding: 0 20px 0 20px;
  font-weight: bold;
  text-shadow: 0px 0px 9px rgba(0, 0, 0, 1);
}
.fbox {
  padding-top: 32px;
  padding-bottom: 32px;
  border-top: 4px solid white;
  border-bottom: 4px solid white;
  text-align: left;
}
.fbox a {
  text-decoration: none;
  color: white;
  font-weight: bold;
  font-size: 11pt;
  margin-left: 12px;
  margin-right: 12px;
}
.footer {
  background-color: black;
  padding: 64px 0 64px 0;
}
.ftw {
  width: 100%;
}
.fcwl, .fcwr {
  vertical-align: middle;
}
.social {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0 4px 0 4px;
  cursor: pointer;
}
.sb {
  margin: 8px 0 0 8px;
  height: 24px;
  width: 24px;
  background-color: white;
}
.social svg {
  position: absolute;
  left: 0;
  top: 0;
}
.tb {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 50000;
}
.logo {
  cursor: pointer;
}
.plhn {
  line-height: normal;
}
.plh18 {
  line-height: 24pt;
}
.gallhold img {
  height: 200px;
}
.gallholdw {
  width: 200px;
}
.gallhold, .gallholdw {
  display: inline-block;
}
.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;
}
.gallholdw {
  border-radius: 4px;
  overflow: hidden;
}
.gallholdw a, .gallholdw img {
  display: block;
}
.greystrip {
  background-image: url("/img/stripwallp.gif");
  background-size: cover;
  background-position: center;
  color: white;
}
.tcheader2 {
  text-align: center;
}
.capButt {
  display: inline-block;
  color: white;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 12px 16px 12px 16px;
  border-radius: 4px;
  font-size: 18pt;
}
#listStrip {
  text-align: left;
}
.log1, .log2, .c1a,.c1b {
  vertical-align:middle;
}
.c1a {
  font-family: 'Noto Sans', sans-serif;    
  position:relative;
}
.ctabw {
  width: 100%;
}
.cstrap {
    font-size:24pt;
    background-color:white;
}
.pdfbutton {
    background-color:black;
    color:white;
    padding:4px;
    margin:4px;
    text-decoration:none;
    font-size:11pt;
    border-radius:4pt;
}
#pdfbox {
    display:none;
}
.greycol {
    color:#878787;    
}
.sbutt {
    display:inline-block;
    padding:4px;
    width:100%;
    color:white;
    background-color:black;
    text-align:center;
    font-weight:bold;
    font-size:11pt;
    text-decoration:none;
    border-radius:4pt;
    letter-spacing:1px;
}
.col1,.col2 {
    float:left;
    text-align:center;    
}
.mfb {
    border-top:1px solid black;
}
#listStrip li a {
    text-decoration:none;
    color:cyan;
}
.hidetv {
    width:100%;
}
.hidetd div {
    width:100%;
    overflow:hidden;
    border:1px solid red;
}