.wrapper { min-width: unset; }

.wrapper > header {
    width: auto;
    height: auto;
    text-align: center;
}

.wrapper > footer {
    padding: 8px 0;
    width: auto;
    height: auto;
    text-align: center;
}

.logo {
    float: none;
    width: 100%;
    margin: 0 auto;
}

nav {
    width: auto;
    min-width: 100%;
    text-align: center;
}

nav a {
    display: block;
    padding: 1em 0;
    width: 100%;
    text-align: center;
}

#footerNav {
    margin: 0 auto 1em auto;
    float: none;
}
#footerNav p, #social p { display: none; }

.viewbox {
    width: auto;
}

.wrapper > footer .viewbox {
    padding: 0;
    width: 100%;
}

main { width: auto; }

section.left { text-align: center; }

.column {
    float: none;
    width: 100%;
    max-width: 100%;
    overflow: auto;
    text-align: center;
}

.col-mid { padding-top: 0; }

.video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 0;
    width: auto;
    height: 0;
    overflow: hidden;
}
.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#searchForm fieldset { margin: 0 0 1.5em 0; }

#contractorTrust {
    width: 80%;
}

label { text-align: center; }

input[type='submit'],
input[type='button'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.hammer-titles h2 {
    padding-right: 7em;
    line-height: 2.5em;
    font-size: 0.9em;
}

.hammer-titles h2:before {
    top: 1%;
    background-size: 1.5em;
    width: 2em;
    height: 2em;
}

.info-panel {
    margin: 0 !important;
    width: 100%;
}
.info-panel .column { width: 100%; }
.info-panel .separator:after { display: none; }

ul.plans { width: 100%; }
ul.plans h3 { margin-bottom: -0.5em; }

ul.plans li {
    float: none;
    margin: 0;
    padding: 1em 0 3em 0;
    width: 100% !important;
    height: auto;
    border-right: none;
    border-bottom: 2px solid rgba(16, 70, 109, 0.4);
}

ul.plans li:first-of-type {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
}

ul.plans li.best {
    margin-top: 0;
    width: 100%;
    height: auto;
    border-bottom: none;
    background-color: rgba(205, 230, 188, 1);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
}

ul.plans li.grayscale:after {
    bottom: 35%;
    width: 100%;
    margin-left: -50%;
    transform: rotate(-25deg);
}

/* Report Styles */
.over-report { text-align: center; }
.sample-report  { width: auto; }

.report .logo { font-size: 1.25em; }
.report header dd:last-of-type {
    clear: left;
    margin-left: 2em;
}

.bubble-tip { display: none; }

h1.water-mark { font-size: 2.5em; }

#beta {
    top: 24px;
    left: -28px;
}

.big-button {
    width: 100%;
}