/*
 * Interaction Styles
 */

.js-to_expand[aria-hidden=true],
.js-to_expand[data-hidden=true] {
  display: none;
}

.js-tabcontent[aria-hidden=true] {
  display: none;
}

[data-hide="table-data"] {
  display: none;
}

[data-toggle="toggle-all"],
[data-toggle="toggle"] {
  width: 100%;
  text-align: left;
}

[data-toggle][aria-expanded="false"]:after {
  content: ' (+)';
}

[data-toggle][aria-expanded="true"]:after {
  content: ' (-)';
}
 
/* it will work better with this box-sizing, you may adapt it to your needs */
.simpletooltip_container {
  box-sizing: border-box;
}

.simpletooltip_container *,
.simpletooltip_container *:before,
.simpletooltip_container *:after {
  box-sizing: inherit;
}

/* Tooltip hidden by default */
.simpletooltip[aria-hidden="true"],
.minimalist-simpletooltip[aria-hidden="true"],
.minimalist-left-simpletooltip[aria-hidden="true"] {
  display: none;
}
/* position relative for containers */
.simpletooltip_container,
.minimalist-simpletooltip_container,
.minimalist-left-simpletooltip_container {
  position: relative;
  display: inline;
}

/* tooltip styles */
.simpletooltip,
.minimalist-simpletooltip,
.minimalist-left-simpletooltip {
  position: absolute;
  display: inline-block;
  z-index: 666;
  width: 10em;
  border-radius: .5em;
  background: rgba( 0, 0, 0, .9 );
  color: #eee;
  padding: .5em;
  text-align: left;
  line-height: 1.3;
}
.simpletooltip,
.minimalist-simpletooltip {
  right: auto;
  left: 100%;
  margin-left: .5em;
}
.minimalist-left-simpletooltip {
  right: 100%;
  left: auto;
  margin-right: .5em;
}
/* used pseudo-element to make arrows */
.simpletooltip::before,
.minimalist-simpletooltip::before,
.minimalist-left-simpletooltip::before {
  content: '';
  speak: none;
  position: absolute;
  z-index: 666;
  width: 10px;
  height: 10px;
}
.simpletooltip::before,
.minimalist-simpletooltip::before {
  top: .5em;
  left: -10px;
  margin-left: -10px;
  border: 10px solid transparent;
  border-right: 10px solid rgba( 0, 0, 0, .9 );
}
.minimalist-left-simpletooltip::before {
  top: .5em;
  right: -10px;
  margin-right: -10px;
  border: 10px solid transparent;
  border-left: 10px solid rgba( 0, 0, 0, .9 )
}
 
 /* it can be easily adapted in media-queries for tablets/mobile */
 
 /* for this example: mobile */
 @media (max-width: 44.375em) {
 
  .simpletooltip,
  .minimalist-simpletooltip,
  .minimalist-left-simpletooltip  {
    top: 100%;
    left: 50%;
    right: 0;
    margin: 0;
    margin-top: .7em;
    margin-left: -5em;
  }
  .simpletooltip::before,
  .minimalist-simpletooltip::before,
  .minimalist-left-simpletooltip::before  {
    top: -10px;
    right: auto;
    left: 50%;
    margin-left: -5px;
    margin-top: -10px;
    border: 10px solid transparent;
    border-bottom: 10px solid rgba( 0, 0, 0, .9 );
  }

}

/*
 * General Styles
 */

main {
  padding-bottom: 0;
}

h1 {
  text-align: center;
  margin-bottom: 20px;
}

table th,
table td {
  border: 1px solid #AAA;
}

.rates-form {
  max-width: 620px;
  margin: 0 auto;
  text-align: center;
}

.form-label {
  font-size: 1.2em;
}

.form-label button {
  margin-left: 5px;
}

.form-element {
  margin-bottom: 30px;
}
.form-element label {
  display: block;
}
.form-element.form-button {
  display: block;
}
.rates-table .form-element {
  margin-bottom: 0;
}

/* Select Styles */
.select {
  height: 40px;
  font-family: "dax";
}

.select:before {
  width: 40px;
  background-color: #0079c1;
}

.select:after {
  color: #FFF;
  right: 12px;
}

.select select {
  height: 40px;
}

/*
 * Rates Table Styles
 */

.rates-table .intro-rate {
  background-color: #1d4e75;
  color: #FFF;
}

.rates-table .no-intro-rate {
  font-weight: bold;
  font-size: 25px;
}

.rates-data.mortgage .rates-table {
  max-width: 650px;
}

.rates-table {
  max-width: 1000px;
  border-color: #cacaca;
  margin: 0 auto 30px;
}

.rates-table * {
  border-color: #cacaca;
}

.rates-table th,
.rates-table td {
  width: 50%;
}

.rates-table .low-as {
  font-family: 'dax-medium';
  font-size: 1.2em;
}

.rates-table .low-apr-rate,
.rates-table .low-as {
  margin-bottom: 5px;
}

.rates-table.mortgage .low-apr-rate,
.rates-table.mortgage .low-as {
  margin-bottom: .5em;
}

.rates-table .payment td,
.rates-table .low-apr-rate {
  font-family: 'dax-medium';
  font-size: 1.6em;
  line-height: 28px;
}

.mortgage .rates-table .low-apr-rate {
  font-size: 2em;
  margin-bottom: 30px;
}

.mortgage .rates-table .low-apr-rate:last-child {
  margin-bottom: 0;
}

.rates-table .calculated th {
  background: #EEE;
}

.rates-table .calculated th,
.rates-table .calculated td,
.rates-table .payment th,
.rates-table .payment td {
  padding: 20px;
}

.rates-table .calculated {
  font-family: 'dax-medium';
}

.rates-table.fixed {
  margin: 0 auto 30px;
}

.rates-table.fixed caption{
  /*border-right: 1px solid #cacaca;
  border-left: 1px solid #cacaca;*/
}

.rates-table caption {
  padding: 30px 30px 20px;
  font-family: "dax-medium";
  font-size: 1.3em;
}

.heloan .rates-table caption,
.rates-table.variable caption {
  padding-top: 0;
}

.rates-table td,
.rates-table th {
  text-align: center;
  padding: 40px 20px;
}

.rates-table .frlo td,
.rates-table .frlo th {
  padding: 0px 20px 30px;
  border-left: #FFF;
  border-right: #FFF;
  border-top: #FFF;
}

.rates-table th[scope=col] {
  padding: 20px;
}

.rates-info {
  max-width: 700px;
  margin: 0 auto 30px;
  text-align: center;
}

.rates-info h2 {
  margin-bottom: 20px;
}

.simpletooltip_container button {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 0;
  line-height: 1;
  color: #FFF;
  background-color: #0079c1;
  border: 0;
  font-size: 18px;
  font-weight: bold;
}

.tabs__list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0 auto 20px;
  max-width: 300px;
  text-align: center;
  justify-content: center;
}

.tabs__item {
  border: 1px solid #0079c1;
}

.tabs__link {
  cursor: pointer;
  padding: 20px 60px;
  display: inline-block;
  position: relative;
  color: #0079c1;
  background-color: #FFF;
  font-weight: bold;
  font-size: 1.2em;
}

.tabs__list > :first-child,
.tabs__list > :first-child .tabs__link {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.tabs__list > :last-child,
.tabs__list > :last-child .tabs__link {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

a[aria-selected="true"] {
  background: #0079c1;
  color: #FFF;
}

a[aria-selected="true"]::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 50%;
  transform: translateX(50%);
  width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #FFF;
}

.rates-tabs {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0 auto 30px;
  max-width: 540px;
  text-align: center;
  justify-content: center;
}

.rates-tabs-item {
  border: 1px solid #0079c1;
  width: 50%;
  display: flex;
}

.rates-tabs-link {
  cursor: pointer;
  padding: 20px 0;
  display: inline-block;
  position: relative;
  color: #0079c1;
  background-color: #FFF;
  font-weight: bold;
  display: block;
  width: 100%;
  font-size: 1.0625rem;
}

.rates-tabs > :first-child,
.rates-tabs > :first-child .rates-tabs-link {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.rates-tabs > :last-child,
.rates-tabs > :last-child .rates-tabs-link {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.active .rates-tabs-link,
a[aria-selected="true"] {
  background: #0079c1;
  color: #FFF;
  font-family: 'dax-medium';
}

.active .rates-tabs-link::after,
a[aria-selected="true"]::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 50%;
  transform: translateX(50%);
  width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #FFF;
}

.breadcrumbs {
  list-style: none;
  margin: 0 0 20px;
  padding: 10px;
  /*display: flex;*/
}

.breadcrumbs li {
  display: inline-block;
  padding-right: 20px;
  position: relative;
  font-size: .9em;
}

.breadcrumbs li:after {
  content: '\003e';
  font-size: 10px;
  position: absolute;
  top: 49%;
  right: 6px;
  transform: translateY(-50%);
}

.breadcrumbs li:last-child:after {
  content: '';
  padding: 0;
}

.rates-main h2,
.rates-main h3,
.rates-main p {
  text-align: center;
}

.rates-main h2 {
  font-family: "dax-medium";
  font-size: 1.466em;
  margin-bottom: 20px;
}

.rates-main h3 {
  font-size: 1.2em;
  margin-bottom: 20px;
}

.rates-main p {
  margin-bottom: 30px;
}

.rates-main caption p {
  font-family: "dax";
  font-size: 15px;
  margin: 10px auto;
}

.rates-overview {
  border-bottom: 1px solid #cacaca;
  padding: 0 30px 30px;
  margin: 0 0 40px;
}

.rates-overview h1 {
  font-size: 1.8em;
}

.rates-overview .media-object {
  margin: 0 auto;
  max-width: 830px;
}

.ctas {
  align-items: center;
}

.ctas-special {
  align-items: center;
}

.ctas .attention .icon {
  position: relative;
  top: 4px;
}

.ctas-special .attention .icon {
  position: relative;
  top: 4px;
}

.ctas-footer .icon.stroke,
.ctas .icon.stroke {
  margin-right: 10px;
}

.ctas-special .icon.stroke,
.ctas-footer-special .icon.stroke {
  margin-right: 10px;
}

.ctas-footer .attention .icon,
.ctas-footer-special .attention .icon {
  position: relative;
  top: 4px;
}

.ctas-footer .attention .icon:before,
.ctas .attention .icon:before,
.ctas-footer-special .attention .icon:before,
.ctas-special .attention .icon:before {
    color: #FFF;
}

.ctas-footer p, .ctas-footer-special p {
  margin-bottom: 20px;
  font-size: 1.1em;
}

.rates-overview .media-object .img svg {
  width: 7.5rem;
}

.rates-overview .media-object p {
  margin-bottom: 20px;
  font-size: 1.1em;
  line-height: 1.4em;
}

.rates-overview .ctas-special p a,
.rates-footer .ctas-footer-special p a,
.rates-overview .ctas p a,
.rates-footer .ctas-footer p a {
  font-family: 'dax-medium';
  position: relative;
  bottom: 5px;
  white-space: nowrap;
}

.rates-overview .ctas-special p a .icon,
.rates-footer .ctas-footer-special p a .icon,
.rates-overview .ctas p a .icon,
.rates-footer .ctas-footer p a .icon {
  position: relative;
  top: 5px;
}

.rates-data.mortgage .rates-footer {
  max-width: 900px;
}

.rates-footer {
  max-width: 1000px;
  margin: 0 auto;
}

.rates-footer > p {
  margin-bottom: 10px;
  font-size: .85em;
}

.disclosures {
  padding: 40px 13px 13px;
  border-top: 1px solid #cacaca;
}

.disclosures table div {
  padding-top: 7px;
}

.disclosures h2 {
  font-size: .9rem;
  margin-bottom: 20px;
}

.disclosures .js-expandmore {
  margin-bottom: 20px;
}

.disclosures h3 {
  font-size: .9rem;
  margin-bottom: 5px;
}

.disclosures h4 {
  font-size: .9rem;
  margin-bottom: 20px;
}

.disclosures p {
  margin-bottom: 20px;
  font-size: .8em;
}

.disclosures table {
  max-width: 500px;
  margin-bottom: 20px;
  font-size: .8rem;
}

.disclosures  table  caption {
  text-align: left;
  margin-bottom: 1em;
}

/*.disclosures table th,
.disclosures table td {
  padding: 10px;
}*/

.disclosures table td {
  white-space: nowrap;
}

.disclosures table th {
  text-align: left;
  font-weight: normal;
}

table tbody td:nth-child(odd),
.disclosures table tbody td:nth-child(odd) {
  background-color: transparent;
}

.heloan .disclosures table > tbody > tr:first-child > td {
  text-align: center;
}

.disclosures h2 button,
.disclosures h3 button {
  color: #0079c1;
  border: 0;
  padding: 0;
  font-weight: bold;
  cursor: pointer;
  padding: 0;
  border-radius: 0;
  border: 0;
  padding: 0;
  height: auto;
  line-height: inherit;
}

.disclosures h2 button[aria-expanded="true"]:after,
.disclosures h3 button[aria-expanded="true"]:after {
  content: " (-)";
}

.disclosures h2 button[aria-expanded="false"]:after,
.disclosures h3 button[aria-expanded="false"]:after {
  content: " (+)";
}

.disclosures h2 button:focus,
.disclosures h3 button:focus,
.disclosures h2 button:hover,
.disclosures h3 button:hover {
  text-decoration: underline;
}

[data-toggle]:focus,
[data-toggle]:hover,
[data-toggle]:active {
  text-decoration: underline;
}

[data-toggle] {
  padding: 0;
  border-radius: 0;
  border: 0;
  padding: 0;
  height: auto;
  line-height: inherit;
  white-space: nowrap;
}

.second-level tr > *:first-child {
  padding-left: 30px;
}

.third-level tr > *:first-child {
  padding-left: 60px;
}

.simpletooltip, .minimalist-simpletooltip,
.minimalist-left-simpletooltip {
  border: 1px solid #0079c1;
  color: #414141;
  font-size: .9375rem;
  background: #FFF;
  width: 250px;
  font-family: 'dax';
  padding: 10px 15px;
}
.simpletooltip::before, .minimalist-simpletooltip::before {
  border-right-color: #0079c1;
}

/* Overlay Styles */
.overlay .overlay-close {
  border-radius: 50%;
  padding: 10px;
  top: -10px;
  right: -10px;
  width: 10px;
  height: 10px;
  line-height: 10px;
}

.overlay .overlay-close:before {
  position: relative;
  bottom: 6px;
  right: 4px;
}

.dialog-content {
  border:0;
  border-radius: 10px;
}
.dialog-content h2 {
  text-align: center;
  margin-bottom: 20px;
}
.dialog-content h3 {
  margin-bottom: 10px;
}
.dialog-content p {
  font-size: 1em;
  line-height: 1.5;
  margin-bottom: 20px;
}
.dialog-content h2 + p {
  text-align: center;
  font-family: 'dax-bold';
}
.dialog-content ul {
  margin-bottom: 30px;
}
.dialog-content li {
  margin-bottom: 20px;
}
.dialog-overlay {
  background: rgba(0, 0, 0, .4);
}
.dialog-content .icon {
  position: relative;
  top: 3px;
}
.dialog-content .icon:before {
  color: #FFF;
}

.modal-ctas {
  text-align: center;
  margin-bottom: 30px;
  border-bottom: 1px solid #cacaca;
}

.modal-ctas > div {
  padding: 0 0 30px;
}

.modal-ctas > div p:last-child {
  margin-bottom: 0;
}

.modal-contact {
  text-align: center;
}

.ctas-special .available-times,
.ctas-footer-special .available-times {
  display: block;
  text-align: left;
  line-height: 18px;
  font-family: 'dax';
  font-size: .92265rem;
  position: relative;
  bottom: 5px;
}

.loader {
  padding: 40px;
  margin-bottom: 100px;
}

.error-message {
  padding: 2em 2em 5em;
  text-align: center;
}

.error-message h3 {
  color: #ed1b24;
  margin-bottom: 1em;
}

.error-message h4 {
  font-size: 1.20em;
  margin-bottom: .5em;
  font-family: 'dax-medium';
}

.error-message p {
  margin-bottom: 1.2em;
  font-size: 1.2em;
  line-height: 1.5em;
}

@media (max-width: 44.375em) {
  .simpletooltip, .minimalist-simpletooltip, .minimalist-left-simpletooltip {
    width: 10em;
    left: 35%;
    top: 110%;
  }
  .simpletooltip::before, .minimalist-simpletooltip::before {
    border-right-color: transparent;
    border-bottom-color: #0079c1;
  }
}

@media screen and (max-width: 767px) {
  .rate-overview {
    text-align: center;
    max-width: 280px;
    margin: 0 auto;
  }
  .rate {
    margin: 0;
    padding: 20px 0;
    font-size: 2rem;
    border-bottom: 1px solid #ccc;
  }
  .description {
    padding: 0;
    margin: 0;
  }
  h3 {
    margin: 0;
  }
  .rate-stack .rate {
    font-size: 2.5em;
    line-height: 1.5em;
    padding-top: 0;
    margin-bottom: 20px;
  }
  .mortgage .rate-stack,
  .rate-stack:last-child {
    margin-bottom: 20px;
    border-bottom: 1px solid #cacaca;
  }
  .mortgage .rate-stack {
    margin-bottom: 30px;
  }
  .rate-stack h3 {
    margin-bottom: 0;
  }
  .rate-stack p {
    margin-bottom: 40px;
    text-align: center;
  }
  .rate-stack h3 button {
    width: 100%;
    text-align: left;
    background: #FFF;
    border: 0;
    margin: 0 0 2px;
    padding: 40px 20px;
    border-top: 1px solid #cacaca;
    position: relative;
    cursor: pointer;
    color: #0079c1;
    font-weight: bold;
    border-radius: 0;
    font-size: 1.2rem;
    line-height: .5rem;
  }
  .rate-stack h3 button:after {
    content:"\002B";
    width: 40px;
    height: 40px;
    line-height: 40px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);;
    background-color: #0079c1;
    color: #FFF;
    position: absolute;
    border-radius: 50%;
    font-size: 35px;
    text-align: center;
    font-weight: 100;
  }
  h3 button.is-opened:after {
    content: "-"
  }

  .mobile-hide {
    display: none;
  }

  .rates-info {
    padding: 0 20px;
  }

  .rates-table tr td:first-child,
  .rates-table tr th:first-child {
    border-left: 0;
  }

  .rates-table tr td:last-child,
  .rates-table tr th:last-child {
    border-right: 0;
  }

  .tabs__link {
    padding: 20px 50px;
  }

  .heloan .rates-table tbody tr:last-child td,
  .heloan .rates-table tbody tr:last-child th {
    border-bottom: 0;
  }

  .rates-table th {
    font-size: 1.2em;
    font-family: 'dax-medium';
  }

  .rates-table caption {
    padding-top: 0;
  }

  .rates-table.fixed caption {
    padding-top: 20px;
    border-right: 0;
    border-left: 0;
  }

  .rates-table tbody tr:not(.intro-rate):nth-child(odd) {
    background-color: #EEE;
  }

  .heloan .rates-table td,
  .heloan .rates-table th {
    padding: 30px 20px;
  }

  .rates-overview {
    padding-right: 30px;
    padding-left: 30px;
  }

  .rates-overview .img {
    text-align: center;
    margin-bottom: 20px;
  }

  .rates-overview .ctas p:first-child {
    text-align: center;
  }

  .rates-overview .ctas-special p:first-child {
    text-align: center;
  }

  .disclosures h2 button,
  .disclosures h3 button {
    text-align: left;
  }

  .form-element {
    padding: 0 20px;
    margin-bottom: 40px;
  }

  .form-label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }

  .rates-footer {
    padding: 0 20px 20px;
  }

  .ctas-footer p:first-child,
  .ctas-footer-special p:first-child {
    text-align: center;
  }

  .rates-form button.primary {
    width: auto;
    padding-left: 50px;
    padding-right: 50px;
  }

  .ctas-footer button.attention,
  .ctas-footer-special button.attention,
  .rates-overview button.attention {
    width: auto;
    padding-right: 60px;
    padding-left: 60px;
    text-align: center;
  }

  .rates-main > p {
    padding: 0 20px;
  }

  .heloan .rates-table tbody tr.calculated {
    background: #FFF;
  }  

  .rates-table tbody tr.frlo:nth-child(odd) {
    background: #FFF;
  }

  .rates-table .frlo td,
  .rates-table .frlo th {
    padding: 30px 20px 30px;
  }

  .ctas-special .available-times,
  .ctas-footer-special .available-times {
    left: 55px;
  }

  .error-message a[href^="tel"] {
    white-space: nowrap;
  }

  /* Overlay Styles */
  .dialog-content {
    width: auto;
    min-width: 300px;
  }  

  .dialog-content h3 {
    margin-bottom: 10px;
    font-size: 1.333em;
  }

  .overlay .dialog-content .button {
    width: auto;
    min-width: 200px;
  }

}

@media screen and (min-width: 768px) {
  .desktop-hide {
    display: none;
  }

  .rates-table th,
  .rates-table td {
    width: 20%;
  }

  .rates-table tr:not(.intro-rate) th[scope=row],
  .rates-table tr:not(.intro-rate) td:not(.intro-rate):nth-of-type(even) {
    background-color: #EEE;
  }

  .rates-overview .media-object {
    display: flex;
  }
  
  .rates-overview .media-object .img {
    padding-right: 50px;
  }

  .rates-overview .media-object .content {
    width: 650px;
  }

  .ctas-footer {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 600px;
    margin: 0 auto;
  }

  .ctas-footer-special {
    padding: 20px 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 650px;
    margin: 0 auto;
  }

  .ctas-footer .icon.stroke, .ctas-footer-special .icon.stroke,
  .ctas .icon.stroke, .ctas-special .icon.stroke {
    margin-left: 10px;
  }

  .ctas-special p .available-times,
  .ctas-footer-special p .available-times {
    padding-left: 66px;
  }

  .rates-overview .media-object .ctas {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .rates-overview .media-object .ctas p {
    margin-bottom: 0;
  }

  .rates-overview .media-object .ctas-special {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 20px;
  }

  .rates-overview .media-object .ctas-special p {
    margin-bottom: 0;
  }

  .heloc .rates-form,
  .heloan .rates-form {
    margin-bottom: 3.25rem;
  }

  .rates-table th[scope=col] {
    background: #0079c1;
    color: #FFF;
    font-size: 1.3em;
    font-family: 'dax-medium';
  }

  .rates-table th[scope=row] {
    font-size: 1.2em;
    font-family: 'dax-medium';
  }

  .form-element {
    display: flex;
  }

  .rates-table .form-element {
    justify-content: right;
    margin-left: 170px;
  }

  .form-label {
    text-align: right;
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 20px;
  }

  .select {
    width: 200px;
  }

  .small .select {
    width: 170px;
  }

  .disclosures {
    padding-right: 0;
    padding-left: 10px;
  }

  a[href^="tel"]:hover .icon.stroke, a[href^="tel"]:focus .icon.stroke {
    border-color: #0079c1;
  }

  .rates-footer {
    padding: 0 20px;
  }

  .error-message a[href^="tel"] {
    font-family: 'dax-medium';
  }

  /* Overlay Styles */
  .dialog-content {
    width: 700px;
  }
  
  .dialog-content.mortgage {
    width: 850px;
  }

  .modal-ctas {
    display: flex;
    justify-content: center;
  }

  .modal-ctas > div {
    padding: 0 30px 50px;
    margin: 0 0 30px;
    border-bottom: 0;
    position: relative;
    flex-grow: 1;
    flex-basis: 0;
  }

  .modal-ctas > div:nth-child(n+2) {
    border-left: 1px solid #cacaca;
  }

  .modal-ctas > div .button {
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
    white-space: nowrap
  }

}

@media screen and (min-width: 768px) and (max-width: 870px) {
  .tablet-flex-wrap {
    flex-wrap: wrap;
  }
  .tablet-full-width {
    width: 100%;
  }
  .rates-overview .media-object .ctas-special p.tablet-padding:not(:first-child) {
    padding: 15px 0 0;
  }
}

/*
 * Utilities
 */

.no-wrap {
  white-space: nowrap;
}

.hide-rates,
.hidden {
  display: none;
}

.screen-reader {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

/* .overlay .overlay-close:hover, .overlay .overlay-close:focus, .overlay .overlay-close:active,
button.primary:focus, a.button.primary:focus, button.primary:active, a.button.primary:active,
button:focus, a.button:focus, button:active, a.button:active {
  outline: 1px solid red !important;
} */