body,
em,
i,
cite,
q {
    font-family: "brandon-grotesque", sans-serif;
}

.head .l img {
    padding: 0;
    height: 100%;
    width: auto;
    display: inline-block;
}

.mod-cta-img {
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.head .l .breadcrumbs {
    display: inline-block;
    left: 6%;
    margin: 0 0 0 10px;
}

.head .l .breadcrumbs a:hover {
    text-decoration: underline;
}

nav .breadcrumbs {
    display: none;
}

@media (max-width: 800px) {
    .head .l .breadcrumbs {
        display: none;
    }

    nav .breadcrumbs {
        display: block;
        position: absolute;
        top: 45px;
        width: 100%;
        text-align: left;
    }
    
    nav .breadcrumbs small {
        display: inline !important;
        left: 6% !important;
    }
}

.np {
    padding: 0 !important;
}

.mod-text-center {
    text-align: center;
}

.mod-text-center .btn {
    margin-left: 0;
}

.mod-half {
    width: 50%;
}

@media (max-width: 800px) {
    .mod-half {
        width: 100%;
    }
}

.no-svg .svg-logo {
    display: none !important;
}

.svg .png-logo {
    display: none !important;
}

@media (max-width: 800px) {
    .grid > *:nth-child(2), .grid > *:nth-child(3) {
        margin-top: 20px;
    }
}

.main a {
    text-decoration: underline;
}

.share a, a.btn, .mod-tri a, article.plot a, .link a {
    text-decoration: none;
}

.screen .screen-mid.animated-headline {
    vertical-align: top;
}

@media (max-width: 640px) {
    .screen .screen-mid.animated-headline .plot {
        padding: 3.375em 0;
    }
}

.video-wrapper {
    width: 960px;
    max-width: 100%;
    margin: 0 auto 1.212em auto;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.video-container iframe, .video-container object, .video-container embed, .video-container > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.video-title, .video-desc {
    text-align: left;
    margin: 0;
}

.loader {
    vertical-align: top;
}

.more, .more-indicator {
    display: none;
}

.text-align-left {
    text-align: left;
}

.text-align-left > strong {
    display: block;
}

.text-align-left > strong, .text-align-left > h2 {
    text-align: center;
}

h2.headline-smaller {
    text-align: left;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 0;
}

.mediagrid .btn {
    margin-right: 1.212em;
}

@media (max-width: 640px) {
    .mediagrid .btn {
        margin-right: 2px;
    }
}

.mediagrid > *.media-up {
    clear: both;
}

a.case:hover:before {
    opacity: 0.5;
}

.share a {
    color: #d3d3d3 !important;
}

.aligncenter {
    display: block;
    margin: 1em auto;
}

.alignright {
    float: right;
    margin: 1em 0 1em 1em;
}

.alignleft {
    float: left;
    margin: 1em 1em 1em 0;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.no-padding-top {
    padding-top: 0 !important;
}

.padding-top {
    padding-top: 4.091em !important;
}

.padding-bottom {
    padding-bottom: 4.091em !important;
}

.mediagrid.padding-top, .mediagrid.padding-bottom {
    background: #ffffff !important;
}

.no-color-pane .aform-item input::-webkit-input-placeholder {
    color: #ffffff;
}
.no-color-pane .aform-item input::-moz-placeholder {
    color: #ffffff;
}
.no-color-pane .aform-item input:-moz-placeholder {
    color: #ffffff;
}
.no-color-pane .aform-item input:-ms-input-placeholder {
    color: #ffffff;
}

.aform-item select {
    margin-top: 1.475em;
}

.aform-item h4>span {
    position: absolute;
    left: 0;
    font-size: 0.667em;
    line-height: normal;
    opacity: 0;
    text-transform: uppercase;
    -webkit-transition: opacity 0.5s, top 0.5s, color 0.5s;
    transition: opacity 0.5s, top 0.5s, color 0.5s;
    white-space: nowrap;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.aform-item h4:focus>span,
.aform-item h4>span[data-error] {
    opacity: 0.808;
    bottom: -1.3em;
}
.aform-item h4>span[data-error] {
    color: #e77;
    opacity: 1;
}
.aform-item h4>span[data-error]:before {
    content: attr(data-error);
}

.self-diagnosis label {
    display: block;
}

.self-diagnosis input[type=radio] {
    display: inline-block;
    width: auto;
}

.self-diagnosis-error {
    color: #e77;
    display: none;
}

.sd-result-wrapper {
    width: 100%;
    height: 2em;
    border: 2px solid #000000;
    position: relative;
}

.sd-result-wrapper .sd-bar {
    height: 100%;
    position: absolute;
}

.sd-result-wrapper .sd-bar.unhealthy {
    background-color: #ff6666 !important;
    -webkit-print-color-adjust:exact !important;
}

.sd-result-wrapper .sd-bar.healthy {
    background-color: #77FF47 !important;
    -webkit-print-color-adjust:exact !important;
}

.sd-result-footer > span {
    display: inline-block;
    width:  50%;
}

.sd-result-footer > span:nth-child(1) {
    text-align: left;
}

.sd-result-footer > span:nth-child(2) {
    text-align: right;
}

.print .self-diagnosis-results p {
    display: none;
}

@media print {
    .self-diagnosis-results {
        page-break-before: always;
    }
}

.scroll-wrap {
    display: block;
    width: 100%;
    text-align: center;
    z-index: 1;
    position: absolute;
    bottom: 3%;
}

.scroll-wrap a {
    font-family: 'iconfont';
    font-size: 4.5em;
    text-decoration: none !important;
    vertical-align: middle;
    display: inline-block;
}

.stack.mod-duo .plot a {
    text-decoration: underline;
}

@media (max-width: 800px) {
    .stack.mod-duo article {
        padding: 6.136em 4.091em;
        background-size: contain;
    }
}

label.checkbox-wrap {
    display: block;
    padding: 0 2%;
    margin-bottom: 1em;
    text-align: left;
    font-size: .8em;
}

.aform-item select+span {
    position: absolute;
    top: 0.667em;
    left: 0;
    font-size: 0.667em;
    line-height: normal;
    opacity: 0;
    text-indent: 2.05%;
    text-transform: uppercase;
    -webkit-transition: opacity 0.5s, top 0.5s, color 0.5s;
    transition: opacity 0.5s, top 0.5s, color 0.5s;
    white-space: nowrap;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.aform-item select+span:before {
    content: attr(data-help);
}
.aform-item select:focus+span,
.aform-item select+span[data-error] {
    opacity: 0.808;
    top: 0;
}
.aform-item select+span[data-error] {
    color: #e77;
    opacity: 1;
}
.aform-item select+span[data-error]:before {
    content: attr(data-error);
}

.loading-message {
    text-align: center;
    font-style: italic;
}

@keyframes anim-rotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

.loading-message .if-config {
    animation: anim-rotate 2s infinite linear;
}

.no-color-pane {
    color: inherit;
    background: none;
    padding-bottom: 0;
    padding-top: 0;
}

.sidebar-active .content-wrap {
    width: 70%;
    float: left;
    padding-right: 0;
}

.sidebar {
    width: 30%;
    float: left;
    padding: 6.136em 2em 6.136em 0;
}

.sidebar-item {
    border: 2px solid #000;
    margin-bottom: 60px;
    padding: 20px 30px;
}

.sidebar-item:last-child {
    margin-bottom: 0;
}

.sidebar-item h3 {
    margin-top: 0;
    margin-bottom: .5em;
    font-size: 1em;
}

.sidebar-item > p, .sidebar-item.link a p {
    font-size: .7em;
}

.sidebar-item.link a:after {
    bottom: .2em;
    opacity: 1;
}

.sidebar-item.link a p {
    margin-bottom: 3em;
}

.sidebar-item form {
    font-size: .7em;
}

.sidebar-item form .btn {
    margin-bottom: 0;
    margin-left: 0;
}

@media (max-width: 767px) {
    .sidebar-active .content-wrap {
        width: 100%;
        float: none;
        padding-right: inherit;
    }

    .sidebar {
        width: 100%;
        float: none;
        padding: inherit;
    }

    .sidebar-item {
        margin-left: 4.091em;
        margin-right: 4.091em;
    }
}

@media (max-width: 640px) {
    .sidebar-item {
        margin-left: 2.727em;
        margin-right: 2.727em;
    }
}

@media (max-width: 320px) {
    .sidebar-item {
        margin-left: 0.808em;
        margin-right: 0.808em;
    }
}

.sidebar-item .insight-links {
    padding: 0;
    font-size: 0.8em;
    list-style-type: none;
    text-align: left;
}

.sidebar-item .insight-links li {
    margin-bottom: 25px;
}

.sidebar-item .insight-links li a {
    text-decoration: none;
}

.sidebar-item .insight-links li a:hover {
    text-decoration: underline;
}



