/* 
  Breakpoints 
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
*::before,
*::after {
  box-sizing: border-box;
}

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

/* COLORS
 * 1. Brand Colorado Primary
 * 2. Brand Colorado Secondary
 * 3. Link variables
 */
/* // [1] */
/* TYPOGRAPHY
 * 1. Museo Sans, Museo Slab fonts
 * 2. Font weights
 * 3. Headings H1-H6
 */
/* // [1] */
/* // [2] */
/* // [3] */
a {
  text-decoration: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

a:focus,
button:focus,
input[type=button]:focus,
input[type=submit]:focus,
input[type=checkbox]:focus {
  outline: 2px solid #fdc400;
  outline-offset: 2px;
}

h3 {
  color: #001970;
  font-family: "museo-slab", serif;
  font-size: 1.875rem;
}

h4 {
  color: #001970;
  font-family: "museo-slab", serif;
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 0;
}

.header__logo {
  position: absolute;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .header__logo {
    width: 100%;
  }
}

.header__logo--image {
  margin: 1.5rem 0 0 1.5rem;
}

.header__logo--image a {
  border-bottom: none;
  display: inline-block;
}

.header__logo--image a img {
  width: 175px;
}

.hero__image {
  background: #001970 url(../images/header/san_juans_aspen_meadow.jpg) no-repeat;
  height: 16.25rem;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 90%, 0 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 90%, 0 100%);
  text-indent: -10000px;
  background-position: 0 30%;
}

@media screen and (max-width: 767px) {
  .hero__image {
    height: 13.75rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .hero__image {
    height: 14.375rem;
  }
}

.steps {
  font-size: 1.125rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

@media screen and (max-width: 767px) {
  .steps {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .steps {
    padding: 0 1.25rem;
    grid-gap: 1.25rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .steps {
    font-size: 0.9375rem;
  }
}

.steps ol {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.steps ol li.active {
  font-weight: 500;
  border-bottom: 0.25rem solid #ffd100;
  padding-bottom: 0.25rem;
}

@media screen and (max-width: 767px) {
  .steps ol li.active {
    margin-left: 40px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .steps ol li.active {
    border-bottom-width: 3px;
  }
}

.steps ol li:first-child {
  margin-left: 1.125rem;
}

@media screen and (max-width: 767px) {
  .steps ol li:first-child {
    margin-left: 40px;
  }
}

body {
  font-family: museo-sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1rem;
  }
}

hr {
  border-top: 1px solid #979797;
  border-bottom: none;
  grid-column: 1 / -1;
  width: 100%;
}

.modal {
  border-radius: 0px !important;
  z-index: 9999 !important;
}

a.close-modal {
  border-bottom-width: 0;
  border-bottom-style: none;
}

a.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}

a.skip-main:focus, a.skip-main:active {
  background: white;
  color: blue;
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  overflow: auto;
  margin: 10px;
  padding: 5px;
  font-size: 1.4em;
  z-index: 999;
}

.container {
  background-color: #f5f5f5;
  height: 20.9375rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .container {
    height: 16.875rem;
    background-color: transparent;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    height: 17.8125rem;
  }
}

.layout-content {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -ms-grid-rows: auto 1.25rem auto 1.25rem auto;
  grid-template-rows: repeat(3, auto);
  -ms-grid-column-span: 12;
  grid-column: 1 / -1;
  grid-gap: 1.875rem;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .layout-content {
    padding: 0 1.25rem;
    grid-gap: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .layout-content {
    padding: 0 1.25rem;
    grid-gap: 1.25rem;
  }
}

.header__app-desc {
  position: absolute;
  color: #ffffff;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -ms-grid-rows: auto 1.25rem auto 1.25rem auto;
  grid-template-rows: repeat(3, auto);
  margin-top: 6.875rem;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

@media screen and (max-width: 767px) {
  .header__app-desc {
    padding: 1.25rem;
    margin-top: 4.375rem;
  }
}

@media screen and (min-width: 768px) {
  .header__app-desc {
    padding: 1.25rem;
    margin-top: 4.375rem;
  }
}

.header__app-desc h1 {
  font-family: "museo-slab", serif;
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  -ms-grid-column-span: 12;
  grid-column: span 12;
}

@media screen and (max-width: 767px) {
  .header__app-desc h1 {
    font-size: 33px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .header__app-desc h1 {
    font-size: 37px;
  }
}

.header__app-desc h2 {
  font-weight: 300;
  font-size: 33px;
  margin-top: 0.625rem;
  -ms-grid-column-span: 12;
  grid-column: span 12;
}

@media screen and (max-width: 767px) {
  .header__app-desc h2 {
    font-size: 1.375rem;
    margin-bottom: 0.9375rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .header__app-desc h2 {
    font-size: 1.625rem;
  }
}

.app-overview-container {
  grid-row: 1;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -ms-grid-column-span: 12;
  grid-column: span 12;
}

@media screen and (max-width: 767px) {
  .app-overview-container {
    grid-column: 1 / -1;
    margin-top: 0.625rem;
    grid-gap: 1.25rem;
  }
}

.app-overview {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -ms-grid-column-span: 12;
  grid-column: span 12;
  padding-bottom: 1.875rem;
}

@media screen and (max-width: 767px) {
  .app-overview {
    grid-column: 1 / -1;
    margin-top: 0.625rem;
    grid-gap: 1.25rem;
  }
}

.app-overview.border {
  border-bottom: 0.0625rem solid #CBD5E0;
}

.app-overview p {
  -ms-grid-column-span: 9;
  grid-column: span 9;
  font-size: 1.125rem;
  font-weight: 300;
  margin: 0;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .app-overview p {
    grid-column: 1 / -1;
    font-size: 1rem;
    line-height: 1.5;
    padding-top: 0.9375rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .app-overview p {
    -ms-grid-column-span: 9;
    grid-column: span 9;
    font-size: 1.1875rem;
  }
}

.app-overview a {
  -ms-grid-column: 11;
  -ms-grid-column-span: 2;
  grid-column: 11 / 13;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: right;
  justify-self: right;
}

@media screen and (max-width: 767px) {
  .app-overview a {
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
    grid-column: 1/8;
    -ms-grid-column-align: left;
    justify-self: left;
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .app-overview a {
    -ms-grid-column: 10;
    -ms-grid-column-span: 3;
    grid-column: 10 / 13;
    font-size: 1rem;
  }
}

.info-text {
  -ms-grid-column-span: 12;
  grid-column: span 12;
  font-size: 1.125rem;
  padding-top: 1.125rem;
}

@media screen and (max-width: 767px) {
  .info-text {
    font-size: 1rem;
    margin-top: 0;
    padding-top: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .info-text {
    font-size: 1rem;
    margin-top: 1.25rem;
  }
}

.info-text a {
  color: #001970;
}

.info-text a.mr-20 {
  margin-right: 1.25rem;
}

.info-text dd {
  display: list-item;
  list-style-type: disc;
  margin-left: 1.25rem;
  margin-top: 1.25rem;
}

.info-text .required {
  padding: 1.125rem 0;
}

.info-text .required:before {
  top: 1.4375rem;
}

.info-text-notes {
  -ms-grid-column-span: 12;
  grid-column: span 12;
}

.info-text-notes p:first-of-type {
  font-weight: 700;
}

.required {
  position: relative;
}

.required span {
  margin-left: 1.25rem;
  font-size: 1rem;
}

.required:before {
  content: "";
  background-color: #C34E6A;
  border-radius: 50px;
  height: 0.3125rem;
  width: 0.3125rem;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
}

.select-chevron {
  position: relative;
}

.select-chevron:after {
  background: url(../images/icons/icon-chevron-down.png) no-repeat;
  background-size: 80%;
  content: '';
  height: 20px;
  width: 20px;
  position: absolute;
  right: 1.25rem;
  top: 1.4375rem;
  pointer-events: none;
}

.credit-card-group {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-columns: 18.5em 6.5em auto;
  -ms-grid-columns: 18.5em 6.5em auto;
  -ms-grid-column-span: 6;
  border: 1px solid #979797;
  padding: 0;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .credit-card-group {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr [1];
    grid-template-columns: repeat(1, 1fr);
    grid-column: 1 / -1;
    border: none;
  }
}

.credit-card-group input[type=text] {
  border: none;
  width: auto;
}

@media screen and (max-width: 767px) {
  .credit-card-group input[type=text] {
    border: 1px solid #979797;
    padding-left: 1.25rem;
  }
  .credit-card-group input[type=text]:nth-of-type(n+2) {
    margin-top: 0.9375rem;
  }
}

.credit-card-group .pay-icon {
  position: absolute;
  background: url("../images/icons/icon-generic-cc.svg") no-repeat;
  height: 29px;
  width: 2.75rem;
  align-self: center;
  left: 1.25rem;
}

.credit-card-group .pay-icon.visa {
  background: url("../images/icons/icon-visa.svg") no-repeat;
}

.credit-card-group .pay-icon.mc {
  background: url("../images/icons/icon-mastercard.svg") no-repeat;
}

.credit-card-group .pay-icon.amex {
  background: url("../images/icons/icon-amex.svg") no-repeat;
}

.credit-card-group .pay-icon.discover {
  background: url("../images/icons/icon-discover.svg") no-repeat;
}

@media screen and (max-width: 767px) {
  .credit-card-group .pay-icon {
    top: 1rem;
  }
}

.credit-card-icon-group {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-row: 3;
}

.credit-card-icon-group p {
  grid-column: 1 / -1;
}

.credit-card-icon-group div {
  margin-right: 1.25rem;
}

.credit-card-icon-group div:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .credit-card-icon-group {
    grid-column: 1 / -1;
  }
}

.credit-card-icon-group [class*='icon-'].disabled {
  opacity: .3;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.card-number {
  margin-left: 5%;
  padding-left: 0 !important;
}

@media screen and (max-width: 767px) {
  .card-number {
    margin-left: 0;
    padding-left: 1.25rem !important;
  }
}

.card-cvv {
  text-transform: uppercase;
}

.account-holder {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 1.875rem;
  grid-column: span 12;
}

.account-holder .input-group label {
  padding-bottom: 0.3125rem;
}

.account-holder .input-group:nth-child(1) {
  grid-column: 1 / 7;
  grid-row: 1;
}

.account-holder .input-group:nth-child(2) {
  grid-column: 7 / 13;
  grid-row: 1;
}

@media screen and (max-width: 767px) {
  .account-holder .input-group:nth-child(2) {
    grid-row: 2;
  }
}

.account-holder .input-group:nth-child(3) {
  grid-column: 1 / 7;
  grid-row: 2;
}

@media screen and (max-width: 767px) {
  .account-holder .input-group:nth-child(3) {
    grid-row: 3;
  }
}

.account-holder .input-group:nth-child(4) {
  grid-column: 7 / 13;
  grid-row: 2;
}

@media screen and (max-width: 767px) {
  .account-holder .input-group:nth-child(4) {
    grid-row: 4;
  }
}

.account-holder .input-group:nth-child(5) {
  grid-column: 1 / 7;
  grid-row: 3;
}

@media screen and (max-width: 767px) {
  .account-holder .input-group:nth-child(5) {
    grid-row: 5;
  }
}

.account-holder .input-group:nth-child(6) {
  grid-column: 7 / 13;
  grid-row: 3;
}

@media screen and (max-width: 767px) {
  .account-holder .input-group:nth-child(6) {
    grid-row: 6;
  }
}

.account-holder .input-group:nth-child(7) {
  grid-column: 1 / 4;
  grid-row: 4;
}

@media screen and (max-width: 767px) {
  .account-holder .input-group:nth-child(7) {
    grid-row: 7;
  }
}

.account-holder .input-group:nth-child(7) input {
  padding-left: 6.5%;
  width: 93.5%;
}

.account-holder .input-group:nth-child(8) {
  grid-column: 4 / 9;
  grid-row: 4;
}

@media screen and (max-width: 767px) {
  .account-holder .input-group:nth-child(8) {
    grid-row: 8;
  }
}

.account-holder .input-group:nth-child(9) {
  grid-column: 9 / 13;
  grid-row: 4;
}

@media screen and (max-width: 767px) {
  .account-holder .input-group:nth-child(9) {
    grid-row: 9;
  }
}

.account-holder .input-group:nth-child(9) input {
  padding-left: 4%;
  width: 96%;
}

.account-holder .input-group:nth-child(10), .account-holder .input-group:nth-child(11) {
  grid-column: 1 / -1;
  grid-row: 5;
  display: flex;
  align-items: baseline;
}
.account-holder .input-group:nth-child(11) {
  grid-column: 1 / -1;
  grid-row: 6;
  display: flex;
  align-items: baseline;
}

@media screen and (max-width: 767px) {
  .account-holder .input-group:nth-child(10), .account-holder .input-group:nth-child(11) {
    grid-row: 10;
  }
  .account-holder .input-group:nth-child(11) {
    grid-row: 11;
  }
}

.account-holder .input-group:nth-child(10) input[type=checkbox], .account-holder .input-group:nth-child(11) input[type=checkbox] {
  margin-right: 0.3125rem;
}

@media screen and (max-width: 767px) {
  .account-holder .input-group:nth-child(-n+10) {
    grid-column: 1 / -1;
  }
}

.account-holder .payer-information {
  position: relative;
  grid-column: 1 / 6;
}

@media screen and (max-width: 767px) {
  .account-holder .payer-information {
    grid-column: 1 / -1;
    grid-row: 1;
  }
}

.account-holder .payer-information p:first-of-type {
  margin-top: 0;
}

.account-holder .payer-information input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
}

.account-holder .payment-method {
  position: relative;
  grid-column: 8 / 13;
}

@media screen and (max-width: 767px) {
  .account-holder .payment-method {
    grid-column: 1 / -1;
    grid-row: 2;
  }
}

.account-holder .payment-method input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
}

.account-holder .payment-method h4:nth-of-type(2) {
  margin: 1.875rem 0 1.875rem;
}

.account-holder .payment-method .payment-method-type p {
  margin-top: 0;
  grid-column: 1 / 3;
}

.account-holder .payment-method .payment-method-type p:first-of-type {
  margin-top: 0;
}

.account-holder .transaction-details {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column: 1 / -1;
}

.account-holder .transaction-details table {
  display: grid;
  grid-column: 1 / -1;
  grid-template-rows: repeat(1, auto);
}

.account-holder .transaction-details table caption {
  grid-column: 1 / -1;
  text-align: left;
  color: #001970;
  font-family: "museo-slab", serif;
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 1.5625rem;
}

.account-holder .transaction-details table tr {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 1.875rem;
}

.account-holder .transaction-details table tr:last-of-type {
  font-weight: 700;
}

.account-holder .transaction-details table thead th {
  text-align: left;
}

.account-holder .transaction-details table thead th:nth-of-type(1) {
  grid-column: 1/ 9;
}

.account-holder .transaction-details table thead th:nth-of-type(2) {
  grid-column: 9 / 11;
  text-align: center;
}

.account-holder .transaction-details table thead th:nth-of-type(3) {
  grid-column: 11 / 13;
  text-align: right;
}

.account-holder .transaction-details table tbody tr {
  padding: 0.75rem 0 0 0;
}

.account-holder .transaction-details table tbody tr:last-of-type {
  font-weight: 700;
}

.account-holder .transaction-details table tbody tr th {
  grid-column: 1 / 9;
  text-align: left;
  font-weight: 300;
}

.account-holder .transaction-details table tbody tr th[colspan="3"] {
  font-weight: 500;
}

.account-holder .transaction-details table tbody tr td:nth-of-type(1) {
  grid-column: 9 / 11;
  text-align: center;
}

.account-holder .transaction-details table tbody tr td:nth-of-type(2) {
  grid-column: 11 / 13;
  text-align: right;
}

.account-holder .transaction-details table tbody tr td:last-of-type {
  grid-column: 11 / 13;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .account-holder .transaction-details table {
    border: 0;
  }
  .account-holder .transaction-details table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .account-holder .transaction-details table tr {
    background-color: #EDF2F7;
    border: 1px solid #CBD5E0;
    display: block;
    margin-bottom: 0.625rem;
  }
  .account-holder .transaction-details table td {
    border-bottom: 1px solid #CBD5E0;
    display: block;
    font-size: 0.875rem;
    text-align: right;
  }
  .account-holder .transaction-details table td:before {
    content: attr(data-label);
    float: left;
    font-weight: 300;
    text-transform: uppercase;
  }
  .account-holder .transaction-details table td:last-child {
    border-bottom: 0;
  }
  .account-holder .transaction-details table tbody tr {
    padding: 0.3125rem;
  }
  .account-holder .transaction-details table tbody tr th {
    font-weight: 500;
    position: relative;
    left: -0.1875rem;
    font-size: 1rem;
  }
  .account-holder .transaction-details table tbody tr th[colspan="3"] {
    font-size: 0.875rem;
    border-bottom: 1px solid #CBD5E0;
  }
  .account-holder .transaction-details table tbody tr td:nth-of-type(1), .account-holder .transaction-details table tbody tr td:nth-of-type(2) {
    text-align: right;
  }
  .account-holder .transaction-details table tbody tr:last-child td:last-child:before {
    font-weight: bold;
  }
}

.account-holder .transaction-details .modal {
  border-radius: 0px !important;
}

.account-holder .transaction-details a.close-modal {
  border-bottom-width: 0;
  border-bottom-style: none;
}

.account-holder .transaction-details.th-amount table thead th {
  text-align: left;
}

.account-holder .transaction-details.th-amount table thead th:nth-of-type(1) {
  grid-column: 1/ 8;
}

.account-holder .transaction-details.th-amount table thead th:nth-of-type(2) {
  grid-column: 8 / 10;
  text-align: center;
}

.account-holder .transaction-details.th-amount table thead th:nth-of-type(3) {
  grid-column: 10 / 11;
  text-align: center;
}

.account-holder .transaction-details.th-amount table thead th:nth-of-type(4) {
  grid-column: 11 / 13;
  text-align: right;
}

.account-holder .transaction-details.th-amount tbody th {
  grid-column: 1 / 8;
  text-align: left;
  font-weight: 300;
}

.account-holder .transaction-details.th-amount tbody tr.tr-total-amount th:nth-of-type(1) {
  grid-column: 1/ 11;
  text-align: left;
  font-weight: 700;
}

.account-holder .transaction-details.th-amount tbody tr.tr-total-amount td:nth-of-type(1) {
  grid-column: 11 / 13;
}

.account-holder .transaction-details.th-amount tbody td:nth-of-type(1) {
  grid-column: 8 / 10;
  text-align: center;
}

.account-holder .transaction-details.th-amount tbody td:nth-of-type(2) {
  grid-column: 10 / 11;
  text-align: center;
}

.account-holder .transaction-details.th-amount tbody td:last-of-type {
  text-align: right;
}

.account-holder .transaction-details.th-amount tbody td:nth-of-type(3) {
  grid-column: 11 / 13;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .account-holder .transaction-details.th-amount table tbody tr.tr-total-amount th {
    display: none;
  }
  .account-holder .transaction-details.th-amount table tbody tr th {
    font-weight: 500;
  }
  .account-holder .transaction-details.th-amount table tbody tr td:nth-of-type(1), .account-holder .transaction-details.th-amount table tbody tr td:nth-of-type(2) {
    text-align: right;
  }
}

.account-holder .order-summary {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column: 1 / -1;
}

.account-holder .order-summary table {
  display: grid;
  grid-column: 1 / -1;
  grid-template-rows: repeat(1, auto);
}

.account-holder .order-summary table caption {
  grid-column: 1 / -1;
  text-align: left;
  color: #001970;
  font-family: "museo-slab", serif;
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 1.5625rem;
}

.account-holder .order-summary table tr {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 1.875rem;
}

.account-holder .order-summary table tr:last-of-type {
  font-weight: 700;
}

.account-holder .order-summary table thead th {
  text-align: left;
}

.account-holder .order-summary table thead th:nth-of-type(1) {
  grid-column: 1 / 10;
}

.account-holder .order-summary table thead th:nth-of-type(2) {
  grid-column: 10 / 11;
}

.account-holder .order-summary table thead th:nth-of-type(3) {
  grid-column: 11 / 13;
  text-align: right;
}

.account-holder .order-summary table tbody tr {
  padding: 0.75rem 0 0 0;
}

.account-holder .order-summary table tbody tr:last-child {
  font-weight: 700;
}

.account-holder .order-summary table tbody tr:last-child td {
  grid-column: 11/13 !important;
  text-align: right !important;
}

.account-holder .order-summary table tbody tr th {
  grid-column: 1 / 10;
  text-align: left;
  font-weight: 300;
}

.account-holder .order-summary table tbody tr th[colspan="3"] {
  font-weight: 700;
}

.account-holder .order-summary table tbody tr td:nth-of-type(1) {
  grid-column: 10 / 11;
  text-align: center;
}

.account-holder .order-summary table tbody tr td:nth-of-type(2) {
  grid-column: 11 / 13;
  text-align: right;
}

.account-holder .amount-charge {
  border: 2px solid #245d38;
  grid-column: 1 / -1;
}

.account-holder .amount-charge p {
  padding-left: 1.25rem;
}

@media screen and (max-width: 767px) {
  .account-holder .amount-charge p {
    padding: 0 0.625rem;
    text-align: center;
  }
}

.payment-echeck {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 1.875rem;
  grid-column: span 12;
}

.payment-echeck .input-group label {
  padding-bottom: 0.3125rem;
}

.payment-echeck .input-group:nth-child(1) {
  grid-column: 1 / 5;
  grid-row: 1;
}

.payment-echeck .input-group:nth-child(2) {
  grid-column: 5 / 9;
  grid-row: 1;
}

@media screen and (max-width: 767px) {
  .payment-echeck .input-group:nth-child(2) {
    grid-row: 2;
  }
}

.payment-echeck .input-group:nth-child(3) {
  grid-column: 9 / 13;
  grid-row: 1;
}

@media screen and (max-width: 767px) {
  .payment-echeck .input-group:nth-child(3) {
    grid-row: 3;
  }
}

.payment-echeck .input-group:nth-child(6) {
  grid-column: 1 / 5;
  grid-row: 4;
}

@media screen and (max-width: 767px) {
  .payment-echeck .input-group:nth-child(6) {
    grid-row: 6;
  }
}

@media screen and (max-width: 767px) {
  .payment-echeck .input-group:nth-child(-n+9) {
    grid-column: 1 / -1;
  }
}

.account-confirmation {
  grid-column: 1 / -1;
}

.account-confirmation hr:nth-of-type(1) {
  margin: 1.25rem 0 1.25rem 0;
}

.account-confirmation hr:nth-of-type(2) {
  margin: 1.25rem 0 0 0;
}

.account-confirmation h4 {
  margin-bottom: 0.625rem;
}

.subscriber-account {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 1.875rem;
  grid-column: span 12;
}

.subscriber-account .input-group label {
  padding-bottom: 0.3125rem;
}

.subscriber-account .input-group:nth-child(1) {
  grid-column: 1 / 4;
  grid-row: 1;
}

.subscriber-account .input-group:nth-child(2) {
  grid-column: 1 / 4;
  grid-row: 2;
}

@media screen and (max-width: 767px) {
  .subscriber-account .input-group:nth-child(2) {
    grid-row: 2;
  }
}

@media screen and (max-width: 767px) {
  .subscriber-account .input-group:nth-child(-n+2) {
    grid-column: 1 / -1;
  }
}

.swipe-cc img {
  width: 175px;
}

.controls {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -ms-grid-columns: 1fr 1.875rem 1fr;
  -ms-grid-rows: auto [1];
  grid-template-rows: repeat(1, auto);
  width: 100%;
  grid-gap: 1.875rem;
  margin-top: 1.25rem;
  grid-column: 1 / -1;
}

@media screen and (max-width: 767px) {
  .controls {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .controls form {
    grid-column: 1 / -1;
  }
}

@media screen and (max-width: 767px) {
  .controls input[type=submit],
  .controls input[type=button] {
    grid-column: 1 / -1;
  }
  .controls input[type=submit]:nth-of-type(1),
  .controls input[type=button]:nth-of-type(1) {
    margin-right: 0;
  }
}

form {
  -ms-grid-column-span: 12;
  grid-column: span 12;
  display: inline;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -ms-grid-rows: auto [3];
  grid-template-rows: repeat(3, auto);
}

label {
  display: inline-block;
}

input[type=button] {
  white-space: nowrap;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password] {
  font-size: 1.25rem;
  font-weight: 300;
  padding: 1.25rem 0;
  border: 1px solid #979797;
  padding-left: 3%;
  width: 97%;
}

@media screen and (max-width: 767px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=password] {
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=password] {
    font-size: 1rem;
  }
}

select {
  border: 1px solid #979797;
  border-radius: 0;
  font-size: 1.25rem;
  padding: 1.25rem 0 1.125rem 2%;
  width: 100%;
  /* Remove select styling */
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  /* Ugly Firefox way of doing it */
  -moz-appearance: window;
  text-indent: 0.01px;
  text-overflow: "";
  font-weight: 300;
}

.error-message {
  color: #c3002f;
  font-weight: 300;
  grid-column: 1 / -1;
}

.site-footer {
  background-color: #f5f5f5;
  margin-top: 3.75rem;
}

@media screen and (max-width: 767px) {
  .site-footer {
    margin-top: 0.9375rem;
  }
}

.site-footer .footer-menu {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -ms-grid-rows: auto [1];
  grid-template-rows: repeat(1, auto);
  -ms-grid-column-span: 12;
  grid-column: span 12;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  color: #2D3748;
  padding: 0.625rem;
}

@media screen and (max-width: 767px) {
  .site-footer .footer-menu {
    display: -ms-grid;
    display: grid;
    grid-template-columns: none;
  }
}

.site-footer .icon-social {
  color: #4A5568;
  font-family: FontAwesome;
  -ms-grid-column-span: 1;
  grid-column: span 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .site-footer .icon-social {
    grid-column: 1 / -1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .site-footer .icon-social {
    grid-column: 1 / -1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.site-footer .icon-social a {
  color: #4A5568;
  -webkit-transition: background-color 100ms ease-in-out;
  -o-transition: background-color 100ms ease-in-out;
  transition: background-color 100ms ease-in-out;
  border-bottom: none;
}

.site-footer .icon-social a:hover {
  color: #2D3748;
}

.site-footer .icon-social span {
  display: inline-block;
  text-indent: -10000px;
}

.site-footer .icon-social .fa-twitter-square {
  margin-left: 0.9375rem;
}

.site-footer ul {
  grid-column: 2 / -1;
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  .site-footer ul {
    text-align: center;
    margin-bottom: 0.3125rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .site-footer ul {
    text-align: center;
    margin-bottom: 0.3125rem;
  }
}

.site-footer ul li {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .site-footer ul li {
    margin-top: 0.625rem;
  }
  .site-footer ul li:first-child {
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .site-footer ul li {
    margin-top: 0.625rem;
  }
  .site-footer ul li:first-child {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .site-footer ul li {
    grid-column: 1 / -1;
  }
}

.site-footer ul li a {
  color: #4A5568;
  margin: 0 0.3125rem;
}

@media screen and (max-width: 767px) {
  .site-footer ul li a {
    margin-left: 0;
    margin-right: 0.625rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .site-footer ul li a {
    margin-left: 0;
    margin-right: 0.625rem;
  }
}

.btn {
  font-weight: 300;
  display: block;
  width: auto;
  transition: background-color 100ms ease-in-out;
}

.btn-green-reverse {
  color: #245d38;
  background: transparent;
  border: 1px solid #245d38;
  border-radius: 0;
}

.btn-green-reverse:hover {
  background-color: #245d38;
  color: #ffffff;
}

.btn-blue-reverse {
  color: #001970;
  background: transparent;
  border: 1px solid #001970;
  border-radius: 0;
}

.btn-blue-reverse:hover {
  background-color: #001970;
  color: #ffffff;
}

.btn-small {
  font-size: 1rem;
  padding: 0.625rem 1.25rem;
}

.btn-medium {
  padding: 0.9375rem 1.5625rem;
  font-size: 1.125rem;
}

@media screen and (max-width: 767px) {
  .btn-medium {
    font-size: 1rem;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .btn-medium {
    font-size: 1rem;
  }
}

.btn-large {
  font-size: 1.5rem;
}

.btn-primary {
  color: #001970;
}

.btn-success {
  color: #245d38;
}

.card {
  border: 0.125rem solid #CBD5E0;
  background-color: transparent;
  color: #001970;
  padding: 1.875rem;
  text-align: center;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: -webkit-box-shadow 200ms ease-in-out;
  transition: -webkit-box-shadow 200ms ease-in-out;
  -o-transition: box-shadow 200ms ease-in-out;
  transition: box-shadow 200ms ease-in-out;
  transition: box-shadow 200ms ease-in-out, -webkit-box-shadow 200ms ease-in-out;
  overflow: hidden;
}

.card h3 {
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "museo-slab", serif;
}

button.card:disabled {
  color: #aaa;
  border-color: #ddd;
}
button.card:disabled h3 {
  color: #aaa;
}

@media screen and (max-width: 767px) {
  .card h3 {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .card h3 {
    font-size: 1.25rem;
  }
}

.card p {
  font-size: 1.125rem;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .card p {
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .card p {
    font-size: 1rem;
  }
}

.card:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.02);
}

.payment-methods-container {
  grid-column: 1 / 14;
  display: -ms-grid;
  display: grid;
  grid-gap: 1.25rem;
  grid-template-columns: 1fr;
}

@media screen and (min-width: 768px) {
  .payment-methods-container {
    grid-template-columns: 1fr 1fr;
  }
}

.card.card__cc .icon-cc {
  background: url(../images/icons/card-icon-cc.svg) no-repeat;
  background-position: center;
  background-size: contain;
  height: 2.9375rem;
}

@media screen and (max-width: 767px) {
  .card.card__cc .icon-cc {
    height: 2.3125rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .card.card__cc .icon-cc {
    height: 2.3125rem;
  }
}

.card.card__echeck .icon-echeck {
  background: url(../images/icons/card-icon-echeck.svg) no-repeat;
  background-position: center;
  background-size: contain;
  height: 4.5rem;
}

button.card:disabled .icon-echeck {
  background-image: url(../images/icons/card-icon-echeck-disabled.svg);
}

@media screen and (max-width: 767px) {
  .card.card__echeck .icon-echeck {
    height: 3.5rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .card.card__echeck .icon-echeck {
    height: 3.5rem;
  }
}

.card.card__echeck h3 {
  margin-top: 0.3125rem;
}

.card.card__subscription .icon-subscription {
  background: url(../images/icons/card-icon-user.svg) no-repeat;
  background-position: center;
  background-size: contain;
  height: 3.75rem;
}

@media screen and (max-width: 767px) {
  .card.card__subscription .icon-subscription {
    height: 2.8125rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .card.card__subscription .icon-subscription {
    height: 2.8125rem;
  }
}

.card.card__reader .icon-reader {
  background: url(../images/icons/card-icon-swipecc.svg) no-repeat;
  background-position: center;
  background-size: contain;
  height: 3.4375rem;
}

@media screen and (max-width: 767px) {
  .card.card__reader .icon-reader {
    height: 2.625rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .card.card__reader .icon-reader {
    height: 2.625rem;
  }
}

.card.card__crypto .icon-crypto {
  background-position: center;
  background-size: contain;
}

button.card:disabled .icon-crypto {
  background-image: url(../images/icons/card-icon-crypto-disabled.svg);
}

.crypto-icon img {
  max-height: 2.875rem;
}

.card .icon {
  text-indent: -10000px;
}

.sr-only {
  position: absolute;
  left:-10000px;
  top:auto;
  width:1px;
  height:1px;
  overflow: hidden;
}

/*# sourceMappingURL=maps/styles.css.map */
