@charset "utf-8";
/* CSS Document new comment for testing */

/*  reset */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
em,
font,
img,
ul,
li,
form,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
h1 {
  color: crimson;
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  margin-bottom: 15px;
}
h2 {
  color: crimson;
  font-size: 21px;
  font-weight: bold;
  line-height: 24px;
}
h2 a {
  color: crimson;
  font-size: 21px;
  font-weight: bold;
  line-height: 28px;
  text-decoration: none;
}
h2 a:hover {
  color: #9d9d9d;
  text-decoration: underline;
}
p {
  color: #666;
  font: normal 14px/22px "Open Sans", Arial, Helvetica, sans-serif;
  margin: 0 0 15px;
}
.clear {
  clear: both;
}
blockquote {
  margin-left: 12px;
}

/* end CSS reset */

/* static styles */

body {
  background-color: #d7d7d7;
  font-size: 15px;
  overflow: auto;
}
body#home {
  overflow: auto;
}
div#container {
  height: auto;
  text-align: left;
  width: auto;
}

div#main {
  background-color: #fff;
  height: auto;
  padding-bottom: 24px;
}

div#header {
  font: 18px "Open Sans", Verdana, Arial, Helvetica, sans-serif;
  padding: 15px 0;
}
div#main,
div#header,
div#footer {
  margin: 0 auto;
  width: 80%;
}
#menu-icon {
  background: url(../images/menu-icon.png) no-repeat center;
  float: right;
  height: 21px;
  width: 24px;
}
#menu-icon.active {
  background: url(../images/menu-icon-active.png) no-repeat center;
}
div#footer {
  padding-bottom: 80px;
}
#masthead {
  line-height: 28px;
}
.hidden {
    display: none;
}
span.name {
  color: #fff;
  font-size: 24px;
  margin-bottom: 3px;
}
span.last {
  font-weight: bold;
  margin-left: 5px;
  margin-right: 40px;
}
span.title {
  color: crimson;
  font-size: 18px;
}
#masthead .clear.mobile {
  clear: none !important;
}
ul#mainNav {
  height: 0;
  padding: 16px 0 0 6%;
}
ul#mainNav.open {
  height: 100%;
}
ul#mainNav.closed {
  display: none;
  height: 0;
}

ul#mainNav li {
  list-style-type: none;
  padding: 0 20px 5px 0;
}

ul#mainNav li:nth-last-child(2) {
  margin-right: 20px;
}

ul#mainNav li.external::after {
  background: url(../images/external-link.png) no-repeat;
  background-size: 14px 14px;
  content: "";
  display: inline-block;
  height: 14px;
  margin-left: 6px;
  position: relative;
  width: 14px;
}

ul#mainNav li a {
  color: #9d9d9d;
  font: bold normal 18px/22px "Open Sans", Arial, Helvetica, sans-serif;
  list-style-type: none;
  text-decoration: none;
}

ul#mainNav li a:hover {
  color: crimson;
}
ul#mainNav li a.active {
  color: #000;
}

ul#thumbs {
  margin: 10px 0 0 60px;
  width: 270px;
}

ul#thumbs li {
  display: block;
  float: left;
  list-style-type: none;
  padding: 10px;
}

ul#thumbs li img {
  border: 1px solid #fff;
}

p.email {
  clear: both;
  margin-left: 165px;
}

div#dynloadarea {
  border-left: 2px solid #fff;
  float: right;
  height: 364px;
  margin: -355px 60px 0 0;
  width: 284px;
}
.copyright {
  color: #9d9d9d;
  float: right;
  font: 11px/24px "Open Sans", Arial, Helvetica, sans-serif;
}

a.button {
  background: #fff;
  border: 1px solid #278efc;
  color: #0368d4;
  font: bold 18px Arial, Helvetica, sans-serif;
  letter-spacing: -0.5px;
  margin-top: 7px;
  padding: 8px 20px;
  text-decoration: none;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
a.button:hover {
  background-color: #0368d4;
  border: 1px solid #0368d4;
  color: #fff;
  /*box-shadow: 0 6px 18px -9px #000000;*/
  text-decoration: none;
}
/************************************************
	VIDEO PAGE
************************************************/
#video ul#playlist {
  display: inline-block;
  list-style: none;
  margin-bottom: 30px;
}
#video ul#playlist li a,
#video ul#playlist li a:link,
#video ul#playlist li a:visited {
  color: #9d9d9d;
  cursor: pointer;
  display: inline;
  font: bold 13px/18px "Open Sans", Arial, Helvetica, sans-serif;
  text-decoration: none;
}
#video ul#playlist li a.select:hover,
#video ul#playlist li a.select:active {
  color: crimson;
}
#video ul#playlist li.active a {
  color: #000;
}
#video-frame {
  width: 45%;
}
#demo-frame {
  width: 100%;
}
#video-player {
  margin-bottom: 20px;
}
#details {
  background-color: #f8f8f8;
  padding: 20px;
}
/************************************************
	CONTACT FORM
************************************************/
div.form #contact-gene label {
  display: none;
  /*clear: both;
	color: #dfd7d7;
	float: left;
	font: normal 15px Arial, Helvetica, sans-serif;*/
}
div.form #contact-gene label.error {
  color: #f55656;
  display: block;
}
div.thanksTitles p.contactForm {
  visibility: hidden;
}

div.fields {
  float: left;
  margin-right: 5px;
  margin-top: -13px;
  text-align: right;
  width: 62px;
}

div.fields p {
  font-size: 15px;
  margin-top: 18px;
  width: 60px;
}

input#name,
#contact input#email {
  background: #fff;
  border: 1px solid #bdc0c4;
  border-radius: 3px;
  clear: both;
  color: #666;
  float: left;
  font-size: 28px;
  font-weight: normal;
  height: 60px;
  line-height: 32px;
  margin-bottom: 5px;
  padding: 0 8px;
  width: 100%;
}

input#name:focus,
#contact input#email:focus,
textarea#message:focus {
  border-color: #999;
  box-shadow: 0 1px 1px gray inset, 0 0 8px gray;
  outline: 0 none;
}

textarea#message {
  background: #fff;
  border: 1px solid #bdc0c4;
  border-radius: 3px;
  clear: both;
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  float: left;
  font-size: 18px;
  height: 205px;
  line-height: 22px;
  margin-top: 2px;
  max-height: 400px;
  max-width: 100%;
  overflow: auto;
  padding: 8px;
  width: 100%;
}
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #dfd7d7;
  font-size: 28px;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #dfd7d7;
  font-size: 28px;
  opacity: 1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #dfd7d7;
  font-size: 28px;
  opacity: 1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 28px;
}
div.contactText p.thanks {
  font-weight: bold;
  margin-top: 80px;
}

#gene-form-messages .success {
  background-color: #000;
  border: 1px solid #d6e9c6;
  color: #fff;
  display: inline-block;
  font: 15px/18px "Open Sans", Arial, Helvetica, sans-serif;
  margin-bottom: 0.75rem;
  padding: 1em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#gene-form-messages .intro::before {
  background-color: #fff;
  color: #000;
  content: 'Thanks for visiting my site. Please use this simple form to send me a message.';
}

#gene-form-messages .success::before {
  color: #fff;
  content: 'Thank you! Your message has been submitted.';
}

#gene-form-messages .failure {
  background-color: crimson;
  border: 1px solid #000;
  color: #fff;
  display: inline-block;
  font: 15px/18px "Open Sans", Arial, Helvetica, sans-serif;
  margin-bottom: 0.75rem;
  padding: 1em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#gene-form-messages .failure::before {
  color: #fff;
  content: 'There were some problems with your submission. Please try again. Be sure to enter a valid email address.';
}

#contact.error {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid rgba(185, 74, 72, 0.3);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
label#name-error,
label#email-error {
  clear: both;
  float: left;
  margin: 0 0 3px 5px;
}
label#message-error {
  margin-top: 5px;
}
#contact textarea,
label#message-error,
#contact input#submit {
  clear: both;
  float: left;
}
#contact input#submit {
  background: #000; /*#0368d4;*/
  border: 1px solid #000;
  color: #fff;
  font: bold 18px Arial, Helvetica, sans-serif;
  letter-spacing: -0.5px;
  margin-top: 7px;
  padding: 8px 20px;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
#contact input#submit:hover {
  background-color: #fff; /*#278efc;*/
  border: 1px solid #bdc0c4;
  color: #666;
  cursor: pointer;
  /*box-shadow: 0 6px 18px -9px #000000;*/
}
#loading {
  background: url(../images/ajax-loader-32.gif) no-repeat;
  display: none;
  float: none;
  height: 38px;
  margin: 0 0 12px 20px;
  width: 32px;
}
.ri-grid,
.content-area {
  width: 88%;
}
.content-area {
  height: auto;
  margin: 0 auto;
  padding: 20px 0 0;
  position: relative;
}
.show-mobile-nav + .wrapper .content-area {
  padding-top: 8px;
}

/* Mobile landscape */
@media only screen and (min-device-width: 640px) {
  body#home {
    overflow: auto;
  }

  #masthead {
    line-height: 24px;
  }
}

/* Tablet */
@media only screen and (min-device-width: 768px) {
  h1 {
    font-size: 28px;
    line-height: 36px;
  }

  div#main {
    padding-bottom: 50px;
  }
  div#header {
    padding-top: 24px;
  }
  #masthead {
    line-height: 32px;
  }
  span.name {
    font-size: 28px;
  }
  span.title {
    font-size: 22px;
  }
  #menu-icon {
    display: none;
  }
  #video-frame {
    width: 65%;
  }
  .two-column.wrapper {
    margin: 0 50px auto;
  }

  ul#mainNav,
  ul#mainNav.closed {
    display: inline-block;
    height: 50px;
    padding-top: 20px;
  }

  ul#mainNav li {
    display: inline;
  }

  ul#mainNav li a {
    font-size: 18px;
    line-height: 22px;
  }
}

/* Desktop */
@media only screen and (min-device-width: 1024px) {
  h1 {
    font-size: 36px;
    line-height: 44px;
  }

  p {
    font: normal 16px/24px "Open Sans", Arial, Helvetica, sans-serif;
    margin: 0 0 20px;
  }
  div#main,
  div#header,
  div#footer {
    width: 46%;
  }
  div#main {
    padding-bottom: 70px;
  }
  div#header {
    padding-top: 30px;
  }
  #masthead {
    line-height: 42px;
  }
  span.name {
    font-size: 34px;
  }
  span.title {
    font-size: 26px;
  }
  ul#mainNav,
  ul#mainNav.closed {
    height: 60px;
    padding-top: 25px;
  }
  ul#mainNav li a {
    font-size: 22px;
    line-height: 30px;
  }
  .content-area {
    padding-top: 20px;
  }
}
