html, body {
  height: 100%;
}
body {
  display: flex;
  flex-direction: column;
}
.container {
  flex: 1 0 auto;
}
form{
    flex: 1 0 auto;
}

.footer-notch-wrap {
  flex-shrink: 0;
}

.footer-outer-container {
    color: #bebdc0;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;

}

.footer-outer-container .h3 {
    border-top: none;
    padding: 20px 0 0;
    color: #bebdc0;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 0.4rem;
}

.footer-outer-container a {
    color: #bebdc0;
    text-decoration: none;
}

.footer-outer-container a:hover {
    color: white;
}

.footer-outer-container ul {
    list-style: none;
    padding: 0;
}

.footer-outer-container ul li {
    margin-bottom: 0;
}

.footer-outer-container .footer-logo {
    display: block;
}

.footer-outer-container .footer-logo img {
    display: inline-block;
}

.footer-notch-wrap {
    width: 100%;
    overflow-x: hidden;
}

.footer-notch {
    position: relative;
    width: 100%;
    margin-top: 15px;
    background: #464646;
    background: -moz-linear-gradient(top, #464646 0%, #333 100%);
    background: -webkit-linear-gradient(top, #464646 0%, #333 100%);
    background: linear-gradient(to bottom, #464646 0%, #333 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#464646', endColorstr='#333', GradientType=0);
}

.footer-notch__inner {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px;
}

.footer-notch__inner::before {
    content: "";
    position: absolute;
    top: -15px;
    left: -100%;
    display: block;
    width: 100%;
    height: 20px;
    background-color: #464646;
}

.footer-notch__notch {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.footer-notch__notch::after {
    content: "";
    position: absolute;
    top: -15px;
    left: -10px;
    display: block;
    width: 35%;
    height: 20px;
    background-color: #464646;
    border-radius: 2px;
    transform: skewX(30deg);
}

.footer-notch__other-rounding {
    box-sizing: content-box;
    position: absolute;
    top: -5px;
    left: calc(35% - 10px);
    width: 5px;
    height: 5px;
    border-bottom: 1px solid #464646;
    border-left: 1px solid #464646;
    border-bottom-left-radius: 2px;
    transform: skewX(30deg);
}

.footer-notch--fluid {
    max-width: none;
}

.section-diagonal-right .section-diagonal-right-content {
    -webkit-transform: skew(0deg, 0deg) !important;
    -ms-transform: skew(0deg, 0deg) !important;
    transform: skew(0deg, 0deg) !important;
    margin-top: 0px;
}

.section-diagonal-right {
    -webkit-transform: skew(0deg, 0deg) !important;
    -ms-transform: skew(0deg, 0deg) !important;
    transform: skew(0deg, 0deg) !important;
    margin-bottom: -4px !important;
}

.section-default {
    margin-bottom: -15px;
}

.footer-container{
    background: linear-gradient(to bottom, #464646 0%, #333 100%);
    padding-top: 5px;
}