@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

body#myBody {
	background: #ffffff;
}


.tile.free {
    max-width: 780px;
    border: 0;
    background: none;
}

.free-tile {
    padding: 0!important;
    border: 0;
    border-color: #ffffff00!important;
    background: none!important;
}

.banner {
    width: 100%;
    height: 300px;
}


.logout {
    display: none;
}

#dashboardwrapper:before, .swing-stories .mosaic-top-header:after {
    content: "";
    display: block;
    width: 100%;
    height: 422px;
    background: url(images/background.png) no-repeat;
    background-size: cover !important;
    background-position-y: 90%;
}

#dashboardTitleAndControls {
    position: relative;
    padding: 25px 20px 20px 20px;
    margin-top: -150px!important;
    background: #FFF;
}


#dashboardviews,
#dashboardTitleAndControls {
    max-width: 1120px;
    margin: 0 auto;
}


#dashboardwrapper {
    width: 100%;
}

#dashboardTitleAndControls {
    background: #ededed;
    box-sizing: content-box;
    padding: 30px 60px 10px 60px;
}


#dashboardviews {
    background: #ededed;
    padding: 0 60px;
    box-sizing: content-box;
}

h1.trail-title {font-weight: 600!important;}


 @media only screen and (max-width: 1196px) {
    #dashboardviews, #dashboardViewsHeader {
        box-sizing: border-box;
    }

}