/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  outline: 0;
}

button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  vertical-align: middle;
  /* 3 */
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.clear {
  clear: both;
}

.center {
  text-align: center !important;
}

.center-align {
  margin-left: auto;
  margin-right: auto;
}

.center-align-outer {
  float: right;
  right: 50%;
  position: relative;
  z-index: 1;
}

.center-align-inner {
  float: right;
  right: -50%;
  position: relative;
  z-index: 2;
}

.nowrap {
  white-space: nowrap;
}

/* global variables
*****************************************************************************/
/* color palette */
/* lending-specific screens */
/* default theme variables */
/* client theme variables */
/*=============================================================================
  ClearGage consumer apps common CSS
=============================================================================*/
/* effects */
.box,
input,
.button,
.box.heading h3,
header .links,
header .links a,
.dropmenu ul a,
table.hover tbody td,
[type="button"] {
  -webkit-transition: background-color 0.25s ease, border-color 0.25s ease;
  -moz-transition: background-color 0.25s ease, border-color 0.25s ease;
  transition: background-color 0.25s ease, border-color 0.25s ease;
}

/*=============================================================================
  layout
=============================================================================*/
html,
body {
  height: 100%;
}

header {
  position: fixed;
  z-index: 10;
  box-sizing: border-box;
  width: 100%;
  padding: 5px 25px;
}

header a,
footer a {
  text-decoration: none;
}

header a:hover,
footer a:hover {
  text-decoration: underline;
}

header {
  top: 0;
  min-height: 30px;
  line-height: 60px;
  font-size: 0.9em;
  background: #135867;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
  text-align: center;
}

header,
header a {
  color: #fff;
}

header .client-logo {
  float: left;
  width: 200px;
  height: 60px;
  background: url(images/client/valley-medical.png) no-repeat left;
  background-size: contain;
  text-indent: -9999em;
}

header .back-arrow {
  float: left;
  display: none;
}

header .links {
  float: right;
}

header .links ul {
  display: block;
}

header .links li {
  float: left;
  margin: 0 0 0 20px;
}

header .menu {
  float: right;
}

footer {
  display: table;
  width: 100%;
  font-size: 0.8em;
  margin: -80px 0 0 0;
  height: 80px;
  color: #eee;
  background: #555;
}
footer #footer {
  display: table-row;
}
footer #footer > div {
  display: table-cell;
  width: 25%;
}
footer #footer > div.content {
  padding: 15px 25px 0 25px;
}
footer a {
  color: #eee;
  text-decoration: none;
}
footer a:hover {
  color: #eee;
  text-decoration: underline;
}
footer a:active, footer a:focus {
  outline: 1px dotted #eee;
}
footer .links {
  float: right;
  margin: 14px 0 0 0;
}
footer .links li {
  float: left;
  margin: 0 0 0 30px;
}
footer .copyright {
  font-size: 0.9em;
}
footer .cleargage-logo {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 5px;
  width: 110px;
  height: 25px;
  background: url("images/cleargage-logo-full-white.png") no-repeat center;
  background-size: contain;
  text-indent: -9999em;
}

.content {
  min-width: 1140px;
}

#container {
  display: table;
  height: 100%;
  width: 100%;
  background-color: #008caa;
  background-image: linear-gradient(to bottom right, #008caa, #00aa24);
}

#container > div {
  display: table-row;
}

#container > div > div {
  display: table-cell;
  width: 25%;
  background-color: #000;
  opacity: 0.1;
}

#container #subheader {
  background: transparent url(images/client/abstract.png) no-repeat center;
  background-size: cover;
}

#container #main {
  background-color: #fff;
}

#container .content {
  min-width: 1140px;
  width: 50%;
  padding: 25px 35px;
  opacity: 1.0;
}

#container.login {
  background: #f2f3ee url(images/client/home.png) no-repeat center fixed;
  background-size: cover;
}

#subheader .content {
  padding-top: 105px;
  color: #fff;
  background-color: transparent;
}

#subheader .content a {
  color: #fff;
}

#main .content {
  padding-top: 110px;
  height: 100%;
  padding-bottom: 180px;
  color: #292929;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

#subheader + #main .content {
  padding-top: 25px;
}

/*=============================================================================
  columns
=============================================================================*/
.columns {
  overflow: hidden;
}

.columns .col,
.columns > li {
  float: left;
  box-sizing: border-box;
}

.columns.one .col,
.columns.one > li {
  width: 100%;
}

.columns.two .col,
.columns.two > li {
  width: 48.5%;
  margin-left: 3%;
}

.columns.three .col,
.columns.three > li {
  width: 31.5%;
  margin-left: 2.75%;
}

.columns.four .col,
.columns.four > li {
  width: 22.75%;
  margin-left: 3%;
}

.columns .col:first-child,
.columns > li:first-child {
  margin-left: 0;
}

/*=============================================================================
  typography
=============================================================================*/
body {
  font: 300 16px/normal "Heebo", Arial, Helvetica, sans-serif;
}

h1 {
  font: 700 1.8em/1em "Heebo", Arial, Helvetica, sans-serif;
  margin-bottom: 1.0rem;
}

h2 {
  font: 500 1.5em/1em "Heebo", Arial, Helvetica, sans-serif;
  color: #333333;
  margin-bottom: 1.5rem;
}

h3 {
  font: 400 1.2em/1em "Heebo", Arial, Helvetica, sans-serif;
  color: #3d3d3d;
  margin-bottom: 1.25rem;
}

h4 {
  font: 400 1em/1em "Heebo", Arial, Helvetica, sans-serif;
  color: inherit;
  margin-bottom: 1.0rem;
}

h1 span,
h2 span,
h3 span,
h4 span {
  font-size: 0.8em;
  line-height: inherit;
  margin: 0 0 0 10px;
}

h2 em:after {
  content: "-";
  margin-left: 6px;
}

p {
  font: inherit 1em/1.5em "Heebo", Arial, Helvetica, sans-serif;
  margin: 0 0 2rem 0;
}

a {
  color: #40804a;
}

b,
strong {
  font-weight: 500;
}

i {
  font-style: italic;
}

sup {
  font-size: 0.75em;
  vertical-align: text-top;
}

label,
.label {
  font-size: 0.9em;
  font-weight: 400;
}

a {
  font-weight: 400;
  text-decoration: underline;
  cursor: pointer;
}

a:hover,
a:active {
  text-decoration: none;
}

a.next,
a.back {
  white-space: nowrap;
  background-repeat: no-repeat;
}

a.next {
  background-image: url("images/arrow-link-right.png");
  background-position: right center;
  padding-right: 15px;
}

a.back {
  background-image: url("images/arrow-link-left.png");
  background-position: left center;
  padding-left: 15px;
}

.note {
  font-size: 0.8em;
}

.urgent {
  color: #ff0000;
}

.or {
  margin: 0 30px;
  font-weight: 400;
}

.or::before {
  content: "- ";
}

.or::after {
  content: " -";
}

.message {
  margin: 0 0 2rem 0;
  padding: 15px;
  background: #faf2c8;
  border: 1px solid #e2c115;
  border-radius: 5px;
}

.message.hilite {
  background-color: #daebf2;
  border-color: #69aeca;
}

.message.success {
  background-color: #daf2de;
  border-color: #69ca79;
}

.message.error {
  background-color: #f2dada;
  border-color: #dea1a1;
}

.message li {
  padding: 3px 0;
}

.page-heading {
  margin-bottom: 2.0em;
  overflow: hidden;
}

.page-heading h1,
.page-heading h2 {
  float: left;
  margin: 0;
  line-height: 1.2em;
}

.page-heading .links {
  float: right;
}

.page-heading .links a {
  margin-left: 20px;
  white-space: nowrap;
}

.crumbs {
  display: none;
  margin: -25px -35px 30px -35px;
  padding: 7px 35px;
  overflow: hidden;
  font-size: 0.8em;
  font-weight: 400;
  background: #f5f5f5;
  border-bottom: 1px solid #eee;
}
.crumbs li {
  float: left;
  margin: 0 8px 0 0;
}
.crumbs li:after {
  content: url("images/arrow-crumbs-right.png");
  margin: 0 0 0 8px;
}
.crumbs li:last-child:after {
  content: "";
}
.crumbs a {
  text-decoration: none;
  white-space: nowrap;
  color: #777;
}
.crumbs a:hover {
  text-decoration: underline;
}

.boxtitle {
  font-size: 1.1em;
  margin: 0 0 0.6em 0;
  color: inherit !important;
}

/*=============================================================================
  simple lists
=============================================================================*/
.list {
  margin: 0 0 2rem 0;
}
.list li {
  margin: 5px 0 5px 25px;
}
.list > li {
  list-style: square;
}
.list > li li {
  list-style: circle;
}
.list.ordered li {
  padding: 5px 0;
}
.list.ordered > li {
  list-style: decimal;
}
.list.ordered.roman > li {
  list-style: upper-roman;
}

/*=============================================================================
  icons
=============================================================================*/
.back-arrow {
  cursor: pointer;
  display: inline-block;
  background: url("images/icons/arrow-back.png") no-repeat center;
  width: 15px;
  height: 30px;
  background-size: contain;
}

.card-image {
  display: inline-block;
  vertical-align: middle;
  width: 48px;
  height: 30px;
  margin: 0 4px;
  background: no-repeat center;
  background-size: contain;
}

.card-image.discover {
  background-image: url("images/icons/card-discover.png");
}

.card-image.visa {
  background-image: url("images/icons/card-visa.png");
}

.card-image.mastercard {
  background-image: url("images/icons/card-mastercard.png");
}

.card-image.amex {
  background-image: url("images/icons/card-amex.png");
}

.card-image.cvv2 {
  background-image: url("images/icons/card-cvv.png");
}

.card-image.check {
  background-image: url("images/icons/check-sample.png");
}

.form.list .card-image {
  width: 32px;
  height: 20px;
}

.icon,
.glyph {
  display: inline-block;
  vertical-align: middle;
  background: no-repeat center;
  background-size: contain;
  min-width: 20px;
  min-height: 20px;
}

.glyph {
  border-radius: 4px;
  background-size: 60%;
  background-color: #135867;
}

.with.icon {
  background-position: left;
  padding-left: 22px;
  background-size: 16px 16px;
}

label + .with.icon,
.label + .with.icon {
  margin-left: 4px;
}

h1.with.icon,
h2.with.icon {
  padding-left: 1.3em;
}

.icon.phone {
  background-image: url("images/glyphs/phone.png");
}

.glyph.phone {
  background-image: url("images/glyphs/phone-light.png");
}

.icon.email {
  background-image: url("images/glyphs/email.png");
}

.glyph.email {
  background-image: url("images/glyphs/email-light.png");
}

.icon.location {
  background-image: url("images/glyphs/location.png");
}

.glyph.location {
  background-image: url("images/glyphs/location-light.png");
}

.icon.error {
  background-image: url("images/glyphs/error.png");
}

.glyph.error {
  background-image: url("images/glyphs/error-light.png");
}

.icon.bill {
  background-image: url("images/glyphs/bill.png");
}

.glyph.bill {
  background-image: url("images/glyphs/bill-light.png");
}

.account {
  background-image: url("images/icons/account.png");
}

.password {
  background-image: url("images/icons/change-password.png");
}

.dashboard {
  background-image: url("images/icons/dashboard.png");
}

.print {
  background-image: url("images/icons/print.png");
}

.download {
  background-image: url("images/icons/download.png");
}

.pricedrop {
  background-image: url("images/icons/price-drop.png");
}

.delete {
  background-image: url("images/icons/delete.png");
}

.more-info {
  background-image: url("images/icons/info.png");
}

.download-link {
  background: url("images/download-link.png") no-repeat left center;
  padding-left: 22px;
}

.arrow-bullet {
  background: url("images/arrow-right.png") no-repeat left center;
}

.arrow-bullet,
.arrow-bullet + div {
  padding-left: 16px;
}

/* tool tip images */
.check-image {
  display: inline-block;
  background: url("images/check-sample.png") no-repeat center;
  background-size: contain;
  width: 260px;
  height: 118px;
}

.check-image.routing {
  background-image: url("images/check-sample-routing.png");
}

.check-image.account {
  background-image: url("images/check-sample-account.png");
}

.cvv-image {
  display: inline-block;
  background: url("images/cvv-sample.png") no-repeat center;
  background-size: contain;
  width: 220px;
  height: 150px;
}

.cvv-image.amex {
  background-image: url("images/cvv-sample-amex.png");
}

.qtip-cg .cvv-image {
  display: block;
}

/*=============================================================================
  currency
=============================================================================*/
.percentage::after {
  content: "%";
}

.currency::before {
  content: "$";
  font-size: 0.7em;
  vertical-align: 15%;
  margin-right: 2px;
}

.discounted {
  text-decoration: line-through;
  opacity: 0.7;
}

/*=============================================================================
  containers
=============================================================================*/
.box {
  margin: 0 0 2.5rem 0;
  padding: 20px 25px;
  background: #f5f5f5;
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  box-sizing: border-box;
}
.box p {
  margin: 0 0 1.0rem 0;
}

.box.agreement {
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.box.heading h3 {
  margin: -20px -25px 20px -25px;
  line-height: 1.2em;
  padding: 0.6em 0.8em;
  background-color: #dfdfdf;
}

.box.heading h3 > a,
.box.heading h3 .dropmenu {
  float: right;
  font-size: 0.8em;
}

.box.heading .controls {
  float: right;
  line-height: normal;
  font-size: initial;
  margin: -0.3em 0 0 0;
}

.box.heading h3 select,
.box.heading h3 input {
  font-size: 0.8em;
}

.box.empty {
  background: transparent;
}

/* expandable containers */
.expander {
  margin: 0 0 2rem 0;
}

.expander .toggle {
  display: inline-block;
  padding-left: 16px;
  color: #40804a;
  background: url("images/arrow-right.png") no-repeat left center;
  cursor: pointer;
  text-decoration: underline;
}

.faq .expander .toggle {
  font: 400 1.2em/1em "Heebo", Arial, Helvetica, sans-serif;
  margin-bottom: 1.25rem;
}

.expander.open .toggle {
  background-image: url("images/arrow-down.png");
  text-decoration: none;
}

.expander > div {
  display: none;
  padding-left: 16px;
}

.expander.box .toggle {
  margin: 0;
}
.expander.box > div {
  padding: 20px 0 0 0;
}
.expander.box.heading > div {
  padding: 35px 0 0 0;
}
.expander.box.heading h3 {
  background-color: #ebebeb;
  margin-bottom: -20px;
}
.expander.box.heading h3 .toggle {
  font-size: inherit;
}
.expander.box.heading.open h3 {
  background-color: #dfdfdf;
}
.expander.box.heading.open h3 .toggle {
  color: inherit;
}

/*=============================================================================
   drop menus
=============================================================================*/
.dropmenu {
  position: relative;
  display: inline-block;
}

.dropmenu a {
  float: none !important;
  display: block;
  white-space: nowrap;
  line-height: 2.5em;
  text-decoration: none;
  cursor: pointer;
}

.dropmenu > a {
  padding: 0 25px 0 10px;
  text-decoration: underline;
  background: url("images/arrow-link-down.png") no-repeat 95% center;
  border: 0px solid transparent;
}

.dropmenu > a:hover,
.dropmenu > a:active,
.dropmenu > a:focus {
  text-decoration: none;
}

.dropmenu.button {
  padding: 0;
  text-transform: unset;
}

.dropmenu.button > a {
  padding: 0 70px 0 20px;
  line-height: 44px;
  font-weight: inherit;
  text-decoration: none;
  color: #fff;
  background: url("images/dropmenu-button-down.png") no-repeat right;
}

.dropmenu.button > a:focus {
  border: 1px solid #000;
  box-shadow: 0 0 2px #000;
  outline: none !important;
}

.dropmenu ul {
  display: none;
  position: absolute;
  z-index: 1;
  top: -1px;
  left: -1px;
  min-width: 100%;
  background: #fff;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  border: 1px solid #999;
  text-align: left;
}

.dropmenu.right ul {
  left: auto;
  right: -1px;
}

.dropmenu ul a {
  padding: 0 10px;
  color: #333;
  text-shadow: none;
  border-radius: 5px;
}

.dropmenu ul a:hover,
.dropmenu ul a:active,
.dropmenu ul a:focus {
  background-color: #e5f7ff;
}

.dropmenu ul a.toggle {
  padding-right: 30px;
  background: #f2f2f2 url("images/arrow-link-up.png") no-repeat 95% center;
  border-bottom: 1px solid #d9d9d9;
  border-radius: 5px 5px 0 0;
}

.dropmenu ul a.toggle:hover,
.dropmenu ul a.toggle:active,
.dropmenu ul a.toggle:focus {
  background-color: #eaeaea;
}

.dropmenu.button ul a.toggle {
  line-height: 44px;
  background-image: url("images/dropmenu-button-up.png");
  background-repeat: no-repeat;
  background-position: right;
}

.heading h3 .dropmenu {
  line-height: inherit;
  margin: -1px -4px 0 0;
}

.heading h3 .dropmenu > a {
  line-height: inherit;
}

.heading h3 .dropmenu.button {
  padding: 0;
}

.heading h3 .dropmenu.button > a {
  margin: 0;
  padding: 2px 34px 2px 10px;
  color: initial;
  background: url("images/dropmenu-header-button-down.png") no-repeat right;
}

.heading h3 .dropmenu ul {
  border-radius: 4px;
}

.heading h3 .dropmenu ul a.toggle {
  line-height: inherit;
  padding-top: 2px;
  padding-bottom: 2px;
}

.heading h3 .dropmenu.button ul a.toggle {
  background-image: url("images/dropmenu-header-button-up.png");
  background-repeat: no-repeat;
  background-position: right;
}

/*=============================================================================
   data tables
=============================================================================*/
table.data {
  width: 100%;
}

table.data th,
table.data td {
  padding: 6px 8px;
}

table.data thead th {
  font-size: 0.95em;
  vertical-align: bottom;
  padding-bottom: 12px;
  border-bottom: 1px solid #dfdfdf;
}

table.data tfoot th {
  font-weight: 400;
  font-size: 1.1em;
  text-align: left;
  padding-top: 15px;
  border-top: 1px solid #dfdfdf;
}

table.hover tbody tr:hover td {
  background-color: #fff;
}

/*=============================================================================
   tabs
=============================================================================*/
.tabs {
  overflow: hidden;
  position: relative;
  font-size: 0.9em;
  border-bottom: 1px solid #f7f7f7;
}

.tabs li {
  float: left;
  margin: 0 5px 0 0;
}

.tabs a {
  float: left;
  line-height: 40px;
  padding: 0 15px;
  text-decoration: none;
  color: #777;
  cursor: pointer;
}

.tabs a:hover {
  color: #444444;
  background: #fafafa;
}

.tabs li.active a {
  font-weight: 500;
  color: #333333;
  background: #f1f1f1;
  border-radius: 4px 4px 0 0;
  cursor: default;
}

.tab-body {
  display: none;
}

/* tabbed container */
.tab-block {
  margin: 0 0 2rem 0;
}

.tab-block .tabs {
  margin: 0 0 -1px 0;
  border-bottom: none;
}

.tab-block .tab-panel {
  display: none;
  padding: 20px;
  background: #f1f1f1;
  border: 1px solid #ddd;
  border-right-color: #eee;
  border-top-color: #f1f1f1;
  border-left-color: #f1f1f1;
  border-radius: 0 4px 4px 4px;
  box-sizing: border-box;
}

.tab-block .tab-panel .box {
  background: #fbfbfb;
  margin: 0;
}

.tab-block .tab-links {
  position: relative;
  float: right;
  margin-bottom: -20px;
  z-index: 1;
}

.tab-block.no-tabs .boxtitle,
.tab-block.no-tabs .tab-panel {
  display: block;
}

.tab-block .boxtitle,
.tab-block.no-tabs .tabs {
  display: none;
}

/* tabbed with no container */
.tab-block.no-panels > .tabs {
  text-transform: uppercase;
  margin: 0 0 2rem 0;
  border-bottom: 1px solid #c1cbcc;
}

.tab-block.no-panels > .tabs a {
  line-height: 30px;
  padding: 0 10px;
  color: #595959;
  border-bottom: 5px solid transparent;
  background-color: transparent;
}

.tab-block.no-panels > .tabs a:hover,
.tab-block.no-panels > .tabs a:focus {
  color: #262626;
}

.tab-block.no-panels > .tabs a:focus {
  border-bottom-color: #ccc;
  outline: none;
}

.tab-block.no-panels > .tabs li.active a {
  font-weight: 500;
  color: #333333;
  border-bottom-color: #135867;
}

.tab-block.no-panels > .tab-panel {
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
}

.tab-block.no-panels .tab-panel .box {
  background: #f1f1f1;
  margin: 0 0 2rem 0;
}

.tab-block.no-panels .boxtitle {
  display: block;
}

/* vertical tabs */
.tab-block.vertical {
  overflow: hidden;
}

.vertical .tabs,
.vertical .tab-panel {
  float: left;
}

.vertical .tabs li {
  float: none;
  margin: 0 0 5px 0;
  border-radius: 2px 0 0 2px;
}

.vertical .tabs li.active a {
  padding-bottom: 0px;
}

.vertical .tabs a {
  float: none;
  display: block;
}

/*=============================================================================
  buttons
=============================================================================*/
.button {
  display: inline-block;
  box-sizing: border-box;
  border: none;
  border-radius: 3px;
  height: 46px;
  padding: 0 30px;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  color: #fff;
  background: #4c9959;
  border: 1px solid #87c492;
  border-right-color: #44884f;
  border-bottom-color: #44884f;
  font: 700 1em/46px "Heebo", Arial, Helvetica, sans-serif;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.button.next,
.button.back {
  background-image: url("images/button.png");
  background-position: top;
  background-repeat: repeat-x;
}

.button:hover,
.button:active,
.button:focus {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  background: #458b51;
}

.button.neutral {
  color: #555;
  background-color: #fafafa;
  border: 1px solid #999;
  text-shadow: none;
}

.box .button.neutral {
  background-color: #fff;
}

.button.neutral:hover,
.button.neutral:active,
.button.neutral:focus {
  color: #333;
  background: #eee;
  text-shadow: none;
}

.button.next {
  padding-right: 25px;
}

.button.next::after {
  content: url("images/arrow-button-right.png");
  margin-left: 8px;
  vertical-align: bottom;
}

.button.back,
.button.cancel {
  padding-left: 25px;
}

.button.back::before {
  content: url("images/arrow-button-left.png");
  margin-right: 8px;
  vertical-align: bottom;
}

.button.cancel::before {
  content: url("images/cancel-button.png");
  margin-right: 8px;
  vertical-align: bottom;
}

.button.neutral.next::after {
  content: url("images/arrow-right.png");
}

.button.neutral.back::before {
  content: url("images/arrow-left.png");
}

.button.neutral.cancel::before {
  content: url("images/cancel.png");
}

.button.red {
  background-color: #cc2929 !important;
  border: 1px solid #b72525;
}
.button.red:hover {
  background-color: #b72525 !important;
}
.button.red.cancel::before {
  content: url("images/icons/cancel-16-white.png");
}

.button.disabled,
.button.disabled:hover,
.button.disabled:active,
.button.disabled:focus,
.button:disabled,
.button:disabled:hover,
.button:disabled:active,
.button:disabled:focus {
  cursor: default;
  opacity: 0.25;
  background-color: #4c9959;
}

.button.neutral.disabled,
.button.neutral.disabled:hover,
.button.neutral.disabled:active,
.button.neutral.disabled:focus,
.button.neutral:disabled,
.button.neutral:disabled:hover,
.button.neutral:disabled:active,
.button.neutral:disabled:focus {
  color: #555;
  background-color: #fafafa;
}

.button.small {
  font-size: 0.9em;
  padding: 0 15px;
  height: 34px;
  line-height: 34px;
}

.button:active,
.button:focus {
  outline: none !important;
}

.button:focus {
  border: 1px solid #000 !important;
  box-shadow: 0 0 2px #000 !important;
}

.btn-bar {
  margin: 2.0rem 0;
  text-align: center;
}

.btn-bar .button {
  margin: 5px;
}

.btn-bar.full .button {
  width: 100%;
  margin: 5px 0;
}

.heading h3 .button {
  height: auto;
  line-height: inherit;
  text-transform: unset;
  font-size: 0.75em;
  font-weight: 500;
  margin: -3px -6px 0 0;
  padding: 2px 10px;
  border-radius: 4px;
  background-color: transparent;
  color: #3d3d3d;
  border: 1px solid #999;
  text-shadow: none;
}

.heading h3 .button.next::after {
  content: url("images/arrow-button-header-right.png");
  margin-left: 6px;
}

/* flow */
.flow .btn-bar {
  text-align: center;
  overflow: hidden;
}
.flow .btn-bar .button {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}
.flow .btn-bar .button.back {
  float: left;
  margin-right: 10px;
  margin-left: 0;
}
.flow .btn-bar.center {
  display: inline-block;
}
.flow .btn-bar.with-cancel .button.back {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}
.flow .btn-bar.with-cancel .button.cancel {
  float: left;
  margin-left: 0;
  margin-right: 10px;
}

/*=============================================================================
  forms
=============================================================================*/
.form {
  overflow: hidden;
  margin: 0 0 2rem 0;
}

.box .form {
  margin: 0;
}

.form > li {
  float: left;
  box-sizing: border-box;
  min-height: 70px;
  margin: 0 20px 0 0;
  padding: 0 2px;
}

.form.stack > li {
  float: none;
  min-height: auto;
  padding: 0 2px 15px 2px;
  margin: 0;
}

.form.stack > li > [type="radio"]:first-child,
.form.stack > li > [type="checkbox"]:first-child {
  float: left;
  margin: 2px 0 0 0;
}

.form.stack > li > [type="radio"]:first-child + label,
.form.stack > li > [type="checkbox"]:first-child + label,
.form.stack > li > [type="radio"]:first-child ~ div,
.form.stack > li > [type="checkbox"]:first-child ~ div {
  margin-left: 28px;
  font-size: unset;
  font-weight: 300;
}

.form.stack > li > [type="radio"]:first-child + label,
.form.stack > li > [type="checkbox"]:first-child + label {
  display: block;
}

/* table stack form */
table.form {
  border-collapse: collapse;
}

table.form th {
  text-align: right;
}

table.form th,
table.form td {
  vertical-align: top;
  padding: 4px;
}

table.form th label,
table.form th .label {
  display: inline-block;
  margin-top: 4px;
  font-size: inherit;
}

table.form.justify th {
  white-space: nowrap;
}

table.form.justify td {
  width: 100%;
}

table.form .title th,
table.form .title td {
  font-size: 1.2em;
}

table.form .title td {
  font-weight: 500;
}

table.form tbody tr.title:first-child th,
table.form tbody tr.title:first-child td {
  padding-bottom: 1.0em;
}

table.form .static td {
  padding: 8px 0 0 12px;
}

table.list th {
  text-align: left;
}

table.list th:after {
  content: ":";
}

table.list .total th,
table.list .total td {
  border-top: 1px solid #dfdfdf !important;
}

table.list .grand.total th,
table.list .grand.total td {
  background: #fefefe;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-weight: 500;
}

table.list .grand.total th {
  border-right: none;
  padding-left: 10px;
}

table.list .grand.total td {
  border-left: none;
  padding-right: 10px;
}

table.list td {
  font-weight: 400;
  text-align: left;
}

table.list .hilite,
table.list .hilite th,
table.list .hilite td {
  color: #0088CC;
  font-weight: 500;
}

table.list .callout th,
table.list .callout td {
  font-size: 1.2em;
}

table.list .callout td {
  font-weight: 500;
}

table.totals td {
  text-align: right;
}

/* form lists */
.form-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.form-list > li {
  line-height: 1.35em;
  padding: 3px 6px;
  margin: 0;
}

.form-list.boxed {
  padding: 6px;
  background: #fff;
  border: 1px solid #cacaca;
  border-radius: 2px;
  overflow-y: scroll;
  overflow-x: auto;
}

.form-list.boxed > li {
  border: 1px solid #fff;
}

.form-list.boxed > li.checked {
  background-color: #e6f1fe;
  border: 1px solid #a3cafd;
  font-weight: bold;
}

/*=============================================================================
  form elements
=============================================================================*/
/* form section dividers */
.form-section {
  clear: both;
  padding: 0 0 10px 0;
  margin: 10px 0 10px 0;
}

.form-section h4 {
  line-height: 1.0em;
  color: inherit;
  margin: 0 10px 0 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #dfdfdf;
}

/* labels */
.form label,
.form .label {
  display: block;
  color: #3d3d3d;
  margin: 0 5px 3px 0;
}

.form.inline label,
.form.inline .label {
  display: inline;
  line-height: normal;
  margin-right: 10px;
}

.form.inline input {
  display: inline !important;
}

/* required fields */
div.required {
  float: right;
  font-size: 0.8em;
  font-weight: 500;
}

.required::after {
  content: " *";
}

div.required::before,
table.form .required::before {
  content: "* ";
}

div.required::after,
table.form .required::after {
  content: "";
}

label.error,
.required::after,
.required::before,
.required span {
  color: #990000 !important;
  font-weight: 400 !important;
}

label.required::after,
div.required::before,
.required span {
  color: #990000;
  font-weight: 500;
}

.form li label:last-child.error {
  /*position: fixed;*/
  font-size: 0.8em;
  padding: 2px 0 0 2px;
}

.input-group label:last-child.error {
  /*position: fixed;*/
  font-size: 0.8em;
  padding: 2px 0 0 2px;
}

.input-group input.error,
.form input.error,
.form select.error,
.form textarea.error {
  border-bottom-color: #990000 !important;
}

/*=============================================================================
  default form input elements
=============================================================================*/
select,
textarea,
input[type="file"],
input[type="text"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="email"],
input[type="date"],
.select-wrapper .holder {
  box-sizing: border-box;
  padding: 5px;
  font-family: "Heebo", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: inherit;
}

select,
textarea,
input[type="file"],
input[type="text"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="email"],
input[type="date"],
.custom-input,
.select-wrapper {
  border-radius: 5px;
  color: #333;
  background: #f3f3f3;
  border: 1px solid #bfbfbf;
}

.box select,
.box textarea,
.box input[type="file"],
.box input[type="text"],
.box input[type="password"],
.box input[type="search"],
.box input[type="checkbox"],
.box input[type="tel"],
.box input[type="email"],
.box input[type="date"],
.box .custom-input,
.box .select-wrapper {
  background: #fff;
  border: 1px solid #ddd;
  border-right-color: #f9f9f9;
  border-bottom-color: #f9f9f9;
}

select:focus,
textarea:focus,
input[type="file"]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="date"]:focus,
.custom-input.focus,
.select-wrapper.focus {
  background-color: #edf8fa;
  border-color: #1e88a0;
  box-shadow: 0 0 2px #1e88a0;
  outline: none;
}

select {
  padding: 3px 3px 3px 4px;
}

select:disabled,
textarea:disabled,
input[type="file"]:disabled,
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="tel"]:disabled,
input[type="email"]:disabled,
input[type="date"]:disabled,
input[type="search"]:disabled {
  color: #808080;
  background: transparent !important;
  border: 1px solid #ddd;
}

.form label + textarea {
  vertical-align: top;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  height: 18px;
  width: 18px;
  vertical-align: middle;
  outline: none;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-right: 20px;
  margin-left: 5px;
  color: inherit;
  cursor: pointer;
}

::-webkit-input-placeholder {
  color: #777;
}

::-moz-placeholder {
  color: #777;
}

::-ms-placeholder {
  color: #777;
}

::placeholder {
  color: #777;
}

input.cvv {
  width: 50px !important;
}

input.input-tip.cvv {
  width: 100px !important;
}

input.currency {
  text-align: right;
}

input.zipcode {
  width: 60px !important;
}

input.state {
  width: 60px !important;
}

input.dateinput,
input.birthdate {
  width: 110px !important;
}

input + .ui-datepicker-trigger {
  vertical-align: middle;
  cursor: pointer;
  margin-left: 3px;
}

/*=============================================================================
  form layout
=============================================================================*/
.full select,
.form textarea,
.form .picklist,
.form input[type="text"],
.form input[type="password"],
.form input[type="file"],
.form input[type="search"],
.form input[type="tel"],
.form input[type="email"],
.form .custom-input,
.form .custom-input input[type="text"],
.form .custom-input input[type="tel"],
.form .select-wrapper,
.form .select-wrapper select {
  max-width: 100%;
  width: 100%;
}

.nojustify .button,
.nojustify select,
.nojustify textarea,
.nojustify .picklist,
.nojustify input[type="text"],
.nojustify input[type="password"],
.nojustify input[type="file"],
.nojustify input[type="tel"],
.nojustify input[type="email"],
.nojustify input[type="search"] {
  max-width: none;
  width: auto;
}

.form.stack label + input[type="text"],
.form.stack label + input[type="password"],
.form.stack label + input[type="tel"],
.form.stack label + input[type="email"],
.form.stack label + select {
  display: block;
}

/*=============================================================================
  input tips
=============================================================================*/
input.input-tip {
  background-repeat: no-repeat !important;
  background-position: 96% !important;
}

input.input-tip.paymethod {
  background-size: 36px 20px;
}

input.input-tip.check {
  background-image: url("images/check-sample.png");
}

input.input-tip.cvv {
  background-image: url("images/icons/card-cvv.png");
}

input.input-tip.mastercard {
  background-image: url("images/icons/card-mastercard.png");
}

input.input-tip.visa {
  background-image: url("images/icons/card-visa.png");
}

input.input-tip.amex {
  background-image: url("images/icons/card-amex.png");
}

input.input-tip.discover {
  background-image: url("images/icons/card-discover.png");
}

input.input-tip.pass, input.input-tip.fail, input.input-tip.loading {
  background-size: 22px 22px;
}

input.input-tip.pass {
  background-image: url("images/icons/green-check.png");
}

input.input-tip.fail {
  background-image: url("images/icons/red-no.png");
}

input.input-tip.loading {
  background-image: url("images/icons/ajax-loader.gif");
}

li.fail {
  list-style: none;
}

li.fail:before {
  content: '';
  display: inline-block;
  height: 15px;
  width: 15px;
  padding-right: 10px;
  background-image: url("images/icons/red-no.png");
  background-size: 15px;
  background-position: left center;
  background-repeat: no-repeat;
}

li.pass {
  list-style: none;
}

li.pass:before {
  content: '';
  display: inline-block;
  height: 15px;
  width: 15px;
  padding-right: 10px;
  background-image: url("images/icons/green-check.png");
  background-size: 15px;
  background-position: left center;
  background-repeat: no-repeat;
}

/*=============================================================================
  global messaging
=============================================================================*/
#MsgWrapper {
  display: none;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 9999;
}

#MsgWrapper #MsgDiv {
  max-width: 60%;
  margin: 0 auto;
}

#MsgWrapper #MsgText {
  position: relative;
  padding: 13px 50px 13px 20px;
  font-weight: 400;
  line-height: 24px;
  color: #4E3C05;
  background: #FFEAA8 url("images/msg-background2.png") repeat-x top;
  border-radius: 0 0 5px 0;
}

#MsgWrapper.error #MsgText {
  color: #c82222;
  background-color: #f9d0d0;
}

#MsgWrapper.success #MsgText {
  color: #008a24;
  background-color: #b5f4c5;
}

#MsgWrapper #MsgIcon {
  padding-left: 45px;
  background: #e3c771 url("images/icons/message.png") no-repeat 10px;
  border-radius: 0 0 5px 5px;
  box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.5);
}

#MsgWrapper.error #MsgIcon {
  background: #fa0000 url("images/icons/alert.png") no-repeat 10px;
}

#MsgWrapper.success #MsgIcon {
  background: #439d1f url("images/icons/checkmark.png") no-repeat 10px;
}

#MsgClose {
  display: block;
  position: absolute;
  top: 13px;
  right: 13px;
  width: 24px;
  height: 24px;
  background: url("images/icons/close-message.png");
  opacity: 0.6;
  cursor: pointer;
}

#MsgClose:hover {
  opacity: 1.0;
}

/*=============================================================================
  imageless processing spinner
=============================================================================*/
.spinner-target {
  position: relative;
}

#Spinner {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9;
  opacity: 0.95;
  background: #fff;
  border-radius: 5px;
}

.box #Spinner {
  background: #f5f5f5;
}

#Spinner .txt {
  position: absolute;
  left: 0px;
  width: 100%;
  margin-top: -100px;
  font-size: 1.0em;
  font-weight: 400;
  text-align: center;
  color: #888;
}

.spinner {
  position: absolute;
  left: 50%;
}

body > #Spinner {
  border-radius: 0;
}

/*=============================================================================
  modal overlay dialogs
=============================================================================*/
#overlay {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.50;
  filter: alpha(opacity=50);
}

.modal {
  display: none;
  position: fixed;
  font-size: 1.0em;
  line-height: 1.1em;
  border-radius: 5px;
  max-width: 1140px;
  color: #292929;
  background-color: #fff;
  border: 1px solid #222;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

.modal-header {
  height: 18px;
  line-height: 18px;
  font-weight: 400;
  padding: 10px;
  border-radius: 4px 4px 0px 0px;
  color: #fff;
  background-color: #135867;
}

.modal.center-hdr .modal-header {
  text-align: center;
  font-size: 15px;
  padding: 8px;
}

.modal-body {
  padding: 20px;
  overflow-y: auto;
}

.modal-x {
  float: right;
  margin: -4px 0 0 18px;
  height: 24px;
  width: 24px;
  background: url(images/icons/close-modal.png) no-repeat top;
  opacity: 0.6;
  cursor: pointer;
}

.modal-x:hover {
  opacity: 1.0;
}

.modal.no-close .modal-x {
  display: none;
}

.modal .hdr-btns {
  padding: 0 0 15px 0;
}

.modal .ftr-btns {
  clear: both;
  padding: 15px 0 0 0;
  text-align: right;
}

.modal .btn-bar {
  margin: 0;
}

.modal.dynamic {
  padding-bottom: 55px;
}

.modal.dynamic .btn-bar {
  position: absolute;
  bottom: 15px;
  width: 100%;
  box-sizing: border-box;
}

.modal .hdiv {
  margin: 0;
  padding: 25px 0;
}

/*=============================================================================
  range slider customizations
=============================================================================*/
.slider {
  padding: 20px 0;
}

.rangeslider--horizontal {
  height: 16px;
}

.rangeslider__fill {
  background: #135867;
}

.rangeslider__handle {
  width: 20px;
  height: 20px;
  border: 6px solid #135867;
}

.rangeslider--horizontal .rangeslider__handle {
  top: -7px;
}

.slider.nofill .rangeslider__fill {
  background: transparent;
}

/*=============================================================================
  qtip customizations
=============================================================================*/
.tiptext {
  display: none;
  line-height: 1.3em;
}

.qtip-cg {
  font-weight: 400;
  font-size: 0.8em;
  line-height: 1.3em;
  border-radius: 5px;
  padding: 8px;
  color: #222;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
  background-color: #faedb3;
  border: 1px solid #ecb709;
  background-color: #fff;
  border-color: #ccc;
}

.qtip-cg .qtip-titlebar {
  overflow: visible;
  color: #fff;
  background-color: #f7df76;
}

.qtip-cg .qtip-close .qtip-icon {
  background-position: -2px 0;
}

a.tooltip,
span.tooltip {
  cursor: help;
}

/*=============================================================================
  media queries
=============================================================================*/
/* Medium devices (landscape tablets) */
@media only screen and (max-width: 1199px) {
  #container > div > div {
    width: 0;
  }

  #container .content {
    min-width: auto;
    width: auto;
  }

  header,
  .crumbs,
  #container .content {
    padding-left: 25px;
    padding-right: 25px;
  }

  .crumbs {
    margin-left: -25px;
    margin-right: -25px;
  }

  footer {
    margin-top: -65px;
    height: 65px;
  }
  footer #footer > div {
    width: 0;
  }
  footer #footer > div.content {
    min-width: auto;
    width: auto;
    padding: 10px 25px 0 25px;
  }
}
/* Medium devices (vertical tablets) */
@media only screen and (max-width: 1023px) {
  #container #main {
    background-color: transparent;
  }

  #main .content {
    border-radius: 15px 15px 0 0;
  }

  footer {
    margin-top: -60px;
    height: 60px;
  }
  footer .cleargage-logo {
    width: 88px;
    height: 20px;
  }
  footer .links {
    margin: 10px 0 0 0;
  }
  footer .links li {
    margin: 0 0 0 20px;
    padding: 2px 0;
  }

  .boxes {
    padding: 0;
  }

  .form > li.half {
    margin: 0;
    width: 50%;
    padding-right: 20px;
  }
}
/* Small devices (landscape phones) */
@media only screen and (max-width: 767px) {
  header {
    line-height: 30px;
    padding: 10px 25px;
  }

  header .client-logo {
    float: none;
    display: block;
    margin: 0 auto;
    height: 30px;
    background-position: center;
  }

  footer {
    font-size: 0.7em;
    margin-top: -55px;
    height: 55px;
  }
  footer .links {
    margin: 5px 0 0 0;
  }
  footer .links li {
    margin: 0 0 0 15px;
  }
  footer .cleargage-logo {
    width: 66px;
    height: 15px;
  }

  header .back-arrow {
    display: inline-block;
  }

  header .links {
    position: absolute;
    top: 0;
    right: 5px;
    display: inline-block;
    background: url("images/icons/menu-compact.png") no-repeat center;
    width: 50px;
    height: 50px;
    cursor: pointer;
  }

  header .links.open {
    background-color: #176a7d;
  }

  header .links ul {
    display: none;
    position: absolute;
    z-index: 11;
    right: 0;
    top: 50px;
    text-align: left;
    white-space: nowrap;
    background-color: #176a7d;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35);
  }

  header .links li {
    float: none;
    margin: 0;
    line-height: 2.5em;
  }

  header .links a {
    display: block;
    padding: 0 15px;
  }

  header .links a:hover {
    text-decoration: none;
    background-color: #1b7d92;
  }

  #subheader .content {
    padding-top: 75px;
  }

  .form > li.full {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0 2px;
  }

  #MsgWrapper #MsgDiv {
    max-width: 90%;
  }

  #MsgWrapper #MsgText {
    font-size: 0.9em;
  }

  .crumbs {
    font-size: 0.8em;
  }

  .modal .btn-bar {
    margin: 0 0 15px 0;
  }
}
/* Small devices (vertical phones) */
@media only screen and (max-width: 600px) {
  header,
  .crumbs,
  #container .content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .crumbs {
    margin-left: -20px;
    margin-right: -20px;
  }

  footer {
    text-align: center;
  }
  footer #footer > div.content {
    padding: 10px 20px;
  }
  footer .links,
  footer .copyright,
  footer .powered-by {
    float: none;
    text-align: center;
  }
  footer .links {
    margin: 0 0 10px 0;
  }
  footer .links li {
    float: none;
    display: inline;
    margin: 0;
    padding: 0 4px;
  }

  h1 {
    font-size: 1.6em;
  }

  h2 {
    font-size: 1.3em;
  }
  h2 em.step {
    display: block;
    font-size: 0.7em;
    margin: 0 0 3px 0;
  }
  h2 em.step:after {
    content: "";
    margin: 0;
  }

  h3 {
    font-size: 1.0em;
  }

  .page-heading .links {
    float: none;
    clear: left;
    font-size: 0.8em;
    margin-top: 2.5rem;
  }

  .page-heading .links a {
    margin: 0 10px 0 0;
    padding-left: 30px;
  }

  .columns .col,
  .columns > li {
    float: none;
    width: 100% !important;
    margin: 1.0em 0 0 0 !important;
  }

  .columns .col:first-child,
  .columns > li:first-child {
    margin-top: 0 !important;
  }

  table.form {
    width: 100%;
  }

  table.form th,
  table.form.list th {
    text-align: left;
  }

  table.form td {
    text-align: right;
  }

  table.data {
    font-size: 0.85em;
  }

  table.data th,
  table.data td {
    white-space: normal;
    padding: 4px 2px;
  }

  .box {
    padding: 15px;
  }

  .box.heading h3 {
    margin: -15px -15px 15px -15px;
  }

  .tabs {
    font-size: 0.85em;
  }

  .form > li.half {
    clear: left;
    float: none;
    width: 100%;
    margin: 0;
    padding: 0 2px;
  }

  .btn-bar .button {
    display: block;
    width: 100%;
    margin: 15px 0 0 0 !important;
  }

  .flow .btn-bar .button {
    float: none;
  }

  #MsgWrapper #MsgDiv {
    max-width: 100%;
  }

  #MsgWrapper #MsgText {
    font-size: 0.8em;
  }
}
/* hard copy from browser print */
@media only print {
  * {
    -webkit-print-color-adjust: exact !important;
    /* Chrome, Safari */
    color-adjust: exact !important;
    /*Firefox*/
  }

  .break-after {
    page-break-after: always;
    overflow: hidden;
  }

  .break-before {
    page-break-before: always;
    overflow: hidden;
  }

  .box,
  .grid {
    page-break-inside: avoid;
  }

  body {
    font-size: 12px;
  }

  header,
  footer {
    position: static;
    overflow: hidden;
    padding: 5px 15px;
  }

  header {
    top: unset;
    line-height: 40px;
    box-shadow: unset;
  }
  header .client-logo {
    width: 133px;
    height: 40px;
  }

  footer {
    display: none;
  }

  #container > div > div {
    width: auto;
  }
  #container > div > div.content {
    min-width: auto;
    width: 100%;
  }
  #container > div#subheader .content {
    padding: 15px;
  }
  #container > div#main .content {
    padding: 25px 0;
  }

  .box {
    padding: 15px;
  }
  .box.heading h3 {
    margin: -15px -15px 20px -15px;
  }

  .button {
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
  }

  .content h1, .content h2, .content h3, .content h4, .content p, .content ul, .content ol {
    margin: 0 0 1.0em 0;
  }
}
/*=============================================================================
  ClearGage Portal app global CSS
=============================================================================*/
.support-info {
  margin-bottom: 2.0em;
  text-align: center;
}

.page-break {
  page-break-before: always;
  margin-top: 4.0em;
  padding-top: 4.0em;
  border-top: 1px dotted #777;
}

/* data table columns */
table.data .datestamp,
table.data .method,
table.data .timestamp,
table.data .event,
table.data .left {
  text-align: left;
}

table.data .status,
table.data .proposal,
table.data .payments,
table.data .actions {
  text-align: center;
}

table.data .amount,
table.data .currency {
  text-align: right;
}

table.data .datestamp {
  width: 20%;
}

table.data .actions {
  width: 20%;
}

/* plan status indicators */
.plan-status {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5em;
  padding: 0 8px;
  border-radius: 3px;
  font-weight: 400;
  text-align: center;
  color: #333;
  background: #dfdfdf;
  border: 1px solid #939393;
}

.plan-status.active,
.plan-status.approved {
  background-color: #daf2de;
  border-color: #69ca79;
}

.plan-status.closed {
  background-color: #daebf2;
  border-color: #69aeca;
}

.plan-status.pending,
.plan-status.suspended {
  background: #faf2c8;
  border: 1px solid #e2c115;
}

.plan-status.disputed {
  background-color: #f2dada;
  border-color: #dea1a1;
}

table.data .plan-status {
  font-size: 0.9em;
}

/* plan summary */
.plan .three .col {
  width: 33.25%;
}

.plan .three .col:first-child {
  width: 28%;
}

.plan .col:last-child {
  text-align: right;
}

.plan .btn-bar {
  overflow: hidden;
  text-align: left;
  margin: 15px auto 0;
}

.plan .btn-bar .next {
  float: right;
}

.plan table.form {
  display: inline-table;
}

.plan table.form th {
  white-space: nowrap;
}

.plan .title .plan-status {
  font-size: 0.8em;
}

/* breakdown */
.breakdown {
  display: table;
  width: 100%;
  line-height: 1.3em;
}

.breakdown > div {
  display: table-row;
}

.breakdown > div div {
  display: table-cell;
}

.breakdown > div div + div {
  text-align: right;
}

.breakdown > div:last-child {
  font-size: 1.1em;
  font-weight: 400;
}

#subheader .breakdown {
  font-weight: 400;
  line-height: 1.4em;
  font-size: 1.2em;
}

/* consents */
.optin-data {
  display: none;
  padding-top: 5px;
}

/* encounter */
.box .message {
  text-align: center;
  margin-bottom: 1.5rem;
  padding: 10px;
  line-height: 1.3em;
}

.encounter .info {
  padding-bottom: 15px;
}

.encounter .expiration {
  margin-left: 8px;
}

.encounter .options {
  display: table;
  width: 100%;
}

.encounter .options > div {
  display: table-row;
}

.encounter .options > div > div {
  display: table-cell;
  vertical-align: middle;
}

.encounter .options > div + div > div {
  padding-top: 30px;
}

.encounter .options .payment > div {
  vertical-align: top;
}

.encounter .options .buttons {
  text-align: center;
  padding-left: 30px;
  width: 200px;
}

.encounter .options .button {
  width: 100%;
}

.encounter .payment .details {
  display: table;
  background: #fefefe;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.encounter .payment .label,
.encounter .payment .amount {
  display: table-cell;
  line-height: 44px;
}

.encounter .payment .label {
  font-size: 1.25em;
  padding: 0 10px;
}

.encounter .payment .label a {
  display: block;
  font-size: initial;
  line-height: normal;
  margin-bottom: 10px;
}

.encounter .payment .amount {
  font-size: 1.5em;
  padding-right: 10px;
  text-align: right;
}

.encounter .currency {
  font-weight: 700;
  color: #444;
}

.encounter .discounted + .currency {
  display: block;
  line-height: 1.0em;
  margin-bottom: 10px;
}

/* TEMPORARY */
/* HACKY agreement external content overrides */
.agreement {
  border-radius: 0 0 8px 8px;
}

.agreement a {
  text-decoration: underline;
}

.agreement a:hover {
  text-decoration: none;
}

.agreement p {
  margin: 1.0em 0 !important;
}

.agreement table {
  font-family: "Heebo", Arial, Helvetica, sans-serif !important;
  border: 1px solid #dfdfdf !important;
  margin: 0 0 2.0rem 0 !important;
}

.agreement table > tbody > tr {
  font-size: inherit !important;
}

.agreement table > tbody > tr > th {
  background: #dfdfdf !important;
  border: none !important;
  padding: 9px 15px !important;
  line-height: 1.1em !important;
  text-align: left !important;
}

.agreement table > tbody > tr > th > span {
  font-size: 1.2em !important;
  line-height: 1.2em !important;
  font-weight: 400 !important;
  color: #3d3d3d !important;
}

.agreement table > tbody > tr > th > label {
  line-height: 2.4em !important;
}

.agreement table > tbody > tr > td {
  font-size: 0.9em !important;
  padding: 10px !important;
  vertical-align: top !important;
}

.agreement table td.checkbox-glyph {
  text-align: center !important;
}

.agreement .input-group .input-div {
  float: left;
  width: 50%;
}

.agreement .input-group .input-div label {
  color: black;
  width: 120px;
  text-align: right;
}

.agreement .input-group .input-div input[type="text"] {
  width: 250px;
}

/* lending screens elements */
.score {
  width: 100%;
  margin: 0 0 1rem 0;
}
.score th,
.score td {
  text-align: left;
  padding: 8px;
  border: 2px solid #ddd;
}
.score thead th {
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  background-color: #555;
}
.score tbody tr td:first-child {
  vertical-align: top;
  width: 25%;
  background-color: #ccc;
}
.score .last {
  margin-bottom: 0 !important;
}

.grid {
  display: table;
  width: 100%;
  margin: 0 0 2rem 0;
  border: 1px solid #aaa;
  border-right: none;
  border-bottom: none;
}
.grid > div {
  display: table-row;
}
.grid > div > div {
  display: table-cell;
  padding: 10px;
  border: 1px solid #aaa;
  border-top: none;
  border-left: none;
}
.grid > div > div h4 {
  margin: 0 0 1rem 0;
}
.grid > div > div h4 + h4 {
  margin: 1.0em 0 0 0;
}
.grid > div.header h4 {
  margin: 0;
}
.grid > div.ftil > div {
  height: 200px;
}
.grid > div.ftil > div h4 {
  height: 40px;
}
.grid > div.ftil > div p {
  height: 60px;
}
.grid > div.ftil > div div {
  font-size: 2.0em;
  font-weight: bold;
}
.grid > div.ftil > div.emphasize {
  border: 5px solid #000;
  background: #ccc;
}
.grid > div.ftil > div.emphasize + .emphasize {
  border-left: 1px;
}
.grid.two > div > div {
  width: 50%;
}
.grid.three > div > div {
  width: 33%;
}
.grid.four > div > div {
  width: 25%;
}
.grid.last {
  margin-bottom: 0;
}
.grid.last + .grid {
  border-top: 0;
}
.grid.no-borders {
  border: 0;
}
.grid.no-borders > div > div {
  border: 0;
}
.grid.no-spread {
  width: auto;
}
.grid.no-spread > div > div {
  padding: 0 10px 10px 0;
}
.grid.no-wrap > div > div:first-child {
  white-space: nowrap;
}
.grid.simple {
  margin: 0 0 1rem 0;
}

.facts {
  width: 100%;
  margin: 0 0 1rem 0;
}
.facts th,
.facts td {
  text-align: left;
  padding: 8px;
  border: 2px solid #ddd;
}
.facts thead th {
  font-weight: bold;
  background-color: #ccc;
}
.facts tbody tr td:first-child {
  vertical-align: top;
  width: 35%;
}
.facts.wwh thead th {
  text-transform: uppercase;
  background-color: #fff;
  vertical-align: middle;
}
.facts.wwh thead th:first-child {
  font-size: 1.8em;
  color: #fff;
  background-color: #555;
}
.facts.wwh tbody td {
  vertical-align: middle;
}
.facts.wwh tbody td:first-child {
  width: 15%;
  font-weight: bold;
  font-size: 1.6em;
  background-color: #ccc;
}
.facts.reasons tr th,
.facts.reasons tr td {
  text-align: center;
}
.facts.reasons tr th:first-child,
.facts.reasons tr td:first-child {
  text-align: left;
  width: 50%;
}
.facts.reasons tbody tr td {
  vertical-align: middle;
}
.facts.reasons tbody tr td:first-child {
  background: transparent;
}
.facts .last {
  margin-bottom: 0 !important;
}

h1.revnote, h2.revnote, h3.revnote, h4.revnote {
  position: relative;
}
h1.revnote > span, h2.revnote > span, h3.revnote > span, h4.revnote > span {
  color: initial;
  font-weight: initial;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0.8em !important;
}

input.signature {
  background-color: #ffee33 !important;
  border-color: #b3a400 !important;
}

.box .box {
  background: #fff;
}

#wallet.simple {
  display: inline-block;
}
#wallet.simple li {
  overflow: hidden;
}
#wallet.simple label {
  float: left;
  margin-left: 10px;
}
#wallet.simple label + .icon {
  float: right;
}

.doc-wrapper {
  margin-bottom: 40px;
}

/*=============================================================================
  media queries
=============================================================================*/
/* Medium devices (vertical tablets) */
@media only screen and (max-width: 1023px) {
  .plan .three .col {
    width: 50%;
    margin: 0;
  }

  .plan .three .col:first-child {
    width: 100%;
  }

  h1.revnote, h2.revnote, h3.revnote, h4.revnote {
    position: static;
  }
  h1.revnote > span, h2.revnote > span, h3.revnote > span, h4.revnote > span {
    position: static;
    right: auto;
    top: auto;
    display: block;
    margin-top: 5px;
  }
}
/* Small devices (landscape phones) */
@media only screen and (max-width: 767px) {
  #subheader .breakdown {
    font-size: 1.0em;
    line-height: 1.4em;
  }

  .plan table.form {
    font-size: 0.9em;
  }

  .agreement .input-group .input-div {
    float: none;
    width: auto;
  }

  .agreement .input-group .input-div label {
    display: block;
    width: auto;
    text-align: left;
  }

  .agreement .input-group .input-div input[type="text"] {
    width: 95%;
  }
}
/* Small devices (vertical phones) */
@media only screen and (max-width: 600px) {
  h1 span:not(.controls),
  h2 span:not(.controls),
  h3 span:not(.controls),
  h4 span:not(.controls) {
    display: block;
    margin: 5px 0 0 0;
  }

  .encounter .expiration,
  .encounter .options,
  .encounter .options > div,
  .encounter .options > div > div {
    display: block;
  }

  .encounter .payment .details {
    width: 100%;
  }

  .encounter .expiration {
    margin: 0;
  }

  .encounter .options > div + div > div {
    padding-top: 30px;
  }

  .encounter .options .buttons {
    padding: 30px 0 0 0;
    width: auto;
  }

  .agreement table > tbody > tr {
    font-size: 0.9em !important;
  }

  .agreement table > tbody > tr > td {
    padding: 6px !important;
  }

  .plan .btn-bar {
    overflow: hidden;
    margin: 0;
  }
}
/* hard copy from browser print */
@media only print {
  h1.revnote > span, h2.revnote > span, h3.revnote > span, h4.revnote > span {
    font-size: 12px !important;
  }

  .facts .list {
    margin-bottom: 0 !important;
  }
  .facts p + .list {
    margin-top: -10px;
  }
}

/*# sourceMappingURL=cg.portal.css.map */
