html,
body {
  margin: 0;
  padding: 0;
  font: 400 14px/16px "Open Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  scroll-behavior: smooth;
}

a.accent{
    color: #2d6069;
}

@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }

    .toolbar {
        display: none !important;
    }

    .main-box .flex-box {
        display: none !important;
    }
}

.wide-container {
    background-color: #2d6069;
    color: #fff;
    padding: 10px;
    min-height: 290px;
    height: auto;
    /* background-image: url('/budget/assets/Budget_hero.jpg'); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.container {
    max-width: 1230px;margin: 0 auto;
}

.container.flex {
    display: flex;
}

.lead-container {
    width: 60%;
}

.lead-container a:hover {
    color: #fff;
    opacity: 0.7;
}
.lead-container h2 {
    font-size: 15px;
}

.breadcrumbs-container {
    margin: 0;
    display: flex;
    align-items: center;
  }
  
  .breadcrumbs-container a {
    text-transform: uppercase;
    display: inline-block;
    font-weight: 700;
    font-size: 11px;
    line-height: 10px;
    letter-spacing: 1.2px;
    word-wrap: break-word;
    color: #fff;
    margin: 0 3px;
    opacity: 0.95;
  }







.input-container {
    display: flex;
    flex-wrap: no-wrap;
    margin-bottom: 35px;
    position: relative;
}
.auth-help.hide,
.input-container.hide {
    display: none;
}
.auth-help.final,
.input-container.final {
    display: none;
}
.auth-help.final.show,
.input-container.final.show {
    display: flex;
}

.input-container .Input{
    width: 100%;
    position: relative;
    padding-left: 0;
}


.input-container .Button-holder{
    padding: 10px;
    min-width: 150px;
    height: 65px;
}

.input-container .Button-holder > button{
    height: 100%;
    background-color: #006171;
    color: #ffffff;
    width: 100%;
    /* font-weight: 800; */
    padding: 0;
    font-size: 12px;
}

.input-container .validation-error {
    display: none;
    position: absolute;
    top: 65px;
    left: 0;
    right: 0;
    font-size: 12px;
    color: #fff;
}
.input-container .validation-error.show {
    display: block;
}

.signup-errors {
    margin-top: -30px;
    display: none;
    flex-direction: column;
    margin-bottom: 15px;
}
.signup-errors.show {
    display: flex;
}

.signup-errors span{
    color: red;
}

.auth-help {
    display: flex;
    justify-content: space-between;
}

.auth-help > a {
    color: #fff;
}
.auth-help > p {
    margin: 0;
}
.auth-help > p > a{
    color: #fff;
    text-decoration: underline;
}

.topic-image {
    width: 40%;
    padding-left: 60px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    object-fit: contain;
}
.topic-image img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: contain;
}




.content {
  text-align: center;
}

.content h2{
  font-weight: 600;
}
.content h3{
  font-size: 19px;
}

.tile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  padding: 50px;
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: 0 5px 12px rgba(0,0,0,.2);
  overflow: hidden;
  text-align: left;
}
.tile h3{
  font-weight: 600;
  font-size: 24px;
}
.tile h4{
  font-size: 16px;
}

.tile .desc {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    box-sizing: border-box;
    padding-right: 50px;
    width: 490px;
}

.tile .desc ul {
  list-style: none;
}

.tile .desc a {
  margin-top: 15px;
}

.tile .info {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.tile .info >img{
  max-height: 400px;
  object-fit: contain;
}
.tile .info .review .name {
  font-weight: 600;
}
.tile .info .review {
  display: flex;
  margin-top: 30px;
  align-items: center;
}
.tile .info .review >img {
  border-radius: 50%;
  margin-right: 15px;
}

.tile .tile-list-title {
  font-weight: bold;
}




.features {
  min-height: 500px;
  display: flex;
  align-items: center;
}

.features .features-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 50px;
}

.features .features-container .feature-wrapper {
  padding: 12px;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  max-width: 25%;
}


.features .features-container .feature-wrapper:first-of-type {
  padding-left: 0;
}
.features .features-container .feature-wrapper:last-of-type {
  padding-right: 0;
}



.features .features-container .feature-wrapper .feature {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 24px;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  background: #fff;
  border-radius: 3px;
  text-decoration: none !important;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.06), 0 1px 3px 0 rgba(0, 0, 0, 0.05);
  height: 100%;
}

.features .features-container .feature-wrapper .feature .icon {
  height: 60px;
  width: 60px;
  margin: 12px;
}
.features .features-container .feature-wrapper .feature h5 {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: center;
  color: #454d54;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 12px;
}
.features .features-container .feature-wrapper .feature p {
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #6d7882;
  width: 100%;
}






@media only screen and (max-width: 900px) {
  .wide-container {
      height: auto;
      padding-bottom: 0;
  }
  

  .lead-container {
      width: 100%;
  }
  
  .budget-header {
      font-size: 1.3em;
  }

  .budget-sub-header {
      font-size: 0.9em;
  }

  .topic-image {
      display: none;
  }

  .input-container {
      flex-direction: column;
      margin-bottom: 0;
  }


  .input-container .Input{
      padding-left: 10px;
  }

  .input-container .validation-error {
      position: initial;
  }


  .signup-errors {
      margin-top: 0px;
  }

  .auth-help > a {
      margin-top: 20px;
  }

  .auth-help.final.show {
      flex-direction: column-reverse;
  }


  .tile {
    padding-top: 0;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tile .desc {
    width: auto;
    flex-shrink: 1;
    padding-right: 0;
  }

  .tile .info {
    display: none;
  }

  .features .features-container {
    flex-wrap: wrap;
  }
  .features .features-container .feature-wrapper {
    flex: 0 1 50%;
    max-width: 50%;
    padding: 0;
  }


  
}





.pac-container {
border-radius: 0 0 4px 4px !important;
background-color: #fff;
position: absolute!important;
z-index: 1000;
border-top: 1px solid #d9d9d9;
font-family: Arial,sans-serif;
box-shadow: 0 2px 6px rgba(0,0,0,0.3);
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
overflow: hidden;
}



.pac-container .pac-item {
padding-left: 32px !important;
padding-top: 15px !important;
padding-bottom: 15px !important;
}

.pac-item {
padding: 4px 2px;
font-family: "Open Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif !important;
font-size: 18px !important;
cursor: pointer;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
line-height: 30px;
text-align: left;
border-top: 1px solid #e6e6e6;
color: #999;
}

.pac-container .pac-item span.pac-icon {
display: none;
}

.pac-container .pac-item span.pac-item-query {
font-size: 18px !important;
font-family: "Open Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif !important;
}