.table-exh {
  margin: 0px;
  padding: 0px;
  width: 100%;
  box-shadow: 5px 5px 5px 0px #CCCCCC;
  border: 1px solid #F2F2F2;
  -moz-border-radius-bottomleft: 7px;
  -webkit-border-bottom-left-radius: 7px;
  border-bottom-left-radius: 7px;
  -moz-border-radius-bottomright: 7px;
  -webkit-border-bottom-right-radius: 7px;
  border-bottom-right-radius: 7px;
  -moz-border-radius-topright: 7px;
  -webkit-border-top-right-radius: 7px;
  border-top-right-radius: 7px;
  -moz-border-radius-topleft: 7px;
  -webkit-border-top-left-radius: 7px;
  border-top-left-radius: 7px;
}
.table-exh table {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}
.table-exh tr:last-child td:last-child {
  -moz-border-radius-bottomright: 7px;
  -webkit-border-bottom-right-radius: 7px;
  border-bottom-right-radius: 7px;
}
.table-exh table tr:first-child td:first-child {
  -moz-border-radius-topleft: 7px;
  -webkit-border-top-left-radius: 7px;
  border-top-left-radius: 7px;
}
.table-exh table tr:first-child td:last-child {
  -moz-border-radius-topright: 7px;
  -webkit-border-top-right-radius: 7px;
  border-top-right-radius: 7px;
}
.table-exh tr:last-child td:first-child {
  -moz-border-radius-bottomleft: 7px;
  -webkit-border-bottom-left-radius: 7px;
  border-bottom-left-radius: 7px;
}
.table-exh tr:nth-child(odd) {
  background-color: #F2F2F2;
}
.table-exh tr:nth-child(even) {
  background-color: #FFFFFF;
}
.table-exh td {
  vertical-align: middle;
  border: 1px solid #F2F2F2;
  border-width: 0px 1px 1px 0px;
  text-align: left;
  padding: 7px;
  font-size: 12px;
  font-family: Arial;
  font-weight: bold;
  color: #7F8182;
}
.table-exh tr:last-child td {
  border-width: 0px 1px 0px 0px;
}
.table-exh tr td:last-child {
  border-width: 0px 0px 1px 0px;
}
.table-exh tr:last-child td:last-child {
  border-width: 0px 0px 0px 0px;
}
.table-exh tr:first-child td {
  background: -o-linear-gradient(bottom,#4DB7C5 5%,#52C2D1 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#4DB7C5),color-stop(1,#52C2D1));
  background: -moz-linear-gradient(center top,#4DB7C5 5%,#52C2D1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4DB7C5",endColorstr="#52C2D1");
  background: -o-linear-gradient(top,#4DB7C5,#52C2D1);
  background-color: #4DB7C5;
  border: 0px solid #F2F2F2;
  text-align: center;
  border-width: 0px 0px 1px 1px;
  font-size: 14px;
  font-family: Arial;
  font-weight: bold;
  color: #FFFFFF;
}
.table-exh tr:first-child:hover td {
  background: -o-linear-gradient(bottom,#4DB7C5 5%,#52C2D1 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#4DB7C5),color-stop(1,#52C2D1));
  background: -moz-linear-gradient(center top,#4DB7C5 5%,#52C2D1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4DB7C5",endColorstr="#52C2D1");
  background: -o-linear-gradient(top,#4DB7C5,#52C2D1);
  background-color: #4DB7C5;
}
.table-exh tr:first-child td:first-child {
  border-width: 0px 0px 1px 0px;
}
.table-exh tr:first-child td:last-child {
  border-width: 0px 0px 1px 1px;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a:not(.btn) {
  color: #0b78a1;
}
a:not(.btn):hover {
  color: #22b8f0;
}
body {
  color: #666666;
}
body.bg {
  background: #f2f2f2;
}
#sp-header-wrapper {
  background-image: url("../../../../images/stories/banners/header_bg.png");
}
#sp-header-wrapper .logo {
  background-image: url(../../images/presets/preset1/logo.png);
}
#sp-feature-wrapper {
  background-color: #199fd0;
  background-image: -moz-linear-gradient(top,#22b8f0,#0b78a1);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#22b8f0),to(#0b78a1));
  background-image: -webkit-linear-gradient(top,#22b8f0,#0b78a1);
  background-image: -o-linear-gradient(top,#22b8f0,#0b78a1);
  background-image: linear-gradient(to bottom,#22b8f0,#0b78a1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff22b8f0', endColorstr='#ff0a78a1', GradientType=0);
}
#sp-feature-wrapper a:not(.btn) {
  color: #82d7f6;
}
#sp-feature-wrapper a:not(.btn):hover {
  color: #e1f5fd;
}
.module.highlighted {
  background: #3498DB;
}
.module.highlighted a {
  color: #fff !important;
}
#sp-bottom-wrapper {
  background: white;
}
#sp-footer-wrapper {
  background: #085571;
  color: #fff;
}
#sp-footer-wrapper h3 {
  color: #fff;
}
#sp-footer-wrapper a:not(.btn) {
  color: #52c7f3;
}
#sp-footer-wrapper a:not(.btn):hover {
  color: #b1e6fa;
}
#sp-footer-wrapper {
  background: #333333;
  border-top: 1px solid #043142;
}
#sp-footer-wrapper::after {
  background: #0a6e93;
}
.sp-border {
  border-top: 1px solid #043142;
}
.sp-border::after {
  background: #0a6e93;
}
.btn-primary,
button,
input[type='submit'],
input[type='button'],
submit {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #227af0;
  background-image: -moz-linear-gradient(top,#2296f0,#2251f0);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#2296f0),to(#2251f0));
  background-image: -webkit-linear-gradient(top,#2296f0,#2251f0);
  background-image: -o-linear-gradient(top,#2296f0,#2251f0);
  background-image: linear-gradient(to bottom,#2296f0,#2251f0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2195f0', endColorstr='#ff2151f0', GradientType=0);
  border-color: #2251f0 #2251f0 #0d34b9;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #2251f0;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled],
button:hover,
button:active,
button.active,
button.disabled,
button[disabled],
input[type='submit']:hover,
input[type='submit']:active,
input[type='submit'].active,
input[type='submit'].disabled,
input[type='submit'][disabled],
input[type='button']:hover,
input[type='button']:active,
input[type='button'].active,
input[type='button'].disabled,
input[type='button'][disabled],
submit:hover,
submit:active,
submit.active,
submit.disabled,
submit[disabled] {
  color: #fff;
  background-color: #2251f0;
  *background-color: #1041e9;
}
.btn-primary:active,
.btn-primary.active,
button:active,
button.active,
input[type='submit']:active,
input[type='submit'].active,
input[type='button']:active,
input[type='button'].active,
submit:active,
submit.active {
  background-color: #0e3bd1 \9;
}
.btn_class1 {
  font-size: 15px;
  font-family: Arial;
  font-weight: normal;
  -moz-border-radius: 42px;
  -webkit-border-radius: 42px;
  border-radius: 42px;
  border: 2px solid #ff3d30;
  padding: 9px 18px;
  text-decoration: none;
  background-color: transparent;
  color: #ff3d30;
  font-style: strong;
  display: inline-block;
  width: 140px;
  text-align: center;
}
.btn_class1:hover {
  color: #ffffff;
  background-color: #ff3d30;
  transition-delay: 0.08s;
}
.btn_class1:active {
  position: relative;
  top: 1px;
}
.btn_class1:a.link {
  cursor: auto;
}
.btn_class2 {
  font-size: 15px;
  font-family: Arial;
  font-weight: normal;
  -moz-border-radius: 42px;
  -webkit-border-radius: 42px;
  border-radius: 42px;
  border: 2px solid #4d0b75;
  padding: 9px 18px;
  text-decoration: none;
  background-color: transparent;
  color: #4d0b75;
  font-style: strong;
  display: inline-block;
  width: 140px;
  text-align: center;
}
.btn_class2:hover {
  color: #ffffff;
  background-color: #4d0b75;
  transition-delay: 0.08s;
}
.btn_class2:active {
  position: relative;
  top: 1px;
}
.btn_class2:a.link {
  cursor: auto;
}
.btn_class3 {
  font-size: 15px;
  font-family: Arial;
  font-weight: normal;
  -moz-border-radius: 42px;
  -webkit-border-radius: 42px;
  border-radius: 42px;
  border: 2px solid #08bcdf;
  padding: 9px 18px;
  text-decoration: none;
  background-color: transparent;
  color: #08bcdf;
  font-style: strong;
  display: inline-block;
  width: 140px;
  text-align: center;
}
.btn_class3:hover {
  color: #ffffff;
  background-color: #08bcdf;
  transition-delay: 0.08s;
}
.btn_class3:active {
  position: relative;
  top: 1px;
}
.btn_class3:a.link {
  cursor: auto;
}
.btn_class4 {
  font-size: 15px;
  font-family: Arial;
  font-weight: normal;
  -moz-border-radius: 42px;
  -webkit-border-radius: 42px;
  border-radius: 42px;
  border: 2px solid #fed700;
  padding: 9px 18px;
  text-decoration: none;
  background-color: transparent;
  color: #fed700;
  font-style: strong;
  display: inline-block;
  width: 140px;
  text-align: center;
}
.btn_class4:hover {
  color: #ffffff;
  background-color: #fed700;
  transition-delay: 0.08s;
}
.btn_class4:active {
  position: relative;
  top: 1px;
}
.btn_class4:a.link {
  cursor: auto;
}