.large-8 {
    width:56%
}
.large-4 {
    width:44%
}
.small-12.column.zindexer {
    top:1rem;
    left:0;
}
.paper .left {
    padding: 0 0 0 3.5rem;
}
.button.hollow.float-r {
    padding:0;
    width:222px;
    height:43px;
    background: url('../img/Buttons/Button_BacktoMoreThemes.webp');
    background-size: contain;
    border:none;
}
.button.hollow.float-r:hover {
    background: url('../img/Buttons/Button_BacktoMoreThemes_hover.webp');
    background-size: contain;
    border:none;
}
.button.hollow.success.float-r {
    background: url('../img/Buttons/Button_BookThisTheme.webp');
    width:172px;
    height:43px;
    background-size: contain;
}
.button.hollow.success.float-r:hover {
    background: url('../img/Buttons/Button_BookThisTheme_Hover.webp');
    width:172px;
    height:43px;
    background-size: contain;
}
.breadcrumbs {
    padding: 0.5rem 1rem;
}
.breadcrumbs li {
    color:#bd0106;
    font-weight: bold;
}
.breadcrumbs li a {
    color:#000;
    font-weight: normal;
}
h2 {
    color:#bd0106;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.3rem;
    margin-top: 2rem;
}
#form-header-mobile {
    display:none
}
@media screen and (max-width:1024px) {
    .small-12.large-8.column.left {
        width:100%;
        padding: 0 2rem 0 3.5rem;
    }
    .small-12.large-4.column {
        width:100%;
        text-align: center;
    }
    .otherpage .form-container {
        background: #edd69a;
        box-shadow: 3px 3px 12px;
    }
    .getQuote.button {
		width: 300px;
        height: 76px;
	}
    #form-header {
        display: none
    }
    #form-header-mobile {
        display:block
    }
}