/*
# Green - #00afa9
# Dark Blue - #283891
# Light Blue - #00aeef
*/
h1, h2, h3, h4 {
  font-family: "Arial", "Helvetica", "Arial", "sans-serif";
  font-style: normal;
  font-weight: bold;
  color: #494949; }

.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
  border-top: none;
  line-height: 1.42857;
  padding: 8px;
  vertical-align: top; }

input[type=radio], input[type=checkbox] {
  margin: 8px 7px 10px 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="text"], input[type="url"], input[type="tel"], input[type="number"], input[type="color"], input[type="email"] {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555555;
  display: block;
  font-size: 14px;
  height: 30px;
  line-height: 1.42857;
  margin-bottom: 0.75em;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; }

body {
  background: linear-gradient(to bottom, #00afa9 21%, #fff 60%) repeat;
  margin-top: 0.25em;
  color: #444;
  font-family: "Open Sans", "sans-serif";
  margin-bottom: 310px; }

h2 {
  font-size: 1.5em; }

h4 {
  font-size: 1em; }

a {
  color: #00afa9; }
  a:visited {
    color: #00afa9; }
  a:hover {
    color: #00afa9; }
  a:focus {
    color: #00afa9; }

.top-container {
  background: #fff;
  border-bottom: #fff solid 2px; }

.content-container {
  background: #fff;
  border-top: 5px solid #fcfcfc; }

.content {
  border-top: none; }

table tr {
  border-bottom: #efefef solid 1px; }
  table tr td {
    padding: 10px;
    border: 1px solid #efefef; }

table.program th {
  background: #fff;
  border: 1px solid #000;
  padding: 10px;
  vertical-align: top; }

table.program tr td {
  border: 1px solid #000;
  color: #000;
  vertical-align: top; }
  table.program tr td.time {
    width: 95px; }

table.program tr.white {
  background: #fff;
  color: #000; }
  table.program tr.white td.time {
    width: 95px; }
  table.program tr.white td.speaker {
    width: 192px; }

table.program tr.blue {
  background: #9dc3e3; }
  table.program tr.blue td.speaker {
    width: 192px; }

table.program tr.black {
  background: #000;
  color: #fff; }
  table.program tr.black td {
    color: #fff; }

.table.program {
  margin-bottom: 0; }
  .table.program > thead > tr > th {
    border-top: #000 1px solid; }
  .table.program > thead > tr > td {
    border-top: #000 1px solid; }
  .table.program > tbody > tr > th {
    border-top: #000 1px solid; }
  .table.program > tbody > tr > td {
    border-top: #000 1px solid; }
  .table.program > tfoot > tr > th {
    border-top: #000 1px solid; }
  .table.program > tfoot > tr > td {
    border-top: #000 1px solid; }

input[type="submit"] {
  background: #283891;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fafafa;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap; }
  input[type="submit"]:hover {
    background: #00aeef none repeat scroll 0 0;
    color: #00aeef; }

.footer {
  height: 310px;
  background-color: #494949;
  color: #fafafa;
  border-top: 2px solid #00aeef; }
  .footer p {
    font-size: 0.9em;
    color: #fafafa; }
  .footer a {
    color: #fafafa; }

.footer-logo {
  width: 130px; }

@media (min-width: 768px) {
  .logo-box {
    background: url("../../assets/img/bg-logo.jpg") repeat-x scroll 0 -73px;
    min-height: 143px;
    padding: 17px 40px; }
    .logo-box h1 {
      margin-top: 0;
      margin-bottom: 0; }
  body {
    margin-bottom: 62px; }
  .footer {
    height: 62px; }
  .footer-logo {
    width: 150px; }
  h1.logo {
    width: 130px; }
  .side ul {
    border: none; }
  table.program td.time {
    width: 18%; }
  table.program td.speaker {
    width: 28%; }
  table.program tr.white td.speaker {
    width: 28%; }
  table.program tr.blue td.speaker {
    width: 28%; } }

@media (min-width: 992px) {
  .logo-box {
    padding: 30px 70px;
    background: url("../../assets/img/bg-logo.jpg") repeat-x scroll 0 -37px;
    min-height: 185px; }
  .content {
    border-top: none; }
  h1.logo {
    width: 130px; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; }
  .logo-box {
    background: url("../../assets/img/bg-logo.jpg") repeat-x scroll 0 -5px;
    padding: 23px 97px;
    min-height: 224px; }
  h1.logo {
    width: 150px; } }

.logo-box h1 {
  margin-top: 0;
  margin-bottom: 0; }

.side ul {
  border: #fff solid 1px;
  border-radius: 4px; }
  .side ul li {
    border-bottom: #fff solid 1px;
    margin-bottom: 0; }
    .side ul li.on {
      background: #00aeef; }
      .side ul li.on a {
        background: #00aeef;
        color: #000; }
    .side ul li a {
      font-size: 1em;
      text-transform: uppercase;
      color: white;
      display: block; }
      .side ul li a:hover {
        color: #000;
        background: #00aeef; }
      .side ul li a:focus {
        color: #000;
        background: #00aeef; }
    .side ul li:hover {
      color: #000;
      background: #00aeef; }
    .side ul li:focus {
      color: #000;
      background: #00aeef; }

ul#subnav {
  background: #283891; }

.quickform textarea {
  width: 250px;
  border: #ccc solid 1px; }
