.p-page__title {
    position: relative;
    color: #ffffff ;
    background: #b4a459;
    font-size: 14pt ;
    line-height: 1;
    margin: 20px -10px 20px -10px;
    padding: 10px 5px 10px 20px;
    border-top:3px solid #e1dbbd;
}

.p-page__title:after, .p-page__title:before {
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-top: 5px solid #333;
}
.p-page__title:after {
    left: 0;
    border-right: 5px solid #333;
}
.p-page__title:before {
    right: 0;
    border-left: 5px solid #333;
}

.c-alert{
background:#fff;
color:#444;
border:1px solid #b4a459;
}

.c-input--text {
    border: 2px solid #b4a459;
}
.p-page__body-inner {
border-top:1px solid #b4a459;
}

.c-button--lg {
    background: #e1dbbd;
}
  .c-button--lg:hover {
background:#b4a459;
}

.c-button--primary {
    background: #b4a459;
}
  .c-button--primary:hover {
    background: #9b820d;
  }
