html {
  min-width: 1000px; }

body {
  width: 100%;
  height: 100%;
  font-family: 'Cabin', sans-serif;
  font-weight: 400;
  color: black;
  font-size: 16px;
  margin: 0; }

h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 22px;
  margin: 0; }

h2 {
  font-family: 'Cabin', sans-serif;
  font-weight: 400; }

h3 {
  font-family: 'Cabin', sans-serif;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 18px;
  margin: 0; }

p {
  font-family: Arial, sans-serif;
  font-weight: 400;
  margin: 10px 0;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.5px; }

hr {
  border: 0;
  margin: 0;
  height: 2px;
  color: #dddddd;
  background-color: #dddddd; }

a {
  color: white;
  text-decoration: none; }

li a {
  color: inherit;
  text-decoration: underline; }

textarea {
  margin: 0; }

.container {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%; }

.header {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 105px;
  background-color: black;
  background-image: url(../img/header/obj_line_hdr.png);
  background-repeat: repeat-x;
  background-position: 0px 14px;
  -webkit-box-shadow: 0px 0px 15px black;
  -moz-box-shadow: 0px 0px 15px black;
  box-shadow: 0px 0px 15px black; }
  .header .bluebar {
    height: 10px; }
  .header .logo {
    position: absolute;
    top: 14px;
    left: 50%;
    margin-left: -400px; }
  .header .nav {
    position: absolute;
    top: 64px;
    left: 50%;
    margin-left: -115px;
    font-size: 12px;
    color: white; }
    .header .nav .nav-item {
      cursor: pointer;
      margin: 0 5px;
      opacity: 0.5;
      filter: alpha(opacity=50); }
    .header .nav .seperator {
      opacity: 0.5;
      filter: alpha(opacity=50); }

.header-padder {
  width: 100%;
  height: 105px; }

.underheader {
  position: absolute;
  top: 105px;
  z-index: 101;
  width: 100%;
  height: 20px;
  -webkit-box-shadow: 0px 0px 15px black;
  -moz-box-shadow: 0px 0px 15px black;
  box-shadow: 0px 0px 15px black;
  text-align: center; }
  .underheader .nav {
    font-size: 14px;
    line-height: 20px;
    color: black; }
    .underheader .nav .undernav-item {
      cursor: pointer;
      margin: 0 5px;
      color: black;
      -webkit-transition: color 0.25s linear;
      -moz-transition: color 0.25s linear;
      transition: color 0.25s linear; }
    .underheader .nav .selected {
      color: white; }

.underheader-padder {
  width: 100%;
  height: 20px; }

.footer {
  width: 660px;
  height: 120px;
  margin: 15px auto 0 auto;
  color: #aaaaaa;
  font-size: 13px;
  text-align: center;
  line-height: 40px; }
  .footer .icons {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 70px;
    padding: 3px 0px 3px 10px; }
    .footer .icons .icon {
      float: left; }
    .footer .icons .divider {
      width: 1px;
      height: 50px;
      float: left;
      width: 1px;
      margin: 7px 8px;
      background-color: #dddddd; }
  .footer a {
    color: #aaaaaa; }
  .footer .linkedin-link {
    display: block;
    position: absolute;
    margin-left: 615px;
    padding-top: 3px; }

.home-banner {
  position: relative;
  width: 1000px;
  height: 275px;
  margin: 0 auto; }
  .home-banner .frame {
    width: 1000px;
    height: 275px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0; }
    .home-banner .frame img {
      position: absolute;
      top: 0;
      left: 0; }
  .home-banner .overlays {
    position: absolute;
    width: 386px;
    height: 88px;
    top: 44px;
    left: 50%;
    margin-left: -331px; }
    .home-banner .overlays .item {
      position: absolute;
      width: 386px;
      height: 88px;
      top: 0;
      left: 0;
      opacity: 0;
      filter: alpha(opacity=0); }
  .home-banner .controls {
    position: absolute;
    width: 100px;
    height: 30px;
    top: 140px;
    left: 50%;
    margin-left: -308px; }
    .home-banner .controls .dot {
      cursor: pointer;
      width: 16px;
      height: 16px;
      background-image: url(../img/home/obj_indicator_0.png);
      margin-left: 10px;
      float: left; }
      .home-banner .controls .dot:first-child {
        margin-left: 0; }
    .home-banner .controls .selected {
      background-image: url(../img/home/obj_indicator_1.png); }

.home-banner-bottombar {
  height: 5px; }

.home-squares {
  z-index: 5;
  width: 664px;
  height: 280px;
  position: absolute;
  top: 353px;
  left: 50%;
  margin-left: -332px; }
  .home-squares .square {
    cursor: pointer;
    position: relative;
    width: 216px;
    height: 280px;
    float: left;
    background-image: url(../img/home/obj_areabg_greybox.png);
    background-repeat: no-repeat;
    margin-left: 7px;
    font-family: 'Cabin', sans-serif;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-align: center; }
    .home-squares .square:first-child {
      margin-left: 0; }
    .home-squares .square .title {
      font-size: 18px;
      line-height: 18px;
      padding-top: 12px; }
    .home-squares .square .icon {
      width: 142px;
      height: 142px;
      position: absolute;
      top: 53px;
      left: 37px; }
    .home-squares .square .hover {
      display: none; }
    .home-squares .square .description {
      font-size: 11px;
      line-height: 13px;
      padding-top: 168px; }

.home-squares-padder {
  position: relative;
  width: 100%;
  height: 250px; }

.home-copy-banner {
  background-color: #C2E9F5; }
  .home-copy-banner .copy {
    font-family: Arial, sans-serif;
    font-weight: 400;
    padding: 10px 0;
    width: 670px;
    margin: 0 auto;
    font-size: 13px;
    line-height: 25px;
    text-align: center; }

.sub-banner {
  width: 1000px;
  height: 151px;
  margin: 0 auto; }

.subpage-container {
  position: relative;
  width: 720px;
  height: 980px;
  margin: 0 auto;
  padding: 20px 0px 0px 0px; }
  .subpage-container .columnleft {
    position: relative;
    width: 200px;
    height: 980px;
    float: left;
    padding-right: 40px; }
    .subpage-container .columnleft .subpage-icon {
      position: relative;
      width: 142px;
      margin: 0 auto;
      cursor: pointer; }
      .subpage-container .columnleft .subpage-icon .hover {
        position: absolute;
        display: none;
        top: 0;
        left: 0; }
  .subpage-container .columnright {
    position: relative;
    width: 480px;
    height: 980px;
    float: left;
    font-size: 14px;
    line-height: 22px; }
    .subpage-container .columnright .columncontent {
      display: none;
      position: absolute;
      top: 0;
      left: 0; }
      .subpage-container .columnright .columncontent ul {
        padding-left: 30px; }
        .subpage-container .columnright .columncontent ul ul {
          padding-top: 10px; }
      .subpage-container .columnright .columncontent a {
        color: #1594cd;
        text-decoration: underline; }
    .subpage-container .columnright .static {
      display: block; }

.blueaccordion {
  color: #70C8E5;
  padding-top: 20px; }
  .blueaccordion .title {
    cursor: pointer;
    outline: none;
    font-size: 20px;
    line-height: 20px;
    padding: 0px 0px 10px 20px;
    -webkit-transition: color 0.4s linear;
    -moz-transition: color 0.4s linear;
    transition: color 0.4s linear;
    background-image: url(../img/arrow_rt.png);
    background-position: 5px 14px;
    background-repeat: no-repeat; }
    .blueaccordion .title:first-child {
      padding-top: 10px; }
    .blueaccordion .title > hr {
      margin-bottom: 10px; }
  .blueaccordion .ui-accordion-header-active {
    color: #1294CB;
    background-image: url(../img/arrow_dn.png);
    background-position: 0px 18px; }
  .blueaccordion .content {
    font-size: 16px;
    padding-left: 60px;
    padding-bottom: 10px;
    line-height: 28px; }
    .blueaccordion .content a {
      color: #70C8E5; }
    .blueaccordion .content a:hover {
      text-decoration: underline; }

.features {
  color: black;
  padding-top: 20px; }
  .features .title {
    font-family: 'Cabin', sans-serif;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding-top: 10px; }
  .features ul {
    margin: 10px 0px;
    padding-left: 30px;
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-size: 14px; }
    .features ul li {
      line-height: 22px; }

.bluebar {
  background-color: #1594cd;
  width: 100%; }

.bold {
  font-family: 'Cabin', sans-serif;
  font-weight: 600;
  letter-spacing: 0.5px; }

.disabled {
  pointer-events: none; }

.form {
  line-height: 23px; }
  .form .left {
    float: left;
    width: 110px; }
  .form .right {
    float: left;
    width: 370px; }
    .form .right > input {
      width: 370px; }
    .form .right > textarea {
      margin-top: 3px;
      width: 370px;
      height: 50px; }
  .form .submit {
    cursor: pointer;
    background-color: #bbb;
    width: 80px;
    height: 25px;
    line-height: 25px;
    text-align: center; }
    .form .submit:hover {
      background-color: #aaa; }

.didyouknow {
  position: relative;
  width: 480px;
  height: 100px; }
  .didyouknow img {
    position: absolute;
    top: 0;
    left: 0; }

/**
 * Video player
 */
#video-container {
  z-index: 4000;
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0; }

#video-close-container {
  z-index: 4005;
  position: relative;
  width: 100%;
  height: 60px;
  top: 0;
  left: 0;
  background-color: white; }

#video-close {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  background-image: url(../img/xclose.png);
  background-size: 30px 30px;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

#video-frame-container {
  width: 100%;
  position: absolute;
  top: 60px;
  bottom: 0; }

#video-frame {
  width: 100%;
  height: 100%; }
