.p-banner {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    height: calc(100vh + 2px);
	border-bottom: solid 10px var(--red);
}
.p-banner-inner {
    width: 300px;
    margin: 30px auto 0px 0px;
    background-color: transparent;
    padding: 20px 0px 15px 30px;
    position: relative;
    bottom: 0px;
    text-align: left;
	border-left: solid 7px var(--red);
}
.p-banner H1 {
    font-size: 1.2em !important;
    font-weight: 200;
    display: block;
    padding: 0px 0px;
    margin: 0.1em auto 0.5em 0em;
    line-height: 1.3em;
    color: #fff !important;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.0);
    text-transform: none;
}

/*-------------------*/

.btn.btn-primary {
    color: #fff;
    background-color: var(--red);
	border-radius: 2px;
	text-transform: uppercase;
	font-weight: 300 !important;
}

/*--------------------------*/

.ranges-section .h-c2a-logo {
    border-left: solid 4px var(--red);
}

/*--------------------*/

P.F-header {
    border-bottom: solid 2px var(--red);
}











