.path-frontpage .jumbotron{
  background: url("../img/shuksan-background.png") no-repeat top center;
  background-color: #17234E;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  min-height:450px;
  -webkit-background-size: cover;
  background-size: cover;
  border-radius:0;
  position: relative;
  padding-top:30px;
}
.path-frontpage .jumbotron .field--name-body{
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
}
.path-frontpage .jumbotron .main-buttons{
  text-align: center;
}
.path-frontpage .jumbotron .main-buttons .caret{
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid rgba(51,102,153,1.0);
}
.path-frontpage .jumbotron .btn{
  margin:15px 10px;
  background:rgba(255,255,255,0.85);
  border-radius:3px;
  font-size: 20px;
  line-height: 1em;
  font-weight: normal;
  padding:10px 25px 8px 25px;
  text-transform: uppercase;
}
.path-frontpage .jumbotron .main-buttons .account-open-button-home{
  color:rgba(0,102,51,1.0);
  border:1px solid #006633;
}
.path-frontpage .jumbotron .main-buttons .account-open-learn-more{
  color:rgba(51,102,153,1.0);
  border:1px solid #336699;
}
.main-buttons .dropdown{
  display:inline-block;
}
.main-buttons .dropdown-menu{
  background: rgba(255,255,255,0.85);
  border-radius: 0 0 3px 3px;
  border: 1px solid #336699;
  border-top: none;
  color: rgba(51,102,153,1.0);
  font-size: 1.1em;
  margin-left: 10px;
  margin-top: -15px;
  padding: 5px 15px;
  width: calc(100% - 20px);
}
.main-buttons .dropdown-menu a,
.main-buttons .dropdown-menu a:hover{
  background: none;
  color: rgba(51,102,153,1.0);
}
.path-frontpage .jumbotron .main-buttons .dropdown.open .account-open-learn-more{
  border-radius: 3px 3px 0 0;
}
.path-frontpage .jumbotron h2{
  color:#efefef;
  font-size: 1.8em;
  font-weight: 200;
  margin:0 auto;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .path-frontpage .jumbotron{
    min-height:675px;
    padding-top:48px;
  }
  .path-frontpage .jumbotron h2{
    font-size: 2.1em;
  }
  .path-frontpage .jumbotron .btn{
    font-size: 23px;
    padding:15px 55px 12px 55px;
  }
  .path-frontpage .jumbotron .field--name-body {
    justify-content: flex-end;
  }
}