.page-header-wrapper {
    height: auto !important;
}

.page-header-wrapper h1 {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    line-height: normal;
}

.page-header-wrapper p {
    font-family: TimesNewRomanPS-MT;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin: 23px auto 0;
    max-width: 654px;
}

.page-header-wrapper.title-60 h1 {
    font-size: 60px;
}

.page-header-wrapper .page-header-inner {
    position: relative;
    z-index: 30;
    text-align: center;
    padding: 48px 0 65px;
}

.footer-main {
    position: relative;
    border-top: none;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.footer-main:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 24px;
    background-color: #fff;
    display: block;
}

.footer-main:before {
    content: "";
    position: absolute;
    width: 38px;
    height: 38px;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}