@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
@font-face {
  font-family: 'Helvetica Neue';
  src: url("/fonts/HelveticaNeueLight.otf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Grotesk Regular';
  src: url("/fonts/NHaasGroteskDSPro-55Rg.otf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Grotesk Light';
  src: url("/fonts/NHaasGroteskDSPro-45Lt.otf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
img, object, embed, video, iframe, input {
  max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
  width: 100%;
}
/* Basic website CSS styles. */
body {
  font-size: 1em;
  color: #FFF;
  font-family: 'Grotesk Light';
  font-weight: 400;
  background-color: #000;
}
#loading {
  background-image: url(/alexcms/imgs/loading_apple.gif);
  background-size: 10%;
  background-position: center top;
  background-repeat: no-repeat;
  text-align: center;
  position: absolute;
  margin: 60px auto;
  opacity: 0.6;
  z-index: 1000;
  width: 100%;
  height: 200px;
}
#loading img {
  width: 5%;
}
.spacer {
  clear: both;
  height: 80px;
}
.column {
  float: left;
  display: inline;
  width: 50%;
}
video {
  background-color: #333;
  object-fit: cover;
  height: 100vw;
  margin: 0px auto;
  position: relative;
  z-index: 0;
  filter: brightness(50%);
}
#menu #submenu a {
  display: block;
  font-size: 2.5em;
  clear: both;
  padding: 15px;
  font-weight: 800;
}
#submenu {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  display: none;
  padding: 15px;
  padding-top: 120px;
  padding-bottom: 60px;
  box-sizing: border-box;
  background-color: #333;
  z-index: 5000;
}
#logo {
  float: left;
  width: 25%;
  position: fixed;
  margin-top: 20px;
}
.fright {
  float: right !important;
}
.thumb, .thumb_right {
  float: left;
  display: block;
  box-sizing: border-box;
  padding: 15px;
  padding-top: 0px;
  margin: 0px;
  height: auto;
  width: 90%;
}
.thumb_right {
  float: right;
}
.thumb_txt, .thumb_txt_right {
  float: left;
  text-align: left;
  display: block;
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
  margin-top: 10px;
  height: auto;
  clear: both;
  width: 50%;
  line-height: 1em;
  font-size: 0.9em;
  margin-bottom: 40px
}
.thumb_txt_right {
  float: right;
  text-align: right;
}
#alertdiv {
  background-color: #ffff99;
  min-height: 0px;
  margin: 0px;
  box-sizing: border-box;
}
#alertdiv .wrapper {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
#alertdiv p#alertbox {
  font-size: 1.1em;
  color: #333;
  font-weight: 600;
  padding: 15px;
  box-sizing: border-box;
  text-align: center;
}
video {
  display: block;
}
#tcheck, #tcheck2 {
  margin: 5px;
  font-size: 2em;
}
#captcha {
  margin: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.hr {
  clear: both;
  color: #FFF;
}
table {
  border: 2px solid #FFF;
  width: 90%;
}
td {
  background-color: #ECECEC;
  padding: 10px;
  border: 4px solid #FFF;
}
#content p, #content ul, #content h1, #content h2, #content h3, #content h4 {
  text-align: left;
}
#content p, #content ul {
  color: #ECECEC;
}
#content p a, #content ul a, a {
  color: #FFCC00;
  text-align: center;
}
#content p a:hover, #content ul a:hover, a:hover {
  color: #ECECEC;
}
.left_box, .right_box {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  text-align: left;
}
.left_box {
  width: 35%;
  position: fixed;
  left: 10%;
}
.right_box {
  width: 55%;
  margin-left: 40%;
}
.right_box h3, .right_box p, .left_box h1 {
  margin-top: 0px;
}
.right_box h3 {
  font-size: 1.3em;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.right_box p {
  font-size: 0.9em;
}
.right_box .tright p, .right_box .tright h3 {
  text-align: right !important;
}
.box {
  padding: 0px;
  float: left;
  display: inline;
  min-height: 430px;
  box-sizing: border-box;
}
.box .newsthumb {
  box-sizing: border-box;
}
#content .box h3 {
  font-size: 1.2em;
  margin-top: 15px;
  margin-bottom: 0px;
  line-height: 1.2em;
}
#content .box p {
  font-size: 0.8em;
  padding: 10px;
  color: #9A9CA5;
  margin-top: 0px;
}
.newsthumb {
  background-image: url(/imgs/design/nopicture.jpg);
  padding-bottom: 25%; /* 16:9 */
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
  background-position: center center;
  box-sizing: border-box;
  width: 320px;
  float: left;
  margin-right: 30px;
}
#content .box .newsthumb {
  width: 100%;
  float: none;
  border: 5px solid #FFF;
  padding-bottom: 56.25%; /* 16:9 */
}
.box .newsthumb {
  border: 5px solid #ffd400;
}
.newsthumb:hover {
  opacity: 0.8;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.found {
  background-color: #90e7e0;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.close {
  clear: both;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
h1, h2, h3, h4 {
  clear: left;
  margin: 15px;
  margin-top: 40px;
  margin-bottom: 30px;
  font-family: 'Helvetica Neue';
  font-weight: 300;
}
h1 {
  font-size: 3.8em;
  text-transform: uppercase;
  line-height: 1em;
}
h2 {
  font-size: 1.8em;
  line-height: 1.2em;
  margin-bottom: 5px;
}
h3 {
  font-size: 1.4em;
}
h4 {
  font-size: 1.1em;
}
h1 span {
  display: block;
}
p, ul {
  font-size: 1em;
}
p, form, ul, label, ol, table {
  text-align: left;
  margin: 15px;
}
b, strong {
  font-weight: 800;
}
a {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
a img {
  border: none;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
footer {
  clear: both;
  text-align: center;
  color: #CCC;
}
footer p, footer h3, footer h4 {
  margin: 15px;
  padding: 0px;
  color: #FFF;
}
footer p {
  color: #CCC;
  font-size: 1em;
  line-height: 1.5em;
}
footer h3 {
  margin-bottom: 0px;
}
footer h4 {
  text-align: center;
  font-size: 1em;
  margin-bottom: 30px;
}
footer .box {
  width: 50%;
  padding: 15px;
  box-sizing: border-box;
  min-height: 200px;
}
footer, header {
  max-width: 100%;
  clear: both;
  padding: 20px;
  box-sizing: border-box;
  padding-left: 5%;
  padding-right: 5%;
}
header {
  width: 100%;
  min-height: 140px;
}
#content {
  clear: both !important;
  z-index: 0;
  min-height: 300px;
  margin: 60px;
}
#menu {
  margin: 0px;
  box-sizing: border-box;
}
#menu a {
  color: #FFF;
  box-sizing: border-box;
  font-size: 2.5em;
}
#menu a.selected, #menu a:hover {
  color: #FFCC00;
}
.btn, #content a.btn {
  font-weight: 800;
  margin-top: 30px;
  padding: 15px;
  padding-left: 60px;
  padding-right: 60px;
  background-color: #4a8383;
  color: #FFF;
  text-decoration: none;
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.btn:hover, #content a.btn:hover {
  background-color: #FFCC00 !important;
  color: #FFF;
}
label {
  padding-left: 0px;
  width: 100%;
  max-width: 100%;
  float: left;
  clear: left;
  padding: 10px;
  margin: 10px;
  margin-bottom: 0px;
  font-weight: 600;
}
form p {
  margin: 10px;
}
i {
  margin-right: 10px;
}
input, select, textarea {
  font-family: 'Grotesk Light';
  font-weight: 400;
  width: 90%;
  max-width: 100%;
  color: #333;
  margin: 15px;
  margin-top: 5px;
  background-color: #ECECEC;
  padding: 10px !important;
  border-radius: 6px;
  border: 1px solid #9A9CA5;
}
input.checkbox {
  width: 30px;
  height: 30px;
  margin: 5px;
  margin-top: -4px;
}
select {
  -webkit-appearance: none;
  padding-left: 12px;
  padding-right: 12px;
}
/* Mobile Layout */
/* Mobile Layout */
/* Mobile Layout */
@media only screen and (max-width: 900px) {
  body, .wrapper, html {
    width: 100%;
    max-width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
  }
  #logo {
    width: 55%;
    position: relative;
  }
  video {
    height: 100vh;
  }
  #loading {
    margin: 10px auto;
    background-size: 30%;
  }
  .nomob {
    display: none !important;
  }
  footer .box {
    width: 100%;
    min-height: 50px;
    padding: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0px;
  }
  #content {
    width: 100%;
    margin: 0px;
  }
  table {
    width: 100%;
    max-width: 100%;
    margin: 0px;
    padding: 0px;
    font-size: 0.75em;
  }
  td {
    margin: 2px;
    padding: 0px;
  }
  .box, .left_box, .right_box {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
    display: block;
    float: none;
    position: relative;
    left: 0%;
  }
  .right_box h3, .right_box p {
    margin-top: 20px;
  }
  .quart, .half, .full, .quartlarge, .tquart, .thalf, .tfull, .tquartlarge {
    width: 100%;
    height: auto;
    margin: 0px;
  }
  .newsthumb {
    width: 100%;
    margin: 15px auto;
    margin-top: -30px;
    padding-bottom: 56.25%;
  }
  .wrapper {
    width: 95%;
    margin: 0px auto;
    display: block;
  }
  ul {
    margin-left: 10px;
  }
  form .btn {
    width: 100%;
  }
  .btn {
    display: block;
    clear: both;
    text-align: center;
    width: 50%;
  }
  footer {
    width: 100%;
    margin: 0px;
    font-size: 0.8em;
    text-align: center;
  }
}
/* Desktop Layout */
/* Desktop Layout */
/* Desktop Layout */
@media only screen and (min-width: 901px) {
  .box, .quart {
    width: 50%;
  }
  #menu a {
    font-size: 1em;
  }
  .wrapper {
    width: 80%;
    max-width: 1250px;
    font-size: 1.1em;
    margin: 0px auto;
    display: block;
  }
  ul {
    margin-left: 30px;
  }
  footer {
    font-size: 0.9em;
  }
  footer p {
    clear: both;
  }
  #content {
    width: 100%;
  }
}
@media only screen and (min-width: 1100px) {
  .box, .quart {
    width: 33.33%;
  }
}
@media only screen and (min-width: 1400px) {
  .box, .quart {
    width: 25%;
  }
}
@media only screen and (min-height: 400px) {
  .left_box {
    font-size: 0.8em;
    line-height: 1.1em;
  }
}
@media only screen and (min-height: 800px) {
  .left_box {
    font-size: 1em;
    line-height: 1.2em;
  }
}