/* CSS Document */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.428571429; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }
.dl-horizontal dd:after {
  clear: both; }
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 1025px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.3333333333%; }

  .col-sm-2 {
    width: 16.6666666667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.3333333333%; }

  .col-sm-5 {
    width: 41.6666666667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.3333333333%; }

  .col-sm-8 {
    width: 66.6666666667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.3333333333%; }

  .col-sm-11 {
    width: 91.6666666667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.3333333333%; }

  .col-sm-pull-2 {
    right: 16.6666666667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.3333333333%; }

  .col-sm-pull-5 {
    right: 41.6666666667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.3333333333%; }

  .col-sm-pull-8 {
    right: 66.6666666667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.3333333333%; }

  .col-sm-pull-11 {
    right: 91.6666666667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.3333333333%; }

  .col-sm-push-2 {
    left: 16.6666666667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.3333333333%; }

  .col-sm-push-5 {
    left: 41.6666666667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.3333333333%; }

  .col-sm-push-8 {
    left: 66.6666666667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.3333333333%; }

  .col-sm-push-11 {
    left: 91.6666666667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1025px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-1 {
    width: 8.3333333333%; }

  .col-md-2 {
    width: 16.6666666667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.3333333333%; }

  .col-md-5 {
    width: 41.6666666667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.3333333333%; }

  .col-md-8 {
    width: 66.6666666667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.3333333333%; }

  .col-md-11 {
    width: 91.6666666667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.3333333333%; }

  .col-md-pull-2 {
    right: 16.6666666667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.3333333333%; }

  .col-md-pull-5 {
    right: 41.6666666667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.3333333333%; }

  .col-md-pull-8 {
    right: 66.6666666667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.3333333333%; }

  .col-md-pull-11 {
    right: 91.6666666667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.3333333333%; }

  .col-md-push-2 {
    left: 16.6666666667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.3333333333%; }

  .col-md-push-5 {
    left: 41.6666666667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.3333333333%; }

  .col-md-push-8 {
    left: 66.6666666667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.3333333333%; }

  .col-md-push-11 {
    left: 91.6666666667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.3333333333%; }

  .col-md-offset-2 {
    margin-left: 16.6666666667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.3333333333%; }

  .col-md-offset-5 {
    margin-left: 41.6666666667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.3333333333%; }

  .col-md-offset-8 {
    margin-left: 66.6666666667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.3333333333%; }

  .col-md-offset-11 {
    margin-left: 91.6666666667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.3333333333%; }

  .col-lg-2 {
    width: 16.6666666667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.3333333333%; }

  .col-lg-5 {
    width: 41.6666666667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.3333333333%; }

  .col-lg-8 {
    width: 66.6666666667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.3333333333%; }

  .col-lg-11 {
    width: 91.6666666667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.3333333333%; }

  .col-lg-pull-2 {
    right: 16.6666666667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.3333333333%; }

  .col-lg-pull-5 {
    right: 41.6666666667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.3333333333%; }

  .col-lg-pull-8 {
    right: 66.6666666667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.3333333333%; }

  .col-lg-pull-11 {
    right: 91.6666666667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.3333333333%; }

  .col-lg-push-2 {
    left: 16.6666666667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.3333333333%; }

  .col-lg-push-5 {
    left: 41.6666666667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.3333333333%; }

  .col-lg-push-8 {
    left: 66.6666666667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.3333333333%; }

  .col-lg-push-11 {
    left: 91.6666666667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table, #tvcHF01 .DetailTable,
#tvcHF06 .DetailTable,
#tvcHF08 .DetailTable, #tvcHF02 .DetailTable table,
#tvcHF03 .DetailTable table,
#tvcHF04 .DetailTable table,
#tvcHF09 .DetailTable table,
#tvcPC01 .DetailTable table,
#tvcPC12 .DetailTable table,
#tvcRC01 .DetailTable table, #tvcHF05 .DetailTable table,
#tvcPC10 .DetailTable table,
#tvcAC02 .DetailTable table, #DIVCalculatorTips table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th, #tvcHF01 .DetailTable > thead > tr > th,
  #tvcHF06 .DetailTable > thead > tr > th,
  #tvcHF08 .DetailTable > thead > tr > th, #tvcHF02 .DetailTable table > thead > tr > th,
  #tvcHF03 .DetailTable table > thead > tr > th,
  #tvcHF04 .DetailTable table > thead > tr > th,
  #tvcHF09 .DetailTable table > thead > tr > th,
  #tvcPC01 .DetailTable table > thead > tr > th,
  #tvcPC12 .DetailTable table > thead > tr > th,
  #tvcRC01 .DetailTable table > thead > tr > th, #tvcHF05 .DetailTable table > thead > tr > th,
  #tvcPC10 .DetailTable table > thead > tr > th,
  #tvcAC02 .DetailTable table > thead > tr > th, #DIVCalculatorTips table > thead > tr > th,
  .table > thead > tr > td,
  #tvcHF01 .DetailTable > thead > tr > td,
  #tvcHF06 .DetailTable > thead > tr > td,
  #tvcHF08 .DetailTable > thead > tr > td,
  #tvcHF02 .DetailTable table > thead > tr > td,
  #tvcHF03 .DetailTable table > thead > tr > td,
  #tvcHF04 .DetailTable table > thead > tr > td,
  #tvcHF09 .DetailTable table > thead > tr > td,
  #tvcPC01 .DetailTable table > thead > tr > td,
  #tvcPC12 .DetailTable table > thead > tr > td,
  #tvcRC01 .DetailTable table > thead > tr > td,
  #tvcHF05 .DetailTable table > thead > tr > td,
  #tvcPC10 .DetailTable table > thead > tr > td,
  #tvcAC02 .DetailTable table > thead > tr > td,
  #DIVCalculatorTips table > thead > tr > td,
  .table > tbody > tr > th,
  #tvcHF01 .DetailTable > tbody > tr > th,
  #tvcHF06 .DetailTable > tbody > tr > th,
  #tvcHF08 .DetailTable > tbody > tr > th,
  #tvcHF02 .DetailTable table > tbody > tr > th,
  #tvcHF03 .DetailTable table > tbody > tr > th,
  #tvcHF04 .DetailTable table > tbody > tr > th,
  #tvcHF09 .DetailTable table > tbody > tr > th,
  #tvcPC01 .DetailTable table > tbody > tr > th,
  #tvcPC12 .DetailTable table > tbody > tr > th,
  #tvcRC01 .DetailTable table > tbody > tr > th,
  #tvcHF05 .DetailTable table > tbody > tr > th,
  #tvcPC10 .DetailTable table > tbody > tr > th,
  #tvcAC02 .DetailTable table > tbody > tr > th,
  #DIVCalculatorTips table > tbody > tr > th,
  .table > tbody > tr > td,
  #tvcHF01 .DetailTable > tbody > tr > td,
  #tvcHF06 .DetailTable > tbody > tr > td,
  #tvcHF08 .DetailTable > tbody > tr > td,
  #tvcHF02 .DetailTable table > tbody > tr > td,
  #tvcHF03 .DetailTable table > tbody > tr > td,
  #tvcHF04 .DetailTable table > tbody > tr > td,
  #tvcHF09 .DetailTable table > tbody > tr > td,
  #tvcPC01 .DetailTable table > tbody > tr > td,
  #tvcPC12 .DetailTable table > tbody > tr > td,
  #tvcRC01 .DetailTable table > tbody > tr > td,
  #tvcHF05 .DetailTable table > tbody > tr > td,
  #tvcPC10 .DetailTable table > tbody > tr > td,
  #tvcAC02 .DetailTable table > tbody > tr > td,
  #DIVCalculatorTips table > tbody > tr > td,
  .table > tfoot > tr > th,
  #tvcHF01 .DetailTable > tfoot > tr > th,
  #tvcHF06 .DetailTable > tfoot > tr > th,
  #tvcHF08 .DetailTable > tfoot > tr > th,
  #tvcHF02 .DetailTable table > tfoot > tr > th,
  #tvcHF03 .DetailTable table > tfoot > tr > th,
  #tvcHF04 .DetailTable table > tfoot > tr > th,
  #tvcHF09 .DetailTable table > tfoot > tr > th,
  #tvcPC01 .DetailTable table > tfoot > tr > th,
  #tvcPC12 .DetailTable table > tfoot > tr > th,
  #tvcRC01 .DetailTable table > tfoot > tr > th,
  #tvcHF05 .DetailTable table > tfoot > tr > th,
  #tvcPC10 .DetailTable table > tfoot > tr > th,
  #tvcAC02 .DetailTable table > tfoot > tr > th,
  #DIVCalculatorTips table > tfoot > tr > th,
  .table > tfoot > tr > td,
  #tvcHF01 .DetailTable > tfoot > tr > td,
  #tvcHF06 .DetailTable > tfoot > tr > td,
  #tvcHF08 .DetailTable > tfoot > tr > td,
  #tvcHF02 .DetailTable table > tfoot > tr > td,
  #tvcHF03 .DetailTable table > tfoot > tr > td,
  #tvcHF04 .DetailTable table > tfoot > tr > td,
  #tvcHF09 .DetailTable table > tfoot > tr > td,
  #tvcPC01 .DetailTable table > tfoot > tr > td,
  #tvcPC12 .DetailTable table > tfoot > tr > td,
  #tvcRC01 .DetailTable table > tfoot > tr > td,
  #tvcHF05 .DetailTable table > tfoot > tr > td,
  #tvcPC10 .DetailTable table > tfoot > tr > td,
  #tvcAC02 .DetailTable table > tfoot > tr > td,
  #DIVCalculatorTips table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th, #tvcHF01 .DetailTable > thead > tr > th,
  #tvcHF06 .DetailTable > thead > tr > th,
  #tvcHF08 .DetailTable > thead > tr > th, #tvcHF02 .DetailTable table > thead > tr > th,
  #tvcHF03 .DetailTable table > thead > tr > th,
  #tvcHF04 .DetailTable table > thead > tr > th,
  #tvcHF09 .DetailTable table > thead > tr > th,
  #tvcPC01 .DetailTable table > thead > tr > th,
  #tvcPC12 .DetailTable table > thead > tr > th,
  #tvcRC01 .DetailTable table > thead > tr > th, #tvcHF05 .DetailTable table > thead > tr > th,
  #tvcPC10 .DetailTable table > thead > tr > th,
  #tvcAC02 .DetailTable table > thead > tr > th, #DIVCalculatorTips table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th, #tvcHF01 .DetailTable > caption + thead > tr:first-child > th,
  #tvcHF06 .DetailTable > caption + thead > tr:first-child > th,
  #tvcHF08 .DetailTable > caption + thead > tr:first-child > th, #tvcHF02 .DetailTable table > caption + thead > tr:first-child > th,
  #tvcHF03 .DetailTable table > caption + thead > tr:first-child > th,
  #tvcHF04 .DetailTable table > caption + thead > tr:first-child > th,
  #tvcHF09 .DetailTable table > caption + thead > tr:first-child > th,
  #tvcPC01 .DetailTable table > caption + thead > tr:first-child > th,
  #tvcPC12 .DetailTable table > caption + thead > tr:first-child > th,
  #tvcRC01 .DetailTable table > caption + thead > tr:first-child > th, #tvcHF05 .DetailTable table > caption + thead > tr:first-child > th,
  #tvcPC10 .DetailTable table > caption + thead > tr:first-child > th,
  #tvcAC02 .DetailTable table > caption + thead > tr:first-child > th, #DIVCalculatorTips table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  #tvcHF01 .DetailTable > caption + thead > tr:first-child > td,
  #tvcHF06 .DetailTable > caption + thead > tr:first-child > td,
  #tvcHF08 .DetailTable > caption + thead > tr:first-child > td,
  #tvcHF02 .DetailTable table > caption + thead > tr:first-child > td,
  #tvcHF03 .DetailTable table > caption + thead > tr:first-child > td,
  #tvcHF04 .DetailTable table > caption + thead > tr:first-child > td,
  #tvcHF09 .DetailTable table > caption + thead > tr:first-child > td,
  #tvcPC01 .DetailTable table > caption + thead > tr:first-child > td,
  #tvcPC12 .DetailTable table > caption + thead > tr:first-child > td,
  #tvcRC01 .DetailTable table > caption + thead > tr:first-child > td,
  #tvcHF05 .DetailTable table > caption + thead > tr:first-child > td,
  #tvcPC10 .DetailTable table > caption + thead > tr:first-child > td,
  #tvcAC02 .DetailTable table > caption + thead > tr:first-child > td,
  #DIVCalculatorTips table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  #tvcHF01 .DetailTable > colgroup + thead > tr:first-child > th,
  #tvcHF06 .DetailTable > colgroup + thead > tr:first-child > th,
  #tvcHF08 .DetailTable > colgroup + thead > tr:first-child > th,
  #tvcHF02 .DetailTable table > colgroup + thead > tr:first-child > th,
  #tvcHF03 .DetailTable table > colgroup + thead > tr:first-child > th,
  #tvcHF04 .DetailTable table > colgroup + thead > tr:first-child > th,
  #tvcHF09 .DetailTable table > colgroup + thead > tr:first-child > th,
  #tvcPC01 .DetailTable table > colgroup + thead > tr:first-child > th,
  #tvcPC12 .DetailTable table > colgroup + thead > tr:first-child > th,
  #tvcRC01 .DetailTable table > colgroup + thead > tr:first-child > th,
  #tvcHF05 .DetailTable table > colgroup + thead > tr:first-child > th,
  #tvcPC10 .DetailTable table > colgroup + thead > tr:first-child > th,
  #tvcAC02 .DetailTable table > colgroup + thead > tr:first-child > th,
  #DIVCalculatorTips table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  #tvcHF01 .DetailTable > colgroup + thead > tr:first-child > td,
  #tvcHF06 .DetailTable > colgroup + thead > tr:first-child > td,
  #tvcHF08 .DetailTable > colgroup + thead > tr:first-child > td,
  #tvcHF02 .DetailTable table > colgroup + thead > tr:first-child > td,
  #tvcHF03 .DetailTable table > colgroup + thead > tr:first-child > td,
  #tvcHF04 .DetailTable table > colgroup + thead > tr:first-child > td,
  #tvcHF09 .DetailTable table > colgroup + thead > tr:first-child > td,
  #tvcPC01 .DetailTable table > colgroup + thead > tr:first-child > td,
  #tvcPC12 .DetailTable table > colgroup + thead > tr:first-child > td,
  #tvcRC01 .DetailTable table > colgroup + thead > tr:first-child > td,
  #tvcHF05 .DetailTable table > colgroup + thead > tr:first-child > td,
  #tvcPC10 .DetailTable table > colgroup + thead > tr:first-child > td,
  #tvcAC02 .DetailTable table > colgroup + thead > tr:first-child > td,
  #DIVCalculatorTips table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  #tvcHF01 .DetailTable > thead:first-child > tr:first-child > th,
  #tvcHF06 .DetailTable > thead:first-child > tr:first-child > th,
  #tvcHF08 .DetailTable > thead:first-child > tr:first-child > th,
  #tvcHF02 .DetailTable table > thead:first-child > tr:first-child > th,
  #tvcHF03 .DetailTable table > thead:first-child > tr:first-child > th,
  #tvcHF04 .DetailTable table > thead:first-child > tr:first-child > th,
  #tvcHF09 .DetailTable table > thead:first-child > tr:first-child > th,
  #tvcPC01 .DetailTable table > thead:first-child > tr:first-child > th,
  #tvcPC12 .DetailTable table > thead:first-child > tr:first-child > th,
  #tvcRC01 .DetailTable table > thead:first-child > tr:first-child > th,
  #tvcHF05 .DetailTable table > thead:first-child > tr:first-child > th,
  #tvcPC10 .DetailTable table > thead:first-child > tr:first-child > th,
  #tvcAC02 .DetailTable table > thead:first-child > tr:first-child > th,
  #DIVCalculatorTips table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td,
  #tvcHF01 .DetailTable > thead:first-child > tr:first-child > td,
  #tvcHF06 .DetailTable > thead:first-child > tr:first-child > td,
  #tvcHF08 .DetailTable > thead:first-child > tr:first-child > td,
  #tvcHF02 .DetailTable table > thead:first-child > tr:first-child > td,
  #tvcHF03 .DetailTable table > thead:first-child > tr:first-child > td,
  #tvcHF04 .DetailTable table > thead:first-child > tr:first-child > td,
  #tvcHF09 .DetailTable table > thead:first-child > tr:first-child > td,
  #tvcPC01 .DetailTable table > thead:first-child > tr:first-child > td,
  #tvcPC12 .DetailTable table > thead:first-child > tr:first-child > td,
  #tvcRC01 .DetailTable table > thead:first-child > tr:first-child > td,
  #tvcHF05 .DetailTable table > thead:first-child > tr:first-child > td,
  #tvcPC10 .DetailTable table > thead:first-child > tr:first-child > td,
  #tvcAC02 .DetailTable table > thead:first-child > tr:first-child > td,
  #DIVCalculatorTips table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody, #tvcHF01 .DetailTable > tbody + tbody,
  #tvcHF06 .DetailTable > tbody + tbody,
  #tvcHF08 .DetailTable > tbody + tbody, #tvcHF02 .DetailTable table > tbody + tbody,
  #tvcHF03 .DetailTable table > tbody + tbody,
  #tvcHF04 .DetailTable table > tbody + tbody,
  #tvcHF09 .DetailTable table > tbody + tbody,
  #tvcPC01 .DetailTable table > tbody + tbody,
  #tvcPC12 .DetailTable table > tbody + tbody,
  #tvcRC01 .DetailTable table > tbody + tbody, #tvcHF05 .DetailTable table > tbody + tbody,
  #tvcPC10 .DetailTable table > tbody + tbody,
  #tvcAC02 .DetailTable table > tbody + tbody, #DIVCalculatorTips table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table, #tvcHF01 .DetailTable .table,
  #tvcHF06 .DetailTable .table,
  #tvcHF08 .DetailTable .table, #tvcHF02 .DetailTable table .table,
  #tvcHF03 .DetailTable table .table,
  #tvcHF04 .DetailTable table .table,
  #tvcHF09 .DetailTable table .table,
  #tvcPC01 .DetailTable table .table,
  #tvcPC12 .DetailTable table .table,
  #tvcRC01 .DetailTable table .table, #tvcHF05 .DetailTable table .table,
  #tvcPC10 .DetailTable table .table,
  #tvcAC02 .DetailTable table .table, #DIVCalculatorTips table .table, .table #tvcHF01 .DetailTable, #tvcHF01 .table .DetailTable, #tvcHF01 .DetailTable .DetailTable,
  #tvcHF06 .DetailTable #tvcHF01 .DetailTable,
  #tvcHF01 #tvcHF06 .DetailTable .DetailTable,
  #tvcHF08 .DetailTable #tvcHF01 .DetailTable,
  #tvcHF01 #tvcHF08 .DetailTable .DetailTable, #tvcHF02 .DetailTable table #tvcHF01 .DetailTable, #tvcHF01 #tvcHF02 .DetailTable table .DetailTable,
  #tvcHF03 .DetailTable table #tvcHF01 .DetailTable,
  #tvcHF01 #tvcHF03 .DetailTable table .DetailTable,
  #tvcHF04 .DetailTable table #tvcHF01 .DetailTable,
  #tvcHF01 #tvcHF04 .DetailTable table .DetailTable,
  #tvcHF09 .DetailTable table #tvcHF01 .DetailTable,
  #tvcHF01 #tvcHF09 .DetailTable table .DetailTable,
  #tvcPC01 .DetailTable table #tvcHF01 .DetailTable,
  #tvcHF01 #tvcPC01 .DetailTable table .DetailTable,
  #tvcPC12 .DetailTable table #tvcHF01 .DetailTable,
  #tvcHF01 #tvcPC12 .DetailTable table .DetailTable,
  #tvcRC01 .DetailTable table #tvcHF01 .DetailTable,
  #tvcHF01 #tvcRC01 .DetailTable table .DetailTable, #tvcHF05 .DetailTable table #tvcHF01 .DetailTable, #tvcHF01 #tvcHF05 .DetailTable table .DetailTable,
  #tvcPC10 .DetailTable table #tvcHF01 .DetailTable,
  #tvcHF01 #tvcPC10 .DetailTable table .DetailTable,
  #tvcAC02 .DetailTable table #tvcHF01 .DetailTable,
  #tvcHF01 #tvcAC02 .DetailTable table .DetailTable, #DIVCalculatorTips table #tvcHF01 .DetailTable, #tvcHF01 #DIVCalculatorTips table .DetailTable,
  .table #tvcHF06 .DetailTable,
  #tvcHF06 .table .DetailTable,
  #tvcHF01 .DetailTable #tvcHF06 .DetailTable,
  #tvcHF06 #tvcHF01 .DetailTable .DetailTable,
  #tvcHF06 .DetailTable .DetailTable,
  #tvcHF08 .DetailTable #tvcHF06 .DetailTable,
  #tvcHF06 #tvcHF08 .DetailTable .DetailTable,
  #tvcHF02 .DetailTable table #tvcHF06 .DetailTable,
  #tvcHF06 #tvcHF02 .DetailTable table .DetailTable,
  #tvcHF03 .DetailTable table #tvcHF06 .DetailTable,
  #tvcHF06 #tvcHF03 .DetailTable table .DetailTable,
  #tvcHF04 .DetailTable table #tvcHF06 .DetailTable,
  #tvcHF06 #tvcHF04 .DetailTable table .DetailTable,
  #tvcHF09 .DetailTable table #tvcHF06 .DetailTable,
  #tvcHF06 #tvcHF09 .DetailTable table .DetailTable,
  #tvcPC01 .DetailTable table #tvcHF06 .DetailTable,
  #tvcHF06 #tvcPC01 .DetailTable table .DetailTable,
  #tvcPC12 .DetailTable table #tvcHF06 .DetailTable,
  #tvcHF06 #tvcPC12 .DetailTable table .DetailTable,
  #tvcRC01 .DetailTable table #tvcHF06 .DetailTable,
  #tvcHF06 #tvcRC01 .DetailTable table .DetailTable,
  #tvcHF05 .DetailTable table #tvcHF06 .DetailTable,
  #tvcHF06 #tvcHF05 .DetailTable table .DetailTable,
  #tvcPC10 .DetailTable table #tvcHF06 .DetailTable,
  #tvcHF06 #tvcPC10 .DetailTable table .DetailTable,
  #tvcAC02 .DetailTable table #tvcHF06 .DetailTable,
  #tvcHF06 #tvcAC02 .DetailTable table .DetailTable,
  #DIVCalculatorTips table #tvcHF06 .DetailTable,
  #tvcHF06 #DIVCalculatorTips table .DetailTable,
  .table #tvcHF08 .DetailTable,
  #tvcHF08 .table .DetailTable,
  #tvcHF01 .DetailTable #tvcHF08 .DetailTable,
  #tvcHF08 #tvcHF01 .DetailTable .DetailTable,
  #tvcHF06 .DetailTable #tvcHF08 .DetailTable,
  #tvcHF08 #tvcHF06 .DetailTable .DetailTable,
  #tvcHF08 .DetailTable .DetailTable,
  #tvcHF02 .DetailTable table #tvcHF08 .DetailTable,
  #tvcHF08 #tvcHF02 .DetailTable table .DetailTable,
  #tvcHF03 .DetailTable table #tvcHF08 .DetailTable,
  #tvcHF08 #tvcHF03 .DetailTable table .DetailTable,
  #tvcHF04 .DetailTable table #tvcHF08 .DetailTable,
  #tvcHF08 #tvcHF04 .DetailTable table .DetailTable,
  #tvcHF09 .DetailTable table #tvcHF08 .DetailTable,
  #tvcHF08 #tvcHF09 .DetailTable table .DetailTable,
  #tvcPC01 .DetailTable table #tvcHF08 .DetailTable,
  #tvcHF08 #tvcPC01 .DetailTable table .DetailTable,
  #tvcPC12 .DetailTable table #tvcHF08 .DetailTable,
  #tvcHF08 #tvcPC12 .DetailTable table .DetailTable,
  #tvcRC01 .DetailTable table #tvcHF08 .DetailTable,
  #tvcHF08 #tvcRC01 .DetailTable table .DetailTable,
  #tvcHF05 .DetailTable table #tvcHF08 .DetailTable,
  #tvcHF08 #tvcHF05 .DetailTable table .DetailTable,
  #tvcPC10 .DetailTable table #tvcHF08 .DetailTable,
  #tvcHF08 #tvcPC10 .DetailTable table .DetailTable,
  #tvcAC02 .DetailTable table #tvcHF08 .DetailTable,
  #tvcHF08 #tvcAC02 .DetailTable table .DetailTable,
  #DIVCalculatorTips table #tvcHF08 .DetailTable,
  #tvcHF08 #DIVCalculatorTips table .DetailTable, .table #tvcHF02 .DetailTable table, #tvcHF02 .DetailTable .table table, #tvcHF01 #tvcHF02 .DetailTable table, #tvcHF02 #tvcHF01 .DetailTable table,
  #tvcHF06 #tvcHF02 .DetailTable table,
  #tvcHF02 #tvcHF06 .DetailTable table,
  #tvcHF08 #tvcHF02 .DetailTable table,
  #tvcHF02 #tvcHF08 .DetailTable table, #tvcHF02 .DetailTable table table,
  #tvcHF03 #tvcHF02 .DetailTable table table,
  #tvcHF02 #tvcHF03 .DetailTable table table,
  #tvcHF04 #tvcHF02 .DetailTable table table,
  #tvcHF02 #tvcHF04 .DetailTable table table,
  #tvcHF09 #tvcHF02 .DetailTable table table,
  #tvcHF02 #tvcHF09 .DetailTable table table,
  #tvcPC01 #tvcHF02 .DetailTable table table,
  #tvcHF02 #tvcPC01 .DetailTable table table,
  #tvcPC12 #tvcHF02 .DetailTable table table,
  #tvcHF02 #tvcPC12 .DetailTable table table,
  #tvcRC01 #tvcHF02 .DetailTable table table,
  #tvcHF02 #tvcRC01 .DetailTable table table, #tvcHF05 #tvcHF02 .DetailTable table table, #tvcHF02 #tvcHF05 .DetailTable table table,
  #tvcPC10 #tvcHF02 .DetailTable table table,
  #tvcHF02 #tvcPC10 .DetailTable table table,
  #tvcAC02 #tvcHF02 .DetailTable table table,
  #tvcHF02 #tvcAC02 .DetailTable table table, #DIVCalculatorTips table #tvcHF02 .DetailTable table, #tvcHF02 .DetailTable #DIVCalculatorTips table table,
  .table #tvcHF03 .DetailTable table,
  #tvcHF03 .DetailTable .table table,
  #tvcHF01 #tvcHF03 .DetailTable table,
  #tvcHF03 #tvcHF01 .DetailTable table,
  #tvcHF06 #tvcHF03 .DetailTable table,
  #tvcHF03 #tvcHF06 .DetailTable table,
  #tvcHF08 #tvcHF03 .DetailTable table,
  #tvcHF03 #tvcHF08 .DetailTable table,
  #tvcHF02 #tvcHF03 .DetailTable table table,
  #tvcHF03 #tvcHF02 .DetailTable table table,
  #tvcHF03 .DetailTable table table,
  #tvcHF04 #tvcHF03 .DetailTable table table,
  #tvcHF03 #tvcHF04 .DetailTable table table,
  #tvcHF09 #tvcHF03 .DetailTable table table,
  #tvcHF03 #tvcHF09 .DetailTable table table,
  #tvcPC01 #tvcHF03 .DetailTable table table,
  #tvcHF03 #tvcPC01 .DetailTable table table,
  #tvcPC12 #tvcHF03 .DetailTable table table,
  #tvcHF03 #tvcPC12 .DetailTable table table,
  #tvcRC01 #tvcHF03 .DetailTable table table,
  #tvcHF03 #tvcRC01 .DetailTable table table,
  #tvcHF05 #tvcHF03 .DetailTable table table,
  #tvcHF03 #tvcHF05 .DetailTable table table,
  #tvcPC10 #tvcHF03 .DetailTable table table,
  #tvcHF03 #tvcPC10 .DetailTable table table,
  #tvcAC02 #tvcHF03 .DetailTable table table,
  #tvcHF03 #tvcAC02 .DetailTable table table,
  #DIVCalculatorTips table #tvcHF03 .DetailTable table,
  #tvcHF03 .DetailTable #DIVCalculatorTips table table,
  .table #tvcHF04 .DetailTable table,
  #tvcHF04 .DetailTable .table table,
  #tvcHF01 #tvcHF04 .DetailTable table,
  #tvcHF04 #tvcHF01 .DetailTable table,
  #tvcHF06 #tvcHF04 .DetailTable table,
  #tvcHF04 #tvcHF06 .DetailTable table,
  #tvcHF08 #tvcHF04 .DetailTable table,
  #tvcHF04 #tvcHF08 .DetailTable table,
  #tvcHF02 #tvcHF04 .DetailTable table table,
  #tvcHF04 #tvcHF02 .DetailTable table table,
  #tvcHF03 #tvcHF04 .DetailTable table table,
  #tvcHF04 #tvcHF03 .DetailTable table table,
  #tvcHF04 .DetailTable table table,
  #tvcHF09 #tvcHF04 .DetailTable table table,
  #tvcHF04 #tvcHF09 .DetailTable table table,
  #tvcPC01 #tvcHF04 .DetailTable table table,
  #tvcHF04 #tvcPC01 .DetailTable table table,
  #tvcPC12 #tvcHF04 .DetailTable table table,
  #tvcHF04 #tvcPC12 .DetailTable table table,
  #tvcRC01 #tvcHF04 .DetailTable table table,
  #tvcHF04 #tvcRC01 .DetailTable table table,
  #tvcHF05 #tvcHF04 .DetailTable table table,
  #tvcHF04 #tvcHF05 .DetailTable table table,
  #tvcPC10 #tvcHF04 .DetailTable table table,
  #tvcHF04 #tvcPC10 .DetailTable table table,
  #tvcAC02 #tvcHF04 .DetailTable table table,
  #tvcHF04 #tvcAC02 .DetailTable table table,
  #DIVCalculatorTips table #tvcHF04 .DetailTable table,
  #tvcHF04 .DetailTable #DIVCalculatorTips table table,
  .table #tvcHF09 .DetailTable table,
  #tvcHF09 .DetailTable .table table,
  #tvcHF01 #tvcHF09 .DetailTable table,
  #tvcHF09 #tvcHF01 .DetailTable table,
  #tvcHF06 #tvcHF09 .DetailTable table,
  #tvcHF09 #tvcHF06 .DetailTable table,
  #tvcHF08 #tvcHF09 .DetailTable table,
  #tvcHF09 #tvcHF08 .DetailTable table,
  #tvcHF02 #tvcHF09 .DetailTable table table,
  #tvcHF09 #tvcHF02 .DetailTable table table,
  #tvcHF03 #tvcHF09 .DetailTable table table,
  #tvcHF09 #tvcHF03 .DetailTable table table,
  #tvcHF04 #tvcHF09 .DetailTable table table,
  #tvcHF09 #tvcHF04 .DetailTable table table,
  #tvcHF09 .DetailTable table table,
  #tvcPC01 #tvcHF09 .DetailTable table table,
  #tvcHF09 #tvcPC01 .DetailTable table table,
  #tvcPC12 #tvcHF09 .DetailTable table table,
  #tvcHF09 #tvcPC12 .DetailTable table table,
  #tvcRC01 #tvcHF09 .DetailTable table table,
  #tvcHF09 #tvcRC01 .DetailTable table table,
  #tvcHF05 #tvcHF09 .DetailTable table table,
  #tvcHF09 #tvcHF05 .DetailTable table table,
  #tvcPC10 #tvcHF09 .DetailTable table table,
  #tvcHF09 #tvcPC10 .DetailTable table table,
  #tvcAC02 #tvcHF09 .DetailTable table table,
  #tvcHF09 #tvcAC02 .DetailTable table table,
  #DIVCalculatorTips table #tvcHF09 .DetailTable table,
  #tvcHF09 .DetailTable #DIVCalculatorTips table table,
  .table #tvcPC01 .DetailTable table,
  #tvcPC01 .DetailTable .table table,
  #tvcHF01 #tvcPC01 .DetailTable table,
  #tvcPC01 #tvcHF01 .DetailTable table,
  #tvcHF06 #tvcPC01 .DetailTable table,
  #tvcPC01 #tvcHF06 .DetailTable table,
  #tvcHF08 #tvcPC01 .DetailTable table,
  #tvcPC01 #tvcHF08 .DetailTable table,
  #tvcHF02 #tvcPC01 .DetailTable table table,
  #tvcPC01 #tvcHF02 .DetailTable table table,
  #tvcHF03 #tvcPC01 .DetailTable table table,
  #tvcPC01 #tvcHF03 .DetailTable table table,
  #tvcHF04 #tvcPC01 .DetailTable table table,
  #tvcPC01 #tvcHF04 .DetailTable table table,
  #tvcHF09 #tvcPC01 .DetailTable table table,
  #tvcPC01 #tvcHF09 .DetailTable table table,
  #tvcPC01 .DetailTable table table,
  #tvcPC12 #tvcPC01 .DetailTable table table,
  #tvcPC01 #tvcPC12 .DetailTable table table,
  #tvcRC01 #tvcPC01 .DetailTable table table,
  #tvcPC01 #tvcRC01 .DetailTable table table,
  #tvcHF05 #tvcPC01 .DetailTable table table,
  #tvcPC01 #tvcHF05 .DetailTable table table,
  #tvcPC10 #tvcPC01 .DetailTable table table,
  #tvcPC01 #tvcPC10 .DetailTable table table,
  #tvcAC02 #tvcPC01 .DetailTable table table,
  #tvcPC01 #tvcAC02 .DetailTable table table,
  #DIVCalculatorTips table #tvcPC01 .DetailTable table,
  #tvcPC01 .DetailTable #DIVCalculatorTips table table,
  .table #tvcPC12 .DetailTable table,
  #tvcPC12 .DetailTable .table table,
  #tvcHF01 #tvcPC12 .DetailTable table,
  #tvcPC12 #tvcHF01 .DetailTable table,
  #tvcHF06 #tvcPC12 .DetailTable table,
  #tvcPC12 #tvcHF06 .DetailTable table,
  #tvcHF08 #tvcPC12 .DetailTable table,
  #tvcPC12 #tvcHF08 .DetailTable table,
  #tvcHF02 #tvcPC12 .DetailTable table table,
  #tvcPC12 #tvcHF02 .DetailTable table table,
  #tvcHF03 #tvcPC12 .DetailTable table table,
  #tvcPC12 #tvcHF03 .DetailTable table table,
  #tvcHF04 #tvcPC12 .DetailTable table table,
  #tvcPC12 #tvcHF04 .DetailTable table table,
  #tvcHF09 #tvcPC12 .DetailTable table table,
  #tvcPC12 #tvcHF09 .DetailTable table table,
  #tvcPC01 #tvcPC12 .DetailTable table table,
  #tvcPC12 #tvcPC01 .DetailTable table table,
  #tvcPC12 .DetailTable table table,
  #tvcRC01 #tvcPC12 .DetailTable table table,
  #tvcPC12 #tvcRC01 .DetailTable table table,
  #tvcHF05 #tvcPC12 .DetailTable table table,
  #tvcPC12 #tvcHF05 .DetailTable table table,
  #tvcPC10 #tvcPC12 .DetailTable table table,
  #tvcPC12 #tvcPC10 .DetailTable table table,
  #tvcAC02 #tvcPC12 .DetailTable table table,
  #tvcPC12 #tvcAC02 .DetailTable table table,
  #DIVCalculatorTips table #tvcPC12 .DetailTable table,
  #tvcPC12 .DetailTable #DIVCalculatorTips table table,
  .table #tvcRC01 .DetailTable table,
  #tvcRC01 .DetailTable .table table,
  #tvcHF01 #tvcRC01 .DetailTable table,
  #tvcRC01 #tvcHF01 .DetailTable table,
  #tvcHF06 #tvcRC01 .DetailTable table,
  #tvcRC01 #tvcHF06 .DetailTable table,
  #tvcHF08 #tvcRC01 .DetailTable table,
  #tvcRC01 #tvcHF08 .DetailTable table,
  #tvcHF02 #tvcRC01 .DetailTable table table,
  #tvcRC01 #tvcHF02 .DetailTable table table,
  #tvcHF03 #tvcRC01 .DetailTable table table,
  #tvcRC01 #tvcHF03 .DetailTable table table,
  #tvcHF04 #tvcRC01 .DetailTable table table,
  #tvcRC01 #tvcHF04 .DetailTable table table,
  #tvcHF09 #tvcRC01 .DetailTable table table,
  #tvcRC01 #tvcHF09 .DetailTable table table,
  #tvcPC01 #tvcRC01 .DetailTable table table,
  #tvcRC01 #tvcPC01 .DetailTable table table,
  #tvcPC12 #tvcRC01 .DetailTable table table,
  #tvcRC01 #tvcPC12 .DetailTable table table,
  #tvcRC01 .DetailTable table table,
  #tvcHF05 #tvcRC01 .DetailTable table table,
  #tvcRC01 #tvcHF05 .DetailTable table table,
  #tvcPC10 #tvcRC01 .DetailTable table table,
  #tvcRC01 #tvcPC10 .DetailTable table table,
  #tvcAC02 #tvcRC01 .DetailTable table table,
  #tvcRC01 #tvcAC02 .DetailTable table table,
  #DIVCalculatorTips table #tvcRC01 .DetailTable table,
  #tvcRC01 .DetailTable #DIVCalculatorTips table table, .table #tvcHF05 .DetailTable table, #tvcHF05 .DetailTable .table table, #tvcHF01 #tvcHF05 .DetailTable table, #tvcHF05 #tvcHF01 .DetailTable table,
  #tvcHF06 #tvcHF05 .DetailTable table,
  #tvcHF05 #tvcHF06 .DetailTable table,
  #tvcHF08 #tvcHF05 .DetailTable table,
  #tvcHF05 #tvcHF08 .DetailTable table, #tvcHF02 #tvcHF05 .DetailTable table table, #tvcHF05 #tvcHF02 .DetailTable table table,
  #tvcHF03 #tvcHF05 .DetailTable table table,
  #tvcHF05 #tvcHF03 .DetailTable table table,
  #tvcHF04 #tvcHF05 .DetailTable table table,
  #tvcHF05 #tvcHF04 .DetailTable table table,
  #tvcHF09 #tvcHF05 .DetailTable table table,
  #tvcHF05 #tvcHF09 .DetailTable table table,
  #tvcPC01 #tvcHF05 .DetailTable table table,
  #tvcHF05 #tvcPC01 .DetailTable table table,
  #tvcPC12 #tvcHF05 .DetailTable table table,
  #tvcHF05 #tvcPC12 .DetailTable table table,
  #tvcRC01 #tvcHF05 .DetailTable table table,
  #tvcHF05 #tvcRC01 .DetailTable table table, #tvcHF05 .DetailTable table table,
  #tvcPC10 #tvcHF05 .DetailTable table table,
  #tvcHF05 #tvcPC10 .DetailTable table table,
  #tvcAC02 #tvcHF05 .DetailTable table table,
  #tvcHF05 #tvcAC02 .DetailTable table table, #DIVCalculatorTips table #tvcHF05 .DetailTable table, #tvcHF05 .DetailTable #DIVCalculatorTips table table,
  .table #tvcPC10 .DetailTable table,
  #tvcPC10 .DetailTable .table table,
  #tvcHF01 #tvcPC10 .DetailTable table,
  #tvcPC10 #tvcHF01 .DetailTable table,
  #tvcHF06 #tvcPC10 .DetailTable table,
  #tvcPC10 #tvcHF06 .DetailTable table,
  #tvcHF08 #tvcPC10 .DetailTable table,
  #tvcPC10 #tvcHF08 .DetailTable table,
  #tvcHF02 #tvcPC10 .DetailTable table table,
  #tvcPC10 #tvcHF02 .DetailTable table table,
  #tvcHF03 #tvcPC10 .DetailTable table table,
  #tvcPC10 #tvcHF03 .DetailTable table table,
  #tvcHF04 #tvcPC10 .DetailTable table table,
  #tvcPC10 #tvcHF04 .DetailTable table table,
  #tvcHF09 #tvcPC10 .DetailTable table table,
  #tvcPC10 #tvcHF09 .DetailTable table table,
  #tvcPC01 #tvcPC10 .DetailTable table table,
  #tvcPC10 #tvcPC01 .DetailTable table table,
  #tvcPC12 #tvcPC10 .DetailTable table table,
  #tvcPC10 #tvcPC12 .DetailTable table table,
  #tvcRC01 #tvcPC10 .DetailTable table table,
  #tvcPC10 #tvcRC01 .DetailTable table table,
  #tvcHF05 #tvcPC10 .DetailTable table table,
  #tvcPC10 #tvcHF05 .DetailTable table table,
  #tvcPC10 .DetailTable table table,
  #tvcAC02 #tvcPC10 .DetailTable table table,
  #tvcPC10 #tvcAC02 .DetailTable table table,
  #DIVCalculatorTips table #tvcPC10 .DetailTable table,
  #tvcPC10 .DetailTable #DIVCalculatorTips table table,
  .table #tvcAC02 .DetailTable table,
  #tvcAC02 .DetailTable .table table,
  #tvcHF01 #tvcAC02 .DetailTable table,
  #tvcAC02 #tvcHF01 .DetailTable table,
  #tvcHF06 #tvcAC02 .DetailTable table,
  #tvcAC02 #tvcHF06 .DetailTable table,
  #tvcHF08 #tvcAC02 .DetailTable table,
  #tvcAC02 #tvcHF08 .DetailTable table,
  #tvcHF02 #tvcAC02 .DetailTable table table,
  #tvcAC02 #tvcHF02 .DetailTable table table,
  #tvcHF03 #tvcAC02 .DetailTable table table,
  #tvcAC02 #tvcHF03 .DetailTable table table,
  #tvcHF04 #tvcAC02 .DetailTable table table,
  #tvcAC02 #tvcHF04 .DetailTable table table,
  #tvcHF09 #tvcAC02 .DetailTable table table,
  #tvcAC02 #tvcHF09 .DetailTable table table,
  #tvcPC01 #tvcAC02 .DetailTable table table,
  #tvcAC02 #tvcPC01 .DetailTable table table,
  #tvcPC12 #tvcAC02 .DetailTable table table,
  #tvcAC02 #tvcPC12 .DetailTable table table,
  #tvcRC01 #tvcAC02 .DetailTable table table,
  #tvcAC02 #tvcRC01 .DetailTable table table,
  #tvcHF05 #tvcAC02 .DetailTable table table,
  #tvcAC02 #tvcHF05 .DetailTable table table,
  #tvcPC10 #tvcAC02 .DetailTable table table,
  #tvcAC02 #tvcPC10 .DetailTable table table,
  #tvcAC02 .DetailTable table table,
  #DIVCalculatorTips table #tvcAC02 .DetailTable table,
  #tvcAC02 .DetailTable #DIVCalculatorTips table table, .table #DIVCalculatorTips table, #DIVCalculatorTips .table table, #tvcHF01 .DetailTable #DIVCalculatorTips table, #DIVCalculatorTips #tvcHF01 .DetailTable table,
  #tvcHF06 .DetailTable #DIVCalculatorTips table,
  #DIVCalculatorTips #tvcHF06 .DetailTable table,
  #tvcHF08 .DetailTable #DIVCalculatorTips table,
  #DIVCalculatorTips #tvcHF08 .DetailTable table, #tvcHF02 .DetailTable table #DIVCalculatorTips table, #DIVCalculatorTips #tvcHF02 .DetailTable table table,
  #tvcHF03 .DetailTable table #DIVCalculatorTips table,
  #DIVCalculatorTips #tvcHF03 .DetailTable table table,
  #tvcHF04 .DetailTable table #DIVCalculatorTips table,
  #DIVCalculatorTips #tvcHF04 .DetailTable table table,
  #tvcHF09 .DetailTable table #DIVCalculatorTips table,
  #DIVCalculatorTips #tvcHF09 .DetailTable table table,
  #tvcPC01 .DetailTable table #DIVCalculatorTips table,
  #DIVCalculatorTips #tvcPC01 .DetailTable table table,
  #tvcPC12 .DetailTable table #DIVCalculatorTips table,
  #DIVCalculatorTips #tvcPC12 .DetailTable table table,
  #tvcRC01 .DetailTable table #DIVCalculatorTips table,
  #DIVCalculatorTips #tvcRC01 .DetailTable table table, #tvcHF05 .DetailTable table #DIVCalculatorTips table, #DIVCalculatorTips #tvcHF05 .DetailTable table table,
  #tvcPC10 .DetailTable table #DIVCalculatorTips table,
  #DIVCalculatorTips #tvcPC10 .DetailTable table table,
  #tvcAC02 .DetailTable table #DIVCalculatorTips table,
  #DIVCalculatorTips #tvcAC02 .DetailTable table table, #DIVCalculatorTips table table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered, #tvcHF01 .DetailTable,
#tvcHF06 .DetailTable,
#tvcHF08 .DetailTable, #tvcHF02 .DetailTable table,
#tvcHF03 .DetailTable table,
#tvcHF04 .DetailTable table,
#tvcHF09 .DetailTable table,
#tvcPC01 .DetailTable table,
#tvcPC12 .DetailTable table,
#tvcRC01 .DetailTable table, #tvcHF05 .DetailTable table,
#tvcPC10 .DetailTable table,
#tvcAC02 .DetailTable table, #DIVCalculatorTips table {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th, #tvcHF01 .DetailTable > thead > tr > th,
  #tvcHF06 .DetailTable > thead > tr > th,
  #tvcHF08 .DetailTable > thead > tr > th, #tvcHF02 .DetailTable table > thead > tr > th,
  #tvcHF03 .DetailTable table > thead > tr > th,
  #tvcHF04 .DetailTable table > thead > tr > th,
  #tvcHF09 .DetailTable table > thead > tr > th,
  #tvcPC01 .DetailTable table > thead > tr > th,
  #tvcPC12 .DetailTable table > thead > tr > th,
  #tvcRC01 .DetailTable table > thead > tr > th, #tvcHF05 .DetailTable table > thead > tr > th,
  #tvcPC10 .DetailTable table > thead > tr > th,
  #tvcAC02 .DetailTable table > thead > tr > th, #DIVCalculatorTips table > thead > tr > th,
  .table-bordered > thead > tr > td,
  #tvcHF01 .DetailTable > thead > tr > td,
  #tvcHF06 .DetailTable > thead > tr > td,
  #tvcHF08 .DetailTable > thead > tr > td,
  #tvcHF02 .DetailTable table > thead > tr > td,
  #tvcHF03 .DetailTable table > thead > tr > td,
  #tvcHF04 .DetailTable table > thead > tr > td,
  #tvcHF09 .DetailTable table > thead > tr > td,
  #tvcPC01 .DetailTable table > thead > tr > td,
  #tvcPC12 .DetailTable table > thead > tr > td,
  #tvcRC01 .DetailTable table > thead > tr > td,
  #tvcHF05 .DetailTable table > thead > tr > td,
  #tvcPC10 .DetailTable table > thead > tr > td,
  #tvcAC02 .DetailTable table > thead > tr > td,
  #DIVCalculatorTips table > thead > tr > td,
  .table-bordered > tbody > tr > th,
  #tvcHF01 .DetailTable > tbody > tr > th,
  #tvcHF06 .DetailTable > tbody > tr > th,
  #tvcHF08 .DetailTable > tbody > tr > th,
  #tvcHF02 .DetailTable table > tbody > tr > th,
  #tvcHF03 .DetailTable table > tbody > tr > th,
  #tvcHF04 .DetailTable table > tbody > tr > th,
  #tvcHF09 .DetailTable table > tbody > tr > th,
  #tvcPC01 .DetailTable table > tbody > tr > th,
  #tvcPC12 .DetailTable table > tbody > tr > th,
  #tvcRC01 .DetailTable table > tbody > tr > th,
  #tvcHF05 .DetailTable table > tbody > tr > th,
  #tvcPC10 .DetailTable table > tbody > tr > th,
  #tvcAC02 .DetailTable table > tbody > tr > th,
  #DIVCalculatorTips table > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  #tvcHF01 .DetailTable > tbody > tr > td,
  #tvcHF06 .DetailTable > tbody > tr > td,
  #tvcHF08 .DetailTable > tbody > tr > td,
  #tvcHF02 .DetailTable table > tbody > tr > td,
  #tvcHF03 .DetailTable table > tbody > tr > td,
  #tvcHF04 .DetailTable table > tbody > tr > td,
  #tvcHF09 .DetailTable table > tbody > tr > td,
  #tvcPC01 .DetailTable table > tbody > tr > td,
  #tvcPC12 .DetailTable table > tbody > tr > td,
  #tvcRC01 .DetailTable table > tbody > tr > td,
  #tvcHF05 .DetailTable table > tbody > tr > td,
  #tvcPC10 .DetailTable table > tbody > tr > td,
  #tvcAC02 .DetailTable table > tbody > tr > td,
  #DIVCalculatorTips table > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  #tvcHF01 .DetailTable > tfoot > tr > th,
  #tvcHF06 .DetailTable > tfoot > tr > th,
  #tvcHF08 .DetailTable > tfoot > tr > th,
  #tvcHF02 .DetailTable table > tfoot > tr > th,
  #tvcHF03 .DetailTable table > tfoot > tr > th,
  #tvcHF04 .DetailTable table > tfoot > tr > th,
  #tvcHF09 .DetailTable table > tfoot > tr > th,
  #tvcPC01 .DetailTable table > tfoot > tr > th,
  #tvcPC12 .DetailTable table > tfoot > tr > th,
  #tvcRC01 .DetailTable table > tfoot > tr > th,
  #tvcHF05 .DetailTable table > tfoot > tr > th,
  #tvcPC10 .DetailTable table > tfoot > tr > th,
  #tvcAC02 .DetailTable table > tfoot > tr > th,
  #DIVCalculatorTips table > tfoot > tr > th,
  .table-bordered > tfoot > tr > td,
  #tvcHF01 .DetailTable > tfoot > tr > td,
  #tvcHF06 .DetailTable > tfoot > tr > td,
  #tvcHF08 .DetailTable > tfoot > tr > td,
  #tvcHF02 .DetailTable table > tfoot > tr > td,
  #tvcHF03 .DetailTable table > tfoot > tr > td,
  #tvcHF04 .DetailTable table > tfoot > tr > td,
  #tvcHF09 .DetailTable table > tfoot > tr > td,
  #tvcPC01 .DetailTable table > tfoot > tr > td,
  #tvcPC12 .DetailTable table > tfoot > tr > td,
  #tvcRC01 .DetailTable table > tfoot > tr > td,
  #tvcHF05 .DetailTable table > tfoot > tr > td,
  #tvcPC10 .DetailTable table > tfoot > tr > td,
  #tvcAC02 .DetailTable table > tfoot > tr > td,
  #DIVCalculatorTips table > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th, #tvcHF01 .DetailTable > thead > tr > th,
  #tvcHF06 .DetailTable > thead > tr > th,
  #tvcHF08 .DetailTable > thead > tr > th, #tvcHF02 .DetailTable table > thead > tr > th,
  #tvcHF03 .DetailTable table > thead > tr > th,
  #tvcHF04 .DetailTable table > thead > tr > th,
  #tvcHF09 .DetailTable table > thead > tr > th,
  #tvcPC01 .DetailTable table > thead > tr > th,
  #tvcPC12 .DetailTable table > thead > tr > th,
  #tvcRC01 .DetailTable table > thead > tr > th, #tvcHF05 .DetailTable table > thead > tr > th,
  #tvcPC10 .DetailTable table > thead > tr > th,
  #tvcAC02 .DetailTable table > thead > tr > th, #DIVCalculatorTips table > thead > tr > th,
  .table-bordered > thead > tr > td,
  #tvcHF01 .DetailTable > thead > tr > td,
  #tvcHF06 .DetailTable > thead > tr > td,
  #tvcHF08 .DetailTable > thead > tr > td,
  #tvcHF02 .DetailTable table > thead > tr > td,
  #tvcHF03 .DetailTable table > thead > tr > td,
  #tvcHF04 .DetailTable table > thead > tr > td,
  #tvcHF09 .DetailTable table > thead > tr > td,
  #tvcPC01 .DetailTable table > thead > tr > td,
  #tvcPC12 .DetailTable table > thead > tr > td,
  #tvcRC01 .DetailTable table > thead > tr > td,
  #tvcHF05 .DetailTable table > thead > tr > td,
  #tvcPC10 .DetailTable table > thead > tr > td,
  #tvcAC02 .DetailTable table > thead > tr > td,
  #DIVCalculatorTips table > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active, #tvcHF01 .DetailTable > thead > tr > td.active,
#tvcHF06 .DetailTable > thead > tr > td.active,
#tvcHF08 .DetailTable > thead > tr > td.active, #tvcHF02 .DetailTable table > thead > tr > td.active,
#tvcHF03 .DetailTable table > thead > tr > td.active,
#tvcHF04 .DetailTable table > thead > tr > td.active,
#tvcHF09 .DetailTable table > thead > tr > td.active,
#tvcPC01 .DetailTable table > thead > tr > td.active,
#tvcPC12 .DetailTable table > thead > tr > td.active,
#tvcRC01 .DetailTable table > thead > tr > td.active, #tvcHF05 .DetailTable table > thead > tr > td.active,
#tvcPC10 .DetailTable table > thead > tr > td.active,
#tvcAC02 .DetailTable table > thead > tr > td.active, #DIVCalculatorTips table > thead > tr > td.active,
.table > thead > tr > th.active,
#tvcHF01 .DetailTable > thead > tr > th.active,
#tvcHF06 .DetailTable > thead > tr > th.active,
#tvcHF08 .DetailTable > thead > tr > th.active,
#tvcHF02 .DetailTable table > thead > tr > th.active,
#tvcHF03 .DetailTable table > thead > tr > th.active,
#tvcHF04 .DetailTable table > thead > tr > th.active,
#tvcHF09 .DetailTable table > thead > tr > th.active,
#tvcPC01 .DetailTable table > thead > tr > th.active,
#tvcPC12 .DetailTable table > thead > tr > th.active,
#tvcRC01 .DetailTable table > thead > tr > th.active,
#tvcHF05 .DetailTable table > thead > tr > th.active,
#tvcPC10 .DetailTable table > thead > tr > th.active,
#tvcAC02 .DetailTable table > thead > tr > th.active,
#DIVCalculatorTips table > thead > tr > th.active, .table > thead > tr.active > td, #tvcHF01 .DetailTable > thead > tr.active > td,
#tvcHF06 .DetailTable > thead > tr.active > td,
#tvcHF08 .DetailTable > thead > tr.active > td, #tvcHF02 .DetailTable table > thead > tr.active > td,
#tvcHF03 .DetailTable table > thead > tr.active > td,
#tvcHF04 .DetailTable table > thead > tr.active > td,
#tvcHF09 .DetailTable table > thead > tr.active > td,
#tvcPC01 .DetailTable table > thead > tr.active > td,
#tvcPC12 .DetailTable table > thead > tr.active > td,
#tvcRC01 .DetailTable table > thead > tr.active > td, #tvcHF05 .DetailTable table > thead > tr.active > td,
#tvcPC10 .DetailTable table > thead > tr.active > td,
#tvcAC02 .DetailTable table > thead > tr.active > td, #DIVCalculatorTips table > thead > tr.active > td, .table > thead > tr.active > th, #tvcHF01 .DetailTable > thead > tr.active > th,
#tvcHF06 .DetailTable > thead > tr.active > th,
#tvcHF08 .DetailTable > thead > tr.active > th, #tvcHF02 .DetailTable table > thead > tr.active > th,
#tvcHF03 .DetailTable table > thead > tr.active > th,
#tvcHF04 .DetailTable table > thead > tr.active > th,
#tvcHF09 .DetailTable table > thead > tr.active > th,
#tvcPC01 .DetailTable table > thead > tr.active > th,
#tvcPC12 .DetailTable table > thead > tr.active > th,
#tvcRC01 .DetailTable table > thead > tr.active > th, #tvcHF05 .DetailTable table > thead > tr.active > th,
#tvcPC10 .DetailTable table > thead > tr.active > th,
#tvcAC02 .DetailTable table > thead > tr.active > th, #DIVCalculatorTips table > thead > tr.active > th,
.table > tbody > tr > td.active,
#tvcHF01 .DetailTable > tbody > tr > td.active,
#tvcHF06 .DetailTable > tbody > tr > td.active,
#tvcHF08 .DetailTable > tbody > tr > td.active,
#tvcHF02 .DetailTable table > tbody > tr > td.active,
#tvcHF03 .DetailTable table > tbody > tr > td.active,
#tvcHF04 .DetailTable table > tbody > tr > td.active,
#tvcHF09 .DetailTable table > tbody > tr > td.active,
#tvcPC01 .DetailTable table > tbody > tr > td.active,
#tvcPC12 .DetailTable table > tbody > tr > td.active,
#tvcRC01 .DetailTable table > tbody > tr > td.active,
#tvcHF05 .DetailTable table > tbody > tr > td.active,
#tvcPC10 .DetailTable table > tbody > tr > td.active,
#tvcAC02 .DetailTable table > tbody > tr > td.active,
#DIVCalculatorTips table > tbody > tr > td.active,
.table > tbody > tr > th.active,
#tvcHF01 .DetailTable > tbody > tr > th.active,
#tvcHF06 .DetailTable > tbody > tr > th.active,
#tvcHF08 .DetailTable > tbody > tr > th.active,
#tvcHF02 .DetailTable table > tbody > tr > th.active,
#tvcHF03 .DetailTable table > tbody > tr > th.active,
#tvcHF04 .DetailTable table > tbody > tr > th.active,
#tvcHF09 .DetailTable table > tbody > tr > th.active,
#tvcPC01 .DetailTable table > tbody > tr > th.active,
#tvcPC12 .DetailTable table > tbody > tr > th.active,
#tvcRC01 .DetailTable table > tbody > tr > th.active,
#tvcHF05 .DetailTable table > tbody > tr > th.active,
#tvcPC10 .DetailTable table > tbody > tr > th.active,
#tvcAC02 .DetailTable table > tbody > tr > th.active,
#DIVCalculatorTips table > tbody > tr > th.active,
.table > tbody > tr.active > td,
#tvcHF01 .DetailTable > tbody > tr.active > td,
#tvcHF06 .DetailTable > tbody > tr.active > td,
#tvcHF08 .DetailTable > tbody > tr.active > td,
#tvcHF02 .DetailTable table > tbody > tr.active > td,
#tvcHF03 .DetailTable table > tbody > tr.active > td,
#tvcHF04 .DetailTable table > tbody > tr.active > td,
#tvcHF09 .DetailTable table > tbody > tr.active > td,
#tvcPC01 .DetailTable table > tbody > tr.active > td,
#tvcPC12 .DetailTable table > tbody > tr.active > td,
#tvcRC01 .DetailTable table > tbody > tr.active > td,
#tvcHF05 .DetailTable table > tbody > tr.active > td,
#tvcPC10 .DetailTable table > tbody > tr.active > td,
#tvcAC02 .DetailTable table > tbody > tr.active > td,
#DIVCalculatorTips table > tbody > tr.active > td,
.table > tbody > tr.active > th,
#tvcHF01 .DetailTable > tbody > tr.active > th,
#tvcHF06 .DetailTable > tbody > tr.active > th,
#tvcHF08 .DetailTable > tbody > tr.active > th,
#tvcHF02 .DetailTable table > tbody > tr.active > th,
#tvcHF03 .DetailTable table > tbody > tr.active > th,
#tvcHF04 .DetailTable table > tbody > tr.active > th,
#tvcHF09 .DetailTable table > tbody > tr.active > th,
#tvcPC01 .DetailTable table > tbody > tr.active > th,
#tvcPC12 .DetailTable table > tbody > tr.active > th,
#tvcRC01 .DetailTable table > tbody > tr.active > th,
#tvcHF05 .DetailTable table > tbody > tr.active > th,
#tvcPC10 .DetailTable table > tbody > tr.active > th,
#tvcAC02 .DetailTable table > tbody > tr.active > th,
#DIVCalculatorTips table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
#tvcHF01 .DetailTable > tfoot > tr > td.active,
#tvcHF06 .DetailTable > tfoot > tr > td.active,
#tvcHF08 .DetailTable > tfoot > tr > td.active,
#tvcHF02 .DetailTable table > tfoot > tr > td.active,
#tvcHF03 .DetailTable table > tfoot > tr > td.active,
#tvcHF04 .DetailTable table > tfoot > tr > td.active,
#tvcHF09 .DetailTable table > tfoot > tr > td.active,
#tvcPC01 .DetailTable table > tfoot > tr > td.active,
#tvcPC12 .DetailTable table > tfoot > tr > td.active,
#tvcRC01 .DetailTable table > tfoot > tr > td.active,
#tvcHF05 .DetailTable table > tfoot > tr > td.active,
#tvcPC10 .DetailTable table > tfoot > tr > td.active,
#tvcAC02 .DetailTable table > tfoot > tr > td.active,
#DIVCalculatorTips table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
#tvcHF01 .DetailTable > tfoot > tr > th.active,
#tvcHF06 .DetailTable > tfoot > tr > th.active,
#tvcHF08 .DetailTable > tfoot > tr > th.active,
#tvcHF02 .DetailTable table > tfoot > tr > th.active,
#tvcHF03 .DetailTable table > tfoot > tr > th.active,
#tvcHF04 .DetailTable table > tfoot > tr > th.active,
#tvcHF09 .DetailTable table > tfoot > tr > th.active,
#tvcPC01 .DetailTable table > tfoot > tr > th.active,
#tvcPC12 .DetailTable table > tfoot > tr > th.active,
#tvcRC01 .DetailTable table > tfoot > tr > th.active,
#tvcHF05 .DetailTable table > tfoot > tr > th.active,
#tvcPC10 .DetailTable table > tfoot > tr > th.active,
#tvcAC02 .DetailTable table > tfoot > tr > th.active,
#DIVCalculatorTips table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
#tvcHF01 .DetailTable > tfoot > tr.active > td,
#tvcHF06 .DetailTable > tfoot > tr.active > td,
#tvcHF08 .DetailTable > tfoot > tr.active > td,
#tvcHF02 .DetailTable table > tfoot > tr.active > td,
#tvcHF03 .DetailTable table > tfoot > tr.active > td,
#tvcHF04 .DetailTable table > tfoot > tr.active > td,
#tvcHF09 .DetailTable table > tfoot > tr.active > td,
#tvcPC01 .DetailTable table > tfoot > tr.active > td,
#tvcPC12 .DetailTable table > tfoot > tr.active > td,
#tvcRC01 .DetailTable table > tfoot > tr.active > td,
#tvcHF05 .DetailTable table > tfoot > tr.active > td,
#tvcPC10 .DetailTable table > tfoot > tr.active > td,
#tvcAC02 .DetailTable table > tfoot > tr.active > td,
#DIVCalculatorTips table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
#tvcHF01 .DetailTable > tfoot > tr.active > th,
#tvcHF06 .DetailTable > tfoot > tr.active > th,
#tvcHF08 .DetailTable > tfoot > tr.active > th,
#tvcHF02 .DetailTable table > tfoot > tr.active > th,
#tvcHF03 .DetailTable table > tfoot > tr.active > th,
#tvcHF04 .DetailTable table > tfoot > tr.active > th,
#tvcHF09 .DetailTable table > tfoot > tr.active > th,
#tvcPC01 .DetailTable table > tfoot > tr.active > th,
#tvcPC12 .DetailTable table > tfoot > tr.active > th,
#tvcRC01 .DetailTable table > tfoot > tr.active > th,
#tvcHF05 .DetailTable table > tfoot > tr.active > th,
#tvcPC10 .DetailTable table > tfoot > tr.active > th,
#tvcAC02 .DetailTable table > tfoot > tr.active > th,
#DIVCalculatorTips table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success, #tvcHF01 .DetailTable > thead > tr > td.success,
#tvcHF06 .DetailTable > thead > tr > td.success,
#tvcHF08 .DetailTable > thead > tr > td.success, #tvcHF02 .DetailTable table > thead > tr > td.success,
#tvcHF03 .DetailTable table > thead > tr > td.success,
#tvcHF04 .DetailTable table > thead > tr > td.success,
#tvcHF09 .DetailTable table > thead > tr > td.success,
#tvcPC01 .DetailTable table > thead > tr > td.success,
#tvcPC12 .DetailTable table > thead > tr > td.success,
#tvcRC01 .DetailTable table > thead > tr > td.success, #tvcHF05 .DetailTable table > thead > tr > td.success,
#tvcPC10 .DetailTable table > thead > tr > td.success,
#tvcAC02 .DetailTable table > thead > tr > td.success, #DIVCalculatorTips table > thead > tr > td.success,
.table > thead > tr > th.success,
#tvcHF01 .DetailTable > thead > tr > th.success,
#tvcHF06 .DetailTable > thead > tr > th.success,
#tvcHF08 .DetailTable > thead > tr > th.success,
#tvcHF02 .DetailTable table > thead > tr > th.success,
#tvcHF03 .DetailTable table > thead > tr > th.success,
#tvcHF04 .DetailTable table > thead > tr > th.success,
#tvcHF09 .DetailTable table > thead > tr > th.success,
#tvcPC01 .DetailTable table > thead > tr > th.success,
#tvcPC12 .DetailTable table > thead > tr > th.success,
#tvcRC01 .DetailTable table > thead > tr > th.success,
#tvcHF05 .DetailTable table > thead > tr > th.success,
#tvcPC10 .DetailTable table > thead > tr > th.success,
#tvcAC02 .DetailTable table > thead > tr > th.success,
#DIVCalculatorTips table > thead > tr > th.success, .table > thead > tr.success > td, #tvcHF01 .DetailTable > thead > tr.success > td,
#tvcHF06 .DetailTable > thead > tr.success > td,
#tvcHF08 .DetailTable > thead > tr.success > td, #tvcHF02 .DetailTable table > thead > tr.success > td,
#tvcHF03 .DetailTable table > thead > tr.success > td,
#tvcHF04 .DetailTable table > thead > tr.success > td,
#tvcHF09 .DetailTable table > thead > tr.success > td,
#tvcPC01 .DetailTable table > thead > tr.success > td,
#tvcPC12 .DetailTable table > thead > tr.success > td,
#tvcRC01 .DetailTable table > thead > tr.success > td, #tvcHF05 .DetailTable table > thead > tr.success > td,
#tvcPC10 .DetailTable table > thead > tr.success > td,
#tvcAC02 .DetailTable table > thead > tr.success > td, #DIVCalculatorTips table > thead > tr.success > td, .table > thead > tr.success > th, #tvcHF01 .DetailTable > thead > tr.success > th,
#tvcHF06 .DetailTable > thead > tr.success > th,
#tvcHF08 .DetailTable > thead > tr.success > th, #tvcHF02 .DetailTable table > thead > tr.success > th,
#tvcHF03 .DetailTable table > thead > tr.success > th,
#tvcHF04 .DetailTable table > thead > tr.success > th,
#tvcHF09 .DetailTable table > thead > tr.success > th,
#tvcPC01 .DetailTable table > thead > tr.success > th,
#tvcPC12 .DetailTable table > thead > tr.success > th,
#tvcRC01 .DetailTable table > thead > tr.success > th, #tvcHF05 .DetailTable table > thead > tr.success > th,
#tvcPC10 .DetailTable table > thead > tr.success > th,
#tvcAC02 .DetailTable table > thead > tr.success > th, #DIVCalculatorTips table > thead > tr.success > th,
.table > tbody > tr > td.success,
#tvcHF01 .DetailTable > tbody > tr > td.success,
#tvcHF06 .DetailTable > tbody > tr > td.success,
#tvcHF08 .DetailTable > tbody > tr > td.success,
#tvcHF02 .DetailTable table > tbody > tr > td.success,
#tvcHF03 .DetailTable table > tbody > tr > td.success,
#tvcHF04 .DetailTable table > tbody > tr > td.success,
#tvcHF09 .DetailTable table > tbody > tr > td.success,
#tvcPC01 .DetailTable table > tbody > tr > td.success,
#tvcPC12 .DetailTable table > tbody > tr > td.success,
#tvcRC01 .DetailTable table > tbody > tr > td.success,
#tvcHF05 .DetailTable table > tbody > tr > td.success,
#tvcPC10 .DetailTable table > tbody > tr > td.success,
#tvcAC02 .DetailTable table > tbody > tr > td.success,
#DIVCalculatorTips table > tbody > tr > td.success,
.table > tbody > tr > th.success,
#tvcHF01 .DetailTable > tbody > tr > th.success,
#tvcHF06 .DetailTable > tbody > tr > th.success,
#tvcHF08 .DetailTable > tbody > tr > th.success,
#tvcHF02 .DetailTable table > tbody > tr > th.success,
#tvcHF03 .DetailTable table > tbody > tr > th.success,
#tvcHF04 .DetailTable table > tbody > tr > th.success,
#tvcHF09 .DetailTable table > tbody > tr > th.success,
#tvcPC01 .DetailTable table > tbody > tr > th.success,
#tvcPC12 .DetailTable table > tbody > tr > th.success,
#tvcRC01 .DetailTable table > tbody > tr > th.success,
#tvcHF05 .DetailTable table > tbody > tr > th.success,
#tvcPC10 .DetailTable table > tbody > tr > th.success,
#tvcAC02 .DetailTable table > tbody > tr > th.success,
#DIVCalculatorTips table > tbody > tr > th.success,
.table > tbody > tr.success > td,
#tvcHF01 .DetailTable > tbody > tr.success > td,
#tvcHF06 .DetailTable > tbody > tr.success > td,
#tvcHF08 .DetailTable > tbody > tr.success > td,
#tvcHF02 .DetailTable table > tbody > tr.success > td,
#tvcHF03 .DetailTable table > tbody > tr.success > td,
#tvcHF04 .DetailTable table > tbody > tr.success > td,
#tvcHF09 .DetailTable table > tbody > tr.success > td,
#tvcPC01 .DetailTable table > tbody > tr.success > td,
#tvcPC12 .DetailTable table > tbody > tr.success > td,
#tvcRC01 .DetailTable table > tbody > tr.success > td,
#tvcHF05 .DetailTable table > tbody > tr.success > td,
#tvcPC10 .DetailTable table > tbody > tr.success > td,
#tvcAC02 .DetailTable table > tbody > tr.success > td,
#DIVCalculatorTips table > tbody > tr.success > td,
.table > tbody > tr.success > th,
#tvcHF01 .DetailTable > tbody > tr.success > th,
#tvcHF06 .DetailTable > tbody > tr.success > th,
#tvcHF08 .DetailTable > tbody > tr.success > th,
#tvcHF02 .DetailTable table > tbody > tr.success > th,
#tvcHF03 .DetailTable table > tbody > tr.success > th,
#tvcHF04 .DetailTable table > tbody > tr.success > th,
#tvcHF09 .DetailTable table > tbody > tr.success > th,
#tvcPC01 .DetailTable table > tbody > tr.success > th,
#tvcPC12 .DetailTable table > tbody > tr.success > th,
#tvcRC01 .DetailTable table > tbody > tr.success > th,
#tvcHF05 .DetailTable table > tbody > tr.success > th,
#tvcPC10 .DetailTable table > tbody > tr.success > th,
#tvcAC02 .DetailTable table > tbody > tr.success > th,
#DIVCalculatorTips table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
#tvcHF01 .DetailTable > tfoot > tr > td.success,
#tvcHF06 .DetailTable > tfoot > tr > td.success,
#tvcHF08 .DetailTable > tfoot > tr > td.success,
#tvcHF02 .DetailTable table > tfoot > tr > td.success,
#tvcHF03 .DetailTable table > tfoot > tr > td.success,
#tvcHF04 .DetailTable table > tfoot > tr > td.success,
#tvcHF09 .DetailTable table > tfoot > tr > td.success,
#tvcPC01 .DetailTable table > tfoot > tr > td.success,
#tvcPC12 .DetailTable table > tfoot > tr > td.success,
#tvcRC01 .DetailTable table > tfoot > tr > td.success,
#tvcHF05 .DetailTable table > tfoot > tr > td.success,
#tvcPC10 .DetailTable table > tfoot > tr > td.success,
#tvcAC02 .DetailTable table > tfoot > tr > td.success,
#DIVCalculatorTips table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
#tvcHF01 .DetailTable > tfoot > tr > th.success,
#tvcHF06 .DetailTable > tfoot > tr > th.success,
#tvcHF08 .DetailTable > tfoot > tr > th.success,
#tvcHF02 .DetailTable table > tfoot > tr > th.success,
#tvcHF03 .DetailTable table > tfoot > tr > th.success,
#tvcHF04 .DetailTable table > tfoot > tr > th.success,
#tvcHF09 .DetailTable table > tfoot > tr > th.success,
#tvcPC01 .DetailTable table > tfoot > tr > th.success,
#tvcPC12 .DetailTable table > tfoot > tr > th.success,
#tvcRC01 .DetailTable table > tfoot > tr > th.success,
#tvcHF05 .DetailTable table > tfoot > tr > th.success,
#tvcPC10 .DetailTable table > tfoot > tr > th.success,
#tvcAC02 .DetailTable table > tfoot > tr > th.success,
#DIVCalculatorTips table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
#tvcHF01 .DetailTable > tfoot > tr.success > td,
#tvcHF06 .DetailTable > tfoot > tr.success > td,
#tvcHF08 .DetailTable > tfoot > tr.success > td,
#tvcHF02 .DetailTable table > tfoot > tr.success > td,
#tvcHF03 .DetailTable table > tfoot > tr.success > td,
#tvcHF04 .DetailTable table > tfoot > tr.success > td,
#tvcHF09 .DetailTable table > tfoot > tr.success > td,
#tvcPC01 .DetailTable table > tfoot > tr.success > td,
#tvcPC12 .DetailTable table > tfoot > tr.success > td,
#tvcRC01 .DetailTable table > tfoot > tr.success > td,
#tvcHF05 .DetailTable table > tfoot > tr.success > td,
#tvcPC10 .DetailTable table > tfoot > tr.success > td,
#tvcAC02 .DetailTable table > tfoot > tr.success > td,
#DIVCalculatorTips table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
#tvcHF01 .DetailTable > tfoot > tr.success > th,
#tvcHF06 .DetailTable > tfoot > tr.success > th,
#tvcHF08 .DetailTable > tfoot > tr.success > th,
#tvcHF02 .DetailTable table > tfoot > tr.success > th,
#tvcHF03 .DetailTable table > tfoot > tr.success > th,
#tvcHF04 .DetailTable table > tfoot > tr.success > th,
#tvcHF09 .DetailTable table > tfoot > tr.success > th,
#tvcPC01 .DetailTable table > tfoot > tr.success > th,
#tvcPC12 .DetailTable table > tfoot > tr.success > th,
#tvcRC01 .DetailTable table > tfoot > tr.success > th,
#tvcHF05 .DetailTable table > tfoot > tr.success > th,
#tvcPC10 .DetailTable table > tfoot > tr.success > th,
#tvcAC02 .DetailTable table > tfoot > tr.success > th,
#DIVCalculatorTips table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info, #tvcHF01 .DetailTable > thead > tr > td.info,
#tvcHF06 .DetailTable > thead > tr > td.info,
#tvcHF08 .DetailTable > thead > tr > td.info, #tvcHF02 .DetailTable table > thead > tr > td.info,
#tvcHF03 .DetailTable table > thead > tr > td.info,
#tvcHF04 .DetailTable table > thead > tr > td.info,
#tvcHF09 .DetailTable table > thead > tr > td.info,
#tvcPC01 .DetailTable table > thead > tr > td.info,
#tvcPC12 .DetailTable table > thead > tr > td.info,
#tvcRC01 .DetailTable table > thead > tr > td.info, #tvcHF05 .DetailTable table > thead > tr > td.info,
#tvcPC10 .DetailTable table > thead > tr > td.info,
#tvcAC02 .DetailTable table > thead > tr > td.info, #DIVCalculatorTips table > thead > tr > td.info,
.table > thead > tr > th.info,
#tvcHF01 .DetailTable > thead > tr > th.info,
#tvcHF06 .DetailTable > thead > tr > th.info,
#tvcHF08 .DetailTable > thead > tr > th.info,
#tvcHF02 .DetailTable table > thead > tr > th.info,
#tvcHF03 .DetailTable table > thead > tr > th.info,
#tvcHF04 .DetailTable table > thead > tr > th.info,
#tvcHF09 .DetailTable table > thead > tr > th.info,
#tvcPC01 .DetailTable table > thead > tr > th.info,
#tvcPC12 .DetailTable table > thead > tr > th.info,
#tvcRC01 .DetailTable table > thead > tr > th.info,
#tvcHF05 .DetailTable table > thead > tr > th.info,
#tvcPC10 .DetailTable table > thead > tr > th.info,
#tvcAC02 .DetailTable table > thead > tr > th.info,
#DIVCalculatorTips table > thead > tr > th.info, .table > thead > tr.info > td, #tvcHF01 .DetailTable > thead > tr.info > td,
#tvcHF06 .DetailTable > thead > tr.info > td,
#tvcHF08 .DetailTable > thead > tr.info > td, #tvcHF02 .DetailTable table > thead > tr.info > td,
#tvcHF03 .DetailTable table > thead > tr.info > td,
#tvcHF04 .DetailTable table > thead > tr.info > td,
#tvcHF09 .DetailTable table > thead > tr.info > td,
#tvcPC01 .DetailTable table > thead > tr.info > td,
#tvcPC12 .DetailTable table > thead > tr.info > td,
#tvcRC01 .DetailTable table > thead > tr.info > td, #tvcHF05 .DetailTable table > thead > tr.info > td,
#tvcPC10 .DetailTable table > thead > tr.info > td,
#tvcAC02 .DetailTable table > thead > tr.info > td, #DIVCalculatorTips table > thead > tr.info > td, .table > thead > tr.info > th, #tvcHF01 .DetailTable > thead > tr.info > th,
#tvcHF06 .DetailTable > thead > tr.info > th,
#tvcHF08 .DetailTable > thead > tr.info > th, #tvcHF02 .DetailTable table > thead > tr.info > th,
#tvcHF03 .DetailTable table > thead > tr.info > th,
#tvcHF04 .DetailTable table > thead > tr.info > th,
#tvcHF09 .DetailTable table > thead > tr.info > th,
#tvcPC01 .DetailTable table > thead > tr.info > th,
#tvcPC12 .DetailTable table > thead > tr.info > th,
#tvcRC01 .DetailTable table > thead > tr.info > th, #tvcHF05 .DetailTable table > thead > tr.info > th,
#tvcPC10 .DetailTable table > thead > tr.info > th,
#tvcAC02 .DetailTable table > thead > tr.info > th, #DIVCalculatorTips table > thead > tr.info > th,
.table > tbody > tr > td.info,
#tvcHF01 .DetailTable > tbody > tr > td.info,
#tvcHF06 .DetailTable > tbody > tr > td.info,
#tvcHF08 .DetailTable > tbody > tr > td.info,
#tvcHF02 .DetailTable table > tbody > tr > td.info,
#tvcHF03 .DetailTable table > tbody > tr > td.info,
#tvcHF04 .DetailTable table > tbody > tr > td.info,
#tvcHF09 .DetailTable table > tbody > tr > td.info,
#tvcPC01 .DetailTable table > tbody > tr > td.info,
#tvcPC12 .DetailTable table > tbody > tr > td.info,
#tvcRC01 .DetailTable table > tbody > tr > td.info,
#tvcHF05 .DetailTable table > tbody > tr > td.info,
#tvcPC10 .DetailTable table > tbody > tr > td.info,
#tvcAC02 .DetailTable table > tbody > tr > td.info,
#DIVCalculatorTips table > tbody > tr > td.info,
.table > tbody > tr > th.info,
#tvcHF01 .DetailTable > tbody > tr > th.info,
#tvcHF06 .DetailTable > tbody > tr > th.info,
#tvcHF08 .DetailTable > tbody > tr > th.info,
#tvcHF02 .DetailTable table > tbody > tr > th.info,
#tvcHF03 .DetailTable table > tbody > tr > th.info,
#tvcHF04 .DetailTable table > tbody > tr > th.info,
#tvcHF09 .DetailTable table > tbody > tr > th.info,
#tvcPC01 .DetailTable table > tbody > tr > th.info,
#tvcPC12 .DetailTable table > tbody > tr > th.info,
#tvcRC01 .DetailTable table > tbody > tr > th.info,
#tvcHF05 .DetailTable table > tbody > tr > th.info,
#tvcPC10 .DetailTable table > tbody > tr > th.info,
#tvcAC02 .DetailTable table > tbody > tr > th.info,
#DIVCalculatorTips table > tbody > tr > th.info,
.table > tbody > tr.info > td,
#tvcHF01 .DetailTable > tbody > tr.info > td,
#tvcHF06 .DetailTable > tbody > tr.info > td,
#tvcHF08 .DetailTable > tbody > tr.info > td,
#tvcHF02 .DetailTable table > tbody > tr.info > td,
#tvcHF03 .DetailTable table > tbody > tr.info > td,
#tvcHF04 .DetailTable table > tbody > tr.info > td,
#tvcHF09 .DetailTable table > tbody > tr.info > td,
#tvcPC01 .DetailTable table > tbody > tr.info > td,
#tvcPC12 .DetailTable table > tbody > tr.info > td,
#tvcRC01 .DetailTable table > tbody > tr.info > td,
#tvcHF05 .DetailTable table > tbody > tr.info > td,
#tvcPC10 .DetailTable table > tbody > tr.info > td,
#tvcAC02 .DetailTable table > tbody > tr.info > td,
#DIVCalculatorTips table > tbody > tr.info > td,
.table > tbody > tr.info > th,
#tvcHF01 .DetailTable > tbody > tr.info > th,
#tvcHF06 .DetailTable > tbody > tr.info > th,
#tvcHF08 .DetailTable > tbody > tr.info > th,
#tvcHF02 .DetailTable table > tbody > tr.info > th,
#tvcHF03 .DetailTable table > tbody > tr.info > th,
#tvcHF04 .DetailTable table > tbody > tr.info > th,
#tvcHF09 .DetailTable table > tbody > tr.info > th,
#tvcPC01 .DetailTable table > tbody > tr.info > th,
#tvcPC12 .DetailTable table > tbody > tr.info > th,
#tvcRC01 .DetailTable table > tbody > tr.info > th,
#tvcHF05 .DetailTable table > tbody > tr.info > th,
#tvcPC10 .DetailTable table > tbody > tr.info > th,
#tvcAC02 .DetailTable table > tbody > tr.info > th,
#DIVCalculatorTips table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
#tvcHF01 .DetailTable > tfoot > tr > td.info,
#tvcHF06 .DetailTable > tfoot > tr > td.info,
#tvcHF08 .DetailTable > tfoot > tr > td.info,
#tvcHF02 .DetailTable table > tfoot > tr > td.info,
#tvcHF03 .DetailTable table > tfoot > tr > td.info,
#tvcHF04 .DetailTable table > tfoot > tr > td.info,
#tvcHF09 .DetailTable table > tfoot > tr > td.info,
#tvcPC01 .DetailTable table > tfoot > tr > td.info,
#tvcPC12 .DetailTable table > tfoot > tr > td.info,
#tvcRC01 .DetailTable table > tfoot > tr > td.info,
#tvcHF05 .DetailTable table > tfoot > tr > td.info,
#tvcPC10 .DetailTable table > tfoot > tr > td.info,
#tvcAC02 .DetailTable table > tfoot > tr > td.info,
#DIVCalculatorTips table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
#tvcHF01 .DetailTable > tfoot > tr > th.info,
#tvcHF06 .DetailTable > tfoot > tr > th.info,
#tvcHF08 .DetailTable > tfoot > tr > th.info,
#tvcHF02 .DetailTable table > tfoot > tr > th.info,
#tvcHF03 .DetailTable table > tfoot > tr > th.info,
#tvcHF04 .DetailTable table > tfoot > tr > th.info,
#tvcHF09 .DetailTable table > tfoot > tr > th.info,
#tvcPC01 .DetailTable table > tfoot > tr > th.info,
#tvcPC12 .DetailTable table > tfoot > tr > th.info,
#tvcRC01 .DetailTable table > tfoot > tr > th.info,
#tvcHF05 .DetailTable table > tfoot > tr > th.info,
#tvcPC10 .DetailTable table > tfoot > tr > th.info,
#tvcAC02 .DetailTable table > tfoot > tr > th.info,
#DIVCalculatorTips table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
#tvcHF01 .DetailTable > tfoot > tr.info > td,
#tvcHF06 .DetailTable > tfoot > tr.info > td,
#tvcHF08 .DetailTable > tfoot > tr.info > td,
#tvcHF02 .DetailTable table > tfoot > tr.info > td,
#tvcHF03 .DetailTable table > tfoot > tr.info > td,
#tvcHF04 .DetailTable table > tfoot > tr.info > td,
#tvcHF09 .DetailTable table > tfoot > tr.info > td,
#tvcPC01 .DetailTable table > tfoot > tr.info > td,
#tvcPC12 .DetailTable table > tfoot > tr.info > td,
#tvcRC01 .DetailTable table > tfoot > tr.info > td,
#tvcHF05 .DetailTable table > tfoot > tr.info > td,
#tvcPC10 .DetailTable table > tfoot > tr.info > td,
#tvcAC02 .DetailTable table > tfoot > tr.info > td,
#DIVCalculatorTips table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
#tvcHF01 .DetailTable > tfoot > tr.info > th,
#tvcHF06 .DetailTable > tfoot > tr.info > th,
#tvcHF08 .DetailTable > tfoot > tr.info > th,
#tvcHF02 .DetailTable table > tfoot > tr.info > th,
#tvcHF03 .DetailTable table > tfoot > tr.info > th,
#tvcHF04 .DetailTable table > tfoot > tr.info > th,
#tvcHF09 .DetailTable table > tfoot > tr.info > th,
#tvcPC01 .DetailTable table > tfoot > tr.info > th,
#tvcPC12 .DetailTable table > tfoot > tr.info > th,
#tvcRC01 .DetailTable table > tfoot > tr.info > th,
#tvcHF05 .DetailTable table > tfoot > tr.info > th,
#tvcPC10 .DetailTable table > tfoot > tr.info > th,
#tvcAC02 .DetailTable table > tfoot > tr.info > th,
#DIVCalculatorTips table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning, #tvcHF01 .DetailTable > thead > tr > td.warning,
#tvcHF06 .DetailTable > thead > tr > td.warning,
#tvcHF08 .DetailTable > thead > tr > td.warning, #tvcHF02 .DetailTable table > thead > tr > td.warning,
#tvcHF03 .DetailTable table > thead > tr > td.warning,
#tvcHF04 .DetailTable table > thead > tr > td.warning,
#tvcHF09 .DetailTable table > thead > tr > td.warning,
#tvcPC01 .DetailTable table > thead > tr > td.warning,
#tvcPC12 .DetailTable table > thead > tr > td.warning,
#tvcRC01 .DetailTable table > thead > tr > td.warning, #tvcHF05 .DetailTable table > thead > tr > td.warning,
#tvcPC10 .DetailTable table > thead > tr > td.warning,
#tvcAC02 .DetailTable table > thead > tr > td.warning, #DIVCalculatorTips table > thead > tr > td.warning,
.table > thead > tr > th.warning,
#tvcHF01 .DetailTable > thead > tr > th.warning,
#tvcHF06 .DetailTable > thead > tr > th.warning,
#tvcHF08 .DetailTable > thead > tr > th.warning,
#tvcHF02 .DetailTable table > thead > tr > th.warning,
#tvcHF03 .DetailTable table > thead > tr > th.warning,
#tvcHF04 .DetailTable table > thead > tr > th.warning,
#tvcHF09 .DetailTable table > thead > tr > th.warning,
#tvcPC01 .DetailTable table > thead > tr > th.warning,
#tvcPC12 .DetailTable table > thead > tr > th.warning,
#tvcRC01 .DetailTable table > thead > tr > th.warning,
#tvcHF05 .DetailTable table > thead > tr > th.warning,
#tvcPC10 .DetailTable table > thead > tr > th.warning,
#tvcAC02 .DetailTable table > thead > tr > th.warning,
#DIVCalculatorTips table > thead > tr > th.warning, .table > thead > tr.warning > td, #tvcHF01 .DetailTable > thead > tr.warning > td,
#tvcHF06 .DetailTable > thead > tr.warning > td,
#tvcHF08 .DetailTable > thead > tr.warning > td, #tvcHF02 .DetailTable table > thead > tr.warning > td,
#tvcHF03 .DetailTable table > thead > tr.warning > td,
#tvcHF04 .DetailTable table > thead > tr.warning > td,
#tvcHF09 .DetailTable table > thead > tr.warning > td,
#tvcPC01 .DetailTable table > thead > tr.warning > td,
#tvcPC12 .DetailTable table > thead > tr.warning > td,
#tvcRC01 .DetailTable table > thead > tr.warning > td, #tvcHF05 .DetailTable table > thead > tr.warning > td,
#tvcPC10 .DetailTable table > thead > tr.warning > td,
#tvcAC02 .DetailTable table > thead > tr.warning > td, #DIVCalculatorTips table > thead > tr.warning > td, .table > thead > tr.warning > th, #tvcHF01 .DetailTable > thead > tr.warning > th,
#tvcHF06 .DetailTable > thead > tr.warning > th,
#tvcHF08 .DetailTable > thead > tr.warning > th, #tvcHF02 .DetailTable table > thead > tr.warning > th,
#tvcHF03 .DetailTable table > thead > tr.warning > th,
#tvcHF04 .DetailTable table > thead > tr.warning > th,
#tvcHF09 .DetailTable table > thead > tr.warning > th,
#tvcPC01 .DetailTable table > thead > tr.warning > th,
#tvcPC12 .DetailTable table > thead > tr.warning > th,
#tvcRC01 .DetailTable table > thead > tr.warning > th, #tvcHF05 .DetailTable table > thead > tr.warning > th,
#tvcPC10 .DetailTable table > thead > tr.warning > th,
#tvcAC02 .DetailTable table > thead > tr.warning > th, #DIVCalculatorTips table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
#tvcHF01 .DetailTable > tbody > tr > td.warning,
#tvcHF06 .DetailTable > tbody > tr > td.warning,
#tvcHF08 .DetailTable > tbody > tr > td.warning,
#tvcHF02 .DetailTable table > tbody > tr > td.warning,
#tvcHF03 .DetailTable table > tbody > tr > td.warning,
#tvcHF04 .DetailTable table > tbody > tr > td.warning,
#tvcHF09 .DetailTable table > tbody > tr > td.warning,
#tvcPC01 .DetailTable table > tbody > tr > td.warning,
#tvcPC12 .DetailTable table > tbody > tr > td.warning,
#tvcRC01 .DetailTable table > tbody > tr > td.warning,
#tvcHF05 .DetailTable table > tbody > tr > td.warning,
#tvcPC10 .DetailTable table > tbody > tr > td.warning,
#tvcAC02 .DetailTable table > tbody > tr > td.warning,
#DIVCalculatorTips table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
#tvcHF01 .DetailTable > tbody > tr > th.warning,
#tvcHF06 .DetailTable > tbody > tr > th.warning,
#tvcHF08 .DetailTable > tbody > tr > th.warning,
#tvcHF02 .DetailTable table > tbody > tr > th.warning,
#tvcHF03 .DetailTable table > tbody > tr > th.warning,
#tvcHF04 .DetailTable table > tbody > tr > th.warning,
#tvcHF09 .DetailTable table > tbody > tr > th.warning,
#tvcPC01 .DetailTable table > tbody > tr > th.warning,
#tvcPC12 .DetailTable table > tbody > tr > th.warning,
#tvcRC01 .DetailTable table > tbody > tr > th.warning,
#tvcHF05 .DetailTable table > tbody > tr > th.warning,
#tvcPC10 .DetailTable table > tbody > tr > th.warning,
#tvcAC02 .DetailTable table > tbody > tr > th.warning,
#DIVCalculatorTips table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
#tvcHF01 .DetailTable > tbody > tr.warning > td,
#tvcHF06 .DetailTable > tbody > tr.warning > td,
#tvcHF08 .DetailTable > tbody > tr.warning > td,
#tvcHF02 .DetailTable table > tbody > tr.warning > td,
#tvcHF03 .DetailTable table > tbody > tr.warning > td,
#tvcHF04 .DetailTable table > tbody > tr.warning > td,
#tvcHF09 .DetailTable table > tbody > tr.warning > td,
#tvcPC01 .DetailTable table > tbody > tr.warning > td,
#tvcPC12 .DetailTable table > tbody > tr.warning > td,
#tvcRC01 .DetailTable table > tbody > tr.warning > td,
#tvcHF05 .DetailTable table > tbody > tr.warning > td,
#tvcPC10 .DetailTable table > tbody > tr.warning > td,
#tvcAC02 .DetailTable table > tbody > tr.warning > td,
#DIVCalculatorTips table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
#tvcHF01 .DetailTable > tbody > tr.warning > th,
#tvcHF06 .DetailTable > tbody > tr.warning > th,
#tvcHF08 .DetailTable > tbody > tr.warning > th,
#tvcHF02 .DetailTable table > tbody > tr.warning > th,
#tvcHF03 .DetailTable table > tbody > tr.warning > th,
#tvcHF04 .DetailTable table > tbody > tr.warning > th,
#tvcHF09 .DetailTable table > tbody > tr.warning > th,
#tvcPC01 .DetailTable table > tbody > tr.warning > th,
#tvcPC12 .DetailTable table > tbody > tr.warning > th,
#tvcRC01 .DetailTable table > tbody > tr.warning > th,
#tvcHF05 .DetailTable table > tbody > tr.warning > th,
#tvcPC10 .DetailTable table > tbody > tr.warning > th,
#tvcAC02 .DetailTable table > tbody > tr.warning > th,
#DIVCalculatorTips table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
#tvcHF01 .DetailTable > tfoot > tr > td.warning,
#tvcHF06 .DetailTable > tfoot > tr > td.warning,
#tvcHF08 .DetailTable > tfoot > tr > td.warning,
#tvcHF02 .DetailTable table > tfoot > tr > td.warning,
#tvcHF03 .DetailTable table > tfoot > tr > td.warning,
#tvcHF04 .DetailTable table > tfoot > tr > td.warning,
#tvcHF09 .DetailTable table > tfoot > tr > td.warning,
#tvcPC01 .DetailTable table > tfoot > tr > td.warning,
#tvcPC12 .DetailTable table > tfoot > tr > td.warning,
#tvcRC01 .DetailTable table > tfoot > tr > td.warning,
#tvcHF05 .DetailTable table > tfoot > tr > td.warning,
#tvcPC10 .DetailTable table > tfoot > tr > td.warning,
#tvcAC02 .DetailTable table > tfoot > tr > td.warning,
#DIVCalculatorTips table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
#tvcHF01 .DetailTable > tfoot > tr > th.warning,
#tvcHF06 .DetailTable > tfoot > tr > th.warning,
#tvcHF08 .DetailTable > tfoot > tr > th.warning,
#tvcHF02 .DetailTable table > tfoot > tr > th.warning,
#tvcHF03 .DetailTable table > tfoot > tr > th.warning,
#tvcHF04 .DetailTable table > tfoot > tr > th.warning,
#tvcHF09 .DetailTable table > tfoot > tr > th.warning,
#tvcPC01 .DetailTable table > tfoot > tr > th.warning,
#tvcPC12 .DetailTable table > tfoot > tr > th.warning,
#tvcRC01 .DetailTable table > tfoot > tr > th.warning,
#tvcHF05 .DetailTable table > tfoot > tr > th.warning,
#tvcPC10 .DetailTable table > tfoot > tr > th.warning,
#tvcAC02 .DetailTable table > tfoot > tr > th.warning,
#DIVCalculatorTips table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
#tvcHF01 .DetailTable > tfoot > tr.warning > td,
#tvcHF06 .DetailTable > tfoot > tr.warning > td,
#tvcHF08 .DetailTable > tfoot > tr.warning > td,
#tvcHF02 .DetailTable table > tfoot > tr.warning > td,
#tvcHF03 .DetailTable table > tfoot > tr.warning > td,
#tvcHF04 .DetailTable table > tfoot > tr.warning > td,
#tvcHF09 .DetailTable table > tfoot > tr.warning > td,
#tvcPC01 .DetailTable table > tfoot > tr.warning > td,
#tvcPC12 .DetailTable table > tfoot > tr.warning > td,
#tvcRC01 .DetailTable table > tfoot > tr.warning > td,
#tvcHF05 .DetailTable table > tfoot > tr.warning > td,
#tvcPC10 .DetailTable table > tfoot > tr.warning > td,
#tvcAC02 .DetailTable table > tfoot > tr.warning > td,
#DIVCalculatorTips table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
#tvcHF01 .DetailTable > tfoot > tr.warning > th,
#tvcHF06 .DetailTable > tfoot > tr.warning > th,
#tvcHF08 .DetailTable > tfoot > tr.warning > th,
#tvcHF02 .DetailTable table > tfoot > tr.warning > th,
#tvcHF03 .DetailTable table > tfoot > tr.warning > th,
#tvcHF04 .DetailTable table > tfoot > tr.warning > th,
#tvcHF09 .DetailTable table > tfoot > tr.warning > th,
#tvcPC01 .DetailTable table > tfoot > tr.warning > th,
#tvcPC12 .DetailTable table > tfoot > tr.warning > th,
#tvcRC01 .DetailTable table > tfoot > tr.warning > th,
#tvcHF05 .DetailTable table > tfoot > tr.warning > th,
#tvcPC10 .DetailTable table > tfoot > tr.warning > th,
#tvcAC02 .DetailTable table > tfoot > tr.warning > th,
#DIVCalculatorTips table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger, #tvcHF01 .DetailTable > thead > tr > td.danger,
#tvcHF06 .DetailTable > thead > tr > td.danger,
#tvcHF08 .DetailTable > thead > tr > td.danger, #tvcHF02 .DetailTable table > thead > tr > td.danger,
#tvcHF03 .DetailTable table > thead > tr > td.danger,
#tvcHF04 .DetailTable table > thead > tr > td.danger,
#tvcHF09 .DetailTable table > thead > tr > td.danger,
#tvcPC01 .DetailTable table > thead > tr > td.danger,
#tvcPC12 .DetailTable table > thead > tr > td.danger,
#tvcRC01 .DetailTable table > thead > tr > td.danger, #tvcHF05 .DetailTable table > thead > tr > td.danger,
#tvcPC10 .DetailTable table > thead > tr > td.danger,
#tvcAC02 .DetailTable table > thead > tr > td.danger, #DIVCalculatorTips table > thead > tr > td.danger,
.table > thead > tr > th.danger,
#tvcHF01 .DetailTable > thead > tr > th.danger,
#tvcHF06 .DetailTable > thead > tr > th.danger,
#tvcHF08 .DetailTable > thead > tr > th.danger,
#tvcHF02 .DetailTable table > thead > tr > th.danger,
#tvcHF03 .DetailTable table > thead > tr > th.danger,
#tvcHF04 .DetailTable table > thead > tr > th.danger,
#tvcHF09 .DetailTable table > thead > tr > th.danger,
#tvcPC01 .DetailTable table > thead > tr > th.danger,
#tvcPC12 .DetailTable table > thead > tr > th.danger,
#tvcRC01 .DetailTable table > thead > tr > th.danger,
#tvcHF05 .DetailTable table > thead > tr > th.danger,
#tvcPC10 .DetailTable table > thead > tr > th.danger,
#tvcAC02 .DetailTable table > thead > tr > th.danger,
#DIVCalculatorTips table > thead > tr > th.danger, .table > thead > tr.danger > td, #tvcHF01 .DetailTable > thead > tr.danger > td,
#tvcHF06 .DetailTable > thead > tr.danger > td,
#tvcHF08 .DetailTable > thead > tr.danger > td, #tvcHF02 .DetailTable table > thead > tr.danger > td,
#tvcHF03 .DetailTable table > thead > tr.danger > td,
#tvcHF04 .DetailTable table > thead > tr.danger > td,
#tvcHF09 .DetailTable table > thead > tr.danger > td,
#tvcPC01 .DetailTable table > thead > tr.danger > td,
#tvcPC12 .DetailTable table > thead > tr.danger > td,
#tvcRC01 .DetailTable table > thead > tr.danger > td, #tvcHF05 .DetailTable table > thead > tr.danger > td,
#tvcPC10 .DetailTable table > thead > tr.danger > td,
#tvcAC02 .DetailTable table > thead > tr.danger > td, #DIVCalculatorTips table > thead > tr.danger > td, .table > thead > tr.danger > th, #tvcHF01 .DetailTable > thead > tr.danger > th,
#tvcHF06 .DetailTable > thead > tr.danger > th,
#tvcHF08 .DetailTable > thead > tr.danger > th, #tvcHF02 .DetailTable table > thead > tr.danger > th,
#tvcHF03 .DetailTable table > thead > tr.danger > th,
#tvcHF04 .DetailTable table > thead > tr.danger > th,
#tvcHF09 .DetailTable table > thead > tr.danger > th,
#tvcPC01 .DetailTable table > thead > tr.danger > th,
#tvcPC12 .DetailTable table > thead > tr.danger > th,
#tvcRC01 .DetailTable table > thead > tr.danger > th, #tvcHF05 .DetailTable table > thead > tr.danger > th,
#tvcPC10 .DetailTable table > thead > tr.danger > th,
#tvcAC02 .DetailTable table > thead > tr.danger > th, #DIVCalculatorTips table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
#tvcHF01 .DetailTable > tbody > tr > td.danger,
#tvcHF06 .DetailTable > tbody > tr > td.danger,
#tvcHF08 .DetailTable > tbody > tr > td.danger,
#tvcHF02 .DetailTable table > tbody > tr > td.danger,
#tvcHF03 .DetailTable table > tbody > tr > td.danger,
#tvcHF04 .DetailTable table > tbody > tr > td.danger,
#tvcHF09 .DetailTable table > tbody > tr > td.danger,
#tvcPC01 .DetailTable table > tbody > tr > td.danger,
#tvcPC12 .DetailTable table > tbody > tr > td.danger,
#tvcRC01 .DetailTable table > tbody > tr > td.danger,
#tvcHF05 .DetailTable table > tbody > tr > td.danger,
#tvcPC10 .DetailTable table > tbody > tr > td.danger,
#tvcAC02 .DetailTable table > tbody > tr > td.danger,
#DIVCalculatorTips table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
#tvcHF01 .DetailTable > tbody > tr > th.danger,
#tvcHF06 .DetailTable > tbody > tr > th.danger,
#tvcHF08 .DetailTable > tbody > tr > th.danger,
#tvcHF02 .DetailTable table > tbody > tr > th.danger,
#tvcHF03 .DetailTable table > tbody > tr > th.danger,
#tvcHF04 .DetailTable table > tbody > tr > th.danger,
#tvcHF09 .DetailTable table > tbody > tr > th.danger,
#tvcPC01 .DetailTable table > tbody > tr > th.danger,
#tvcPC12 .DetailTable table > tbody > tr > th.danger,
#tvcRC01 .DetailTable table > tbody > tr > th.danger,
#tvcHF05 .DetailTable table > tbody > tr > th.danger,
#tvcPC10 .DetailTable table > tbody > tr > th.danger,
#tvcAC02 .DetailTable table > tbody > tr > th.danger,
#DIVCalculatorTips table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
#tvcHF01 .DetailTable > tbody > tr.danger > td,
#tvcHF06 .DetailTable > tbody > tr.danger > td,
#tvcHF08 .DetailTable > tbody > tr.danger > td,
#tvcHF02 .DetailTable table > tbody > tr.danger > td,
#tvcHF03 .DetailTable table > tbody > tr.danger > td,
#tvcHF04 .DetailTable table > tbody > tr.danger > td,
#tvcHF09 .DetailTable table > tbody > tr.danger > td,
#tvcPC01 .DetailTable table > tbody > tr.danger > td,
#tvcPC12 .DetailTable table > tbody > tr.danger > td,
#tvcRC01 .DetailTable table > tbody > tr.danger > td,
#tvcHF05 .DetailTable table > tbody > tr.danger > td,
#tvcPC10 .DetailTable table > tbody > tr.danger > td,
#tvcAC02 .DetailTable table > tbody > tr.danger > td,
#DIVCalculatorTips table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
#tvcHF01 .DetailTable > tbody > tr.danger > th,
#tvcHF06 .DetailTable > tbody > tr.danger > th,
#tvcHF08 .DetailTable > tbody > tr.danger > th,
#tvcHF02 .DetailTable table > tbody > tr.danger > th,
#tvcHF03 .DetailTable table > tbody > tr.danger > th,
#tvcHF04 .DetailTable table > tbody > tr.danger > th,
#tvcHF09 .DetailTable table > tbody > tr.danger > th,
#tvcPC01 .DetailTable table > tbody > tr.danger > th,
#tvcPC12 .DetailTable table > tbody > tr.danger > th,
#tvcRC01 .DetailTable table > tbody > tr.danger > th,
#tvcHF05 .DetailTable table > tbody > tr.danger > th,
#tvcPC10 .DetailTable table > tbody > tr.danger > th,
#tvcAC02 .DetailTable table > tbody > tr.danger > th,
#DIVCalculatorTips table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
#tvcHF01 .DetailTable > tfoot > tr > td.danger,
#tvcHF06 .DetailTable > tfoot > tr > td.danger,
#tvcHF08 .DetailTable > tfoot > tr > td.danger,
#tvcHF02 .DetailTable table > tfoot > tr > td.danger,
#tvcHF03 .DetailTable table > tfoot > tr > td.danger,
#tvcHF04 .DetailTable table > tfoot > tr > td.danger,
#tvcHF09 .DetailTable table > tfoot > tr > td.danger,
#tvcPC01 .DetailTable table > tfoot > tr > td.danger,
#tvcPC12 .DetailTable table > tfoot > tr > td.danger,
#tvcRC01 .DetailTable table > tfoot > tr > td.danger,
#tvcHF05 .DetailTable table > tfoot > tr > td.danger,
#tvcPC10 .DetailTable table > tfoot > tr > td.danger,
#tvcAC02 .DetailTable table > tfoot > tr > td.danger,
#DIVCalculatorTips table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
#tvcHF01 .DetailTable > tfoot > tr > th.danger,
#tvcHF06 .DetailTable > tfoot > tr > th.danger,
#tvcHF08 .DetailTable > tfoot > tr > th.danger,
#tvcHF02 .DetailTable table > tfoot > tr > th.danger,
#tvcHF03 .DetailTable table > tfoot > tr > th.danger,
#tvcHF04 .DetailTable table > tfoot > tr > th.danger,
#tvcHF09 .DetailTable table > tfoot > tr > th.danger,
#tvcPC01 .DetailTable table > tfoot > tr > th.danger,
#tvcPC12 .DetailTable table > tfoot > tr > th.danger,
#tvcRC01 .DetailTable table > tfoot > tr > th.danger,
#tvcHF05 .DetailTable table > tfoot > tr > th.danger,
#tvcPC10 .DetailTable table > tfoot > tr > th.danger,
#tvcAC02 .DetailTable table > tfoot > tr > th.danger,
#DIVCalculatorTips table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
#tvcHF01 .DetailTable > tfoot > tr.danger > td,
#tvcHF06 .DetailTable > tfoot > tr.danger > td,
#tvcHF08 .DetailTable > tfoot > tr.danger > td,
#tvcHF02 .DetailTable table > tfoot > tr.danger > td,
#tvcHF03 .DetailTable table > tfoot > tr.danger > td,
#tvcHF04 .DetailTable table > tfoot > tr.danger > td,
#tvcHF09 .DetailTable table > tfoot > tr.danger > td,
#tvcPC01 .DetailTable table > tfoot > tr.danger > td,
#tvcPC12 .DetailTable table > tfoot > tr.danger > td,
#tvcRC01 .DetailTable table > tfoot > tr.danger > td,
#tvcHF05 .DetailTable table > tfoot > tr.danger > td,
#tvcPC10 .DetailTable table > tfoot > tr.danger > td,
#tvcAC02 .DetailTable table > tfoot > tr.danger > td,
#DIVCalculatorTips table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
#tvcHF01 .DetailTable > tfoot > tr.danger > th,
#tvcHF06 .DetailTable > tfoot > tr.danger > th,
#tvcHF08 .DetailTable > tfoot > tr.danger > th,
#tvcHF02 .DetailTable table > tfoot > tr.danger > th,
#tvcHF03 .DetailTable table > tfoot > tr.danger > th,
#tvcHF04 .DetailTable table > tfoot > tr.danger > th,
#tvcHF09 .DetailTable table > tfoot > tr.danger > th,
#tvcPC01 .DetailTable table > tfoot > tr.danger > th,
#tvcPC12 .DetailTable table > tfoot > tr.danger > th,
#tvcRC01 .DetailTable table > tfoot > tr.danger > th,
#tvcHF05 .DetailTable table > tfoot > tr.danger > th,
#tvcPC10 .DetailTable table > tfoot > tr.danger > th,
#tvcAC02 .DetailTable table > tfoot > tr.danger > th,
#DIVCalculatorTips table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table, #tvcHF01 .table-responsive > .DetailTable,
      #tvcHF06 .table-responsive > .DetailTable,
      #tvcHF08 .table-responsive > .DetailTable, #tvcHF02 .DetailTable .table-responsive > table,
      #tvcHF03 .DetailTable .table-responsive > table,
      #tvcHF04 .DetailTable .table-responsive > table,
      #tvcHF09 .DetailTable .table-responsive > table,
      #tvcPC01 .DetailTable .table-responsive > table,
      #tvcPC12 .DetailTable .table-responsive > table,
      #tvcRC01 .DetailTable .table-responsive > table, #tvcHF05 .DetailTable .table-responsive > table,
      #tvcPC10 .DetailTable .table-responsive > table,
      #tvcAC02 .DetailTable .table-responsive > table, #DIVCalculatorTips .table-responsive > table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th, #tvcHF01 .table-responsive > .DetailTable > thead > tr > th,
        #tvcHF06 .table-responsive > .DetailTable > thead > tr > th,
        #tvcHF08 .table-responsive > .DetailTable > thead > tr > th, #tvcHF02 .DetailTable .table-responsive > table > thead > tr > th,
        #tvcHF03 .DetailTable .table-responsive > table > thead > tr > th,
        #tvcHF04 .DetailTable .table-responsive > table > thead > tr > th,
        #tvcHF09 .DetailTable .table-responsive > table > thead > tr > th,
        #tvcPC01 .DetailTable .table-responsive > table > thead > tr > th,
        #tvcPC12 .DetailTable .table-responsive > table > thead > tr > th,
        #tvcRC01 .DetailTable .table-responsive > table > thead > tr > th, #tvcHF05 .DetailTable .table-responsive > table > thead > tr > th,
        #tvcPC10 .DetailTable .table-responsive > table > thead > tr > th,
        #tvcAC02 .DetailTable .table-responsive > table > thead > tr > th, #DIVCalculatorTips .table-responsive > table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        #tvcHF01 .table-responsive > .DetailTable > thead > tr > td,
        #tvcHF06 .table-responsive > .DetailTable > thead > tr > td,
        #tvcHF08 .table-responsive > .DetailTable > thead > tr > td,
        #tvcHF02 .DetailTable .table-responsive > table > thead > tr > td,
        #tvcHF03 .DetailTable .table-responsive > table > thead > tr > td,
        #tvcHF04 .DetailTable .table-responsive > table > thead > tr > td,
        #tvcHF09 .DetailTable .table-responsive > table > thead > tr > td,
        #tvcPC01 .DetailTable .table-responsive > table > thead > tr > td,
        #tvcPC12 .DetailTable .table-responsive > table > thead > tr > td,
        #tvcRC01 .DetailTable .table-responsive > table > thead > tr > td,
        #tvcHF05 .DetailTable .table-responsive > table > thead > tr > td,
        #tvcPC10 .DetailTable .table-responsive > table > thead > tr > td,
        #tvcAC02 .DetailTable .table-responsive > table > thead > tr > td,
        #DIVCalculatorTips .table-responsive > table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        #tvcHF01 .table-responsive > .DetailTable > tbody > tr > th,
        #tvcHF06 .table-responsive > .DetailTable > tbody > tr > th,
        #tvcHF08 .table-responsive > .DetailTable > tbody > tr > th,
        #tvcHF02 .DetailTable .table-responsive > table > tbody > tr > th,
        #tvcHF03 .DetailTable .table-responsive > table > tbody > tr > th,
        #tvcHF04 .DetailTable .table-responsive > table > tbody > tr > th,
        #tvcHF09 .DetailTable .table-responsive > table > tbody > tr > th,
        #tvcPC01 .DetailTable .table-responsive > table > tbody > tr > th,
        #tvcPC12 .DetailTable .table-responsive > table > tbody > tr > th,
        #tvcRC01 .DetailTable .table-responsive > table > tbody > tr > th,
        #tvcHF05 .DetailTable .table-responsive > table > tbody > tr > th,
        #tvcPC10 .DetailTable .table-responsive > table > tbody > tr > th,
        #tvcAC02 .DetailTable .table-responsive > table > tbody > tr > th,
        #DIVCalculatorTips .table-responsive > table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        #tvcHF01 .table-responsive > .DetailTable > tbody > tr > td,
        #tvcHF06 .table-responsive > .DetailTable > tbody > tr > td,
        #tvcHF08 .table-responsive > .DetailTable > tbody > tr > td,
        #tvcHF02 .DetailTable .table-responsive > table > tbody > tr > td,
        #tvcHF03 .DetailTable .table-responsive > table > tbody > tr > td,
        #tvcHF04 .DetailTable .table-responsive > table > tbody > tr > td,
        #tvcHF09 .DetailTable .table-responsive > table > tbody > tr > td,
        #tvcPC01 .DetailTable .table-responsive > table > tbody > tr > td,
        #tvcPC12 .DetailTable .table-responsive > table > tbody > tr > td,
        #tvcRC01 .DetailTable .table-responsive > table > tbody > tr > td,
        #tvcHF05 .DetailTable .table-responsive > table > tbody > tr > td,
        #tvcPC10 .DetailTable .table-responsive > table > tbody > tr > td,
        #tvcAC02 .DetailTable .table-responsive > table > tbody > tr > td,
        #DIVCalculatorTips .table-responsive > table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        #tvcHF01 .table-responsive > .DetailTable > tfoot > tr > th,
        #tvcHF06 .table-responsive > .DetailTable > tfoot > tr > th,
        #tvcHF08 .table-responsive > .DetailTable > tfoot > tr > th,
        #tvcHF02 .DetailTable .table-responsive > table > tfoot > tr > th,
        #tvcHF03 .DetailTable .table-responsive > table > tfoot > tr > th,
        #tvcHF04 .DetailTable .table-responsive > table > tfoot > tr > th,
        #tvcHF09 .DetailTable .table-responsive > table > tfoot > tr > th,
        #tvcPC01 .DetailTable .table-responsive > table > tfoot > tr > th,
        #tvcPC12 .DetailTable .table-responsive > table > tfoot > tr > th,
        #tvcRC01 .DetailTable .table-responsive > table > tfoot > tr > th,
        #tvcHF05 .DetailTable .table-responsive > table > tfoot > tr > th,
        #tvcPC10 .DetailTable .table-responsive > table > tfoot > tr > th,
        #tvcAC02 .DetailTable .table-responsive > table > tfoot > tr > th,
        #DIVCalculatorTips .table-responsive > table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td,
        #tvcHF01 .table-responsive > .DetailTable > tfoot > tr > td,
        #tvcHF06 .table-responsive > .DetailTable > tfoot > tr > td,
        #tvcHF08 .table-responsive > .DetailTable > tfoot > tr > td,
        #tvcHF02 .DetailTable .table-responsive > table > tfoot > tr > td,
        #tvcHF03 .DetailTable .table-responsive > table > tfoot > tr > td,
        #tvcHF04 .DetailTable .table-responsive > table > tfoot > tr > td,
        #tvcHF09 .DetailTable .table-responsive > table > tfoot > tr > td,
        #tvcPC01 .DetailTable .table-responsive > table > tfoot > tr > td,
        #tvcPC12 .DetailTable .table-responsive > table > tfoot > tr > td,
        #tvcRC01 .DetailTable .table-responsive > table > tfoot > tr > td,
        #tvcHF05 .DetailTable .table-responsive > table > tfoot > tr > td,
        #tvcPC10 .DetailTable .table-responsive > table > tfoot > tr > td,
        #tvcAC02 .DetailTable .table-responsive > table > tfoot > tr > td,
        #DIVCalculatorTips .table-responsive > table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered, #tvcHF01 .table-responsive > .DetailTable,
      #tvcHF06 .table-responsive > .DetailTable,
      #tvcHF08 .table-responsive > .DetailTable, #tvcHF02 .DetailTable .table-responsive > table,
      #tvcHF03 .DetailTable .table-responsive > table,
      #tvcHF04 .DetailTable .table-responsive > table,
      #tvcHF09 .DetailTable .table-responsive > table,
      #tvcPC01 .DetailTable .table-responsive > table,
      #tvcPC12 .DetailTable .table-responsive > table,
      #tvcRC01 .DetailTable .table-responsive > table, #tvcHF05 .DetailTable .table-responsive > table,
      #tvcPC10 .DetailTable .table-responsive > table,
      #tvcAC02 .DetailTable .table-responsive > table, #DIVCalculatorTips .table-responsive > table {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child, #tvcHF01 .table-responsive > .DetailTable > thead > tr > th:first-child,
        #tvcHF06 .table-responsive > .DetailTable > thead > tr > th:first-child,
        #tvcHF08 .table-responsive > .DetailTable > thead > tr > th:first-child, #tvcHF02 .DetailTable .table-responsive > table > thead > tr > th:first-child,
        #tvcHF03 .DetailTable .table-responsive > table > thead > tr > th:first-child,
        #tvcHF04 .DetailTable .table-responsive > table > thead > tr > th:first-child,
        #tvcHF09 .DetailTable .table-responsive > table > thead > tr > th:first-child,
        #tvcPC01 .DetailTable .table-responsive > table > thead > tr > th:first-child,
        #tvcPC12 .DetailTable .table-responsive > table > thead > tr > th:first-child,
        #tvcRC01 .DetailTable .table-responsive > table > thead > tr > th:first-child, #tvcHF05 .DetailTable .table-responsive > table > thead > tr > th:first-child,
        #tvcPC10 .DetailTable .table-responsive > table > thead > tr > th:first-child,
        #tvcAC02 .DetailTable .table-responsive > table > thead > tr > th:first-child, #DIVCalculatorTips .table-responsive > table > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        #tvcHF01 .table-responsive > .DetailTable > thead > tr > td:first-child,
        #tvcHF06 .table-responsive > .DetailTable > thead > tr > td:first-child,
        #tvcHF08 .table-responsive > .DetailTable > thead > tr > td:first-child,
        #tvcHF02 .DetailTable .table-responsive > table > thead > tr > td:first-child,
        #tvcHF03 .DetailTable .table-responsive > table > thead > tr > td:first-child,
        #tvcHF04 .DetailTable .table-responsive > table > thead > tr > td:first-child,
        #tvcHF09 .DetailTable .table-responsive > table > thead > tr > td:first-child,
        #tvcPC01 .DetailTable .table-responsive > table > thead > tr > td:first-child,
        #tvcPC12 .DetailTable .table-responsive > table > thead > tr > td:first-child,
        #tvcRC01 .DetailTable .table-responsive > table > thead > tr > td:first-child,
        #tvcHF05 .DetailTable .table-responsive > table > thead > tr > td:first-child,
        #tvcPC10 .DetailTable .table-responsive > table > thead > tr > td:first-child,
        #tvcAC02 .DetailTable .table-responsive > table > thead > tr > td:first-child,
        #DIVCalculatorTips .table-responsive > table > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        #tvcHF01 .table-responsive > .DetailTable > tbody > tr > th:first-child,
        #tvcHF06 .table-responsive > .DetailTable > tbody > tr > th:first-child,
        #tvcHF08 .table-responsive > .DetailTable > tbody > tr > th:first-child,
        #tvcHF02 .DetailTable .table-responsive > table > tbody > tr > th:first-child,
        #tvcHF03 .DetailTable .table-responsive > table > tbody > tr > th:first-child,
        #tvcHF04 .DetailTable .table-responsive > table > tbody > tr > th:first-child,
        #tvcHF09 .DetailTable .table-responsive > table > tbody > tr > th:first-child,
        #tvcPC01 .DetailTable .table-responsive > table > tbody > tr > th:first-child,
        #tvcPC12 .DetailTable .table-responsive > table > tbody > tr > th:first-child,
        #tvcRC01 .DetailTable .table-responsive > table > tbody > tr > th:first-child,
        #tvcHF05 .DetailTable .table-responsive > table > tbody > tr > th:first-child,
        #tvcPC10 .DetailTable .table-responsive > table > tbody > tr > th:first-child,
        #tvcAC02 .DetailTable .table-responsive > table > tbody > tr > th:first-child,
        #DIVCalculatorTips .table-responsive > table > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        #tvcHF01 .table-responsive > .DetailTable > tbody > tr > td:first-child,
        #tvcHF06 .table-responsive > .DetailTable > tbody > tr > td:first-child,
        #tvcHF08 .table-responsive > .DetailTable > tbody > tr > td:first-child,
        #tvcHF02 .DetailTable .table-responsive > table > tbody > tr > td:first-child,
        #tvcHF03 .DetailTable .table-responsive > table > tbody > tr > td:first-child,
        #tvcHF04 .DetailTable .table-responsive > table > tbody > tr > td:first-child,
        #tvcHF09 .DetailTable .table-responsive > table > tbody > tr > td:first-child,
        #tvcPC01 .DetailTable .table-responsive > table > tbody > tr > td:first-child,
        #tvcPC12 .DetailTable .table-responsive > table > tbody > tr > td:first-child,
        #tvcRC01 .DetailTable .table-responsive > table > tbody > tr > td:first-child,
        #tvcHF05 .DetailTable .table-responsive > table > tbody > tr > td:first-child,
        #tvcPC10 .DetailTable .table-responsive > table > tbody > tr > td:first-child,
        #tvcAC02 .DetailTable .table-responsive > table > tbody > tr > td:first-child,
        #DIVCalculatorTips .table-responsive > table > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        #tvcHF01 .table-responsive > .DetailTable > tfoot > tr > th:first-child,
        #tvcHF06 .table-responsive > .DetailTable > tfoot > tr > th:first-child,
        #tvcHF08 .table-responsive > .DetailTable > tfoot > tr > th:first-child,
        #tvcHF02 .DetailTable .table-responsive > table > tfoot > tr > th:first-child,
        #tvcHF03 .DetailTable .table-responsive > table > tfoot > tr > th:first-child,
        #tvcHF04 .DetailTable .table-responsive > table > tfoot > tr > th:first-child,
        #tvcHF09 .DetailTable .table-responsive > table > tfoot > tr > th:first-child,
        #tvcPC01 .DetailTable .table-responsive > table > tfoot > tr > th:first-child,
        #tvcPC12 .DetailTable .table-responsive > table > tfoot > tr > th:first-child,
        #tvcRC01 .DetailTable .table-responsive > table > tfoot > tr > th:first-child,
        #tvcHF05 .DetailTable .table-responsive > table > tfoot > tr > th:first-child,
        #tvcPC10 .DetailTable .table-responsive > table > tfoot > tr > th:first-child,
        #tvcAC02 .DetailTable .table-responsive > table > tfoot > tr > th:first-child,
        #DIVCalculatorTips .table-responsive > table > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child,
        #tvcHF01 .table-responsive > .DetailTable > tfoot > tr > td:first-child,
        #tvcHF06 .table-responsive > .DetailTable > tfoot > tr > td:first-child,
        #tvcHF08 .table-responsive > .DetailTable > tfoot > tr > td:first-child,
        #tvcHF02 .DetailTable .table-responsive > table > tfoot > tr > td:first-child,
        #tvcHF03 .DetailTable .table-responsive > table > tfoot > tr > td:first-child,
        #tvcHF04 .DetailTable .table-responsive > table > tfoot > tr > td:first-child,
        #tvcHF09 .DetailTable .table-responsive > table > tfoot > tr > td:first-child,
        #tvcPC01 .DetailTable .table-responsive > table > tfoot > tr > td:first-child,
        #tvcPC12 .DetailTable .table-responsive > table > tfoot > tr > td:first-child,
        #tvcRC01 .DetailTable .table-responsive > table > tfoot > tr > td:first-child,
        #tvcHF05 .DetailTable .table-responsive > table > tfoot > tr > td:first-child,
        #tvcPC10 .DetailTable .table-responsive > table > tfoot > tr > td:first-child,
        #tvcAC02 .DetailTable .table-responsive > table > tfoot > tr > td:first-child,
        #DIVCalculatorTips .table-responsive > table > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child, #tvcHF01 .table-responsive > .DetailTable > thead > tr > th:last-child,
        #tvcHF06 .table-responsive > .DetailTable > thead > tr > th:last-child,
        #tvcHF08 .table-responsive > .DetailTable > thead > tr > th:last-child, #tvcHF02 .DetailTable .table-responsive > table > thead > tr > th:last-child,
        #tvcHF03 .DetailTable .table-responsive > table > thead > tr > th:last-child,
        #tvcHF04 .DetailTable .table-responsive > table > thead > tr > th:last-child,
        #tvcHF09 .DetailTable .table-responsive > table > thead > tr > th:last-child,
        #tvcPC01 .DetailTable .table-responsive > table > thead > tr > th:last-child,
        #tvcPC12 .DetailTable .table-responsive > table > thead > tr > th:last-child,
        #tvcRC01 .DetailTable .table-responsive > table > thead > tr > th:last-child, #tvcHF05 .DetailTable .table-responsive > table > thead > tr > th:last-child,
        #tvcPC10 .DetailTable .table-responsive > table > thead > tr > th:last-child,
        #tvcAC02 .DetailTable .table-responsive > table > thead > tr > th:last-child, #DIVCalculatorTips .table-responsive > table > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        #tvcHF01 .table-responsive > .DetailTable > thead > tr > td:last-child,
        #tvcHF06 .table-responsive > .DetailTable > thead > tr > td:last-child,
        #tvcHF08 .table-responsive > .DetailTable > thead > tr > td:last-child,
        #tvcHF02 .DetailTable .table-responsive > table > thead > tr > td:last-child,
        #tvcHF03 .DetailTable .table-responsive > table > thead > tr > td:last-child,
        #tvcHF04 .DetailTable .table-responsive > table > thead > tr > td:last-child,
        #tvcHF09 .DetailTable .table-responsive > table > thead > tr > td:last-child,
        #tvcPC01 .DetailTable .table-responsive > table > thead > tr > td:last-child,
        #tvcPC12 .DetailTable .table-responsive > table > thead > tr > td:last-child,
        #tvcRC01 .DetailTable .table-responsive > table > thead > tr > td:last-child,
        #tvcHF05 .DetailTable .table-responsive > table > thead > tr > td:last-child,
        #tvcPC10 .DetailTable .table-responsive > table > thead > tr > td:last-child,
        #tvcAC02 .DetailTable .table-responsive > table > thead > tr > td:last-child,
        #DIVCalculatorTips .table-responsive > table > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        #tvcHF01 .table-responsive > .DetailTable > tbody > tr > th:last-child,
        #tvcHF06 .table-responsive > .DetailTable > tbody > tr > th:last-child,
        #tvcHF08 .table-responsive > .DetailTable > tbody > tr > th:last-child,
        #tvcHF02 .DetailTable .table-responsive > table > tbody > tr > th:last-child,
        #tvcHF03 .DetailTable .table-responsive > table > tbody > tr > th:last-child,
        #tvcHF04 .DetailTable .table-responsive > table > tbody > tr > th:last-child,
        #tvcHF09 .DetailTable .table-responsive > table > tbody > tr > th:last-child,
        #tvcPC01 .DetailTable .table-responsive > table > tbody > tr > th:last-child,
        #tvcPC12 .DetailTable .table-responsive > table > tbody > tr > th:last-child,
        #tvcRC01 .DetailTable .table-responsive > table > tbody > tr > th:last-child,
        #tvcHF05 .DetailTable .table-responsive > table > tbody > tr > th:last-child,
        #tvcPC10 .DetailTable .table-responsive > table > tbody > tr > th:last-child,
        #tvcAC02 .DetailTable .table-responsive > table > tbody > tr > th:last-child,
        #DIVCalculatorTips .table-responsive > table > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        #tvcHF01 .table-responsive > .DetailTable > tbody > tr > td:last-child,
        #tvcHF06 .table-responsive > .DetailTable > tbody > tr > td:last-child,
        #tvcHF08 .table-responsive > .DetailTable > tbody > tr > td:last-child,
        #tvcHF02 .DetailTable .table-responsive > table > tbody > tr > td:last-child,
        #tvcHF03 .DetailTable .table-responsive > table > tbody > tr > td:last-child,
        #tvcHF04 .DetailTable .table-responsive > table > tbody > tr > td:last-child,
        #tvcHF09 .DetailTable .table-responsive > table > tbody > tr > td:last-child,
        #tvcPC01 .DetailTable .table-responsive > table > tbody > tr > td:last-child,
        #tvcPC12 .DetailTable .table-responsive > table > tbody > tr > td:last-child,
        #tvcRC01 .DetailTable .table-responsive > table > tbody > tr > td:last-child,
        #tvcHF05 .DetailTable .table-responsive > table > tbody > tr > td:last-child,
        #tvcPC10 .DetailTable .table-responsive > table > tbody > tr > td:last-child,
        #tvcAC02 .DetailTable .table-responsive > table > tbody > tr > td:last-child,
        #DIVCalculatorTips .table-responsive > table > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        #tvcHF01 .table-responsive > .DetailTable > tfoot > tr > th:last-child,
        #tvcHF06 .table-responsive > .DetailTable > tfoot > tr > th:last-child,
        #tvcHF08 .table-responsive > .DetailTable > tfoot > tr > th:last-child,
        #tvcHF02 .DetailTable .table-responsive > table > tfoot > tr > th:last-child,
        #tvcHF03 .DetailTable .table-responsive > table > tfoot > tr > th:last-child,
        #tvcHF04 .DetailTable .table-responsive > table > tfoot > tr > th:last-child,
        #tvcHF09 .DetailTable .table-responsive > table > tfoot > tr > th:last-child,
        #tvcPC01 .DetailTable .table-responsive > table > tfoot > tr > th:last-child,
        #tvcPC12 .DetailTable .table-responsive > table > tfoot > tr > th:last-child,
        #tvcRC01 .DetailTable .table-responsive > table > tfoot > tr > th:last-child,
        #tvcHF05 .DetailTable .table-responsive > table > tfoot > tr > th:last-child,
        #tvcPC10 .DetailTable .table-responsive > table > tfoot > tr > th:last-child,
        #tvcAC02 .DetailTable .table-responsive > table > tfoot > tr > th:last-child,
        #DIVCalculatorTips .table-responsive > table > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child,
        #tvcHF01 .table-responsive > .DetailTable > tfoot > tr > td:last-child,
        #tvcHF06 .table-responsive > .DetailTable > tfoot > tr > td:last-child,
        #tvcHF08 .table-responsive > .DetailTable > tfoot > tr > td:last-child,
        #tvcHF02 .DetailTable .table-responsive > table > tfoot > tr > td:last-child,
        #tvcHF03 .DetailTable .table-responsive > table > tfoot > tr > td:last-child,
        #tvcHF04 .DetailTable .table-responsive > table > tfoot > tr > td:last-child,
        #tvcHF09 .DetailTable .table-responsive > table > tfoot > tr > td:last-child,
        #tvcPC01 .DetailTable .table-responsive > table > tfoot > tr > td:last-child,
        #tvcPC12 .DetailTable .table-responsive > table > tfoot > tr > td:last-child,
        #tvcRC01 .DetailTable .table-responsive > table > tfoot > tr > td:last-child,
        #tvcHF05 .DetailTable .table-responsive > table > tfoot > tr > td:last-child,
        #tvcPC10 .DetailTable .table-responsive > table > tfoot > tr > td:last-child,
        #tvcAC02 .DetailTable .table-responsive > table > tfoot > tr > td:last-child,
        #DIVCalculatorTips .table-responsive > table > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th, #tvcHF01 .table-responsive > .DetailTable > tbody > tr:last-child > th,
        #tvcHF06 .table-responsive > .DetailTable > tbody > tr:last-child > th,
        #tvcHF08 .table-responsive > .DetailTable > tbody > tr:last-child > th, #tvcHF02 .DetailTable .table-responsive > table > tbody > tr:last-child > th,
        #tvcHF03 .DetailTable .table-responsive > table > tbody > tr:last-child > th,
        #tvcHF04 .DetailTable .table-responsive > table > tbody > tr:last-child > th,
        #tvcHF09 .DetailTable .table-responsive > table > tbody > tr:last-child > th,
        #tvcPC01 .DetailTable .table-responsive > table > tbody > tr:last-child > th,
        #tvcPC12 .DetailTable .table-responsive > table > tbody > tr:last-child > th,
        #tvcRC01 .DetailTable .table-responsive > table > tbody > tr:last-child > th, #tvcHF05 .DetailTable .table-responsive > table > tbody > tr:last-child > th,
        #tvcPC10 .DetailTable .table-responsive > table > tbody > tr:last-child > th,
        #tvcAC02 .DetailTable .table-responsive > table > tbody > tr:last-child > th, #DIVCalculatorTips .table-responsive > table > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        #tvcHF01 .table-responsive > .DetailTable > tbody > tr:last-child > td,
        #tvcHF06 .table-responsive > .DetailTable > tbody > tr:last-child > td,
        #tvcHF08 .table-responsive > .DetailTable > tbody > tr:last-child > td,
        #tvcHF02 .DetailTable .table-responsive > table > tbody > tr:last-child > td,
        #tvcHF03 .DetailTable .table-responsive > table > tbody > tr:last-child > td,
        #tvcHF04 .DetailTable .table-responsive > table > tbody > tr:last-child > td,
        #tvcHF09 .DetailTable .table-responsive > table > tbody > tr:last-child > td,
        #tvcPC01 .DetailTable .table-responsive > table > tbody > tr:last-child > td,
        #tvcPC12 .DetailTable .table-responsive > table > tbody > tr:last-child > td,
        #tvcRC01 .DetailTable .table-responsive > table > tbody > tr:last-child > td,
        #tvcHF05 .DetailTable .table-responsive > table > tbody > tr:last-child > td,
        #tvcPC10 .DetailTable .table-responsive > table > tbody > tr:last-child > td,
        #tvcAC02 .DetailTable .table-responsive > table > tbody > tr:last-child > td,
        #DIVCalculatorTips .table-responsive > table > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        #tvcHF01 .table-responsive > .DetailTable > tfoot > tr:last-child > th,
        #tvcHF06 .table-responsive > .DetailTable > tfoot > tr:last-child > th,
        #tvcHF08 .table-responsive > .DetailTable > tfoot > tr:last-child > th,
        #tvcHF02 .DetailTable .table-responsive > table > tfoot > tr:last-child > th,
        #tvcHF03 .DetailTable .table-responsive > table > tfoot > tr:last-child > th,
        #tvcHF04 .DetailTable .table-responsive > table > tfoot > tr:last-child > th,
        #tvcHF09 .DetailTable .table-responsive > table > tfoot > tr:last-child > th,
        #tvcPC01 .DetailTable .table-responsive > table > tfoot > tr:last-child > th,
        #tvcPC12 .DetailTable .table-responsive > table > tfoot > tr:last-child > th,
        #tvcRC01 .DetailTable .table-responsive > table > tfoot > tr:last-child > th,
        #tvcHF05 .DetailTable .table-responsive > table > tfoot > tr:last-child > th,
        #tvcPC10 .DetailTable .table-responsive > table > tfoot > tr:last-child > th,
        #tvcAC02 .DetailTable .table-responsive > table > tfoot > tr:last-child > th,
        #DIVCalculatorTips .table-responsive > table > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td,
        #tvcHF01 .table-responsive > .DetailTable > tfoot > tr:last-child > td,
        #tvcHF06 .table-responsive > .DetailTable > tfoot > tr:last-child > td,
        #tvcHF08 .table-responsive > .DetailTable > tfoot > tr:last-child > td,
        #tvcHF02 .DetailTable .table-responsive > table > tfoot > tr:last-child > td,
        #tvcHF03 .DetailTable .table-responsive > table > tfoot > tr:last-child > td,
        #tvcHF04 .DetailTable .table-responsive > table > tfoot > tr:last-child > td,
        #tvcHF09 .DetailTable .table-responsive > table > tfoot > tr:last-child > td,
        #tvcPC01 .DetailTable .table-responsive > table > tfoot > tr:last-child > td,
        #tvcPC12 .DetailTable .table-responsive > table > tfoot > tr:last-child > td,
        #tvcRC01 .DetailTable .table-responsive > table > tfoot > tr:last-child > td,
        #tvcHF05 .DetailTable .table-responsive > table > tfoot > tr:last-child > td,
        #tvcPC10 .DetailTable .table-responsive > table > tfoot > tr:last-child > td,
        #tvcAC02 .DetailTable .table-responsive > table > tfoot > tr:last-child > td,
        #DIVCalculatorTips .table-responsive > table > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555; }

.form-control, form#calculator input[type="text"],
form#calculator input[type="email"],
form#calculator input[type="tel"],
form#calculator input[type="number"],
form#calculator select,
form#calculator textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus, form#calculator input[type="text"]:focus,
  form#calculator input[type="email"]:focus,
  form#calculator input[type="tel"]:focus,
  form#calculator input[type="number"]:focus,
  form#calculator select:focus,
  form#calculator textarea:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder, form#calculator input[type="text"]::-moz-placeholder,
  form#calculator input[type="email"]::-moz-placeholder,
  form#calculator input[type="tel"]::-moz-placeholder,
  form#calculator input[type="number"]::-moz-placeholder,
  form#calculator select::-moz-placeholder,
  form#calculator textarea::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder, form#calculator input[type="text"]:-ms-input-placeholder,
  form#calculator input[type="email"]:-ms-input-placeholder,
  form#calculator input[type="tel"]:-ms-input-placeholder,
  form#calculator input[type="number"]:-ms-input-placeholder,
  form#calculator select:-ms-input-placeholder,
  form#calculator textarea:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder, form#calculator input[type="text"]::-webkit-input-placeholder,
  form#calculator input[type="email"]::-webkit-input-placeholder,
  form#calculator input[type="tel"]::-webkit-input-placeholder,
  form#calculator input[type="number"]::-webkit-input-placeholder,
  form#calculator select::-webkit-input-placeholder,
  form#calculator textarea::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand, form#calculator input[type="text"]::-ms-expand,
  form#calculator input[type="email"]::-ms-expand,
  form#calculator input[type="tel"]::-ms-expand,
  form#calculator input[type="number"]::-ms-expand,
  form#calculator select::-ms-expand,
  form#calculator textarea::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], form#calculator input[disabled][type="text"],
  form#calculator input[disabled][type="email"],
  form#calculator input[disabled][type="tel"],
  form#calculator input[disabled][type="number"],
  form#calculator select[disabled],
  form#calculator textarea[disabled], .form-control[readonly], form#calculator input[readonly][type="text"],
  form#calculator input[readonly][type="email"],
  form#calculator input[readonly][type="tel"],
  form#calculator input[readonly][type="number"],
  form#calculator select[readonly],
  form#calculator textarea[readonly], fieldset[disabled] .form-control, fieldset[disabled] form#calculator input[type="text"], form#calculator fieldset[disabled] input[type="text"],
  fieldset[disabled] form#calculator input[type="email"],
  form#calculator fieldset[disabled] input[type="email"],
  fieldset[disabled] form#calculator input[type="tel"],
  form#calculator fieldset[disabled] input[type="tel"],
  fieldset[disabled] form#calculator input[type="number"],
  form#calculator fieldset[disabled] input[type="number"],
  fieldset[disabled] form#calculator select,
  form#calculator fieldset[disabled] select,
  fieldset[disabled] form#calculator textarea,
  form#calculator fieldset[disabled] textarea {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled], form#calculator input[disabled][type="text"],
  form#calculator input[disabled][type="email"],
  form#calculator input[disabled][type="tel"],
  form#calculator input[disabled][type="number"],
  form#calculator select[disabled],
  form#calculator textarea[disabled], fieldset[disabled] .form-control, fieldset[disabled] form#calculator input[type="text"], form#calculator fieldset[disabled] input[type="text"],
  fieldset[disabled] form#calculator input[type="email"],
  form#calculator fieldset[disabled] input[type="email"],
  fieldset[disabled] form#calculator input[type="tel"],
  form#calculator fieldset[disabled] input[type="tel"],
  fieldset[disabled] form#calculator input[type="number"],
  form#calculator fieldset[disabled] input[type="number"],
  fieldset[disabled] form#calculator select,
  form#calculator fieldset[disabled] select,
  fieldset[disabled] form#calculator textarea,
  form#calculator fieldset[disabled] textarea {
    cursor: not-allowed; }

textarea.form-control,
form#calculator textarea {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control, form#calculator input[type="date"][type="text"],
  form#calculator input[type="date"][type="email"],
  form#calculator input[type="date"][type="tel"],
  form#calculator input[type="date"][type="number"],
  input[type="time"].form-control,
  form#calculator input[type="time"][type="text"],
  form#calculator input[type="time"][type="email"],
  form#calculator input[type="time"][type="tel"],
  form#calculator input[type="time"][type="number"],
  input[type="datetime-local"].form-control,
  form#calculator input[type="datetime-local"][type="text"],
  form#calculator input[type="datetime-local"][type="email"],
  form#calculator input[type="datetime-local"][type="tel"],
  form#calculator input[type="datetime-local"][type="number"],
  input[type="month"].form-control,
  form#calculator input[type="month"][type="text"],
  form#calculator input[type="month"][type="email"],
  form#calculator input[type="month"][type="tel"],
  form#calculator input[type="month"][type="number"] {
    line-height: 34px; }
  input[type="date"].input-sm, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg input[type="date"], input[type="time"].input-lg, .input-group-lg input[type="time"], input[type="datetime-local"].input-lg, .input-group-lg input[type="datetime-local"], input[type="month"].input-lg, .input-group-lg input[type="month"] {
    line-height: 46px; } }
.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0; }

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 30px;
  line-height: 30px; }

textarea.input-sm,
select[multiple].input-sm {
  height: auto; }

.form-group-sm .form-control, .form-group-sm form#calculator input[type="text"], form#calculator .form-group-sm input[type="text"],
.form-group-sm form#calculator input[type="email"],
form#calculator .form-group-sm input[type="email"],
.form-group-sm form#calculator input[type="tel"],
form#calculator .form-group-sm input[type="tel"],
.form-group-sm form#calculator input[type="number"],
form#calculator .form-group-sm input[type="number"],
.form-group-sm form#calculator select,
form#calculator .form-group-sm select,
.form-group-sm form#calculator textarea,
form#calculator .form-group-sm textarea {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }
.form-group-sm select.form-control,
.form-group-sm form#calculator select,
form#calculator .form-group-sm select {
  height: 30px;
  line-height: 30px; }
.form-group-sm textarea.form-control,
.form-group-sm form#calculator textarea,
form#calculator .form-group-sm textarea,
.form-group-sm select[multiple].form-control,
.form-group-sm form#calculator select[multiple],
form#calculator .form-group-sm select[multiple] {
  height: auto; }
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-lg {
  height: 46px;
  line-height: 46px; }

textarea.input-lg,
select[multiple].input-lg {
  height: auto; }

.form-group-lg .form-control, .form-group-lg form#calculator input[type="text"], form#calculator .form-group-lg input[type="text"],
.form-group-lg form#calculator input[type="email"],
form#calculator .form-group-lg input[type="email"],
.form-group-lg form#calculator input[type="tel"],
form#calculator .form-group-lg input[type="tel"],
.form-group-lg form#calculator input[type="number"],
form#calculator .form-group-lg input[type="number"],
.form-group-lg form#calculator select,
form#calculator .form-group-lg select,
.form-group-lg form#calculator textarea,
form#calculator .form-group-lg textarea {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }
.form-group-lg select.form-control,
.form-group-lg form#calculator select,
form#calculator .form-group-lg select {
  height: 46px;
  line-height: 46px; }
.form-group-lg textarea.form-control,
.form-group-lg form#calculator textarea,
form#calculator .form-group-lg textarea,
.form-group-lg select[multiple].form-control,
.form-group-lg form#calculator select[multiple],
form#calculator .form-group-lg select[multiple] {
  height: auto; }
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control, .has-feedback form#calculator input[type="text"], form#calculator .has-feedback input[type="text"],
  .has-feedback form#calculator input[type="email"],
  form#calculator .has-feedback input[type="email"],
  .has-feedback form#calculator input[type="tel"],
  form#calculator .has-feedback input[type="tel"],
  .has-feedback form#calculator input[type="number"],
  form#calculator .has-feedback input[type="number"],
  .has-feedback form#calculator select,
  form#calculator .has-feedback select,
  .has-feedback form#calculator textarea,
  form#calculator .has-feedback textarea {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback,
.form-group-lg form#calculator input[type="text"] + .form-control-feedback,
form#calculator .form-group-lg input[type="text"] + .form-control-feedback,
.form-group-lg form#calculator input[type="email"] + .form-control-feedback,
form#calculator .form-group-lg input[type="email"] + .form-control-feedback,
.form-group-lg form#calculator input[type="tel"] + .form-control-feedback,
form#calculator .form-group-lg input[type="tel"] + .form-control-feedback,
.form-group-lg form#calculator input[type="number"] + .form-control-feedback,
form#calculator .form-group-lg input[type="number"] + .form-control-feedback,
.form-group-lg form#calculator select + .form-control-feedback,
form#calculator .form-group-lg select + .form-control-feedback,
.form-group-lg form#calculator textarea + .form-control-feedback,
form#calculator .form-group-lg textarea + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback,
.form-group-sm form#calculator input[type="text"] + .form-control-feedback,
form#calculator .form-group-sm input[type="text"] + .form-control-feedback,
.form-group-sm form#calculator input[type="email"] + .form-control-feedback,
form#calculator .form-group-sm input[type="email"] + .form-control-feedback,
.form-group-sm form#calculator input[type="tel"] + .form-control-feedback,
form#calculator .form-group-sm input[type="tel"] + .form-control-feedback,
.form-group-sm form#calculator input[type="number"] + .form-control-feedback,
form#calculator .form-group-sm input[type="number"] + .form-control-feedback,
.form-group-sm form#calculator select + .form-control-feedback,
form#calculator .form-group-sm select + .form-control-feedback,
.form-group-sm form#calculator textarea + .form-control-feedback,
form#calculator .form-group-sm textarea + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d; }
.has-success .form-control, .has-success form#calculator input[type="text"], form#calculator .has-success input[type="text"],
.has-success form#calculator input[type="email"],
form#calculator .has-success input[type="email"],
.has-success form#calculator input[type="tel"],
form#calculator .has-success input[type="tel"],
.has-success form#calculator input[type="number"],
form#calculator .has-success input[type="number"],
.has-success form#calculator select,
form#calculator .has-success select,
.has-success form#calculator textarea,
form#calculator .has-success textarea {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus, .has-success form#calculator input[type="text"]:focus, form#calculator .has-success input[type="text"]:focus,
  .has-success form#calculator input[type="email"]:focus,
  form#calculator .has-success input[type="email"]:focus,
  .has-success form#calculator input[type="tel"]:focus,
  form#calculator .has-success input[type="tel"]:focus,
  .has-success form#calculator input[type="number"]:focus,
  form#calculator .has-success input[type="number"]:focus,
  .has-success form#calculator select:focus,
  form#calculator .has-success select:focus,
  .has-success form#calculator textarea:focus,
  form#calculator .has-success textarea:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }
.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b; }
.has-warning .form-control, .has-warning form#calculator input[type="text"], form#calculator .has-warning input[type="text"],
.has-warning form#calculator input[type="email"],
form#calculator .has-warning input[type="email"],
.has-warning form#calculator input[type="tel"],
form#calculator .has-warning input[type="tel"],
.has-warning form#calculator input[type="number"],
form#calculator .has-warning input[type="number"],
.has-warning form#calculator select,
form#calculator .has-warning select,
.has-warning form#calculator textarea,
form#calculator .has-warning textarea {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus, .has-warning form#calculator input[type="text"]:focus, form#calculator .has-warning input[type="text"]:focus,
  .has-warning form#calculator input[type="email"]:focus,
  form#calculator .has-warning input[type="email"]:focus,
  .has-warning form#calculator input[type="tel"]:focus,
  form#calculator .has-warning input[type="tel"]:focus,
  .has-warning form#calculator input[type="number"]:focus,
  form#calculator .has-warning input[type="number"]:focus,
  .has-warning form#calculator select:focus,
  form#calculator .has-warning select:focus,
  .has-warning form#calculator textarea:focus,
  form#calculator .has-warning textarea:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }
.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442; }
.has-error .form-control, .has-error form#calculator input[type="text"], form#calculator .has-error input[type="text"],
.has-error form#calculator input[type="email"],
form#calculator .has-error input[type="email"],
.has-error form#calculator input[type="tel"],
form#calculator .has-error input[type="tel"],
.has-error form#calculator input[type="number"],
form#calculator .has-error input[type="number"],
.has-error form#calculator select,
form#calculator .has-error select,
.has-error form#calculator textarea,
form#calculator .has-error textarea {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus, .has-error form#calculator input[type="text"]:focus, form#calculator .has-error input[type="text"]:focus,
  .has-error form#calculator input[type="email"]:focus,
  form#calculator .has-error input[type="email"]:focus,
  .has-error form#calculator input[type="tel"]:focus,
  form#calculator .has-error input[type="tel"]:focus,
  .has-error form#calculator input[type="number"]:focus,
  form#calculator .has-error input[type="number"]:focus,
  .has-error form#calculator select:focus,
  form#calculator .has-error select:focus,
  .has-error form#calculator textarea:focus,
  form#calculator .has-error textarea:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }
.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control, .form-inline form#calculator input[type="text"], form#calculator .form-inline input[type="text"],
  .form-inline form#calculator input[type="email"],
  form#calculator .form-inline input[type="email"],
  .form-inline form#calculator input[type="tel"],
  form#calculator .form-inline input[type="tel"],
  .form-inline form#calculator input[type="number"],
  form#calculator .form-inline input[type="number"],
  .form-inline form#calculator select,
  form#calculator .form-inline select,
  .form-inline form#calculator textarea,
  form#calculator .form-inline textarea {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control,
    .form-inline .input-group form#calculator input[type="text"],
    form#calculator .form-inline .input-group input[type="text"],
    .form-inline .input-group form#calculator input[type="email"],
    form#calculator .form-inline .input-group input[type="email"],
    .form-inline .input-group form#calculator input[type="tel"],
    form#calculator .form-inline .input-group input[type="tel"],
    .form-inline .input-group form#calculator input[type="number"],
    form#calculator .form-inline .input-group input[type="number"],
    .form-inline .input-group form#calculator select,
    form#calculator .form-inline .input-group select,
    .form-inline .input-group form#calculator textarea,
    form#calculator .form-inline .input-group textarea {
      width: auto; }
  .form-inline .input-group > .form-control, .form-inline form#calculator .input-group > input[type="text"], form#calculator .form-inline .input-group > input[type="text"],
  .form-inline form#calculator .input-group > input[type="email"],
  form#calculator .form-inline .input-group > input[type="email"],
  .form-inline form#calculator .input-group > input[type="tel"],
  form#calculator .form-inline .input-group > input[type="tel"],
  .form-inline form#calculator .input-group > input[type="number"],
  form#calculator .form-inline .input-group > input[type="number"],
  .form-inline form#calculator .input-group > select,
  form#calculator .form-inline .input-group > select,
  .form-inline form#calculator .input-group > textarea,
  form#calculator .form-inline .input-group > textarea {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }
.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #337ab7; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.428571429;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }
.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 1;
    filter: alpha(opacity=100); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.428571429; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn, .modal-footer input#COMPUTE + .btn, .modal-footer .btn + input#COMPUTE, .modal-footer input#COMPUTE + input#COMPUTE {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn, .modal-footer .btn-group input#COMPUTE + .btn, .modal-footer .btn-group .btn + input#COMPUTE, .modal-footer .btn-group input#COMPUTE + input#COMPUTE {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 1025px) {
  .modal-lg {
    width: 900px; } }
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table !important; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table !important; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 1025px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table !important; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 1025px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 1025px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 1025px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table !important; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 1025px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table !important; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }
html {
  background-color: #a7a9ac;
  font-size: 15px; }
  @media only screen and (min-width: 768px) {
    html {
      font-size: 16px; } }
  @media only screen and (min-width: 1025px) {
    html {
      font-size: 16.5px; } }

body {
  position: relative;
  font-size: 1rem;
  color: #666666;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.7; }
  @media only screen and (min-width: 2560px) {
    body {
      max-width: 2560px;
      margin: 0 auto; } }

a {
  color: #e87c32;
  text-decoration: underline; }
  a:hover, a:focus, a:active {
    text-decoration: underline;
    color: #85181b;
    transition: all 0.3s ease; }

p, ul, ol, blockquote, .well, table, .table, #tvcHF01 .DetailTable,
#tvcHF06 .DetailTable,
#tvcHF08 .DetailTable, #tvcHF02 .DetailTable table,
#tvcHF03 .DetailTable table,
#tvcHF04 .DetailTable table,
#tvcHF09 .DetailTable table,
#tvcPC01 .DetailTable table,
#tvcPC12 .DetailTable table,
#tvcRC01 .DetailTable table, #tvcHF05 .DetailTable table,
#tvcPC10 .DetailTable table,
#tvcAC02 .DetailTable table, #DIVCalculatorTips table, small, dl, address {
  margin: 0 0 1rem; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  line-height: 1.3;
  margin: 0 0 0.5rem; }
  h1 p, .h1 p, h2 p, .h2 p, h3 p, .h3 p, h4 p, .h4 p, h5 p, .h5 p, h6 p, .h6 p {
    margin-bottom: 0; }

h1, .h1, h2, .h2 {
  color: #e87c32;
  font-weight: 800;
  font-size: 1.621rem;
  text-transform: uppercase; }
  @media only screen and (min-width: 768px) {
    h1, .h1, h2, .h2 {
      font-size: 1.806rem; } }
  @media only screen and (min-width: 1025px) {
    h1, .h1, h2, .h2 {
      font-size: 1.818rem; } }
  @media only screen and (min-width: 1200px) {
    h1, .h1, h2, .h2 {
      font-size: 2.061rem; } }

h3, .h3 {
  color: #666666;
  font-weight: 700;
  font-size: 1.310rem;
  text-transform: none; }
  @media only screen and (min-width: 768px) {
    h3, .h3 {
      font-size: 1.355rem; } }
  @media only screen and (min-width: 1025px) {
    h3, .h3 {
      font-size: 1.394rem; } }
  @media only screen and (min-width: 1200px) {
    h3, .h3 {
      font-size: 1.515rem; } }

h4, .h4 {
  color: #666666;
  font-weight: 700;
  font-size: 1.172rem;
  text-transform: none; }
  @media only screen and (min-width: 768px) {
    h4, .h4 {
      font-size: 1.161rem; } }
  @media only screen and (min-width: 1025px) {
    h4, .h4 {
      font-size: 1.152rem; } }
  @media only screen and (min-width: 1200px) {
    h4, .h4 {
      font-size: 1.212rem; } }

h5, .h5 {
  color: #666666;
  font-weight: 700;
  font-size: 1rem;
  text-transform: none; }

h6, .h6 {
  color: #666666;
  font-weight: 700;
  font-size: 0.85em;
  text-transform: none; }

p:empty {
  display: none; }

.fine, .caption, figcaption {
  font-size: 0.85em; }

ul li, ol li {
  margin-top: 5px;
  margin-bottom: 5px; }
  ul li ul, ul li ol, ol li ul, ol li ol {
    margin-bottom: 0; }

ol {
  padding-left: 35px; }

ul {
  padding-left: 40px;
  list-style: none; }
  ul li {
    text-indent: -19px; }
  ul li:before {
    content: "";
    display: inline-block;
    height: 7px;
    width: 7px;
    margin-right: 12px;
    margin-bottom: 3px;
    background-color: #e87c32; }

blockquote, .blockquote {
  border-left: 2px solid #c8c9cb;
  font-style: italic;
  letter-spacing: 0.2px;
  padding: 10px 0 10px 22px;
  font-size: inherit; }
  @media only screen and (min-width: 1025px) {
    blockquote, .blockquote {
      padding-left: 25px; } }
  blockquote *:last-child, .blockquote *:last-child {
    margin-bottom: 0; }

hr {
  width: 100%;
  height: 2px;
  background-color: #c8c9cb;
  border: 0;
  margin-top: 30px;
  margin-bottom: 30px; }
  @media only screen and (min-width: 768px) {
    hr {
      margin-top: 35px;
      margin-bottom: 35px; } }

ul#epi-quickNavigator li:before {
  content: none; }

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?lmsqvg");
  src: url("fonts/icomoon.eot?lmsqvg#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?lmsqvg") format("truetype"), url("fonts/icomoon.woff?lmsqvg") format("woff"), url("fonts/icomoon.svg?lmsqvg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-minus-circle:before {
  content: "\e900"; }

.icon-plus-circle:before {
  content: "\e901"; }

.icon-search:before {
  content: "\e902"; }

.icon-thick-arrow-down:before {
  content: "\e905"; }

.icon-thick-arrow-left:before {
  content: "\e906"; }

.icon-thick-arrow-right:before {
  content: "\e907"; }

.icon-thick-arrow-up:before {
  content: "\e908"; }

.icon-thin-arrow-down:before {
  content: "\e909"; }

.icon-thin-arrow-left:before {
  content: "\e90b"; }

.icon-thin-arrow-right:before {
  content: "\e90c"; }

.icon-thin-arrow-up:before {
  content: "\e90d"; }

.icon-instagram:before {
  content: ">>"; }

.icon-facebook:before {
  content: ">>"; }

.icon-printer:before {
  content: "\e90e"; }

.icon-download:before {
  content: "\e910"; }

.icon-checkmark:before {
  content: "\e90a"; }

.icon-play:before {
  content: "\e915"; }

.icon-pause:before {
  content: "\e916"; }

.icon-square:before {
  content: "\e913"; }

.icon-twitter:before {
  content: ">>"; }

.icon-youtube:before {
  content: ">>"; }

.icon-linked-in:before {
  content: ">>"; }

.skip-to-link {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 999999;
  background-color: #48484a;
  color: #ffffff;
  padding: 13px 14px 14px 16px;
  font-weight: 700;
  text-transform: uppercase; }
  .skip-to-link:focus {
    color: #ffffff;
    text-decoration: none; }

#navCollapse.collapsing {
  transition-duration: 0s; }

@media only screen and (max-width: 1024px) {
  #searchCollapse.collapsing {
    transition-duration: 0s; } }

.nav-collapse {
  position: absolute;
  width: 100%;
  top: 65px; }
  @media only screen and (min-width: 768px) {
    .nav-collapse {
      width: 335px;
      right: 0;
      top: 86px; } }
  @media only screen and (min-width: 1025px) {
    .nav-collapse {
      width: 100%;
      left: auto;
      right: auto;
      top: auto;
      bottom: 3px;
      max-width: 2560px; } }

.nav-btn {
  width: 65px;
  height: 65px;
  background-color: #48484a;
  display: block;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  right: 0; }
  @media only screen and (min-width: 768px) {
    .nav-btn {
      width: 100px;
      height: 86px; } }
  @media only screen and (min-width: 1025px) {
    .nav-btn {
      display: none; } }
  .nav-btn .icon-close {
    float: right;
    margin-right: 20px; }
    @media only screen and (min-width: 768px) {
      .nav-btn .icon-close {
        margin-right: 34px; } }
  .nav-btn .icon-hamburger {
    display: none; }
  .nav-btn.collapsed {
    background-color: #e87c32; }
    .nav-btn.collapsed .icon-close {
      display: none; }
    .nav-btn.collapsed .icon-hamburger {
      display: block;
      float: right;
      margin-right: 20px; }
      @media only screen and (min-width: 768px) {
        .nav-btn.collapsed .icon-hamburger {
          margin-right: 34px; } }

.icon-hamburger {
  display: block;
  height: 4px;
  width: 26px;
  background-color: #ffffff;
  position: relative;
  margin-right: 20px; }
  @media only screen and (min-width: 768px) {
    .icon-hamburger {
      height: 5px;
      width: 34px; } }
  .icon-hamburger:before, .icon-hamburger:after {
    content: "";
    display: block;
    position: absolute;
    height: 4px;
    width: 26px;
    background-color: #ffffff; }
    @media only screen and (min-width: 768px) {
      .icon-hamburger:before, .icon-hamburger:after {
        height: 5px;
        width: 34px; } }
  .icon-hamburger:before {
    top: -8px; }
    @media only screen and (min-width: 768px) {
      .icon-hamburger:before {
        top: -10px; } }
  .icon-hamburger:after {
    bottom: -8px; }
    @media only screen and (min-width: 768px) {
      .icon-hamburger:after {
        bottom: -10px; } }

.icon-close {
  display: block;
  height: 4px;
  width: 24px;
  background-color: #ffffff;
  position: relative;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
  @media only screen and (min-width: 768px) {
    .icon-close {
      width: 32px; } }
  .icon-close:before {
    content: "";
    display: block;
    position: absolute;
    height: 4px;
    width: 24px;
    background-color: #ffffff; }
    @media only screen and (min-width: 768px) {
      .icon-close:before {
        width: 32px; } }
  .icon-close:before {
    top: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }

.online-account-btn {
  display: block;
  color: #ffffff;
  background-color: #48484a;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 10px;
  padding: 5px 20px;
  position: absolute;
  left: auto;
  width: 100%;
  top: 100%; }
  @media only screen and (min-width: 768px) {
    .online-account-btn {
      font-size: 12.5px;
      padding-top: 12px;
      padding-bottom: 12px;
      border-radius: 0 0 6px 6px; } }
  @media only screen and (min-width: 1025px) {
    .online-account-btn {
      font-size: 14px; } }
  .online-account-btn:hover, .online-account-btn:focus, .online-account-btn:active {
    background-color: #2a2b29; }
  .online-account-btn [class^="icon-"], .online-account-btn [class*=" icon-"] {
    margin-left: 10px; }
  .online-account-btn .icon-thick-arrow-down {
    display: none; }
  .online-account-btn.collapsed .icon-thick-arrow-up {
    display: none; }
  .online-account-btn.collapsed .icon-thick-arrow-down {
    display: inline-block; }

.online-accts-login {
  position: relative;
  z-index: 9; }
  @media only screen and (min-width: 768px) {
    .online-accts-login {
      width: 230px;
      position: absolute;
      top: 86px;
      right: 34px; } }
  @media only screen and (min-width: 1025px) {
    .online-accts-login {
      width: 260px;
      top: 96px;
      right: 26px; } }
  @media only screen and (min-width: 1200px) {
    .online-accts-login {
      top: 105px;
      right: 32px; } }
  @media only screen and (min-width: 1260px) {
    .online-accts-login {
      right: 60px; } }

.online-accts-content {
  padding-top: 15px;
  background-color: #ededed; }
  .online-accts-content p {
    font-size: 0.85em;
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 15px; }

.online-accts-list {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0; }
  .online-accts-list li {
    margin: 0;
    text-indent: 0;
    position: relative; }
    .online-accts-list li:before {
      display: none; }
    .online-accts-list li a {
      display: block;
      padding: 10px 40px 11px 20px;
      border-top: 1px solid #ffffff;
      color: #2a2b29;
      text-decoration: none;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 11.5px; }
      @media only screen and (min-width: 1025px) {
        .online-accts-list li a {
          font-size: 12px; } }
      .online-accts-list li a:hover, .online-accts-list li a:focus, .online-accts-list li a:active {
        background-color: #dddddd; }
    .online-accts-list li .icon-thin-arrow-right {
      position: absolute;
      right: 20px;
      top: 15px; }

.utility-nav ul {
  padding-left: 0;
  margin: 15px 0 0; }
  @media only screen and (min-width: 1025px) {
    .utility-nav ul {
      display: block;
      position: absolute;
      top: 0;
      right: 76px;
      margin-top: 0; } }
  @media only screen and (min-width: 1260px) {
    .utility-nav ul {
      right: 102px; } }
  .utility-nav ul li {
    text-indent: 0;
    margin: 0;
    display: block; }
    @media only screen and (min-width: 1025px) {
      .utility-nav ul li {
        display: inline-block; } }
    .utility-nav ul li:before {
      display: none; }
    .utility-nav ul li a {
      display: block;
      color: #ffffff;
      text-transform: uppercase;
      text-decoration: none;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.2px;
      padding: 8px 20px; }
      @media only screen and (min-width: 1025px) {
        .utility-nav ul li a {
          padding: 5px 12px;
          font-size: 11.5px; } }
      .utility-nav ul li a:hover, .utility-nav ul li a:focus, .utility-nav ul li a:active {
        color: #c8c9cb; }

.search-btn {
  color: #ffffff;
  background-color: #48484a;
  position: absolute;
  right: 65px;
  width: 65px;
  height: 65px;
  font-size: 21px; }
  @media only screen and (min-width: 768px) {
    .search-btn {
      right: 100px;
      width: 100px;
      height: 86px;
      font-size: 28px; } }
  @media only screen and (min-width: 1025px) {
    .search-btn {
      right: 26px;
      width: 30px;
      height: 30px;
      font-size: 15.5px; } }
  @media only screen and (min-width: 1200px) {
    .search-btn {
      right: 32px; } }
  @media only screen and (min-width: 1260px) {
    .search-btn {
      right: 60px; } }
  .search-btn .icon-search {
    display: none; }
    @media only screen and (min-width: 1025px) {
      .search-btn .icon-search {
        display: inline-block; } }
  .search-btn .icon-close {
    display: inline-block; }
    @media only screen and (min-width: 1025px) {
      .search-btn .icon-close {
        display: none; } }
  .search-btn.collapsed {
    background-color: transparent; }
    @media only screen and (min-width: 1025px) {
      .search-btn.collapsed {
        background-color: #48484a; } }
    @media only screen and (min-width: 1025px) {
      .search-btn.collapsed:hover, .search-btn.collapsed:focus, .search-btn.collapsed:active {
        background-color: #2a2b29; } }
    .search-btn.collapsed .icon-search {
      display: inline-block; }
    .search-btn.collapsed .icon-close {
      display: none; }

.search-collapse {
  position: absolute;
  width: 100%;
  max-width: 2560px;
  top: 65px;
  left: auto;
  padding: 0;
  z-index: 10; }
  @media only screen and (min-width: 768px) {
    .search-collapse {
      top: 86px; } }
  @media only screen and (min-width: 1025px) {
    .search-collapse {
      top: 96px; } }
  @media only screen and (min-width: 1200px) {
    .search-collapse {
      top: 105px; } }
  .search-collapse .search-form {
    margin: 0 auto;
    max-width: 700px; }

.search-collapse-helper {
  background-color: #48484a;
  padding: 20px; }
  @media only screen and (min-width: 768px) {
    .search-collapse-helper {
      padding: 30px 0; } }
  @media only screen and (min-width: 1200px) {
    .search-collapse-helper {
      padding-top: 45px;
      padding-bottom: 45px; } }

@media only screen and (min-width: 1025px) {
  .sub-nav-container {
    margin-top: -17px; } }

@media only screen and (max-width: 767px) {
  #subNavCollapse {
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
    padding: 0 20px; } }

@media only screen and (min-width: 768px) {
  .sub-nav-wrap {
    display: table;
    table-layout: fixed;
    text-align: center;
    margin-left: auto;
    margin-right: auto; } }

.sub-nav {
  padding-left: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #ffffff; }
  @media only screen and (min-width: 768px) {
    .sub-nav {
      display: inline-block;
      border-bottom: 0; } }
  .sub-nav li {
    text-indent: 0;
    margin: 0;
    vertical-align: top;
    display: block; }
    @media only screen and (min-width: 768px) {
      .sub-nav li {
        display: table-cell;
        vertical-align: top;
        width: 16.666%;
        background-color: rgba(255, 255, 255, 0.8);
        border-right: 2px solid #dddddd; } }
    @media only screen and (min-width: 1025px) {
      .sub-nav li {
        width: 145px; } }
    @media only screen and (min-width: 1200px) {
      .sub-nav li {
        width: 155px; } }
    @media only screen and (min-width: 768px) {
      .sub-nav li:last-child {
        border-right: 0; } }
    .sub-nav li:before {
      display: none; }
    .sub-nav li:hover, .sub-nav li:focus, .sub-nav li:active {
      background-color: #ffffff;
      transition: all 0.3s ease; }
      .sub-nav li:hover a, .sub-nav li:focus a, .sub-nav li:active a {
        color: #e87c32; }
    .sub-nav li a {
      display: block;
      background-color: #ededed;
      text-decoration: none;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 11.5px;
      line-height: 1.35;
      color: #2a2b29;
      padding: 11px 16px 12px 16px;
      border-top: 1px solid #ffffff; }
      @media only screen and (min-width: 768px) {
        .sub-nav li a {
          padding: 10px;
          font-size: 11px;
          text-align: center;
          border-top: 0;
          background-color: transparent; } }
      @media only screen and (min-width: 1025px) {
        .sub-nav li a {
          font-size: 11.5px;
          padding-top: 12px;
          padding-bottom: 12px; } }
      .sub-nav li a:hover, .sub-nav li a:focus, .sub-nav li a:active {
        background-color: #dddddd; }
        @media only screen and (min-width: 768px) {
          .sub-nav li a:hover, .sub-nav li a:focus, .sub-nav li a:active {
            background-color: transparent; } }
      .sub-nav li a img {
        display: none; }
        @media only screen and (min-width: 768px) {
          .sub-nav li a img {
            display: block;
            margin: 0 auto 7px;
            width: 30px;
            height: auto; } }
        @media only screen and (min-width: 1025px) {
          .sub-nav li a img {
            width: 36px; } }
        @media only screen and (min-width: 1200px) {
          .sub-nav li a img {
            width: 42px; } }

.open-acct-btn {
  display: block;
  padding: 13px 14px 14px 16px;
  background-color: #e87c32;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  vertical-align: top;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .open-acct-btn {
      display: table-cell;
      width: 140px;
      padding: 0 10px;
      vertical-align: middle; } }
  .open-acct-btn:hover, .open-acct-btn:focus, .open-acct-btn:active {
    text-decoration: none;
    color: #ffffff;
    background-color: #48484a; }
  .open-acct-btn span {
    vertical-align: middle; }

.js-mobile-nav-showing:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 65px;
  left: 0;
  background-color: #48484a;
  z-index: 1; }
  @media only screen and (min-width: 768px) {
    .js-mobile-nav-showing:after {
      top: 86px;
      background-color: rgba(72, 72, 74, 0.9);
      border-right: 335px solid #48484a; } }
  @media only screen and (min-width: 1025px) {
    .js-mobile-nav-showing:after {
      display: none; } }

@media only screen and (min-width: 1025px) {
  .js-mega-menu-showing:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 96px;
    left: auto;
    z-index: 1;
    background-color: rgba(72, 72, 74, 0.9); } }
@media only screen and (min-width: 1200px) {
  .js-mega-menu-showing:after {
    top: 105px; } }
@media only screen and (min-width: 1025px) {
  .js-mega-menu-showing .online-accts-login {
    display: none; } }

.back-to-top {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  position: fixed;
  bottom: 20px;
  right: 15px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  padding-top: 8px;
  color: #ffffff;
  font-size: 20px;
  text-decoration: none;
  z-index: 999; }
  @media only screen and (min-width: 768px) {
    .back-to-top {
      right: 30px; } }
  @media only screen and (min-width: 1025px) {
    .back-to-top {
      padding-top: 10px;
      width: 44px;
      height: 44px;
      bottom: 25px; } }
  .back-to-top:hover, .back-to-top:focus, .back-to-top:active {
    text-decoration: none;
    color: #ffffff; }
  .back-to-top:hover {
    background-color: #2a2b29; }
  .back-to-top.affix, .back-to-top.affix-bottom {
    opacity: 1.0;
    pointer-events: auto; }

.other-accts-btn {
  display: block;
  width: 100%;
  text-align: left;
  padding: 10px 40px 11px 20px;
  border-top: 1px solid #ffffff;
  color: #2a2b29;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11.5px;
  background-color: #ededed;
  position: relative; }
  @media only screen and (min-width: 1025px) {
    .other-accts-btn {
      font-size: 12px; } }
  .other-accts-btn:hover, .other-accts-btn:focus, .other-accts-btn:active {
    background-color: #dddddd; }
  .other-accts-btn .icon-thin-arrow-up, .other-accts-btn .icon-thin-arrow-down {
    position: absolute;
    right: 20px;
    top: 15px; }
  .other-accts-btn .icon-thin-arrow-up {
    display: inline-block; }
  .other-accts-btn .icon-thin-arrow-down {
    display: none; }
  .other-accts-btn.collapsed .icon-thin-arrow-up {
    display: none; }
  .other-accts-btn.collapsed .icon-thin-arrow-down {
    display: inline-block; }

.other-accts-list {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  background-color: #dddddd; }
  .other-accts-list li {
    margin: 0;
    text-indent: 0;
    position: relative; }
    .other-accts-list li:before {
      display: none; }
    .other-accts-list li a {
      display: block;
      padding: 10px 40px 11px 40px;
      border-top: 1px solid #ffffff;
      color: #2a2b29;
      text-decoration: none;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 11.5px; }
      @media only screen and (min-width: 1025px) {
        .other-accts-list li a {
          font-size: 12px; } }
      .other-accts-list li a:hover, .other-accts-list li a:focus, .other-accts-list li a:active {
        background-color: #d2d2d2; }
    .other-accts-list li .icon-thin-arrow-right {
      position: absolute;
      right: 20px;
      top: 15px; }

.footer-nav {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0; }
  @media only screen and (min-width: 768px) {
    .footer-nav {
      margin-top: -13px; } }
  @media only screen and (min-width: 1025px) {
    .footer-nav {
      margin-top: -16px; } }
  .footer-nav li {
    width: 100%;
    display: block;
    text-indent: 0;
    margin-bottom: 0; }
    @media only screen and (min-width: 768px) {
      .footer-nav li {
        display: inline-block;
        width: 49%;
        padding-left: 10px;
        vertical-align: top; } }
    @media only screen and (min-width: 1025px) {
      .footer-nav li {
        padding-left: 15px;
        width: 32%; } }
    @media only screen and (min-width: 1200px) {
      .footer-nav li {
        padding-left: 20px; } }
    .footer-nav li:before {
      display: none; }
  .footer-nav a {
    display: inline-block;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 0.2px;
    padding: 6px 0;
    font-size: 12.5px; }
    @media only screen and (min-width: 1025px) {
      .footer-nav a {
        font-size: 15px;
        padding-top: 10px;
        padding-bottom: 10px; } }
    .footer-nav a:hover, .footer-nav a:focus, .footer-nav a:active {
      color: #a7a9ac; }

.form-control, form#calculator input[type="text"],
form#calculator input[type="email"],
form#calculator input[type="tel"],
form#calculator input[type="number"],
form#calculator select,
form#calculator textarea {
  max-width: 100%;
  border-radius: 0;
  outline: 0;
  border: 2px solid #d7d7d7;
  -moz-box-shadow: inset 0 0 6px #e5e5e5;
  -webkit-box-shadow: inset 0 0 6px #e5e5e5;
  box-shadow: inset 0 0 6px #e5e5e5;
  padding: 8px 10px;
  height: 40px;
  vertical-align: middle;
  background-color: #ffffff;
  color: #2a2b29;
  font-size: 1rem; }
  @media only screen and (min-width: 768px) {
    .form-control, form#calculator input[type="text"],
    form#calculator input[type="email"],
    form#calculator input[type="tel"],
    form#calculator input[type="number"],
    form#calculator select,
    form#calculator textarea {
      height: 44px; } }
  @media only screen and (min-width: 1025px) {
    .form-control, form#calculator input[type="text"],
    form#calculator input[type="email"],
    form#calculator input[type="tel"],
    form#calculator input[type="number"],
    form#calculator select,
    form#calculator textarea {
      height: 46px; } }

textarea.form-control,
form#calculator textarea {
  min-height: 40px; }
  @media only screen and (min-width: 768px) {
    textarea.form-control,
    form#calculator textarea {
      min-height: 44px; } }
  @media only screen and (min-width: 1025px) {
    textarea.form-control,
    form#calculator textarea {
      min-height: 46px; } }

label, legend {
  display: block;
  font-size: 1rem;
  color: #666666;
  font-weight: 700;
  margin: 0;
  padding: 0 0 0.33rem;
  border: 0; }

.form-group {
  margin: 0 0 1rem 0; }

.form-group-other {
  margin: 0 0 0 23px; }
  @media only screen and (min-width: 1025px) {
    .form-group-other {
      margin-left: 25px; } }
  .form-group-other label {
    font-weight: 400; }

.radio, .checkbox, .radio-inline, .checkbox-inline {
  position: relative;
  margin-top: 0;
  margin-bottom: 0.33rem;
  padding: 0; }
  .radio input[type="checkbox"], .radio input[type="radio"], .checkbox input[type="checkbox"], .checkbox input[type="radio"], .radio-inline input[type="checkbox"], .radio-inline input[type="radio"], .checkbox-inline input[type="checkbox"], .checkbox-inline input[type="radio"] {
    position: absolute;
    top: 5px;
    left: 0;
    margin: 0; }
    @media only screen and (min-width: 1025px) {
      .radio input[type="checkbox"], .radio input[type="radio"], .checkbox input[type="checkbox"], .checkbox input[type="radio"], .radio-inline input[type="checkbox"], .radio-inline input[type="radio"], .checkbox-inline input[type="checkbox"], .checkbox-inline input[type="radio"] {
        top: 6px; } }
  .radio label, .checkbox label, .radio-inline label, .checkbox-inline label {
    font-weight: 400;
    padding-left: 23px; }
    @media only screen and (min-width: 768px) {
      .radio label, .checkbox label, .radio-inline label, .checkbox-inline label {
        padding-left: 25px; } }

.radio-inline, .checkbox-inline {
  display: block; }
  @media only screen and (min-width: 768px) {
    .radio-inline, .checkbox-inline {
      display: inline-block;
      margin-right: 15px; } }

.radio + .radio, .checkbox + .checkbox {
  margin-top: 0;
  margin-bottom: 0.33rem; }

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
  margin-left: 0; }

.has-error .form-control, .has-error form#calculator input[type="text"], form#calculator .has-error input[type="text"],
.has-error form#calculator input[type="email"],
form#calculator .has-error input[type="email"],
.has-error form#calculator input[type="tel"],
form#calculator .has-error input[type="tel"],
.has-error form#calculator input[type="number"],
form#calculator .has-error input[type="number"],
.has-error form#calculator select,
form#calculator .has-error select,
.has-error form#calculator textarea,
form#calculator .has-error textarea {
  border-color: #D60000; }
  .has-error .form-control:focus, .has-error form#calculator input[type="text"]:focus, form#calculator .has-error input[type="text"]:focus,
  .has-error form#calculator input[type="email"]:focus,
  form#calculator .has-error input[type="email"]:focus,
  .has-error form#calculator input[type="tel"]:focus,
  form#calculator .has-error input[type="tel"]:focus,
  .has-error form#calculator input[type="number"]:focus,
  form#calculator .has-error input[type="number"]:focus,
  .has-error form#calculator select:focus,
  form#calculator .has-error select:focus,
  .has-error form#calculator textarea:focus,
  form#calculator .has-error textarea:focus {
    border-color: #D60000; }

.has-warning .form-control, .has-warning form#calculator input[type="text"], form#calculator .has-warning input[type="text"],
.has-warning form#calculator input[type="email"],
form#calculator .has-warning input[type="email"],
.has-warning form#calculator input[type="tel"],
form#calculator .has-warning input[type="tel"],
.has-warning form#calculator input[type="number"],
form#calculator .has-warning input[type="number"],
.has-warning form#calculator select,
form#calculator .has-warning select,
.has-warning form#calculator textarea,
form#calculator .has-warning textarea {
  border-color: #AF4B08; }
  .has-warning .form-control:focus, .has-warning form#calculator input[type="text"]:focus, form#calculator .has-warning input[type="text"]:focus,
  .has-warning form#calculator input[type="email"]:focus,
  form#calculator .has-warning input[type="email"]:focus,
  .has-warning form#calculator input[type="tel"]:focus,
  form#calculator .has-warning input[type="tel"]:focus,
  .has-warning form#calculator input[type="number"]:focus,
  form#calculator .has-warning input[type="number"]:focus,
  .has-warning form#calculator select:focus,
  form#calculator .has-warning select:focus,
  .has-warning form#calculator textarea:focus,
  form#calculator .has-warning textarea:focus {
    border-color: #AF4B08; }

.has-success .form-control, .has-success form#calculator input[type="text"], form#calculator .has-success input[type="text"],
.has-success form#calculator input[type="email"],
form#calculator .has-success input[type="email"],
.has-success form#calculator input[type="tel"],
form#calculator .has-success input[type="tel"],
.has-success form#calculator input[type="number"],
form#calculator .has-success input[type="number"],
.has-success form#calculator select,
form#calculator .has-success select,
.has-success form#calculator textarea,
form#calculator .has-success textarea {
  border-color: #21782E; }
  .has-success .form-control:focus, .has-success form#calculator input[type="text"]:focus, form#calculator .has-success input[type="text"]:focus,
  .has-success form#calculator input[type="email"]:focus,
  form#calculator .has-success input[type="email"]:focus,
  .has-success form#calculator input[type="tel"]:focus,
  form#calculator .has-success input[type="tel"]:focus,
  .has-success form#calculator input[type="number"]:focus,
  form#calculator .has-success input[type="number"]:focus,
  .has-success form#calculator select:focus,
  form#calculator .has-success select:focus,
  .has-success form#calculator textarea:focus,
  form#calculator .has-success textarea:focus {
    border-color: #21782E; }

.select-hidden {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  padding: 0;
  width: .5px;
  height: 100%;
  border: none;
  opacity: 0; }

.search-form {
  position: relative;
  margin-bottom: 0;
  padding-right: 50px; }
  .search-form .dropdown #topicToggleText {
    white-space: nowrap; }
    .search-form .dropdown #topicToggleText.selected {
      color: #5a5959; }
      .search-form .dropdown #topicToggleText.selected.selected-placeholder {
        color: #8e8e8e; }
  .search-form .dropdown .dropdown-toggle {
    position: relative;
    padding-right: 53px;
    color: #8e8e8e;
    text-align: left; }
    .search-form .dropdown .dropdown-toggle:after {
      position: absolute;
      top: -2px;
      right: -2px;
      display: inline-block;
      padding-top: 12px;
      width: 53px;
      height: calc(100% + 4px);
      background-color: #2a2b29;
      color: #fff;
      content: "\e905";
      text-align: center;
      text-transform: none;
      font-weight: normal;
      font-style: normal;
      font-variant: normal;
      font-family: 'icomoon' !important;
      speak: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .search-form .dropdown .dropdown-toggle[aria-expanded="true"]:after {
      transform: rotate(180deg); }
  .search-form .dropdown .dropdown-menu {
    margin: 0;
    padding: 0;
    width: 100%;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    list-style-type: none;
    max-height: 320px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
    .search-form .dropdown .dropdown-menu li {
      margin: 0;
      border-bottom: 2px solid #fff;
      text-indent: 0; }
      .search-form .dropdown .dropdown-menu li:before {
        display: none; }
      .search-form .dropdown .dropdown-menu li:last-child {
        border-bottom: 0; }
    .search-form .dropdown .dropdown-menu a {
      padding: 11px 13px 10px;
      background-color: #ededed;
      text-decoration: none;
      text-transform: uppercase;
      font-weight: bold;
      white-space: normal;
      color: #5a5959;
      display: block; }
      .search-form .dropdown .dropdown-menu a:active, .search-form .dropdown .dropdown-menu a:focus, .search-form .dropdown .dropdown-menu a:hover {
        background-color: #d4d4d4;
        color: #e87c32; }
  .search-form [type="submit"].btn--secondary:after {
    background-color: #2a2b29; }

.red-bg .search-form label {
  color: #fff; }

.search-form-with-topic {
  padding-right: 0; }

.search-submit {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 40px;
  background-color: #2a2b29;
  color: #ffffff;
  font-size: 22px; }
  @media only screen and (min-width: 768px) {
    .search-submit {
      height: 44px; } }
  @media only screen and (min-width: 1025px) {
    .search-submit {
      height: 46px; } }
  .search-submit:hover, .search-submit:focus, .search-submit:active {
    background-color: #222; }

.search-tag {
  display: inline-block;
  margin: 3.5px 7px;
  padding: 3px 10px;
  background-color: #ededed;
  text-transform: uppercase;
  font-weight: bold; }

.search-tag-remove {
  display: block;
  float: right;
  margin-left: 10px;
  color: gray;
  text-decoration: none;
  font-weight: 100;
  font-size: 24px;
  line-height: 27px; }
  .search-tag-remove:active, .search-tag-remove:hover, .search-tag-remove:focus {
    text-decoration: none; }

.search-tag-clear {
  display: inline-block;
  padding: 3px 6px;
  text-decoration: underline;
  font-size: 14px; }

.zip-form {
  position: relative; }

.zip-form--loan-officers {
  margin-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    .zip-form--loan-officers {
      margin-top: -10px;
      margin-bottom: 30px; } }

.zip-form--locations {
  margin-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    .zip-form--locations {
      margin-bottom: 30px; } }
  @media only screen and (min-width: 1025px) {
    .zip-form--locations {
      margin-bottom: 50px; } }

.zip-submit {
  color: #ffffff;
  background-color: #48484a;
  position: absolute;
  bottom: 0;
  right: 0;
  padding-right: 20px;
  padding-left: 20px;
  font-weight: 700;
  text-transform: uppercase;
  height: 40px; }
  @media only screen and (min-width: 768px) {
    .zip-submit {
      height: 44px; } }
  @media only screen and (min-width: 1025px) {
    .zip-submit {
      height: 46px; } }
  .zip-submit:hover, .zip-submit:focus, .zip-submit:active {
    background-color: #2a2b29; }

.captcha {
  background-color: #ededed;
  padding: 15px;
  margin-bottom: 25px; }
  @media only screen and (min-width: 768px) {
    .captcha {
      padding: 20px; } }
  .captcha label {
    display: block; }
  .captcha .form-control, .captcha form#calculator input[type="text"], form#calculator .captcha input[type="text"],
  .captcha form#calculator input[type="email"],
  form#calculator .captcha input[type="email"],
  .captcha form#calculator input[type="tel"],
  form#calculator .captcha input[type="tel"],
  .captcha form#calculator input[type="number"],
  form#calculator .captcha input[type="number"],
  .captcha form#calculator select,
  form#calculator .captcha select,
  .captcha form#calculator textarea,
  form#calculator .captcha textarea {
    margin: 0; }
    @media only screen and (min-width: 768px) {
      .captcha .form-control, .captcha form#calculator input[type="text"], form#calculator .captcha input[type="text"],
      .captcha form#calculator input[type="email"],
      form#calculator .captcha input[type="email"],
      .captcha form#calculator input[type="tel"],
      form#calculator .captcha input[type="tel"],
      .captcha form#calculator input[type="number"],
      form#calculator .captcha input[type="number"],
      .captcha form#calculator select,
      form#calculator .captcha select,
      .captcha form#calculator textarea,
      form#calculator .captcha textarea {
        height: 34px;
        width: 50%; } }

.captcha-img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 0 5px; }

.captcha-refresh {
  color: #e87c32;
  font-size: 0.85em;
  text-decoration: underline;
  margin: 0 0 15px; }
  .captcha-refresh:hover, .captcha-refresh:focus, .captcha-refresh:active {
    color: #85181b; }

button {
  background: none;
  border: 0;
  padding: 0;
  border-radius: 0; }
  button:hover, button:focus, button:active {
    transition: all 0.3s ease; }

.btn, input#COMPUTE {
  font-weight: 700;
  margin-right: 15px;
  margin-bottom: 15px;
  display: inline-block;
  letter-spacing: 0.3px;
  line-height: 1.3;
  background: none;
  text-transform: uppercase;
  text-decoration: none;
  text-align: left;
  font-size: 15px;
  padding: 13px 14px 14px 16px;
  border-radius: 0; }
  @media only screen and (min-width: 768px) {
    .btn, input#COMPUTE {
      padding: 15px 18px 16px 20px; } }
  @media only screen and (min-width: 1025px) {
    .btn, input#COMPUTE {
      font-size: 16px;
      padding: 15px 18px 16px 20px; } }
  @media only screen and (min-width: 1200px) {
    .btn, input#COMPUTE {
      font-size: 16.5px; } }
  .btn:hover, input#COMPUTE:hover, .btn:active, input#COMPUTE:active, .btn:focus, input#COMPUTE:focus {
    text-decoration: none;
    transition: all 0.3s ease; }

.btn--primary, .btn--secondary {
  position: relative;
  background-color: #48484a;
  color: #ffffff;
  padding: 13px 55px 14px 16px; }
  @media only screen and (min-width: 768px) {
    .btn--primary, .btn--secondary {
      padding: 15px 68px 16px 20px; } }
  .btn--primary:hover, .btn--primary:active, .btn--primary:focus, .btn--secondary:hover, .btn--secondary:active, .btn--secondary:focus {
    background-color: #2a2b29;
    color: #ffffff; }
  .btn--primary:after, .btn--secondary:after {
    content: ">>";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #e87c32;
    padding: 13px 14px 14px 16px;
    height: 100%;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    @media only screen and (min-width: 768px) {
      .btn--primary:after, .btn--secondary:after {
        padding: 15px 18px 16px 20px; } }

.btn--secondary:after {
  background-color: #48484a; }
.btn--secondary:hover:after, .btn--secondary:active:after, .btn--secondary:focus:after {
  background-color: #e87c32;
  transition: all 0.3s ease; }

.btn--grey {
  background-color: #48484a;
  color: #ffffff; }
  .btn--grey:hover, .btn--grey:active, .btn--grey:focus {
    background-color: #2a2b29;
    color: #ffffff; }

.btn--red, input#COMPUTE {
  background-color: #e87c32;
  color: #ffffff; }
  .btn--red:hover, input#COMPUTE:hover, .btn--red:active, input#COMPUTE:active, .btn--red:focus, input#COMPUTE:focus {
    background-color: #48484a;
    color: #ffffff; }

.btn--block {
  display: block;
  width: 100%; }

.btn--collapse {
  display: block;
  width: 100%;
  position: relative;
  background-color: #c8c9cb;
  color: #666666;
  padding: 13px 55px 14px 16px;
  margin-bottom: 0; }
  @media only screen and (min-width: 768px) {
    .btn--collapse {
      display: none; } }
  .btn--collapse:after {
    content: "\e908";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #e87c32;
    color: #ffffff;
    padding: 13px 14px 14px 16px;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .btn--collapse.collapsed:after {
    content: "\e905"; }

.small-inline-btn {
  display: inline-block;
  background-color: #ededed;
  color: #666666;
  margin: 0 0 7px 7px;
  padding: 6px 11px 6px 10px;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.85em; }
  .small-inline-btn:hover, .small-inline-btn:focus, .small-inline-btn:active {
    color: #666666;
    text-decoration: none;
    background-color: #dddddd; }

.text-center .btn, .text-center input#COMPUTE, .split--photo .btn, .split--photo input#COMPUTE {
  margin-right: 7px;
  margin-left: 7px; }

.text-right .btn, .text-right input#COMPUTE {
  margin-right: 0;
  margin-left: 15px; }

.disabled {
  opacity: 0.35;
  pointer-events: none;
  cursor: not-allowed; }

#mainContent:focus {
  outline: 0; }

.row.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0; }

.container {
  padding: 0 20px; }
  @media only screen and (min-width: 768px) {
    .container {
      padding-left: 15px;
      padding-right: 15px;
      width: 730px; } }
  @media only screen and (min-width: 1025px) {
    .container {
      width: 970px; } }
  @media only screen and (min-width: 1200px) {
    .container {
      width: 1170px; } }

.logo {
  display: block;
  width: 120px;
  height: 41.359px;
  position: absolute;
  top: 12px;
  left: 20px;
  z-index: 999; }
  @media only screen and (min-width: 768px) {
    .logo {
      width: 155px;
      height: 53.438px;
      top: 16px;
      left: 34px; } }
  @media only screen and (min-width: 1025px) {
    .logo {
      top: 21px;
      left: 26px; } }
  @media only screen and (min-width: 1200px) {
    .logo {
      width: 190px;
      height: 65.500px;
      top: 18px;
      left: 32px; } }
  @media only screen and (min-width: 1260px) {
    .logo {
      left: 60px; } }
  .logo img {
    width: 100%;
    height: 100%; }

.logo--oklahoma {
  width: 80px;
  height: 42.266px;
  top: 12px; }
  @media only screen and (min-width: 768px) {
    .logo--oklahoma {
      width: 110px;
      height: 58.125px;
      top: 14px; } }
  @media only screen and (min-width: 1025px) {
    .logo--oklahoma {
      width: 125px;
      height: 66.047px;
      top: 15px; } }
  @media only screen and (min-width: 1200px) {
    .logo--oklahoma {
      width: 143px;
      height: 75.563px;
      top: 15px; } }

.logo--dual {
  width: 200px; }
  @media only screen and (min-width: 768px) {
    .logo--dual {
      width: 250px; } }
  @media only screen and (min-width: 1025px) {
    .logo--dual {
      width: 324px; } }

.header {
  width: 100%;
  position: relative;
  z-index: 2;
  margin-bottom: 25px; }
  @media only screen and (min-width: 768px) {
    .header {
      margin-bottom: 0; } }
  .header.header--no-accts-login {
    margin-bottom: 0; }

.header__top {
  width: 100%;
  height: 65px;
  background-color: #e87c32;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .header__top {
      height: 86px; } }
  @media only screen and (min-width: 1025px) {
    .header__top {
      height: 96px; } }
  @media only screen and (min-width: 1200px) {
    .header__top {
      height: 105px; } }

.section {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media only screen and (min-width: 768px) {
    .section {
      padding-top: 45px;
      padding-bottom: 45px; } }
  @media only screen and (min-width: 1200px) {
    .section {
      padding-top: 60px;
      padding-bottom: 60px; } }

.footer {
  width: 100%;
  background-color: #48484a; }

.footer__top {
  text-align: center;
  padding: 30px 0; }
  @media only screen and (min-width: 768px) {
    .footer__top {
      text-align: left; } }
  @media only screen and (min-width: 1025px) {
    .footer__top {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .footer__top .btn--primary {
    background-color: #2a2b29;
    margin-right: 0;
    margin-bottom: 20px; }
    @media only screen and (min-width: 768px) {
      .footer__top .btn--primary {
        margin-bottom: 0; } }
    .footer__top .btn--primary:hover, .footer__top .btn--primary:focus, .footer__top .btn--primary:active {
      background-color: #222; }

.footer__bottom {
  width: 100%;
  background-color: #2a2b29;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    .footer__bottom {
      text-align: left;
      padding-top: 30px;
      padding-bottom: 30px; } }
  .footer__bottom p {
    color: #ffffff;
    font-size: 9.5px;
    margin-bottom: 0; }
    @media only screen and (min-width: 768px) {
      .footer__bottom p {
        display: inline-block; } }
    @media only screen and (min-width: 1025px) {
      .footer__bottom p {
        font-size: 10.5px; } }
  .footer__bottom .social-list {
    margin-top: 0;
    margin-bottom: 0; }
    @media only screen and (min-width: 768px) {
      .footer__bottom .social-list {
        text-align: right; } }

.footer-header, .footer-tel {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px; }
  @media only screen and (min-width: 768px) {
    .footer-header, .footer-tel {
      font-size: 15.5px; } }
  @media only screen and (min-width: 1025px) {
    .footer-header, .footer-tel {
      font-size: 18px; } }
  @media only screen and (min-width: 1200px) {
    .footer-header, .footer-tel {
      font-size: 20px; } }

.footer-header {
  margin-bottom: 0; }

.footer-tel {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 20px; }
  @media only screen and (min-width: 1025px) {
    .footer-tel {
      margin-bottom: 25px; } }
  .footer-tel:hover, .footer-tel:focus, .footer-tel:active {
    text-decoration: none;
    color: #a7a9ac; }

.footer-logo {
  display: inline-block;
  width: 90px;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    .footer-logo {
      width: 100px;
      margin-top: 0;
      margin-right: 15px; } }
  @media only screen and (min-width: 1025px) {
    .footer-logo {
      margin-bottom: 0; } }
  .footer-logo img {
    width: 100%;
    height: auto; }

.img-responsive {
  width: 100%; }

iframe {
  width: 100%;
  border: 0; }

.block {
  display: block;
  max-width: 400px;
  margin: 25px auto; }
  @media only screen and (min-width: 768px) {
    .block {
      max-width: 100%;
      margin: 30px 0; } }
  .block p:last-child {
    margin-bottom: 0; }

@media only screen and (min-width: 768px) {
  .block--right, .block--left {
    margin-top: 0;
    max-width: 400px; } }

@media only screen and (min-width: 768px) {
  .block--right {
    float: right;
    width: 40%;
    margin-right: 0;
    margin-left: 35px; } }

@media only screen and (min-width: 768px) {
  .block--left {
    float: left;
    width: 40%;
    margin-left: 0;
    margin-right: 35px; } }

.breadcrumb ol {
  list-style: none;
  padding-left: 0;
  margin-top: -20px;
  margin-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    .breadcrumb ol {
      margin-top: -15px;
      margin-bottom: 30px; } }
  @media only screen and (min-width: 1200px) {
    .breadcrumb ol {
      margin-top: -30px; } }
  .breadcrumb ol > li {
    font-size: 0.75em;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0; }
    .breadcrumb ol > li + li:before {
      content: ">";
      color: #666666;
      font-weight: 400;
      padding: 0 6px 0 5px; }
    .breadcrumb ol > li a {
      color: #666666;
      text-decoration: none; }
      .breadcrumb ol > li a:hover, .breadcrumb ol > li a:focus, .breadcrumb ol > li a:active {
        color: #48484a; }
  .breadcrumb ol > .active {
    color: #666666; }

.social-list {
  padding-left: 0;
  margin: 25px 0; }
  .social-list li {
    margin: 0 2px;
    display: inline-block;
    text-indent: 0; }
    @media only screen and (min-width: 768px) {
      .social-list li {
        margin-left: 5px;
        margin-right: 0; } }
    .social-list li:before {
      display: none; }
    .social-list li a {
      color: #ffffff;
      text-decoration: none;
      text-align: center;
      background-color: #666666;
      border-radius: 50%;
      display: block;
      padding-top: 9px;
      height: 32px;
      width: 32px; }
      @media only screen and (min-width: 768px) {
        .social-list li a {
          height: 35px;
          width: 35px;
          padding-top: 10px; } }
      .social-list li a:hover, .social-list li a:focus, .social-list li a:active {
        background-color: #48484a; }

.well {
  padding: 15px 20px;
  background-color: #ededed; }
  @media only screen and (min-width: 1025px) {
    .well {
      padding-top: 20px;
      padding-bottom: 20px; } }
  .well *:last-child {
    margin-bottom: 0; }

.table-responsive {
  border-bottom: 0;
  border-color: #c8c9cb;
  margin-top: 25px;
  margin-bottom: 25px; }

.table, #tvcHF01 .DetailTable,
#tvcHF06 .DetailTable,
#tvcHF08 .DetailTable, #tvcHF02 .DetailTable table,
#tvcHF03 .DetailTable table,
#tvcHF04 .DetailTable table,
#tvcHF09 .DetailTable table,
#tvcPC01 .DetailTable table,
#tvcPC12 .DetailTable table,
#tvcRC01 .DetailTable table, #tvcHF05 .DetailTable table,
#tvcPC10 .DetailTable table,
#tvcAC02 .DetailTable table, #DIVCalculatorTips table {
  font-size: inherit;
  margin: 0; }
  .table > thead > tr > th, #tvcHF01 .DetailTable > thead > tr > th,
  #tvcHF06 .DetailTable > thead > tr > th,
  #tvcHF08 .DetailTable > thead > tr > th, #tvcHF02 .DetailTable table > thead > tr > th,
  #tvcHF03 .DetailTable table > thead > tr > th,
  #tvcHF04 .DetailTable table > thead > tr > th,
  #tvcHF09 .DetailTable table > thead > tr > th,
  #tvcPC01 .DetailTable table > thead > tr > th,
  #tvcPC12 .DetailTable table > thead > tr > th,
  #tvcRC01 .DetailTable table > thead > tr > th, #tvcHF05 .DetailTable table > thead > tr > th,
  #tvcPC10 .DetailTable table > thead > tr > th,
  #tvcAC02 .DetailTable table > thead > tr > th, #DIVCalculatorTips table > thead > tr > th,
  .table > thead > tr > td,
  #tvcHF01 .DetailTable > thead > tr > td,
  #tvcHF06 .DetailTable > thead > tr > td,
  #tvcHF08 .DetailTable > thead > tr > td,
  #tvcHF02 .DetailTable table > thead > tr > td,
  #tvcHF03 .DetailTable table > thead > tr > td,
  #tvcHF04 .DetailTable table > thead > tr > td,
  #tvcHF09 .DetailTable table > thead > tr > td,
  #tvcPC01 .DetailTable table > thead > tr > td,
  #tvcPC12 .DetailTable table > thead > tr > td,
  #tvcRC01 .DetailTable table > thead > tr > td,
  #tvcHF05 .DetailTable table > thead > tr > td,
  #tvcPC10 .DetailTable table > thead > tr > td,
  #tvcAC02 .DetailTable table > thead > tr > td,
  #DIVCalculatorTips table > thead > tr > td,
  .table > tbody > tr > th,
  #tvcHF01 .DetailTable > tbody > tr > th,
  #tvcHF06 .DetailTable > tbody > tr > th,
  #tvcHF08 .DetailTable > tbody > tr > th,
  #tvcHF02 .DetailTable table > tbody > tr > th,
  #tvcHF03 .DetailTable table > tbody > tr > th,
  #tvcHF04 .DetailTable table > tbody > tr > th,
  #tvcHF09 .DetailTable table > tbody > tr > th,
  #tvcPC01 .DetailTable table > tbody > tr > th,
  #tvcPC12 .DetailTable table > tbody > tr > th,
  #tvcRC01 .DetailTable table > tbody > tr > th,
  #tvcHF05 .DetailTable table > tbody > tr > th,
  #tvcPC10 .DetailTable table > tbody > tr > th,
  #tvcAC02 .DetailTable table > tbody > tr > th,
  #DIVCalculatorTips table > tbody > tr > th,
  .table > tbody > tr > td,
  #tvcHF01 .DetailTable > tbody > tr > td,
  #tvcHF06 .DetailTable > tbody > tr > td,
  #tvcHF08 .DetailTable > tbody > tr > td,
  #tvcHF02 .DetailTable table > tbody > tr > td,
  #tvcHF03 .DetailTable table > tbody > tr > td,
  #tvcHF04 .DetailTable table > tbody > tr > td,
  #tvcHF09 .DetailTable table > tbody > tr > td,
  #tvcPC01 .DetailTable table > tbody > tr > td,
  #tvcPC12 .DetailTable table > tbody > tr > td,
  #tvcRC01 .DetailTable table > tbody > tr > td,
  #tvcHF05 .DetailTable table > tbody > tr > td,
  #tvcPC10 .DetailTable table > tbody > tr > td,
  #tvcAC02 .DetailTable table > tbody > tr > td,
  #DIVCalculatorTips table > tbody > tr > td,
  .table > tfoot > tr > th,
  #tvcHF01 .DetailTable > tfoot > tr > th,
  #tvcHF06 .DetailTable > tfoot > tr > th,
  #tvcHF08 .DetailTable > tfoot > tr > th,
  #tvcHF02 .DetailTable table > tfoot > tr > th,
  #tvcHF03 .DetailTable table > tfoot > tr > th,
  #tvcHF04 .DetailTable table > tfoot > tr > th,
  #tvcHF09 .DetailTable table > tfoot > tr > th,
  #tvcPC01 .DetailTable table > tfoot > tr > th,
  #tvcPC12 .DetailTable table > tfoot > tr > th,
  #tvcRC01 .DetailTable table > tfoot > tr > th,
  #tvcHF05 .DetailTable table > tfoot > tr > th,
  #tvcPC10 .DetailTable table > tfoot > tr > th,
  #tvcAC02 .DetailTable table > tfoot > tr > th,
  #DIVCalculatorTips table > tfoot > tr > th,
  .table > tfoot > tr > td,
  #tvcHF01 .DetailTable > tfoot > tr > td,
  #tvcHF06 .DetailTable > tfoot > tr > td,
  #tvcHF08 .DetailTable > tfoot > tr > td,
  #tvcHF02 .DetailTable table > tfoot > tr > td,
  #tvcHF03 .DetailTable table > tfoot > tr > td,
  #tvcHF04 .DetailTable table > tfoot > tr > td,
  #tvcHF09 .DetailTable table > tfoot > tr > td,
  #tvcPC01 .DetailTable table > tfoot > tr > td,
  #tvcPC12 .DetailTable table > tfoot > tr > td,
  #tvcRC01 .DetailTable table > tfoot > tr > td,
  #tvcHF05 .DetailTable table > tfoot > tr > td,
  #tvcPC10 .DetailTable table > tfoot > tr > td,
  #tvcAC02 .DetailTable table > tfoot > tr > td,
  #DIVCalculatorTips table > tfoot > tr > td,
  .table > tr > th,
  #tvcHF01 .DetailTable > tr > th,
  #tvcHF06 .DetailTable > tr > th,
  #tvcHF08 .DetailTable > tr > th,
  #tvcHF02 .DetailTable table > tr > th,
  #tvcHF03 .DetailTable table > tr > th,
  #tvcHF04 .DetailTable table > tr > th,
  #tvcHF09 .DetailTable table > tr > th,
  #tvcPC01 .DetailTable table > tr > th,
  #tvcPC12 .DetailTable table > tr > th,
  #tvcRC01 .DetailTable table > tr > th,
  #tvcHF05 .DetailTable table > tr > th,
  #tvcPC10 .DetailTable table > tr > th,
  #tvcAC02 .DetailTable table > tr > th,
  #DIVCalculatorTips table > tr > th,
  .table > tr > td,
  #tvcHF01 .DetailTable > tr > td,
  #tvcHF06 .DetailTable > tr > td,
  #tvcHF08 .DetailTable > tr > td,
  #tvcHF02 .DetailTable table > tr > td,
  #tvcHF03 .DetailTable table > tr > td,
  #tvcHF04 .DetailTable table > tr > td,
  #tvcHF09 .DetailTable table > tr > td,
  #tvcPC01 .DetailTable table > tr > td,
  #tvcPC12 .DetailTable table > tr > td,
  #tvcRC01 .DetailTable table > tr > td,
  #tvcHF05 .DetailTable table > tr > td,
  #tvcPC10 .DetailTable table > tr > td,
  #tvcAC02 .DetailTable table > tr > td,
  #DIVCalculatorTips table > tr > td {
    padding: 8px 10px; }
    @media only screen and (min-width: 768px) {
      .table > thead > tr > th, #tvcHF01 .DetailTable > thead > tr > th,
      #tvcHF06 .DetailTable > thead > tr > th,
      #tvcHF08 .DetailTable > thead > tr > th, #tvcHF02 .DetailTable table > thead > tr > th,
      #tvcHF03 .DetailTable table > thead > tr > th,
      #tvcHF04 .DetailTable table > thead > tr > th,
      #tvcHF09 .DetailTable table > thead > tr > th,
      #tvcPC01 .DetailTable table > thead > tr > th,
      #tvcPC12 .DetailTable table > thead > tr > th,
      #tvcRC01 .DetailTable table > thead > tr > th, #tvcHF05 .DetailTable table > thead > tr > th,
      #tvcPC10 .DetailTable table > thead > tr > th,
      #tvcAC02 .DetailTable table > thead > tr > th, #DIVCalculatorTips table > thead > tr > th,
      .table > thead > tr > td,
      #tvcHF01 .DetailTable > thead > tr > td,
      #tvcHF06 .DetailTable > thead > tr > td,
      #tvcHF08 .DetailTable > thead > tr > td,
      #tvcHF02 .DetailTable table > thead > tr > td,
      #tvcHF03 .DetailTable table > thead > tr > td,
      #tvcHF04 .DetailTable table > thead > tr > td,
      #tvcHF09 .DetailTable table > thead > tr > td,
      #tvcPC01 .DetailTable table > thead > tr > td,
      #tvcPC12 .DetailTable table > thead > tr > td,
      #tvcRC01 .DetailTable table > thead > tr > td,
      #tvcHF05 .DetailTable table > thead > tr > td,
      #tvcPC10 .DetailTable table > thead > tr > td,
      #tvcAC02 .DetailTable table > thead > tr > td,
      #DIVCalculatorTips table > thead > tr > td,
      .table > tbody > tr > th,
      #tvcHF01 .DetailTable > tbody > tr > th,
      #tvcHF06 .DetailTable > tbody > tr > th,
      #tvcHF08 .DetailTable > tbody > tr > th,
      #tvcHF02 .DetailTable table > tbody > tr > th,
      #tvcHF03 .DetailTable table > tbody > tr > th,
      #tvcHF04 .DetailTable table > tbody > tr > th,
      #tvcHF09 .DetailTable table > tbody > tr > th,
      #tvcPC01 .DetailTable table > tbody > tr > th,
      #tvcPC12 .DetailTable table > tbody > tr > th,
      #tvcRC01 .DetailTable table > tbody > tr > th,
      #tvcHF05 .DetailTable table > tbody > tr > th,
      #tvcPC10 .DetailTable table > tbody > tr > th,
      #tvcAC02 .DetailTable table > tbody > tr > th,
      #DIVCalculatorTips table > tbody > tr > th,
      .table > tbody > tr > td,
      #tvcHF01 .DetailTable > tbody > tr > td,
      #tvcHF06 .DetailTable > tbody > tr > td,
      #tvcHF08 .DetailTable > tbody > tr > td,
      #tvcHF02 .DetailTable table > tbody > tr > td,
      #tvcHF03 .DetailTable table > tbody > tr > td,
      #tvcHF04 .DetailTable table > tbody > tr > td,
      #tvcHF09 .DetailTable table > tbody > tr > td,
      #tvcPC01 .DetailTable table > tbody > tr > td,
      #tvcPC12 .DetailTable table > tbody > tr > td,
      #tvcRC01 .DetailTable table > tbody > tr > td,
      #tvcHF05 .DetailTable table > tbody > tr > td,
      #tvcPC10 .DetailTable table > tbody > tr > td,
      #tvcAC02 .DetailTable table > tbody > tr > td,
      #DIVCalculatorTips table > tbody > tr > td,
      .table > tfoot > tr > th,
      #tvcHF01 .DetailTable > tfoot > tr > th,
      #tvcHF06 .DetailTable > tfoot > tr > th,
      #tvcHF08 .DetailTable > tfoot > tr > th,
      #tvcHF02 .DetailTable table > tfoot > tr > th,
      #tvcHF03 .DetailTable table > tfoot > tr > th,
      #tvcHF04 .DetailTable table > tfoot > tr > th,
      #tvcHF09 .DetailTable table > tfoot > tr > th,
      #tvcPC01 .DetailTable table > tfoot > tr > th,
      #tvcPC12 .DetailTable table > tfoot > tr > th,
      #tvcRC01 .DetailTable table > tfoot > tr > th,
      #tvcHF05 .DetailTable table > tfoot > tr > th,
      #tvcPC10 .DetailTable table > tfoot > tr > th,
      #tvcAC02 .DetailTable table > tfoot > tr > th,
      #DIVCalculatorTips table > tfoot > tr > th,
      .table > tfoot > tr > td,
      #tvcHF01 .DetailTable > tfoot > tr > td,
      #tvcHF06 .DetailTable > tfoot > tr > td,
      #tvcHF08 .DetailTable > tfoot > tr > td,
      #tvcHF02 .DetailTable table > tfoot > tr > td,
      #tvcHF03 .DetailTable table > tfoot > tr > td,
      #tvcHF04 .DetailTable table > tfoot > tr > td,
      #tvcHF09 .DetailTable table > tfoot > tr > td,
      #tvcPC01 .DetailTable table > tfoot > tr > td,
      #tvcPC12 .DetailTable table > tfoot > tr > td,
      #tvcRC01 .DetailTable table > tfoot > tr > td,
      #tvcHF05 .DetailTable table > tfoot > tr > td,
      #tvcPC10 .DetailTable table > tfoot > tr > td,
      #tvcAC02 .DetailTable table > tfoot > tr > td,
      #DIVCalculatorTips table > tfoot > tr > td,
      .table > tr > th,
      #tvcHF01 .DetailTable > tr > th,
      #tvcHF06 .DetailTable > tr > th,
      #tvcHF08 .DetailTable > tr > th,
      #tvcHF02 .DetailTable table > tr > th,
      #tvcHF03 .DetailTable table > tr > th,
      #tvcHF04 .DetailTable table > tr > th,
      #tvcHF09 .DetailTable table > tr > th,
      #tvcPC01 .DetailTable table > tr > th,
      #tvcPC12 .DetailTable table > tr > th,
      #tvcRC01 .DetailTable table > tr > th,
      #tvcHF05 .DetailTable table > tr > th,
      #tvcPC10 .DetailTable table > tr > th,
      #tvcAC02 .DetailTable table > tr > th,
      #DIVCalculatorTips table > tr > th,
      .table > tr > td,
      #tvcHF01 .DetailTable > tr > td,
      #tvcHF06 .DetailTable > tr > td,
      #tvcHF08 .DetailTable > tr > td,
      #tvcHF02 .DetailTable table > tr > td,
      #tvcHF03 .DetailTable table > tr > td,
      #tvcHF04 .DetailTable table > tr > td,
      #tvcHF09 .DetailTable table > tr > td,
      #tvcPC01 .DetailTable table > tr > td,
      #tvcPC12 .DetailTable table > tr > td,
      #tvcRC01 .DetailTable table > tr > td,
      #tvcHF05 .DetailTable table > tr > td,
      #tvcPC10 .DetailTable table > tr > td,
      #tvcAC02 .DetailTable table > tr > td,
      #DIVCalculatorTips table > tr > td {
        padding: 9px 12px; } }
  .table caption, #tvcHF01 .DetailTable caption,
  #tvcHF06 .DetailTable caption,
  #tvcHF08 .DetailTable caption, #tvcHF02 .DetailTable table caption,
  #tvcHF03 .DetailTable table caption,
  #tvcHF04 .DetailTable table caption,
  #tvcHF09 .DetailTable table caption,
  #tvcPC01 .DetailTable table caption,
  #tvcPC12 .DetailTable table caption,
  #tvcRC01 .DetailTable table caption, #tvcHF05 .DetailTable table caption,
  #tvcPC10 .DetailTable table caption,
  #tvcAC02 .DetailTable table caption, #DIVCalculatorTips table caption {
    padding: 10px;
    color: #666666;
    font-size: 0.85em; }
    @media only screen and (min-width: 768px) {
      .table caption, #tvcHF01 .DetailTable caption,
      #tvcHF06 .DetailTable caption,
      #tvcHF08 .DetailTable caption, #tvcHF02 .DetailTable table caption,
      #tvcHF03 .DetailTable table caption,
      #tvcHF04 .DetailTable table caption,
      #tvcHF09 .DetailTable table caption,
      #tvcPC01 .DetailTable table caption,
      #tvcPC12 .DetailTable table caption,
      #tvcRC01 .DetailTable table caption, #tvcHF05 .DetailTable table caption,
      #tvcPC10 .DetailTable table caption,
      #tvcAC02 .DetailTable table caption, #DIVCalculatorTips table caption {
        padding: 0 0 15px; } }
  .table [class^="icon-"], #tvcHF01 .DetailTable [class^="icon-"],
  #tvcHF06 .DetailTable [class^="icon-"],
  #tvcHF08 .DetailTable [class^="icon-"], #tvcHF02 .DetailTable table [class^="icon-"],
  #tvcHF03 .DetailTable table [class^="icon-"],
  #tvcHF04 .DetailTable table [class^="icon-"],
  #tvcHF09 .DetailTable table [class^="icon-"],
  #tvcPC01 .DetailTable table [class^="icon-"],
  #tvcPC12 .DetailTable table [class^="icon-"],
  #tvcRC01 .DetailTable table [class^="icon-"], #tvcHF05 .DetailTable table [class^="icon-"],
  #tvcPC10 .DetailTable table [class^="icon-"],
  #tvcAC02 .DetailTable table [class^="icon-"], #DIVCalculatorTips table [class^="icon-"], .table [class*=" icon-"], #tvcHF01 .DetailTable [class*=" icon-"],
  #tvcHF06 .DetailTable [class*=" icon-"],
  #tvcHF08 .DetailTable [class*=" icon-"], #tvcHF02 .DetailTable table [class*=" icon-"],
  #tvcHF03 .DetailTable table [class*=" icon-"],
  #tvcHF04 .DetailTable table [class*=" icon-"],
  #tvcHF09 .DetailTable table [class*=" icon-"],
  #tvcPC01 .DetailTable table [class*=" icon-"],
  #tvcPC12 .DetailTable table [class*=" icon-"],
  #tvcRC01 .DetailTable table [class*=" icon-"], #tvcHF05 .DetailTable table [class*=" icon-"],
  #tvcPC10 .DetailTable table [class*=" icon-"],
  #tvcAC02 .DetailTable table [class*=" icon-"], #DIVCalculatorTips table [class*=" icon-"] {
    color: #e87c32; }
  .table thead, #tvcHF01 .DetailTable thead,
  #tvcHF06 .DetailTable thead,
  #tvcHF08 .DetailTable thead, #tvcHF02 .DetailTable table thead,
  #tvcHF03 .DetailTable table thead,
  #tvcHF04 .DetailTable table thead,
  #tvcHF09 .DetailTable table thead,
  #tvcPC01 .DetailTable table thead,
  #tvcPC12 .DetailTable table thead,
  #tvcRC01 .DetailTable table thead, #tvcHF05 .DetailTable table thead,
  #tvcPC10 .DetailTable table thead,
  #tvcAC02 .DetailTable table thead, #DIVCalculatorTips table thead {
    border-bottom: 1px solid #c8c9cb; }
  .table th, #tvcHF01 .DetailTable th,
  #tvcHF06 .DetailTable th,
  #tvcHF08 .DetailTable th, #tvcHF02 .DetailTable table th,
  #tvcHF03 .DetailTable table th,
  #tvcHF04 .DetailTable table th,
  #tvcHF09 .DetailTable table th,
  #tvcPC01 .DetailTable table th,
  #tvcPC12 .DetailTable table th,
  #tvcRC01 .DetailTable table th, #tvcHF05 .DetailTable table th,
  #tvcPC10 .DetailTable table th,
  #tvcAC02 .DetailTable table th, #DIVCalculatorTips table th {
    background-color: #ededed;
    border-right: 2px solid #ffffff;
    border-bottom: 0;
    font-size: 0.85em; }
  .table > thead > tr > th, #tvcHF01 .DetailTable > thead > tr > th,
  #tvcHF06 .DetailTable > thead > tr > th,
  #tvcHF08 .DetailTable > thead > tr > th, #tvcHF02 .DetailTable table > thead > tr > th,
  #tvcHF03 .DetailTable table > thead > tr > th,
  #tvcHF04 .DetailTable table > thead > tr > th,
  #tvcHF09 .DetailTable table > thead > tr > th,
  #tvcPC01 .DetailTable table > thead > tr > th,
  #tvcPC12 .DetailTable table > thead > tr > th,
  #tvcRC01 .DetailTable table > thead > tr > th, #tvcHF05 .DetailTable table > thead > tr > th,
  #tvcPC10 .DetailTable table > thead > tr > th,
  #tvcAC02 .DetailTable table > thead > tr > th, #DIVCalculatorTips table > thead > tr > th {
    background-color: #ededed;
    border-right: 2px solid #ffffff;
    border-bottom: 0; }
  .table > tbody > tr > td, #tvcHF01 .DetailTable > tbody > tr > td,
  #tvcHF06 .DetailTable > tbody > tr > td,
  #tvcHF08 .DetailTable > tbody > tr > td, #tvcHF02 .DetailTable table > tbody > tr > td,
  #tvcHF03 .DetailTable table > tbody > tr > td,
  #tvcHF04 .DetailTable table > tbody > tr > td,
  #tvcHF09 .DetailTable table > tbody > tr > td,
  #tvcPC01 .DetailTable table > tbody > tr > td,
  #tvcPC12 .DetailTable table > tbody > tr > td,
  #tvcRC01 .DetailTable table > tbody > tr > td, #tvcHF05 .DetailTable table > tbody > tr > td,
  #tvcPC10 .DetailTable table > tbody > tr > td,
  #tvcAC02 .DetailTable table > tbody > tr > td, #DIVCalculatorTips table > tbody > tr > td, .table > tbody > tr > th, #tvcHF01 .DetailTable > tbody > tr > th,
  #tvcHF06 .DetailTable > tbody > tr > th,
  #tvcHF08 .DetailTable > tbody > tr > th, #tvcHF02 .DetailTable table > tbody > tr > th,
  #tvcHF03 .DetailTable table > tbody > tr > th,
  #tvcHF04 .DetailTable table > tbody > tr > th,
  #tvcHF09 .DetailTable table > tbody > tr > th,
  #tvcPC01 .DetailTable table > tbody > tr > th,
  #tvcPC12 .DetailTable table > tbody > tr > th,
  #tvcRC01 .DetailTable table > tbody > tr > th, #tvcHF05 .DetailTable table > tbody > tr > th,
  #tvcPC10 .DetailTable table > tbody > tr > th,
  #tvcAC02 .DetailTable table > tbody > tr > th, #DIVCalculatorTips table > tbody > tr > th {
    border-top: 0;
    border-bottom: 1px solid #c8c9cb; }
  .table > thead > tr > th:last-child, #tvcHF01 .DetailTable > thead > tr > th:last-child,
  #tvcHF06 .DetailTable > thead > tr > th:last-child,
  #tvcHF08 .DetailTable > thead > tr > th:last-child, #tvcHF02 .DetailTable table > thead > tr > th:last-child,
  #tvcHF03 .DetailTable table > thead > tr > th:last-child,
  #tvcHF04 .DetailTable table > thead > tr > th:last-child,
  #tvcHF09 .DetailTable table > thead > tr > th:last-child,
  #tvcPC01 .DetailTable table > thead > tr > th:last-child,
  #tvcPC12 .DetailTable table > thead > tr > th:last-child,
  #tvcRC01 .DetailTable table > thead > tr > th:last-child, #tvcHF05 .DetailTable table > thead > tr > th:last-child,
  #tvcPC10 .DetailTable table > thead > tr > th:last-child,
  #tvcAC02 .DetailTable table > thead > tr > th:last-child, #DIVCalculatorTips table > thead > tr > th:last-child, .table tr > th:last-child, #tvcHF01 .DetailTable tr > th:last-child,
  #tvcHF06 .DetailTable tr > th:last-child,
  #tvcHF08 .DetailTable tr > th:last-child, #tvcHF02 .DetailTable table tr > th:last-child,
  #tvcHF03 .DetailTable table tr > th:last-child,
  #tvcHF04 .DetailTable table tr > th:last-child,
  #tvcHF09 .DetailTable table tr > th:last-child,
  #tvcPC01 .DetailTable table tr > th:last-child,
  #tvcPC12 .DetailTable table tr > th:last-child,
  #tvcRC01 .DetailTable table tr > th:last-child, #tvcHF05 .DetailTable table tr > th:last-child,
  #tvcPC10 .DetailTable table tr > th:last-child,
  #tvcAC02 .DetailTable table tr > th:last-child, #DIVCalculatorTips table tr > th:last-child {
    border-right: 0; }

.accordion {
  margin-bottom: 5px; }

.accordion__header {
  display: block;
  position: relative;
  width: 100%;
  padding: 15px 50px 15px 15px;
  color: #ffffff;
  background-color: #e87c32;
  text-transform: uppercase;
  text-align: left;
  font-weight: 700; }
  @media only screen and (min-width: 768px) {
    .accordion__header {
      padding: 20px 60px 20px 20px; } }
  .accordion__header *:last-child {
    margin-bottom: 0; }
  .accordion__header .icon-plus-circle, .accordion__header .icon-minus-circle {
    position: absolute;
    top: 50%;
    right: 15px;
    font-size: 21px;
    margin-top: -11px; }
    @media only screen and (min-width: 768px) {
      .accordion__header .icon-plus-circle, .accordion__header .icon-minus-circle {
        font-size: 26px;
        right: 20px;
        margin-top: -13px; } }
  .accordion__header .icon-plus-circle {
    display: none;
    color: #e87c32; }
  .accordion__header .icon-minus-circle {
    display: block;
    color: #ffffff; }
  .accordion__header.collapsed {
    color: #666666;
    background-color: #ededed; }
    .accordion__header.collapsed:hover, .accordion__header.collapsed:focus, .accordion__header.collapsed:active {
      background-color: #dddddd; }
    .accordion__header.collapsed .icon-plus-circle {
      display: block; }
    .accordion__header.collapsed .icon-minus-circle {
      display: none; }

.accordion__body {
  padding: 15px;
  border-right: 1px solid #c8c9cb;
  border-bottom: 1px solid #c8c9cb;
  border-left: 1px solid #c8c9cb; }
  @media only screen and (min-width: 768px) {
    .accordion__body {
      padding: 20px; } }

.split {
  display: table;
  width: 100%; }
  @media only screen and (min-width: 1025px) {
    .split {
      min-height: 500px; } }
  @media only screen and (min-width: 1200px) {
    .split {
      min-height: 540px; } }

.split--photo {
  height: 280px;
  min-height: 280px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #666666;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .split--photo {
      min-height: 330px; } }
  @media only screen and (min-width: 1025px) {
    .split--photo {
      min-height: 500px; } }
  @media only screen and (min-width: 1200px) {
    .split--photo {
      min-height: 540px; } }
  .split--photo h1, .split--photo .h1, .split--photo h2, .split--photo .h2 {
    text-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
    font-size: 27px; }
    @media only screen and (min-width: 768px) {
      .split--photo h1, .split--photo .h1, .split--photo h2, .split--photo .h2 {
        text-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
        font-size: 48px; } }
    @media only screen and (min-width: 1025px) {
      .split--photo h1, .split--photo .h1, .split--photo h2, .split--photo .h2 {
        font-size: 59px; } }
    @media only screen and (min-width: 1200px) {
      .split--photo h1, .split--photo .h1, .split--photo h2, .split--photo .h2 {
        font-size: 68px; } }

@media only screen and (min-width: 768px) {
  [class*="col-"] .split--photo h1, [class*="col-"] .split--photo .h1, [class*="col-"] .split--photo h2, [class*="col-"] .split--photo .h2 {
    font-size: 44px; } }
@media only screen and (min-width: 1025px) {
  [class*="col-"] .split--photo h1, [class*="col-"] .split--photo .h1, [class*="col-"] .split--photo h2, [class*="col-"] .split--photo .h2 {
    font-size: 46px; } }
@media only screen and (min-width: 1200px) {
  [class*="col-"] .split--photo h1, [class*="col-"] .split--photo .h1, [class*="col-"] .split--photo h2, [class*="col-"] .split--photo .h2 {
    font-size: 48px; } }

.split__content {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding: 35px 20px; }
  @media only screen and (min-width: 768px) {
    .split__content {
      padding: 45px 30px; } }
  @media only screen and (min-width: 1025px) {
    .split__content {
      padding: 60px 40px; } }
  @media only screen and (min-width: 1200px) {
    .split__content {
      padding: 75px 50px; } }
  @media only screen and (min-width: 1699px) {
    .split__content {
      padding-right: 75px;
      padding-left: 75px; } }
  .split__content .btn, .split__content input#COMPUTE {
    margin-top: 10px; }
    @media only screen and (min-width: 768px) {
      .split__content .btn, .split__content input#COMPUTE {
        margin-top: 15px; } }
    @media only screen and (min-width: 1025px) {
      .split__content .btn, .split__content input#COMPUTE {
        margin-top: 20px; } }
    @media only screen and (min-width: 1200px) {
      .split__content .btn, .split__content input#COMPUTE {
        margin-top: 25px; } }
  .split__content *:last-child {
    margin-bottom: 0; }

.split__content__container {
  margin: 0 auto;
  max-width: 727px; }
  @media only screen and (min-width: 768px) {
    .split__content__container {
      max-width: 700px; } }
  @media only screen and (min-width: 1025px) {
    .split__content__container {
      max-width: 940px; } }
  @media only screen and (min-width: 1200px) {
    .split__content__container {
      max-width: 1140px; } }

.split__content__image {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 200px; }
  @media only screen and (min-width: 768px) {
    .split__content__image {
      max-width: 250px;
      margin-bottom: 0; } }
  @media only screen and (min-width: 1025px) {
    .split__content__image {
      max-width: 330px; } }
  @media only screen and (min-width: 1200px) {
    .split__content__image {
      max-width: 355px; } }

.page-intro {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #666666;
  padding: 30px 0; }
  .page-intro h1, .page-intro .h1 {
    text-align: center;
    color: #ffffff;
    text-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 27px;
    line-height: 1.2; }
    @media only screen and (min-width: 768px) {
      .page-intro h1, .page-intro .h1 {
        font-size: 48px;
        margin-top: 60px;
        margin-bottom: 60px;
        text-shadow: 0 0 40px rgba(0, 0, 0, 0.2); } }
    @media only screen and (min-width: 1025px) {
      .page-intro h1, .page-intro .h1 {
        font-size: 59px;
        margin-top: 80px;
        margin-bottom: 80px; } }
    @media only screen and (min-width: 1200px) {
      .page-intro h1, .page-intro .h1 {
        font-size: 68px;
        margin-top: 100px;
        margin-bottom: 100px; } }
  .page-intro .btn--collapse {
    background-color: rgba(255, 255, 255, 0.8);
    margin-top: 25px; }

.page-intro__icon {
  display: block;
  margin: 0 auto 25px;
  width: 120px;
  height: auto;
  vertical-align: center; }
  @media only screen and (min-width: 768px) {
    .page-intro__icon {
      display: inline-block;
      margin: 0 10px 0 0;
      width: 150px; } }
  @media only screen and (min-width: 1025px) {
    .page-intro__icon {
      width: 180px;
      margin-right: 15px; } }
  @media only screen and (min-width: 1200px) {
    .page-intro__icon {
      width: 192px;
      margin-right: 20px; } }

.nav-tabs > li.active > a {
  border: 0;
  background-color: #ededed;
  color: #666666; }
  @media only screen and (min-width: 768px) {
    .nav-tabs > li.active > a {
      background-color: #e87c32;
      color: #ffffff; } }
  .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:active {
    cursor: pointer;
    border: 0;
    background-color: #dddddd;
    color: #666666; }
    @media only screen and (min-width: 768px) {
      .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:active {
        background-color: #e87c32;
        color: #ffffff; } }

.nav-tabs {
  padding: 0;
  margin-bottom: 0;
  border: 0; }
  @media only screen and (min-width: 768px) {
    .nav-tabs {
      padding: 0; } }
  .nav-tabs li {
    display: block;
    width: 100%;
    margin: 1px 0 0;
    text-indent: 0; }
    @media only screen and (min-width: 768px) {
      .nav-tabs li {
        display: inline-block;
        width: auto;
        margin-right: 5px; } }
    .nav-tabs li:before {
      display: none; }
    .nav-tabs li a {
      display: block;
      text-decoration: none;
      text-transform: uppercase;
      font-weight: 700;
      color: #666666;
      background-color: #ededed;
      border-radius: 0;
      border: 0;
      margin: 0;
      padding: 11px 16px 12px; }
      @media only screen and (min-width: 768px) {
        .nav-tabs li a {
          padding: 10px 19px 11px; } }
      @media only screen and (min-width: 1025px) {
        .nav-tabs li a {
          padding: 11px 21px 12px; } }
      .nav-tabs li a:hover, .nav-tabs li a:focus, .nav-tabs li a:active {
        cursor: pointer;
        background-color: #dddddd; }

.home-carousel {
  position: relative; }

.play {
  position: absolute;
  bottom: 0px;
  right: 7px;
  z-index: 1;
  font-size: 22.5px;
  color: #ffffff;
  text-decoration: none;
  background: none;
  width: 48px;
  height: 48px;
  opacity: 0.7; }
  @media only screen and (min-width: 768px) {
    .play {
      bottom: 15px;
      right: 25px;
      font-size: 30px; } }
  @media only screen and (min-width: 1025px) {
    .play {
      right: 17px; } }
  @media only screen and (min-width: 1200px) {
    .play {
      right: 23px; } }
  @media only screen and (min-width: 1260px) {
    .play {
      right: 51px; } }
  .play .icon-play {
    display: inline-block; }
  .play .icon-pause {
    display: none; }
  .play.stop .icon-play {
    display: none; }
  .play.stop .icon-pause {
    display: inline-block; }
  .play:hover, .play:focus, .play:active {
    color: #ffffff;
    text-decoration: none;
    opacity: 1.0;
    cursor: pointer; }

.owl-carousel {
  position: relative; }
  .owl-carousel .owl-prev, .owl-carousel .owl-next {
    position: absolute;
    top: 50%;
    color: #ffffff;
    height: 30px;
    margin-top: -16px;
    font-size: 27px;
    opacity: 0.7; }
    @media only screen and (min-width: 768px) {
      .owl-carousel .owl-prev, .owl-carousel .owl-next {
        height: 38px;
        margin-top: -28px;
        font-size: 33px; } }
    @media only screen and (min-width: 1025px) {
      .owl-carousel .owl-prev, .owl-carousel .owl-next {
        height: 54px;
        margin-top: -36px;
        font-size: 50px;
        opacity: 0.4; } }
    .owl-carousel .owl-prev:hover, .owl-carousel .owl-prev:focus, .owl-carousel .owl-prev:active, .owl-carousel .owl-next:hover, .owl-carousel .owl-next:focus, .owl-carousel .owl-next:active {
      opacity: 1.0;
      transition: all 0.3s ease; }
  .owl-carousel .owl-prev {
    left: 10px; }
    @media only screen and (min-width: 768px) {
      .owl-carousel .owl-prev {
        left: 20px; } }
    @media only screen and (min-width: 1025px) {
      .owl-carousel .owl-prev {
        left: 26px; } }
    @media only screen and (min-width: 1200px) {
      .owl-carousel .owl-prev {
        left: 32px; } }
  .owl-carousel .owl-next {
    right: 10px; }
    @media only screen and (min-width: 768px) {
      .owl-carousel .owl-next {
        right: 20px; } }
    @media only screen and (min-width: 1025px) {
      .owl-carousel .owl-next {
        right: 26px; } }
    @media only screen and (min-width: 1200px) {
      .owl-carousel .owl-next {
        right: 32px; } }
  .owl-carousel .owl-dots {
    position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .owl-carousel .owl-dots {
        bottom: 30px;
        text-align: right;
        width: auto;
        right: 80px; } }
    @media only screen and (min-width: 1025px) {
      .owl-carousel .owl-dots {
        right: 72px; } }
    @media only screen and (min-width: 1200px) {
      .owl-carousel .owl-dots {
        right: 78px; } }
    @media only screen and (min-width: 1260px) {
      .owl-carousel .owl-dots {
        right: 106px; } }
  .owl-carousel .owl-dot {
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    border-radius: 50%;
    margin: 0 5px;
    display: inline-block;
    opacity: 0.7; }
    @media only screen and (min-width: 768px) {
      .owl-carousel .owl-dot {
        width: 14px;
        height: 14px;
        margin-right: 0;
        margin-left: 12px; } }
    .owl-carousel .owl-dot.active {
      opacity: 1.0;
      background-color: #e87c32; }
    .owl-carousel .owl-dot:hover, .owl-carousel .owl-dot:focus, .owl-carousel .owl-dot:active {
      opacity: 1.0;
      transition: all 0.3s ease; }

.slide {
  display: table;
  width: 100%;
  height: 300px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #666666;
  padding: 20px 40px 50px;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .slide {
      height: 380px;
      padding: 30px 80px 65px;
      text-align: left; } }
  @media only screen and (min-width: 1025px) {
    .slide {
      height: 450px;
      padding: 30px 105px 75px; } }
  @media only screen and (min-width: 1200px) {
    .slide {
      height: 550px;
      padding: 30px 120px 75px; } }
  @media only screen and (min-width: 1260px) {
    .slide {
      height: 600px; } }

.slide h1, .slide .h1, .video-bg h1, .video-bg .h1 {
  text-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
  font-size: 27px;
  transform: translate3d(0, 0, 0); }
  @media only screen and (min-width: 768px) {
    .slide h1, .slide .h1, .video-bg h1, .video-bg .h1 {
      text-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
      font-size: 48px; } }
  @media only screen and (min-width: 1025px) {
    .slide h1, .slide .h1, .video-bg h1, .video-bg .h1 {
      font-size: 59px; } }
  @media only screen and (min-width: 1200px) {
    .slide h1, .slide .h1, .video-bg h1, .video-bg .h1 {
      font-size: 68px; } }
.slide h4, .slide .h4, .video-bg h4, .video-bg .h4 {
  text-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
  font-size: 16px;
  transform: translate3d(0, 0, 0); }
  @media only screen and (min-width: 768px) {
    .slide h4, .slide .h4, .video-bg h4, .video-bg .h4 {
      text-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
      font-size: 26px; } }
  @media only screen and (min-width: 1025px) {
    .slide h4, .slide .h4, .video-bg h4, .video-bg .h4 {
      font-size: 31px; } }
  @media only screen and (min-width: 1200px) {
    .slide h4, .slide .h4, .video-bg h4, .video-bg .h4 {
      font-size: 36.5px; } }
.slide .btn, .slide input#COMPUTE, .video-bg .btn, .video-bg input#COMPUTE {
  margin: 10px 7px 0; }
  @media only screen and (min-width: 768px) {
    .slide .btn, .slide input#COMPUTE, .video-bg .btn, .video-bg input#COMPUTE {
      margin-top: 15px;
      margin-left: 0;
      margin-right: 15px; } }
  @media only screen and (min-width: 1025px) {
    .slide .btn, .slide input#COMPUTE, .video-bg .btn, .video-bg input#COMPUTE {
      margin-top: 30px; } }

.slide__content {
  display: table-cell;
  vertical-align: middle; }

.owl-stage {
  background-color: #666666; }

.slogan-banner-img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px; }
  @media only screen and (min-width: 768px) {
    .slogan-banner-img {
      max-width: 600px; } }
  @media only screen and (min-width: 1025px) {
    .slogan-banner-img {
      max-width: 740px;
      margin-bottom: 45px; } }
  @media only screen and (min-width: 1200px) {
    .slogan-banner-img {
      max-width: 900px; } }

.centered-icon {
  text-align: center;
  margin: 60px 0; }
  .centered-icon img {
    width: 150px;
    margin-bottom: 30px; }
    @media only screen and (min-width: 1025px) {
      .centered-icon img {
        margin-bottom: 40px; } }
    @media only screen and (min-width: 1200px) {
      .centered-icon img {
        width: 180px; } }
  .centered-icon .btn, .centered-icon input#COMPUTE {
    margin-right: 7px;
    margin-left: 7px;
    margin-bottom: 0; }

.grid-list {
  padding-left: 0;
  margin-bottom: 0;
  text-align: center;
  font-size: 0; }
  .grid-list li {
    text-indent: 0;
    display: inline-table;
    position: relative;
    width: 50%;
    padding: 0 10px;
    margin: 15px 0;
    vertical-align: top;
    text-align: center;
    overflow: visible;
    font-size: 16.5px;
    line-height: 1.5; }
    @media only screen and (min-width: 768px) {
      .grid-list li {
        padding: 15px 15px 15px 115px;
        text-align: left;
        min-height: 100px;
        font-size: 18px; } }
    @media only screen and (min-width: 1025px) {
      .grid-list li {
        width: 33.33333%;
        font-size: 20px;
        margin-top: 20px;
        margin-bottom: 20px; } }
    @media only screen and (min-width: 1200px) {
      .grid-list li {
        padding-left: 135px;
        min-height: 120px;
        font-size: 21px; } }
    .grid-list li:before {
      display: none; }
  @media only screen and (min-width: 768px) {
    .grid-list a {
      display: table-cell;
      vertical-align: middle; } }
  .grid-list img {
    display: block;
    margin: 0 auto 12px;
    width: 60px;
    height: auto; }
    @media only screen and (min-width: 768px) {
      .grid-list img {
        display: inline-table;
        position: absolute;
        left: 0;
        top: 0;
        margin: 0;
        width: 100px; } }
    @media only screen and (min-width: 1200px) {
      .grid-list img {
        width: 120px; } }
  .grid-list p {
    margin-bottom: 0; }
    @media only screen and (min-width: 768px) {
      .grid-list p {
        display: table-cell;
        vertical-align: middle; } }

.grid-list--smaller li {
  width: 50%;
  font-size: 15px;
  padding: 0 10px; }
  @media only screen and (min-width: 768px) {
    .grid-list--smaller li {
      width: 33.33333%;
      font-size: 16px;
      padding: 0 15px 0 75px;
      min-height: 60px; } }
  @media only screen and (min-width: 1025px) {
    .grid-list--smaller li {
      width: 25%;
      font-size: 16.5px; } }
  @media only screen and (min-width: 1200px) {
    .grid-list--smaller li {
      width: 20%; } }
.grid-list--smaller img {
  width: 40px; }
  @media only screen and (min-width: 768px) {
    .grid-list--smaller img {
      width: 60px; } }

.client-logo {
  display: block;
  width: 100%;
  max-width: 200px;
  background-size: 60% auto;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 10px auto; }
  .client-logo:after {
    content: "";
    display: block;
    padding-top: 100%; }

.element-with-bottom {
  position: relative;
  overflow: hidden;
  background-color: #666666; }

.bottom-position {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }

.clear-wrapper, .bordered-wrapper {
  background-color: rgba(255, 255, 255, 0.8);
  color: #666666;
  padding: 15px; }
  @media only screen and (min-width: 768px) {
    .clear-wrapper, .bordered-wrapper {
      padding-left: 19px;
      padding-right: 19px; } }
  .clear-wrapper a, .bordered-wrapper a {
    color: #e87c32; }
  .clear-wrapper *:last-child, .bordered-wrapper *:last-child {
    margin-bottom: 0; }

.bordered-wrapper {
  background-color: #ffffff;
  border: 1px solid #c8c9cb;
  margin-top: -1px;
  margin-bottom: -1px; }

.block-link {
  display: block;
  text-decoration: none; }
  .block-link:hover, .block-link:focus, .block-link:active {
    text-decoration: none; }
    .block-link:hover .btn, .block-link:hover input#COMPUTE, .block-link:focus .btn, .block-link:focus input#COMPUTE, .block-link:active .btn, .block-link:active input#COMPUTE {
      background-color: #2a2b29;
      transition: all 0.3s ease; }
      .block-link:hover .btn:after, .block-link:hover input#COMPUTE:after, .block-link:focus .btn:after, .block-link:focus input#COMPUTE:after, .block-link:active .btn:after, .block-link:active input#COMPUTE:after {
        background-color: #e87c32;
        transition: all 0.3s ease; }
  .block-link .btn, .block-link input#COMPUTE {
    margin-bottom: 0; }
  .block-link img {
    border: 1px solid #c8c9cb; }

.date {
  display: inline-block;
  background-color: #e87c32;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 9px 14px 7px; }
  .date span {
    display: block;
    line-height: 1.05; }
  .date span:first-child {
    font-size: 12.5px;
    letter-spacing: 0.2px; }
    @media only screen and (min-width: 1025px) {
      .date span:first-child {
        font-size: 16px; } }
  .date span:last-child {
    font-size: 26px; }
    @media only screen and (min-width: 1025px) {
      .date span:last-child {
        font-size: 31px; } }
  .date.date-range {
    display: inline-flex;
    align-items: center;
    justify-content: center; }
  .date .date-entry {
    position: relative;
    align-self: flex-end; }
  .date .date-dash {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px; }

.scroll-off {
  pointer-events: none; }

.map-embed--full-width {
  height: 300px;
  margin: 0;
  border-top: 1px solid #c8c9cb; }
  @media only screen and (min-width: 768px) {
    .map-embed--full-width {
      height: 350px; } }
  @media only screen and (min-width: 1025px) {
    .map-embed--full-width {
      height: 400px; } }
  @media only screen and (min-width: 1200px) {
    .map-embed--full-width {
      height: 500px; } }

.map-embed--locations {
  height: 320px;
  margin: 30px 0 30px; }
  @media only screen and (min-width: 768px) {
    .map-embed--locations {
      height: 400px;
      margin-top: 0; } }
  @media only screen and (min-width: 1025px) {
    .map-embed--locations {
      height: 700px;
      margin-bottom: 0; } }
  @media only screen and (min-width: 1200px) {
    .map-embed--locations {
      height: 800px; } }

.map-embed--staff {
  height: 300px;
  margin: 0; }
  @media only screen and (min-width: 1025px) {
    .map-embed--staff {
      height: 400px; } }

.gm-style img.info-window-image {
  max-width: 200px; }

.gallery-item, .knowledge-center-item {
  margin: 0 0 30px; }
  .gallery-item .well, .knowledge-center-item .well {
    margin: 0; }

.knowledge-center-item h1, .knowledge-center-item h2, .knowledge-center-item h3, .knowledge-center-item h4, .knowledge-center-item h5, .knowledge-center-item h6 {
  margin-bottom: 5px; }

.sidebar {
  margin-top: 45px; }
  @media only screen and (min-width: 1025px) {
    .sidebar {
      margin-top: 0; } }
  @media only screen and (min-width: 768px) {
    .sidebar .block {
      width: 335px;
      margin-top: 0;
      margin-right: 21px;
      display: inline-block;
      vertical-align: top; } }
  @media only screen and (min-width: 1025px) {
    .sidebar .block {
      width: 100%;
      margin-top: 25px;
      margin-right: 0;
      display: block; } }
  @media only screen and (min-width: 1025px) {
    .sidebar .block:first-of-type {
      margin-top: 0; } }
  @media only screen and (min-width: 768px) {
    .sidebar .block:nth-of-type(even) {
      margin-right: 0; } }

.locations-list {
  margin-bottom: 0;
  padding-left: 0; }
  .locations-list li {
    display: block;
    text-indent: 0;
    margin: 0 0 -2px;
    padding: 20px 0;
    border-top: 2px solid #a7a9ac;
    border-bottom: 2px solid #a7a9ac; }
    .locations-list li:before {
      display: none; }
    .locations-list li h3, .locations-list li .h3 {
      color: #e87c32;
      font-weight: 800;
      text-transform: uppercase;
      font-size: 18px; }
      @media only screen and (min-width: 768px) {
        .locations-list li h3, .locations-list li .h3 {
          font-size: 19.5px; } }
      @media only screen and (min-width: 1025px) {
        .locations-list li h3, .locations-list li .h3 {
          font-size: 21px; } }
      @media only screen and (min-width: 1200px) {
        .locations-list li h3, .locations-list li .h3 {
          font-size: 22.5px; } }
    .locations-list li p {
      font-weight: 700; }
    .locations-list li .btn, .locations-list li input#COMPUTE {
      margin-bottom: 0; }
      @media only screen and (min-width: 768px) {
        .locations-list li .btn, .locations-list li input#COMPUTE {
          margin-bottom: 3px; } }
      @media only screen and (min-width: 1200px) {
        .locations-list li .btn, .locations-list li input#COMPUTE {
          margin-bottom: 5px; } }

.lb-image, .lb-container, .lb-outerContainer {
  border-radius: 0 !important; }

.lb-container {
  padding: 0;
  background-color: #2a2b29; }

@media only screen and (min-width: 768px) {
  .lb-outerContainer {
    max-width: 100% !important; } }

.staff-grid {
  margin-right: -10px;
  margin-left: -10px; }

.staff-grid__item {
  display: block;
  background-color: #48484a;
  text-decoration: none;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 20px; }
  .staff-grid__item:hover, .staff-grid__item:focus, .staff-grid__item:active {
    background-color: #2a2b29;
    text-decoration: none; }
  .staff-grid__item img {
    margin-bottom: 12px; }
    @media only screen and (min-width: 768px) {
      .staff-grid__item img {
        margin-bottom: 15px; } }
  .staff-grid__item h3, .staff-grid__item .h3, .staff-grid__item p {
    color: #ffffff;
    margin-right: 15px;
    margin-left: 15px; }
    @media only screen and (min-width: 768px) {
      .staff-grid__item h3, .staff-grid__item .h3, .staff-grid__item p {
        margin-right: 20px;
        margin-left: 20px; } }
  .staff-grid__item h3, .staff-grid__item .h3 {
    margin-bottom: 7px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    font-size: 13.5px; }
    @media only screen and (min-width: 768px) {
      .staff-grid__item h3, .staff-grid__item .h3 {
        font-size: 16px; } }
    @media only screen and (min-width: 1025px) {
      .staff-grid__item h3, .staff-grid__item .h3 {
        font-size: 16.5px; } }
  .staff-grid__item p {
    margin-bottom: 12px;
    font-size: 0.85em; }
    @media only screen and (min-width: 768px) {
      .staff-grid__item p {
        margin-bottom: 15px; } }

.staff-portrait {
  width: 100%;
  height: auto;
  max-width: 400px;
  margin-bottom: 25px; }
  @media only screen and (min-width: 768px) {
    .staff-portrait {
      max-width: 100%;
      margin-bottom: 0; } }

.pagination {
  padding-left: 0;
  text-align: center;
  margin: 45px 0 0; }
  @media only screen and (min-width: 1200px) {
    .pagination {
      margin-top: 60px; } }
  .pagination li {
    text-indent: 0;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    text-align: center;
    background-color: #ededed;
    height: 38px;
    width: 40px;
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 16px; }
    @media only screen and (min-width: 1025px) {
      .pagination li {
        font-size: 16.5px; } }
    .pagination li:before {
      display: none; }
    .pagination li a {
      font-weight: 700;
      color: #666666;
      text-decoration: none;
      display: block;
      height: 38px;
      padding-top: 5px; }
      @media only screen and (min-width: 1025px) {
        .pagination li a {
          padding-top: 4px; } }
      .pagination li a:hover, .pagination li a:focus, .pagination li a:active {
        background-color: #dddddd; }
      .pagination li a .icon-thick-arrow-left, .pagination li a .icon-thick-arrow-right {
        display: inline-block;
        margin-top: 6px; }
    .pagination li.active {
      background-color: #e87c32;
      color: #ffffff; }
      .pagination li.active a {
        background-color: #e87c32;
        color: #ffffff; }

.event-list-item {
  margin: -2px auto 0;
  padding: 20px 0;
  border-top: 2px solid #c8c9cb;
  border-bottom: 2px solid #c8c9cb;
  max-width: 400px; }
  @media only screen and (min-width: 768px) {
    .event-list-item {
      padding-top: 30px;
      padding-bottom: 30px;
      max-width: 100%;
      margin-right: 0;
      margin-left: 0; } }
  .event-list-item p {
    margin-bottom: 15px; }
  .event-list-item .btn, .event-list-item input#COMPUTE {
    margin-top: 15px;
    margin-bottom: 0; }
  .event-list-item img {
    margin-bottom: 20px; }
    @media only screen and (min-width: 768px) {
      .event-list-item img {
        margin-bottom: 0; } }

.event-list-item.no-border {
  border-top: 0;
  border-bottom: 0; }

.space-below {
  margin-bottom: 35px; }
  @media only screen and (min-width: 768px) {
    .space-below {
      margin-bottom: 40px; } }

.locations-header {
  display: none;
  font-size: 18px;
  margin-bottom: 35px; }
  @media only screen and (min-width: 768px) {
    .locations-header {
      font-size: 19.5px;
      margin-bottom: 40px; } }
  @media only screen and (min-width: 1025px) {
    .locations-header {
      display: block;
      font-size: 21px; } }
  @media only screen and (min-width: 1200px) {
    .locations-header {
      font-size: 22.5px; } }

@media only screen and (min-width: 1025px) {
  .locations-map-details {
    margin-top: 25px; } }

.video-embed {
  position: relative;
  padding-bottom: 56.25%;
  /* for 16:9 ratio */
  padding-top: 25px;
  height: 0;
  margin: 0; }
  .video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.video-bg {
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
  background-color: #2a2b29; }
  @media only screen and (min-width: 768px) {
    .video-bg {
      height: 380px; } }
  @media only screen and (min-width: 1025px) {
    .video-bg {
      height: 450px; } }
  @media only screen and (min-width: 1200px) {
    .video-bg {
      height: 550px; } }
  @media only screen and (min-width: 1260px) {
    .video-bg {
      height: 600px; } }
  .video-bg video {
    display: block;
    width: auto;
    height: 100%;
    margin: 0 auto; }
    @media only screen and (min-width: 538px) {
      .video-bg video {
        width: 100%;
        height: auto; } }

.video-bg--content {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .video-bg--content {
      text-align: left; } }

.img-embed {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 25px auto; }
  @media only screen and (min-width: 768px) {
    .img-embed {
      margin-top: 30px;
      margin-bottom: 30px; } }

.img-embed-left, .img-embed-right {
  display: block;
  width: 100%;
  max-width: 400px;
  height: auto;
  margin: 25px auto; }
  @media only screen and (min-width: 768px) {
    .img-embed-left, .img-embed-right {
      margin-top: 0;
      margin-bottom: 30px;
      width: 40%; } }

@media only screen and (min-width: 768px) {
  .img-embed-left {
    float: left;
    margin-right: 35px;
    margin-left: 0; } }

@media only screen and (min-width: 768px) {
  .img-embed-right {
    float: right;
    margin-left: 35px;
    margin-right: 0; } }

@media only screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px; } }
@media only screen and (min-width: 1025px) {
  .modal-dialog {
    width: 700px; } }

.modal-header {
  position: relative;
  border-bottom: 0;
  padding: 20px 45px 20px 20px; }
  .modal-header h1, .modal-header .h1, .modal-header h2, .modal-header .h2, .modal-header h3, .modal-header .h3, .modal-header h4, .modal-header .h4, .modal-header h5, .modal-header .h5, .modal-header h6, .modal-header .h6 {
    margin: 0; }
  .modal-header .close {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 24px;
    opacity: 0.5; }
    .modal-header .close:hover, .modal-header .close:focus, .modal-header .close:active {
      opacity: 1.0; }

.modal-body {
  padding: 0 20px; }

.modal-footer {
  border-top: 0;
  padding: 0 20px 20px; }
  .modal-footer .btn, .modal-footer input#COMPUTE {
    margin: 0; }

.modal-backdrop {
  background-color: rgba(72, 72, 74, 0.9); }

.reverse,
.split--photo,
.red-bg,
.grey-bg,
.slide {
  color: #ffffff; }
  .reverse h1, .reverse .h1, .reverse h2, .reverse .h2, .reverse h3, .reverse .h3, .reverse h4, .reverse .h4, .reverse h5, .reverse .h5, .reverse h6, .reverse .h6,
  .split--photo h1,
  .split--photo .h1,
  .split--photo h2,
  .split--photo .h2,
  .split--photo h3,
  .split--photo .h3,
  .split--photo h4,
  .split--photo .h4,
  .split--photo h5,
  .split--photo .h5,
  .split--photo h6,
  .split--photo .h6,
  .red-bg h1,
  .red-bg .h1,
  .red-bg h2,
  .red-bg .h2,
  .red-bg h3,
  .red-bg .h3,
  .red-bg h4,
  .red-bg .h4,
  .red-bg h5,
  .red-bg .h5,
  .red-bg h6,
  .red-bg .h6,
  .grey-bg h1,
  .grey-bg .h1,
  .grey-bg h2,
  .grey-bg .h2,
  .grey-bg h3,
  .grey-bg .h3,
  .grey-bg h4,
  .grey-bg .h4,
  .grey-bg h5,
  .grey-bg .h5,
  .grey-bg h6,
  .grey-bg .h6,
  .slide h1,
  .slide .h1,
  .slide h2,
  .slide .h2,
  .slide h3,
  .slide .h3,
  .slide h4,
  .slide .h4,
  .slide h5,
  .slide .h5,
  .slide h6,
  .slide .h6 {
    color: #ffffff; }

b, strong {
  font-weight: 700; }

i, q, em {
  font-style: italic; }

.black {
  color: #2a2b29; }

.red {
  color: #e87c32; }

.grey {
  color: #666666; }

.success {
  color: #21782E; }

.warning {
  color: #AF4B08; }

.error {
  color: #D60000; }

.red-bg {
  background-color: #e87c32 !important; }

.grey-bg {
  background-color: #48484a !important; }

.grey-lightest-bg {
  background-color: #ededed !important; }

.mar-top-0 {
  margin-top: 0 !important; }

.mar-bottom-0 {
  margin-bottom: 0 !important; }

.mar-bottom-30 {
  margin-bottom: 30px; }

.bordered {
  border: 1px solid #c8c9cb; }

.min-height-0 {
  min-height: 0 !important; }

.cTimeValue #COMPUTE,
.cTimeValue #tvcCOMPUTE {
  font-size: 0.85em;
  font-weight: 700; }

.cTimeValue .cAmortTitleFont {
  font-weight: 700; }

.cTimeValue .cAmortTable TD {
  padding: 5px;
  text-align: right;
  font-size: 0.85em; }

.cTimeValue .cAmortHeader TD {
  text-align: center;
  border-top: 1px solid #eeeeee;
  border-bottom: 2px solid #eeeeee;
  background-color: #ededed; }

.cTimeValue .cAmortLineE TD {
  background-color: #ededed; }

.cTimeValue .cAmortLineTotals TD {
  color: #2a2b29;
  font-weight: 700;
  border-top: 3px double #2a2b29; }

.Summary {
  color: #2a2b29; }

.DetailContainer {
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 10px 0; }

.cTimeValue TH,
.cTimeValue TD {
  padding: 5px 0; }

form#calculator input[type="text"],
form#calculator input[type="email"],
form#calculator input[type="tel"],
form#calculator input[type="number"],
form#calculator select,
form#calculator textarea {
  margin-bottom: 0.5rem; }
form#calculator input.tvcMonthsOrYearsInputClass,
form#calculator .TextInput {
  width: 100%;
  font-size: 1rem; }
form#calculator .checkbox, form#calculator .radio {
  display: inline-block; }
form#calculator .checkbox ~ p,
form#calculator .radio ~ p {
  display: inline-block; }
form#calculator label {
  padding-right: 15px; }

[value="Remove"] {
  border: 0;
  background-color: transparent;
  font-size: 14px;
  margin-left: 5px;
  color: #e87c32;
  text-decoration: underline; }

[value="Add"] {
  background-color: #e87c32;
  color: #fff;
  border: 0;
  padding: 10px 20px; }

.DetailContainer legend > b {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 18px; }
.DetailContainer + .Footnote {
  margin-top: 30px; }

#DIVCalculatorResultsDetail > fieldset > table > tbody > tr:first-child p {
  font-weight: bold; }
#DIVCalculatorResultsDetail > p:first-child {
  margin-bottom: 40px; }

.SubDetailTable .js-tr-section p {
  font-weight: bold; }

#DIVCalculatorTips table {
  width: 100%; }
  #DIVCalculatorTips table td {
    padding-right: 15px;
    padding-left: 15px; }
  #DIVCalculatorTips table center {
    text-align: left; }

.toggle > input[type="radio"] {
  margin-right: 8px;
  margin-left: 20px; }
  .toggle > input[type="radio"]:first-child {
    margin-left: 0; }

.tvcFieldsetForRadioClass legend {
  display: block; }
.tvcFieldsetForRadioClass .tvcRadioLabelClass {
  display: inline-block;
  font-weight: 400; }
.tvcFieldsetForRadioClass .tvcRadioClass {
  margin-left: 20px;
  margin-right: 4px; }
  .tvcFieldsetForRadioClass .tvcRadioClass:first-of-type {
    margin-left: 0; }

.InputTable input[type="text"] ~ input[type="radio"] {
  margin-right: 8px;
  margin-left: 20px; }
  .InputTable input[type="text"] ~ input[type="radio"]:nth-child(2) {
    margin-left: 0; }

.InputContainer input[type="checkbox"] {
  position: relative;
  top: -2px; }
  .InputContainer input[type="checkbox"] + label {
    display: inline-block;
    margin-left: 4px; }

#txtLOANSTARTDATE,
#txtEXTRAPAYMENTDATE,
#txtAMOUNT {
  font-weight: bold; }

#tvcSubDetailTable1 th,
.SubDetailTable th {
  font-size: 16px; }
#tvcSubDetailTable1 th[scope="col"],
.SubDetailTable th[scope="col"] {
  padding: 0; }
  #tvcSubDetailTable1 th[scope="col"] p,
  .SubDetailTable th[scope="col"] p {
    margin-bottom: 0; }
#tvcSubDetailTable1 td.right,
.SubDetailTable td.right {
  vertical-align: middle; }
  #tvcSubDetailTable1 td.right p,
  .SubDetailTable td.right p {
    margin-bottom: 0; }

.DetailTable + p {
  margin-top: 30px; }

.tvcLegendForRadioClass:first-letter {
  text-transform: uppercase; }

#panelInvestment {
  display: none; }

h3 a[name="results"] {
  text-decoration: none;
  pointer-events: none;
  color: #666666; }

.DetailTable th {
  font-size: 16px !important;
  font-weight: normal;
  background: none !important; }
.DetailTable p:last-child {
  margin-bottom: 0; }

#tvcHF01 .DetailTable td[colspan="2"],
#tvcHF06 .DetailTable td[colspan="2"],
#tvcHF08 .DetailTable td[colspan="2"] {
  display: none; }
#tvcHF01 #tvcDetailTable1 tbody > tr:first-child,
#tvcHF06 #tvcDetailTable1 tbody > tr:first-child,
#tvcHF08 #tvcDetailTable1 tbody > tr:first-child {
  font-weight: bold !important;
  background-color: #f2f2f2; }
  #tvcHF01 #tvcDetailTable1 tbody > tr:first-child th,
  #tvcHF06 #tvcDetailTable1 tbody > tr:first-child th,
  #tvcHF08 #tvcDetailTable1 tbody > tr:first-child th {
    font-weight: bold !important; }

#tvcHF05 .DetailTable > tbody > tr > td,
#tvcPC10 .DetailTable > tbody > tr > td,
#tvcAC02 .DetailTable > tbody > tr > td {
  border: 0;
  padding: 0; }
#tvcHF05 .DetailTable td[colspan="3"],
#tvcHF05 .DetailTable td[colspan="4"],
#tvcPC10 .DetailTable td[colspan="3"],
#tvcPC10 .DetailTable td[colspan="4"],
#tvcAC02 .DetailTable td[colspan="3"],
#tvcAC02 .DetailTable td[colspan="4"] {
  display: none; }

#tvcHF05 .SubDetailTable tr:first-child {
  font-weight: bold !important;
  background-color: #f2f2f2; }

#tvcHF08 .DetailTable .SubDetailTable {
  margin-bottom: 0; }
  #tvcHF08 .DetailTable .SubDetailTable table {
    margin-bottom: 0; }

#tvcHF09 .SubDetailTable tr:first-child,
#tvcPC10 .SubDetailTable tr:first-child,
#tvcRC01 .SubDetailTable tr:first-child {
  font-weight: bold !important;
  background-color: #f2f2f2; }
  #tvcHF09 .SubDetailTable tr:first-child p,
  #tvcPC10 .SubDetailTable tr:first-child p,
  #tvcRC01 .SubDetailTable tr:first-child p {
    font-weight: bold !important; }
#tvcHF09 table td[colspan="3"],
#tvcHF09 table td[colspan="4"],
#tvcPC10 table td[colspan="3"],
#tvcPC10 table td[colspan="4"],
#tvcRC01 table td[colspan="3"],
#tvcRC01 table td[colspan="4"] {
  display: none; }

#tvcPC10 .InputTable {
  border-bottom: 3px solid #f2f2f2;
  padding-bottom: 40px;
  display: inline-block;
  min-width: 50%; }

#tvcRC01 #DIVCalculatorTips tbody > tr:first-child,
#tvcRC02 #DIVCalculatorTips tbody > tr:first-child {
  font-weight: bold !important;
  background-color: #f2f2f2; }
#tvcRC01 #DIVCalculatorTips table,
#tvcRC02 #DIVCalculatorTips table {
  margin-bottom: 30px; }

.mln__toggle-btn,
.mln__toggle-indicatior {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  overflow: hidden;
  padding: 0;
  width: 45px;
  height: 45px;
  border: 0;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.35);
  vertical-align: middle;
  text-align: center;
  text-indent: -999px;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  -webkit-appearance: none; }
  @media only screen and (min-width: 1025px) {
    .mln__toggle-btn,
    .mln__toggle-indicatior {
      z-index: 99;
      width: 47px;
      background-color: transparent; } }
  @media only screen and (min-width: 1200px) {
    .mln__toggle-btn,
    .mln__toggle-indicatior {
      width: 50px; } }

.mln__toggle-btn__symbol {
  display: block;
  width: 2px;
  height: 8px;
  background-color: #ffffff;
  position: absolute;
  top: 19px;
  left: 24px;
  transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg); }
  @media only screen and (min-width: 1025px) {
    .mln__toggle-btn__symbol {
      width: 3px;
      height: 10px;
      top: 22px;
      left: auto;
      right: 25px; } }
  @media only screen and (min-width: 1200px) {
    .mln__toggle-btn__symbol {
      top: 25px;
      right: 28px; } }
  .mln__toggle-btn__symbol:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 2px;
    background-color: #ffffff; }
    @media only screen and (min-width: 1025px) {
      .mln__toggle-btn__symbol:after {
        width: 10px;
        height: 3px; } }

.mln__has-child--showing > .mln__child__nav .mln__toggle-btn__symbol {
  top: 19px;
  left: 19px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg); }
  @media only screen and (min-width: 1025px) {
    .mln__has-child--showing > .mln__child__nav .mln__toggle-btn__symbol {
      background-color: #e87c32;
      top: 22px;
      left: auto;
      right: 29px; } }
  @media only screen and (min-width: 1200px) {
    .mln__has-child--showing > .mln__child__nav .mln__toggle-btn__symbol {
      top: 24px;
      right: 32px; } }
  @media only screen and (min-width: 1025px) {
    .mln__has-child--showing > .mln__child__nav .mln__toggle-btn__symbol:after {
      background-color: #e87c32; } }

.mln {
  width: 100%;
  position: relative;
  background-color: #48484a;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  z-index: 99; }
  @media only screen and (min-width: 1025px) {
    .mln {
      border-bottom: 0;
      background-color: transparent;
      width: 95%;
      max-width: 1560px;
      margin-right: auto;
      margin-left: auto; } }

.mln__list {
  margin: 0;
  padding: 0;
  width: auto;
  list-style-type: none; }
  @media only screen and (min-width: 1025px) {
    .mln__list {
      text-align: center; } }
  .mln__list li {
    text-indent: 0;
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.3px;
    font-size: 0.759rem; }
    .mln__list li:before {
      display: none; }
  .mln__list > li {
    font-size: 0.862rem; }
    @media only screen and (min-width: 1025px) {
      .mln__list > li {
        font-size: 1.182rem; } }
    @media only screen and (min-width: 1200px) {
      .mln__list > li {
        font-size: 1.35rem; } }
  .mln__list li a {
    padding-left: 20px; }
  .mln__list li li a {
    padding-left: 40px; }
  .mln__list li li li a {
    padding-left: 60px; }
  .mln__list li li li li a {
    padding-left: 80px; }
  .mln__list li li li li li a {
    padding-left: 100px; }
  .mln__list > li > a,
  .mln__list .mln__child__nav a,
  .mln__list .mln__child__list a,
  .mln__list .mln__toggle-link {
    display: block;
    padding-top: 13px;
    padding-right: 20px;
    padding-bottom: 11px;
    min-height: 45px;
    width: 100%;
    border: 0;
    background-color: transparent;
    color: #ffffff;
    text-align: left;
    text-decoration: none; }
    @media only screen and (min-width: 1025px) {
      .mln__list > li > a,
      .mln__list .mln__child__nav a,
      .mln__list .mln__child__list a,
      .mln__list .mln__toggle-link {
        border-radius: 8px 8px 0 0;
        padding-left: 22px;
        padding-top: 10px;
        padding-bottom: 9px; } }
    @media only screen and (min-width: 1200px) {
      .mln__list > li > a,
      .mln__list .mln__child__nav a,
      .mln__list .mln__child__list a,
      .mln__list .mln__toggle-link {
        padding-left: 25px;
        padding-top: 10px;
        padding-bottom: 12px; } }
  .mln__list > li > ul,
  .mln__list .mln__child__mega-menu {
    display: none; }
  .mln__list .mln__child__collapse .mln__child__list,
  .mln__list .mln__child__collapse .mln__child__mega-menu {
    display: block; }
  .mln__list .mln__child__collapse a[href], .mln__list .mln__child__collapse area[href], .mln__list .mln__child__collapse input, .mln__list .mln__child__collapse select, .mln__list .mln__child__collapse textarea, .mln__list .mln__child__collapse button, .mln__list .mln__child__collapse iframe, .mln__list .mln__child__collapse object, .mln__list .mln__child__collapse embed, .mln__list .mln__child__collapse [tabindex="0"], .mln__list .mln__child__collapse [contenteditable] {
    -webkit-transition-delay: 350ms;
    transition-delay: 350ms;
    -webkit-transition: visibility 350ms linear;
    -moz-transition: visibility 350ms linear;
    -ms-transition: visibility 350ms linear;
    -o-transition: visibility 350ms linear;
    transition: visibility 350ms linear; }
  .mln__list .mln__child__collapse[aria-hidden="true"] a[href], .mln__list .mln__child__collapse[aria-hidden="true"] area[href], .mln__list .mln__child__collapse[aria-hidden="true"] input, .mln__list .mln__child__collapse[aria-hidden="true"] select, .mln__list .mln__child__collapse[aria-hidden="true"] textarea, .mln__list .mln__child__collapse[aria-hidden="true"] button, .mln__list .mln__child__collapse[aria-hidden="true"] iframe, .mln__list .mln__child__collapse[aria-hidden="true"] object, .mln__list .mln__child__collapse[aria-hidden="true"] embed, .mln__list .mln__child__collapse[aria-hidden="true"] [tabindex="0"], .mln__list .mln__child__collapse[aria-hidden="true"] [contenteditable] {
    visibility: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .mln__list .mln__toggle-btn,
  .mln__list .mln__toggle-indicatior {
    height: 100%; }
  .mln__list .mln__child__nav {
    position: relative; }
    .mln__list .mln__child__nav a, .mln__list .mln__child__nav .mln__toggle-link {
      padding-right: 55px; }
      @media only screen and (min-width: 1025px) {
        .mln__list .mln__child__nav a, .mln__list .mln__child__nav .mln__toggle-link {
          padding-right: 47px; } }
      @media only screen and (min-width: 1200px) {
        .mln__list .mln__child__nav a, .mln__list .mln__child__nav .mln__toggle-link {
          padding-right: 50px; } }

.mln__child__collapse {
  overflow: hidden;
  height: 0;
  will-change: transform;
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  @media only screen and (min-width: 1025px) {
    .mln__child__collapse {
      z-index: -99;
      opacity: 0; } }

.mln__child__list {
  padding: 0;
  list-style-type: none; }

@media only screen and (min-width: 1025px) {
  .mln__child__mega-menu {
    width: 100%;
    padding: 15px 0;
    background-color: #ffffff; } }
@media only screen and (min-width: 1025px) {
  .mln__child__mega-menu ul {
    margin: 0;
    padding: 0; } }
@media only screen and (min-width: 1025px) {
  .mln__child__mega-menu li {
    padding: 0;
    margin: 0; } }
@media only screen and (min-width: 1025px) {
  .mln__child__mega-menu a {
    color: #2a2b29;
    text-decoration: none;
    display: block;
    line-height: 1.5; } }
@media only screen and (min-width: 1025px) {
  .mln__child__mega-menu a:hover, .mln__child__mega-menu a:focus, .mln__child__mega-menu a:active {
    color: #e87c32;
    background-color: #ededed; } }
@media only screen and (min-width: 1025px) {
  .mln__child__mega-menu > ul {
    padding: 0;
    margin: 0;
    font-size: 0 !important;
    text-align: center; } }
@media only screen and (min-width: 1025px) {
  .mln__child__mega-menu > ul > li {
    display: inline-block;
    width: 16.6%;
    border-right: 2px solid #cfd0d1;
    vertical-align: top;
    background-color: #ffffff;
    font-size: 15.5px; } }
@media only screen and (min-width: 1025px) {
  .mln__child__mega-menu > ul > li:last-child {
    border-right: 0; } }
@media only screen and (min-width: 1025px) {
  .mln__child__mega-menu > ul > li img {
    display: block;
    margin: 12px auto 0;
    width: 56px;
    height: auto;
    border: 0;
    vertical-align: middle; } }
@media only screen and (min-width: 1025px) {
  .mln__child__mega-menu > ul > li > a {
    padding: 15px 20px 16px;
    margin: 0 0 8px;
    display: block; } }
.mln__child__mega-menu > ul > li > ul {
  margin-bottom: 10px; }
  @media only screen and (min-width: 1025px) {
    .mln__child__mega-menu > ul > li > ul > li {
      font-size: 11.5px; } }
  @media only screen and (min-width: 1025px) {
    .mln__child__mega-menu > ul > li > ul > li > a {
      padding: 7px 15px; } }

.mln__has-child--showing ul {
  background-color: rgba(0, 0, 0, 0.35); }
  @media only screen and (min-width: 1025px) {
    .mln__has-child--showing ul {
      background-color: transparent; } }
.mln__has-child--showing > .mln__child__collapse {
  height: auto; }
@media only screen and (min-width: 1025px) {
  .mln__has-child--showing > .mln__child__nav > a {
    background-color: #ffffff;
    color: #e87c32;
    position: relative;
    z-index: 9; } }
@media only screen and (min-width: 1025px) {
  .mln__has-child--showing > .mln__child__nav > a:before, .mln__has-child--showing > .mln__child__nav > a:after {
    content: "";
    position: absolute;
    top: 0;
    width: 35px;
    height: 100%; } }
@media only screen and (min-width: 1025px) {
  .mln__has-child--showing > .mln__child__nav > a:before {
    left: -35px; } }
@media only screen and (min-width: 1025px) {
  .mln__has-child--showing > .mln__child__nav > a:after {
    right: -35px; } }

@media only screen and (max-width: 1024px) {
  .mln__child--transitioning {
    will-change: transform;
    -webkit-transition: height 350ms cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: height 350ms cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: height 350ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: height 350ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: height 350ms cubic-bezier(0.19, 1, 0.22, 1); } }

.mln--whole-link-expand .mln__toggle-btn {
  visibility: hidden; }

.mln--top-level-whole-link-expand .mln__toggle-link + .mln__toggle-btn {
  visibility: hidden; }

@media only screen and (min-width: 1025px) {
  .mln--navbar .mln__child--overflow-visible {
    overflow: visible; } }
  @media only screen and (min-width: 1025px) and (min-width: 1025px) {
    .mln--navbar .mln__child--overflow-visible {
      z-index: 999;
      opacity: 1.0;
      transition: opacity 0.3s ease; } }
@media only screen and (min-width: 1025px) {
  .mln--navbar .mln__list > li {
    border: 0;
    display: inline-block; }
    .mln--navbar .mln__list > li > div:not(.mln__child__nav):not(.mln__child__collapse) {
      display: none; }
    .mln--navbar .mln__list > li .mln__child__mega-menu {
      display: block; }
  .mln--navbar .mln__list .mln__child__collapse {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0;
    width: 100%; }
    .mln--navbar .mln__list .mln__child__collapse .mln__child__collapse {
      top: 0;
      left: 100%; }
  .mln--navbar .mln__list .mln__has-child {
    position: relative; }
  .mln--navbar .mln__list .mln__has-child--mega-menu {
    position: static; }
    .mln--navbar .mln__list .mln__has-child--mega-menu > .mln__child__collapse {
      width: 100%; }
      .mln--navbar .mln__list .mln__has-child--mega-menu > .mln__child__collapse > .mln__child__collapse__helper > .mln__child__list {
        float: left;
        margin-top: 20px;
        width: 25%; }
        .mln--navbar .mln__list .mln__has-child--mega-menu > .mln__child__collapse > .mln__child__collapse__helper > .mln__child__list .mln__child__collapse {
          max-width: 220px; } }
@media print {
  html, body {
    max-width: 100vw !important;
    width: 100vw !important; }

  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  ul {
    list-style: disc; }
    ul li {
      text-indent: 0; }
      ul li:before {
        display: none; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    orphans: 3;
    widows: 3; }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    page-break-after: avoid; }

  hr {
    border-top: 1px solid #aaa; }

  .print-header {
    padding: 15px 0;
    border-bottom: 1px solid #aaa; }
    .print-header h1 {
      margin: 0; }

  .slide, .owl-stage {
    width: 100% !important; }

  .owl-stage {
    transform: none !important; }

  .owl-item {
    float: none !important;
    width: 100% !important; }

  .well, blockquote, .accordion__header, .active {
    border: 1px solid #aaa; }

  .footer {
    border-top: 1px solid #aaa; }

  .sub-nav-container,
  .footer-nav,
  .footer__top .btn,
  .footer__top input#COMPUTE,
  .header,
  .btn:after,
  input#COMPUTE:after,
  .btn--collapse:after,
  .social-list,
  .footer-logo,
  .sidebar,
  .split__content__image,
  .client-logo,
  .slogan-banner-img,
  .owl-controls {
    display: none !important; }

  [class*="col-"] {
    float: none !important;
    width: 100% !important; }

  .label {
    border: 1px solid #000; }

  a.btn, button.btn, span.btn {
    background-color: #ccc !important;
    border: 2px solid #000 !important; }

  .table, #tvcHF01 .DetailTable,
  #tvcHF06 .DetailTable,
  #tvcHF08 .DetailTable, #tvcHF02 .DetailTable table,
  #tvcHF03 .DetailTable table,
  #tvcHF04 .DetailTable table,
  #tvcHF09 .DetailTable table,
  #tvcPC01 .DetailTable table,
  #tvcPC12 .DetailTable table,
  #tvcRC01 .DetailTable table, #tvcHF05 .DetailTable table,
  #tvcPC10 .DetailTable table,
  #tvcAC02 .DetailTable table, #DIVCalculatorTips table {
    border-collapse: collapse !important; }
    .table td, #tvcHF01 .DetailTable td,
    #tvcHF06 .DetailTable td,
    #tvcHF08 .DetailTable td, #tvcHF02 .DetailTable table td,
    #tvcHF03 .DetailTable table td,
    #tvcHF04 .DetailTable table td,
    #tvcHF09 .DetailTable table td,
    #tvcPC01 .DetailTable table td,
    #tvcPC12 .DetailTable table td,
    #tvcRC01 .DetailTable table td, #tvcHF05 .DetailTable table td,
    #tvcPC10 .DetailTable table td,
    #tvcAC02 .DetailTable table td, #DIVCalculatorTips table td,
    .table th,
    #tvcHF01 .DetailTable th,
    #tvcHF06 .DetailTable th,
    #tvcHF08 .DetailTable th,
    #tvcHF02 .DetailTable table th,
    #tvcHF03 .DetailTable table th,
    #tvcHF04 .DetailTable table th,
    #tvcHF09 .DetailTable table th,
    #tvcPC01 .DetailTable table th,
    #tvcPC12 .DetailTable table th,
    #tvcRC01 .DetailTable table th,
    #tvcHF05 .DetailTable table th,
    #tvcPC10 .DetailTable table th,
    #tvcAC02 .DetailTable table th,
    #DIVCalculatorTips table th {
      background-color: #fff !important; }

  .table-bordered th, #tvcHF01 .DetailTable th,
  #tvcHF06 .DetailTable th,
  #tvcHF08 .DetailTable th, #tvcHF02 .DetailTable table th,
  #tvcHF03 .DetailTable table th,
  #tvcHF04 .DetailTable table th,
  #tvcHF09 .DetailTable table th,
  #tvcPC01 .DetailTable table th,
  #tvcPC12 .DetailTable table th,
  #tvcRC01 .DetailTable table th, #tvcHF05 .DetailTable table th,
  #tvcPC10 .DetailTable table th,
  #tvcAC02 .DetailTable table th, #DIVCalculatorTips table th,
  .table-bordered td,
  #tvcHF01 .DetailTable td,
  #tvcHF06 .DetailTable td,
  #tvcHF08 .DetailTable td,
  #tvcHF02 .DetailTable table td,
  #tvcHF03 .DetailTable table td,
  #tvcHF04 .DetailTable table td,
  #tvcHF09 .DetailTable table td,
  #tvcPC01 .DetailTable table td,
  #tvcPC12 .DetailTable table td,
  #tvcRC01 .DetailTable table td,
  #tvcHF05 .DetailTable table td,
  #tvcPC10 .DetailTable table td,
  #tvcAC02 .DetailTable table td,
  #DIVCalculatorTips table td {
    border: 1px solid #ddd !important; } }

/*# sourceMappingURL=main.css.map */
