﻿body {
    background: #FFF;
}

/* DMA full width styles */
.dma-full-width-centered .desktop-search {
    float: left;
    white-space: nowrap;
}

.dma-full-width-centered header .social,
.dma-full-width-centered header .social-text {
    margin: 12px 0 0;
    padding: 0;
}

.dma-full-width-centered header .social ul,
.dma-full-width-centered header .social-text ul{
    margin: 0;
    padding: 0;
}

.dma-full-width-centered .nav-main {
    width: auto;
}

.dma-full-width-centered #main-header {
    position: fixed;
    width: 100%;
    z-index: 1001;
}
#main-header.away-from-top {
        top: 0;
}

.dma-full-width-centered #content {
    background: #FFF;
    padding-top: 146px;
}

.dma-full-width-centered.backend #main-header {
    position: static;
    width: 100%;
    top: auto;
}

.dma-full-width-centered.backend #content {
    padding-top: 0;
}

.dma-full-width-centered .menu {
    position: relative;
    height: 37px;
}

.dma-full-width-centered nav.nav-main {
    position: absolute;
    left: 0;
    top: 0;
}

.dma-full-width-centered .skin-logo {
    height: 100px;
    padding: 0;
}

.dma-full-width-centered .skin-header,
.dma-full-width-centered .skin-header * {
    transition: all 300ms ease-in-out;
}

.dma-full-width-centered .skin-header-left * {
    transition: all 200ms ease-in-out;
}

.dma-full-width-centered .skin-header-background,
.dma-full-width-centered .skin-footer-background {
    background-size: cover !important;
}

.dma-full-width-centered .skin-header-background {
    background-color: #fff !important;
}

.dma-full-width-centered .skin-breadcrumb-container {
    margin: 16px 0 8px 8px;
}

.dma-full-width-centered .skin-header-left {
    margin-left: 0;
}

.dma-full-width-centered .skin-header-right {
    margin-right: 0;
}


/* Fixed header */
.dma-full-width-centered.scroll .skin-header-left {
    min-height: 0;
    height: 100%;
    margin-left: 0;
}

.dma-full-width-centered.scroll .skin-header-right {
    margin-right: 0;
}

.dma-full-width-centered.scroll .skin-header {
    height: 60px;
    min-height: 60px;
}

.dma-full-width-centered.scroll .nav-main {
    height: 37px;
}

.dma-full-width-centered.scroll .skin-title {
    padding-top: 15px;
    padding-left: 10px;
    font-variant: small-caps;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: flex;
    flex-wrap: nowrap;
    line-height: 1.1;
}

    .dma-full-width-centered.scroll .skin-title .title-text {
        font-size: 22px;
    }

.dma-full-width-centered.scroll .skin-addpad {
    padding-left: 15px;
    padding-right: 15px;
}

.dma-full-width-centered.scroll .desktop-search {
    float: right;
    border-radius: 8px;
    display: inline-block;
    margin: 12px 16px 0 0;
    padding: 1px 0 0;
}

.dma-full-width-centered.scroll .skin-title .subtitle-text {
    font-size: 14px;
    color: #3399cc;
}

.dma-full-width-centered.scroll .skin-title .withsub {
    line-height: 0;
}

.dma-full-width-centered.scroll .skin-logo {
    height: 50px;
    padding: 0;
}

.dma-full-width-centered.scroll .social.header-links {
    display: none;
}

@media (max-width: 767px) {
    .dma-full-width-centered .skin-logo {
        height: 43px !important;
        top: 0;
        margin-top: 8px !important;
    }

    .dma-full-width-centered .menu {
        height: auto;
    }

    .dma-full-width-centered nav.nav-main {
        position: relative;
    }

    .dma-full-width-centered #content {
        padding-top: 60px;
    }
}

.dma-full-width-centered .skin-footer-background {
    min-height: 300px;
}

.dma-full-width-centered a[id]:not([href]) {
    position: relative;
    top: -150px;
    visibility: hidden;
    display: block;
}