/*
Acquisition page
---------------------------------------------------------------------------------------------------- */

/* Remove distracting layout elements */
.page-id-626.custom-background { background: none; }
.page-id-626 .site-header,
.page-id-626 .site-footer,
.page-template-page_acquisition .header-widget-area,
.page-template-page_acquisition .nav-primary {
	display: none;
}

article.post-626 .entry-header,
article.post-626 .entry-content {
    text-align: center !important;
}
/* Responsive Video */
.responsive-video {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    margin-bottom: 20px;
}
.responsive-video iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Center things */
@media only screen and (max-width: 680px) {
    .page-template-page_acquisition .title-area {
        width: 280px;
    }
    .header-image .site-title > a {
        height: 56px;
        min-height: 0;
    }
}

.page-template-page_acquisition .title-area {
	margin: 0 auto;
	float: none;
	text-align: center;
}
.page-template-page_acquisition .site-footer {
    text-align: center;
}

@media only screen and (max-width: 860px) {
    .page-template-page_acquisition .wrap {
        max-width: 100%;
        padding: 0;
    }
    .page-template-page_acquisition .site-header {
        min-height: 0px;
    }
}

/* General Edits */
.page-template-page_acquisition h1 {
    margin-bottom: 15px;
}
.page-template-page_acquisition .content {
    padding: 0;
}
.page-template-page_acquisition #acq-banner {
    padding-top: 15px;
}
.page-template-page_acquisition #acq-banner img {
    width: 100%;
    height: auto;
    max-width: 100%;
}
.page-template-page_acquisition #acq-content {
    padding: 15px 20px 0 20px;
}
.page-template-page_acquisition #acq-left {
    float: left;
    width: 55%;
}
.page-template-page_acquisition #acq-right {
    float: right;
    width: 42%;
}
.page-template-page_acquisition #acq-content .sign-sidebar {
    float: right;
    width: 45%;
    margin: 0 0 25px 25px;
}
.page-template-page_acquisition #acq-content .sign-content {
    margin-right: 50%;
}

@media only screen and (max-width: 680px) {
    .page-template-page_acquisition #acq-content .sign-sidebar {
        float: none;
        display: block;
        width: 80%;
        text-align: center;
        margin: 0 auto 15px auto;
    }

    .page-template-page_acquisition #acq-content .sign-content {
        margin-right: 0;
    }
}