.pardot-form {
    text-align: left;
}
.btn-pardot-form-submit {
    width: 10rem;
    max-width: 100%;
}
@media (min-width: 768px) {
    .pardot-form .button-container {
        text-align: right;
    }
}

a.anchor {
    display: block;
    position: relative;
    top: -135px;
    visibility: hidden;
    height: 0;
}

.abs-centered-wrapper {
	display: table;
	width: 100%;
}
.abs-centered {
	display: table-cell;
	text-align: center;
}


/*.content-section {
	padding-top: 15px;
	padding-bottom: 15px;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	background-color: #fff;
	margin: 20px auto;
	box-shadow:	0 0px 6px 0px rgba(0, 0, 0, 0.20);
	overflow: hidden;
}*/

.content-section,
.default-container {
    margin: 30px auto;
    overflow-x: visible;
}

body.inner-page > form > .content {
	margin-top: -20px;
	/*margin-bottom: -20px;*/
}

body.fixed-header.inner-page > form > .content {
    margin-top: 50px;
}


.content-section-title {
	margin-left: -15px;
	margin-right: -15px;
	margin-top: -15px;
	margin-bottom: 15px;
	padding: 24px 10px;
	line-height: 1;
	background-color: #f1f1f0;
	text-align: center;
}

.footer-holder-1 {
	padding-top: 40px;
	overflow: hidden;
	background-color: #ebeaea;
}
.footer-1, 
.footer-2 {
    font-family: 'LFTEtica', sans-serif;
    font-size: 13px;
}

.footer-heading {
    margin: 3px 0;
    font-family: 'LFTEtica', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
}
.footer-content {
    text-transform: uppercase;
    letter-spacing: 1px;
    /*padding-bottom: 50px;*/
}
.footer-content p {
    margin-bottom: 20px;
}


@media (min-width: 992px) {
    .footer-content {
        padding-bottom: 0;
    }
    .footer-1 > .row > .right-border {
        border-right: 1px solid #bcb5ab;
    }
}

.footer-2 {
    margin-top: 20px;
    border-top: 1px solid #bcb5ab;
	/*background: url('../images/layout/hopewell-bmc-logo-grey-2018-203x28.png') 0 center no-repeat transparent;*/
	font-size: 11px;
    /*padding-left: 260px;*/
	padding-right: 10px;
}
.footer-2 .logo,
.footer-2 .privacy {
    display: block;
    margin: 20px 0;
}
    @media (min-width: 768px) {
        .footer-2 .logo,
        .footer-2 .privacy {
            display: inline-block;
            margin-right: 30px;
        }
    }



/*@media (min-width: 768px) {*/
@media (min-width: 992px) {
	.footer-1 .col {
		height: 240px;
	}
}

.top-header {
    font-family: 'LFTEtica', sans-serif;
    font-weight: bold;
	background-color: #2dbfc2;
	display: block;
	border-bottom: 1px solid #bcb5ab;
	font-size: 13px;
	text-transform: uppercase;
    letter-spacing: 2px;
    color: #005581;
}
.top-header > .container {
    position: relative;
}
.top-header-text {
    text-align: center;
    padding-top: 14px;
    padding-bottom: 14px;
}

.top-header-text a {
    color: #005581;
    text-decoration: underline;
}

.top-header .hopewell-logo {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -11px;
    display: none;
}

.hopewell-logo {
    width: 105px;
    height: 22px;
    background: url('/images/layout/mahoganysite_hopewell-logo.png') 0 0 no-repeat transparent;
    background-size: 105px 22px;
}

    @media (min-width: 992px) {
        .top-header-text {
            padding-left: 130px;
            padding-right: 130px;
        }
        .top-header .hopewell-logo {
            display: inline-block;
        }
    }

.footer-1 .social-icons {
    margin-left: -10px;
}

a.top-header-anchor { color: #4b4b4b; }
a.top-header-anchor:hover { color: #ac4503; }

.footer-1 .social-icons .social-icon {
	display: inline-block;
	margin: 0 10px;
	text-align: center;
	vertical-align: middle;
	font-size: 30px;
}

@media (max-width: 767px) {
	.content-section {
		box-shadow: none;
	}
}


.hide-nav .top-header,
.hide-nav .navbar,
.hide-nav .footer {
    display: none;
}