html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  background: white;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  -webkit-font-smoothing: antialiased;
  line-height: 18px;
  color: #555555;
  position: relative;
}

a {
  color: #00a6fc;
  text-decoration: none;
  line-height: inherit;
}
a:hover {
  color: #30b8ff;
}
a:focus {
  color: #cc4714;
  outline: none;
}

p a, p a:visited {
  line-height: inherit;
}

ul, ol {
  margin-bottom: 18px;
}

ul {
  list-style: none outside;
}
ul.square {
  list-style: square outside;
}
ul.circle {
  list-style: circle outside;
}
ul.disc {
  list-style: disc outside;
}

ol {
  list-style: decimal;
}

ol, ul.square, ul.circle, ul.disc {
  margin-left: 30px;
}

li {
  margin-bottom: 12px;
}

ul.large li {
  line-height: 21px;
}

table {
  background: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin: 0 0 18px;
  border: solid 1px #dddddd;
}
table thead, table tfoot {
  background: whitesmoke;
}
table thead tr th, table tfoot tr th {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  text-align: left;
}
table thead tr th {
  padding: 8px 10px 9px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #222222;
}
table thead tr th:first-child {
  border-left: none;
}
table thead tr th:last-child {
  border-right: none;
}
table tbody tr.alt {
  background: #f9f9f9;
}
table tbody tr:nth-child(even) {
  background: #f9f9f9;
}
table tbody tr td {
  color: #333333;
  padding: 9px 10px;
  vertical-align: top;
  border: none;
}
table tfoot tr td {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  text-align: left;
}
table tfoot tr td:last-child {
  border-left: none;
}
table tfoot tr td:last-child {
  border-right: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.hide {
  display: none;
}

.highlight {
  background: yellow;
}

#googlemap img, object, embed, #map_canvas embed, #map_canvas img, #map_canvas object {
  max-width: none;
}

h1, h2, h3, h4, h5, h6 {
  color: #181818;
  font-weight: bold;
  line-height: 1.25;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
}

h1 {
  font-size: 46px;
  font-size: 4.6rem;
  margin-bottom: 12px;
}

h2 {
  font-size: 35px;
  font-size: 3.5rem;
  margin-bottom: 9px;
}

h3 {
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: 9px;
}

h4 {
  font-size: 21px;
  font-size: 2.1rem;
  margin-bottom: 3px;
}

h5 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 3px;
  font-weight: normal;
}

h6 {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: normal;
}

.subheader {
  color: #777777;
  font-weight: 300;
  margin-bottom: 24px;
}

p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.25;
  margin: 0 0 18px;
}
p img {
  margin: 0;
}
p.lead {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
}

em, i {
  font-style: italic;
  line-height: inherit;
}

strong, b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 60%;
  line-height: inherit;
}

h1 small, h2 small, h3 small, h4 small, h5 small {
  color: #777777;
}

blockquote, blockquote p {
  line-height: 20px;
  color: #777777;
}

blockquote {
  margin: 0 0 18px;
  padding: 9px 20px 0 19px;
  border-left: 1px solid #dddddd;
}
blockquote cite {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  color: #555555;
}
blockquote cite:before {
  content: "\2014 \0020";
}
blockquote cite a, blockquote cite a:visited {
  color: #555555;
}

hr {
  border: solid #dddddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 12px 0 18px;
  height: 0;
}

abbr, acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222222;
  border-bottom: 1px solid #dddddd;
  cursor: help;
}

abbr {
  text-transform: none;
}

.print-only {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  p a, p a:visited {
    color: #444444 !important;
    text-decoration: underline;
  }
  p a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(href) ")";
  }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: solid 1px #999999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  @page {
    margin: 0.5cm;
}

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }

  .hide-on-print {
    display: none !important;
  }

  .print-only {
    display: block !important;
  }
}
.button {
  background: #00a6fc;
  display: inline-block;
  text-align: center;
  padding: 9px 34px 11px;
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  position: relative;
  cursor: pointer;
  border: none;
  outline: none;
  margin: 0;
}

input[type=submit].button, button.button {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
}

.button.nice {
  background-color: #00a6fc;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.2)), color-stop(50%, rgba(255, 255, 255, 0.2)), color-stop(51%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0) 100%);
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0) 100%);
  -webkit-box-shadow: inset rgba(255, 255, 255, 0.5) 0 1px 0;
  -moz-box-shadow: inset rgba(255, 255, 255, 0.5) 0 1px 0;
  box-shadow: inset rgba(255, 255, 255, 0.5) 0 1px 0;
  text-shadow: rgba(0, 0, 0, 0.28) 0 -1px 1px;
  border: 1px solid #008ed8;
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.button.radius {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.button.round {
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  -o-border-radius: 1000px;
  border-radius: 1000px;
}
.button.full-width {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center;
}
.button.left-align {
  text-align: left;
  text-indent: 12px;
}
.button.tiny {
  font-size: 10px;
  font-size: 1rem;
  padding: 6px 14px 8px;
  width: auto;
}
.button.small {
  font-size: 11px;
  font-size: 1.1rem;
  padding: 8px 20px 10px;
  width: auto;
}
.button.medium {
  font-size: 13px;
  font-size: 1.3rem;
  width: auto;
}
.button.large {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 11px 48px 13px;
  width: auto;
}
.button.blue {
  background-color: #00a6fc;
}
.button.red {
  background-color: #e91c21;
}
.button.white {
  background-color: #f0f0f0;
  color: #333333;
}
.button.black {
  background-color: #1a1a1a;
}
.button.green {
  background-color: #5b8737;
}
.button.nice.blue {
  border: 1px solid #008ed8;
}
.button.nice.red {
  border: 1px solid #cd1418;
}
.button.nice.white {
  border: 1px solid #d4d4d4;
  text-shadow: none !important;
}
.button.nice.black {
  border: 1px solid #1a1a1a;
}
.button.nice.green {
  border: 1px solid #4a6e2d;
}
.button:hover, .button:focus {
  background-color: #0092dd;
  color: white;
}
.button.blue:hover, .button.blue:focus {
  background-color: #0092dd;
}
.button.red:hover, .button.red:focus {
  background-color: #d21419;
}
.button.white:hover, .button.white:focus {
  background-color: #dedede;
  color: #333333;
}
.button.black:hover, .button.black:focus {
  background-color: black;
}
.button.green:hover, .button.green:focus {
  background-color: #4c712e;
}
.button.nice:active {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
.button.disabled, .button[disabled] {
  opacity: 0.6;
  cursor: default;
}

@-moz-document url-prefix("http://") {
  input[type=submit].button::-moz-focus-inner, button.button::-moz-focus-inner {
    border: 0;
    padding: 0;
  }

  input[type=submit].tiny.button {
    padding: 5px 14px 7px;
  }

  input[type=submit].small.button {
    padding: 7px 20px 8px;
  }

  input[type=submit].medium.button {
    padding: 8px 34px 9px;
  }

  input[type=submit].large.button {
    padding: 9px 48px 10px;
  }
}

div.alert-box {
  display: block;
  padding: 6px 7px;
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
  background: #eeeeee;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-shadow: 0 1px rgba(255, 255, 255, 0.9);
  position: relative;
}
div.alert-box.success {
  background-color: #7fae00;
  color: white;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
}
div.alert-box.warning {
  background-color: #c08c00;
  color: white;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
}
div.alert-box.error {
  background-color: #c00000;
  color: white;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
}
div.alert-box a.close {
  color: black;
  position: absolute;
  right: 4px;
  top: 0;
  font-size: 18px;
  font-size: 1.8rem;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
  padding: 4px;
}
div.alert-box a.close:hover, div.alert-box a.close:focus {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

.label {
  padding: 0px 4px 2px;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline;
  position: relative;
  bottom: 1px;
  color: white;
  background: #00a6fc;
}
.label.radius {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.label.round {
  padding: 1px 7px 2px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.label.blue {
  background-color: #00a6fc;
}
.label.red {
  background-color: #e91c21;
}
.label.green {
  background-color: #5b8737;
}
.label.white {
  background-color: #e9e9e9;
  color: #333333;
}
.label.black {
  background-color: black;
}

dl.tabs {
  display: block;
  margin: 0 0 20px 0;
  padding: 0;
  height: 30px;
  border-bottom: solid 1px #dddddd;
}
dl.tabs dt {
  display: block;
  width: auto;
  height: 30px;
  padding: 0 9px 0 20px;
  line-height: 30px;
  float: left;
  color: #999999;
  font-size: 11px;
  font-size: 1.1rem;
  text-transform: uppercase;
  cursor: default;
}
dl.tabs dt:first-child {
  padding: 0 9px 0 0;
}
dl.tabs dd {
  display: block;
  width: auto;
  height: 30px;
  padding: 0;
  float: left;
}
dl.tabs dd a {
  display: block;
  width: auto;
  height: 29px;
  padding: 0 9px;
  line-height: 30px;
  border: solid 1px #dddddd;
  margin: 0 -1px 0 0;
  color: #555555;
  background: #eeeeee;
}
dl.tabs dd a.active {
  background: white;
  border-width: 1px 1px 0 1px;
  height: 30px;
}

.nice.tabs {
  border-bottom: solid 1px #eeeeee;
  margin: 0 0 30px;
  height: 43px;
}
.nice.tabs dd a {
  padding: 7px 18px 9px;
  font-size: 15px;
  font-size: 1.5rem;
  color: #555555;
  background: none;
  border: none;
}
.nice.tabs dd a.active {
  font-weight: bold;
  color: #333333;
  background: white;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  border-top: 3px solid #00a6fc;
  margin: 0 10px;
  position: relative;
  top: -5px;
}
.nice.tabs dd:first-child a.active {
  margin-left: 0;
}

dl.tabs.vertical {
  height: auto;
}

dl.tabs.vertical dt, dl.tabs.vertical dd, dl.nice.tabs.vertical dt, dl.nice.tabs.vertical dd {
  float: none;
  height: auto;
}

dl.tabs.vertical dd a {
  display: block;
  width: auto;
  height: auto;
  padding: 15px 20px;
  line-height: 1;
  border: solid 0 #cccccc;
  border-width: 1px 1px 0;
  margin: 0;
  color: #555555;
  background: #eeeeee;
  font-size: 15px;
  font-size: 1.5rem;
}
dl.tabs.vertical dd a.active {
  height: auto;
  margin: 0;
  border-width: 1px 0 0;
  background: white;
}

.nice.tabs.vertical {
  border-bottom: solid 1px #eeeeee;
  height: auto;
}
.nice.tabs.vertical dd a {
  padding: 15px 20px;
  background: white;
  border: none;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
}
.nice.tabs.vertical dd a.active {
  border: none;
  background: #00a6fc;
  color: white;
  margin: 0;
  position: static;
  top: 0;
  height: auto;
}
.nice.tabs.vertical dd:first-child a.active {
  margin: 0;
}

ul.tabs-content {
  margin: 0;
  display: block;
}
ul.tabs-content > li {
  display: none;
}
ul.tabs-content > li.active {
  display: block;
}

.no-js ul.tabs-content > li {
  display: block;
}

dl.contained, dl.nice.contained {
  margin-bottom: 0;
}

dl.contained.tabs dd a {
  padding: 0 14px;
}

dl.nice.contained.tabs dd a {
  padding: 7px 18px 9px;
}

ul.contained.tabs-content {
  padding: 0;
}
ul.contained.tabs-content > li {
  padding: 20px;
  border: solid 0 #dddddd;
  border-width: 0 1px 1px 1px;
}

ul.contained.vertical.tabs-content > li {
  border-width: 1px 1px 1px 1px;
}

ul.nice.contained.tabs-content > li {
  border-color: #eeeeee;
}

ul.pagination {
  display: block;
  height: 24px;
  margin-left: -5px;
}
ul.pagination li {
  float: left;
  display: block;
  height: 24px;
  color: #999999;
  font-size: 15px;
  font-size: 1.5rem;
  margin-left: 5px;
}
ul.pagination li a {
  display: block;
  padding: 6px 7px 4px;
  color: #555555;
}
ul.pagination li.current a, ul.pagination li:hover a, ul.pagination li:focus a {
  border-bottom: solid 2px #00a6fc;
  color: #141414;
}
ul.pagination li.unavailable a {
  cursor: default;
  color: #999999;
}
ul.pagination li.unavailable:hover a, ul.pagination li.unavailable:focus a {
  border-bottom: none;
}

ul.breadcrumbs {
  display: block;
  background: #f4f4f4;
  padding: 7px 10px;
  border: 1px solid #dddddd;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
}
ul.breadcrumbs li {
  margin: 0;
  padding: 0 12px 0 0;
  float: left;
}
ul.breadcrumbs li a, ul.breadcrumbs li span {
  text-transform: uppercase;
  font-size: 11px;
  font-size: 1.1rem;
  padding-left: 12px;
}
ul.breadcrumbs li:first-child a, ul.breadcrumbs li:first-child span {
  padding-left: 0;
}
ul.breadcrumbs li:before {
  content: "/";
  color: #333333;
}
ul.breadcrumbs li:first-child:before {
  content: "";
}
ul.breadcrumbs li.current a {
  cursor: default;
  color: #333333;
}
ul.breadcrumbs li:hover a, ul.breadcrumbs li a:focus {
  text-decoration: underline;
}
ul.breadcrumbs li.current:hover a, ul.breadcrumbs li.current a:focus {
  text-decoration: none;
}
ul.breadcrumbs li.unavailable a {
  color: #999999;
}
ul.breadcrumbs li.unavailable:hover a, ul.breadcrumbs li.unavailable a:focus {
  text-decoration: none;
  color: #999999;
  cursor: default;
}

ul.nice, ol.nice {
  list-style: none;
  margin: 0;
}
ul.nice li, ol.nice li {
  padding-left: 13px;
  position: relative;
}

ul.nice li span.bullet, ol.nice li span.number {
  position: absolute;
  left: 0;
  top: 0;
  color: #cccccc;
}

div.panel {
  padding: 20px 20px 2px 20px;
  background-color: #efefef;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f4f4f4));
  background-image: -webkit-linear-gradient(#ffffff 0%, #f4f4f4 100%);
  background-image: -moz-linear-gradient(#ffffff 0%, #f4f4f4 100%);
  background-image: -o-linear-gradient(#ffffff 0%, #f4f4f4 100%);
  background-image: linear-gradient(#ffffff 0%, #f4f4f4 100%);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  margin: 0 0 20px 0;
}

.nav-bar {
  height: 45px;
  background: white;
  margin-top: 20px;
  border: 1px solid #dddddd;
}
.nav-bar > li {
  float: left;
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
  border-right: 1px solid #dddddd;
  line-height: 45px;
}
.nav-bar > li > a.main {
  position: relative;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 0 20px;
  display: block;
  text-decoration: none;
}
.nav-bar > li > input {
  margin: 0 16px;
}
.nav-bar > li ul {
  margin-bottom: 0;
}
.nav-bar > li li {
  line-height: 1.3;
}
.nav-bar > li.has-flyout > a.main {
  padding-right: 36px;
}
.nav-bar > li.has-flyout > a.flyout-toggle {
  position: absolute;
  right: 0;
  top: 0;
  padding: 22px;
  z-index: 2;
  display: block;
}
.nav-bar > li.has-flyout > a.flyout-toggle span {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #00a6fc;
  display: block;
}

.flyout {
  background: white;
  margin: 0;
  padding: 20px;
  border: 1px solid #dddddd;
  position: absolute;
  top: 45px;
  left: -1px;
  width: 400px;
  z-index: 40;
}
.flyout.small {
  width: 200px;
}
.flyout.large {
  width: 600px;
}
.flyout.right {
  left: auto;
  right: 0;
}
.flyout p:last-child {
  margin-bottom: 0;
}

.nav-bar > li .flyout {
  display: none;
}

dl.sub-nav {
  display: block;
  width: auto;
  overflow: hidden;
  margin: -4px 0 18px -9px;
  padding-top: 4px;
}
dl.sub-nav dt, dl.sub-nav dd {
  float: left;
  display: inline;
  margin-left: 9px;
  margin-bottom: 4px;
}
dl.sub-nav dt {
  color: #999999;
  font-weight: normal;
}
dl.sub-nav dd a {
  text-decoration: none;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
}
dl.sub-nav dd.active a {
  background: #00a6fc;
  color: white;
  padding: 3px 9px;
}

.flex-video {
  position: relative;
  padding-top: 25px;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 16px;
  overflow: hidden;
}
.flex-video.widescreen {
  padding-bottom: 57.25%;
}
.flex-video.vimeo {
  padding-top: 0;
}
.flex-video iframe, .flex-video object, .flex-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

ul.vcard {
  display: inline-block;
  margin: 0 0 12px 0;
  border: 1px solid #dddddd;
  padding: 10px;
}
ul.vcard li {
  margin: 0;
  display: block;
}
ul.vcard li.fn {
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem;
}

p.vevent span.summary {
  font-weight: bold;
}

p.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 1px;
}

.has-tip {
  border-bottom: dotted 1px #cccccc;
  cursor: help;
  font-weight: bold;
  color: #333333;
}
.has-tip:hover {
  border-bottom: dotted 1px #0593dc;
  color: #0192dd;
}

.tooltip {
  display: none;
  background: black;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  color: white;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 5px;
  z-index: 999;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  line-height: normal;
}
.tooltip > .nub {
  display: block;
  width: 0;
  height: 0;
  border: solid 6px;
  border-color: transparent transparent black transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent;
  position: absolute;
  top: -10px;
  left: 10px;
}
.tooltip.tip-override > .nub {
  border-color: transparent transparent black transparent !important;
  border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent !important;
  top: -10px !important;
}
.tooltip.tip-top > .nub {
  border-color: black transparent transparent transparent;
  border-color: rgba(0, 0, 0, 0.8) transparent transparent transparent;
  top: auto;
  bottom: -10px;
}
.tooltip.tip-left, .tooltip .tip-right {
  float: none !important;
}
.tooltip.tip-left > .nub {
  border-color: transparent transparent transparent black;
  border-color: transparent transparent transparent rgba(0, 0, 0, 0.8);
  right: -10px;
  left: auto;
}
.tooltip.tip-right > .nub {
  border-color: transparent black transparent transparent;
  border-color: transparent rgba(0, 0, 0, 0.8) transparent transparent;
  right: auto;
  left: -10px;
}
.tooltip.noradius {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.tooltip.tip-left, .tooltip .tip-right {
  float: none !important;
}

.has-tip.opened {
  color: #00a6fc !important;
  border-bottom: dotted 1px #0095e3;
}
.has-tip.tip-left, .has-tip .tip-right {
  float: none !important;
}

.tap-to-close {
  display: block;
  font-size: 10px;
  font-size: 1rem;
  color: #888888;
  font-weight: normal;
}

form {
  margin: 0 0 18px;
}
form label {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 18px;
  /*
  cursor: pointer;
  */
  margin-bottom: 9px;
}

input.input-text, textarea {
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
}

input.input-text, textarea, select {
  display: block;
  margin-bottom: 9px;
}

label + input.input-text, label + textarea, label + select, label + div.dropdown, select + div.dropdown {
  margin-top: -9px;
}

textarea {
  max-width: 100%;
}

input.input-text, textarea {
  font-size: 13px;
  font-size: 1.3rem;
  padding: 4px 3px 2px;
  background: white;
}
input.input-text.oversize, textarea.oversize {
  font-size: 18px !important;
  font-size: 1.8rem !important;
  padding: 4px 5px !important;
}
input.input-text:focus, textarea:focus {
  outline: none !important;
  background: #f9f9f9;
}

input.input-text[disabled], textarea[disabled] {
  background-color: #dddddd;
}

input .placeholder, textarea .placeholder {
  color: #888888;
}

input.input-text, textarea {
  width: 254px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input.small, textarea.small {
  width: 134px;
}
input.medium, textarea.medium {
  width: 254px;
}
input.large, textarea.large {
  width: 434px;
}
input.expand, textarea.expand {
  width: 100%;
}

textarea.locked {
  max-width: 254px;
}
textarea.locked.small {
  max-width: 134px;
}
textarea.locked.large {
  max-width: 434px;
}
textarea.locked.expand {
  max-width: 100%;
}

form fieldset {
  padding: 9px 9px 2px 9px;
  border: solid 1px #dddddd;
  margin: 18px 0;
}

.form-field input[type=radio], .form-field input[type=checkbox] {
  display: inline;
  width: auto;
  margin-bottom: 0;
}

.form-field.error input, input.input-text.red {
  border-color: #c00000;
  background-color: rgba(255, 0, 0, 0.15);
}

.form-field.error label, label.red {
  color: #c00000;
}

.form-field.error small, small.error {
  margin-top: -6px;
  display: block;
  margin-bottom: 9px;
  font-size: 11px;
  font-size: 1.1rem;
  color: #c00000;
  width: 254px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.small + small.error {
  width: 134px;
}

.medium + small.error {
  width: 254px;
}

.large + small.error {
  width: 434px;
}

.expand + small.error {
  width: 100%;
}

.small.oversize + small.error {
  width: 144px;
}

.medium.oversize + small.error {
  width: 264px;
}

.large.oversize + small.error {
  width: 444px;
}

.expand.oversize + small.error {
  width: 100%;
}

form.nice div.form-field input, form.nice input.input-text, form.nice textarea {
  border: solid 1px #bbbbbb;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 6px 3px 4px;
  outline: none !important;
  background: url('../img/misc/input-bg.png?1358968854') white;
}
form.nice div.form-field input:focus, form.nice input.input-text:focus, form.nice textarea:focus {
  background-color: #f9f9f9;
}
form.nice div.form-field input fieldset, form.nice input.input-text fieldset, form.nice textarea fieldset {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
form.nice div.form-field input div.form-field input[disabled], form.nice div.form-field input input.input-text[disabled], form.nice div.form-field input textarea[disabled], form.nice input.input-text div.form-field input[disabled], form.nice input.input-text input.input-text[disabled], form.nice input.input-text textarea[disabled], form.nice textarea div.form-field input[disabled], form.nice textarea input.input-text[disabled], form.nice textarea textarea[disabled] {
  background: #dddddd;
}
form.nice div.form-field input fieldset, form.nice input.input-text fieldset, form.nice textarea fieldset {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
form.nice div.form-field input div.form-field input[type=radio], form.nice div.form-field input div.form-field input[type=checkbox], form.nice input.input-text div.form-field input[type=radio], form.nice input.input-text div.form-field input[type=checkbox], form.nice textarea div.form-field input[type=radio], form.nice textarea div.form-field input[type=checkbox] {
  display: inline;
  width: auto;
  margin-bottom: 0;
}
form.nice div.form-field.error small, form.nice small.error {
  padding: 6px 4px;
  border: solid 0 #c00000;
  border-width: 0 1px 1px 1px;
  margin-top: -10px;
  background: #c00000;
  color: white;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
form.nice div.form-field.error .small + small, form.nice .small + small.error {
  width: 132px;
}
form.nice div.form-field.error .medium + small, form.nice .medium + small.error {
  width: 252px;
}
form.nice div.form-field.error .large + small, form.nice .large + small.error {
  width: 432px;
}
form.nice div.form-field.error .small.oversize + small, form.nice .small.oversize + small.error {
  width: 136px;
}
form.nice div.form-field.error .medium.oversize + small, form.nice .medium.oversize + small.error {
  width: 256px;
}
form.nice div.form-field.error .large.oversize + small, form.nice .large.oversize + small.error {
  width: 436px;
}

form.custom span.custom {
  display: inline-block;
  width: 14px;
  height: 14px;
  position: relative;
  top: 2px;
  border: solid 1px #cccccc;
  background: url('../img/misc/custom-form-sprites.png?1358968853') 0 0 no-repeat;
}
form.custom span.custom.radio {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
}
form.custom span.custom.radio.checked {
  background-position: 0 -14px;
}
form.custom span.custom.checkbox.checked {
  background-position: 0 -28px;
}
form.custom div.custom.dropdown {
  position: relative;
  display: block;
  width: auto;
  height: 28px;
  margin-bottom: 9px;
  margin-top: 2px;
}
form.custom div.custom.dropdown a.current {
  display: block;
  width: auto;
  line-height: 26px;
  min-height: 26px;
  padding: 0 38px 0 6px;
  border: solid 1px #dddddd;
  color: #141414;
  background-color: white;
  word-wrap: nowrap;
}
form.custom div.custom.dropdown a.selector {
  position: absolute;
  width: 26px;
  height: 26px;
  display: block;
  background: url('../img/misc/custom-form-sprites.png?1358968853') -14px 1px no-repeat;
  right: 0;
  top: 0;
  border: solid 1px #dddddd;
}
form.custom div.custom.dropdown ul {
  position: absolute;
  width: auto;
  display: none;
  margin: 0;
  left: 0;
  top: 27px;
  padding: 0;
  background: white;
  background: rgba(255, 255, 255, 0.95);
  border: solid 1px #dddddd;
}
form.custom div.custom.dropdown ul.show {
  display: block;
}
form.custom div.custom.dropdown ul li {
  cursor: pointer;
  padding: 3px 38px 3px 6px;
  min-height: 18px;
  margin: 0;
  white-space: nowrap;
}
form.custom div.custom.dropdown ul li.selected {
  background: url('../img/misc/custom-form-sprites.png?1358968853') right -52px no-repeat;
}
form.custom div.custom.dropdown ul li.selected:hover {
  background: url('../img/misc/custom-form-sprites.png?1358968853') #00a6fc right -78px no-repeat;
}
form.custom div.custom.dropdown ul li:hover {
  background-color: #00a6fc;
  color: white;
}
form.custom div.custom.dropdown:hover a.selector, form.custom div.custom.dropdown.open a.selector {
  background-position: -14px -26px;
}
form.custom div.custom.dropdown.open ul {
  display: block;
  z-index: 10;
}
form.custom div.custom.dropdown.open.small ul {
  width: 132px !important;
}
form.custom div.custom.dropdown.open.medium ul {
  width: 252px !important;
}
form.custom div.custom.dropdown.open.large ul {
  width: 432px !important;
}
form.custom div.custom.dropdown.open.expand ul {
  width: 100% !important;
}
form.custom div.custom.dropdown.small {
  width: 134px !important;
}
form.custom div.custom.dropdown.medium {
  width: 254px !important;
}
form.custom div.custom.dropdown.large {
  width: 434px !important;
}
form.custom div.custom.dropdown.expand {
  width: 100% !important;
}
form.custom .custom.disabled {
  background-color: #dddddd;
}
form.custom.nice span.custom.checkbox {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
form.custom.nice div.custom.dropdown a.current {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background-image: url('../img/misc/input-bg-outset.png?1358968854');
  background-position: bottom right;
}
form.custom.nice div.custom.dropdown a.selector {
  height: 27px;
  border-width: 0 0 0 1px;
}
form.custom.nice div.custom.dropdown ul {
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

div.orbit-wrapper {
  width: 1px;
  height: 1px;
  position: relative;
}

div.orbit {
  width: 1px;
  height: 1px;
  position: relative;
  overflow: hidden;
}
div.orbit.with-bullets {
  margin-bottom: 40px;
}
div.orbit .orbit-slide {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
div.orbit a.orbit-slide {
  border: none;
  line-height: 0;
  display: none;
}
div.orbit div.orbit-slide {
  width: 100%;
  height: 100%;
}

div.orbit-wrapper div.timer {
  width: 40px;
  height: 40px;
  overflow: hidden;
  position: absolute;
  top: 10px;
  right: 10px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  cursor: pointer;
  z-index: 31;
}
div.orbit-wrapper span.rotator {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: -20px;
  background: url('../img/orbit/rotator-black.png?1358968854') no-repeat;
  z-index: 3;
}
div.orbit-wrapper span.rotator.move {
  left: 0;
}
div.orbit-wrapper span.mask {
  display: block;
  width: 20px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  overflow: hidden;
}
div.orbit-wrapper span.mask.move {
  width: 40px;
  left: 0;
  background: url('../img/orbit/timer-black.png?1358968854') repeat 0 0;
}
div.orbit-wrapper span.pause {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background: url('../img/orbit/pause-black.png?1358968854') no-repeat;
  z-index: 4;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
div.orbit-wrapper span.pause.active {
  background: url('../img/orbit/pause-black.png?1358968854') no-repeat 0 -40px;
}
div.orbit-wrapper div.timer:hover span.pause, div.orbit-wrapper span.pause.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.orbit-caption {
  display: none;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.orbit-wrapper .orbit-caption {
  background: black;
  background: rgba(0, 0, 0, 0.6);
  z-index: 30;
  color: white;
  text-align: center;
  padding: 7px 0;
  font-size: 13px;
  font-size: 1.3rem;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
}

div.orbit-wrapper div.slider-nav {
  display: block;
}
div.orbit-wrapper div.slider-nav span {
  width: 78px;
  height: 100px;
  text-indent: -99999px;
  position: absolute;
  z-index: 30;
  top: 50%;
  margin-top: -50px;
  cursor: pointer;
}
div.orbit-wrapper div.slider-nav span.right {
  background: url('../img/orbit/right-arrow.png?1358968854');
  right: 0;
}
div.orbit-wrapper div.slider-nav span.left {
  background: url('../img/orbit/left-arrow.png?1358968854');
  left: 0;
}

ul.orbit-bullets {
  position: absolute;
  z-index: 30;
  list-style: none;
  bottom: -40px;
  left: 50%;
  margin-left: -50px;
  padding: 0;
}
ul.orbit-bullets li {
  float: left;
  margin-left: 5px;
  cursor: pointer;
  color: #999999;
  text-indent: -99999px;
  background: url('../img/orbit/bullets.jpg?1358968854') no-repeat 4px 0;
  width: 13px;
  height: 12px;
  overflow: hidden;
}
ul.orbit-bullets li.active {
  color: #222222;
  background-position: -8px 0;
}
ul.orbit-bullets li.has-thumb {
  background: none;
  width: 100px;
  height: 75px;
}
ul.orbit-bullets li.active.has-thumb {
  background-position: 0 0;
  border-top: solid 2px black;
}

div.orbit img.fluid-placeholder {
  visibility: hidden;
  position: static;
  display: block;
  width: 100%;
}

div.orbit, div.orbit-wrapper {
  width: 100% !important;
}

ul.orbit-bullets {
  position: absolute;
  z-index: 30;
  list-style: none;
  bottom: -50px;
  left: 50%;
  margin-left: -50px;
  padding: 0;
}
ul.orbit-bullets li {
  float: left;
  margin-left: 5px;
  cursor: pointer;
  color: #999999;
  text-indent: -9999px;
  background: url('../img/orbit/bullets.jpg?1358968854') no-repeat 4px 0;
  width: 13px;
  height: 12px;
  overflow: hidden;
}
ul.orbit-bullets li.has-thumb {
  background: none;
  width: 100px;
  height: 75px;
}
ul.orbit-bullets li.active {
  color: #222222;
  background-position: -8px 0;
}
ul.orbit-bullets li.active.has-thumb {
  background-position: 0 0;
  border-top: 2px solid black;
}

.timer {
  display: none !important;
}

div.caption {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
  zoom: 1;
}
