/*
Theme Name: Nerdwallet Base Theme
Theme URI: http://nerdwallet.com
Author: Nerdwallet
Author URI: http://nerdwallet.com
Description: This is the parent theme that all vertical-specific themes inherit from.
Version: 0.2.7

*/
.image-overlay:after {
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url('../img/bg-dot.png') repeat;
}
.make-row {
  margin-top: 1em;
}
.triangle-border {
  position: relative;
  padding: 16px;
  margin: 1em 0 3em;
  border: 1px solid #d7d7d7;
  color: #5a5a5a;
  background: #ffffff;
  /* css3 */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  min-height: 115px;
}
.triangle-border:before {
  content: "";
  position: absolute;
  bottom: -21px;
  /* value = - border-top-width - border-bottom-width */
  left: 50px;
  /* controls horizontal position */
  border-width: 21px 21px 0;
  border-style: solid;
  border-color: #d7d7d7 transparent;
  /* reduce the damage in FF3.0 */
  display: block;
  width: 0;
}
.triangle-border:after {
  content: "";
  position: absolute;
  bottom: -19px;
  /* value = - border-top-width - border-bottom-width */
  left: 52px;
  /* value = (:before left) + (:before border-left) - (:after border-left) */
  border-width: 19px 19px 0;
  border-style: solid;
  border-color: #ffffff transparent;
  /* reduce the damage in FF3.0 */
  display: block;
  width: 0;
}
.image-standard {
  opacity: 1;
  -webkit-transition: opacity;
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 250ms;
  transition: opacity;
  transition-timing-function: ease-out;
  transition-duration: 250ms;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.image-fade {
  opacity: .6;
  -webkit-transition: opacity;
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 250ms;
  transition: opacity;
  transition-timing-function: ease-out;
  transition-duration: 250ms;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.wordpress-content-region {
  margin-bottom: 2.618em;
}
.wordpress-content-region h1 > strong,
.wordpress-content-region h2 > strong,
.wordpress-content-region h3 > strong,
.wordpress-content-region h4 > strong,
.wordpress-content-region h5 > strong,
.wordpress-content-region h6 > strong {
  font-weight: 500;
}
.wordpress-content-region img {
  max-width: 100%;
  height: auto;
}
.wordpress-content-region .alignleft,
.wordpress-content-region .alignright {
  width: auto;
  max-width: 50%;
}
.wordpress-content-region .alignleft {
  float: left;
  margin-right: 1em;
}
.wordpress-content-region .alignright {
  float: right;
  margin-left: 1em;
}
.widget_search > .searchform > .field {
  display: inline-block;
}
.widget_search > .searchform > .submit {
  display: inline-block;
}
#mc_subheader {
  margin-bottom: 0.618em;
}
.mc_input {
  display: block;
  width: 100%;
  height: 48px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: 0px 0px 12px 1px inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0px 0px 12px 1px inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: 0px 0px 12px 1px inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.mc_input:focus {
  border-color: #dcdcdc;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(220, 220, 220, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(220, 220, 220, 0.6);
  -webkit-box-shadow: 0px 0px 12px 1px inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(220, 220, 220, 0.6);
  -moz-box-shadow: 0px 0px 12px 1px inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(220, 220, 220, 0.6);
  box-shadow: 0px 0px 12px 1px inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(220, 220, 220, 0.6);
}
.mc_input[disabled],
.mc_input[readonly],
fieldset[disabled] .mc_input {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.mc_input {
  height: auto;
}
.mc_signup_submit {
  margin-top: 0.618em;
}
.mc_signup_submit .button {
  display: block;
  width: 100%;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mc_signup_submit .button:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.mc_signup_submit .button:hover,
.mc_signup_submit .button:focus {
  color: #58996c;
  text-decoration: none;
}
.mc_signup_submit .button:active,
.mc_signup_submit .button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: 0px 0px 12px 1px inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0px 0px 12px 1px inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: 0px 0px 12px 1px inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.widget__title {
  font-size: 1em;
}
.timplate {
  border: 1px solid #dcdcdc;
  padding: 20px 0 0;
  border-radius: 2px;
  box-sizing: border-box;
}
.timplate figcaption {
  display: inline-block;
}
.timplate .rotated-image {
  height: 99px;
  width: 62px;
}
.timplate h1 {
  font: normal 16px/1.5 Tisa;
  margin: 0 12px 0 0;
}
.timplate img {
  float: left;
  width: 112px;
  height: 70px;
  margin: 0 12px 24px;
}
.timplate .pr-block {
  border-top: 1px solid #dcdcdc;
}
.timplate .header {
  font: bold 14px/1 Kievit;
  text-transform: uppercase;
  position: relative;
  margin: 20px 12px 12px;
  letter-spacing: 0.32px;
}
.timplate .details {
  background: #f8f8f8;
  margin: -24px 0 0;
  padding: 0 12px 0;
  height: 0;
  overflow: hidden;
}
.timplate .details.no-pros.no-cons {
  margin: 24px 0 0;
}
.timplate .details article {
  padding: 0 0 20px;
  border-bottom: 1px solid #dcdcdc;
}
.timplate .details article:last-child {
  border-bottom: none;
  padding: 0px;
}
.timplate .details article .header {
  margin: 20px 0 12px;
}
.timplate .details article p,
.timplate .details article ul {
  color: #929292;
}
.timplate .details article ul {
  padding: 0 0 0 28px;
}
.timplate .toggle-details {
  width: 100%;
  border: none;
  background: #dcdcdc;
  border-radius: 0;
  color: #929292;
  text-transform: uppercase;
  font: 500 14px/1 Kievit;
}
.timplate .details-collapsed:before,
.timplate .details-collapsed:after,
.timplate .details-expanded:before,
.timplate .details-expanded:after {
  position: absolute;
  font: normal 14px/1 SSGizmo;
}
.timplate .details-collapsed:before,
.timplate .details-collapsed:after {
  content: '';
}
.timplate .details-expanded:before,
.timplate .details-expanded:after {
  content: '';
}
.timplate .details-expanded:before,
.timplate .details-collapsed:before {
  margin-left: -20px;
}
.timplate .details-expanded:after,
.timplate .details-collapsed:after {
  margin-left: 6px;
}
.star-rating {
  list-style-type: none;
  margin: 5px 0 0 0;
  padding: 0;
  height: 16px;
}
.star-rating li {
  margin: 0;
  padding: 0;
  width: 12px;
  display: inline-block;
  text-indent: -9999px;
  position: relative;
  color: #ffb504;
}
.star-rating li:before {
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "SSStandard";
  content: '⋆';
}
.star-rating li.half-star:before {
  content: '';
}
.button.apply-now {
  width: auto;
  display: block;
  height: 40px;
  font: 500 16px/1 Kievit;
  margin: 20px 12px 8px;
  clear: both;
  text-indent: -20px;
}
.apply-now:after {
  content: '🔒';
  font: normal 13px/1.5 SSStandard;
  position: absolute;
  margin: -2px 0 0 4px;
  text-indent: 0;
}
.apply-disclaimer {
  display: block;
  text-align: center;
  font: normal 12px/1 Kievit;
  color: #929292;
}
.pros-header {
  margin: 24px 0 0;
}
.pros-header,
.cons-header {
  padding: 0 0 0 28px;
  border: none;
}
.pros-header:before {
  content: '👍';
  font: normal 20px/1 SSGizmo;
  position: absolute;
  left: 0;
}
.cons-header:after {
  content: '👎';
  font: normal 20px/1 SSGizmo;
  position: absolute;
  left: 0;
}
.pros {
  border-bottom: 1px solid #bebebe;
  margin: 0 0 12px;
}
.pros,
.cons {
  color: #929292;
  padding: 0 0 20px 24px;
  margin-left: 12px;
  margin-right: 12px;
}
.mobile-table-wrapper {
  overflow-x: scroll;
  box-shadow: inset 0 0 4px #333;
  padding: 4px;
}
@media all and (min-width: 768px) {
  .timplate .details {
    height: auto;
  }
  .button.apply-now {
    max-width: 250px;
  }
  .apply-disclaimer {
    max-width: 250px;
    margin: 0;
  }
  .mobile-table-wrapper {
    overflow-x: initial;
    box-shadow: initial;
    padding: initial;
  }
  .timplate .title-block {
    display: inline-block;
    width: 65%;
    vertical-align: top;
    padding: 0 12px 0 20px;
    margin: 10px 0 0 0;
  }
  .timplate .apply-block {
    display: inline-block;
    width: 30%;
    vertical-align: top;
    text-align: center;
    margin: 10px 0 0 7px;
  }
  .timplate hr {
    color: #dcdcdc;
    margin-bottom: 0;
  }
  .timplate img {
    float: left;
    width: 112px;
    height: 70px;
    margin: 0 12px 10px;
  }
  .timplate .details {
    padding: 0 20px 0;
  }
  .timplate .details article {
    padding: 0 0 16px;
  }
  .timplate .details article .header {
    margin: 20px 0 6px;
  }
  .timplate .details article .apr {
    margin-bottom: 0px;
  }
  .pros-block,
  .cons-block {
    display: inline-block;
    width: 49%;
    vertical-align: top;
    margin: 0 0 5px -2px;
    padding: 0 10px 16px;
  }
  .pros-block:after,
  .cons-block:after {
    clear: both;
  }
  .cons-block {
    margin-left: -11px;
  }
  .pros {
    border-bottom: none;
  }
  .button.apply-now {
    margin: 0px 12px 8px;
  }
  .details {
    margin-top: 0px;
  }
  .details article {
    display: inline-block;
    vertical-align: top;
    width: 47%;
  }
  .details article:nth-child(even) {
    margin-left: 12px;
  }
  .details article:nth-child(odd) {
    margin-right: 12px;
  }
  .details article:nth-child(3),
  .details article:nth-child(4) {
    border: none;
  }
  .details article.card-details {
    width: 100%;
    height: 0;
    overflow: hidden;
    display: block;
    border-top: 1px solid #dcdcdc;
  }
}
@media all and (max-width: 767px) {
  .timplate hr {
    display: none;
  }
  .timplate article.card-details {
    border-top: 1px solid #dcdcdc;
  }
}
.page-header {
  margin-top: 0 !important;
}
.content,
.footer,
.footer__wrapper,
.container {
  width: 100%;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 768px) {
  .container {
    width: 744px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 964px;
  }
}
@media screen and (min-width: 300px) {
  .footer__link {
    display: inline-block;
    vertical-align: top;
    width: 49%!important;
  }
}
@media screen and (min-width: 992px) {
  .footer__link {
    width: 19.5%!important;
  }
}
.content,
.footer {
  width: 100%;
  min-width: 0px;
}
/**
 * Some things that came from the CC blog migration and didn't get
 * placed in the LESS.
 **/
.Blog {
  margin-top: 1.618em;
}
.article__image ~ .wordpress-content-region > .addthis_toolbox.addthis_default_style:first-child {
  display: inline-block;
}
.addthis_default_style {
  margin-bottom: 1.618rem;
  border-top: 1px solid #bebebe;
  border-bottom: 1px solid #bebebe;
  padding-top: 1em;
  padding-bottom: 0.618rem;
}
.ccContextDisclosure {
  color: #aaa;
  font-size: 12px;
  line-height: 1.25em;
  border-radius: 4px;
  margin-bottom: 10px;
}
/**
 * Very ugly fixes for timplate display. Will probably need
 * to be changed again in "forthcoming" nerdwallet responsive redesign.
 **/
.aprs td {
  padding: 0px;
  border: none;
  padding-left: 5px;
  text-align: left;
}
.aprs .right {
  font-weight: bold;
}
.fake-js-details {
  border: solid 1px #d8d7d7;
}
.fake-js-details td {
  border: solid 1px #d8d7d7;
  margin: 5px;
}
.fake-js-details tr,
.fake-js-details td {
  padding: 0px;
  text-align: center;
}
.fake-js-details th {
  color: #fff;
  font-size: 12px !important;
  border-right: 1px solid white;
}
.fake-js-details th:last-child {
  border-right: none;
}
.fake-js-details table {
  padding: 0px;
  margin: 0px;
  width: 100%;
}
.fake-js-header th {
  padding: 5px;
}
table.fake-js {
  border: 0;
  margin: 10px 0px 25px 0px;
}
table.fake-js .ss-icon.star:before,
table.fake-js .ss-icon.star:after,
table.fake-js .ss-icon.star {
  color: gold;
}
table.fake-js .ss-icon.ss-lock:before,
table.fake-js .ss-icon.star:before,
table.fake-js .ss-icon.ss-lock:after,
table.fake-js .ss-icon.star:after,
table.fake-js .ss-icon.ss-lock,
table.fake-js .ss-icon.star {
  font-family: "SSStandard";
}
table.fake-js ul li {
  padding-bottom: 10px;
}
table.fake-js td {
  font-size: .9em;
  line-height: 1.4em;
  padding: 10px;
}
table.fake-js tr {
  padding-top: 10px;
}
table.fake-js tbody table tbody tr td ul {
  padding-left: 1em !important;
}
table.fake-js tbody table tbody .table--procons .table__header--pros,
table.fake-js tbody table tbody .table--procons .table__header--cons {
  font-size: 18px !important;
}
table.fake-js tbody table tbody .table--procons tr td,
table.fake-js tbody table tbody .table--procons th {
  font-size: 14px;
}
table.fake-js th,
.fake-js-header th {
  background-color: #61a0bd;
  color: white;
  font-weight: lighter;
  padding: 5px !important;
}
table.fake-js tr.fake-js-header a {
  text-decoration: none;
  color: white;
}
table tr.fake-js-header ~ tr td {
  padding: 10px;
  font-size: 14px !important;
}
table.aprs * td {
  padding: 0;
}
table.aprs tbody {
  border: none;
}
.pcTable {
  margin: 0 0 0 0;
  color: #333;
}
.pcTable p {
  padding: 0;
  margin: 0 0 5px 0;
  font-size: 12px!important;
}
.pcTable tr.pcHeader {
  margin-bottom: 5px;
}
.pcTable td.pros {
  font-weight: bold;
  background: url(/blog/images/pro-icon.png) no-repeat 5px, url(/blog/images/cp-back.png);
  padding-left: 25px;
  border: 1px solid #ccc;
}
.pcTable td.cons {
  font-weight: bold;
  background: url(/blog/images/cons-icon.png) no-repeat 5px, url(/blog/images/cp-back.png);
  padding-left: 25px;
  border: 1px solid #ccc;
}
.pcTable td {
  padding: 5px 15px 5px 0;
}
.Blog {
  margin-top: 1.618em;
}
.addthis_default_style {
  margin-bottom: 1.618rem;
  border-top: 1px solid #bebebe;
  border-bottom: 1px solid #bebebe;
  padding-top: 1em;
  padding-bottom: 0.618rem;
}
.article__image ~ .wordpress-content-region > .addthis_toolbox.addthis_default_style:first-child {
  display: inline-block;
}
/*Codex link style*/
a[href*="codex"]:after {
  content: "📕";
  font-family: "SSGizmo";
}
li > a[href*="codex"]:after {
  content: "";
}
