.visible {
  visibility: visible      !important; }

.invisible {
  visibility: hidden       !important; }

.d-none {
  display: none            !important; }

.d-inline {
  display: inline          !important; }

.d-inline-block {
  display: inline-block    !important; }

.d-block {
  display: block           !important; }

.d-table {
  display: table           !important; }

.d-table-cell {
  display: table-cell      !important; }

.d-table-row {
  display: table-row       !important; }

.d-flex {
  display: flex            !important; }

.d-inline-flex {
  display: inline-flex     !important; }

@media print {
  .d-print-none {
    display: none            !important; }

  .d-print-inline {
    display: inline          !important; }

  .d-print-inline-block {
    display: inline-block    !important; }

  .d-print-block {
    display: block           !important; }

  .d-print-table {
    display: table           !important; }

  .d-print-table-cell {
    display: table-cell      !important; }

  .d-print-table-row {
    display: table-row       !important; }

  .d-print-flex {
    display: flex            !important; }

  .d-print-inline-flex {
    display: inline-flex     !important; }

  a[href]:after {
    content: none;
  }

  i.fa.fa-bars, .btn-sign-in, header, .icon-asbr-logo {
    display: none;
  }

  #asb-print-logo {
    display: block;
  }
}
@media (min-width: 768px) {
  .visible-sm {
    visibility: visible     !important; }

  .invisible-sm {
    visibility: hidden      !important; }

  .d-sm-none {
    display: none           !important; }

  .d-sm-inline {
    display: inline         !important; }

  .d-sm-inline-block {
    display: inline-block   !important; }

  .d-sm-block {
    display: block          !important; }

  .d-sm-table {
    display: table          !important; }

  .d-sm-table-cell {
    display: table-cell     !important; }

  .d-sm-table-row {
    display: table-row      !important; }

  .d-sm-flex {
    display: flex           !important; }

  .d-sm-inline-flex {
    display: inline-flex    !important; } }
@media (min-width: 992px) {
  .visible-md {
    visibility: visible     !important; }

  .invisible-md {
    visibility: hidden      !important; }

  .d-md-none {
    display: none           !important; }

  .d-md-inline {
    display: inline         !important; }

  .d-md-inline-block {
    display: inline-block   !important; }

  .d-md-block {
    display: block          !important; }

  .d-md-table {
    display: table          !important; }

  .d-md-table-cell {
    display: table-cell     !important; }

  .d-md-table-row {
    display: table-row      !important; }

  .d-md-flex {
    display: flex           !important; }

  .d-md-inline-flex {
    display: inline-flex    !important; } }
@media (min-width: 1200px) {
  .visible-lg {
    visibility: visible     !important; }

  .invisible-lg {
    visibility: hidden      !important; }

  .d-lg-none {
    display: none           !important; }

  .d-lg-inline {
    display: inline         !important; }

  .d-lg-inline-block {
    display: inline-block   !important; }

  .d-lg-block {
    display: block          !important; }

  .d-lg-table {
    display: table          !important; }

  .d-lg-table-cell {
    display: table-cell     !important; }

  .d-lg-table-row {
    display: table-row      !important; }

  .d-lg-flex {
    display: flex           !important; }

  .d-lg-inline-flex {
    display: inline-flex    !important; } }
@media (min-width: 1200px) {
  .visible-xl {
    visibility: visible     !important; }

  .invisible-xl {
    visibility: hidden      !important; }

  .d-xl-none {
    display: none           !important; }

  .d-xl-inline {
    display: inline         !important; }

  .d-xl-inline-block {
    display: inline-block   !important; }

  .d-xl-block {
    display: block          !important; }

  .d-xl-table {
    display: table          !important; }

  .d-xl-table-cell {
    display: table-cell     !important; }

  .d-xl-table-row {
    display: table-row      !important; }

  .d-xl-flex {
    display: flex           !important; }

  .d-xl-inline-flex {
    display: inline-flex    !important; } }
.main-content {
  line-height: 1.5;
  font-family:'Avenue', 'Open Sans', 'sans-serif', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-weight: 300;
  font-size: 1rem;
  color: #000; }

p {
  max-width: 40em;
  margin: 0 0 1em; }

small, .small {
  font-size: 80%; }

a {
  color: #1F5283;
  text-decoration: none;
  transition: all 200ms ease; }

a:hover {
  color: #d43f3a;
  text-decoration: underline; }

a:focus,
a:active,
a.active,
a.dropdown-toggle {
  outline: none;
  color:#207C92;
  text-decoration: none; }

a:disabled, a.disabled {
  color: #e29a97;
  text-decoration: none;
  cursor: default; }

a .icon {
  fill: #B43131; }

a:hover .icon {
  fill: #C82F32; }

a:focus .icon,
a:active .icon,
a.active .icon,
a.dropdown-toggle .icon {
  fill: #C82F32; }

a:disabled .icon,
a.disabled .icon {
  fill: #e29a97; }

a.primary {
  color:#B43131;
  text-decoration-color: #B43131;
 }

 a.primary:hover{
   text-decoration: underline;
 }
a.secondary {
  color:#0C7379;
  text-decoration-color: #2D5A5C;
}

a.info {
  color:#0C7379;
  text-decoration-color: #2D5A5C; 
}

a.success {
  color: #317033;
  text-decoration-color: #317033; }

a.warning {
  color: #d8a200;
  text-decoration-color: #d8a200; }

a.danger {
  color: #c30027;
  text-decoration-color: #c30027; }

a.gray {
  color: #515a5b;
  text-decoration-color: #515a5b; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.display-1,
.display-2,
.display-3,
.display-4 {
  line-height: 1;
  margin: 1em 0 0.5em; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: 'Avenue' 'Museo Slab', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; }

.display-1,
.display-2,
.display-3,
.display-4 {
  font-family: 'Avenue' 'Museo Slab', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; }

h1, .h1 {
  font-size: 3.1573345183rem;
  font-weight: 300;
  text-transform: inherit; }

h2, .h2 {
  font-size: 2.368593037rem;
  font-weight: 300;
  text-transform: inherit; }

h3, .h3 {
  font-size: 1.776889rem;
  font-weight: 300;
  text-transform: inherit; }

h4, .h4 {
  font-size: 1.333rem;
  font-weight: 300;
  text-transform: inherit; }

h5, .h5 {
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase; }

h6, .h6 {
  font-size: 0.8rem;
  font-weight: 400;
  text-transform: uppercase; }

.display-1 {
  font-size: 3.9975843648rem;
  font-weight: 300;
  text-transform: inherit; }

.display-2 {
  font-size: 2.827145944rem;
  font-weight: 300;
  text-transform: inherit; }

.display-3 {
  font-size: 1.999396rem;
  font-weight: 300;
  text-transform: inherit; }

.display-4 {
  font-size: 1.414rem;
  font-weight: 300;
  text-transform: inherit; }

*.alt,
h1.alt, .h1.alt,
h2.alt, .h2.alt,
h3.alt, .h3.alt,
h4.alt, .h4.alt,
h5.alt, .h5.alt,
h6.alt, .h6.alt,
.display-1.alt,
.display-2.alt,
.display-3.alt,
.display-4.alt {
  font-family: 'Avenue', 'serif', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-weight: 300; }

.lead {
  font-size: 1.333rem;
  font-weight: 300; }

.text-muted {
  color: #606B6C; }

@media (min-width: 992px) {
  body div.wrapper div main div.content-wrapper{
    font-size: 1.25rem;
    line-height: 1.5; 
  }

  h1, .h1,
  h2, .h2,
  h3, .h3,
  h4, .h4,
  h5, .h5,
  h6, .h6,
  .display-1,
  .display-2,
  .display-3,
  .display-4 {
    line-height: 1; }

  h1, .h1 {
    font-size: 4.996980456rem; }

  h2, .h2 {
    font-size: 3.53393243rem; }

  h3, .h3 {
    font-size: 2.499245rem; }

  h4, .h4 {
    font-size: 1.7675rem; }

  h5, .h5 {
    font-size: 1.25rem; }

  h6, .h6 {
    font-size: 1rem; }

  .display-1 {
    font-size: 8.5669075872rem; }

  .display-2 {
    font-size: 5.29475129rem; }

  .display-3 {
    font-size: 3.272405rem; }

  .display-4 {
    font-size: 2.0225rem; }

  .lead {
    font-size: 1.7675rem; }

  small, .small {
    font-size: 80%; } }
@media (min-width: 768px) {
  .h1-sm {
    font-size: 3.1573345183rem;
    font-weight: 300;
    text-transform: inherit; }

  .h2-sm {
    font-size: 2.368593037rem;
    font-weight: 300;
    text-transform: inherit; }

  .h3-sm {
    font-size: 1.776889rem;
    font-weight: 300;
    text-transform: inherit; }

  .h4-sm {
    font-size: 1.333rem;
    font-weight: 300;
    text-transform: inherit; }

  .h5-sm {
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase; }

  .h6-sm {
    font-size: 0.8rem;
    font-weight: 400;
    text-transform: uppercase; }

  .display-1-sm {
    font-size: 3.9975843648rem;
    font-weight: 300;
    text-transform: inherit; }

  .display-2-sm {
    font-size: 2.827145944rem;
    font-weight: 300;
    text-transform: inherit; }

  .display-3-sm {
    font-size: 1.999396rem;
    font-weight: 300;
    text-transform: inherit; }

  .display-4-sm {
    font-size: 1.414rem;
    font-weight: 300;
    text-transform: inherit; }

  .h1-sm.alt,
  .h2-sm.alt,
  .h3-sm.alt,
  .h4-sm.alt,
  .h5-sm.alt,
  .h6-sm.alt,
  .display-1-sm.alt,
  .display-2-sm.alt,
  .display-3-sm.alt,
  .display-4-sm.alt {
    font-family: 'Avenue',  'serif', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
    font-weight: 300; } }
@media (min-width: 992px) {
  .h1-md {
    font-size: 3.1573345183rem;
    font-weight: 300;
    text-transform: inherit; }

  .h2-md {
    font-size: 2.368593037rem;
    font-weight: 300;
    text-transform: inherit; }

  .h3-md {
    font-size: 1.776889rem;
    font-weight: 300;
    text-transform: inherit; }

  .h4-md {
    font-size: 1.333rem;
    font-weight: 300;
    text-transform: inherit; }

  .h5-md {
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase; }

  .h6-md {
    font-size: 0.8rem;
    font-weight: 400;
    text-transform: uppercase; }

  .display-1-md {
    font-size: 3.9975843648rem;
    font-weight: 300;
    text-transform: inherit; }

  .display-2-md {
    font-size: 2.827145944rem;
    font-weight: 300;
    text-transform: inherit; }

  .display-3-md {
    font-size: 1.999396rem;
    font-weight: 300;
    text-transform: inherit; }

  .display-4-md {
    font-size: 1.414rem;
    font-weight: 300;
    text-transform: inherit; }

  .h1-md.alt,
  .h2-md.alt,
  .h3-md.alt,
  .h4-md.alt,
  .h5-md.alt,
  .h6-md.alt,
  .display-1-md.alt,
  .display-2-md.alt,
  .display-3-md.alt,
  .display-4-md.alt {
    font-family: 'Avenue', 'serif', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
    font-weight: 300; } }
@media (min-width: 1200px) {
  .h1-lg {
    font-size: 3.1573345183rem;
    font-weight: 300;
    text-transform: inherit; }

  .h2-lg {
    font-size: 2.368593037rem;
    font-weight: 300;
    text-transform: inherit; }

  .h3-lg {
    font-size: 1.776889rem;
    font-weight: 300;
    text-transform: inherit; }

  .h4-lg {
    font-size: 1.333rem;
    font-weight: 300;
    text-transform: inherit; }

  .h5-lg {
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase; }

  .h6-lg {
    font-size: 0.8rem;
    font-weight: 400;
    text-transform: uppercase; }

  .display-1-lg {
    font-size: 3.9975843648rem;
    font-weight: 300;
    text-transform: inherit; }

  .display-2-lg {
    font-size: 2.827145944rem;
    font-weight: 300;
    text-transform: inherit; }

  .display-3-lg {
    font-size: 1.999396rem;
    font-weight: 300;
    text-transform: inherit; }

  .display-4-lg {
    font-size: 1.414rem;
    font-weight: 300;
    text-transform: inherit; }

  .h1-lg.alt,
  .h2-lg.alt,
  .h3-lg.alt,
  .h4-lg.alt,
  .h5-lg.alt,
  .h6-lg.alt,
  .display-1-lg.alt,
  .display-2-lg.alt,
  .display-3-lg.alt,
  .display-4-lg.alt {
    font-family: 'Avenue', 'serif', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
    font-weight: 300; } }
@media (min-width: 1200px) {
  .h1-xl {
    font-size: 3.1573345183rem;
    font-weight: 300;
    text-transform: inherit; }

  .h2-xl {
    font-size: 2.368593037rem;
    font-weight: 300;
    text-transform: inherit; }

  .h3-xl {
    font-size: 1.776889rem;
    font-weight: 300;
    text-transform: inherit; }

  .h4-xl {
    font-size: 1.333rem;
    font-weight: 300;
    text-transform: inherit; }

  .h5-xl {
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase; }

  .h6-xl {
    font-size: 0.8rem;
    font-weight: 400;
    text-transform: uppercase; }

  .display-1-xl {
    font-size: 3.9975843648rem;
    font-weight: 300;
    text-transform: inherit; }

  .display-2-xl {
    font-size: 2.827145944rem;
    font-weight: 300;
    text-transform: inherit; }

  .display-3-xl {
    font-size: 1.999396rem;
    font-weight: 300;
    text-transform: inherit; }

  .display-4-xl {
    font-size: 1.414rem;
    font-weight: 300;
    text-transform: inherit; }

  .h1-xl.alt,
  .h2-xl.alt,
  .h3-xl.alt,
  .h4-xl.alt,
  .h5-xl.alt,
  .h6-xl.alt,
  .display-1-xl.alt,
  .display-2-xl.alt,
  .display-3-xl.alt,
  .display-4-xl.alt {
    font-family: 'Avenue', 'serif', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
    font-weight: 300; } }
.icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin: -.2em .2em 0; }

.icon.icon-sm {
  width: 20px;
  height: 20px; }

.icon.icon-md {
  width: 30px;
  height: 30px; }

.icon.icon-lg {
  width: 40px;
  height: 40px; }

.icon.icon-xl {
  width: 50px;
  height: 50px; }

.rotate-45 {
  transform: rotate(45deg); }

.rotate-90 {
  transform: rotate(90deg); }

.rotate-135 {
  transform: rotate(135deg); }

.rotate-180 {
  transform: rotate(180deg); }

.rotate-225 {
  transform: rotate(225deg); }

.rotate-270 {
  transform: rotate(270deg); }

.rotate-315 {
  transform: rotate(315deg); }

.spin {
  animation-name: infinite-spin;
  animation-duration: 800ms;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.1, 0.4, 0.9, 0.6); }

@keyframes infinite-spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
.form-check {
  position: relative;
  display: block; }

.form-check-inline {
  display: inline-block;
  margin-right: 1.5rem; }

.form-check-input {
  position: absolute;
  opacity: 0; }

.form-check-label {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  margin-left: 1.5em; }

.form-check-input ~ .form-check-label:before {
  content: "";
  position: absolute;
  display: inline-block;
  top: .2em;
  left: -1.5em;
  height: 1em;
  width: 1em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 90% 90%;
  background-color: #FFF;
  border: 0.05rem solid #a8b0b0;
  border-radius: .1em;
  transition: all 200ms ease; }

.form-check-input[type=checkbox]:checked ~ .form-check-label:before {
  background-color: #B43131;
  background-image: url("/sites/all/themes/asb/assets/img/financialcheckup/arrow.svg");}

.form-check-input[type=checkbox]:indeterminate ~ .form-check-label:before {
  background-color: #B43131;
  background-image: url("/sites/all/themes/asb/assets/img/financialcheckup/arrow.svg");}

.form-check-input:focus ~ .form-check-label:before {
  box-shadow: 0, 0, 0, 0.1em, rgba(96, 107, 108, 0.2); }

.form-check-input:disabled ~ .form-check-label {
  color: #838e90; }

.form-check-input:disabled ~ .form-check-label:before {
  opacity: .5; }

.form-check-input[type=radio] ~ .form-check-label:before {
  border-radius: .1em; }

.form-check-input[type=radio]:checked ~ .form-check-label:before {
  background-color:#B43131;
  background-image: url("/sites/all/themes/asb/assets/img/financialcheckup/arrow.svg");}

.m-x-auto {
  margin-left: auto;
  margin-right: auto; }

.m-t-0 {
  margin-top: 0; }

.m-t-2 {
  margin-top: 2rem; }

.m-b-2 {
  margin-bottom: 2rem; }

h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  font-weight: 100;
  color: inherit; }

html {
  width: 100%;
  height: 100%;
  font-size: 16px; }

body {
  display: block;
  width: 100%;
  height: 100%; }

.checkup {
  background: url("/sites/all/themes/asb/assets/img/financialcheckup/checkup-background.jpg") no-repeat right center;
  background-size: cover;
  background-color: #FCFCFC;
}
  .checkup main {
    height: 100%; }

.content-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 75px; }
  .content-wrapper #question {
    padding-top: 150px; }

.form-check-inline label,
.form-check-inline label:before,
.form-check label,
.form-check label:before {
  cursor: pointer; }

.form-check-inline label {
  font-size: 1.333em;
  font-family: 'Avenue', 'Museo Slab', 'sans-serif';
  font-weight: 100; }

.form-check label {
  font-size: 1.250em;
  font-family: 'Avenue', 'Museo Slab', 'sans-serif';
  font-weight: 100; }

#positive-loading,
#negative-loading,
#results-loading {
  padding-top: 150px; }

#positive-loading .icon,
#negative-loading .icon,
#results-loading .icon {
  display: block;
  height: 6rem;
  width: 6rem;
  margin-left: auto;
  margin-right: auto;
  fill: #B43131;
}

@media (min-width: 992px) {
  .q-content {
    border-left: 1px solid #cdd1d1;
    padding-left: 3%;
    padding-top: 3rem;
    padding-bottom: 3rem; } }
.start-checkup {
  display: flex;
  flex-direction: column;
  background: url("/sites/all/themes/asb/assets/img/financialcheckup/start-background.jpg") no-repeat center center;
  background-size: cover; 
  min-height: 92%;
  height: 92%;}
  .start-checkup h1 {
    font-weight: 500; }
  .start-checkup .welcome {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1; }
  .start-checkup .start-checkup .banker-link {
    padding-top: 3%;
    padding-bottom: 3%; }

.score-gauge {
  position: relative; }
  .score-gauge canvas {
    display: block;
    margin: 0 auto; }
  .score-gauge h4 {
    margin: -3.5rem auto 0;
    text-align: center; }

#my-results hr {
  border-color: #cdd1d1;
  margin: 3rem 0; }
  #my-results hr.m-t-0 {
    margin-top: 0; }

.recommendation-title {
  font-family: 'Avenue', 'Open Sans', 'sans-serif'; }

.suggestions a {
  display: block; }
  .suggestions a h5 {
    text-transform: none;
    font-weight: 100; }

.mobile-footer {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 0;
  width: auto;
  height: 50px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #cdd1d1;
  background: #FFF;
  padding-top: 5px;
  z-index: 101;
  margin-left: -18px;
  margin-right: -18px; }

.text-muted svg {
  fill: #606B6C; }

#previous, #previous-mobile {
  cursor: pointer; }

#submit-results-mobile {
  font-weight: bold; }

.suggestions img {
  width: 150px; }

#banker-assisted input{
    width: 200px;
    display: inline-block;
}

#banker-assisted button{
    background: #B43131;
    color: #ffffff;
    border: none;
    box-shadow: none;
    padding: 0 1em;
    line-height: 40px;
    height: 40px;
    border-radius: 0;
    font-size: 16px;
    margin-top: 5px;
    transition: all 0.15s ease-in-out;
}

#banker-assisted button:hover{
    background: #C82F32;
}

#banker-assisted .text-success{
    font-size: 12px;
    display: inline-block;
}

@media (max-width: 992px) {
  .container .content-wrapper #question {
    padding-top: 5%;
    min-height: 250px;
  }
  .appointment-img{
    padding-top: 25px;
  }
}

/* Overwriting main.css for the blue bar in header */
@media (max-width: 767px) and (min-width: 0px) {
  header {
    padding-bottom: none;
    border-bottom: none;
  }
}

#printBtn {
  margin: 35px 0 50px 0;
}

.blue-txt {
  font-family: 'Avenue', 'museo slab', 'arial';
  color: #337ab7;
}

#checkup-results {
  line-height: 2.5;
}
.pad-row {
    padding: 15px;
}

footer {
    display: none;
}

.wrapper {
    height: 100%;
}

#asb-print-logo {
  height: 100px;
  width: auto;
}

.appointment-img{
    width: 100%;
}

.custom-select{
    box-shadow: 0 10px 50px rgba(0,0,0,0.19), 0 0 10px rgba(0,0,0,0.23);
    border-style: solid;
    border-width: 2px;
    height: 60px;
    width: 100%;
    text-align-last:center; 
}

.branch-select{
    border-color: #76bc21;
}

#islands{
    border-color: #005288;
}

#appt-subheader{
    margin-bottom: -25px;
}

.make-appointment h2{
    font-weight: 600;
    font-size: 38px;
}

div#make-an-appointment {
    margin-bottom: 25px;
}

#make-an-appointment .container:first-of-type{
    margin-top: 30px;
}

#printBtn {
  border-radius: 25px;
  background-color: #B43131;
  color: #FFFFFF;
}

#printBtn:hover{
  background-color: #C82F32;
}

.search {
  font-size: 14px;
}
/*# sourceMappingURL=style.css.map */ 