body.application-form {
    background-image: url('/resources/themes/custom/images/page-bg/apply.jpg');
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}
.content-container {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    overflow: auto;
    font-family: 'Roboto', sans-serif;
}
.content-container::after {
    content: "";
    clear: both;
    display: table;
}
.content-container .w-70 {
    width: 70%;
    float: left;
    box-sizing: border-box;
    padding: 50px 0 30px 0;
}
.content-container .w-70 h3 {
    margin: 0;
}
.content-container .w-70 p {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 1px;
}
.content-container .w-30 {
    width: 30%;
    float: left;
    box-sizing: border-box;
    padding: 50px 0 30px 0;
}
.content-container .w-30 a {
    font-size: 30px;
    line-height: 30px;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    width: 60%;
    margin: auto;
    display: block;
    text-align: center;
    text-transform: uppercase;
    padding: 20px;
}
.content-container .w-33 {
    width: calc(33.3% - 60px);
    float: left;
    margin: 60px 30px;
    box-sizing: border-box;
}
.content-container .w-50 {
    width: calc(50% - 60px);
    float: left;
    margin: 60px 30px;
    box-sizing: border-box;
}
.content-container.p-1 {
    padding: 0 80px;
    box-sizing: border-box;
}
.content-container h1 {
    font-family: 'Libre Baskerville', serif;
    font-weight: bold;
    text-transform: lowercase;
    font-size: 120px;
    line-height: 40px;
    text-align:center;
}
.content-container h1 span {
    font-size: 30px;
    line-height: 34px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 5px;
}
.content-container h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 38px;
}
.content-container h4 {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: #921c21;
    text-transform: uppercase;
    font-size: 24px;
}
.grey-background {
    background-color: #282828;
    color: #fff;
}
.grey-background a:hover {
    background-color: #181717;
}
.red-background {
    background-color: #921c21;
    color: #fff;
}
.red-background a:hover {
    background-color: #721216;
}
.white-background {
    background-color: #fff;
    color: #282828;
}
.black-background {
    background-color: #000;
    color: #fff;
}

#FeatureBanner {
    background: linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ), url("../img/Mooney-Supply-chairlift-sunset.jpg");
    background-size: 100%;
    background-position: bottom center;
    color: #fff;
    display: flex;
}
#FeatureBanner h1 {
    flex-direction: column;
    margin-top: 300px;
}
#FeatureBanner .content-container {
    min-height: 700px;
}
#InTheMountains .content-container {
    text-align: center;
    padding: 30px 120px;
    box-sizing: border-box;
    min-height: 600px;
}
#InTheMountains .content-container p {
    font-size: 20px;
    line-height: 30px;
    margin: 10px 0;
    display: inline-flex;
}
#Header {
    height: 60px;
    position: fixed;
    width: 100%;
    z-index: 10000;
    top: 0;
}
#Header.scrolled {
    background-color: #282828;
}
#Work {
    background: linear-gradient( rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) ), url("../img/Mooney-Supply-bullwheel-bar.jpg");
    -webkit-background-size: cover;
    -moz-background-size:  cover;
    -o-background-size: cover;
    background-size: cover;
    /*background-size: 100%;*/
    /*background-position: bottom center;*/
    /*filter: brightness(50%);*/
    color: #fff;
}
#Work .content-container {
    min-height: 600px;
    filter: brightness(100%);
    padding: 30px 80px;
    box-sizing: border-box;
}
#Work .content-container p {
    font-size: 20px;
    line-height: 30px;
    margin: 10px 0;
    display: inline-flex;
}
#Living {
    background: linear-gradient( rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8) ), url("../img/Mooney-Supply-living.jpg");
    -webkit-background-size: cover;
    -moz-background-size:  cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
}
#Living .content-container {
    min-height: 600px;
    filter: brightness(100%);
    padding: 30px 80px;
    box-sizing: border-box;
}
#Living .content-container p {
    font-size: 20px;
    line-height: 30px;
    margin: 10px 0;
    display: inline-flex;
}
#HiringProcess .content-container {
    min-height: 800px;
    filter: brightness(100%);
    padding: 30px 80px;
    box-sizing: border-box;
}
#HiringProcess .content-container h4 {
    margin: 20px 0;
    display: flex;
}
#HiringProcess .content-container p {
    font-size: 20px;
    line-height: 30px;
    margin: 10px 0;
    display: inline-flex;
}
.logo-link{
    float: left;
}
.logo-size {
    width: 200px;
    margin-top: 10px;
}
.menu-link {
    display: none;
    text-decoration: none;
}
.navigation {
    width: calc(100% - 250px);
    float: left;
    text-align: right;
    height: 60px;
    font-family: Roboto, san-serif;
}
.page-link {
    line-height: 60px;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    padding-left: 20px;
}
.page-link:hover {
    text-shadow: 1px 1px 2px rgba(40,40,40,0.71);
}
.link-apply {
    background-color: #921c21;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 20px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
}
.link-apply:hover {
    background-color: #721216;
}
#Restaurants .w-33 {
    height: 500px;
}
#Restaurants .w-50 {
    height: 275px;
}
#Restaurants .bullwheel .restaurant-image {
    background: url("../img/Mooney-Supply-caesars.jpg");
    background-size: cover;
}
#Restaurants .six-degrees-bistro .restaurant-image {
    background: url("../img/Mooney-Supply-fine-dining.jpg");
    background-size: cover;
}
#Restaurants .underground-pizza .restaurant-image {
    background: url("../img/Mooney-Supply-pizza.jpg");
    background-size: cover;
}
.restaurant-image {
    height: 225px;
    overflow: hidden;
    margin-bottom: 5px;
}
#Restaurants h4 {
    color: #282828;
    margin: 20px auto 0 auto;
    font-weight: bolder;
}
#Restaurants p {
    font-size: 20px;
    font-weight: lighter;
}
#Restaurants p a {
    text-decoration: none;
    color: #921c21;
}
#Restaurants p a:hover {
    text-shadow: 1px 1px 1px rgba(40,40,40,0.21);
}
#Footer {
    background-color: #282828;
}
#Footer .content-container {
    padding: 0 40px;
    box-sizing: border-box;
}
#Footer img {
    width: 400px;
    filter: brightness(0) invert(1);
}
/* tablet sized screens */
@media only screen and (max-width: 1200px) and (min-width: 769px) {
    .navigation {
        display: block;
    }
    .content-container.p-1 {
        padding: 0 15px;
        box-sizing: border-box;
    }
    .content-container h3 {
        font-size: 28px;
    }
    .content-container .w-70 p {
        font-size: 25px;
        line-height: 0;
    }
    #Restaurants .w-33 {
        height: 500px;
        margin: 60px 15px;
        width: calc(33.3% - 30px);
    }
    .restaurant-image {
        height: 160px;
    }
    #Restaurants h4 {
        font-size: 20px;
    }
    .logo-link {
        padding-left: 10px;
    }
    .navigation {
        width: calc(100% - 210px);
    }
}
/* mobile sized screens */
@media only screen and (max-width: 768px) {
    .logo-link {
        padding-left: 0;
    }
    .menu-link {
        display: block;
        position: absolute;
        top: 10px;
        right: 10px;
    }
    .menu-link img {
        width: 35px;
    }
    .navigation {
        display: none;
        background-color: #fff;
        width: 60%;
        position: absolute;
        top: 60px;
        right: 0;
        height: 305px;
    }
    .navigation a {
        display: block;
        color: #282828;
        border-bottom: 1px solid #282828;
        font-weight: bolder;
        padding-right: 30px;
    }
    .navigation a:visited {
        color: #282828 !important;
        text-shadow: none;
        font-weight: normal;
    }
    .navigation a.link-apply {
        padding-left: 0;
        margin-left: 0;
        color: #fff;
    }
    #FeatureBanner {
        /*background: linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ), url("../img/Mooney-Supply-chairlift-sunset.jpg");*/
        background-size: cover;
        /*background-position: bottom center;*/
        color: #fff;
        display: flex;
    }
    #FeatureBanner h1 {
        flex-direction: column;
        margin-top: 130px;
        font-size: 70px;
    }
    .content-container h1 span {
        font-size: 23px;
        letter-spacing: 2px;
    }
    #FeatureBanner .content-container {
        min-height: 300px;
    }
    .content-container.p-1 {
        padding: 0 30px;
    }
    .content-container .w-70 {
        width: 100%;
        padding: 20px 0 10px 0;
        text-align: center;
    }
    .content-container .w-70 h3 {
        font-size: 26px;
    }
    .content-container .w-70 p {
        font-size: 16px;
    }
    .content-container .w-30 {
        width: 100%;
        box-sizing: border-box;
        padding: 0 0 30px 0;
    }
    .content-container .w-30 a {
        font-size: 30px;
        line-height: 30px;
        border: 1px solid #fff;
        color: #fff;
        text-decoration: none;
        width: 60%;
        margin: auto;
        display: block;
        text-align: center;
        text-transform: uppercase;
        padding: 20px;
    }
    .content-container .w-33 {
        width: 85%;
    }
    .content-container .w-50 {
        width: 85%;
    }
    #Restaurants .w-33 {
        height: 365px;
    }
    #Restaurants .w-50 {
        height: 200px;
    }
    #Restaurants .content-container.p-1 {
        padding: 0 30px 60px 30px;
    }
    #InTheMountains .content-container {
        padding: 0px 30px;
        min-height: 650px;
        text-align: left;
    }
    #Living .content-container {
        padding: 0 30px;
        min-height: 730px;
    }
    #HiringProcess .content-container {
        padding: 0 30px;
        min-height: 920px;
    }
    #Work .content-container {
        padding: 0 30px;
        min-height: 750px;
    }
    .content-container h3 {
        font-size: 30px;
    }
    #Footer .content-container img {
        max-width: 100%;
    }
}
/* Silverstripe overrides */
.typography form {
    text-shadow: none!important;
    color: #fff!important;
}
