@charset "UTF-8";
@import "//hello.myfonts.net/count/3339c7";
@import "//hello.myfonts.net/count/2fcaa4";
@import "//hello.myfonts.net/count/34af38";
@-webkit-keyframes fadeInTop {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -20%, 0);
        transform: translate3d(0, -20%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInTop {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -20%, 0);
        transform: translate3d(0, -20%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes pulse {
    0% {
        opacity: 1
    }
    to {
        opacity: .7
    }
}

@keyframes pulse {
    0%,
    to {
        opacity: 1
    }
    50% {
        opacity: .75
    }
}

@keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.3, 1.3, 1.3);
        transform: scale3d(1.3, 1.3, 1.3)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@-webkit-keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.3, 1.3, 1.3);
        transform: scale3d(1.3, 1.3, 1.3)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes flipIn {
    0% {
        -webkit-transform: perspective(550px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        transform: perspective(550px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(550px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(550px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(550px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(550px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(550px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(550px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        -webkit-transform: perspective(550px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(550px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@-webkit-keyframes flipIn {
    0% {
        -webkit-transform: perspective(550px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        transform: perspective(550px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(550px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(550px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(550px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(550px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(550px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(550px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        -webkit-transform: perspective(550px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(550px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes lightSpeedInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
        transform: translate3d(-100%, 0, 0) skewX(-30deg)
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg)
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes lightSpeedInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
        transform: translate3d(-100%, 0, 0) skewX(-30deg)
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg)
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes lightSpeedInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg)
    }
    60% {
        -webkit-transform: skewX(-20deg);
        transform: skewX(-20deg)
    }
    80% {
        -webkit-transform: skewX(5deg);
        transform: skewX(5deg)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes lightSpeedInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg)
    }
    60% {
        -webkit-transform: skewX(-20deg);
        transform: skewX(-20deg)
    }
    80% {
        -webkit-transform: skewX(5deg);
        transform: skewX(5deg)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    color: #000
}

body {
    margin: 0;
    font-family: 'CirceRounded';
    color: #023b5c;
}

article,
aside,
details,
figcaption,
figure,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
header #mobile-nav-overlay,
template {
    display: none
}

a {
    background-color: transparent;
    text-decoration: none;
    color: #023b5c;
    -webkit-transition: all 200ms;
    transition: all 200ms;
}

a:active,
a:hover {
/*    color: #B32017;*/
    /*outline: 0*/
}

a:focus { color: #ccc; }

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

span {
/*    font-family: 'CirceRounded';*/
}



.red-bg {
    background-image: ;
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

legend,
td,
th {
    padding: 0
}

*,
::after,
::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

@media all {
    .featherlight {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2147483647;
        text-align: center;
        white-space: nowrap;
        cursor: pointer;
        background: #333;
        background: 0 0
    }
    .featherlight:last-of-type {
        background: rgba(0, 0, 0, .8)
    }
    .featherlight:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -.25em
    }
    .featherlight .featherlight-content {
        position: relative;
        text-align: left;
        vertical-align: middle;
        display: inline-block;
        overflow: auto;
        padding: 25px 25px 0;
        border-bottom: 25px solid transparent;
        min-width: 30%;
        margin-left: 5%;
        margin-right: 5%;
        max-height: 95%;
        background: #fff;
        cursor: auto;
        white-space: normal
    }
    .featherlight .featherlight-inner {
        display: block
    }
    .featherlight .featherlight-close-icon {
        position: absolute;
        z-index: 9999;
        top: 0;
        right: 0;
        line-height: 25px;
        width: 25px;
        cursor: pointer;
        text-align: center;
        font-family: Arial, sans-serif;
        background: #fff;
        background: rgba(255, 255, 255, .3);
        color: #000
    }
    .featherlight .featherlight-image {
        width: 100%
    }
    .featherlight-iframe .featherlight-content {
        border-bottom: 0;
        padding: 0
    }
    .featherlight iframe {
        border: 0
    }
}

@media only screen and (max-width:1024px) {
    .featherlight .featherlight-content {
        margin-left: 10px;
        margin-right: 10px;
        max-height: 98%;
        padding: 10px 10px 0;
        border-bottom: 10px solid transparent
    }
}
/*
@font-face {
    font-family: 'HelveticaNeueLTStd-Bd';
    src: url(../fonts/3339C7_0_0.eot);
    src: url(../fonts/3339C7_0_0.eot?#iefix) format("embedded-opentype"), url(../fonts/3339C7_0_0.woff2) format("woff2"), url(../fonts/3339C7_0_0.woff) format("woff"), url(../fonts/3339C7_0_0.ttf) format("truetype")
}

@font-face {
    font-family: 'HelveticaNeueLTStd-Roman';
    src: url(../fonts/3339C7_1_0.eot);
    src: url(../fonts/3339C7_1_0.eot?#iefix) format("embedded-opentype"), url(../fonts/3339C7_1_0.woff2) format("woff2"), url(../fonts/3339C7_1_0.woff) format("woff"), url(../fonts/3339C7_1_0.ttf) format("truetype")
}

@font-face {
    font-family: 'Supernettcn-BoldItalic';
    src: url(../fonts/3339C7_2_0.eot);
    src: url(../fonts/3339C7_2_0.eot?#iefix) format("embedded-opentype"), url(../fonts/3339C7_2_0.woff2) format("woff2"), url(../fonts/3339C7_2_0.woff) format("woff"), url(../fonts/3339C7_2_0.ttf) format("truetype")
}

@font-face {
    font-family: 'Supernettcn-Italic';
    src: url(../fonts/3339C7_3_0.eot);
    src: url(../fonts/3339C7_3_0.eot?#iefix) format("embedded-opentype"), url(../fonts/3339C7_3_0.woff2) format("woff2"), url(../fonts/3339C7_3_0.woff) format("woff"), url(../fonts/3339C7_3_0.ttf) format("truetype")
}

@font-face {
    font-family: 'Supernettcn-Light';
    src: url(../fonts/3339C7_4_0.eot);
    src: url(../fonts/3339C7_4_0.eot?#iefix) format("embedded-opentype"), url(../fonts/3339C7_4_0.woff2) format("woff2"), url(../fonts/3339C7_4_0.woff) format("woff"), url(../fonts/3339C7_4_0.ttf) format("truetype")
}

@font-face {
    font-family: 'Supernettcn-Regular';
    src: url(../fonts/3339C7_5_0.eot);
    src: url(../fonts/3339C7_5_0.eot?#iefix) format("embedded-opentype"), url(../fonts/3339C7_5_0.woff2) format("woff2"), url(../fonts/3339C7_5_0.woff) format("woff"), url(../fonts/3339C7_5_0.ttf) format("truetype")
}

@font-face {
    font-family: 'Supernettcn-LightItalic';
    src: url(../fonts/3339C7_6_0.eot);
    src: url(../fonts/3339C7_6_0.eot?#iefix) format("embedded-opentype"), url(../fonts/3339C7_6_0.woff2) format("woff2"), url(../fonts/3339C7_6_0.woff) format("woff"), url(../fonts/3339C7_6_0.ttf) format("truetype")
}

@font-face {
    font-family: 'SupernettcnDEMO-Light';
    src: url(../fonts/3339C7_7_0.eot);
    src: url(../fonts/3339C7_7_0.eot?#iefix) format("embedded-opentype"), url(../fonts/3339C7_7_0.woff2) format("woff2"), url(../fonts/3339C7_7_0.woff) format("woff"), url(../fonts/3339C7_7_0.ttf) format("truetype")
}

@font-face {
    font-family: 'Supernettcn-Bold';
    src: url(../fonts/3339C7_8_0.eot);
    src: url(../fonts/3339C7_8_0.eot?#iefix) format("embedded-opentype"), url(../fonts/3339C7_8_0.woff2) format("woff2"), url(../fonts/3339C7_8_0.woff) format("woff"), url(../fonts/3339C7_8_0.ttf) format("truetype")
}

@font-face {
    font-family: 'AdriaSlab-Regular';
    src: url(../fonts/2FCAA4_0_0.eot);
    src: url(../fonts/2FCAA4_0_0.eot?#iefix) format("embedded-opentype"), url(../fonts/2FCAA4_0_0.woff2) format("woff2"), url(../fonts/2FCAA4_0_0.woff) format("woff"), url(../fonts/2FCAA4_0_0.ttf) format("truetype")
}

@font-face {
    font-family: 'AdriaSlab-Medium';
    src: url(../fonts/2FCAA4_1_0.eot);
    src: url(../fonts/2FCAA4_1_0.eot?#iefix) format("embedded-opentype"), url(../fonts/2FCAA4_1_0.woff2) format("woff2"), url(../fonts/2FCAA4_1_0.woff) format("woff"), url(../fonts/2FCAA4_1_0.ttf) format("truetype")
}

@font-face {
    font-family: 'MarianinaFY-Bold';
    src: url(../fonts/2FCAA4_2_0.eot);
    src: url(../fonts/2FCAA4_2_0.eot?#iefix) format("embedded-opentype"), url(../fonts/2FCAA4_2_0.woff2) format("woff2"), url(../fonts/2FCAA4_2_0.woff) format("woff"), url(../fonts/2FCAA4_2_0.ttf) format("truetype")
}

@font-face {
    font-family: 'MarianinaFY-Black';
    src: url(../fonts/2FCAA4_3_0.eot);
    src: url(../fonts/2FCAA4_3_0.eot?#iefix) format("embedded-opentype"), url(../fonts/2FCAA4_3_0.woff2) format("woff2"), url(../fonts/2FCAA4_3_0.woff) format("woff"), url(../fonts/2FCAA4_3_0.ttf) format("truetype")
}

@font-face {
    src: url(../fonts/34AF38_0_0.eot);
    src: url(../fonts/34AF38_0_0.eot?#iefix) format("embedded-opentype"), url(../fonts/34AF38_0_0.woff2) format("woff2"), url(../fonts/34AF38_0_0.woff) format("woff"), url(../fonts/34AF38_0_0.ttf) format("truetype")
}

@font-face {
    font-family: 'CeraPRO-Regular';
    src: url(../fonts/34AF38_1_0.eot);
    src: url(../fonts/34AF38_1_0.eot?#iefix) format("embedded-opentype"), url(../fonts/34AF38_1_0.woff2) format("woff2"), url(../fonts/34AF38_1_0.woff) format("woff"), url(../fonts/34AF38_1_0.ttf) format("truetype")
}
*/
h2,
h3,
h4,
ol,
ul {
    font-family: 'Kanit';
    font-weight: 700;
    
}

@media screen and (max-width:1200px) {
    html {
        font-size: 14px
    }
}

@media screen and (max-width:992px) {
    html {
        font-size: 15px
    }
}

@media screen and (max-width:767px) {
    html {
        font-size: 16px
    }
}

* {
    -webkit-font-smoothing: antialiased
}

h1.dark,
h2.dark,
h3.dark,
h4.dark,
ol.dark,
p.dark,
span.dark,
ul.dark {
    color: #000
}

h1.light,
h2.light,
h3.light,
h4.light,
header nav ol a.main-cta-button:hover,
header nav ul a.main-cta-button:hover,
ol.light,
p.light,
span.light,
ul.light {
    color: #fff
}

.text-red,
h1.red,
h2.red,
h3.red,
h4.red,
header nav ol a.active,
header nav ol a:hover,
header nav ul a.active,
header nav ul a:hover,
ol.red,
p a,
p.red,
span.red,
ul.red {
    color: #db6327
}

header nav ol a,
header nav ul a:hover,header nav ul a:focus {
    color: #db6327
}

h2,
h3 {
    font-size: 50px;
    line-height: 3.7rem
}

h2 {
    margin: 2rem 0
}

h2,
h3,
p strong {}

h5,
ol li:before,
p,
p strong {
    
    
}

p {
    line-height: 1.6rem;
    margin: 0;
    font-family: 'CirceRounded';
    margin-bottom: 27px;
}

p a {
    text-decoration: underline
}

ol li:before,
p strong {}

p strong {
    font-size: 1.4rem
}

ol {
    list-style: none;
    counter-reset: item
}

ol li {
    padding-left: .7em;
    text-indent: -.7em;
    list-style-type: none;
    counter-increment: item
}

ol li:before {
    display: inline-block;
    width: .7em;
    content: counter(item) "."
}

.bg-container-white,
.bg-container-yellow {
    background-position: center
}

.bg-container-white {
    background-image: url(../img/distressed-tile-white2.jpg)
}

.bg-container-white.-faq {
    position: relative
}

.bg-container-white.-faq .shield-one,
.bg-container-white.-faq .shield-two {
    position: absolute;
    height: 250px
}

@media screen and (max-width:1200px) {
    .bg-container-white.-faq .shield-one,
    .bg-container-white.-faq .shield-two {
        height: 150px
    }
}

@media screen and (max-width:880px) {
    .bg-container-white.-faq .shield-one,
    .bg-container-white.-faq .shield-two {
        display: none
    }
}

.bg-container-white.-faq .shield-two {
    top: 10%;
    left: 0
}

.bg-container-white.-faq .shield-one {
    bottom: 10%;
    right: 0
}

.bg-container-yellow {
    background-image: url(../img/refresh-2019/bg/distressed-tile-yellow.jpg)
}

.bg-container-grey {
    background-image: url(../img/refresh-2019/bg/distressed-tile-grey.jpg)
}

.alt-cta-button,
.button,
.main-cta-button {
    display: inline-block;
    color: #f4f3ee;
    background-color: #c9a8b0;
    border-radius: 0;
    text-align: center;
    padding: 16px 20px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1;
    min-width: 180px;
    font-size: 18px;
    letter-spacing: 0;
    -webkit-transition: background-color 200ms;
    transition: background-color 200ms;
    font-family: 'Kanit';
    font-weight: 600;
}

@media screen and (max-width:360px) {
    .alt-cta-button,
    .button,
    .main-cta-button {
        min-width: 0;
        font-size: 16px
    }
}

.alt-cta-button.find-closest-store,
.button.find-closest-store,
.main-cta-button.find-closest-store {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff
}

.alt-cta-button.find-closest-store:focus,
.alt-cta-button.find-closest-store:hover,
.button.find-closest-store:focus,
.button.find-closest-store:hover,
.main-cta-button.find-closest-store:focus,
.main-cta-button.find-closest-store:hover {
    background-color: #fff;
    color: #000
}

.alt-cta-button.register,
.button.register,
.main-cta-button.register {
    background-color: #272727
}

.alt-cta-button.login,
.button.login,
.main-cta-button.login {
    background-color: #dbb373;
    color: #272727
}

.alt-cta-button.heroes,
.button.heroes,
.main-cta-button.heroes {
    background-color: #fff;
    color: #db6327
}

.alt-cta-button:focus,
.alt-cta-button:hover,
.button:focus,
.button:hover,
.main-cta-button:focus,
.main-cta-button:hover {
    background-color: #b6d2dc;
    color: #023b5c;
    /*outline: 0*/
}

.alt-cta-button.grey,
.button.grey,
.main-cta-button.grey {
    background: #303030
}

.alt-cta-button.grey:focus,
.alt-cta-button.grey:hover,
.button.grey:focus,
.button.grey:hover,
.main-cta-button.grey:focus,
.main-cta-button.grey:hover {
    background-color: #000;
    /*outline: 0*/
}

.alt-cta-button.order-now,
.button.order-now,
.main-cta-button.order-now {
    font-size: 16px;
    min-width: 156px;
    line-height: 30px
}

@media screen and (max-width:1110px) {
    .alt-cta-button.order-now.-mobile,
    .button.order-now.-mobile,
    .main-cta-button.order-now.-mobile {
        margin-left: auto
    }
}

@media screen and (max-width:767px) {
    .alt-cta-button.order-now.-mobile,
    .button.order-now.-mobile,
    .main-cta-button.order-now.-mobile {
        font-size: 14px
    }
}

.store-flag-btn {
    margin: 10px 0
}

.location-header .store-flag-btn {
    float: none;
    width: 80%;
    margin-top: 20px
}

.location-header .store-flag-btn.store-catering {
    color: #dbb574;
    border: 2px solid #dbb574
}

footer,
footer .footer-logo {
    display: block;
    background-position: center
}

footer {
/*    background-image: url(../img/sustainability.jpg);*/
    background-image: url(../images/bg-tile-menu-page.jpg);
    border-radius: 0;
    overflow: auto;
    background-size: 75px;
}

footer .main-footer {
    padding: 50px 0;
    clear: both
}

.lt-ie9 footer .main-footer {
    clear: none
}

footer .footer-logo {
    float: left;
    margin-right: 2.35765%;
    width: 14.70196%;
    margin-left: 8.5298%;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    height: 55px;
    margin-bottom: 5px;
    background: url(../img/slapfish-logo.png) 0 0 no-repeat;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(../img/slapfish-logo.png);
    background-image: linear-gradient(transparent, transparent), url(../img/slapfish-logo.png);
    background-size: contain;
    background-repeat: no-repeat
}

.footer-links li {
    display: inline;
    padding: 0 12px;
    text-transform: uppercase;
    font-size: 12px
}

.footer-links {
    padding-left: inherit
}

@media screen and (max-width:768px) {
    .footer-links li {
        display: grid;
        margin: 15px 0
    }
    .main-footer .footer-links {
        margin: 0
    }
    .footer-links-container-column.social-icons li:first-of-type {
        vertical-align: inherit
    }
}

footer .footer-logo:last-child {
    margin-right: 0
}

.lt-ie9 footer .footer-logo {
    width: 172px;
    margin-left: 70px;
    margin-right: 50px;
    float: none;
    display: inline-block
}

@media screen and (max-width:992px) {
    footer .footer-logo {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 14.70196%;
        background-position: top left
    }
    footer .footer-logo:last-child {
        margin-right: 0
    }
}

@media screen and (max-width:767px) {
    footer .footer-logo {
        background-position: center center;
        float: left;
        display: block;
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }
    footer .footer-logo:last-child {
        margin-right: 0
    }
}

footer .footer-links-container {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%
}

footer .footer-links-container .footer-links-container-column:last-child,
footer .footer-links-container:last-child {
    margin-right: 0
}

@media screen and (max-width:992px) {
    footer .footer-links-container {
        margin-left: 8.5298%;
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 65.88078%
    }
    footer .footer-links-container:last-child {
        margin-right: 0
    }
}

@media screen and (max-width:767px) {
    footer .footer-links-container {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin-left: 0;
        text-align: center
    }
    footer .footer-links-container:last-child {
        margin-right: 0
    }
}

.lt-ie9 footer .footer-links-container {
    width: auto;
    float: none;
    display: inline-block
}

footer .footer-links-container ol,
footer .footer-links-container ul {
    
    
    
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 16px;
    line-height: 35px
}

footer .footer-links-container .footer-links-container-column {
    float: left;
    display: block;
    width: 23.23176%;
    margin: 0;
    padding: 0;
    border: 0;
    list-style-type: none
}

@media screen and (max-width:992px) {
    footer .footer-links-container .footer-links-container-column {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%
    }
    footer .footer-links-container .footer-links-container-column:last-child {
        margin-right: 0
    }
}

@media screen and (max-width:767px) {
    footer .footer-links-container .footer-links-container-column {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%
    }
    footer .footer-links-container .footer-links-container-column:last-child {
        margin-right: 0
    }
}

footer .footer-links-container .footer-links-container-column:first-of-type {
    float: left;
    display: block;
    width: 25.36421%;
    margin: 0;
    padding: 0;
    border: 0
}

footer .footer-links-container .footer-links-container-column:first-of-type:last-child {
    margin-right: 0
}

@media screen and (max-width:992px) {
    footer .footer-links-container .footer-links-container-column:first-of-type {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%
    }
    footer .footer-links-container .footer-links-container-column:first-of-type:last-child {
        margin-right: 0
    }
}

@media screen and (max-width:767px) {
    footer .footer-links-container .footer-links-container-column:first-of-type {
        float: left;
        display: block;
        width: 100%;
        margin: 20px 0 0
    }
    footer .footer-links-container .footer-links-container-column:first-of-type:last-child {
        margin-right: 0
    }
}

.lt-ie9 footer .footer-links-container .footer-links-container-column {
    width: auto;
    margin-right: 30px;
    float: none;
    display: inline-block
}

footer .footer-links-container .footer-links-container-column a {
    -webkit-transition: all .2s;
    transition: all .2s
}

footer .footer-links-container .footer-links-container-column a:focus,
footer .footer-links-container .footer-links-container-column a:hover,
footer .second-footer li a:focus,
footer .second-footer li a:hover {
    color: #db6327
}

footer .second-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 111px;
    padding: 5px 0 15px;
    background-color: #000;
    background-image: url(../img/main-bg.jpg);
    background-size: 30px;
    color: #fff;
    font-size: 13px;
    text-align: center
}

footer .second-footer ol,
footer .second-footer ul {
    padding: 0;
    margin: 5px 0
}

@media screen and (max-width:767px) {
    footer .second-footer ol,
    footer .second-footer ul {
        font-size: 14px
    }
}

footer .second-footer li {
    list-style: none;
    display: inline-block
}

footer .second-footer li a {
    
    
    font-family: 'CirceRounded-Bold';
    font-size: 15px;
    padding: 0 2px;
    color: #fff
}

footer .second-footer li:after {
    color: #fff;
    content: "  •  "
}

@media screen and (max-width:767px) {
    footer .second-footer li:after {
        content: ""
    }
}

footer .second-footer li:last-child:after {
    content: none
}

@media screen and (max-width:767px) {
    footer .second-footer p {
        font-size: 14px
    }
}

.the-flock-signup .form-error,
.the-flock-sms .form-error {
    
    
    font-size: 14px;
    color: #db6327;
    letter-spacing: 1px;
    position: relative
}

.the-flock-signup input[type=text].error,
.the-flock-signup input[type=text].valid,
.the-flock-sms input[type=text].error,
.the-flock-sms input[type=text].valid {
    border-color: #db6327;
    background-image: url(../img/assorted-icons/hazard.png);
    background-position: center right 2%;
    background-repeat: no-repeat;
    background-size: 20px
}

.the-flock-signup input[type=text].valid,
.the-flock-sms input[type=text].valid {
    border-color: #66aa87;
    background-image: url(../img/assorted-icons/tick.png)
}

form .form-group {
    float: left;
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px
}

form .form-group label::after,
form .form-group::after,
form .form-group>p::after,
header nav ol::after,
header nav ul::after {
    clear: both;
    content: "";
    display: table
}

form .form-group.-half:last-child,
form .form-group.-thirds:last-child,
form .form-group:last-child,
form .form-group>input.-half:last-child,
form .form-group>input.-thirds:last-child,
form .form-group>select.-half:last-child,
form .form-group>select.-thirds:last-child,
form .form-group>textarea.-half:last-child,
form .form-group>textarea.-thirds:last-child {
    margin-right: 0
}

form .form-group.-half,
form .form-group>input.-half,
form .form-group>select.-half,
form .form-group>textarea.-half {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%
}

form .form-group.-thirds,
form .form-group>input.-thirds,
form .form-group>select.-thirds,
form .form-group>textarea.-thirds {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%
}

form .form-group.-nopad {
    margin-right: 0
}

form .form-group>input,
form .form-group>select,
form .form-group>textarea {
    width: 100%;
    padding: 15px;
    background-color: #fff;
    border: 2px solid #a7a7a7;
    border-radius: 4px;
    
    
    
    font-size: 1rem;
    line-height: 1.4rem
}

form .form-group>input:focus,
form .form-group>select:focus,
form .form-group>textarea:focus {
    cursor: default;
    /*outline: 0;*/
    background-color: #f7f7f7;
    -webkit-transition: 1s ease;
    transition: 1s ease
}

form .form-group label,
form .form-group>p {
    display: block;
    margin-bottom: 0;
    padding-bottom: 5px;
    
    
    font-size: 1.4rem;
    text-transform: uppercase
}

form .checkbox,
form .radio {
    padding: 10px 0;
    margin-bottom: 5px
}

form .checkbox label,
form .radio label {
    margin-left: 10px
}

form .radio {
    margin-bottom: 10px
}

form .radio .radio-option {
    margin: 10px 0
}

form select {
/*    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    border-radius: 0*/
}

form input:-webkit-autofill,
form select:-webkit-autofill,
form textarea:-webkit-autofill {
    background-color: #db6327;
    background-image: none;
    color: #fff
}

header {
    width: 100%;
    height: auto;
    position: absolute;
    display: block;
/*    background-image: url(../img/slap-tex.jpg);*/
    background-image: url(../img/main-bg.jpg);
    background-size: 30px;
    background-position: center;
    border-radius: 0;
    top: 40px;
    left: 0;
/*    overflow: auto;*/
    z-index: 10;
    opacity: 1;
    will-change: transform;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity .2s, -webkit-transform .2s;
    transition: transform .2s, opacity .2s;
    transition: transform .2s, opacity .2s, -webkit-transform .2s
}

header .container {
    margin-top: 10px;
    margin-bottom: 10px;
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex*/
}

@media screen and (max-width:1440px) {
    header .container {
        margin-top: 12px;
        margin-bottom: 12px
    }
}

@media screen and (max-width:1110px) {
    header .container {
        margin-top: 10px;
        margin-bottom: 10px;
        /*height: 55px*/
    }
    header {
        /*height: 95px;
        position: fixed;*/
        top: 35px;
        padding: 0;
        overflow: visible
    }
    header.not-visible {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
        opacity: 0
    }
    header.open {
        height: 100%;
        z-index: 100
    }
}

header .header-logo {
    padding: 0;
    border: 0;
    display: block;
    overflow: hidden;
    margin: 3px 0 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    /*height: 63px;float:left;
    width:19.23176%; background: url(../img/slapfish-logo-white.png) 0 0 no-repeat;
     margin:auto 2.35765% auto 8.5298%;*/
}

header .header-logo img{ max-width: 200px; width:100%; }

.two-columns .column:last-child,
header .header-logo:last-child,
header nav:last-child {
    margin-right: 0
}


/*@media screen and (max-width:1440px) {
header .header-logo { float: left; display: block; margin-right: 2.35765%; width: 18.96686%; /*height: 41px*/ }
header .header-logo:last-child { margin-right: 0; }}*/

@media screen and (max-width:1110px) {
    header .header-logo {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%;
        margin-left: 4.2649%;
        z-index: 100;
        position: relative;
        top: 3px;
	/*height: 35px;*/
    }
    header .header-logo:last-child {
        margin-right: 0
    }
}

@media screen and (max-width:992px) {
    header .header-logo {
        float: left;
        display: block;
        margin-right: 2.35765%;
	width: 185px;
	margin-left: 45px;
        /*width: 23.23176%;
        margin-left: 8.5298%;
        height: 40px*/
    }
    header .header-logo:last-child {
        margin-right: 0
    }
}

@media screen and (max-width:767px) {
    header .header-logo {
        float: left;
        display: block;
        margin-right: 2.35765%;
        /*width: 31.76157%;
        height: 35px*/
    }
    header .header-logo:last-child {
        margin-right: 0
    }
}

@media screen and (max-width:500px) {
    header .header-logo {
        margin-left: 4.2649%;
        float: left;
        display: block;
        margin-right: 2.35765%;
        /*width: 40.29137%*/
    }
    header .header-logo:last-child {
        margin-right: 0
    }
}

.lt-ie9 header .header-logo {
    width: 172px;
    margin-left: 70px;
    margin-right: 50px;
    float: none;
    display: inline-block
}

header .header-logo a {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    display: block;
    height: 100%
}

.lt-ie9 header .header-logo a {
    font-size: 0;
    line-height: 0
}

header nav {
    /*height:75px;margin-left:-4.2649%;float:left;display:block;width:65.88078%;margin-right:0*/
}


/*@media screen and (max-width:1440px) {    header nav {        float: left;        display: block;        margin-right: 2.35765%;        width: 65.88078%;        margin-left: 0;        height: 71px    }    header nav:last-child {        margin-right: 0    }}*/

@media screen and (max-width:1110px) {
    header nav {
        display: none
    }
}

.lt-ie9 header nav {
    width: auto;
    margin-left: 0;
    float: none;
    display: inline-block
}

header nav > ol,
header nav > ul {
    margin: 0;
    padding: 0;
    border: 0;
    float: right;
    line-height: 1;
    letter-spacing: 0
}

header nav > ol > li,
header nav > ul > li {
    list-style-type: none;
    display: inline-block;
    white-space: nowrap;
    font-size: 20px;
    padding: 0px 16px;
    position: relative;
}

@media screen and (max-width:1440px) {
    header nav > ol, header na >v ul { /*line-height: 71px*/ }
}

@media screen and (max-width:1110px) {
    header nav > ol,
    header nav > ul {
        line-height: 65px
    }
}

@media screen and (max-width:1440px) {
    header nav > ol > li,
    header nav > ul > li {
        /*font-size: 16px;*/
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (max-width:1220px) {
    header nav > ol > li,
    header nav > ul > li {
        /*font-size: 14px;*/
        padding-left: 10px;
        padding-right: 10px
    }
}

@media screen and (max-width:1110px) {
    header nav > ol > li,
    header nav > ul > li {
        /*font-size: 16px;*/
        padding-left: 5px;
        padding-right: 5px
    }
}

header nav > ol > li:last-child,
header nav > ul > li:last-child {
    padding-right: 0
}

@media screen and (max-width:1110px) {
    header nav > ol > li:last-child,
    header nav > ul > li:last-child {
        display: none
    }
}

.lt-ie9 header nav > ol > li,
.lt-ie9 header nav > ul > li {
    padding-left: 5px;
    padding-right: 5px
}

.lt-ie9 header nav ol.social-icons,
.lt-ie9 header nav ul.social-icons {
    margin-left: 20px
}

.lt-ie9 header nav ol.social-icons li,
.lt-ie9 header nav ul.social-icons li,
.promotion .extra-information .toggle-information i {
    margin-left: 5px
}

header nav ol a,
header nav ul a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-family: 'Kanit';
    font-weight: 600;
    font-size: 16px;
}

header nav > ul > li > ul.sub-menu {
    position: absolute;
    padding: 0;
    z-index: 999;
    background: #0d3b5d;
    top: 45px;
    list-style: none;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s;
}

header nav > ul > li:hover > ul.sub-menu {
    max-height: 100px;
}
header nav > ul > li > ul.sub-menu > li {
    border-bottom: 1px solid #fff;
}
header nav > ul > li > ul.sub-menu > li:last-child {
    border: 0;
}
header nav > ul > li > ul.sub-menu > li >a {
    display: block;
    padding: 15px 18px;
}

header .main-cta-button.-mobile {
    display: none;
    float: right;
    margin-right: 30px
}

@media screen and (max-width:1110px) {
    header .main-cta-button.-mobile {
        display: inline;
        margin-right: 50px;
        position: relative;
        top: 5px
    }
}

@media screen and (max-width:500px) {
    header .main-cta-button.-mobile {
        margin-right: 20px
    }
}

@media screen and (max-width:1110px) {
    header #mobile-nav-overlay {
        display: block;
        width: 100%;
        height: 0;
        top: 0;
        left: 0;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity .35s, visibility .35s, height .35s;
        transition: opacity .35s, visibility .35s, height .35s;
        overflow: hidden;
        background: #b6d2dc;
    }
}

header #mobile-nav-overlay li {
    will-change: transform
}

header #mobile-nav-overlay.open {
    display: none;
    opacity: .9;
    visibility: visible;
    height: 100%
}

header #mobile-nav-overlay.open li:nth-child(0),
header #mobile-nav-overlay.open li:nth-child(1) {
    -webkit-animation: fadeInTop .5s forwards ease;
    animation: fadeInTop .5s forwards ease;
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

header #mobile-nav-overlay.open li:nth-child(1) {
    -webkit-animation-delay: .35s;
    animation-delay: .35s
}

header #mobile-nav-overlay.open li:nth-child(2),
header #mobile-nav-overlay.open li:nth-child(3) {
    -webkit-animation: fadeInTop .5s forwards ease;
    animation: fadeInTop .5s forwards ease;
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

header #mobile-nav-overlay.open li:nth-child(3) {
    -webkit-animation-delay: .45s;
    animation-delay: .45s
}

header #mobile-nav-overlay.open li:nth-child(4),
header #mobile-nav-overlay.open li:nth-child(5) {
    -webkit-animation: fadeInTop .5s forwards ease;
    animation: fadeInTop .5s forwards ease;
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

header #mobile-nav-overlay.open li:nth-child(5) {
    -webkit-animation-delay: .55s;
    animation-delay: .55s
}

header #mobile-nav-overlay.open li:nth-child(6),
header #mobile-nav-overlay.open li:nth-child(7) {
    -webkit-animation: fadeInTop .5s forwards ease;
    animation: fadeInTop .5s forwards ease;
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

header #mobile-nav-overlay.open li:nth-child(7) {
    -webkit-animation-delay: .65s;
    animation-delay: .65s
}

header #mobile-nav-overlay.open li:nth-child(8),
header #mobile-nav-overlay.open li:nth-child(9) {
    -webkit-animation: fadeInTop .5s forwards ease;
    animation: fadeInTop .5s forwards ease;
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

header #mobile-nav-overlay.open li:nth-child(9) {
    -webkit-animation-delay: .75s;
    animation-delay: .75s
}

header #mobile-nav-overlay.open li:nth-child(10),
header #mobile-nav-overlay.open li:nth-child(11) {
    -webkit-animation: fadeInTop .5s forwards ease;
    animation: fadeInTop .5s forwards ease;
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

header #mobile-nav-overlay.open li:nth-child(11) {
    -webkit-animation-delay: .85s;
    animation-delay: .85s
}

header #mobile-nav-overlay.open li:nth-child(12),
header #mobile-nav-overlay.open li:nth-child(13) {
    -webkit-animation: fadeInTop .5s forwards ease;
    animation: fadeInTop .5s forwards ease;
    -webkit-animation-delay: .9s;
    animation-delay: .9s
}

header #mobile-nav-overlay.open li:nth-child(13) {
    -webkit-animation-delay: .95s;
    animation-delay: .95s
}

header #mobile-nav-overlay.open li:nth-child(14),
header #mobile-nav-overlay.open li:nth-child(15) {
    -webkit-animation: fadeInTop .5s forwards ease;
    animation: fadeInTop .5s forwards ease;
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

header #mobile-nav-overlay.open li:nth-child(15) {
    -webkit-animation-delay: 1.05s;
    animation-delay: 1.05s
}

@media screen and (max-width:1110px) {
    header #mobile-nav-overlay.open {
        display: block
    }
}

header #mobile-nav-overlay .mobile-overlay-menu {
    position: relative;
    height: 60%;
    top: 230px;
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%);
    text-align: center;
    overflow: scroll;
    -webkit-overflow-scrolling: touch
}

header #mobile-nav-overlay ol,
header #mobile-nav-overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 100%;
    width: 91%;
    letter-spacing: 3.29px;
    text-align: left
}

header #mobile-nav-overlay ol li,
header #mobile-nav-overlay ul li {
    display: table;
    /*height: 25%;
    height: calc(100%/8);
    min-height: 50px;*/
    position: relative;
    opacity: 0;
    margin: 15px 0;
    border-bottom: 1px solid;
    width: 100%;
}

header #mobile-nav-overlay ol li .icon,
header #mobile-nav-overlay ul li .icon {
    float: left;
    height: 40px;
    width: 40px;
    margin-right: 30px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap
}

header #mobile-nav-overlay ol li .icon.menu-link,
header #mobile-nav-overlay ul li .icon.menu-link {
    background: url(../img/menu-icons/menu.png) 0 0 no-repeat;
    /*background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(../img/menu-icons/menu.svg);
    background-image: linear-gradient(transparent, transparent), url(../img/menu-icons/menu.svg);*/
    background-size: contain
}

header #mobile-nav-overlay ol li .icon.the-flock-link,
header #mobile-nav-overlay ul li .icon.the-flock-link {
    background: url(../img/menu-icons/the-flock.png) 0 0 no-repeat;
    /*background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(../img/menu-icons/the-flock.svg);
    background-image: linear-gradient(transparent, transparent), url(../img/menu-icons/the-flock.svg);*/
    background-size: contain
}

header #mobile-nav-overlay ol li .icon.catering-link,
header #mobile-nav-overlay ul li .icon.catering-link {
    background: url(../img/menu-icons/catering.png) 0 0 no-repeat;
    /*background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(../img/menu-icons/catering.svg);
    background-image: linear-gradient(transparent, transparent), url(../img/menu-icons/catering.svg);*/
    background-size: contain
}

header #mobile-nav-overlay ol li .icon.franchising-link,
header #mobile-nav-overlay ul li .icon.franchising-link {
    background: url(../img/menu-icons/franchising.png) 0 0 no-repeat;
    /*background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(../img/menu-icons/franchising.svg);
    background-image: linear-gradient(transparent, transparent), url(../img/menu-icons/franchising.svg);*/
    background-size: contain
}

header #mobile-nav-overlay ol li .icon.locations-link,
header #mobile-nav-overlay ul li .icon.locations-link {
    background: url(../img/menu-icons/locations.png) 0 0 no-repeat;
    /*background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(../img/menu-icons/locations.svg);
    background-image: linear-gradient(transparent, transparent), url(../img/menu-icons/locations.svg);*/
    background-size: contain
}

header #mobile-nav-overlay ol li .icon.promo-link,
header #mobile-nav-overlay ul li .icon.promo-link {
    background: url(../img/menu-icons/promotions.png) 0 0 no-repeat;
    /*background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(../img/menu-icons/promotions.svg);
    background-image: linear-gradient(transparent, transparent), url(../img/menu-icons/promotions.svg);*/
    background-size: contain
}

header #mobile-nav-overlay ol li .icon.who-we-are-link,
header #mobile-nav-overlay ul li .icon.who-we-are-link {
    background: url(../img/menu-icons/who-we-are.png) 0 0 no-repeat;
    /*background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(../img/menu-icons/who-we-are.svg);
    background-image: linear-gradient(transparent, transparent), url(../img/menu-icons/who-we-are.svg);*/
    background-size: contain
}

header #mobile-nav-overlay ol li .icon.feedback-link,
header #mobile-nav-overlay ul li .icon.feedback-link {
    background: url(../img/menu-icons/feedback.png) 0 0 no-repeat;
    /*background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(../img/menu-icons/feedback.svg);
    background-image: linear-gradient(transparent, transparent), url(../img/menu-icons/feedback.svg);*/
    background-size: contain
}

header #mobile-nav-overlay ol li .icon.careers-link,
header #mobile-nav-overlay ul li .icon.careers-link {
    background: url(../img/menu-icons/careers.png) 0 0 no-repeat;
    /*background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(../img/menu-icons/careers.svg);
    background-image: linear-gradient(transparent, transparent), url(../img/menu-icons/careers.svg);*/
    background-size: contain
}

header #mobile-nav-overlay ol li .icon.press-link,
header #mobile-nav-overlay ul li .icon.press-link {
    background: url(../img/menu-icons/press.png) 0 0 no-repeat;
    /*background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(../img/menu-icons/press.svg);
    background-image: linear-gradient(transparent, transparent), url(../img/menu-icons/press.svg);*/
    background-size: contain
}

header #mobile-nav-overlay ol li .icon.contact-link,
header #mobile-nav-overlay ul li .icon.contact-link {
    background: url(../img/menu-icons/contact.png) 0 0 no-repeat;
    /*background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(../img/menu-icons/contact-us.svg);
    background-image: linear-gradient(transparent, transparent), url(../img/menu-icons/contact-us.svg);*/
    background-size: contain
}

header #mobile-nav-overlay ol li .title,
header #mobile-nav-overlay ul li .title {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    position: relative;
    /*top: 11px;*/
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #023b5c;
}

@media screen and (max-width:360px) {
    header #mobile-nav-overlay ol li .title,
    header #mobile-nav-overlay ul li .title {
        font-size: 20px
    }
}

header #mobile-nav-overlay ol li a,
header #mobile-nav-overlay ul li a {
    display: block;
    position: relative;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
    padding: 6px 0;
}

header #mobile-nav-overlay.open li:last-child { border-bottom: inherit;  }

.horizontal-yellow {
    background-image: url(../img/horizontal-white.png);
    display: none;
}

.horizontal-red {
    background-image: url(../img/refresh-2019/assets/horizontal-red.png)
}

.horizontal-red,
.horizontal-yellow {
    background-position: left;
    border-radius: 0;
    background-repeat: no-repeat;
    height: 5px;
    margin: 25px auto;
    background-size: cover;
    max-width: 90%
}

img:not([src]) {
    visibility: hidden
}

img.image-portrait {
    display: none
}

@media screen and (max-width:767px) {
    img.image-portrait {
        display: block
    }
}

img.image-landscape {
    display: block
}

@media screen and (max-width:767px) {
    img.image-landscape {
        display: none
    }
}

.container {
    position: relative;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto
}

.center-column::after,
.container::after,
.content-column::after,
.delivery .tiles .hero-right .inner-wrapper::after,
.location-header .location-header-top::after,
.product-menu .product-menu-categories ol::after,
.product-menu .product-menu-categories ul::after,
.product-menu::after,
.single-column::after,
.two-columns::after {
    clear: both;
    content: "";
    display: table
}

.content {
    /*outline: 0*/
}

.content.no-hero {
    padding-top: 115px
}

.content li,
.content p {
    font-size: 17px
}

.overflow-hidden {
    overflow: hidden
}

.filter-div {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .4)
}

.center-column,
.content-column,
.franchising .tile-step-by-step .inner-wrapper .slides li,
.single-column,
.two-columns {
    display: block
}

.two-columns .column {
    margin-left: 17.05961%;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%
}

.two-columns .column:first-child {
    margin-left: 8.5298%
}

@media screen and (max-width:767px) {
    .two-columns .column {
        margin-left: 8.5298%;
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 82.94039%
    }
    .two-columns .column:last-child {
        margin-right: 0
    }
}

.center-column .column {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-left: 25.58941%
}

.center-column .column:last-child {
    margin-right: 0
}

@media screen and (max-width:767px) {
    .center-column .column {
        margin-left: 8.5298%;
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 82.94039%
    }
    .center-column .column:last-child {
        margin-right: 0
    }
}

.content-column .column {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-left: 17.05961%
}

.content-column .column:last-child {
    margin-right: 0
}

@media screen and (max-width:767px) {
    .content-column .column {
        margin-left: 8.5298%;
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 82.94039%
    }
    .content-column .column:last-child {
        margin-right: 0
    }
}

.single-column .column {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-left: 8.5298%
}

.single-column .column:last-child {
    margin-right: 0
}

.center-text {
    text-align: center
}

.center-text.-location {
    font-size: 0;
    height: 0;
    width: 0
}

@media screen and (max-width:767px) {
    .center-text {
        font-size: 3.1rem
    }
}

.hidden {
    display: none
}

.bg-red {
    background-image: url(../img/backgrounds/red-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover
}

.bg-pattern {
    background-image: url(../img/backgrounds/dark-pattern-bg.jpg);
    background-repeat: repeat
}

.location-header {
    width: 100%;
    display: block;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 50;
    background: #b6d2dc;
/*    background-image: url(../img/gray-bg.jpg);*/
    text-transform: uppercase;
    
    
    max-height: 40px;
    -webkit-transition: opacity .35s, max-height .4s;
    transition: opacity .35s, max-height .4s
}

@media screen and (max-width:992px) {
    .location-header {
        max-height: 35px;
        display: block
    }
}

@media screen and (max-width:767px) {
    .location-header {
        max-height: 35px
    }
}

.location-header.open {
    max-height: 100%;
    -webkit-transition: opacity .35s, max-height .35s;
    transition: opacity .35s, max-height .35s
}

@media screen and (max-width:992px) {
    .location-header.open {
        height: 100%;
        max-height: 200%
    }
}

.location-header.open .location-header-dropdown {
    display: block;
    opacity: 1
}

@media screen and (max-width:992px) {
    .location-header .container {
        height: 100%;
			width: 99%;
    }
}

.location-header .mobile-nav-button {
    display: none
}

@media screen and (max-width:1110px) {
    .location-header .mobile-nav-button {
        position: absolute;
        display: block;
        height: 10px;
        width: 24px;
        padding: 10px;
        margin-top: 7px;
        z-index: 100;
        -webkit-transition: opacity .25s ease;
        transition: opacity .25s ease;
        right: 8.5298%
    }
    .location-header .mobile-nav-button.active .top {
        -webkit-transform: translateY(10px) translateX(0) rotate(45deg);
        transform: translateY(10px) translateX(0) rotate(45deg)
    }
    .location-header .mobile-nav-button.active .middle,
    .location-header .mobile-nav-button.show {
        opacity: 0
    }
    .location-header .mobile-nav-button.active .bottom {
        -webkit-transform: translateY(-4px) translateX(0) rotate(-45deg);
        transform: translateY(-4px) translateX(0) rotate(-45deg)
    }
    .location-header .mobile-nav-button span {
        background: #fff;
        border: 0;
        height: 3px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: all .35s ease;
        transition: all .35s ease;
        cursor: pointer
    }
    .location-header .mobile-nav-button span:nth-of-type(2) {
        top: 7px
    }
    .location-header .mobile-nav-button span:nth-of-type(3) {
        top: 14px
    }
}

@media screen and (max-width:992px) {
    .location-header .mobile-nav-button {
        right: 4.2649%
    }
}

.location-header .location-header-top {
    display: block;
    /*float:left;margin-right:2.35765%;width:87.94039%;margin-left:8.5298%;*/
    overflow: hidden;
    /*cursor:pointer;*/
    color: #000;
    line-height: 35px
}

.location-header .location-header-top .locate-store-result .store:last-child,
.location-header .location-header-top:last-child {
    margin-right: 0
}

@media screen and (max-width:992px) {
    .location-header .location-header-top {
        float: left;
        display: block;
        width: 91.4702%;
        margin-left: 4.2649%;
        margin-right: 0;
        line-height: 35px;
        height: 35px
    }
    .location-header .location-header-top:last-child {
        margin-right: 0
    }
}

@media screen and (max-width:767px) {
    .location-header .location-header-top {
        line-height: 35px;
        height: 35px
    }
}

.location-header .location-header-top .fa {
    position: relative;
    top: 2px;
    display: inline-block;
    margin: 0 8px 0 0;
    font-size: 1.4rem
}

@media screen and (max-width:992px) {
    .location-header .location-header-top .fa {
        font-size: 1.0625rem;
        margin: 0
    }
}

.location-header .location-header-top .map-marker {
    background-image: url(../img/header/map-icon-black.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

@media screen and (max-width:992px) {
    .location-header .location-header-top .map-marker {
        width: 13px;
        height: 16px;
        background-size: 100%
    }
}

.location-header .location-header-top p {
    display: inline-block;
    font-size: 14px;
    font-family: 'Kanit';
    font-weight: 600;
    color: #023b5c;
    margin-top: 7px;
}
.location-header .location-header-top a:hover p {
    color: #dc6126;
}
@media screen and (max-width:992px) {
    .location-header .location-header-top p {
        font-size: 0.6rem
    }
}

@media screen and (max-width:767px) {
    .location-header .location-header-top p {
        font-size: .55rem
    }
	
	
	
	.location-header .location-header-top {
		width: 100%;
	}
}

.location-header .location-header-top .locate-store,
.location-header .location-header-top .locate-store-error,
.location-header .location-header-top .locate-store-loading,
.location-header .location-header-top .locate-store-result {
    display: none
}

.location-header .location-header-top .locate-store-loading .fa-spinner {
    will-change: transform;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    -webkit-animation: spinner 1s linear infinite normal, pulse .7s linear infinite alternate;
    animation: spinner 1s linear infinite normal, pulse .7s linear infinite alternate
}

.location-header .location-header-top .locate-store-error p {
    text-transform: initial
}

.location-header .location-header-top .locate-store-error a {
    margin-left: 5px;
    color: #db6327;
    font-size: .8rem;
    text-decoration: underline
}

@media screen and (max-width:360px) {
    .location-header .location-header-top .locate-store-error a {
        font-size: .7rem
    }
}

.location-header .location-header-top .locate-store-result>div p:last-child {
    margin-left: 5px
}

.location-header .location-header-top .locate-store-result .store {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%
}

@media screen and (max-width:992px) {
    .location-header .location-header-top .locate-store-result .store {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 82.94039%
    }
    .location-header .location-header-top .locate-store-result .store:last-child {
        margin-right: 0
    }
}

@media screen and (max-width:767px) {
    .location-header .location-header-top .locate-store-result .store {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 74.41059%
    }
    .location-header .location-header-top .locate-store-result .store:last-child {
        margin-right: 0
    }
}

@media screen and (max-width:992px) {
    .location-header .location-header-top .locate-store-result .store p:nth-child(2) {
        display: none
    }
}

.location-header .location-header-top .locate-store-result .store .address {
    text-transform: initial;
    font-size: .92rem
}

.location-header .location-header-top .locate-store-result .store-hours {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 40.29137%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.location-header .location-header-top .locate-store-result .store-hours:last-child {
    margin-right: 0
}

@media screen and (max-width:1110px) {
    .location-header .location-header-top .locate-store-result .store-hours {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%
    }
    .location-header .location-header-top .locate-store-result .store-hours:last-child {
        margin-right: 0
    }
}

@media screen and (max-width:992px) {
    .location-header .location-header-top .locate-store-result .store-hours,
    .location-header .location-header-top .locate-store-result .store-hours .time {
        display: none
    }
}

.location-header .location-header-top .locate-store-result .store-hours .holiday-hours-present {
    margin-left: 0;
    color: #db6327
}

@media screen and (max-width:992px) {
    .location-header .location-header-top .locate-store-result .store-hours .hide-mobile {
        display: none
    }
}

.location-header .location-header-top .locate-store-result .expand {
    text-align: right;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 6.17215%
}

.location-header .location-header-dropdown:last-child,
.location-header .location-header-top .locate-store-result .expand:last-child {
    margin-right: 0
}

@media screen and (max-width:992px) {
    .location-header .location-header-top .locate-store-result .expand {
        float: left;
        display: block;
        width: 6.17215%;
        margin-right: 0
    }
    .location-header .location-header-top .locate-store-result .expand:last-child {
        margin-right: 0
    }
}

.location-header .location-header-top .locate-store-result .expand span:after {
    font-size: 1.1rem;
    font-family: fontAwesome;
    content: "\f078"
}

@media screen and (max-width:992px) {
    .location-header .location-header-top .locate-store-result .expand span:after {
        font-size: .875rem
    }
}

.location-header .location-header-top .locate-store-result .expand span.active:after {
    content: "\f077"
}

.location-header .location-header-dropdown {
    padding: 20px 0 50px;
    margin-left: 8.5298%;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    color: #fff;
    opacity: 0;
    -webkit-transition: opacity .4s;
    transition: opacity .4s
}

@media screen and (max-width:992px) {
    .location-header .location-header-dropdown {
        padding-top: 0;
        padding-bottom: 30px;
        height: 100%
    }
}

.location-header .location-header-dropdown .location-header-map-container {
    padding: 0;
    border: 0;
    float: left;
    display: block;
    width: 61.61588%;
    margin: 0 2.35765% 0 8.5298%;
    height: 360px;
    background-color: #777
}

.location-header .location-header-dropdown .location-header-map-container:last-child {
    margin-right: 0
}

@media screen and (max-width:992px) {
    .location-header .location-header-dropdown .location-header-map-container {
        float: left;
        display: block;
        width: 48.82117%;
        margin-right: 0;
        margin-left: 0;
        visibility: hidden
    }
    .location-header .location-header-dropdown .location-header-map-container:last-child {
        margin-right: 0
    }
}

.location-header .location-header-dropdown .location-header-map-container>div {
    height: 100%;
    width: 100%
}

.location-header .location-header-dropdown p {
    font-size: 14px;
    
    
    
}

.location-header .location-header-dropdown .store-info {
    padding: 0;
    border: 0;
    float: left;
    display: block;
    margin: 0 2.35765% 0 0;
    width: 27.49666%
}

.location-header .location-header-dropdown .store-info:last-child {
    margin-right: 0
}

@media screen and (max-width:992px) {
    .location-header .location-header-dropdown .store-info {
        float: left;
        display: block;
        width: 100%;
        margin-right: 0;
        font-size: .9375rem
    }
    .location-header .location-header-dropdown .store-info:last-child {
        margin-right: 0
    }
}

.location-header .location-header-dropdown .store-info .suburb {
    
    
    font-size: 2rem
}

@media screen and (max-width:992px) {
    .location-header .location-header-dropdown .store-info .suburb {
        font-size: 1.5625rem;
        margin-top: 15px
    }
}

.location-header .location-header-dropdown .store-info .address {
    margin-top: 15px;
    font-size: 16px;
    line-height: 16px;
    
    
    
    text-transform: initial
}

.location-header .location-header-dropdown .store-info .directions-link a {
    text-transform: none;
    text-decoration: none;
    color: #fff;
    
    
    font-size: 16px
}

.contact-us .tiles .feedback-group .tile-half-width .terms:focus,
.contact-us .tiles .feedback-group .tile-half-width .terms:hover,
.franchising .tile-full-width .page-links li a:focus,
.franchising .tile-full-width .page-links li a:hover,
.location-header .location-header-dropdown .store-info .directions-link a:focus,
.location-header .location-header-dropdown .store-info .directions-link a:hover,
.who-we-are .tiles .feedback-group .tile-half-width .terms:focus,
.who-we-are .tiles .feedback-group .tile-half-width .terms:hover {
    text-decoration: underline
}

.location-header .location-header-dropdown .store-info .opening-hours {
    margin-top: 30px
}

.location-header .location-header-dropdown .store-info .opening-hours p {
    font-size: 16px;
    
    
}

@media screen and (max-width:992px) {
    .location-header .location-header-dropdown .store-info .opening-hours {
        margin: 15px 0
    }
}

.location-header .location-header-dropdown .store-info .opening-hours .holiday-hours-present {
    color: #fff;
    
    
}

.location-header .location-header-dropdown .store-info .opening-hours .holiday-hours-present a {
    text-transform: capitalize
}

@media screen and (max-width:992px) {
    .location-header .location-header-dropdown .store-info .opening-hours p:first-child {
        display: none
    }
}

.location-header .location-header-dropdown .store-info .opening-hours ol,
.location-header .location-header-dropdown .store-info .opening-hours ul {
    padding: 0;
    margin: 0
}

.location-header .location-header-dropdown .store-info .opening-hours ol li,
.location-header .location-header-dropdown .store-info .opening-hours ul li {
    font-size: 16px;
    list-style: none;
    
    
    
}

.location-header .location-header-dropdown .store-info .opening-hours ol li.active,
.location-header .location-header-dropdown .store-info .opening-hours ul li.active {
    font-size: 16px;
    color: #fff;
    
    
}

.location-header .location-header-dropdown .store-info .opening-hours ol li span,
.location-header .location-header-dropdown .store-info .opening-hours ul li span {
    display: inline-block;
    width: 110px;
    text-transform: capitalize
}

.location-header .location-header-dropdown .store-info .main-cta-button {
    margin-top: 30px;
    cursor: pointer
}

@media screen and (max-width:992px) {
    .location-header .location-header-dropdown .store-info .main-cta-button.view-store-header {
        display: none
    }
}

.location-header .location-header-dropdown .store-info .change-store {
    
    
    
    color: #db6327;
    text-decoration: underline;
    display: block;
    text-transform: capitalize;
    margin-top: 15px;
    cursor: pointer;
    font-size: 16px
}

.location-header .location-header-dropdown .store-info .change-store.focus,
.location-header .location-header-dropdown .store-info .change-store:hover {
    color: #db6327
}

@media screen and (max-width:992px) {
    .location-header .location-header-dropdown .store-info .change-store {
        margin-bottom: 25px
    }
}

.location-header.active .location-header-dropdown {
    visibility: visible
}

#enquiry-form #franchise-country-select.form-group,
.location-header .location-header-view-store-button {
    display: none
}

@media screen and (max-width:992px) {
    .location-header .location-header-view-store-button {
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: center;
        background-color: #db6327;
        padding: 16px;
        display: block
    }
}

.location-header .phone a {
    text-decoration: none
}

.product-menu {
    background-color: #000;
    width: 100%;
    overflow: hidden;
    position: relative;
    display: block
}

.menu-page .product-menu,
.secondary-page h3+p,
.secondary-page h4+p,
.secondary-page h5+p {
    margin-top: 0
}

header .product-menu {
    height: 0;
    -webkit-transition: height 150ms linear;
    transition: height 150ms linear
}

@media screen and (max-width:767px) {
    header .product-menu {
        display: none
    }
}

.product-menu .product-menu-categories {
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-left: 8.5298%;
    list-style-type: none;
    height: auto;
    clear: both;
    margin-bottom: 15px;
    vertical-align: top;
    float: none;
    position: relative;
    top: -5px
}

.page-not-found button:last-child,
.product-menu .product-menu-categories:last-child {
    margin-right: 0
}

@media screen and (max-width:992px) {
    .product-menu .product-menu-categories {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 82.94039%;
        margin-left: 8.5298%
    }
    .product-menu .product-menu-categories:last-child {
        margin-right: 0
    }
}

@media screen and (max-width:767px) {
    .product .product-menu .product-menu-categories {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 82.94039%;
        margin-left: 8.5298%;
        margin-bottom: 8.5298%
    }
    .product .product-menu .product-menu-categories:last-child {
        margin-right: 0
    }
}

.product .product-menu .product-menu-categories h3 {
    font-size: 40px;
    text-align: center
}

@media screen and (max-width:767px) {
    .product .product-menu .product-menu-categories h3 {
        text-align: left
    }
}

.product-menu .product-menu-categories ol,
.product-menu .product-menu-categories ul {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 0;
    text-align: center
}

.product-menu .product-menu-categories ol li,
.product-menu .product-menu-categories ul li {
    list-style-type: none;
    *zoom: 1;
    *display: inline;
    width: 12.5%;
    text-align: center;
    font-size: 1rem;
    display: inline-block;
    overflow: hidden;
    white-space: initial;
    vertical-align: top;
    padding: 0
}

@media screen and (max-width:992px) {
    .product-menu .product-menu-categories ol li,
    .product-menu .product-menu-categories ul li {
        font-size: .82rem
    }
}

@media screen and (max-width:767px) {
    .menu-page .product-menu .product-menu-categories ol li,
    .menu-page .product-menu .product-menu-categories ul li,
    .product .product-menu .product-menu-categories ol li,
    .product .product-menu .product-menu-categories ul li {
        position: relative;
        display: block;
        width: 100%
    }
    .menu-page .product-menu .product-menu-categories ol li:last-child a,
    .menu-page .product-menu .product-menu-categories ul li:last-child a,
    .product .product-menu .product-menu-categories ol li:last-child a,
    .product .product-menu .product-menu-categories ul li:last-child a {
        border-bottom: none
    }
    .product .product-menu .product-menu-categories ol li:after,
    .product .product-menu .product-menu-categories ul li:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 5px;
        -webkit-transform: translateY(-50%) rotate(-45deg);
        transform: translateY(-50%) rotate(-45deg);
        width: 15px;
        height: 15px;
        border: 2px solid #fff;
        border-top: none;
        border-left: none
    }
}

.product-menu .product-menu-categories ol li a,
.product-menu .product-menu-categories ul li a {
    padding: 10px 0;
    display: block;
    color: #fff
}

@media screen and (max-width:767px) {
    .product .product-menu .product-menu-categories ol li a,
    .product .product-menu .product-menu-categories ul li a {
        padding: 10px 0;
        border-bottom: 1px solid #fff
    }
}

.product-menu .product-menu-categories ol li a .icon,
.product-menu .product-menu-categories ul li a .icon {
    display: inline-block;
    padding-bottom: 75%;
    width: 80%;
    max-width: 95px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat
}

@media screen and (max-width:767px) {
    .product-menu .product-menu-categories ol li a .icon,
    .product-menu .product-menu-categories ul li a .icon {
        max-width: 200px
    }
    .product .product-menu .product-menu-categories ol li a .icon,
    .product .product-menu .product-menu-categories ul li a .icon {
        display: none
    }
}

.product-menu .product-menu-categories ol li a span,
.product-menu .product-menu-categories ul li a span {
    padding: 3px 10px;
    display: block;
    height: 100%;
    width: 100%;
    line-height: 1.2em
}

@media screen and (max-width:767px) {
    .product .product-menu .product-menu-categories ol li a span,
    .product .product-menu .product-menu-categories ul li a span {
        min-height: auto;
        font-size: 14px;
        text-align: left
    }
    .menu-page .product-menu .product-menu-categories ol li a span,
    .menu-page .product-menu .product-menu-categories ul li a span {
        font-size: 20px
    }
}

.product-menu .product-menu-categories ol li a.active,
.product-menu .product-menu-categories ol li a:focus,
.product-menu .product-menu-categories ol li a:hover,
.product-menu .product-menu-categories ul li a.active,
.product-menu .product-menu-categories ul li a:focus,
.product-menu .product-menu-categories ul li a:hover {
    color: #db6327
}

@media screen and (max-width:767px) {
    .product-menu .product-menu-categories ol li a.active,
    .product-menu .product-menu-categories ol li a:focus,
    .product-menu .product-menu-categories ol li a:hover,
    .product-menu .product-menu-categories ul li a.active,
    .product-menu .product-menu-categories ul li a:focus,
    .product-menu .product-menu-categories ul li a:hover {
        color: #fff
    }
}

.product-menu:after,
.product-menu:before {
    position: absolute;
    top: 0;
    content: "";
    width: 22px;
    height: 260px;
    display: block;
    clear: both;
    z-index: 100
}

.product-menu:before {
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .7)), to(transparent));
    background: linear-gradient(to right, rgba(0, 0, 0, .7) 0%, transparent 100%)
}

.product-menu:after {
    right: 0;
    background: -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(0, 0, 0, .7)));
    background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, .7) 100%)
}

.skiplinks a {
    position: absolute;
    left: -1000px;
    z-index: 200;
    margin: 0;
    padding: .5em;
    background: #fff;
    font-size: 200%;
    font-weight: 700;
    text-decoration: none
}

.skiplinks a:active,
.skiplinks a:focus,
.skiplinks a:hover {
    display: inline;
    top: 0;
    left: 0;
    color: #fff;
    background: #000
}

.hero-video,
.promo-tile video {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0 0;
    object-position: 0 0
}

@media screen and (max-width:767px) {
    .hero-video {
        display: none
    }
}

.single-life-here .video-wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100
}

.single-life-here .video-wrapper .shade {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #282828;
    opacity: .8
}

.single-life-here .video-wrapper .video {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 90%;
    margin: 0 auto
}

@media screen and (max-width:767px) {
    .single-life-here .video-wrapper .video {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        top: 60px
    }
}

.single-life-here .video-wrapper .video video {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto
}

.page-not-found {
    padding-top: 130px
}

.page-not-found .tiles {
    height: 720px
}

@media screen and (max-width:767px) {
    .page-not-found .tiles {
        height: 500px
    }
}

.page-not-found .tiles .tile-full-width {
    background-size: cover;
    height: 720px
}

@media screen and (max-width:767px) {
    .page-not-found .tiles .tile-full-width {
        height: 500px
    }
}

.page-not-found .tiles .tile-full-width .wrapper .inner-wrapper {
    text-align: center
}

.page-not-found .tiles .tile-full-width .wrapper .inner-wrapper h2 {
    font-size: 3rem
}

.page-not-found button {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    margin-left: 34.11922%;
    text-align: center;
    cursor: pointer
}

@media screen and (max-width:992px) {
    .page-not-found button {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%;
        margin-left: 25.58941%
    }
    .page-not-found button:last-child {
        margin-right: 0
    }
}

@media screen and (max-width:767px) {
    .page-not-found button {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 65.88078%;
        margin-left: 17.05961%
    }
    .page-not-found button:last-child {
        margin-right: 0
    }
}

.who-we-are .contact-us-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 60px 20px
}

.who-we-are .contact-us-div h3 {
    font-size: 40px;
    margin-bottom: 20px
}

@media screen and (max-width:992px) {
    .who-we-are .tiles .franchise-enquiry p,
    .who-we-are .tiles .join-our-team p {
        margin-bottom: 1.3rem
    }
}

.who-we-are .tiles .feedback-group {
    color: #5e6165;
    background-color: #fff;
    position: relative
}

.who-we-are .tiles .feedback-group:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 37.59398%
}

.who-we-are .tiles .feedback-group>.wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

@media screen and (max-width:992px) {
    .who-we-are .tiles .feedback-group {
        position: relative
    }
    .who-we-are .tiles .feedback-group:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 38.46154%
    }
    .who-we-are .tiles .feedback-group>.wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
}

@media screen and (max-width:767px) {
    .who-we-are .tiles .feedback-group {
        position: relative
    }
    .who-we-are .tiles .feedback-group:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 200%
    }
    .who-we-are .tiles .feedback-group>.wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
}

.contact-us .tiles .feedback-group .outer-wrapper:first-of-type:before,
.who-we-are .tiles .feedback-group .outer-wrapper:first-of-type:before {
    height: auto
}

@media screen and (max-width:767px) {
    .who-we-are .tiles .feedback-group .tile-half-width {
        height: 50%
    }
}

.who-we-are .tiles .feedback-group .tile-half-width .terms {
    color: #db6327;
    
    
    
    font-size: 17px;
    text-decoration: none
}

@media screen and (max-width:767px) {
    .who-we-are .tiles.tile-half-width {
        height: 50%
    }
}

.who-we-are .tiles .inner-wrapper p:first-of-type {
    margin-bottom: 1.5em
}

@media screen and (max-width:767px) {
    .who-we-are .tiles .inner-wrapper p:first-of-type {
        height: auto
    }
}

.who-we-are .tiles .img-header-div .filter-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 60px 20px
}

.who-we-are .tiles .img-header-div .filter-div h3 {
    margin-top: 0;
    margin-bottom: 15px;
    text-align: center;
    color: #fff
}

@media screen and (max-width:767px) {
    .who-we-are .tiles .img-header-div .filter-div h3 {
        font-size: 40px
    }
}

.allergy-notice,
.allergy-notice p strong {
    font-family: AdriaSlab-Regular, Georgia, serif
}

.allergy-notice {
    display: none;
    position: fixed;
    z-index: 9999;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #db6327;
    color: #fff
}

.allergy-notice .container {
    padding: 0 20px;
    position: relative
}

.allergy-notice .container::before {
    content: "";
    float: left;
    margin-right: 10px;
    font-family: FontAwesome;
    font-size: 1.3em
}

.allergy-notice .container a {
    color: #fff;
    font-weight: 700;
    margin-left: 20px
}

@media screen and (max-width:767px) {
    .allergy-notice .container a {
        display: block;
        margin-left: 30px
    }
}

.allergy-notice .container a.-close {
    font-size: 30px;
    line-height: 30px;
    height: 30px;
    width: 30px;
    display: block;
    position: absolute;
    top: -5px;
    right: 0;
    margin-left: 0
}

@media screen and (max-width:767px) {
    .allergy-notice .container {
        padding: 0 40px 0 20px
    }
}

.allergy-notice p {
    margin: 20px 0
}

.allergy-notice p strong {
    font-size: 1rem
}

@media screen and (max-width:767px) {
    .allergy-notice p strong {
        display: block
    }
}

#enquiry-form .form-group.-dropdown label,
.careers-page .tile-full-width {
    position: relative
}

.careers-page .tile-full-width:before,
.contact-us .tiles .feedback-group:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 37.59398%
}

.careers-page .tile-full-width>.wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

@media screen and (max-width:992px) {
    .careers-page .tile-full-width {
        position: relative
    }
    .careers-page .tile-full-width:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 37.59398%
    }
    .careers-page .tile-full-width>.wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
}

@media screen and (max-width:767px) {
    .careers-page .tile-full-width {
        position: relative
    }
    .careers-page .tile-full-width:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 168%
    }
    .careers-page .tile-full-width>.wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
}

.careers-page .column {
    width: 100%;
    margin: 0;
    padding: 0
}

.careers-outer-container {
    max-width: 1440px;
    margin: 0 auto 80px;
    padding: 60px
}

@media screen and (max-width:767px) {
    .careers-outer-container {
        margin: 0 auto;
        padding: 0
    }
    .careers-outer-container .careers-inner-container {
        padding: 50px 5px
    }
}

.careers-inner-container {
    text-align: center;
    padding: 80px 0;
    max-width: 830px;
    margin: 0 auto
}

@media screen and (max-width:767px) {
    .careers-inner-container {
        padding: 50px 5px
    }
}

.careers-inner-container .subheading,
.careers-inner-container .support-text {
    
    
    color: #db6327;
    font-size: 25px;
    margin-bottom: 0;
    text-transform: uppercase
}

@media screen and (max-width:767px) {
    .careers-inner-container .subheading,
    .careers-inner-container .support-text {
        font-size: 16px;
        line-height: 1.6rem
    }
}

.careers-container .content {
    padding-top: 130px
}

@media screen and (max-width:992px) {
    .careers-container .content {
        padding: 0
    }
}

.careers-container .content a,
.careers-container .content p {
    font-size: 20px;
    line-height: 2.4rem;
    padding: 0 10px
}

@media screen and (max-width:767px) {
    .careers-container .content a,
    .careers-container .content p {
        font-size: 18px;
        line-height: 2rem
    }
}

.careers-container .content h3 {
    line-height: 2.4rem;
    padding: 0 10px
}

@media screen and (max-width:767px) {
    .careers-container .content h3 {
        font-size: 25px;
        line-height: 29px
    }
}

.careers-container .content h2 {
    line-height: 4rem;
    padding: 0 10px
}

@media screen and (max-width:767px) {
    .careers-container .content h2 {
        font-size: 40px;
        line-height: 47px;
        padding: 0;
        max-width: 90%;
        margin: 5px auto
    }
}

.careers-container .content .list-disclaimer {
    font-size: 14px;
    text-align: left;
    position: relative;
    padding: 20px 10px 20px 100px
}

@media screen and (max-width:767px) {
    .careers-container .content .list-disclaimer {
        padding-left: 65px;
        margin: 0
    }
}

.carousel,
.carousel .terms-box {
    background-color: #fff;
    width: 100%
}

.carousel {
    max-height: 48.7vw;
    display: block;
    overflow: hidden;
    position: relative
}

@media screen and (max-width:767px) {
    .carousel {
        max-height: 100%
    }
}

.carousel .terms-box {
    position: absolute;
    height: 17px;
    bottom: 0;
    z-index: 100
}

@media screen and (max-width:767px) {
    .carousel .terms-box {
        height: 15px
    }
}

.carousel .terms-box p {
    margin: 0 auto;
    text-align: center;
    font-size: 10px;
    color: #000;
    line-height: 1.2rem
}

@media screen and (max-width:767px) {
    .carousel .terms-box p {
        line-height: 1.1rem
    }
}

.carousel .carousel-item {
    background-size: cover;
    background-position: center center;
    width: 100%;
    max-height: 48.7vw;
    overflow: hidden;
    text-align: center;
    position: relative;
    vertical-align: top
}

.carousel .carousel-item .inner-wrapper {
    margin: 0;
    padding: 19%;
    border: 0
}

@media screen and (max-width:767px) {
    .carousel .carousel-item {
        max-height: 100%;
        background-position: center center
    }
}

.carousel .carousel-item img {
    margin: 0 auto;
    height: auto;
    max-width: 100%
}

.carousel .slick-arrow {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: .5px solid #fff;
    border: none;
    border-width: 0 3px 3px 0;
    display: inline-block
}

.carousel .slick-arrow:focus,
.carousel .slick-arrow:hover {
    /*border: .5px solid #db6327;*/
    border-width: 0 3px 3px 0
}

.carousel .slick-arrow.slick-next {
    height: 48px;
    width: 91px;
    -webkit-transform: rotate(-0deg);
    transform: rotate(-0deg);
    right: 10px;
    background-size: contain!important
}

@media screen and (max-width:767px) {
    .carousel .slick-arrow.slick-next {
        right: -5px
    }
}

.carousel .slick-arrow.slick-prev {
    height: 48px;
    width: 91px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 10px;
    background-size: contain!important;
    background-repeat: no-repeat
}

@media screen and (max-width:767px) {
    .carousel .slick-arrow.slick-prev {
        left: -5px
    }
}

.carousel .slick-list {
    height: 100%;
    /* height: 100vh!important*/
}

.carousel .slick-track {
    font-size: 0;
    display: block;
    vertical-align: top;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.carousel .slick-dots {
    bottom: 20px;
    margin-bottom: 0;
    height: 30px
}

@media screen and (max-width:767px) {
    .carousel .slick-dots {
        bottom: 15px
    }
}

.carousel .slick-dots .slick-active button {
    background-color: #db6327
}

.catering h2,
.catering li,
.catering p {
    
    
}

.catering li,
.catering p {
    font-size: 1.25rem;
    
    line-height: 1.6rem
}

.catering h2 {
    font-weight: 700;
    line-height: 4rem;
    text-transform: uppercase;
    text-align: center;
    margin: auto 5%
}

.catering .catering-header {
    text-align: center;
    color: #fff
}

@media screen and (max-width:992px) {
    .catering .catering-header h2 {
        font-size: 3.1rem;
        line-height: 3rem;
        margin-top: 5%
    }
}

@media screen and (max-width:767px) {
    .catering .catering-header h2 {
        margin-top: 0
    }
}

.catering .catering-header p {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-left: 17.05961%;
    text-align: center;
    margin-bottom: 30px
}

.catering .catering-header p:last-child {
    margin-right: 0
}

@media screen and (max-width:992px) {
    .catering .catering-header p {
        font-size: 1.3rem;
        margin-bottom: 1rem
    }
}

.catering .event-enquiries {
    
    
    font-size: 18px
}

.catering #nearest-store ol li,
.catering #nearest-store p,
.catering #nearest-store ul li {
    font-size: 1rem
}

@media screen and (max-width:767px) {
    .catering #nearest-store button {
        font-size: 1.1rem;
        line-height: 1.3rem
    }
}

.catering #nearest-store ol,
.catering #nearest-store ul {
    -webkit-padding-start: 15px;
    margin: 0
}

.catering #nearest-store .select-a-store,
.success-stories .tab-container .tab-controls ol li a .inner-text .person,
.success-stories .tab-container .tab-controls ul li a .inner-text .person {
    
    
    font-size: 1.3rem
}

.catering #nearest-store .catering-result p:first-of-type {
    
    
    font-size: 1.3rem
}

.catering #nearest-store .catering-result .selected-store-name {
    text-transform: uppercase;
    font-size: 1.6rem;
    margin: 5% 0 2%
}

.catering #nearest-store .catering-result .selected-store-phone {
    font-size: 1.3rem;
    margin: 0 0 5%
}

.catering #nearest-store .catering-result .selected-store-phone a {
    text-decoration: none;
    color: #000
}

.catering #nearest-store .catering-result .selected-store-phone:before {
    content: '\f095';
    color: #db6327;
    font-family: FontAwesome;
    padding-right: 20px
}

@media screen and (max-width:992px) {
    .catering .tile-half-width {
        width: 100%
    }
}

.catering .nearest-store-bg {
    background-size: cover;
    background-position: center
}

@media screen and (max-width:992px) {
    .catering .nearest-store-bg {
        display: none
    }
}

.catering .tile-full-width .carousel .wrapper .inner-wrapper {
    vertical-align: initial
}

@media screen and (max-width:767px) {
    .catering .tile-full-width .carousel .wrapper .inner-wrapper {
        vertical-align: middle
    }
}

.catering .main-cta-button {
    margin-top: 40px
}

.catering .center-column {
    background-color: #f7f7f7;
    padding: 60px 0
}

.catering .center-column ol li,
.catering .center-column ol strong,
.catering .center-column ul li,
.catering .center-column ul strong {
    font-size: 16px
}

.comicbook {
    padding: 0 20px;
    overflow: hidden
}

.comicbook .title-container {
    text-align: center;
    padding: 80px 0;
    max-width: 830px;
    margin: 0 auto
}

@media screen and (max-width:767px) {
    .comicbook .title-container {
        padding: 80px 0 0
    }
}

.comicbook .title-container h2 {
    line-height: 5.5rem;
    font-size: 5.5rem;
    text-align: center;
    color: #db6327;
    display: inline-block;
    margin: 0
}

@media screen and (max-width:992px) {
    .comicbook .title-container h2 {
        line-height: 4rem;
        font-size: 4rem
    }
}

@media screen and (max-width:767px) {
    .comicbook .title-container h2 {
        line-height: 3rem;
        font-size: 3rem
    }
}

.comicbook .comic-container {
    padding: 20px 0 80px
}

.comicbook .comic-section {
    padding: 80px 0
}

.comicbook .comic-section.-centred {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.comicbook .comic-section.-centred .image-container {
    position: relative;
    width: 50%
}

@media screen and (max-width:767px) {
    .comicbook .comic-section.-centred .image-container {
        width: 95%
    }
}

.comicbook .comic-section.-left,
.comicbook .comic-section.-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.comicbook .comic-section.-left .image-container {
    position: relative;
    width: 48%
}

@media screen and (max-width:767px) {
    .comicbook .comic-section.-left .image-container {
        width: 90%
    }
}

.comicbook .comic-section.-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.comicbook .comic-section.-right .image-container {
    position: relative;
    width: 48%
}

@media screen and (max-width:767px) {
    .comicbook .comic-section.-right .image-container {
        width: 90%
    }
}

.comicbook .comic-section .main-image {
    width: 100%
}

.comicbook .comic-section .text-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.comicbook .comic-section .action-image,
.comicbook .comic-section .action-image-2 {
    position: absolute
}

.comicbook .comic-section.-s1 .action-image {
    bottom: -100px;
    right: 0;
    max-width: 40%
}

.comicbook .comic-section.-s1 .text-image {
    width: 135%;
    height: 135%
}

.comicbook .comic-section.-s2 {
    margin-top: -50px
}

.comicbook .comic-section.-s2 .action-image {
    top: 35%;
    max-width: 75%;
    right: -50%
}

@media screen and (max-width:767px) {
    .comicbook .comic-section.-s2 .action-image {
        max-width: 75%;
        right: -10%
    }
}

.comicbook .comic-section.-s3 {
    margin-top: -400px
}

@media screen and (max-width:767px) {
    .comicbook .comic-section.-s3 {
        margin-top: -170px
    }
}

.comicbook .comic-section.-s3 .action-image {
    top: 55%;
    max-width: 75%;
    left: -67%
}

@media screen and (max-width:767px) {
    .comicbook .comic-section.-s3 .action-image {
        top: 65%;
        left: -20%
    }
}

.comicbook .comic-section.-s4 {
    margin-top: -50px
}

@media screen and (max-width:767px) {
    .comicbook .comic-section.-s4,
    .comicbook .comic-section.-s5 {
        margin-top: -100px
    }
}

.comicbook .comic-section.-s5 .action-image {
    bottom: -150px;
    left: -35%;
    max-width: 70%
}

@media screen and (max-width:767px) {
    .comicbook .comic-section.-s5 .action-image {
        top: 65%;
        left: 0
    }
}

.comicbook .comic-section.-s6 {
    margin-top: -50px
}

@media screen and (max-width:767px) {
    .comicbook .comic-section.-s6 {
        margin-top: -100px
    }
}

.comicbook .comic-section.-s7 {
    margin-top: -100px
}

.comicbook .comic-section.-s7 .action-image {
    top: 20%;
    left: -30%;
    max-width: 50%
}

@media screen and (max-width:767px) {
    .comicbook .comic-section.-s7 .action-image {
        left: -5%;
        top: 25%;
        max-width: 40%
    }
}

.comicbook .comic-section.-s7 .action-image-2 {
    top: 55%;
    right: -30%;
    max-width: 50%
}

@media screen and (max-width:767px) {
    .comicbook .comic-section.-s7 .action-image-2 {
        right: -2%;
        max-width: 50%
    }
}

.comicbook .comic-section.-s8 {
    margin-top: -130px;
    position: relative
}

.comicbook .comic-section.-s9 {
    margin-top: -500px
}

@media screen and (max-width:767px) {
    .comicbook .comic-section.-s9 {
        margin-top: -100px
    }
}

.comicbook .comic-shield {
    position: absolute;
    height: 400px;
    bottom: -50%;
    right: -20%
}

@media screen and (max-width:1200px) {
    .comicbook .comic-shield {
        height: 350px
    }
}

@media screen and (max-width:992px) {
    .comicbook .comic-shield {
        height: 300px
    }
}

@media screen and (max-width:767px) {
    .comicbook .comic-shield {
        display: none
    }
}

.comicbook .fade-in {
    opacity: 0;
    -webkit-transition: opacity .5s linear;
    transition: opacity .5s linear
}

.comicbook .fade-in.-active {
    opacity: 1
}

.comicbook .bounce-in,
.comicbook .flip-in,
.comicbook .lightspeed-in-left,
.comicbook .lightspeed-in-right {
    opacity: 0;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.comicbook .bounce-in.-active {
    opacity: 1;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.comicbook .flip-in.-active {
    opacity: 1;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flipIn;
    animation-name: flipIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.comicbook .lightspeed-in-left.-active,
.comicbook .lightspeed-in-right.-active {
    opacity: 1;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-name: lightSpeedInLeft;
    animation-name: lightSpeedInLeft;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

.comicbook .lightspeed-in-right.-active {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: lightSpeedInRight;
    animation-name: lightSpeedInRight
}

.contact-us .tiles .feedback-group .tile-half-width .terms,
.contact-us p {
    
    
    
}

@media screen and (max-width:992px) {
    .contact-us .tiles .customer-feedback p,
    .contact-us .tiles .franchise-enquiry p {
        margin-bottom: 1.3rem
    }
}

.contact-us .tiles .feedback-group {
    color: #5e6165;
    background-color: #fff;
    position: relative
}

.contact-us .tiles .feedback-group>.wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

@media screen and (max-width:992px) {
    .contact-us .tiles .feedback-group {
        position: relative
    }
    .contact-us .tiles .feedback-group:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 38.46154%
    }
    .contact-us .tiles .feedback-group>.wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
}

@media screen and (max-width:767px) {
    .contact-us .tiles .feedback-group {
        position: relative
    }
    .contact-us .tiles .feedback-group:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 200%
    }
    .contact-us .tiles .feedback-group>.wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
}

@media screen and (max-width:767px) {
    .contact-us .tiles .feedback-group .tile-half-width {
        height: 50%
    }
}

.contact-us .tiles .feedback-group .tile-half-width .terms {
    color: #db6327;
    font-size: 17px;
    text-decoration: none
}

@media screen and (max-width:767px) {
    .contact-us .tiles.tile-half-width {
        height: 50%
    }
}

.contact-us .tiles .inner-wrapper p:first-of-type {
    margin-bottom: 1.5em
}

@media screen and (max-width:767px) {
    .contact-us .tiles .inner-wrapper p:first-of-type {
        height: auto
    }
}

.delivery .tile.tile-full-width {
    background-size: cover;
    background-position: center center;
    width: 100%;
    text-align: center
}

.delivery .tile.tile-full-width .terms-text {
    margin-top: 20px;
    color: #fff;
    text-align: center;
    
    
    
    letter-spacing: 1px
}

.delivery .tile.tile-full-width .terms-text a {
    text-decoration: underline
}

.order-now.tile.tile-full-width {
    background: url(../img/backgrounds/now-delivering-bg.jpg);
    background-size: cover;
    background-position: right;
    position: relative
}

.order-now.tile.tile-full-width:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 43.47826%
}

.order-now.tile.tile-full-width>.wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

@media screen and (max-width:1440px) {
    .order-now.tile.tile-full-width {
        position: relative
    }
    .order-now.tile.tile-full-width:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 43.47826%
    }
    .order-now.tile.tile-full-width>.wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
}

@media screen and (max-width:1200px) {
    .order-now.tile.tile-full-width {
        position: relative
    }
    .order-now.tile.tile-full-width:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 62.5%
    }
    .order-now.tile.tile-full-width>.wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
}

@media screen and (max-width:992px) {
    .order-now.tile.tile-full-width {
        position: relative
    }
    .order-now.tile.tile-full-width:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 76.92308%
    }
    .order-now.tile.tile-full-width>.wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
}

@media screen and (max-width:767px) {
    .order-now.tile.tile-full-width {
        position: relative
    }
    .order-now.tile.tile-full-width:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 130%
    }
    .order-now.tile.tile-full-width>.wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
}

@media screen and (max-width:500px) {
    .order-now.tile.tile-full-width {
        position: relative
    }
    .order-now.tile.tile-full-width:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 160%
    }
    .order-now.tile.tile-full-width>.wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
}

.order-now.tile.tile-full-width .label {
    width: 600px;
    vertical-align: middle
}

@media screen and (max-width:1440px) {
    .order-now.tile.tile-full-width .label {
        width: 600px
    }
}

@media screen and (max-width:1200px) {
    .order-now.tile.tile-full-width .label {
        width: 599px
    }
}

@media screen and (max-width:767px) {
    .order-now.tile.tile-full-width .label {
        width: 80%;
        margin: 0 auto;
        display: block
    }
}

.order-now.tile.tile-full-width .desktop {
    display: inline-block
}

@media screen and (max-width:767px) {
    .order-now.tile.tile-full-width .desktop {
        display: none
    }
}

.order-now.tile.tile-full-width .mobile {
    display: none;
    width: 90%
}

@media screen and (max-width:767px) {
    .order-now.tile.tile-full-width .mobile {
        margin: 0 auto;
        display: block
    }
}

.free-chicken.tile.tile-full-width {
    background: url(../img/backgrounds/delivery-free-chicken-bg.jpg);
    background-size: cover;
    background-position: right
}

@media screen and (max-width:1440px) {
    .free-chicken.tile.tile-full-width {
        background-position: center
    }
}

.free-chicken.tile.tile-full-width .label {
    width: 600px
}

@media screen and (max-width:1340px) {
    .free-chicken.tile.tile-full-width .label {
        width: 540px
    }
}

@media screen and (max-width:1200px) {
    .free-chicken.tile.tile-full-width .label {
        width: 600px
    }
}

@media screen and (max-width:830px) {
    .free-chicken.tile.tile-full-width .label {
        width: 560px
    }
}

@media screen and (max-width:767px) {
    .free-chicken.tile.tile-full-width .label {
        width: 80%
    }
}

.royalty-signup.tile.tile-full-width {
    background: url(../img/backgrounds/red-royalty-bg.jpg);
    background-size: cover;
    position: relative
}

.promo-tile:before,
.royalty-signup.tile.tile-full-width:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 38.46154%
}

.royalty-signup.tile.tile-full-width>.wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

@media screen and (max-width:1440px) {
    .royalty-signup.tile.tile-full-width {
        position: relative
    }
    .royalty-signup.tile.tile-full-width:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 62.5%
    }
    .royalty-signup.tile.tile-full-width>.wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
}

@media screen and (max-width:992px) {
    .royalty-signup.tile.tile-full-width {
        position: relative
    }
    .royalty-signup.tile.tile-full-width:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 76.92308%
    }
    .royalty-signup.tile.tile-full-width>.wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
}

@media screen and (max-width:767px) {
    .royalty-signup.tile.tile-full-width {
        position: relative
    }
    .royalty-signup.tile.tile-full-width:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 130%
    }
    .royalty-signup.tile.tile-full-width>.wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
}

.royalty-signup.tile.tile-full-width .label {
    width: 350px;
    vertical-align: middle
}

@media screen and (max-width:767px) {
    .royalty-signup.tile.tile-full-width .label {
        width: 80%;
        display: block
    }
}

.delivery .tiles {
    background-color: #c11f33
}

.delivery .tiles .tile-half-width {
    min-height: calc(100vh - 435px)
}

.delivery .tiles .hero-left .wrapper {
    text-align: center
}

.delivery .tiles .hero-left .wrapper .inner-wrapper {
    vertical-align: bottom;
    background-image: url(../img/backgrounds/delivery-car.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    width: 60%;
    background-size: 100% auto
}

@media screen and (max-width:1440px) {
    .delivery .tiles .hero-left .wrapper .inner-wrapper {
        width: 100%;
        background-size: 100% auto
    }
}

.delivery .tiles .hero-right {
    color: #fff
}

.delivery .tiles .hero-right .inner-wrapper {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto
}

.delivery .tiles .hero-right h2 {
    line-height: 3rem;
    
    
    text-align: left;
    text-transform: uppercase
}

@media screen and (max-width:992px) {
    .delivery .tiles .hero-right h2 {
        font-size: 36px;
        line-height: 33px
    }
}

@media screen and (max-width:767px) {
    .delivery .tiles .hero-right h2 {
        text-align: center
    }
}

.delivery .tiles .hero-right p {
    margin-bottom: 2em
}

@media screen and (max-width:767px) {
    .delivery .tiles .hero-right p {
        text-align: center
    }
}

.delivery .tiles .hero-right .buttons {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%
}

.delivery .tiles .hero-right .buttons:last-child,
.enquiry-thankyou button:last-child {
    margin-right: 0
}

.delivery .tiles .hero-right .buttons .main-cta-button {
    display: inline-block;
    background-color: #272727;
    margin: 10px auto 0;
    font-size: 1.1em;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    vertical-align: middle
}

@media screen and (max-width:1200px) {
    .delivery .tiles .hero-right .buttons .main-cta-button {
        height: auto;
        font-size: 1.1em
    }
}

@media screen and (max-width:830px) {
    .delivery .tiles .hero-right .buttons .main-cta-button {
        display: block;
        width: 80%;
        margin-left: 0;
        white-space: normal;
        line-height: 1.8em
    }
}

@media screen and (max-width:767px) {
    .delivery .tiles .hero-right .buttons .main-cta-button {
        display: block;
        width: 80%;
        white-space: normal;
        line-height: 1.8em;
        margin-left: auto;
        margin-right: auto
    }
}

.enquiry-thankyou .tile-full-width {
    background-size: cover
}

.enquiry-thankyou .tile-full-width .wrapper .inner-wrapper {
    text-align: center
}

.enquiry-thankyou h2,
.modal.terms .content .inner-wrapper h2 {
    font-size: 3rem
}

.enquiry-thankyou button {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    margin-left: 34.11922%;
    text-align: center
}

@media screen and (max-width:992px) {
    .enquiry-thankyou button {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%;
        margin-left: 25.58941%
    }
    .enquiry-thankyou button:last-child {
        margin-right: 0
    }
}

@media screen and (max-width:767px) {
    .enquiry-thankyou button {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 65.88078%;
        margin-left: 17.05961%
    }
    .enquiry-thankyou button:last-child {
        margin-right: 0
    }
}

.enquiry .tile-full-width .enquiry-header {
    margin-left: 17.05961%;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%
}

.enquiry .tile-full-width .enquiry-header:last-child {
    margin-right: 0
}

@media screen and (max-width:992px) {
    .enquiry .tile-full-width .enquiry-header {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 82.94039%;
        margin-left: 8.5298%
    }
    .enquiry .tile-full-width .enquiry-header:last-child {
        margin-right: 0
    }
}

.enquiry .tile-full-width p {
    text-align: center;
    color: #fff
}

.enquiry p.error-message {
    font-size: .8rem;
    line-height: 1rem;
    color: #db6327;
    padding: 10px 0
}

#enquiry-form .form-group {
    margin-bottom: 25px
}

#enquiry-form .form-group.-dropdown label:after {
    right: 25px;
    bottom: -35px;
    position: absolute;
    content: "\f078";
    font-family: FontAwesome;
    font-size: 1rem;
    color: #a7a7a7;
    pointer-events: none
}

#enquiry-form .form-group.-hidden {
    visibility: hidden;
    height: 0;
    margin: 0
}

#enquiry-form .button {
    display: block;
    float: left
}

@media screen and (max-width:992px) {
    #enquiry-form .button {
        line-height: 1rem
    }
}

#enquiry-form.invalid input:required:invalid,
#enquiry-form.invalid select:required:invalid,
#enquiry-form.invalid textarea:required:invalid {
    border-color: #db6327
}

#enquiry-form.invalid input:required:valid,
#enquiry-form.invalid select:required:valid,
#enquiry-form.invalid textarea:required:valid {
    border-color: #a7a7a7
}

.faq-page .intro {
    margin: 0 auto;
    padding: 80px 20px 0;
    max-width: 1000px;
    font-size: 2.5rem;
    line-height: 38px;
    text-align: center
}

@media screen and (max-width:767px) {
    .faq-page .intro {
        font-size: 2rem;
        line-height: 32px
    }
}

.faq-page .questions .question-wrapper {
    margin: 0 2em 28px 0;
    border-radius: 4px;
    border: 1px solid #a7a7a7;
    list-style: none
}

.faq-page .questions .answer,
.faq-page .questions .question {
    padding: 15px 45px
}

@media screen and (max-width:767px) {
    .faq-page .questions .answer,
    .faq-page .questions .question {
        padding: 20px 25px
    }
}

.faq-page .intro,
.faq-page .questions .answer p,
.faq-page .questions .question p {
    
    
    
}

.faq-page .questions .answer a,
.faq-page .questions .question a {
    color: #282828;
    text-decoration: underline
}

.faq-page .questions .answer a:focus,
.faq-page .questions .answer a:hover,
.faq-page .questions .question a:focus,
.faq-page .questions .question a:hover,
.faq-page.flame-faq .faq-titles a:focus,
.faq-page.flame-faq .faq-titles a:hover {
    color: #db6327
}

.faq-page .questions .question {
    display: block;
    border-radius: 5px;
    border: 2px solid transparent;
    background-color: #fff;
    color: #282828;
    text-transform: uppercase;
    
    
    font-size: 1.6rem
}

.faq-page .questions .question.-active {
    color: #db6327;
    background-color: #fff
}

.faq-page .questions .question:focus,
.faq-page .questions .question:hover {
    background-color: #f7f7f7
}

.faq-page .questions .answer-container {
    display: none;
    
    
    
    font-size: 1.6rem
}

.faq-page.careers .questions {
    width: auto;
    max-width: 800px;
    margin: 4em auto
}

.faq-page.flame-faq {
    padding: 40px 0 50px
}

.faq-page.flame-faq .faq-titles {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
    margin-left: 8.5298%
}

.faq-page.flame-faq .faq-titles:last-child {
    margin-right: 0
}

@media screen and (max-width:767px) {
    .faq-page.flame-faq .faq-titles {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 82.94039%;
        margin-left: 8.5298%
    }
    .faq-page.flame-faq .faq-titles:last-child {
        margin-right: 0
    }
}

.faq-page.flame-faq .faq-titles li {
    list-style: none;
    padding: 10px
}

.faq-page.flame-faq .faq-titles a {
    color: #282828;
    cursor: pointer;
    font-size: 1.9rem;
    
    
    
    line-height: 1.3;
    -webkit-transition: color .2s;
    transition: color .2s
}

.faq-page.flame-faq .faq-titles a.-active {
    color: #db6327
}

.faq-page.flame-faq .questions {
    float: left;
    margin-right: 2.35765%;
    width: 57.35098%;
    display: none
}

.faq-page.flame-faq .questions:last-child {
    margin-right: 0
}

@media screen and (max-width:767px) {
    .faq-page.flame-faq .questions {
        float: left;
        margin-right: 2.35765%;
        width: 82.94039%;
        margin-left: 8.5298%;
        display: none
    }
    .faq-page.flame-faq .questions:last-child {
        margin-right: 0
    }
}

.faq-page.flame-faq .questions p {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.6
}

.faq-page.flame-faq .questions ol,
.faq-page.flame-faq .questions ul {
    margin-top: 0;
    margin-bottom: 24px
}

.faq-page.flame-faq .questions ol li,
.faq-page.flame-faq .questions ul li {
    margin-bottom: 16px;
    line-height: 1.4;
    font-size: 1.8rem
}

.faq-page.flame-faq .questions ol li,
.faq-page.flame-faq .questions ol li:before,
.faq-page.flame-faq .questions ul li,
.faq-page.flame-faq .questions ul li:before,
.franchising .tile-full-width .franchising-header h2,
.franchising h3,
body.home h3 {
    
    
}

.faq-page.flame-faq .questions.-active,
.franchising button {
    display: inline-block
}

.faq-page.flame-faq .questions img {
    max-width: 100%;
    height: auto;
    display: block
}

.feedback-page .feedback-iframe {
    border: 0;
    width: 100%;
    min-height: 530px
}

.feedback-page .feedback-iframe-container iframe {
    min-height: 530px;
    vertical-align: middle
}

.feedback-page .column {
    width: 100%;
    margin: 0;
    padding: 0
}

.franchising .download-pdf,
.franchising p {
    
    
    
    font-size: 1.25rem;
    line-height: 1.6rem
}

.franchising .tile-full-width .franchising-header h2,
.franchising h3,
body.home h3 {
    /*line-height: 3rem;    

	text-transform: uppercase*/
}

.franchising button {
    margin: 30px 0
}

@media screen and (max-width:992px) {
    .franchising button {
        height: auto
    }
}

.franchising .download-pdf {
    display: block;
    text-decoration: underline;
    margin-top: 20px
}

.franchising .tile-full-width,
.menu-page h2,
.menu-page h3 {
    color: #fff
}

@media screen and (max-width:1200px) {
    .franchising .tile-full-width {
        position: relative
    }
    .franchising .tile-full-width:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 50%
    }
    .franchising .tile-full-width>.wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
}

@media screen and (max-width:992px) {
    .franchising .tile-full-width {
        position: relative
    }
    .franchising .tile-full-width:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 66.66667%
    }
    .franchising .tile-full-width>.wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
}

@media screen and (max-width:767px) {
    .franchising .tile-full-width {
        position: relative
    }
    .franchising .tile-full-width:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 225%
    }
    .franchising .tile-full-width>.wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
}

.franchising .tile-full-width h2 {
    font-size: 3rem;
    margin: 1.5rem 0
}

.franchising .tile-full-width .inner-wrapper {
    width: 100%
}

.franchising .tile-full-width .page-links {
    width: 50%;
    font-size: .8rem;
    list-style-type: none;
    padding: 0;
    overflow: auto
}

@media screen and (max-width:992px) {
    .franchising .tile-full-width .page-links {
        width: 100%
    }
}

.franchising .tile-full-width .page-links li {
    width: 50%;
    float: left;
    margin-bottom: 5px;
    font-size: 1rem
}

@media screen and (max-width:992px) {
    .franchising .tile-full-width .page-links li {
        width: 33.33%
    }
}

@media screen and (max-width:767px) {
    .franchising .tile-full-width .page-links li {
        width: 100%;
        margin-bottom: 10px
    }
}

@media screen and (max-width:992px) {
    .franchising .tile-full-width .page-links li a {
        text-decoration: underline
    }
}

.franchising .tile-full-width .tile-caption {
    text-align: right
}

.franchising .tile-full-width .franchising-header {
    text-align: center;
    margin-left: 17.05961%;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%
}

.franchising .tile-full-width .franchising-header h2 {
    font-size: 3.5rem;
    line-height: 3.1rem
}

.franchising .tile-full-width .franchising-header p {
    margin-bottom: 20px
}

.franchising #youtube-franchise-container .inner-wrapper .franchising-video:last-child,
.franchising .tile-full-width .franchising-header:last-child {
    margin-right: 0
}

@media screen and (max-width:992px) {
    .franchising .tile-full-width .franchising-header {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 82.94039%;
        margin-left: 8.5298%
    }
    .franchising .tile-full-width .franchising-header:last-child {
        margin-right: 0
    }
}

.franchising .tile-half-width p,
body.home .tiles .tile .tile-inner p {
    margin-bottom: 24px;
    color: #023b5c;
}

.franchising .tile-step-by-step {
    background-color: #f7f7f7
}

.franchising .tile-step-by-step .inner-wrapper {
    text-align: center;
    color: #282828;
    width: 75%
}

.franchising .tile-step-by-step .inner-wrapper .slides {
    position: relative;
    list-style-type: none;
    padding: 0;
    margin: 40px auto;
    width: 50%
}

@media screen and (max-width:767px) {
    .franchising .tile-step-by-step .inner-wrapper .slides {
        width: 100%
    }
}

.franchising .tile-step-by-step .inner-wrapper .slides .slide-icon {
    width: 100px;
    height: 100px;
    margin-bottom: 20px
}

.franchising .tile-step-by-step .inner-wrapper .slides .owl-buttons div {
    display: block;
    position: absolute;
    top: 30%
}

.franchising .tile-step-by-step .inner-wrapper .slides .owl-buttons div.owl-prev {
    left: -30px
}

.franchising .tile-step-by-step .inner-wrapper .slides .owl-buttons div.owl-next {
    right: -30px
}

.franchising .disclaimer {
    font-size: .7rem
}

.franchising .register-interest .wrapper .inner-wrapper {
    color: #282828;
    text-align: center;
    width: 75%
}

.franchising .register-interest .button {
    margin: 40px 0
}

.franchising .register-interest .corporate-info-pdf {
    color: #282828
}

.franchising .corporate-info-pdf {
    margin: 10px 0;
    color: #fff
}

.franchising #join-australian-icon {
    color: #282828;
    background-image: url(../img/backgrounds/bg.png);
    position: relative
}

.franchising #join-australian-icon:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 27.77778%
}

.franchising #join-australian-icon>.wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

@media screen and (max-width:1200px) {
    .franchising #join-australian-icon {
        position: relative
    }
    .franchising #join-australian-icon:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 33.33333%
    }
    .franchising #join-australian-icon>.wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
}

@media screen and (max-width:992px) {
    .franchising #join-australian-icon {
        position: relative
    }
    .franchising #join-australian-icon:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 38.46154%
    }
    .franchising #join-australian-icon>.wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
}

@media screen and (max-width:767px) {
    .franchising #join-australian-icon {
        position: relative
    }
    .franchising #join-australian-icon:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 120%
    }
    .franchising #join-australian-icon>.wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
}

.franchising #join-australian-icon .download-pdf {
    color: #282828
}

@media screen and (max-width:767px) {
    .franchising #not-just-a-restaurant,
    .franchising #strategic-support {
        color: #fff;
        background: #000
    }
    .franchising #not-just-a-restaurant:before,
    .franchising #strategic-support:before {
        background-image: url(../img/backgrounds/franchising-1.jpg);
        -webkit-filter: grayscale(50%);
        filter: grayscale(50%);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right;
        opacity: .4
    }
    .franchising #strategic-support:before {
        background-image: url(../img/backgrounds/franchising-2.jpg)
    }
}

.franchising #youtube-franchise-container {
    position: relative;
    background-image: url(../img/backgrounds/bg.png)
}

.franchising #youtube-franchise-container:before,
body.home .meal-promo:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 50%
}

.franchising #youtube-franchise-container>.wrapper,
body.home .meal-promo>.wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.franchising #youtube-franchise-container .inner-wrapper,
.media-release-alert .container {
    height: 100%
}

.franchising #youtube-franchise-container .inner-wrapper .franchising-video {
    height: 100%;
    margin-left: 17.05961%;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%
}

@media screen and (max-width:992px) {
    .franchising #youtube-franchise-container .inner-wrapper .franchising-video {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 82.94039%;
        margin-left: 8.5298%
    }
    .franchising #youtube-franchise-container .inner-wrapper .franchising-video:last-child {
        margin-right: 0
    }
}

.franchising #youtube-franchise-container .inner-wrapper .franchising-video #youtube-franchise {
    width: 100%!important;
    height: 80%;
    margin-top: 7%
}

body.home .meal-promo {
    background: url(../img/backgrounds/bg.png);
    position: relative
}

@media screen and (max-width:767px) {
    body.home .meal-promo {
        position: relative
    }
    body.home .meal-promo:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 150%
    }
    body.home .meal-promo>.wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
    body.home .meal-promo .wrapper:before {
        height: auto
    }
    body.home .meal-promo .tile-half {
        height: 50%;
        width: 100%
    }
    body.home .meal-promo .tile-half .inner-wrapper {
        width: 74%
    }
}

body.home .secondary-promo {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

body.home .secondary-promo:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 50%
}

body.home .secondary-promo>.wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

@media screen and (max-width:767px) {
    body.home .secondary-promo {
        position: relative
    }
    body.home .secondary-promo:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 100%
    }
    body.home .secondary-promo>.wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
}

body.home .catering-promo {
    background: url(../img/backgrounds/catering-bg.jpg);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat
}

body.home .catering-promo:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 50%
}

body.home .catering-promo>.wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

@media screen and (max-width:767px) {
    body.home .catering-promo {
        position: relative;
        background-size: auto 50%;
        background-repeat: no-repeat;
        background-position: right
    }
    body.home .catering-promo:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 100%
    }
    body.home .catering-promo>.wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
}

body.home .catering-promo h3 {
    font-size: 80px;
    line-height: 67px;
    color: #db6327
}

@media screen and (max-width:767px) {
    body.home .catering-promo h3 {
        margin-bottom: 10%
    }
    body.home .catering-promo .tile-content-small {
        width: 100%
    }
    body.home .catering-promo .tile-content-small .inner-wrapper {
        vertical-align: top;
        text-align: center
    }
}

body.home .catering-promo button {
    background: #282828
}

@media screen and (max-width:767px) {
    body.home #rewards-promo .rewards-benefits {
        width: 100%
    }
}

body.home .tiles.-catering {
    /*margin-top:-26px*/
}

body.home .tiles.-catering .tile-content-small {
    /*background-image: url(../img/gray-bg03.jpg); */
    background-position: center;
    border-radius: 0;
}

@media screen and (max-width:888px) {
    body.home .tiles.-catering .tile-content-small {
        background-image: url(../img/distressed-tile-white2.jpg)
    }
}

@media screen and (max-width:767px) {
    body.home .tiles.-catering .tile-content-small {
        background-image: url(../img/wall-art.jpg)
    }
}

@media screen and (max-width:500px) {
    body.home .tiles.-catering .tile-content-small {
        background-image: url(../img/distressed-tile-white2.jpg)
    }
}

body.home .tiles.-team .tile-content-small {
/*
    background-image: url(../img/white.jpg);
    background-position: center;
*/
    background-color: #f4f2ec;
    border-radius: 0
}

@media screen and (max-width:888px) {
    body.home .tiles.-team .tile-content-small {
/*        background-image: url(../img/distressed-tile-white2.jpg)*/
    }
}

@media screen and (max-width:767px) {
    body.home .tiles.-team .tile-content-small {
/*        background-image: url(../img/refresh-2019/bg/black-bg.jpg)*/
    }
}

@media screen and (max-width:500px) {
    body.home .tiles.-team .tile-content-small {
/*        background-image: url(../img/distressed-tile-white2.jpg)*/
    }
}

body.home .tiles .tile .tile-inner {
    margin: -20px -40px;
    padding: 20px 40px;
    background-position: center;
    border-radius: 0
}

body.home .tiles .tile .tile-inner .main-cta-button {
    margin-bottom: 26px
}

body.home .tiles .tile .tile-inner span {
    color: #db6327;
    display: block;
    line-height: 60px
}

@media screen and (max-width:888px) {
    body.home .tiles .tile .tile-inner span {
        line-height: 3rem
    }
}

@media screen and (max-width:767px) {
    body.home .tiles .tile .tile-inner span {
        font-size: 60px
    }
    body.home .tiles .tile .tile-inner {
        padding: 0;
    }
}

body.home .tiles .tile .tile-inner span:nth-of-type(1) {
    font-size: 60px
}

@media screen and (max-width:888px) {
    body.home .tiles .tile .tile-inner span:nth-of-type(1) {
        font-size: 40px
    }
}

@media screen and (max-width:767px) {
    body.home .tiles .tile .tile-inner span:nth-of-type(1) {
        font-size: 60px
    }
}

body.home .tiles .tile .tile-inner span:nth-of-type(2) {
    font-size: 55px
}

@media screen and (max-width:888px) {
    body.home .tiles .tile .tile-inner span:nth-of-type(2) {
        font-size: 37px
    }
}

@media screen and (max-width:767px) {
    body.home .tiles .tile .tile-inner span:nth-of-type(2) {
        font-size: 55px
    }
}

body.home .tiles .tile .tile-inner h3 {
    font-size: 40px;
    margin-bottom: 0
}

@media screen and (max-width:888px) {
    body.home .tiles .tile .tile-inner h3 {
        font-size: 30px
    }
}

@media screen and (max-width:767px) {
    body.home .tiles .tile .tile-inner h3 {
        font-size: 40px
    }
}

body.home .curator-header,
body.home .tiles .split-tile-responsive {
    background-position: center
}

body.home .tiles .carousel-terms {
    background-color: #f7f7f7
}

body.home .tiles .carousel-terms p {
    color: #5e6165;
    font-size: 14px;
    text-align: center
}

body.home .signup-half .signup-half-left .left-content .inpage-image {
    background-image: url(../img/theflock_logo.png);
    background-position: center;
    border-radius: 0;
    background-repeat: no-repeat
}

body.home .curator-header {
/*    background-image: url(../img/gray-bg.jpg);*/
    border-radius: 0;
    overflow: hidden;
    background-color: #f4f2ec;
}

body.home .curator-header .curator-header-container {
    margin: 0 auto;
    padding: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width:767px) {
    body.home .curator-header .curator-header-container {
        padding: 60px 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

body.home .curator-header .curator-header-container .curator-header-heading,
body.home .curator-header .curator-header-container .curator-header-intro {
    margin: 0 40px;
    width: 430px
}

@media screen and (max-width:767px) {
    body.home .curator-header .curator-header-container .curator-header-heading,
    body.home .curator-header .curator-header-container .curator-header-intro {
        width: 90%;
        margin: 0 auto
    }
}

body.home .curator-header .curator-header-container .red-vertical {
    background-image: url(../img/vertical-red.png);
    background-position: center;
    border-radius: 0;
    background-repeat: no-repeat;
    width: 5px
}

@media screen and (max-width:767px) {
    body.home .curator-header .curator-header-container .red-vertical {
        display: none
    }
}

.product .product-nutrition-info-modal .inner .product-allergen-columns br,
body.home .curator-header .curator-header-container .horizontal-yellow {
    display: none
}

@media screen and (max-width:767px) {
    body.home .curator-header .curator-header-container .horizontal-yellow {
        display: block;
        background-position: center;
        background-size: cover
    }
}

body.home .curator-header .curator-header-container .curator-header-heading {
    margin-left: auto;
    min-width: 430px
}

body.home .curator-header .curator-header-container .curator-header-heading h3 {
    font-size: 50px
}

@media screen and (max-width:880px) {
    body.home .curator-header .curator-header-container .curator-header-heading h3 {
        font-size: 40px
    }
    body.home .curator-header .curator-header-container .curator-header-heading {
        margin: 0 auto;
        min-width: 0
    }
}

body.home .curator-header .curator-header-container .curator-header-heading .line-one {
    margin: 0;
    text-align: right
}

body.home .curator-header .curator-header-container .curator-header-heading .line-two {
    text-align: right
}

@media screen and (max-width:880px) {
    body.home .curator-header .curator-header-container .curator-header-heading .line-one,
    body.home .curator-header .curator-header-container .curator-header-heading .line-two {
        text-align: center
    }
}

body.home .curator-header .curator-header-container .curator-header-heading .line-two {
    color: #db6327;
    position: relative;
    margin: 0 0 0 auto
}

@media screen and (max-width:880px) {
    body.home .curator-header .curator-header-container .curator-header-heading .line-two {
        margin: 0 auto
    }
}

body.home .curator-header .curator-header-container .curator-header-heading .line-two h3 {
    line-height: 65px;
    font-size: 100px;
    letter-spacing: 4px;
    margin: 0;
    padding-top: 20px
}

@media screen and (max-width:880px) {
    body.home .curator-header .curator-header-container .curator-header-heading .line-two h3 {
        font-size: 45px;
        line-height: 1;
        padding: 0
    }
}

body.home .curator-header .curator-header-container .curator-header-heading .line-two span {
    margin-bottom: auto;
    font-size: 50px;
    position: absolute;
    left: 0;
    top: 0
}

@media screen and (max-width:880px) {
    body.home .curator-header .curator-header-container .curator-header-heading .line-two span {
        font-size: 45px;
        margin: 0;
        position: relative
    }
}

body.home .curator-header .curator-header-container .curator-header-intro {
    margin-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto
}

body.home .curator-header .curator-header-container .curator-header-intro .curator-intro {
    margin: auto 0
}

body.home .heroes-tile {
    height: 380px;
    background: url(../img/red-bg.jpg);
    background-position: center;
    background-size: cover;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

body.home .heroes-tile .heroes-inner {
    margin: auto
}

body.home .heroes-tile .heroes-inner .hero-icon {
    position: absolute;
    bottom: 0;
    width: 284px;
    margin: 0 auto;
    left: 0;
    right: 0
}

body.home .heroes-tile .heroes-inner .main-cta-button {
    position: relative;
    margin-top: 80%
}

.media-release-alert {
    margin-top: 35px;
    height: 55px;
    background-color: #f2c944;
    overflow: hidden
}

@media screen and (max-width:992px) {
    .media-release-alert {
        margin-top: 130px
    }
}

.media-release-alert .media-release-alert-content {
    height: 100%;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-left: 8.5298%;
    background: url(../img/press/media.png) 0 0 no-repeat;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(../img/press/media.svg);
    background-image: linear-gradient(transparent, transparent), url(../img/press/media.svg);
    background-repeat: no-repeat;
    background-size: 40px 40px;
    background-position: left center
}

.media-release-alert .media-release-alert-content::after,
.menu-page .menu .menu-category .menu-category-products::after {
    clear: both;
    content: "";
    display: table
}

.media-release-alert .media-release-alert-content:last-child,
.menu-page .menu .menu-category .menu-category-products a:last-child {
    margin-right: 0
}

@media screen and (max-width:992px) {
    .media-release-alert .media-release-alert-content {
        float: left;
        display: block;
        width: 91.4702%;
        margin-left: 4.2649%;
        margin-right: 0
    }
    .media-release-alert .media-release-alert-content:last-child {
        margin-right: 0
    }
}

.media-release-alert .media-release-alert-content p {
    padding-top: 20px;
    padding-left: 50px;
    line-height: 1rem;
    color: #000
}

@media screen and (max-width:992px) {
    .media-release-alert .media-release-alert-content p {
        padding-top: 14px
    }
    .media-release-alert .media-release-alert-content p a {
        clear: both;
        display: block
    }
}

@media screen and (max-width:767px) {
    .media-release-alert .media-release-alert-content p {
        padding-top: 12px;
        font-size: 12px
    }
}

@media screen and (max-width:360px) {
    .media-release-alert .media-release-alert-content p {
        padding-top: 14px;
        font-size: 10px
    }
}

.media-release-alert .media-release-alert-content a {
    color: #000;
    font-weight: 700;
    
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    white-space: nowrap
}

.media-release-alert .media-release-alert-content a:focus,
.media-release-alert .media-release-alert-content a:hover {
    color: #282828
}

.menu-page {
    background-color: #000
}

@media screen and (max-width:767px) {
    .menu-page h2,
    .menu-page h3 {
        text-align: center
    }
}

.menu-page .tile {
    background-image: url(../img/backgrounds/meal-header-bg.jpg)
}

.menu-page .tile::before {
    padding-top: 17%
}

@media screen and (max-width:767px) {
    .menu-page .tile::before {
        padding-top: 68%
    }
}

.menu-page .tile h2 {
    margin-top: 20%;
    color: #fff
}

@media screen and (max-width:767px) {
    .menu-page .tile::before {
        padding-top: 68%
    }
}

.menu-page .product-menu-categories ol,
.menu-page .product-menu-categories ul {
    position: relative;
    top: 15px
}

@media screen and (max-width:767px) {
    .menu-page .menu {
        padding-top: 60px
    }
}

.menu-page .menu .menu-category {
    margin: 60px 0
}

@media screen and (max-width:767px) {
    .menu-page .menu .menu-category {
        margin: 30px 0
    }
}

.menu-page .menu .menu-category:first-child {
    margin-top: 60px
}

.menu-page .menu .menu-category .icon {
    display: none;
    padding-bottom: 40%;
    width: 30%;
    margin: 0 auto 10px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat
}

@media screen and (max-width:767px) {
    .menu-page .menu .menu-category .icon {
        display: block
    }
    .menu-page .menu .menu-category h3 {
        -webkit-font-smoothing: subpixel-antialiased;
        font-size: 1.8rem;
        margin-top: 10px
    }
}

.menu-page .menu .menu-category .menu-category-products {
    display: block
}

@media screen and (max-width:767px) {
    .menu-page .menu .menu-category .menu-category-products {
        display: none
    }
}

.menu-page .menu .menu-category .menu-category-products a {
    margin-top: 20px;
    text-align: center;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%;
    position: relative
}

.menu-page .menu .menu-category .menu-category-products a:nth-child(6n) {
    margin-right: 0
}

.menu-page .menu .menu-category .menu-category-products a:nth-child(6n+1) {
    clear: left
}

.menu-page .menu .menu-category .menu-category-products a:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 110%
}

.menu-page .menu .menu-category .menu-category-products a>.wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

@media screen and (max-width:992px) {
    .menu-page .menu .menu-category .menu-category-products a {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%
    }
    .menu-page .menu .menu-category .menu-category-products a:last-child {
        margin-right: 0
    }
    .menu-page .menu .menu-category .menu-category-products a:nth-child(4n) {
        margin-right: 0
    }
    .menu-page .menu .menu-category .menu-category-products a:nth-child(4n+1) {
        clear: left
    }
}

@media screen and (max-width:767px) {
    .menu-page .menu .menu-category .menu-category-products a {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%
    }
    .menu-page .menu .menu-category .menu-category-products a:nth-child(2n) {
        margin-right: 0
    }
    .menu-page .menu .menu-category .menu-category-products a:nth-child(2n+1) {
        clear: left
    }
    .menu-page .menu .menu-category .menu-category-products a:last-child {
        margin-right: 0
    }
}

.menu-page .menu .menu-category .menu-category-products a .menu-product-image {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.menu-page .menu .menu-category .menu-category-products a .menu-product-image img {
    display: block;
    width: 100%
}

.menu-page .menu .menu-category .menu-category-products a .menu-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.modal.terms,
.modal.terms .overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0
}

.modal.terms {
    display: none;
    z-index: 20
}

.modal.terms .overlay {
    background: #000;
    opacity: .8
}

.modal.terms .content {
    background: #fff;
    width: 60%;
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    max-height: 80%;
    margin: 5% auto 0;
    overflow-y: scroll;
    padding-top: 0;
    -webkit-box-shadow: 0 7px 8px -4px rgba(0, 0, 0, .2), 0 13px 19px 2px rgba(0, 0, 0, .14), 0 5px 24px 4px rgba(0, 0, 0, .12);
    box-shadow: 0 7px 8px -4px rgba(0, 0, 0, .2), 0 13px 19px 2px rgba(0, 0, 0, .14), 0 5px 24px 4px rgba(0, 0, 0, .12)
}

@media screen and (max-width:992px) {
    .modal.terms .content {
        width: 70%;
        max-height: 90%
    }
}

@media screen and (max-width:767px) {
    .modal.terms .content {
        width: 90%;
        max-height: 95%
    }
}

.modal.terms .content .close {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 2rem
}

.modal.terms .content .close:hover {
    cursor: pointer
}

.modal.terms .content .inner-wrapper {
    padding: 50px;
    counter-reset: section
}

@media screen and (max-width:992px) {
    .modal.terms .content .inner-wrapper {
        padding: 30px
    }
}

.modal.terms .content .inner-wrapper h3 {
    font-size: 2rem
}

.modal.terms .content .inner-wrapper li,
.modal.terms .content .inner-wrapper ol,
.modal.terms .content .inner-wrapper p,
.modal.terms .content .inner-wrapper ul {
    
    
    
    color: #282828;
    letter-spacing: 1px
}

.modal.terms .content .inner-wrapper a,
.post-connect .tc h4,
.post-connect .tc p {
    
    
    
}

.modal.terms .content .inner-wrapper a {
    letter-spacing: 1px;
    color: #db6327
}

.modal.terms .content .inner-wrapper ol li:before {
    counter-increment: section;
    content: counter(section) "."
}

.modal.terms .content .inner-wrapper .bullet li {
    list-style-type: disc
}

.modal.terms .content .inner-wrapper .bullet li:before,
.modal.terms .content .inner-wrapper .lower-roman li:before {
    counter-increment: none;
    content: ''
}

.modal.terms .content .inner-wrapper .lower-roman,
.modal.terms .content .inner-wrapper .lower-roman li {
    list-style-type: lower-roman
}

.order-page .tiles .tile-full-width.hero>.wrapper {
    position: relative
}

.order-page .tiles .tile-full-width.hero:before {
    padding: 80px
}

@media screen and (max-width:767px) {
    .order-page .tiles .tile-full-width.hero:before {
        padding: 20px
    }
    .order-page .tiles .tile-full-width.hero.-banner {
        max-height: none
    }
}

.order-page .order-wrapper {
    margin-bottom: 80px;
    position: relative
}

@media screen and (max-width:1200px) {
    .order-page .order-wrapper {
        position: relative
    }
}

.order-page .order-wrapper .order {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    width: 90%
}

.order-page .order-wrapper .order>h3,
.order-page .order-wrapper .order>p {
    color: #fff;
    text-align: center
}

.order-page .order-wrapper .order>h3,
.post-connect .welcome-container h3 {
    
    
}

.order-page .order-wrapper .order>h3 {
    font-size: 1.8rem;
    max-width: 1200px;
    margin: 10px auto
}

@media screen and (max-width:767px) {
    .order-page .order-wrapper .order>h3 {
        font-size: 1.3rem;
        line-height: 30px;
        margin: 8px 0 24px
    }
}

.order-page .order-wrapper .order>p {
    margin: 0 auto 30px;
    max-width: 60%;
    font-size: 20px
}

@media screen and (max-width:767px) {
    .order-page .order-wrapper .order>p {
        max-width: 90%;
        font-size: 1.3rem;
        margin-bottom: 20px
    }
}

.order-page .order-heading-wrapper>h2 {
    color: #fff;
    text-align: center;
    margin: 64px 0 0
}

@media screen and (max-width:767px) {
    .order-page .order-heading-wrapper>h2 {
        font-size: 2.4rem
    }
}

.order-page .order-online-buttons .block {
    display: inline-block;
    padding: 0 20px;
    min-height: 200px
}

.order-page .order-online-buttons .block>.img-container {
    position: relative;
    margin: 0 auto;
    height: 140px;
    width: 120px
}

.order-page .order-online-buttons .block>.img-container>.icon {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    max-width: 140px;
    max-height: 120px;
    margin: 0 auto
}

.order-page .order-online-buttons .block>.img-container>.icon.-catering {
    left: -10px
}

.order-page .order-online-buttons .block>a {
    display: block;
    margin: 10px 20px 0
}

.featherlight-order .featherlight-delivery,
.featherlight-order .featherlight-store-locator {
    -webkit-overflow-scrolling: touch;
    width: 100%
}

.featherlight-order .featherlight-delivery .featherlight-content,
.featherlight-order .featherlight-store-locator .featherlight-content {
    background: rgba(0, 0, 0, .8);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out
}

.featherlight-order .featherlight-delivery .featherlight-content.-active,
.featherlight-order .featherlight-store-locator .featherlight-content.-active {
    -webkit-transform: rotateX(0);
    transform: rotateX(0)
}

.featherlight-order .featherlight-delivery .featherlight-content .featherlight-inner .store-locator-results,
.featherlight-order .featherlight-store-locator .featherlight-content .featherlight-inner .store-locator-results {
    padding-bottom: 100px
}

.featherlight-order .featherlight-delivery .featherlight-content .featherlight-inner .-modal,
.featherlight-order .featherlight-store-locator .featherlight-content .featherlight-inner .-modal {
    display: none;
    height: 80px;
    width: 100%;
    background-color: transparent
}

.featherlight-order .featherlight-delivery .featherlight-content .featherlight-inner .-modal.-active,
.featherlight-order .featherlight-store-locator .featherlight-content .featherlight-inner .-modal.-active {
    display: block
}

.featherlight-order .featherlight-delivery .featherlight-content .featherlight-inner .-modal .modal-title,
.featherlight-order .featherlight-store-locator .featherlight-content .featherlight-inner .-modal .modal-title {
    margin: 0;
    font-size: 2.5rem;
    line-height: 5rem;
    text-align: center;
    color: #fff
}

@media screen and (max-width:992px) {
    .featherlight-order .featherlight-delivery .featherlight-content .featherlight-inner .-modal .modal-title,
    .featherlight-order .featherlight-store-locator .featherlight-content .featherlight-inner .-modal .modal-title {
        font-size: 3rem
    }
}

@media screen and (max-width:767px) {
    .featherlight-order .featherlight-delivery .featherlight-content .featherlight-inner .-modal .modal-title,
    .featherlight-order .featherlight-store-locator .featherlight-content .featherlight-inner .-modal .modal-title {
        font-size: 1.4rem
    }
}

@media screen and (max-width:360px) {
    .featherlight-order .featherlight-delivery .featherlight-content .featherlight-inner .-modal .modal-title,
    .featherlight-order .featherlight-store-locator .featherlight-content .featherlight-inner .-modal .modal-title {
        font-size: 1.3rem
    }
}

.featherlight-order .featherlight-delivery .featherlight-content .featherlight-inner .progress,
.featherlight-order .featherlight-store-locator .featherlight-content .featherlight-inner .progress {
    position: relative;
    margin: 0 auto 40px;
    width: 500px;
    height: 2px;
    background-color: #fff
}

@media screen and (max-width:992px) {
    .featherlight-order .featherlight-delivery .featherlight-content .featherlight-inner .progress,
    .featherlight-order .featherlight-store-locator .featherlight-content .featherlight-inner .progress {
        width: 100%
    }
}

.featherlight-order .featherlight-delivery .featherlight-content .featherlight-inner .completion,
.featherlight-order .featherlight-store-locator .featherlight-content .featherlight-inner .completion {
    position: absolute;
    width: 0;
    height: 100%;
    background-color: #db6327
}

.featherlight-order .featherlight-delivery .featherlight-content .featherlight-inner h3,
.featherlight-order .featherlight-store-locator .featherlight-content .featherlight-inner h3 {
    font-size: 2rem;
    line-height: 40px;
    
    
}

.featherlight-order .featherlight-delivery .featherlight-content .featherlight-inner img,
.featherlight-order .featherlight-store-locator .featherlight-content .featherlight-inner img {
    display: block;
    position: relative;
    margin: 0 auto 30px
}

.featherlight-order .featherlight-delivery .featherlight-content .featherlight-inner .store-locator-map,
.featherlight-order .featherlight-delivery .featherlight-content .featherlight-inner .store-locator-sidebar,
.featherlight-order .featherlight-store-locator .featherlight-content .featherlight-inner .store-locator-map,
.featherlight-order .featherlight-store-locator .featherlight-content .featherlight-inner .store-locator-sidebar {
    height: calc(100% - 80px)
}

.featherlight-order .featherlight-delivery .featherlight-content .featherlight-close-icon,
.featherlight-order .featherlight-store-locator .featherlight-content .featherlight-close-icon {
    color: #fff;
    font-size: 25px;
    background: 0 0;
    padding: 0
}

@media screen and (max-width:767px) {
    .featherlight-order .featherlight-delivery .featherlight-content .featherlight-close-icon,
    .featherlight-order .featherlight-store-locator .featherlight-content .featherlight-close-icon {
        font-size: 20px
    }
}

.featherlight-order .featherlight-delivery .featherlight-content .featherlight-close-icon.-active,
.featherlight-order .featherlight-store-locator .featherlight-content .featherlight-close-icon.-active {
    display: block
}

.featherlight-order .featherlight-delivery .location-outer-spinner .fa-spinner,
.featherlight-order .featherlight-store-locator .location-outer-spinner .fa-spinner {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.featherlight-order .featherlight-catering .featherlight-content,
.featherlight-order .featherlight-delivery .featherlight-content {
    background-image: url(../img/order/delivery-bg.png)
}

@media screen and (max-width:992px) {
    .featherlight-order .featherlight-catering .featherlight-content,
    .featherlight-order .featherlight-delivery .featherlight-content {
        margin-left: 0
    }
}

.featherlight-order .featherlight-catering .featherlight-inner,
.featherlight-order .featherlight-delivery .featherlight-inner {
    color: #fff;
    text-align: center;
    padding: 70px
}

@media screen and (max-width:767px) {
    .featherlight-order .featherlight-catering .featherlight-inner,
    .featherlight-order .featherlight-delivery .featherlight-inner {
        padding: 20px
    }
}

.post-connect .tile-full-width {
    position: relative;
    background-color: #c11f33
}

.post-connect .tile-full-width:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 50%
}

.post-connect .tile-full-width>.wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

@media screen and (max-width:992px) {
    .post-connect .tile-full-width {
        position: relative
    }
    .post-connect .tile-full-width:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 100%
    }
    .post-connect .tile-full-width>.wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
}

@media screen and (max-width:767px) {
    .post-connect .tile-full-width {
        position: relative
    }
    .post-connect .tile-full-width:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 180%
    }
    .post-connect .tile-full-width>.wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
}

.post-connect .welcome-container {
    width: 636px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
    padding: 60px 40px;
    -webkit-box-shadow: 0 2px 46px 0 rgba(0, 0, 0, .28);
    box-shadow: 0 2px 46px 0 rgba(0, 0, 0, .28);
    background-color: #fff;
    text-align: center
}

@media screen and (max-width:992px) {
    .post-connect .welcome-container {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 65.88078%;
        margin-left: 17.05961%;
        padding: 40px
    }
    .post-connect .welcome-container:last-child {
        margin-right: 0
    }
}

@media screen and (max-width:767px) {
    .post-connect .welcome-container {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 91.4702%;
        margin-left: 4.2649%;
        padding: 10px
    }
    .post-connect .welcome-container:last-child {
        margin-right: 0
    }
}

.post-connect .welcome-container h3 {
    line-height: 2.5rem;
    color: #282828;
    text-transform: uppercase;
    margin-bottom: 2rem
}

.post-connect .welcome-container a {
    line-height: 60px
}

.post-connect .tc {
    width: 636px;
    margin-left: auto;
    margin-right: auto
}

@media screen and (max-width:992px) {
    .post-connect .tc {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 65.88078%;
        margin-left: 17.05961%
    }
    .post-connect .tc:last-child {
        margin-right: 0
    }
}

@media screen and (max-width:767px) {
    .post-connect .tc {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 82.94039%;
        margin-left: 8.5298%
    }
    .post-connect .tc:last-child {
        margin-right: 0
    }
}

.post-connect .tc h4,
.post-connect .tc p {
    color: #fff
}

.post-connect .tc h4 {
    text-align: center;
    letter-spacing: 2px;
    font-size: 1rem
}

.post-connect .tc p {
    margin-bottom: 2.5em;
    font-size: .8rem;
    line-height: 1rem
}

.post-connect .tile-full-width h2 {
    color: #282828
}

.press-page {
    background-color: #f7f7f7
}

.press-page h2 {
    color: #5e6165;
    margin-top: 60px
}

@media screen and (max-width:992px) {
    .press-page h2 {
        margin-top: 80px
    }
}

.press-page .press-items {
    padding-bottom: 10px;
    margin-bottom: 100px;
    overflow: auto;
    position: relative
}

.press-page .press-items .press-item.no-image .press-item-wrap {
    padding-top: 50px
}

.press-page .press-items .column {
    float: left;
    margin: 0
}

.press-page .press-items .column.size-1of1 {
    width: 100%
}

.press-page .press-items .column.size-1of2 {
    width: 50%
}

.press-page .press-items .column.size-1of3 {
    width: 33.33333%
}

.press-page .press-items .column.size-1of4 {
    width: 25%
}

.press-page .press-items .column .press-item,
.product .product-nutrition-info-modal .inner table {
    width: 100%
}

.press-page .press-items .press-item {
    padding: 10px;
    width: 33%;
    float: left
}

.press-page .press-items .press-item .press-item-wrap {
    background-color: #fff;
    -webkit-box-shadow: 0 6px 13px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 6px 13px 0 rgba(0, 0, 0, .5)
}

.press-page .press-items .press-item .press-item-wrap .press-item-image {
    display: block;
    padding: 30px 30px 40px
}

.press-page .press-items .press-item .press-item-wrap .press-item-image img {
    display: block;
    width: 100%;
    height: auto
}

.press-page .press-items .press-item .press-item-wrap .press-item-image:hover img {
    opacity: .9
}

.press-page .press-items .press-item .press-item-wrap .press-item-text {
    padding: 20px;
    position: relative
}

.press-page .press-items .press-item .press-item-wrap .press-item-text .press-item-icon {
    display: block;
    background-color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -30px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
    text-align: center;
    color: #000
}

.press-page .press-items .press-item .press-item-wrap .press-item-text .press-item-icon:before {
    font-size: 24px;
    line-height: 60px
}

.press-page .press-items .press-item .press-item-wrap .press-item-text h3 {
    text-transform: none;
    font-size: 24px;
    line-height: 30px;
    margin: 20px 0 5px;
    padding: 0 10px;
    color: #000
}

.press-page .press-items .press-item .press-item-wrap .press-item-text .press-item-text-content {
    background-image: url(../img/press/press-quotes-before.png), url(../img/press/press-quotes-after.png);
    background-repeat: no-repeat, no-repeat;
    background-position: 0 0, 100% 100%;
    padding: 10px;
    
    
    
}

.press-page .press-items .press-item .press-item-wrap .press-item-text .press-item-credit {
    margin-top: 20px;
    text-align: right;
    color: #666;
    padding: 0 2px;
    
    
    
    font-size: 14px
}

.post-connect .tc h4,
.press-page .press-items .press-item .press-item-wrap .press-item-text .press-item-credit .press-item-source,
.single-recipe .step span {
    text-transform: uppercase
}

.press-page .press-items .press-item .press-item-wrap .press-item-text .press-item-credit .press-item-source-url {
    display: block;
    opacity: .4
}

.press-page .press-items .press-item .press-item-wrap .press-item-text .press-item-credit .press-item-source-url a {
    color: #666;
    text-transform: uppercase;
    font-size: 12px
}

.product {
    position: relative;
    overflow: auto;
    background-color: #000;
    color: #fff;
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: 1440px
}

@media screen and (max-width:767px) {
    .product {
        background-position: center center;
        background-size: cover
    }
}

.product.no-image::before,
.product.top::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear, left top, right top, from(#000), color-stop(50%, rgba(0, 0, 0, .22)), to(transparent));
    background: linear-gradient(to right, #000 0%, rgba(0, 0, 0, .22) 50%, transparent 100%)
}

.product .product-menu-categories {
    margin-bottom: 0;
    padding: 10px 0;
    position: relative;
    top: 5px
}

@media screen and (max-width:767px) {
    .product {
        background-image: none!important
    }
    .product h2,
    .product h3 {
        font-size: 3rem;
        margin: 1rem;
        margin-left: 0
    }
    .product h2.flame-rewards-heading {
        margin-bottom: 2rem
    }
    .product h3 {
        font-size: 2rem;
        margin: .8rem 0
    }
}

.product.content {
    padding-top: 130px
}

@media screen and (max-width:767px) {
    .product.content {
        padding-top: 100px
    }
}

.product.bottom {
    padding-top: 0
}

.product .product-panel {
    display: block;
    position: relative;
    min-height: 720px;
    padding-top: 100px
}

.product .product-nutrition-info-modal .inner::after,
.product .product-panel .product-panel-info .product-panel-chilli::after,
.product .product-panel .product-panel-info .product-panel-related::after,
.product .product-panel::after {
    clear: both;
    content: "";
    display: table
}

@media screen and (max-width:767px) {
    .product .product-panel {
        min-height: auto;
        padding-bottom: 20px
    }
}

.tax-product-category .product .product-panel {
    font-size: 24px
}

.product .product-panel .breadcrumbs {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-left: 8.5298%;
    
    
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
    font-size: 20px
}

.product .product-panel .breadcrumbs:last-child,
.product .product-panel .product-panel-image:last-child {
    margin-right: 0
}

@media screen and (max-width:767px) {
    .product .product-panel .breadcrumbs {
        padding-top: 10px;
        font-size: 20px
    }
}

.product .product-panel .breadcrumbs a {
    color: #fff;
    -webkit-transition: color 100ms linear;
    transition: color 100ms linear
}

.product .product-panel .breadcrumbs a:focus,
.product .product-panel .breadcrumbs a:hover {
    color: #fff
}

.product .product-panel .product-panel-image {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 40.29137%
}

@media screen and (max-width:767px) {
    .product .product-panel .product-panel-image {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 65.88078%;
        margin-left: 17.05961%
    }
    .product .product-panel .product-panel-image:last-child {
        margin-right: 0
    }
}

.product .product-panel .product-panel-image img {
    width: 80%;
    margin: 0 auto;
    display: block
}

@media screen and (max-width:992px) {
    .product .product-panel .product-panel-image img {
        width: 100%
    }
}

.product .product-panel .product-panel-info-image {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 40.29137%;
    margin-left: 8.5298%
}

.product .product-panel .product-panel-info-image:last-child {
    margin-right: 0
}

@media screen and (max-width:767px) {
    .product .product-panel .product-panel-info-image {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 82.94039%;
        margin-left: 0
    }
    .product .product-panel .product-panel-info-image:last-child {
        margin-right: 0
    }
}

.product .product-panel .product-panel-info-image .product-image-container {
    position: relative;
    width: 100vw
}

.product .product-panel .product-panel-info-image .product-image-gradient-top {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(81%, transparent), to(#000));
    background-image: linear-gradient(to top, transparent 81%, #000 100%)
}

.product .product-panel .product-panel-info-image .product-image-gradient-bottom {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(90%, transparent), to(#000));
    background-image: linear-gradient(to bottom, transparent 90%, #000 100%)
}

.product .product-panel .product-panel-info-image .product-image {
    display: none;
    width: 100vw;
    height: auto
}

@media screen and (max-width:767px) {
    .product .product-panel .product-panel-info-image .product-image {
        display: block
    }
}

.product .product-panel .product-panel-info {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 40.29137%;
    margin-left: 8.5298%
}

.product .product-panel .product-panel-info:last-child {
    margin-right: 0
}

@media screen and (max-width:767px) {
    .product .product-panel .product-panel-info {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 82.94039%;
        margin-left: 8.5298%
    }
    .product .product-panel .product-panel-info:last-child {
        margin-right: 0
    }
}

.product .product-panel .product-panel-info h2 {
    font-size: 48px;
    margin: 50px 0
}

@media screen and (max-width:767px) {
    .product .product-panel .product-panel-info h2 {
        margin-bottom: 20px;
        font-size: 38px
    }
}

.product .product-panel .product-panel-info h3 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 18px;
    text-transform: uppercase
}

@media screen and (max-width:767px) {
    .product .product-panel .product-panel-info h3 {
        font-size: 14px
    }
}

.tax-product-category .product .product-panel .product-panel-info a {
    display: block
}

.tax-product-category .product .product-panel .product-panel-info a:hover {
    color: #fff
}

.product .product-panel .product-panel-info .nutrition-wrapper {
    overflow: hidden
}

.product .product-panel .product-panel-info .product-panel-description,
.tax-product-category .product .product-panel .product-panel-info h2 {
    margin-bottom: 40px
}

@media screen and (max-width:767px) {
    .product .product-panel .product-panel-info .product-panel-description {
        margin-top: 20px;
        margin-bottom: 30px;
        float: left
    }
}

.product .product-panel .product-panel-info .product-panel-chilli,
.promotion .extra-information p.active {
    display: block
}

@media screen and (max-width:767px) {
    .product .product-panel .product-panel-info .product-panel-chilli {
        display: none
    }
}

.product .product-panel .product-panel-info .product-panel-chilli>div {
    height: 100px;
    width: 100px;
    background-repeat: no-repeat;
    background-size: contain
}

@media screen and (max-width:767px) {
    .product .product-panel .product-panel-info .product-panel-chilli>div {
        margin: 0 auto
    }
}

.product .product-panel .product-panel-info .product-panel-chilli>div.chilli-factor-1 {
    background-image: url(./../img/brand-assets/product-icons/chilli-factor-1.svg)
}

.product .product-panel .product-panel-info .product-panel-chilli>div.chilli-factor-2 {
    background-image: url(./../img/brand-assets/product-icons/chilli-factor-2.svg)
}

.product .product-panel .product-panel-info .product-panel-chilli>div.chilli-factor-3 {
    background-image: url(./../img/brand-assets/product-icons/chilli-factor-3.svg)
}

.product .product-panel .product-panel-info .main-cta-button {
    margin-bottom: 15px;
    width: 227px
}

.product .product-panel .product-panel-info .find-closest-store {
    margin-bottom: 30px;
    width: 227px
}

.product .product-panel .product-panel-info .product-panel-nutrition-more-info {
    color: #fff;
    
    
    text-decoration: underline
}

.product .product-panel .product-panel-info .product-panel-nutrition-more-info:hover {
    color: #db6327
}

.product .product-panel .product-panel-info .product-panel-related {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%
}

.product .product-panel .product-panel-info .product-panel-related a:last-child,
.product .product-panel .product-panel-info .product-panel-related:last-child {
    margin-right: 0
}

@media screen and (max-width:767px) {
    .product .product-panel .product-panel-info .product-panel-related {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%
    }
    .product .product-panel .product-panel-info .product-panel-related:last-child {
        margin-right: 0
    }
}

.product .product-panel .product-panel-info .product-panel-related h4 {
    margin-top: 60px;
    margin-bottom: 10px;
    font-size: 30px
}

@media screen and (max-width:767px) {
    .product .product-panel .product-panel-info .product-panel-related h4 {
        font-size: 25px
    }
}

.product .product-panel .product-panel-info .product-panel-related a {
    position: relative;
    
    
    margin-right: 2.35765%;
    margin-bottom: 10px;
    font-size: 18px;
    text-align: left;
    text-decoration: none;
    display: inline;
    width: 0;
    float: none;
    -webkit-transition: color 100ms linear;
    transition: color 100ms linear
}

.product .product-panel .product-panel-info .product-panel-related a:nth-child(n) {
    margin-right: 0
}

@media screen and (max-width:767px) {
    .product .product-panel .product-panel-info .product-panel-related a {
        font-size: 16px
    }
}

.product .product-panel .product-panel-info .product-panel-related a:last-child {
    margin-bottom: 0
}

.product .product-panel .product-panel-info .product-panel-related a:hover {
    color: #db6327
}

.product .product-panel .product-panel-info .product-panel-related a img {
    width: 85%;
    margin: 0 auto;
    height: auto;
    display: block
}

.product .product-panel .product-panel-info .product-panel-related a span {
    display: inline
}

.product .product-panel .product-panel-info a.category-items {
    
    
    
    font-size: 20px;
    margin: 10px 0;
    text-transform: uppercase
}

.product .product-panel .product-panel-info a.category-items:focus,
.product .product-panel .product-panel-info a.category-items:hover {
    color: #db6327
}

.product .product-nutrition-info-modal {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 100px 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    background-color: rgba(0, 0, 0, .8);
    display: none
}

@media screen and (max-width:767px) {
    .product .product-nutrition-info-modal {
        width: 100%;
        padding: 0
    }
}

.product .product-nutrition-info-modal .inner {
    position: relative;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    padding: 50px;
    border: 5px solid #fff;
    color: #000;
    background-color: #fff;
    background-image: url(../img/backgrounds/bg-two-feathers.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 70%
}

@media screen and (max-width:767px) {
    .product .product-nutrition-info-modal .inner {
        width: 100%;
        padding: 5%;
        border: 0
    }
}

.product .product-nutrition-info-modal .inner h3 {
    font-size: 1.6rem;
    margin-top: 0
}

.product .product-nutrition-info-modal .inner h4 {
    font-size: 1.3rem
}

.product .product-nutrition-info-modal .inner .close-modal {
    position: absolute;
    top: 0;
    right: 0;
    padding: 50px;
    font-size: 1.4rem;
    cursor: pointer
}

@media screen and (max-width:767px) {
    .product .product-nutrition-info-modal .inner .close-modal {
        padding: 5%;
        margin-top: 3px
    }
}

.product .product-nutrition-info-modal .inner .product-nutrition-info-section {
    margin-bottom: 40px
}

.product .product-nutrition-info-modal .inner .product-nutrition-disclaimer {
    font-size: .7rem
}

.product .product-nutrition-info-modal .inner .product-nutrition-disclaimer p {
    margin-top: 10px
}

.product .product-nutrition-info-modal .inner .product-nutrition-disclaimer p a {
    color: #000
}

.product .product-nutrition-info-modal .inner .product-ingredients strong {
    font-weight: 700;
    font-size: 17px;
    line-height: 1.6rem
}

.product .product-nutrition-info-modal .inner .product-ingredients>div {
    margin: 10px 0 0
}

.product .product-nutrition-info-modal .inner .product-allergen-columns {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2
}

.product .product-nutrition-info-modal .inner .product-allergen-columns p b {
    display: inline-block;
    min-width: 100px
}

.product .product-nutrition-info-modal .inner .product-allergen-columns p b:after {
    content: ":"
}

.product .product-nutrition-info-modal .inner table thead {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 20px
}

.product .product-nutrition-info-modal .inner table thead th {
    vertical-align: bottom;
    padding: 10px 20px
}

.product .product-nutrition-info-modal .inner table thead th:first-child {
    vertical-align: top;
    padding: 0 20px 60px 0;
    text-align: left
}

.product .product-nutrition-info-modal .inner table tbody tr:first-child td {
    padding-top: 20px
}

.product .product-nutrition-info-modal .inner table tbody tr td {
    text-align: center;
    padding-top: 5px
}

.product .product-nutrition-info-modal .inner table tbody tr td:first-child {
    text-align: left
}

.trademark {
    font-size: 3.5rem
}

.breadcrumbs .trademark {
    font-size: 1.5rem
}

@media screen and (max-width:767px) {
    .trademark {
        font-size: 2.5rem
    }
}

.promotion p {
    font-size: 1rem;
    margin: 1rem 0;
    line-height: 1.4rem
}

.promotion .column {
    margin-bottom: 80px;
    margin-top: 50px
}

@media screen and (max-width:767px) {
    .promotion .column h2 {
        font-size: 3rem;
        line-height: 3.7rem
    }
}

@media screen and (max-width:360px) {
    .promotion .column h2 {
        font-size: 2.7rem;
        line-height: 2.7rem
    }
}

@media screen and (max-width:767px) {
    .promotion .column h2.safe-sizing {
        font-size: 2.7rem;
        line-height: 2.7rem
    }
}

@media screen and (max-width:360px) {
    .promotion .column h2.safe-sizing {
        font-size: 2.3rem;
        line-height: 2.3rem
    }
}

.promotion .tiles .promo-tile {
    position: relative;
    background-size: cover;
    background-position: center center;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: inline-block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: none
}

@media screen and (max-width:767px) {
    .promotion .tiles .promo-tile {
        background-position: center center
    }
}

.promotion .tiles .promo-tile img,
.tiles.promo-page .promo-tile img {
    height: 80vh;
    max-height: 720px
}

.promotion .tiles .promo-tile img.image-landscape {
    margin: 0 auto
}

.promotion .tiles .promo-tile img.image-portrait {
    height: auto;
    width: 100%;
    max-width: 600px;
    margin: 0 auto
}

.promotion .tiles .promo-tile a {
    pointer-events: none
}

.promotion .extra-information {
    font-size: .8rem;
    margin-top: 40px
}

.promotion .extra-information p {
    font-size: .8rem
}

.promotion .extra-information .toggle-information {
    
    
    
    color: #000;
    text-decoration: underline
}

.promo-tile,
.secondary-promo {
    position: relative
}

.promo-tile>.wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.promo-tile .inner-wrapper {
    margin: 5%
}

@media screen and (max-width:767px) {
    .promo-tile video {
        display: none
    }
}

.promo-tile .coverLink {
    display: block;
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.promo-tile .coverLink:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.promo-tile .terms-box {
    background-color: #fff;
    position: absolute;
    height: 17px;
    width: 100%;
    bottom: 0;
    z-index: 100
}

@media screen and (max-width:767px) {
    .promo-tile .terms-box {
        height: 15px
    }
}

.promo-tile .terms-box p {
    margin: 0 auto;
    text-align: center;
    font-size: 10px;
    color: #000;
    line-height: 1.2rem
}

@media screen and (max-width:767px) {
    .promo-tile .terms-box p {
        line-height: 1.1rem
    }
}

.tiles.promo-page .promo-tile {
    position: relative;
    background-size: cover;
    background-position: center center;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: inline-block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width:767px) {
    .tiles.promo-page .promo-tile {
        background-position: center center
    }
}

.tiles.promo-page .promo-tile img.image-landscape {
    margin: 0 auto
}

.tiles.promo-page .promo-tile img.image-portrait {
    height: auto;
    width: 100%;
    max-width: 600px;
    margin: 0 auto
}

.tiles.promo-page .promo-tile:last-child {
    border-bottom: none
}

.secondary-promo:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 45.45455%
}

#rewards-promo-left>.wrapper,
.secondary-promo>.wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.secondary-promo .inner-wrapper {
    margin: 5%
}

.secondary-promo .wrapper.catering {
    background-size: cover;
    background-position: center center
}

.secondary-promo .wrapper.catering h3 {
    font-size: 80px;
    line-height: 67px;
    color: #b91432;
    text-transform: uppercase;
    
    
}

.secondary-promo .wrapper.catering button {
    background: #000
}

@media screen and (max-width:767px) {
    .secondary-promo .wrapper.catering .tile-content-small {
        width: 100%
    }
}

.recipe-hero-tile {
    background: url(../img/backgrounds/recipes-bg.jpg)
}

@media screen and (max-width:767px) {
    .recipe-page .content {
        padding-top: 0
    }
}

.recipe-page .column {
    margin-bottom: 30px
}

.recipe-page h2 {
    color: #fff;
    font-size: 3rem;
    margin: 40px auto
}

@media screen and (max-width:992px) {
    .recipe-page h2 {
        font-size: 2.5rem;
        margin-top: 80px
    }
}

.recipe-page h4 {
    font-size: 2rem;
    margin-bottom: 20px
}

.recipe-page p,
.single-recipe .favourite-recipes .container h2 {
    color: #fff
}

.recipe-page .recipe-feature {
    color: #282828;
    display: block;
    padding: 40px 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 13px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 6px 13px 0 rgba(0, 0, 0, .5);
    margin: 1.33333333%
}

@media screen and (max-width:1200px) {
    .recipe-page .recipe-feature {
        margin: 2%
    }
}

@media screen and (max-width:580px) {
    .recipe-page .recipe-feature {
        margin: 4%
    }
}

.recipe-page .recipe-feature .feature-img {
    overflow: hidden;
    height: 340px;
    display: block;
    position: relative
}

@media screen and (max-width:767px) {
    .recipe-page .recipe-feature .feature-img {
        height: auto
    }
}

.recipe-page .recipe-feature .feature-img img {
    top: 0;
    left: 50%;
    width: 100%;
    height: auto;
    position: absolute;
    -webkit-transform: translateY(-25%) translateX(-50%);
    transform: translateY(-25%) translateX(-50%);
    -ms-transform: translateY(-25%) translateX(-50%)
}

@media screen and (max-width:767px) {
    .recipe-page .recipe-feature .feature-img img {
        width: 100%;
        height: auto;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -ms-transform: translateX(-50%)
    }
}

.recipe-page .recipe-feature .feature-image {
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 100% 50%
}

.recipe-page .recipe-feature .feature-image:before {
    content: "";
    padding-top: 30%;
    width: 100%;
    display: block
}

@media screen and (max-width:767px) {
    .recipe-page .recipe-feature .feature-image:before {
        padding-top: 50%
    }
}

.recipe-page .recipe-feature .title {
    margin-bottom: 10px
}

.recipe-page .recipe-feature .title a,
.rewards-page .tiles .rewards-benefits .owl-buttons i {
    color: #282828
}

.recipe-page .recipe-feature ol,
.recipe-page .recipe-feature ul {
    margin: 0;
    padding-left: 0;
    list-style-type: none;
    
    
    
}

.recipe-page .favourite-recipes {
    padding-top: 0
}

.single-recipe .container h2 {
    margin: 0;
    text-transform: uppercase;
    color: #282828
}

.single-recipe .container .column {
    padding: 45px 0
}

.single-recipe .copy {
    margin: 30px 0
}

.single-recipe .copy div,
.single-recipe .copy p,
.single-recipe .copy strong {
    font-size: 17px;
    
    
    
}

.single-recipe .copy a {
    color: #db6327;
    text-decoration: underline
}

.single-recipe .copy.red {
    color: #db6327
}

.single-recipe .copy strong:after {
    content: "\000A";
    white-space: pre
}

.single-recipe h2 {
    font-size: 3rem
}

.favourite-recipes .recipe-item ol,
.favourite-recipes .recipe-item ul,
.favourite-recipes ol,
.favourite-recipes ul,
.single-recipe ol,
.single-recipe ul {
    list-style-type: none;
    
    
    
    padding-left: 0;
    margin-top: 0
}

.single-recipe .step {
    margin-bottom: 10px
}

.single-recipe .step>br {
    line-height: 1rem
}

.favourite-recipes h2,
.rewards-benefits .owl-buttons i,
.secondary-page .tile-full-width h2 {
    color: #fff
}

.favourite-recipes h3,
.single-recipe h3 {
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 2rem
}

.recipe-page .favourite-recipes .column {
    width: 100%;
    margin-left: 0
}

.favourite-recipes .grid {
    padding-bottom: 10px;
    padding-top: 0;
    margin-bottom: 100px;
    overflow: auto;
    position: relative
}

@media screen and (max-width:992px) {
    .favourite-recipes .grid {
        margin-bottom: 50px
    }
}

.favourite-recipes .grid .column {
    float: left;
    width: 32%;
    margin: 0;
    padding: 0
}

.favourite-recipes .grid .column.size-1of1,
.rewards-page .tiles .tile-full-width.hero .rewards-buttons a button,
.store .store-panel .store-info .store-info-extra .store-hours.-holiday .opening-hours {
    width: 100%
}

.favourite-recipes .grid .column.size-1of2 {
    width: 50%
}

.favourite-recipes .grid .column.size-1of3 {
    width: 33.33333%
}

.favourite-recipes .grid .column.size-1of4 {
    width: 25%
}

.favourite-recipes .recipe-wrapper {
    color: #282828;
    padding: 1%;
    width: 33%;
    float: left
}

@media screen and (max-width:767px) {
    .favourite-recipes .recipe-wrapper {
        width: 100%
    }
}

.favourite-recipes .size-1of1 .recipe-wrapper,
.favourite-recipes .size-1of2 .recipe-wrapper,
.favourite-recipes .size-1of3 .recipe-wrapper,
.favourite-recipes .size-1of4 .recipe-wrapper {
    padding: 4%;
    width: 100%
}

.favourite-recipes .recipe-item {
    padding: 30px 30px 40px;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 13px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 6px 13px 0 rgba(0, 0, 0, .5)
}

.favourite-recipes .recipe-item .recipe-item-image {
    width: 100%;
    overflow: hidden
}

.favourite-recipes .recipe-item .recipe-item-image img {
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: 100% auto
}

.banner-loyalty-signup form .form-content p,
.favourite-recipes .recipe-item .recipe-item-text {
    text-align: left
}

.favourite-recipes .recipe-item .recipe-item-text a {
    color: #000
}

.favourite-recipes .recipe-item .recipe-item-text h4 {
    font-size: 1.5rem;
    margin: 20px 0 0
}

.favourite-recipes .load-more {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px
}

.favourite-recipes .load-more .button {
    background-color: #272727
}

@media screen and (max-width:992px) {
    .favourite-recipes .load-more .button {
        font-size: 1rem
    }
}

.favourite-recipes .clear {
    clear: both
}

@media screen and (max-width:992px) {
    .favourite-recipes,
    .recipe-page .favourite-recipes {
        padding-top: 0
    }
    .recipe-page .favourite-recipes .grid {
        margin-top: 0
    }
}

.rewards-heading {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    background-image: url(../img/brand-assets/rewards-header-logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    height: 0
}

.rewards-benefits ol:last-child,
.rewards-benefits ul:last-child,
.rewards-heading:last-child,
.rewards-page .tiles .tile-full-width.hero .rewards-heading-wrapper:last-child {
    margin-right: 0
}

@media screen and (max-width:992px) {
    .rewards-heading {
        background-position: center;
        margin: 0 auto
    }
}

.rewards-benefits ol,
.rewards-benefits ul {
    list-style: none;
    padding: 0;
    float: left;
    display: block;
    margin: 0 2.35765% 0 0;
    width: 100%
}

.rewards-benefits ol .owl-item,
.rewards-benefits ul .owl-item {
    float: none
}

@media screen and (max-width:992px) {
    .rewards-benefits ol .owl-item,
    .rewards-benefits ul .owl-item {
        float: left;
        margin-bottom: 20px
    }
}

@media screen and (max-width:1200px) {
    .rewards-benefits ol .owl-item:first-of-type li,
    .rewards-benefits ul .owl-item:first-of-type li {
        margin-top: 0
    }
}

.rewards-benefits ol li,
.rewards-benefits ul li {
    font-size: 1.125rem;
    margin: 30px auto;
    display: table;
    width: 100%
}

@media screen and (max-width:992px) {
    .rewards-benefits ol li,
    .rewards-benefits ul li {
        margin: 10px auto
    }
}

.rewards-benefits ol li:first-of-type,
.rewards-benefits ul li:first-of-type {
    margin-top: 20px
}

.rewards-benefits ol li:last-of-type,
.rewards-benefits ul li:last-of-type {
    margin-bottom: 0
}

.rewards-benefits .owl-buttons {
    font-size: 1rem;
    display: none
}

@media screen and (max-width:992px) {
    .rewards-benefits .owl-buttons {
        display: block
    }
}

.rewards-benefits .owl-buttons .owl-prev {
    cursor: pointer;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 10%;
    top: 60%;
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%)
}

@media screen and (max-width:767px) {
    .rewards-benefits .owl-buttons .owl-prev {
        left: 10px
    }
}

.rewards-benefits .owl-buttons .owl-next {
    cursor: pointer;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10%;
    top: 60%;
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%)
}

@media screen and (max-width:767px) {
    .rewards-benefits .owl-buttons .owl-next {
        right: 10px
    }
}

.rewards-benefits .main-cta-button {
    display: none
}

@media screen and (max-width:767px) {
    .rewards-benefits .main-cta-button {
        display: block;
        margin: 0 auto
    }
}

.rewards-benefits .benefit-icon {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    float: left;
    height: 60px;
    width: 60px;
    margin-right: 30px;
    background-repeat: no-repeat;
    background-size: contain
}

.rewards-benefits .benefit-content {
    font-size: 21px;
    
    
    
    display: table-cell;
    vertical-align: middle;
    width: 100%
}

.rewards-benefits .benefit-content span {
    font-weight: 700
}

.rewards-benefits .benefit-content .red {
    color: #db6327
}

#rewards-promo-left {
    background-color: #db6327;
    position: relative
}

#rewards-promo-left:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%
}

@media screen and (max-width:767px) {
    #rewards-promo-left {
        position: relative
    }
    #rewards-promo-left:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 80%
    }
    #rewards-promo-left>.wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
}

#rewards-promo-left .wrapper {
    text-align: right
}

#rewards-promo-left .wrapper .inner-wrapper {
    vertical-align: bottom;
    background-image: url(../img/brand-assets/redRoyaltyHand.png);
    background-position: bottom right;
    background-size: auto 90%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%
}

@media screen and (max-width:767px) {
    #rewards-promo-left .wrapper .inner-wrapper {
        background-size: 76% auto;
        background-position: 50% 100%
    }
}

#rewards-promo-right {
    position: relative;
    float: right
}

#rewards-promo-right:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%
}

#rewards-promo-right>.wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

@media screen and (max-width:767px) {
    #rewards-promo-right {
        position: relative
    }
    #rewards-promo-right:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 100%
    }
    #rewards-promo-right>.wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
}

#rewards-promo-right h3 {
    text-align: center;
    margin: .8rem 0
}

@media screen and (max-width:992px) {
    #rewards-promo-right h3 {
        margin: .2rem 0;
        line-height: 2.6rem
    }
}

#rewards-promo-right .redRoyaltyLogo {
    vertical-align: bottom;
    background-image: url(../img/brand-assets/redRoyaltyTitle.png);
    width: 451px;
    height: 74px
}

@media screen and (max-width:1200px) {
    #rewards-promo-right .redRoyaltyLogo {
        width: 100%;
        height: 37px;
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: center top;
        margin-bottom: 5%
    }
}

@media screen and (max-width:992px) {
    #rewards-promo-right .redRoyaltyLogo {
        height: 32px
    }
}

#rewards-promo-right .rewards-buttons {
    margin-top: 35px;
    text-align: center
}

@media screen and (max-width:1200px) {
    #rewards-promo-right .rewards-buttons {
        margin-top: 0
    }
}

#rewards-promo-right .rewards-buttons .main-cta-button {
    display: block;
    width: 80%;
    margin: 10px auto 0;
    line-height: 1em;
    text-align: center;
    vertical-align: middle
}

@media screen and (max-width:1200px) {
    #rewards-promo-right .rewards-buttons .main-cta-button {
        height: auto;
        width: 85%
    }
}

@media screen and (max-width:992px) {
    #rewards-promo-right .rewards-buttons .main-cta-button {
        height: auto;
        width: 100%
    }
}

#rewards-promo-right .rewards-buttons .faq-link {
    display: inline-block;
    margin-top: 10px;
    
    
    
    text-decoration: underline
}

#rewards-promo-right .rewards-buttons .faq-link:hover {
    text-decoration: none
}

.rewards-page .tiles .tile h3,
.rewards-page .tiles .tile-full-width.hero .inner-wrapper h3 {
    text-transform: uppercase;
    
    
}

.rewards-page .tiles .tile h3 {
    font-size: 48px;
    line-height: 42px
}

#rewards-promo-right,
.rewards-page .tiles .tile-full-width.hero {
    background-color: #db6327
}

@media screen and (max-width:767px) {
    .rewards-page .tiles .tile-full-width.hero {
        position: relative
    }
    .rewards-page .tiles .tile-full-width.hero:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 100%
    }
    .rewards-page .tiles .tile-full-width.hero>.wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
}

@media screen and (max-width:500px) {
    .rewards-page .tiles .tile-full-width.hero {
        position: relative
    }
    .rewards-page .tiles .tile-full-width.hero:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 166%
    }
    .rewards-page .tiles .tile-full-width.hero>.wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
}

.rewards-page .tiles .tile-full-width.hero .rewards-heading-wrapper {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-left: 25.58941%;
    padding-bottom: 35%;
    position: relative
}

@media screen and (max-width:992px) {
    .rewards-page .tiles .tile-full-width.hero .rewards-heading-wrapper {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%;
        margin-left: 25.58941%;
        padding-bottom: 25%
    }
    .rewards-page .tiles .tile-full-width.hero .rewards-heading-wrapper:last-child {
        margin-right: 0
    }
}

@media screen and (max-width:767px) {
    .rewards-page .tiles .tile-full-width.hero .rewards-heading-wrapper {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 82.94039%;
        margin-left: 8.5298%;
        padding-bottom: 45%
    }
    .rewards-page .tiles .tile-full-width.hero .rewards-heading-wrapper:last-child {
        margin-right: 0
    }
}

.rewards-page .tiles .tile-full-width.hero .rewards-heading-wrapper .rewards-heading {
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0
}

.rewards-page .tiles .tile-full-width.hero .inner-wrapper {
    width: 80%;
    text-align: center
}

.rewards-page .tiles .tile-full-width.hero .inner-wrapper h3 {
    font-size: 3.5rem;
    line-height: 3.1rem
}

.rewards-page .tiles .tile-full-width.hero .inner-wrapper h3 span {
    color: #dbb574
}

@media screen and (max-width:992px) {
    .rewards-page .tiles .tile-full-width.hero .inner-wrapper br {
        dislpay: none
    }
}

.rewards-page .tiles .tile-full-width.hero .rewards-buttons {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%
}

.rewards-page .tiles .tile-full-width.hero .rewards-buttons a:last-child,
.rewards-page .tiles .tile-full-width.hero .rewards-buttons:last-child {
    margin-right: 0
}

@media screen and (max-width:992px) {
    .rewards-page .tiles .tile-full-width.hero .rewards-buttons {
        margin-top: 20px
    }
}

.rewards-page .tiles .tile-full-width.hero .rewards-buttons a {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    margin-left: 17.05961%
}

.rewards-page .tiles .tile-full-width.hero .rewards-buttons a.grey {
    margin-left: 0
}

@media screen and (max-width:992px) {
    .rewards-page .tiles .tile-full-width.hero .rewards-buttons a.grey {
        margin-left: 21.32451%;
        margin-top: 10px
    }
}

@media screen and (max-width:767px) {
    .rewards-page .tiles .tile-full-width.hero .rewards-buttons a.grey {
        margin-left: 8.5298%;
        margin-top: 10px
    }
}

@media screen and (min-width:992px) {
    .rewards-page .tiles .tile-full-width.hero .rewards-buttons a:last-of-type {
        margin-left: 0
    }
}

@media screen and (max-width:992px) {
    .rewards-page .tiles .tile-full-width.hero .rewards-buttons a:last-of-type {
        margin-top: 10px
    }
}

@media screen and (max-width:1260px) {
    .rewards-page .tiles .tile-full-width.hero .rewards-buttons a {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 40.29137%;
        margin-left: 8.5298%
    }
    .rewards-page .tiles .tile-full-width.hero .rewards-buttons a:last-child {
        margin-right: 0
    }
}

@media screen and (max-width:992px) {
    .rewards-page .tiles .tile-full-width.hero .rewards-buttons a {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 57.35098%;
        margin-left: 21.32451%;
        height: auto
    }
    .rewards-page .tiles .tile-full-width.hero .rewards-buttons a:last-child {
        margin-right: 0
    }
}

@media screen and (max-width:767px) {
    .rewards-page .tiles .tile-full-width.hero .rewards-buttons a {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 82.94039%;
        margin-left: 8.5298%
    }
    .rewards-page .tiles .tile-full-width.hero .rewards-buttons a:last-child {
        margin-right: 0
    }
}

@media screen and (max-width:500px) {
    .rewards-page .tiles .tile-full-width.hero .rewards-buttons a {
        font-size: 13px;
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 82.94039%;
        margin-left: 8.5298%
    }
    .rewards-page .tiles .tile-full-width.hero .rewards-buttons a:last-child {
        margin-right: 0
    }
}

@media screen and (max-width:767px) {
    .rewards-page .tiles .tile-full-width.hero .rewards-buttons a button {
        height: 55px
    }
}

.rewards-page .tiles .rewards-benefits-intro,
.rewards-page .tiles .tile-half-width.hero {
    background-color: #db6327
}

.rewards-page .tiles .hero-left .wrapper {
    text-align: right
}

.rewards-page .tiles .hero-left .wrapper .inner-wrapper {
    vertical-align: bottom;
    background-image: url(../img/brand-assets/redRoyaltyHand.png);
    background-position: bottom right;
    background-size: auto 90%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%
}

.rewards-page .tiles .hero-right h3 {
    text-align: center;
    margin: .8rem 0
}

@media screen and (max-width:992px) {
    .rewards-page .tiles .hero-right h3 {
        font-size: 36px;
        line-height: 33px
    }
}

.rewards-page .tiles .hero-right .redRoyaltyLogo {
    vertical-align: bottom;
    background-image: url(../img/brand-assets/redRoyaltyTitle.png);
    width: 451px;
    height: 74px
}

@media screen and (max-width:1200px) {
    .rewards-page .tiles .hero-right .redRoyaltyLogo {
        width: 100%;
        height: 54px;
        background-size: 100% auto;
        background-repeat: no-repeat
    }
}

.rewards-page .tiles .hero-right .rewards-buttons {
    margin-top: 35px
}

@media screen and (max-width:1200px) {
    .rewards-page .tiles .hero-right .rewards-buttons {
        margin-top: 0
    }
}

.rewards-page .tiles .hero-right .rewards-buttons .main-cta-button {
    display: block;
    width: 80%;
    margin: 10px auto 0;
    line-height: 28px;
    text-align: center
}

@media screen and (max-width:1200px) {
    .rewards-page .tiles .hero-right .rewards-buttons .main-cta-button {
        height: auto;
        width: 100%;
        line-height: .75rem
    }
}

.rewards-page .tiles .hero-right .rewards-buttons .faq {
    font-size: 1.5rem;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin-top: 1rem;
    
    
}

.rewards-page .tiles .hero-right .rewards-buttons .faq:hover {
    text-decoration: underline
}

@media screen and (max-width:992px) {
    .rewards-page .tiles .rewards-benefits-intro {
        position: relative
    }
    .rewards-page .tiles .rewards-benefits-intro:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 75.18797%
    }
    .rewards-page .tiles .rewards-benefits-intro>.wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
}

.rewards-page .tiles .rewards-benefits-intro .tile-content-small {
    background-image: url(../img/rewards/rr_promo_fiveOff.jpg);
    background-position: center center;
    background-size: auto 100%
}

@media screen and (max-width:767px) {
    .rewards-page .tiles .rewards-benefits-intro .tile-content-small {
        background-size: 100% auto;
        background-repeat: no-repeat
    }
}

.rewards-page .tiles .rewards-benefits-intro a {
    float: left;
    display: block;
    height: 100%;
    width: 100%
}

@media screen and (max-width:992px) {
    .rewards-page .tiles .rewards-benefits {
        position: relative
    }
    .rewards-page .tiles .rewards-benefits:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 75.18797%
    }
    .rewards-page .tiles .rewards-benefits>.wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
    .rewards-page .tiles .rewards-benefits .inner-wrapper {
        width: 100%
    }
}

@media screen and (max-width:767px) {
    .rewards-page .tiles .rewards-benefits {
        position: relative
    }
    .rewards-page .tiles .rewards-benefits:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 66.66667%
    }
    .rewards-page .tiles .rewards-benefits>.wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
}

@media screen and (max-width:992px) {
    .rewards-page .tiles .rewards-benefits .benefit-icon {
        float: none;
        background-position: center;
        margin: 0 auto 20px;
        height: 70px;
        width: 70px
    }
}

.rewards-page .tiles .rewards-benefits .benefit-icon.icon-1 {
    background: url(../img/brand-assets/icons/09-Voucher.png) 0 0 no-repeat;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(../img/brand-assets/icons/09-Voucher.svg);
    background-image: linear-gradient(transparent, transparent), url(../img/brand-assets/icons/09-Voucher.svg)
}

.rewards-page .tiles .rewards-benefits .benefit-icon.icon-2 {
    background: url(../img/brand-assets/icons/10-MemberOffers.png) 0 0 no-repeat;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(../img/brand-assets/icons/10-MemberOffers.svg);
    background-image: linear-gradient(transparent, transparent), url(../img/brand-assets/icons/10-MemberOffers.svg)
}

.rewards-page .tiles .rewards-benefits .benefit-icon.icon-3 {
    background: url(../img/brand-assets/icons/11-BirthdayMeal.png) 0 0 no-repeat;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(../img/brand-assets/icons/11-BirthdayMeal.svg);
    background-image: linear-gradient(transparent, transparent), url(../img/brand-assets/icons/11-BirthdayMeal.svg)
}

.rewards-page .tiles .rewards-benefits .benefit-icon.icon-4 {
    background: url(../img/brand-assets/icons/12-Points.png) 0 0 no-repeat;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(../img/brand-assets/icons/12-Points.svg);
    background-image: linear-gradient(transparent, transparent), url(../img/brand-assets/icons/12-Points.svg)
}

@media screen and (max-width:992px) {
    .rewards-page .tiles .rewards-benefits .benefit-content {
        display: block;
        text-align: center
    }
}

.rewards-page .tiles .rewards-cta {
    height: auto;
    background-color: #db6327
}

.rewards-page .tiles .rewards-cta:before {
    padding-top: 0;
    display: block
}

.rewards-page .tiles .rewards-cta .inner-wrapper {
    padding: 76px 0
}

@media screen and (max-width:767px) {
    .rewards-page .tiles .rewards-cta .inner-wrapper {
        padding: 30px 0
    }
    .rewards-page .tiles .rewards-cta {
        width: 100%
    }
    .rewards-page .tiles .rewards-cta h3,
    .rewards-page .tiles .rewards-cta p {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 82.94039%;
        margin-left: 8.5298%;
        text-align: center
    }
    .rewards-page .tiles .rewards-cta h3:last-child,
    .rewards-page .tiles .rewards-cta p:last-child {
        margin-right: 0
    }
}

.rewards-page .tiles .rewards-app,
.rewards-page .tiles .rewards-card {
    height: auto;
    text-align: center;
    position: relative
}

.rewards-page .tiles .rewards-app:before,
.rewards-page .tiles .rewards-card:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 33.33333%
}

.rewards-page .tiles .rewards-app>.wrapper,
.rewards-page .tiles .rewards-card>.wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

@media screen and (max-width:992px) {
    .rewards-page .tiles .rewards-app,
    .rewards-page .tiles .rewards-card {
        position: relative
    }
    .rewards-page .tiles .rewards-app:before,
    .rewards-page .tiles .rewards-card:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 66.66667%
    }
    .rewards-page .tiles .rewards-app>.wrapper,
    .rewards-page .tiles .rewards-card>.wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
}

.rewards-page .tiles .rewards-app {
    background-image: url(../img/backgrounds/smartphone_BG1x.jpg);
    background-size: cover;
    background-position: center center
}

@media screen and (max-width:767px) {
    .rewards-page .tiles .rewards-app {
        position: relative
    }
    .rewards-page .tiles .rewards-app:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 100%
    }
    .rewards-page .tiles .rewards-app>.wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
}

.rewards-page .tiles .rewards-app h4 {
    margin-top: 0;
    margin-bottom: .7em;
    text-transform: uppercase;
    font-size: 5rem;
    line-height: 5.7rem;
    font-weight: 700;
    text-align: center
}

@media screen and (max-width:1200px) {
    .rewards-page .tiles .rewards-app h4 {
        font-size: 4rem
    }
}

@media screen and (max-width:992px) {
    .rewards-page .tiles .rewards-app h4 {
        font-size: 3rem;
        line-height: 3.7rem
    }
}

.rewards-page .tiles .rewards-app h4 span {
    color: #db6327;
    white-space: nowrap
}

.rewards-page .tiles .rewards-app .badge-container {
    display: block;
    text-align: center
}

.rewards-page .tiles .rewards-app .badge-container .app-badge {
    font-size: 0;
    line-height: 0;
    color: #282828
}

.rewards-page .tiles .rewards-app .badge-container .app-badge img {
    width: auto;
    height: 52px;
    padding: 0 5px
}

@media screen and (max-width:992px) {
    .rewards-page .tiles .rewards-app .badge-container .app-badge img {
        height: auto
    }
}

@media screen and (max-width:580px) {
    .rewards-page .tiles .rewards-app .badge-container .app-badge {
        display: block
    }
}

@media screen and (max-width:767px) {
    .rewards-page .tiles .rewards-app .badge-container .app-badge.google img {
        margin-top: 10px
    }
}

.rewards-page .tiles .rewards-app .badge-container a:first-of-type {
    margin-right: 18px
}

@media screen and (max-width:992px) {
    .rewards-page .tiles .rewards-app .badge-container a:first-of-type {
        margin-right: 0
    }
}

@media screen and (max-width:767px) {
    .rewards-page .tiles .rewards-app .badge-container a:first-of-type {
        margin-right: 0
    }
}

.rewards-page .tiles .rewards-card {
    background-image: url(../img/backgrounds/register.jpg);
    background-size: cover;
    background-position: center center
}

@media screen and (max-width:767px) {
    .rewards-page .tiles .rewards-card {
        position: relative
    }
    .rewards-page .tiles .rewards-card:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 100%
    }
    .rewards-page .tiles .rewards-card>.wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
}

.rewards-page .tiles .rewards-card img.card-icon {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%;
    margin-left: 42.64902%;
    margin-bottom: 26px
}

.rewards-page .tiles .rewards-card h4:last-child,
.rewards-page .tiles .rewards-card img.card-icon:last-child {
    margin-right: 0
}

@media screen and (max-width:767px) {
    .rewards-page .tiles .rewards-card img.card-icon {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%;
        margin-left: 34.11922%
    }
    .rewards-page .tiles .rewards-card img.card-icon:last-child {
        margin-right: 0
    }
}

.rewards-page .tiles .rewards-card h4 {
    float: left;
    display: block;
    width: 65.88078%;
    margin: 0 2.35765% .7em 17.05961%;
    font-weight: 500;
    font-size: 2.6rem;
    line-height: 2.5rem;
    text-align: center;
    text-transform: uppercase
}

@media screen and (max-width:830px) {
    .rewards-page .tiles .rewards-card h4 {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin-left: 0
    }
    .rewards-page .tiles .rewards-card h4:last-child {
        margin-right: 0
    }
}

@media screen and (max-width:767px) {
    .rewards-page .tiles .rewards-card h4 {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 82.94039%;
        margin-left: 8.5298%
    }
    .rewards-page .tiles .rewards-card h4:last-child {
        margin-right: 0
    }
}

.rewards-page .tiles .rewards-card h4 a {
    text-decoration: underline;
    white-space: nowrap
}

.rewards-page .tiles .rewards-dollars {
    border-top: 1px solid #000;
    background-image: url(../img/backgrounds/red-royalty-footer.jpg);
    position: relative
}

.rewards-page .tiles .rewards-dollars:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 38.46154%
}

.rewards-page .tiles .rewards-dollars>.wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

@media screen and (max-width:992px) {
    .rewards-page .tiles .rewards-dollars {
        position: relative
    }
    .rewards-page .tiles .rewards-dollars:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 40%
    }
    .rewards-page .tiles .rewards-dollars>.wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
}

@media screen and (max-width:767px) {
    .rewards-page .tiles .rewards-dollars {
        position: relative
    }
    .rewards-page .tiles .rewards-dollars:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 100%
    }
    .rewards-page .tiles .rewards-dollars>.wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
}

@media screen and (max-width:992px) {
    .rewards-page .tiles .rewards-dollars .tile-half {
        width: 100%
    }
    .rewards-page .tiles .rewards-dollars .tile-half h3,
    .rewards-page .tiles .rewards-dollars .tile-half p {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 82.94039%;
        margin-left: 8.5298%;
        text-align: center
    }
    .rewards-page .tiles .rewards-dollars .tile-half h3:last-child,
    .rewards-page .tiles .rewards-dollars .tile-half p:last-child {
        margin-right: 0
    }
}

.rewards-page .tiles .rewards-dollars .tile-half p {
    
    
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 1rem
}

@media screen and (max-width:992px) {
    .rewards-page .tiles .rewards-dollars .tile-half .inner-wrapper {
        text-align: center
    }
}

.search-suburb.tile.tile-full-width {
    background-color: #ad172b;
    color: #fff;
    position: relative
}

.search-suburb.tile.tile-full-width:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 20%
}

.search-suburb.tile.tile-full-width>.wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

@media screen and (max-width:1440px) {
    .search-suburb.tile.tile-full-width {
        position: relative
    }
    .search-suburb.tile.tile-full-width:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 25%
    }
    .search-suburb.tile.tile-full-width>.wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
}

@media screen and (max-width:1200px) {
    .search-suburb.tile.tile-full-width {
        position: relative
    }
    .search-suburb.tile.tile-full-width:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 33.33333%
    }
    .search-suburb.tile.tile-full-width>.wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
}

@media screen and (max-width:767px) {
    .search-suburb.tile.tile-full-width {
        position: relative
    }
    .search-suburb.tile.tile-full-width:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 62.5%
    }
    .search-suburb.tile.tile-full-width>.wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
}

@media screen and (max-width:580px) {
    .search-suburb.tile.tile-full-width {
        position: relative
    }
    .search-suburb.tile.tile-full-width:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 100%
    }
    .search-suburb.tile.tile-full-width>.wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
}

@media screen and (max-width:500px) {
    .search-suburb.tile.tile-full-width {
        position: relative
    }
    .search-suburb.tile.tile-full-width:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 160%
    }
    .search-suburb.tile.tile-full-width>.wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
}

.search-suburb.tile.tile-full-width .form-error,
.search-suburb.tile.tile-full-width .form-success,
.search-suburb.tile.tile-full-width .suburb-form .text,
.store-locator .store-locator-sidebar .store-locator-search-form label {
    display: none
}

.search-suburb.tile.tile-full-width h2 {
    margin: 0;
    font-size: 2.7rem;
    letter-spacing: 5px;
    text-align: center
}

.search-suburb.tile.tile-full-width .suburb-form {
    position: relative
}

.search-suburb.tile.tile-full-width .suburb-form input[type=text] {
    width: 100%;
    height: 90px;
    padding: 10px;
    background: 0 0;
    border: 12px solid #fff;
    color: #fff;
    font-weight: 700;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase
}

.search-suburb.tile.tile-full-width .suburb-form input[type=text]::-webkit-input-placeholder {
    color: #fff;
    letter-spacing: 3px
}

.search-suburb.tile.tile-full-width .suburb-form input[type=text]::-moz-placeholder {
    color: #fff;
    letter-spacing: 3px
}

.search-suburb.tile.tile-full-width .suburb-form input[type=text]::-ms-input-placeholder {
    color: #fff;
    letter-spacing: 3px
}

.search-suburb.tile.tile-full-width .suburb-form input[type=text]::placeholder {
    color: #fff;
    letter-spacing: 3px
}

@media screen and (max-width:767px) {
    .search-suburb.tile.tile-full-width .suburb-form input[type=text] {
        font-size: .6rem
    }
}

.search-suburb.tile.tile-full-width .suburb-form input[type=submit] {
    height: 76px;
    width: 76px;
    position: absolute;
    right: -110px;
    top: 7px;
    padding-top: 7px;
    background-color: #f3bd46;
    border: 3px solid #ad172b;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 7px #f3bd46;
    box-shadow: 0 0 0 7px #f3bd46;
    color: #ad172b;
    
    
    font-size: 1.7rem;
    font-weight: 700;
    text-transform: uppercase
}

@media screen and (max-width:767px) {
    .search-suburb.tile.tile-full-width .suburb-form input[type=submit] {
        display: block;
        position: relative;
        margin: 30px auto;
        padding: 7px 0 0;
        top: auto;
        right: auto
    }
}

@media screen and (max-width:767px) {
    .search-suburb.tile.tile-full-width .suburb-form .text {
        display: block
    }
}

.search-suburb.tile.tile-full-width .suburb-car {
    position: absolute;
    height: 90px;
    width: 232px;
    background: url(../img/promo/delivery_car.png);
    left: -260px
}

@media screen and (max-width:992px) {
    .search-suburb.tile.tile-full-width .suburb-car {
        display: none
    }
}

.search-suburb.tile.tile-full-width .form-success a .label {
    width: 250px;
    position: relative;
    margin: 10px auto
}

.search-suburb.tile.tile-full-width .text {
    max-width: 550px;
    margin: 0 auto 30px;
    font-size: 20px;
    text-align: center;
    
    
    
    letter-spacing: 5px
}

.search-suburb.tile.tile-full-width .text a {
    font-size: 1.7rem;
    text-decoration: underline
}

.search-suburb.tile.tile-full-width .buttons-container {
    position: relative;
    margin: 20px auto 0;
    text-align: center
}

.search-suburb.tile.tile-full-width .buttons-container a {
    margin: 0 10px;
    cursor: pointer
}

@media screen and (max-width:767px) {
    .search-suburb.tile.tile-full-width .buttons-container a {
        margin: 10px auto;
        display: block
    }
}

.search-suburb.tile.tile-full-width .buttons-container a img {
    width: 250px
}

.secondary-page h2 {
    line-height: 4rem
}

@media screen and (max-width:767px) {
    .secondary-page h2 {
        font-size: 3.1rem;
        line-height: 3rem
    }
}

.secondary-page h3,
.secondary-page h4,
.secondary-page h5 {
    margin-bottom: 0
}

.secondary-page p {
    margin-bottom: 2.5em
}

.secondary-page p>strong {
    margin-bottom: -1.5em
}

.secondary-page p>br {
    line-height: 36px
}

.secondary-page p+ol,
.secondary-page p+ul {
    margin-top: .5em
}

.secondary-page .column {
    padding: 110px 0
}

.secondary-page .column ol,
.secondary-page .column ul,
.store .store-panel .store-info .store-info-extra .store-hours h4,
.store .store-panel .store-info .store-info-extra .store-hours ol,
.store .store-panel .store-info .store-info-extra .store-hours ul {
    
    
    
}

.secondary-page .column .contact>div {
    margin-bottom: 3em
}

@media screen and (max-width:767px) {
    .secondary-page .column h2 {
        font-size: 2.7rem;
        line-height: 2.7rem
    }
}

@media screen and (max-width:360px) {
    .secondary-page .column h2 {
        font-size: 2.3rem;
        line-height: 2.3rem
    }
}

.secondary-page li {
    padding-bottom: 10px
}

.social-icons {
    margin: 0;
    padding: 0;
    border: 0
}

.social-icons::after,
.store-locator-wrapper::after {
    clear: both;
    content: "";
    display: table
}

.social-icons li {
    list-style-type: none;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    white-space: nowrap;
    height: 29px;
    padding: 0;
    margin-left: 10px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    margin-top: 4px
}

nav ol .social-icons,
nav ul .social-icons {
    height: 29px
}

@media screen and (max-width:992px) {
    nav ol .social-icons,
    nav ul .social-icons {
        display: none
    }
}

footer .footer-links-container .social-icons {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
    margin-left: 21.32451%;
    height: 29px
}

footer .footer-links-container .social-icons:last-child {
    margin-right: 0
}

footer .main-footer .footer-links a {
    font-family: 'CirceRounded-Bold';
    font-size: 16px;
}
.f-logo img {
    max-width: 300px;
    width: auto;
    margin-bottom: 20px;
}

.main-footer .footer-links {
    padding-bottom: 10px;
    padding-top: 10px
}

@media screen and (max-width:992px) {
    footer .footer-links-container .social-icons {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%;
        margin-left: 0
    }
    footer .footer-links-container .social-icons:last-child {
        margin-right: 0
    }
}

@media screen and (max-width:767px) {
    footer .footer-links-container .social-icons {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        position: relative;
        top: 15px
    }
    footer .footer-links-container .social-icons:last-child {
        margin-right: 0
    }
}

@media screen and (max-width:992px) {
    .social-icons li {
        height: 18px;
        margin-left: 0
    }
}

.social-icons li:first-of-type {
    margin-left: 0;
    margin-top: 4px;
    vertical-align: top
}

.social-icons li a.fa-youtube {
    font-size: 25px
}

/*.social-icons li.facebook-icon {
    background: url(../img/brand-assets/social-icons/facebook-icon.png) 0 0 no-repeat;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(../img/brand-assets/social-icons/facebook-icon.svg);
    background-image: linear-gradient(transparent, transparent), url(../img/brand-assets/social-icons/facebook-icon.svg)
}

.social-icons li.facebook-icon:focus,
.social-icons li.facebook-icon:hover {
    background: url(../img/brand-assets/social-icons/facebook-icon-hover.png) 0 0 no-repeat;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(../img/brand-assets/social-icons/facebook-icon-hover.svg);
    background-image: linear-gradient(transparent, transparent), url(../img/brand-assets/social-icons/facebook-icon-hover.svg)
}

.social-icons li.twitter-icon {
    background: url(../img/brand-assets/social-icons/twitter-icon.png) 0 0 no-repeat;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(../img/brand-assets/social-icons/twitter-icon.svg);
    background-image: linear-gradient(transparent, transparent), url(../img/brand-assets/social-icons/twitter-icon.svg)
}

.social-icons li.twitter-icon:focus,
.social-icons li.twitter-icon:hover {
    background: url(../img/brand-assets/social-icons/twitter-icon-hover.png) 0 0 no-repeat;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(../img/brand-assets/social-icons/twitter-icon-hover.svg);
    background-image: linear-gradient(transparent, transparent), url(../img/brand-assets/social-icons/twitter-icon-hover.svg)
}

.social-icons li.instagram-icon {
    background: url(../img/brand-assets/social-icons/instagram-icon.png) 0 0 no-repeat;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(../img/brand-assets/social-icons/instagram-icon.svg);
    background-image: linear-gradient(transparent, transparent), url(../img/brand-assets/social-icons/instagram-icon.svg)
}

.social-icons li.instagram-icon:focus,
.social-icons li.instagram-icon:hover {
    background: url(../img/brand-assets/social-icons/instagram-icon-hover.png) 0 0 no-repeat;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(../img/brand-assets/social-icons/instagram-icon-hover.svg);
    background-image: linear-gradient(transparent, transparent), url(../img/brand-assets/social-icons/instagram-icon-hover.svg)
}

.social-icons li.youtube-icon {
    background: url(../img/brand-assets/social-icons/youtube-icon.png) 0 0 no-repeat;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(../img/brand-assets/social-icons/youtube-icon.svg);
    background-image: linear-gradient(transparent, transparent), url(../img/brand-assets/social-icons/youtube-icon.svg)
}

.social-icons li.youtube-icon:focus,
.social-icons li.youtube-icon:hover {
    background: url(../img/brand-assets/social-icons/youtube-icon-hover.png) 0 0 no-repeat;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(../img/brand-assets/social-icons/youtube-icon-hover.svg);
    background-image: linear-gradient(transparent, transparent), url(../img/brand-assets/social-icons/youtube-icon-hover.svg)
}*/

.social-icons li a {
    display: block;
    width: 30px;
    line-height: 29px;
    font-size: 29px
}

.social-icons li a:focus,
.social-icons li a:hover,
.store-locator .store-locator-sidebar p.store-name a:focus,
.store-locator .store-locator-sidebar p.store-name a:hover {
    color: #db6327
}

@media screen and (max-width:767px) {
    .social-icons li a {
        width: 45px
    }
}

.content.store-locator-page {
    padding-top: 130px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .8)), to(rgba(0, 0, 0, .8))), url(../img/wall-art.jpg);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url(../img/wall-art.jpg);
    background-size: cover
}

.content.store-locator-page .make-my-store,
.content.store-locator-page .store-info {
    font-size: 14px;
    color: #000;
    text-decoration: none
}

.content.store-locator-page .make-my-store .star-text {
    display: inline;
    text-decoration: none
}

.content.store-locator-page .make-my-store:focus .star-text,
.content.store-locator-page .make-my-store:hover .star-text,
.content.store-locator-page .store-info:focus,
.content.store-locator-page .store-info:hover {
    text-decoration: underline
}

.store-locator-wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    display: block
}

.store-locator-wrapper .locations-header {
    width: 500px;
    max-width: 90%;
    display: block;
    padding: 80px 0 40px;
    margin: 0 auto;
    height: auto
}

.store-locator-wrapper .store-locator {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-left: 8.5298%;
    height: 800px;
    min-height: 500px;
    padding-bottom: 50px;
    max-height: 730px;
    opacity: 0;
    -webkit-transition: opacity 1.2s;
    transition: opacity 1.2s
}

.store-locator-wrapper .store-locator:last-child {
    margin-right: 0
}

@media screen and (max-width:767px) {
    .store-locator-wrapper .store-locator {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 91.4702%;
        margin-left: 4.2649%
    }
    .store-locator-wrapper .store-locator:last-child {
        margin-right: 0
    }
}

.store-locator {
    overflow: auto
}

.store-locator .-modal {
    display: none;
    height: 80px;
    width: 100%;
    background-color: #282828;
    max-height: 720px
}

.store-locator .-modal.-active,
.success-stories .tab-container .tab-controls ol li a.-active,
.success-stories .tab-container .tab-controls ol li a:hover,
.success-stories .tab-container .tab-controls ul li a.-active,
.success-stories .tab-container .tab-controls ul li a:hover {
    display: block
}

.store-locator .-modal>h2 {
    text-align: center;
    margin: 0;
    color: #fff
}

.store-locator .store-locator-sidebar {
    width: 50%;
    height: 100%;
    position: relative;
    overflow: hidden;
    float: left;
    background-color: #fff;
    -webkit-overflow-scrolling: touch
}

@media screen and (max-width:767px) {
    .store-locator .store-locator-sidebar {
        float: none;
        width: 100%;
        overflow: hidden
    }
}

.store-locator .store-locator-sidebar .fa {
    display: block;
    width: 10%;
    float: left;
    margin-top: 11px;
    text-align: center;
    color: #5e6165;
    font-size: 1.2rem
}

@media screen and (max-width:767px) {
    .store-locator .store-locator-sidebar .fa {
        width: 20%
    }
}

.store-locator .store-locator-sidebar .store-locator-search-form {
    background-color: #000;
    overflow: hidden
}

.store-locator .store-locator-sidebar .store-locator-search-form .fa {
    color: #fff;
    font-size: 1.2rem
}

.store-locator .store-locator-sidebar .store-locator-search-form input {
    color: #fff;
    border: 0;
    /*outline: 0;*/
    width: 80%;
    display: block;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px
}

@media screen and (max-width:767px) {
    .store-locator .store-locator-sidebar .store-locator-search-form input {
        width: 60%;
        padding: 20px 0
    }
}

.store-locator .store-locator-sidebar .store-locator-search-form input::-webkit-input-placeholder {
    color: #f7f7f7
}

.store-locator .store-locator-sidebar .store-locator-search-form input:-moz-placeholder,
.store-locator .store-locator-sidebar .store-locator-search-form input::-moz-placeholder {
    color: #f7f7f7
}

.store-locator .store-locator-sidebar .store-locator-search-form input:-ms-input-placeholder {
    color: #f7f7f7
}

.store-locator .store-locator-sidebar .store-locator-search-form input[type=text] {
    background-color: #000;
    padding: 12px
}

.store-locator .store-locator-sidebar .store-locator-search-form input[type=checkbox] {
    padding: 20px;
    height: 40px
}

.store-locator .store-locator-sidebar .store-locator-search-form .checkbox-container {
    width: 100%;
    float: left;
    background: #f7f7f7;
    text-align: left;
    font-size: .86rem;
    letter-spacing: 1px;
    height: 41px
}

.store-locator .store-locator-sidebar .store-locator-search-form .checkbox-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.25em
}

@media screen and (max-width:767px) {
    .store-locator .store-locator-sidebar .store-locator-search-form .checkbox-container {
        padding: 0 4px;
        margin: 0 auto
    }
}

.store-locator .store-locator-sidebar .store-locator-search-form .checkbox-container div {
    margin-left: 33px;
    vertical-align: middle;
    text-align: left;
    float: none;
    display: inline-block;
    height: 33px;
    line-height: 33px
}

@media screen and (max-width:992px) {
    .store-locator .store-locator-sidebar .store-locator-search-form .checkbox-container div {
        margin-left: 20px
    }
}

@media screen and (max-width:767px) {
    .store-locator .store-locator-sidebar .store-locator-search-form .checkbox-container div {
        max-height: 33px;
        margin: 0
    }
}

.store-locator .store-locator-sidebar .store-locator-search-form .checkbox-container div input[type=checkbox] {
    width: auto;
    vertical-align: middle;
    top: -3px;
    position: relative;
    padding: 0
}

@media screen and (max-width:1200px) {
    .store-locator .store-locator-sidebar .store-locator-search-form .checkbox-container div input[type=checkbox] {
        -ms-transform: scale(1) translateY(-50%);
        -moz-transform: scale(1) translateY(-50%);
        -webkit-transform: scale(1) translateY(-50%);
        -o-transform: scale(1) translateY(-50%);
        top: 50%;
        padding: 0
    }
}

@media screen and (max-width:767px) {
    .store-locator .store-locator-sidebar .store-locator-search-form .checkbox-container div input[type=checkbox] {
        margin-left: 20px;
        top: 41%
    }
}

.store-locator .store-locator-sidebar .store-locator-search-form .checkbox-container div label {
    line-height: 35px;
    margin-left: 10px;
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    display: inline-block
}

@media screen and (max-width:1200px) {
    .store-locator .store-locator-sidebar .store-locator-search-form .checkbox-container div label {
        margin-left: 5px
    }
}

@media screen and (max-width:767px) {
    .store-locator .store-locator-sidebar .store-locator-search-form .checkbox-container div label {
        font-size: .7rem;
        position: relative;
        top: -4px
    }
}

.store-locator .store-locator-sidebar .store-locator-locate {
    color: #5e6165;
    text-decoration: none;
    height: 40px;
    line-height: 40px;
    width: 100%;
    position: absolute;
    font-size: 15px;
    left: 0;
    bottom: 0;
    background-color: #fff;
    display: block;
    text-align: center;
    
    
}

.store-locator .store-locator-sidebar .store-locator-locate:focus,
.store-locator .store-locator-sidebar .store-locator-locate:hover {
    background-color: #e6c700
}

.store-locator .store-locator-sidebar .store-locator-locate span {
    width: 80%;
    display: block;
    float: left
}

@media screen and (max-width:767px) {
    .store-locator .store-locator-sidebar .store-locator-locate {
        position: absolute;
        top: 73px;
        text-align: left
    }
}

.store-locator .store-locator-sidebar .store-details {
    display: table-cell;
    vertical-align: middle;
    text-align: left
}

@media screen and (max-width:767px) {
    .store-locator .store-locator-sidebar .store-details {
        text-align: left
    }
}

.store-locator .store-locator-sidebar .store-details .store-distance {
    display: none
}

.store-locator .store-locator-sidebar .store-details.location .store-distance {
    display: block;
    text-align: right;
    font-size: 14px;
    color: #000;
    margin: 0
}

.store-locator .store-locator-sidebar .store-details .store-open {
    text-align: left;
    font-size: 14px;
    
    
    color: #db6327;
    margin: 0
}

@media screen and (max-width:767px) {
    .store-locator .store-locator-sidebar .store-details .store-open {
        text-align: left
    }
}

.store-locator .store-locator-sidebar .store-details .main-cta-button.mobile {
    display: none
}

@media screen and (max-width:992px) {
    .store-locator .store-locator-sidebar .store-details .main-cta-button.mobile {
        display: inline-block;
        margin-top: 5px;
        margin-bottom: 10px
    }
}

.store-locator .store-locator-sidebar .store-details .main-cta-button:not(.mobile) {
    display: initial
}

@media screen and (max-width:992px) {
    .store-locator .store-locator-sidebar .store-details .main-cta-button:not(.mobile) {
        display: none
    }
}

.store-locator .store-locator-sidebar .store-details .star-image:before,
.store-locator .store-locator-sidebar .store-details.home .star-image:before {
    content: '\f006';
    font-size: 1.2rem;
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    margin: 0 10px 0 0;
    text-decoration: none
}

.store-locator .store-locator-sidebar .store-details.home .star-image:before {
    content: '\f005'
}

.store-locator .store-locator-sidebar .store-details.home .star-text,
.store-locator .store-locator-sidebar .store-locator-results ol li.hidden,
.store-locator .store-locator-sidebar .store-locator-results ul li.hidden {
    display: none
}

.store-locator .store-locator-sidebar .store-details .store-details-col {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%
}

.store-locator .store-locator-sidebar .store-details .store-details-col:last-child {
    margin-right: 0
}

@media screen and (max-width:767px) {
    .store-locator .store-locator-sidebar .store-details .store-details-col {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%
    }
    .store-locator .store-locator-sidebar .store-details .store-details-col:last-child {
        margin-right: 0
    }
}

.store-locator .store-locator-sidebar .store-details .store-details-col.place-order {
    text-align: right
}

@media screen and (max-width:767px) {
    .store-locator .store-locator-sidebar .store-details .store-details-col.place-order {
        text-align: center
    }
}

.store-locator .store-locator-sidebar .store-details .store-details-col:first-of-type {
    float: left;
    display: block;
    width: 100%;
    margin-right: 0
}

.store-locator .store-locator-sidebar .store-details .store-details-col:first-of-type:last-child {
    margin-right: 0
}

.store-locator .store-locator-sidebar .store-details .store-details-col:nth-child(3n) {
    margin-right: 0
}

.store-locator .store-locator-sidebar .store-details .store-details-col:last-of-type {
    float: left;
    display: block;
    width: 100%;
    margin-right: 0
}

.store-locator .store-locator-sidebar .store-details .store-details-col:last-of-type:last-child {
    margin-right: 0
}

@media screen and (max-width:992px) {
    .store-locator .store-locator-sidebar .store-details .store-details-col:last-of-type {
        margin-top: 5px
    }
}

.store-locator .store-locator-sidebar .store-locator-search-address {
    padding: 10px;
    display: none;
    background-color: #fff;
    font-size: 1rem;
    text-align: center;
    color: #000
}

@media screen and (max-width:767px) {
    .store-locator .store-locator-sidebar .store-locator-search-address {
        position: absolute;
        top: 112px;
        width: 100%;
        border-bottom: 1px solid #e4e4e4
    }
}

.store-locator .store-locator-sidebar .store-locator-search-address.active,
.store-locator .store-locator-sidebar .store-locator-search-address.error {
    display: block;
    -webkit-animation: fadeInTop .5s forwards ease;
    animation: fadeInTop .5s forwards ease
}

.store-locator .store-locator-sidebar .store-locator-search-address.error {
    color: #e4192c
}

.store-locator .store-locator-sidebar .more-info {
    color: #000;
    font-size: 14px;
    margin-top: 20px
}

.store-locator .store-locator-sidebar .more-info:focus,
.store-locator .store-locator-sidebar .more-info:hover {
    text-decoration: underline
}

.store-locator .store-locator-sidebar p.store-name a {
    color: #000;
    
    
    font-size: 16px;
    text-transform: uppercase
}

.store-locator .store-locator-sidebar p.store-address,
.store-locator .store-locator-sidebar p.store-state,
.store-locator .store-locator-sidebar p.store-suburb {
    
    
    
    font-size: 14px;
    margin: 0;
    line-height: 18px;
    color: #000
}

.store-locator .store-locator-sidebar .store-locator-results {
    clear: both;
    height: calc(100% - 60px);
    overflow-y: scroll;
    padding-bottom: 35px
}

.store-locator .store-locator-sidebar .store-locator-results ol,
.store-locator .store-locator-sidebar .store-locator-results ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: 0
}

@media screen and (max-width:767px) {
    .store-locator .store-locator-sidebar .store-locator-results ol,
    .store-locator .store-locator-sidebar .store-locator-results ul {
        padding-top: 58px;
        -webkit-transition: padding-top .5s ease 0;
        transition: padding-top .5s ease 0
    }
    .store-locator .store-locator-sidebar .store-locator-results ol.active,
    .store-locator .store-locator-sidebar .store-locator-results ul.active {
        padding-top: 118px
    }
}

.store-locator .store-locator-sidebar .store-locator-results ol li,
.store-locator .store-locator-sidebar .store-locator-results ul li {
    display: table;
    border-top: 1px solid #e4e4e4;
    padding: 20px 40px;
    height: 200px;
    width: 100%
}

.store-locator .store-locator-sidebar .store-locator-results ol li.active,
.store-locator .store-locator-sidebar .store-locator-results ul li.active {
    background-color: #f7f7f7
}

.store-locator .store-locator-sidebar .store-locator-results .store-distance {
    display: none
}

.store-locator .store-locator-sidebar .store-locator-results.location .store-distance {
    display: block;
    text-align: right;
    font-size: 14px;
    color: #000;
    margin: 0
}

.store-locator .store-locator-map {
    height: 100%;
    width: 50%;
    float: left
}

@media screen and (max-width:767px) {
    .store-locator .store-locator-map {
        display: none
    }
}

.store-locator .store-locator-map>div {
    width: 100%;
    height: 100%
}

.store-locator .location-inner-spinner {
    display: none;
    position: absolute;
    top: 45%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%
}

.store-locator .location-inner-spinner .fa-spinner {
    color: red;
    will-change: transform;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    -webkit-animation: spinner 1s linear infinite normal, pulse .7s linear infinite alternate;
    animation: spinner 1s linear infinite normal, pulse .7s linear infinite alternate;
    float: none;
    width: 100%
}

.store-locator-browse {
    max-width: 600px;
    margin: 0 auto 40px;
    color: #fff
}

.store-locator-browse a:focus,
.store-locator-browse a:hover {
    color: red
}

.location-outer-spinner {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    text-align: center
}

.location-outer-spinner .fa-spinner {
    top: 300px;
    position: relative;
    will-change: transform;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    -webkit-animation: spinner 1s linear infinite normal, pulse .7s linear infinite alternate;
    animation: spinner 1s linear infinite normal, pulse .7s linear infinite alternate;
    color: #fff;
    font-size: 32px
}

.featherlight-store-locator {
    -webkit-overflow-scrolling: touch;
    background: rgba(0, 0, 0, .8)
}

.featherlight-store-locator .featherlight-content {
    width: 90%;
    height: 90%;
    border-bottom: none;
    padding: 0;
    max-height: 720px
}

.featherlight-store-locator .featherlight-content .store-locator {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media screen and (max-width:767px) {
    .featherlight-store-locator .featherlight-content .featherlight-close {
        background: #000;
        color: #fff
    }
}

.featherlight-store-locator .featherlight-content .main-cta-button {
    cursor: pointer
}

.featherlight-store-locator .featherlight-content .make-my-store,
.featherlight-store-locator .featherlight-content .store-info {
    font-size: 14px;
    color: #000;
    text-decoration: none
}

.featherlight-store-locator .featherlight-content .make-my-store .star-text {
    display: inline;
    text-decoration: none
}

.featherlight-store-locator .featherlight-content .make-my-store:focus .star-text,
.featherlight-store-locator .featherlight-content .make-my-store:hover .star-text,
.featherlight-store-locator .featherlight-content .store-info:focus,
.featherlight-store-locator .featherlight-content .store-info:hover,
.tiles .tile-full-width.social.social-twitter .twitter-content a:focus,
.tiles .tile-full-width.social.social-twitter .twitter-content a:hover {
    text-decoration: underline
}

.store .tile-short-hero {
    background-color: #fff
}

.banner-loyalty-signup form .form-row.suburb-row p,
.store,
.store .tile-short-hero h2 {
    
    
}

.store .make-my-store,
.store .tile-short-hero h2 {
    text-align: center;
    color: #5e6165;
    text-transform: uppercase
}

.store .tile-short-hero h2 {
    font-size: 48px
}

.store .make-my-store {
    display: block;
    float: right;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 35px;
    position: relative;
    top: 40px;
    border: 2px solid #5e6165;
    border-radius: 6px;
    
    
    
    font-size: .86rem;
    letter-spacing: 1px;
    vertical-align: middle
}

@media screen and (max-width:992px) {
    .store .make-my-store {
        float: none;
        top: 20px;
        margin: 0 auto;
        max-width: 220px;
        cursor: pointer
    }
}

.store .inner-wrapper.store-hero {
    width: 1200px;
    text-align: left
}

@media screen and (max-width:992px) {
    .store .inner-wrapper.store-hero {
        text-align: center;
        width: 100%
    }
}

.store .inner-wrapper.store-hero h2 {
    float: left
}

@media screen and (max-width:992px) {
    .store .inner-wrapper.store-hero h2 {
        width: 100%;
        float: none;
        text-align: center
    }
}

.store .inner-wrapper.store-hero h2.home:before {
    font-size: 2.3rem;
    padding-right: 17px;
    font-family: FontAwesome;
    content: '\f015'
}

@media screen and (max-width:992px) {
    .store .inner-wrapper.store-hero h2.home {
        width: 100%;
        float: none
    }
}

.store .store-panel {
    position: relative;
    display: block
}

.store .store-panel::after {
    clear: both;
    content: "";
    display: table
}

.store .store-panel .store-info {
    width: 50%;
    float: left
}

@media screen and (max-width:992px) {
    .store .store-panel .store-info {
        width: 100%
    }
}

.store .store-panel .store-info .inner-container {
    width: 100%;
    max-width: 520px;
    float: right
}

@media screen and (max-width:992px) {
    .store .store-panel .store-info .inner-container {
        max-width: none
    }
}

.store .store-panel .store-info .store-info-contact {
    padding: 100px 80px
}

.store .store-panel .store-info .store-info-extra {
    overflow: auto;
    padding: 100px 80px
}

@media screen and (max-width:767px) {
    .store .store-panel .store-info .store-info-contact,
    .store .store-panel .store-info .store-info-extra {
        padding: 50px 30px
    }
}

.store .store-panel .store-info ol,
.store .store-panel .store-info ul {
    list-style-type: none;
    padding: 0
}

.store .store-panel .store-info .store-info-contact {
    
    
    
    width: 100%;
    overflow: auto;
    display: table
}

.store .store-panel .store-info .store-info-contact .store-contact-address {
    width: 59%;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    font-size: 1.5rem;
    line-height: 2rem
}

.store .store-panel .store-info .store-info-contact .store-contact-address p {
    font-size: 24px
}

@media screen and (max-width:767px) {
    .store .store-panel .store-info .store-info-contact .store-contact-address {
        width: 100%
    }
}

.store .store-panel .store-info .store-info-contact .store-contact-phone {
    padding-top: 40px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    font-size: 1.1rem
}

@media screen and (max-width:767px) {
    .store .store-panel .store-info .store-info-contact .store-contact-phone {
        width: 100%;
        margin-top: 20px;
        text-align: left
    }
}

.store .store-panel .store-info .store-info-contact .store-contact-phone .fa {
    position: relative;
    top: .2rem;
    color: #db6327;
    margin-right: 10px;
    font-size: 1.6rem
}

.store .store-panel .store-info .store-info-contact .store-flags {
    width: 40%;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    font-size: 1.1rem
}

@media screen and (max-width:767px) {
    .store .store-panel .store-info .store-info-contact .store-flags {
        width: 100%;
        margin-top: 20px;
        text-align: left
    }
}

.store .store-panel .store-info .store-info-contact .store-flags span {
    display: block;
    text-align: left
}

.store .store-panel .store-info .store-info-contact .store-flags span:before {
    font-family: FontAwesome;
    content: "\f00c";
    padding-right: 5px;
    color: #db6327
}

.banner-loyalty-signup li,
.store .store-panel .store-info .store-info-contact a,
.store .store-panel .store-info .store-info-contact p {
    
    
    
    color: #000
}

.store .store-panel .store-info .store-info-contact a {
    font-weight: 500
}

@media screen and (max-width:992px) {
    .store .store-panel .store-info .store-info-contact {
        display: block
    }
    .store .store-panel .store-info .store-info-contact>div {
        display: block;
        width: 100%
    }
    .store .store-panel .store-info .store-info-contact>div.store-contact-phone {
        margin-top: 60px;
        padding: 0
    }
}

.store .store-panel .store-info .store-info-extra {
    background-color: #fff
}

.store .store-panel .store-info .store-info-extra .store-hours {
    clear: both
}

.store .store-panel .store-info .store-info-extra .store-hours li {
    margin: 5px 0;
    font-size: 1.14rem
}

@media screen and (max-width:767px) {
    .store .store-panel .store-info .store-info-extra .store-hours li {
        font-size: .96rem
    }
}

.store .store-panel .store-info .store-info-extra .store-hours .store-open-now {
    text-transform: uppercase;
    color: #db6327
}

.store .store-panel .store-info .store-info-extra .store-hours li.active {
    color: #db6327
}

.store .store-panel .store-info .store-info-extra .store-hours .opening-hours {
    
    
    font-size: 1.14rem;
    font-weight: 500;
    display: inline-block;
    width: 200px
}

.store .store-panel .store-info .store-info-extra .store-hours .store-hours-day {
    display: inline-block;
    width: 200px
}

@media screen and (max-width:767px) {
    .store .store-panel .store-info .store-info-extra .store-hours .opening-hours,
    .store .store-panel .store-info .store-info-extra .store-hours .store-hours-day {
        width: 40%;
        font-size: .96rem
    }
}

.store .store-panel .store-info .store-info-extra .store-hours .store-hours-times {
    text-transform: uppercase
}

.store .store-panel .store-info .store-info-extra .holiday-hours {
    padding-top: 15px
}

.store .store-panel .store-info .store-info-extra .holiday-hours .title {
    margin-top: 10px;
    font-weight: 700
}

.store .store-panel .store-info .store-info-extra .store-jobs a {
    float: right;
    color: #db6327
}

.store .store-panel .store-info .store-info-extra .store-features {
    overflow: auto;
    padding-bottom: 15px
}

.store .store-panel .store-info .store-info-extra .store-features img {
    margin-right: 20px
}

.store .store-panel .store-info .store-info-extra .store-info-text {
    padding-top: 15px
}

.store .store-panel .store-map-container {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0
}

@media screen and (max-width:992px) {
    .store .store-panel .store-map-container {
        position: relative;
        width: 100%;
        float: left;
        height: 200px
    }
}

.store .store-panel .store-map-container .store-map {
    height: 100%;
    width: 100%
}

@media screen and (max-width:992px) {
    .store .store-panel .store-map-container .store-map {
        -webkit-filter: blur(2px);
        filter: blur(2px)
    }
}

.store .store-panel .store-map-container .store-map-link {
    display: none
}

@media screen and (max-width:992px) {
    .store .store-panel .store-map-container .store-map-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        background-color: rgba(0, 0, 0, .3)
    }
    .store .store-panel .store-map-container .store-map-link:focus .button,
    .store .store-panel .store-map-container .store-map-link:hover .button {
        background-color: #282828
    }
    .store .store-panel .store-map-container .store-map-link .button {
        position: absolute;
        width: 150px;
        height: 35px;
        font-size: .75rem;
        line-height: .25rem;
        top: 50%;
        left: 50%;
        margin-top: -15px;
        margin-left: -75px
    }
}

.banner-loyalty-signup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 0;
    min-height: 720px
}

.banner-loyalty-signup h2 {
    font-size: 70px;
    line-height: 4.5rem;
    color: #fff;
    margin-top: 0;
    margin-bottom: 35px;
    text-align: center;
    padding: 0 10px
}

@media screen and (max-width:580px) {
    .banner-loyalty-signup h2 {
        font-size: 45px;
        line-height: 3rem
    }
}

.banner-loyalty-signup h4 {
    position: relative;
    left: -10px;
    color: #fff;
    font-size: 25px;
    margin-top: 0;
    text-transform: uppercase
}

.banner-loyalty-signup .feather-points {
    padding-left: 0;
    margin-bottom: 45px
}

.banner-loyalty-signup ol,
.banner-loyalty-signup ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.banner-loyalty-signup li {
    background-image: url(../img/feather.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    color: #fff;
    font-size: 19px;
    line-height: 1.6rem;
    padding-left: 45px;
    margin: 20px 0;
    min-height: 29px
}

.banner-loyalty-signup p {
    font-size: 18px;
    text-align: center
}

.banner-loyalty-signup .signup-box {
    background-color: rgba(0, 0, 0, .77);
    padding: 45px 80px;
    max-width: 522px
}

@media screen and (max-width:580px) {
    .banner-loyalty-signup .signup-box {
        width: 100%;
        max-width: none;
        padding: 45px 20px
    }
}

.banner-loyalty-signup form,
.banner-loyalty-sms form {
    text-align: center;
    margin-top: 30px
}

.banner-loyalty-signup form label,
.banner-loyalty-signup form p {
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    color: #fff
}

.banner-loyalty-signup form .form-content {
    margin: 0 auto;
    text-align: left
}

.banner-loyalty-signup form .form-row {
    height: 70px;
    margin-bottom: 5px
}

.banner-loyalty-signup form .form-row.suburb-row {
    height: 90px
}

.banner-loyalty-signup form .form-row.suburb-row p {
    color: #db6327;
    font-size: 14px;
    line-height: 16px
}

.banner-loyalty-signup form input[type=email],
.banner-loyalty-signup form input[type=text] {
    width: 100%;
    height: 50px;
    border: 0;
    font-size: 11px;
    padding-left: 20px;
    color: #717171;
    margin-bottom: 3px
}

.banner-loyalty-signup form input[type=email]:focus,
.banner-loyalty-signup form input[type=text]:focus {
    border: 2px solid #fff;
    /*outline: 0*/
}

.banner-loyalty-signup form .terms-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.banner-loyalty-signup form input[type=checkbox] {
    -webkit-appearance: none;
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 0;
    margin-right: 20px;
    cursor: pointer
}

.banner-loyalty-signup form input[type=checkbox]:checked {
    background-image: url(../img/the-flock/check.png);
    background-size: 65%;
    background-repeat: no-repeat;
    background-position: center;
    border: 2px solid #fff;
    outline-offset: -2px
}

.banner-loyalty-signup form input[type=checkbox]:focus {
    /*outline: 0*/
}

.banner-loyalty-signup form input[type=checkbox]:hover {
    border: 2px solid #fff;
    outline-offset: -2px
}

.banner-loyalty-signup form .terms-checkbox .privacy {
    text-align: left
}

.banner-loyalty-signup form .terms-checkbox label {
    pointer-events: none;
    display: inline;
    font-size: 15px;
    color: #fff;
    text-align: left;
    margin-bottom: 15px
}

.banner-loyalty-signup form .terms-checkbox a {
    pointer-events: auto;
    cursor: pointer;
    text-decoration: underline;
    font-size: 15px
}

.banner-loyalty-signup form .main-cta-button {
    cursor: pointer;
    width: 100%;
    margin-top: 30px
}

.banner-loyalty-signup form .main-cta-button.loading,
.banner-loyalty-sms form .main-cta-button.loading {
    background-color: #db6327;
    -webkit-transition-property: none;
    transition-property: none;
    background-image: url(../img/the-flock/loader.svg);
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none
}

.banner-loyalty-sms,
.banner-loyalty-thankyou {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 0
}

.banner-loyalty-thankyou .signup-box {
    background-color: rgba(0, 0, 0, .77);
    padding: 45px 80px;
    max-width: 522px
}

@media screen and (max-width:580px) {
    .banner-loyalty-thankyou .signup-box {
        width: 100%;
        max-width: none;
        padding: 45px 20px
    }
}

.banner-loyalty-thankyou h2 {
    font-size: 70px;
    line-height: 4.5rem;
    color: #fff;
    margin-top: 0;
    margin-bottom: 35px;
    text-align: center;
    padding: 0 10px
}

@media screen and (max-width:580px) {
    .banner-loyalty-thankyou h2 {
        font-size: 45px;
        line-height: 3rem
    }
}

.banner-loyalty-thankyou p {
    color: #fff;
    font-size: 25px;
    
    
    text-align: center;
    line-height: 2rem
}

.banner-loyalty-sms h2 {
    font-size: 70px;
    line-height: 4.5rem;
    color: #fff;
    margin-top: 0;
    margin-bottom: 35px;
    text-align: center;
    padding: 0 10px
}

@media screen and (max-width:580px) {
    .banner-loyalty-sms h2 {
        font-size: 45px;
        line-height: 3rem
    }
}

.banner-loyalty-sms h4 {
    text-transform: uppercase;
    position: relative;
    left: -10px;
    color: #fff;
    font-size: 25px;
    margin-top: 0
}

.banner-loyalty-sms .signup-box {
    background-color: rgba(0, 0, 0, .77);
    padding: 45px 80px;
    max-width: 522px
}

@media screen and (max-width:580px) {
    .banner-loyalty-sms .signup-box {
        width: 100%;
        max-width: none;
        padding: 45px 20px
    }
}

.banner-loyalty-sms p {
    font-size: 20px;
    text-align: center;
    color: #fff
}

.banner-loyalty-sms .opt-in,
.single-life .lhs .content b,
.single-life .lhs .content strong {
    
    
}

.banner-loyalty-sms form p {
    font-size: 12px;
    text-align: left
}

.banner-loyalty-sms form .form-content {
    margin: 0 auto;
    text-align: left
}

.banner-loyalty-sms form .form-row {
    height: 70px;
    margin-bottom: 5px
}

.banner-loyalty-sms form input[type=tel] {
    width: 100%;
    height: 50px;
    border: 0;
    font-size: 11px;
    padding-left: 20px;
    color: #717171;
    margin-bottom: 3px
}

.banner-loyalty-sms form .main-cta-button {
    cursor: pointer;
    width: 100%
}

.flock-form {
    background-image: url(../img/bg-brick-edit.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative
}

.flock-form .bottom-gradient {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(170%, #000));
    background-image: linear-gradient(to bottom, transparent 70%, #000 170%)
}

.flock-form .signup-half,
.flock-form .signup-half .signup-half-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-direction: normal
}

.flock-form .signup-half {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(30%, transparent), color-stop(160%, #000));
    background-image: linear-gradient(to top, transparent 30%, #000 160%);
    overflow: auto;
    padding: 50px 20px;
    min-height: 1100px;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row
}

@media screen and (max-width:992px) {
    .flock-form .signup-half {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 50px 0
    }
}

.flock-form .signup-half .signup-half-left {
    width: 50%;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (max-width:992px) {
    .flock-form .signup-half .signup-half-left {
        width: 100%
    }
}

.flock-form .signup-half .signup-half-left .left-content,
.flock-form .signup-half .signup-half-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.flock-form .signup-half .signup-half-left .left-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 40px 30px
}

.flock-form .signup-half .signup-half-left .left-content .inpage-image {
    height: 560px;
    width: 560px;
    background-image: url(../img/theflock_logo.png);
    background-position: center;
    background-size: contain;
    border-radius: 0;
    background-repeat: no-repeat
}

@media screen and (max-width:1110px) {
    .flock-form .signup-half .signup-half-left .left-content .inpage-image {
        height: 500px;
        width: 500px
    }
}

@media screen and (max-width:992px) {
    .flock-form .signup-half .signup-half-left .left-content .inpage-image {
        height: 300px;
        width: 300px
    }
}

.flock-form .signup-half .signup-half-left .left-content a:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.flock-form .signup-half .signup-half-right {
    width: 50%
}

@media screen and (max-width:992px) {
    .flock-form .signup-half .signup-half-right {
        width: 100%
    }
}

.flock-form .second-form,
.flock-form .thankyou-form {
    display: none
}

@media screen and (min-width:768px) {
    .the-flock-page .banner-loyalty-signup {
        padding: 0 0 40px
    }
    .the-flock-page .banner-loyalty-signup .signup-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 75px 80px;
        max-width: 1000px
    }
    .the-flock-page .banner-loyalty-signup .why-join {
        width: 42%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .the-flock-page .banner-loyalty-signup form {
        margin-top: 0;
        width: 45%
    }
    .the-flock-page .flock-form .signup-half {
        min-height: 1000px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

.the-flock-page .flock-form .signup-half .signup-half-left .left-content .inpage-image {
    pointer-events: none
}

@media screen and (min-width:768px) {
    .the-flock-page .flock-form .signup-half .signup-half-left .left-content .inpage-image {
        height: 395px;
        width: 395px
    }
    .the-flock-page .flock-form .signup-half .signup-half-right {
        width: 100%
    }
}

.the-flock-page.-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    z-index: 100;
    background-color: rgba(0, 0, 0, .75);
    overflow-y: scroll;
    display: none
}

.the-flock-page.-modal .signup-half a.-close {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 25px;
    -webkit-transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.the-flock-page.-modal .signup-half a.-close:focus,
.the-flock-page.-modal .signup-half a.-close:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.the-flock-page.-modal .banner-loyalty-signup .signup-box {
    position: relative;
    background-color: #000
}

@media screen and (max-width:767px) {
    .the-flock-page.-modal .banner-loyalty-signup .why-join h4 {
        font-size: 35px;
        margin-top: 30px;
        margin-bottom: 30px;
        text-align: center;
        left: 0
    }
    .the-flock-page.-modal .banner-loyalty-signup .why-join .feather {
        display: none
    }
}

.the-flock-page.-modal .banner-loyalty-signup .why-join .feather.-mobile {
    display: none
}

@media screen and (max-width:767px) {
    .the-flock-page.-modal .banner-loyalty-signup .why-join .feather.-mobile {
        display: block;
        font-size: 16px;
        line-height: 1.4rem
    }
}

.the-flock-page.-modal .banner-loyalty-sms {
    padding-top: 180px
}

.the-flock-page.-modal .banner-loyalty-sms .signup-box,
.the-flock-page.-modal .banner-loyalty-thankyou .signup-box {
    background-color: #000
}

@media screen and (max-width:767px) {
    .the-flock-page.-modal .banner-loyalty-sms,
    .the-flock-page.-modal .banner-loyalty-thankyou {
        padding-top: 40px
    }
    .the-flock-page.-modal .banner-loyalty-sms h2,
    .the-flock-page.-modal .banner-loyalty-thankyou h2 {
        background-color: #000;
        width: 100%;
        max-width: 522px;
        padding-top: 70px;
        font-size: 35px;
        margin-bottom: 0
    }
    .the-flock-page.-modal .banner-loyalty-sms .signup-box,
    .the-flock-page.-modal .banner-loyalty-thankyou .signup-box {
        padding-top: 30px
    }
    .the-flock-page.-modal .banner-loyalty-sms .signup-box p,
    .the-flock-page.-modal .banner-loyalty-thankyou .signup-box p {
        font-size: 16px;
        line-height: 1.4rem
    }
}

@media screen and (max-width:580px) {
    .the-flock-page.-modal .banner-loyalty-sms h2,
    .the-flock-page.-modal .banner-loyalty-thankyou h2 {
        max-width: none
    }
}

.the-flock-page.-modal .banner-loyalty-thankyou {
    padding-top: 0
}

@media screen and (max-width:767px) {
    .the-flock-page.-modal .banner-loyalty-thankyou {
        padding-top: 40px
    }
}

.the-flock-page.-modal .flock-form {
    background-image: none
}

@media screen and (max-width:767px) {
    .the-flock-page.-modal .flock-form .signup-half {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        min-height: 0;
        padding-top: 80px
    }
}

.the-flock-page.-modal .flock-form .signup-half .signup-half-left {
    position: absolute;
    top: 100px
}

@media screen and (max-width:767px) {
    .the-flock-page.-modal .flock-form .signup-half .signup-half-left {
        top: 40px
    }
}

.the-flock-page.-modal .flock-form .signup-half .signup-half-left .left-content {
    padding: 0
}

.the-flock-page.-modal .flock-form .signup-half .signup-half-left .left-content .inpage-image {
    pointer-events: none;
    max-height: 165px;
    max-width: 165px;
    position: relative;
    z-index: 10
}

@media screen and (max-width:767px) {
    .the-flock-page.-modal .flock-form .signup-half .signup-half-left .left-content .inpage-image {
        max-height: 150px;
        max-width: 150px
    }
}

@media screen and (max-width:830px) {
    .the-flock-page.-modal .flock-form .form-row {
        height: 60px
    }
    .the-flock-page.-modal .flock-form .form-row.suburb-row {
        height: 80px
    }
    .the-flock-page.-modal .flock-form .form-row input {
        height: 40px
    }
}

.tiles {
    overflow: auto
}

@media screen and (max-width:767px) {
    .tiles {
        font-size: 10px
    }
}

.tiles .tile {
    float: left;
    overflow: hidden;
    position: relative
}

@media screen and (max-width:767px) {
    .tiles .tile.hide-on-mobile {
        display: none
    }
}

.tiles .tile video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0 0;
    object-position: 0 0
}

@media screen and (max-width:767px) {
    .tiles .tile video {
        display: none
    }
}

.tiles .tile h3 {
    margin-bottom: 24px
}

@media screen and (max-width:992px) {
    .tiles .tile h3 {
        font-size: 2.8rem
    }
}

@media screen and (max-width:767px) {
    .tiles .tile h3 {
        font-size: 2.375rem;
        line-height: 2.5rem
    }
}

.tiles .tile>.wrapper {
    text-align: center;
    font-size: 0
}

.tiles .tile-full-width.press.media-press .press-tile.cta .wrapper:before,
.tiles .tile-full-width.social.social-instagram .instagram-tile.cta .wrapper:before,
.tiles .tile-full-width:before,
.tiles .tile>.wrapper:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.25em
}

.tiles .tile>.wrapper>div {
    font-size: 1rem
}

.tiles .tile>.wrapper img {
    max-width: 1440px;
    margin: 0 auto;
    height: auto;
    width: 100%
}

.tiles .tile>.wrapper img.card-icon {
    width: 22%;
    margin-left: 39%;
    margin-bottom: 10px
}

@media screen and (max-width:767px) {
    .tiles .tile>.wrapper img.image-portrait {
        max-width: 480px;
        position: relative
    }
}

.tiles .tile>.wrapper.light {
    background-color: #fff
}

.tiles .tile>.wrapper.dark {
    background-color: #000
}

.tiles .tile>.wrapper.grey {
    background-color: #f7f7f7
}

.modal .close span,
.tiles .tile>.wrapper.dark-grey,
.tiles .tile>.wrapper.light-grey {
    background-color: #282828
}

.success-stories .slick-dots li.slick-active button,
.tiles .tile>.wrapper.red {
    background-color: #db6327
}

.tiles .tile.split-tile-responsive {
    background-size: cover
}

@media screen and (max-width:767px) {
    .tiles .tile.split-tile-responsive {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat
    }
    .tiles .tile.split-tile-responsive.-press-image {
        max-height: 420px
    }
    .catering-section .tiles .tile.split-tile-responsive{ padding: 25px 0; }
}

.tiles .tile.split-tile-responsive.-copy {
    color: #000000;
}

.tiles .tile-full-width {
    position: relative;
    background-size: cover;
    background-position: center center;
    width: 100%;
    text-align: center
}

.tiles .tile-full-width:before {
    width: 100%;
    padding-top: 38.46154%
}

.tiles .tile-full-width.hero>.wrapper,
.tiles .tile-full-width.social.social-instagram .instagram-tile.cta>.wrapper,
.tiles .tile-full-width>.wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

@media screen and (max-width:992px) {
    .tiles .tile-full-width {
        position: relative
    }
    .tiles .tile-full-width:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 37.59398%
    }
    .tiles .tile-full-width>.wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
}

@media screen and (max-width:767px) {
    .tiles .tile-full-width {
        position: relative
    }
    .tiles .tile-full-width:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 150%
    }
    .tiles .tile-full-width>.wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
}

.tiles .tile-full-width .inner-wrapper {
    display: inline-block;
    vertical-align: middle;
    text-align: left
}

@media screen and (max-width:767px) {
    .tiles .tile-full-width.-banner {
        max-height: 70vh
    }
}

.tiles .tile-full-width.hero {
    position: relative
}

.tiles .tile-full-width.hero:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 43.66812%
}

@media screen and (max-width:767px) {
    .tiles .tile-full-width.hero {
        position: relative
    }
    .tiles .tile-full-width.hero:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 150%
    }
    .tiles .tile-full-width.hero>.wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
}

.tiles .tile-full-width.tile-quote {
    height: auto;
    background-color: #f7f7f7
}

.tiles .tile-full-width.press:before,
.tiles .tile-full-width.social:before,
.tiles .tile-full-width.tile-quote:before {
    padding-top: 0;
    display: block
}

.tiles .tile-full-width.tile-quote .quote {
    font-size: 3rem;
    margin: 1.5rem 0;
    color: #000;
    
    
}

.tiles .tile-full-width.tile-quote .inner-wrapper {
    text-align: center;
    padding: 40px 0;
    width: 75%
}

.tiles .tile-full-width.social .handle,
.tiles .tile-full-width.tile-quote .author {
    
    
    font-size: 1rem;
    color: #db6327
}

.tiles .tile-full-width h2 {
    text-transform: uppercase;
    font-weight: 700
}

.tiles .tile-full-width.press,
.tiles .tile-full-width.social {
    height: auto
}

.tiles .tile-full-width.social .inner-wrapper {
    text-align: center;
    display: block
}

.tiles .tile-full-width.social.social-twitter {
    background-image: url(../img/backgrounds/bg-feathers-transparent.png)
}

.tiles .tile-full-width.social.social-twitter .inner-wrapper {
    padding: 40px 0
}

.tiles .tile-full-width.social.social-twitter .fa-twitter {
    font-size: 30px
}

.tiles .tile-full-width.social.social-twitter .twitter-handle {
    
    
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    -webkit-transition: color .15s linear;
    transition: color .15s linear
}

.common-info>a:focus,
.common-info>a:hover,
.tiles .tile-full-width.social.social-twitter .twitter-handle:focus,
.tiles .tile-full-width.social.social-twitter .twitter-handle:hover {
    color: #db6327
}

.tiles .tile-full-width.social.social-twitter .twitter-icon {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    margin: 0 auto 10px;
    height: 30px;
    width: 30px;
    background-image: url(../img/brand-assets/social-icons/twitter-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: invert(100%);
    filter: invert(100%)
}

.tiles .tile-full-width.social.social-twitter .twitter-content {
    margin: 0 auto 20px;
    width: 75%;
    text-align: center;
    font-size: 36px;
    line-height: 36px;
    word-wrap: break-word;
    padding: 0 10px
}

@media screen and (max-width:767px) {
    .tiles .tile-full-width.social.social-twitter .twitter-content {
        width: 98%;
        font-size: 1.875rem
    }
}

.tiles .tile-full-width.social.social-twitter .twitter-content a {
    color: #5e6165
}

.tiles .tile-full-width.social.social-twitter .twitter-content a .hash {
    
    
    line-height: 1rem
}

.tiles .tile-full-width.social.social-instagram {
    background: #f7f7f7
}

.tiles .tile-full-width.social.social-instagram .instagram-tile {
    width: 20%;
    float: left;
    display: block
}

@media screen and (max-width:992px) {
    .tiles .tile-full-width.social.social-instagram .instagram-tile {
        width: 25%
    }
    .tiles .tile-full-width.social.social-instagram .instagram-tile:nth-child(6) {
        display: none
    }
}

@media screen and (max-width:767px) {
    .tiles .tile-full-width.social.social-instagram .instagram-tile {
        width: 50%
    }
    .tiles .tile-full-width.social.social-instagram .instagram-tile:nth-child(6) {
        display: block
    }
}

.tiles .tile-full-width.social.social-instagram .instagram-tile img,
.tiles .tile-full-width.social.social-instagram.instagram-image img {
    display: block;
    width: 100%
}

.tiles .tile-full-width.social.social-instagram .instagram-tile.cta {
    position: relative
}

.tiles .tile-full-width.press.media-press .press-tile.cta:before,
.tiles .tile-full-width.social.social-instagram .instagram-tile.cta:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%
}

.tiles .tile-full-width.social.social-instagram .instagram-tile.cta .wrapper {
    font-size: 0;
    display: block;
    color: #282828;
    text-align: center
}

.tiles .tile-full-width.social.social-instagram .instagram-tile.cta .wrapper .inner-wrapper {
    width: 90%
}

.tiles .tile-full-width.social.social-instagram .instagram-tile.cta .wrapper a {
    width: 80%;
    color: #282828
}

.tiles .tile-full-width.social.social-instagram .instagram-tile.cta .wrapper:focus,
.tiles .tile-full-width.social.social-instagram .instagram-tile.cta .wrapper:hover {
    background-color: #f7f7f7
}

.tiles .tile-full-width.social.social-instagram .instagram-tile.cta.mobile {
    display: none
}

@media screen and (max-width:767px) {
    .tiles .tile-full-width.social.social-instagram .instagram-tile.cta.mobile {
        display: block
    }
    .tiles .tile-full-width.social.social-instagram .instagram-tile.cta {
        width: 100%;
        display: none
    }
}

.tiles .tile-full-width.social.social-instagram .instagram-handle {
    
    
    font-size: 16px;
    text-transform: uppercase
}

.tiles .tile-full-width.social.social-instagram .instagram-icon {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    margin: 0 auto;
    height: 30px;
    width: 30px;
    background-image: url(../img/brand-assets/social-icons/instagram-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: invert(100%);
    filter: invert(100%)
}

.tiles .tile-full-width.social.social-instagram .instagram-text {
    margin: 10px auto;
    text-align: center;
    font-size: 36px;
    line-height: 36px
}

@media screen and (max-width:992px) {
    .tiles .tile-full-width.social.social-instagram .instagram-text {
        font-size: 1.75rem
    }
}

@media screen and (max-width:767px) {
    .tiles .tile-full-width.social.social-instagram .instagram-text {
        font-size: 2.5625rem
    }
}

.tiles .tile-full-width.press .handle {
    
    
    font-size: 1rem;
    color: #db6327
}

.tiles .tile-full-width.press .inner-wrapper {
    text-align: center
}

.tiles .tile-full-width.press.media-press {
    background: #f7f7f7
}

.tiles .tile-full-width.press.media-press .press-tile {
    width: 40%;
    float: left;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 410px
}

.tiles .tile-full-width.press.media-press .press-tile:before,
.tiles .tile-half-width:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 50%
}

.tiles .tile-full-width.press.media-press .press-tile>.wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

@media screen and (max-width:992px) {
    .tiles .tile-full-width.press.media-press .press-tile {
        position: relative
    }
    .tiles .tile-full-width.press.media-press .press-tile:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 110%
    }
    .tiles .tile-full-width.press.media-press .press-tile>.wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
    .tiles .tile-full-width.press.media-press .press-tile:nth-child(12) {
        display: none
    }
}

@media screen and (max-width:767px) {
    .tiles .tile-full-width.press.media-press .press-tile {
        width: 100%;
        max-height: 311px;
        position: relative
    }
    .tiles .tile-full-width.press.media-press .press-tile:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 100%
    }
    .tiles .tile-full-width.press.media-press .press-tile>.wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
    .tiles .tile-full-width.press.media-press .press-tile .inner-image {
        padding-bottom: 0
    }
    .tiles .tile-full-width.press.media-press .press-tile:nth-child(12) {
        display: block
    }
}

.tiles .tile-full-width.press.media-press .press-tile .overlay {
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #a71313;
    opacity: .8
}

.tiles .tile-full-width.press.media-press .press-tile .text-wrapper {
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    font-size: 1.1rem
}

.tiles .tile-full-width.press.media-press .press-tile .text-wrapper .text {
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #5e6165;
    z-index: 2;
    width: 70%;
    line-height: 1.5rem;
    
    
    
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.tiles .tile-full-width.press.media-press .press-tile .text-wrapper .text .press-item-icon {
    background: url(../img/press/new-media-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    height: 30px;
    width: 30px;
    margin: 0 auto 20px
}

.tiles .tile-full-width.press.media-press .press-tile .text-wrapper .text .text-footer {
    margin-top: 16px;
    font-size: 14px
}

.tiles .tile-full-width.press.media-press .press-tile.cta {
    position: relative;
    background-color: #f7f7f7;
    background-image: none
}

.tiles .tile-full-width.press.media-press .press-tile.cta>.wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.tiles .tile-full-width.press.media-press .press-tile.cta .wrapper {
    font-size: 0;
    display: block;
    color: #5e6165;
    text-align: center
}

.tiles .tile-full-width.press.media-press .press-tile.cta .wrapper .inner-wrapper {
    width: 90%
}

.tiles .tile-full-width.press.media-press .press-tile.cta .wrapper a {
    width: 80%;
    color: #5e6165
}

.tiles .tile-full-width.press.media-press .press-tile.cta.mobile {
    display: none
}

@media screen and (max-width:767px) {
    .tiles .tile-full-width.press.media-press .press-tile.cta.mobile {
        display: block;
        max-height: 295px
    }
}

@media screen and (max-width:992px) {
    .tiles .tile-full-width.press.media-press .press-tile.cta {
        position: relative
    }
    .tiles .tile-full-width.press.media-press .press-tile.cta:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 220%
    }
    .tiles .tile-full-width.press.media-press .press-tile.cta>.wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
}

@media screen and (max-width:767px) {
    .tiles .tile-full-width.press.media-press .press-tile.cta {
        position: relative;
        width: 100%;
        display: none
    }
    .tiles .tile-full-width.press.media-press .press-tile.cta:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 100%
    }
    .tiles .tile-full-width.press.media-press .press-tile.cta>.wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
    .tiles .tile-full-width.press.media-press .press-image:nth-child(2)::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: 0;
        height: 1px;
        width: 60%;
        border-bottom: 1px solid #5e6165
    }
}

.tiles .tile-full-width.press.media-press .center-tile {
    width: 20%
}

.tiles .tile-full-width.press.media-press .press-handle {
    
    
    font-size: 16px;
    text-transform: uppercase
}

.tiles .tile-full-width.press.media-press .press-icon {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    height: 50px;
    width: 50px;
    background: url(../img/press/new-newspaper-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    margin: 0 auto 20px
}

.tiles .tile-full-width.press.media-press .press-text {
    margin: 10px auto;
    text-align: center;
    font-size: 35px;
    line-height: 35px
}

@media screen and (max-width:767px) {
    .tiles .tile-full-width.press.media-press .press-text {
        font-size: 2.1875rem;
        line-height: 2.3rem
    }
}

.tiles .tile-full-width .tile-half {
    width: 50%;
    height: 100%;
    text-align: center
}

.tiles .tile-full-width .tile-center {
    height: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.tiles .tile-full-width .tile-center:before,
.tiles .tile-full-width .tile-half:before,
.tiles .tile-full-width .wrapper.heading:before,
.tiles .tile-half-width .wrapper:before,
.tiles .tile-short-hero .wrapper:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.25em
}

@media screen and (max-width:767px) {
    .tiles .tile-full-width .tile-center.hide-on-mobile,
    .tiles .tile-full-width .tile-half.hide-on-mobile {
        display: none
    }
}

.tiles .tile-full-width .tile-center .inner-wrapper,
.tiles .tile-full-width .tile-half .inner-wrapper {
    display: inline-block;
    vertical-align: middle;
    text-align: center
}

@media screen and (max-width:767px) {
    .tiles .tile-full-width .tile-center .inner-wrapper,
    .tiles .tile-full-width .tile-half .inner-wrapper {
        width: 90%
    }
}

.tiles .tile-full-width .tile-center .feature-inner,
.tiles .tile-full-width .tile-half .feature-inner {
    width: 50%
}

.tiles .tile-full-width .tile-half {
    float: left;
    position: relative
}

.tiles .tile-full-width .wrapper.heading {
    text-align: center
}

.tiles .tile-full-width .wrapper.heading h2 {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 90%
}

.tiles .tile-half-width {
    width: 50%;
    height: 100%;
    position: relative
}

.tiles .tile-half-width:before {
    padding-top: 75.18797%
}

.tiles .tile-half-width>.wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

@media screen and (max-width:992px) {
    .tiles .tile-half-width {
        position: relative
    }
    .tiles .tile-half-width:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 90.90909%
    }
    .tiles .tile-half-width>.wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
}

@media screen and (max-width:767px) {
    .tiles .tile-half-width {
        position: relative;
        width: 100%
    }
    .tiles .tile-half-width:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 150%
    }
    .tiles .tile-half-width>.wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
}

.tiles .tile-half-width .wrapper {
    text-align: center
}

.tiles .tile-half-width .wrapper .inner-wrapper,
.tiles .tile-short-hero .wrapper .inner-wrapper {
    display: inline-block;
    vertical-align: middle;
    text-align: center
}

@media screen and (max-width:767px) {
    .tiles .tile-half-width.-dp {
        display: none
    }
}

.tiles .tile-half-width.-mb {
    display: none
}

@media screen and (max-width:767px) {
    .tiles .tile-half-width.-mb {
        display: block;
        max-height: 420px
    }
}

.tiles .tile-short-hero {
    height: 276px;
    width: 100%;
    background-size: cover;
    position: relative;
    color: #fff
}

.tiles .tile-short-hero .wrapper {
    text-align: center
}

.tiles .img-fill-side {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.tiles .img-fill,
.tiles .tile-short-hero .wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media screen and (max-width:767px) {
    .tiles .img-fill {
        width: auto
    }
}

.tiles .tile-caption {
    position: absolute;
    bottom: 8.5298%;
    right: 8.5298%
}

.tiles .inner-wrapper {
    margin: 0;
    padding: 0;
    border: 0
}

.tiles .inner-wrapper.img {
    display: block;
    height: 100%;
    width: 100%
}

.tiles .tile-content-large img.inner-wrapper,
.tiles .tile-content-small img.inner-wrapper {
    display: block;
    height: 50%;
    top: 25%;
    left: 25%;
    position: absolute
}

@media screen and (max-width:1200px) {
    .tiles .tile-content-small .inner-wrapper {
        width: 92%
    }
}

.tiles .tile-content-small .inner-wrapper {
    width: 73%
}


.tiles .tile-content-large .inner-wrapper {
    width: 74%
}

.content.who-we-are {
    position: relative;
    background-image: url(../img/refresh-2019/bg/distressed-tile-white.jpg)
}

.careers-menu,
.content.who-we-are:before {
    background-image: url(../img/refresh-2019/bg/distressed-tile-yellow.jpg)
}

.content.who-we-are:before {
    content: '';
    display: block;
    width: 100%;
    top: 40%;
    height: 40%;
    position: absolute
}

.careers-container {
    overflow: hidden
}

.careers-container .-mobile {
    display: none;
    margin-top: 130px
}

.careers-container .tile-full-width {
    background-repeat: no-repeat;
    background-color: #282828
}

.careers-container .tile-full-width .wrapper {
    background-color: rgba(0, 0, 0, .3)
}

@media screen and (max-width:767px) {
    .careers-container .-desktop {
        display: none
    }
    .careers-container .-mobile {
        display: block
    }
    .careers-container .content {
        padding-top: 0
    }
}

.careers-menu {
    position: relative;
    min-height: 105px;
    overflow: visible;
    z-index: 10;
    background-position: center
}

@media screen and (min-width:768px) {
    .careers-menu::after,
    .careers-menu::before {
        content: '';
        height: 31px;
        width: 100vw;
        background-image: url(../img/careers-assets/subnav-tile.jpg);
        background-repeat: repeat;
        position: absolute;
        display: block;
        left: 0
    }
    .careers-menu::after {
        bottom: 0;
        z-index: -1;
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        -webkit-filter: FlipH;
        filter: FlipH;
        -ms-filter: FlipH
    }
}

@media screen and (max-width:767px) {
    .careers-menu {
        min-height: 50px;
        height: 50px
    }
}

.careers-menu.swiper-container {
    padding-left: 20px;
    padding-right: 60px;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap
}

.careers-menu .menu-container {
    text-align: center;
    
    
    font-size: 1.2rem;
    line-height: 105px
}

@media screen and (max-width:767px) {
    .careers-menu .menu-container {
        line-height: 50px
    }
}

.careers-menu .menu-container .item-container {
    position: relative;
    display: inline-block;
    margin: 0 14px
}

.careers-menu .menu-container .item-container>.-item {
    padding-bottom: 8px;
    color: #63636a;
    text-transform: uppercase
}

@media screen and (max-width:767px) {
    .careers-menu .menu-container .item-container>.-item {
        display: block;
        line-height: 40px
    }
}

.careers-menu .menu-container .item-container>.-item.-selected,
.success-stories .tab-container .tab-panes .tab-pane .inner-container p.find-out-more:hover {
    color: #db6327
}

.careers-menu .menu-container .item-container>.-item:first-child {
    margin-left: 0
}

.careers-menu .menu-container .item-container>.-item:last-child {
    margin-right: 0
}

.careers-menu .menu-container .item-container>.-item:focus,
.careers-menu .menu-container .item-container>.-item:hover {
    -webkit-transition: .1s;
    transition: .1s;
    color: #db6327
}

.careers-team .careers-heading {
    min-height: 195px;
    display: inline-block;
    background: url(../img/distressed-tile-white2.jpg)
}

.careers-team .careers-heading>p {
    margin: 0 auto 40px;
    max-width: 800px;
    font-size: 2.2rem
}

@media screen and (max-width:767px) {
    .careers-team .careers-heading>p {
        font-size: 1.5rem;
        margin: 0 auto
    }
    .careers-team .careers-heading>h2 {
        font-size: 1.8rem
    }
}

.close,
.close span {
    position: absolute;
    cursor: pointer;
    -webkit-transition: -webkit-transform .25s ease-out;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out, -webkit-transform .25s ease-out
}

.close {
    right: 10px;
    width: 40px;
    height: 40px;
    top: -50px
}

.close:hover {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.ie9 .close:hover {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.modal .close {
    top: 10px
}

.close span {
    height: 1px;
    width: 100%;
    top: 0;
    left: 0;
    border: 0;
    background: #fff;
    -webkit-transform: translateY(0) translateX(0) rotate(0);
    transform: translateY(0) translateX(0) rotate(0)
}

.close span:first-of-type {
    -webkit-transform: translateY(20px) translateX(0) rotate(-45deg);
    transform: translateY(20px) translateX(0) rotate(-45deg)
}

.close span:last-of-type {
    -webkit-transform: translateY(20px) translateX(0) rotate(45deg);
    transform: translateY(20px) translateX(0) rotate(45deg)
}

.common-info {
    padding: 38px 0;
    text-align: center;
    background-image: url(../img/refresh-2019/bg/distressed-tile-lightgrey.png);
    background-size: contain
}

@media screen and (max-width:767px) {
    .common-info {
        padding: 24px 0
    }
}

.common-info>a {
    
    
    text-transform: uppercase;
    margin-top: 0;
    font-size: 1.4rem;
    color: #fff
}

.common-info>a:focus+.triangle-right,
.common-info>a:hover+.triangle-right {
    fill: #db6327
}

.common-info .triangle-right {
    width: 8px;
    height: 16px;
    fill: #fff;
    -webkit-transition: .2s fill;
    transition: .2s fill
}

.common-spicy {
    position: relative;
    padding: 100px 0;
    background-color: #282828;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #282828;
    text-align: center
}

@media screen and (max-width:767px) {
    .common-spicy {
        padding: 50px 0
    }
}

.common-spicy .join-container {
    display: inline-block;
    padding: 60px;
    background: url(../img/distressed-tile-white2.jpg);
    max-width: 100%
}

@media screen and (max-width:767px) {
    .common-spicy .join-container {
        padding: 60px 10px
    }
}

.common-spicy>h2 {
    font-size: 3rem;
    color: #db6327;
    margin-top: 0
}

.common-spicy a,
.slick-dots li.slick-active button::before {
    font-size: 1.5rem
}

.common-spicy .-button {
    display: inline-block;
    text-transform: uppercase;
    padding: 20px 0;
    width: 500px;
    background-color: #db6327;
    color: #fff;
    
    
    font-size: 2.1rem;
    border-radius: 8px
}

@media screen and (max-width:767px) {
    .common-spicy .-button {
        padding: 16px 0;
        width: 340px;
        max-width: 90%
    }
}

.common-get-started .view-positions .-button:focus,
.common-get-started .view-positions .-button:hover,
.common-spicy .-button:focus,
.common-spicy .-button:hover {
    background-color: #282828
}

.common-get-started {
    position: relative;
    width: 100%;
    background-image: url(../img/distressed-tile-grey.png);
    background-position: center;
    z-index: 30;
    font-size: 0
}

.common-get-started .view-positions {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 24px 60px;
    display: inline-block;
    text-align: center
}

.careers-stats::after,
.common-get-started .view-positions::after,
.news-feed .tiles::after,
.news-feed>p::after {
    clear: both;
    content: "";
    display: table
}

@media screen and (max-width:992px) {
    .common-get-started .view-positions {
        padding: 14px 0 0
    }
}

.common-get-started .view-positions h2 {
    display: inline-block;
    line-height: 54px;
    margin: 0;
    font-size: 1.8rem;
    color: #fff
}

@media screen and (max-width:992px) {
    .common-get-started .view-positions h2 {
        font-size: 2.1rem
    }
}

.common-get-started .view-positions .-button {
    display: inline-block;
    padding: 15px 52px;
    background-color: #db6327;
    color: #fff;
    
    
    font-size: 1.4rem;
    border-radius: 8px
}

@media screen and (max-width:767px) {
    .common-get-started .view-positions .-button {
        padding: 15px 20px
    }
}

.common-get-started .view-positions>.lhs {
    text-align: right
}

@media screen and (max-width:992px) {
    .common-get-started .view-positions>.lhs {
        margin-bottom: 10px
    }
}

.common-get-started .view-positions>.rhs {
    text-align: left
}

@media screen and (max-width:992px) {
    .common-get-started .view-positions>.rhs {
        margin-bottom: 20px
    }
}

.common-get-started .view-positions>.lhs,
.common-get-started .view-positions>.rhs {
    padding: 0 20px;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%
}

.common-get-started .view-positions>.lhs:last-child,
.common-get-started .view-positions>.rhs:last-child,
.grid:last-child {
    margin-right: 0
}

@media screen and (max-width:992px) {
    .common-get-started .view-positions>.lhs,
    .common-get-started .view-positions>.rhs {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        padding: 0;
        text-align: center
    }
    .common-get-started .view-positions>.lhs:last-child,
    .common-get-started .view-positions>.rhs:last-child {
        margin-right: 0
    }
}

.grid,
.grid>.-tile {
    float: left;
    display: block
}

.grid {
    margin-right: 2.35765%;
    padding-top: 86px;
    width: 100%
}

.grid>.-tile {
    width: 48.82117%;
    margin: 0;
    padding: 20px 100px
}

.grid>.-tile:last-child,
.grid>.-tile>.detail-container:last-child,
.grid>.-tile>.image-container:last-child {
    margin-right: 0
}

.grid>.-tile:nth-child(2n) {
    margin-right: 0
}

.grid>.-tile:nth-child(2n+1) {
    clear: left
}

.grid>.-tile:nth-child(odd) {
    padding-right: 5px
}

.grid>.-tile:nth-child(even) {
    padding-left: 5px
}

@media screen and (max-width:992px) {
    .grid>.-tile {
        padding: 20px;
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%
    }
    .grid>.-tile:last-child {
        margin-right: 0
    }
    .grid>.-tile:nth-child(even),
    .grid>.-tile:nth-child(odd) {
        padding-left: 20px;
        padding-right: 20px
    }
}

.grid>.-tile>.detail-container,
.grid>.-tile>.image-container {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%
}

.grid>.-tile>.detail-container {
    width: 82.94039%;
    padding: 0 22px;
    text-align: left
}

.grid>.-tile>.detail-container>h3 {
    margin: 0 0 5px;
    font-size: 1.8rem;
    color: #db6327
}

.grid>.-tile>.detail-container>p {
    margin: 0
}

.careers-at-franchise,
.roles-page {
    text-align: center
}

.careers-at-franchise .careers-intro,
.careers-at-franchise .careers-team {
    padding: 80px
}

@media screen and (max-width:767px) {
    .careers-at-franchise .careers-intro,
    .careers-at-franchise .careers-team {
        padding: 0
    }
}

.careers-at-franchise .careers-intro>.-intro,
.careers-at-franchise .careers-team>.-intro {
    display: inline-block;
    margin: 0 auto;
    font-size: 1.8rem
}

.careers-at-franchise .real-rewards {
    background-color: #f7f7f7;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
    overflow: hidden
}

.careers-at-franchise .real-rewards>.-intro {
    display: inline-block;
    left: 0;
    right: 0;
    max-width: 844px
}

.roles-page .intro,
.roles-page p {
    
    
    
    line-height: 37px
}

.roles-page .intro {
    font-size: 1.8rem;
    line-height: 38px;
    text-align: center
}

@media screen and (max-width:767px) {
    .roles-page .intro {
        font-size: 18px;
        line-height: 32px
    }
}

.roles-page .anchor {
    display: block;
    height: 50px;
    margin-top: -50px;
    visibility: hidden
}

@media screen and (max-width:767px) {
    .roles-page .anchor {
        height: 150px;
        margin-top: -150px
    }
    .roles-page .roles-intro {
        padding: 0 20px;
        margin-bottom: 40px
    }
}

.roles-page .role-sections h2,
.roles-page .roles-intro h2,
.single-life .lhs>h3 {
    font-size: 2.8rem
}

.roles-page .roles-intro p,
.roles-page p {
    font-size: 1.2rem
}

.roles-page .roles-intro .skills-heading {
    color: #db6327;
    text-transform: uppercase;
    font-size: 1.2rem
}

.roles-page .roles-intro ol,
.roles-page .roles-intro ul {
    list-style: none;
    display: block;
    padding: 0;
    background-image: url(../img/distressed-tile-white2.jpg);
    background-position: center
}

@media screen and (max-width:767px) {
    .roles-page .roles-intro ol,
    .roles-page .roles-intro ul {
        display: block;
        margin: 10px 0 40px
    }
}

.careers-ceo-message>p,
.roles-page .roles-intro .skills-heading,
.roles-page .roles-intro li {
    
    
}

.roles-page .roles-intro li {
    display: inline-block;
    margin: 20px 30px 20px 0;
    padding: 0;
    color: #282828
}

@media screen and (max-width:767px) {
    .roles-page .roles-intro li {
        width: 100%;
        margin: 10px 0
    }
}

.roles-page .role-sections {
    text-align: center
}

@media screen and (max-width:767px) {
    .roles-page .role-sections p {
        padding: 0 20px
    }
}

.roles-page .role-sections p {
    font-size: 1.2rem
}

.roles-page .role-sections .role-image {
    padding: 62px 0;
    background: 0 0;
    color: #fff;
    min-height: 596px
}

.roles-page .role-sections .role-image.-mobile {
    display: none;
    min-height: 42vw;
    background-repeat: no-repeat;
    background-size: cover
}

@media screen and (max-width:767px) {
    .roles-page .role-sections .role-image {
        background-size: 300px
    }
    .roles-page .role-sections .role-image.-mobile {
        display: block;
        margin: 0
    }
    .roles-page .role-sections .role-image.parallax-window {
        display: none
    }
}

.roles-page .role-sections .role-job {
    padding: 100px 0 120px;
    max-width: 675px;
    margin: 0 auto
}

@media screen and (max-width:767px) {
    .roles-page .role-sections .role-job {
        padding: 10px 0 7vw
    }
}

.roles-page .careers-heading {
    display: none
}

.video-wrapper,
.video-wrapper .shade {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.video-wrapper {
    display: none;
    z-index: 100
}

.video-wrapper .shade {
    background-color: #282828;
    opacity: .8
}

.careers-ceo-message {
    position: relative;
    padding: 40px 10px;
    min-height: 460px;
    max-width: 920px;
    margin: 0 auto;
    overflow: hidden
}

@media screen and (max-width:1200px) {
    .careers-ceo-message {
        padding: 40px 10%
    }
}

@media screen and (max-width:767px) {
    .careers-ceo-message {
        padding: 30px
    }
}

.careers-ceo-message .optiles {
    position: absolute
}

.careers-ceo-message .optiles.-top {
    top: 0
}

.careers-ceo-message .optiles.-left {
    left: 0;
    top: 20%
}

@media screen and (max-width:767px) {
    .careers-ceo-message .optiles.-left {
        display: none
    }
}

.careers-ceo-message .optiles.-right {
    right: 0;
    top: 60%
}

@media screen and (max-width:767px) {
    .careers-ceo-message .optiles.-right {
        display: none
    }
}

.careers-ceo-message .optiles.-bottom {
    bottom: 0;
    left: 20%
}

.careers-ceo-message>h2 {
    position: relative
}

.careers-ceo-message>p {
    position: relative;
    font-size: 2.4rem;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #63636a
}

.careers-ceo-message>.message-container {
    position: relative;
    margin: 0 auto 30px;
    max-width: 920px;
    max-height: 65px;
    overflow: hidden;
    -webkit-transition-property: max-height, border-bottom, margin-bottom, -webkit-box-shadow;
    transition-property: max-height, border-bottom, box-shadow, margin-bottom;
    transition-property: max-height, border-bottom, box-shadow, margin-bottom, -webkit-box-shadow;
    -webkit-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out
}

.careers-ceo-message>.message-container.-active {
    border-bottom: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-height: 2500px;
    margin-bottom: 0
}

.careers-ceo-message>.message-container>p {
    
    
    
    margin: 0 auto 20px;
    max-width: 790px;
    font-size: 1.5rem;
    line-height: 32px
}

@media screen and (max-width:767px) {
    .careers-ceo-message>.message-container>p {
        font-size: 18px;
        line-height: 2rem
    }
}

.careers-ceo-message>.message-container>p:last-child {
    margin-bottom: 0
}

.careers-ceo-message>.message-container>img {
    margin: 10px auto
}

@media screen and (max-width:767px) {
    .careers-ceo-message>.message-container>img {
        max-width: 50%;
        height: auto
    }
}

.careers-ceo-message>.-button {
    display: inline-block;
    margin: 0 auto;
    z-index: 2;
    opacity: 1;
    -webkit-transition: opacity .1s ease-in;
    transition: opacity .1s ease-in;
    
    
    color: #282828;
    font-size: 1.8rem;
    text-transform: uppercase;
    word-wrap: none
}

@media screen and (max-width:767px) {
    .careers-ceo-message>.-button {
        padding: 16px 0;
        font-size: 25px;
        line-height: 29px
    }
}

.careers-ceo-message>.-button:focus,
.careers-ceo-message>.-button:hover,
.dropdown .menu-items>a:focus,
.dropdown .menu-items>a:hover,
.social-links .social-link span:focus,
.social-links .social-link span:hover {
    color: #db6327
}

.careers-ceo-message>.-button.-active {
    opacity: 0;
    -webkit-transition: opacity .1s ease-in;
    transition: opacity .1s ease-in
}

.careers-ceo-message>.-button .triangle-down {
    display: block;
    margin: 10px auto;
    fill: #db6327;
    width: 24px;
    height: 11px
}

.careers-stats {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 92px 0;
    color: #fff;
    background-color: #282828;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

@media screen and (max-width:767px) {
    .careers-stats {
        padding: 20px 0
    }
    .careers-stats>h2 {
        font-size: 2.7rem;
        margin: 10px 0
    }
}

.careers-stats .stats-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width:1200px) {
    .careers-stats .stats-container {
        display: block
    }
}

.careers-stats .stats-container .stat {
    display: inline-block;
    padding: 10px 40px;
    max-width: 350px;
    border-right: 1px solid #fff
}

.careers-stats .stats-container .stat:last-child {
    border-right: none
}

@media screen and (max-width:1200px) {
    .careers-stats .stats-container .stat {
        display: block;
        width: 260px;
        margin: 0 auto;
        padding: 20px 10px;
        text-align: center;
        border-right: none;
        border-bottom: 1px solid #fff
    }
    .careers-stats .stats-container .stat:last-child {
        border-bottom: none
    }
}

@media screen and (max-width:767px) {
    .careers-stats .stats-container .stat {
        padding: 20px 5px;
        border-right: 0
    }
}

.careers-stats .stats-container .stat .stat-figure,
.careers-stats .stats-container .stat .stat-title {
    text-transform: uppercase;
    padding: 0
}

.careers-stats .stats-container .stat .stat-title {
    
    
    margin: 0;
    color: #fff;
    font-size: 17px;
    max-width: 250px
}

.careers-stats .stats-container .stat .stat-figure {
    
    
    margin: 0;
    font-size: 2.2rem;
    line-height: 1
}

@media screen and (max-width:767px) {
    .careers-stats .stats-container .stat .stat-figure {
        font-size: 2rem
    }
}

.success-stories {
    padding-bottom: 40px;
    border-bottom: 1px solid #fff;
    background-image: url(../img/distressed-tile-white2.jpg);
    background-position: center
}

@media screen and (max-width:767px) {
    .success-stories {
        padding-bottom: 0;
        margin-top: -80px
    }
}

.success-stories .tab-container {
    display: block;
    position: relative;
    width: 100%;
    height: 40vw;
    margin-bottom: 160px;
    background-size: cover
}

@media screen and (max-width:992px) {
    .success-stories .tab-container {
        height: 50vw
    }
}

@media screen and (max-width:767px) {
    .success-stories .tab-container {
        margin-bottom: 30px;
        height: auto
    }
}

.success-stories .tab-container .tab-panes {
    position: relative;
    height: 100%;
    overflow: hidden
}

@media screen and (max-width:767px) {
    .success-stories .tab-container .tab-panes {
        padding-bottom: 0
    }
}

.success-stories .tab-container .tab-panes .scroll-pane {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    -webkit-transition: top 350ms ease-in-out;
    transition: top 350ms ease-in-out
}

@media screen and (max-width:767px) {
    .success-stories .tab-container .tab-panes .scroll-pane {
        display: none
    }
}

.success-stories .tab-container .tab-panes .scroll-mobile {
    display: none
}

@media screen and (max-width:767px) {
    .success-stories .tab-container .tab-panes .scroll-mobile {
        display: block
    }
}

.success-stories .tab-container .tab-panes .scroll-mobile .tab-pane {
    padding: 20px 0
}

@media screen and (max-width:767px) {
    .success-stories .tab-container .tab-panes .scroll-mobile .tab-pane {
        padding-bottom: 0
    }
}

.success-stories .tab-container .tab-panes .scroll-mobile .tab-pane .inner-video {
    padding-top: 50px;
    padding-bottom: 80px;
    background-size: cover;
    background-position: center center
}

.success-stories .tab-container .tab-panes .scroll-mobile .tab-pane .inner-image {
    height: 150px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

@media screen and (max-width:767px) {
    .success-stories .tab-container .tab-panes .scroll-mobile .tab-pane .inner-image {
        height: inherit;
        position: static
    }
    .success-stories .tab-container .tab-panes .scroll-mobile .tab-pane .inner-image>.photo {
        position: static;
        margin-bottom: 50px;
        top: auto;
        -webkit-transform: none;
        transform: none
    }
}

.success-stories .tab-container .tab-panes .scroll-mobile .slick-arrow {
    top: 220px;
    bottom: 0
}

.success-stories .tab-container .tab-panes .scroll-mobile .slick-arrow::before,
.success-stories .tab-container .tab-panes .scroll-mobile .slick-dots button::before {
    color: #282828
}

.success-stories .tab-container .tab-panes .scroll-mobile .slick-dots {
    top: auto;
    bottom: 10px
}

@media screen and (max-width:767px) {
    .success-stories .tab-container .tab-panes .scroll-mobile .slick-dots {
        top: 205px
    }
}

.success-stories .tab-container .tab-panes .scroll-mobile .slick-dots button {
    border-radius: 100%
}

.success-stories .tab-container .tab-panes .scroll-mobile .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.success-stories .tab-container .tab-panes .tab-pane {
    position: relative;
    height: 100%;
    background-size: cover;
    background-position: center;
    padding-bottom: 154px
}

.success-stories .tab-container .tab-panes .tab-pane:first-of-type {
    display: block
}

@media screen and (max-width:767px) {
    .success-stories .tab-container .tab-panes .tab-pane {
        background-image: none;
        padding-bottom: 0
    }
}

.success-stories .tab-container .tab-panes .tab-pane .inner-container.-bg-image::before,
.success-stories .tab-container .tab-panes .tab-pane.-bg-image::before {
    background: radial-gradient(circle at center center, rgba(0, 0, 0, .8) 0, rgba(0, 0, 0, .2) 100%);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.success-stories .tab-container .tab-panes .tab-pane .inner-container {
    width: 100%;
    display: block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    padding-top: 20px
}

@media screen and (max-width:767px) {
    .success-stories .tab-container .tab-panes .tab-pane .inner-container {
        top: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        padding: 0
    }
}

.success-stories .tab-container .tab-panes .tab-pane .inner-container.-bg-image::before {
    z-index: -1
}

@media screen and (max-width:767px) {
    .success-stories .tab-container .tab-panes .tab-pane .inner-container.-bg-image::before {
        display: none
    }
}

.success-stories .tab-container .tab-panes .tab-pane .inner-container h3,
.success-stories .tab-container .tab-panes .tab-pane .inner-container h4,
.success-stories .tab-container .tab-panes .tab-pane .inner-container p {
    color: #fff;
    margin: 0;
    -webkit-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out
}

@media screen and (max-width:767px) {
    .success-stories .tab-container .tab-panes .tab-pane .inner-container h3 {
        color: #db6327
    }
}

.success-stories .tab-container .tab-panes .tab-pane .inner-container h4 {
    font-size: 1.1rem;
    color: #282828;
    text-transform: uppercase
}

@media screen and (max-width:767px) {
    .success-stories .tab-container .tab-panes .tab-pane .inner-container h4 {
        margin-bottom: 10px;
        color: #282828
    }
}

.success-stories .tab-container .tab-panes .tab-pane .inner-container p {
    color: #fff;
    margin: 0 auto;
    font-size: 1.8rem;
    max-width: 460px
}

@media screen and (max-width:767px) {
    .success-stories .tab-container .tab-panes .tab-pane .inner-container p {
        color: #282828;
        font-size: 18px
    }
}

.success-stories .tab-container .tab-panes .tab-pane .inner-container p.find-out-more {
    display: inline-block;
    margin: 30px auto 0;
    z-index: 2;
    opacity: 1;
    -webkit-transition: opacity .1s ease-in;
    transition: opacity .1s ease-in;
    
    
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: underline
}

.success-stories .tab-container .tab-controls {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -170px
}

@media screen and (max-width:1024px) {
    .success-stories .tab-container .tab-controls {
        bottom: -150px
    }
}

@media screen and (max-width:767px) {
    .success-stories .tab-container .tab-controls {
        display: none
    }
}

.success-stories .tab-container .tab-controls ol,
.success-stories .tab-container .tab-controls ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: center
}

.success-stories .tab-container .tab-controls ol li,
.success-stories .tab-container .tab-controls ul li {
    display: inline-block;
    width: 190px;
    margin: 0 5px;
    vertical-align: top
}

@media screen and (max-width:767px) {
    .success-stories .tab-container .tab-controls ol li,
    .success-stories .tab-container .tab-controls ul li {
        display: block;
        margin: 0 auto
    }
}

.success-stories .tab-container .tab-controls ol li a,
.success-stories .tab-container .tab-controls ul li a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    text-decoration: none
}

@media screen and (max-width:767px) {
    .success-stories .tab-container .tab-controls ol li a,
    .success-stories .tab-container .tab-controls ul li a {
        display: none
    }
}

.success-stories .tab-container .tab-controls ol li a .inner-text,
.success-stories .tab-container .tab-controls ul li a .inner-text {
    padding-top: 20px;
    color: #282828
}

.dropdown .menu-items>a,
.success-stories .tab-container .tab-controls ol li a .inner-text .location,
.success-stories .tab-container .tab-controls ul li a .inner-text .location {
    text-transform: uppercase;
    font-size: 1.5rem
}

.success-stories .tab-container .tab-controls ol img,
.success-stories .tab-container .tab-controls ol li a .photo,
.success-stories .tab-container .tab-controls ol li a.-active img,
.success-stories .tab-container .tab-controls ul img,
.success-stories .tab-container .tab-controls ul li a .photo,
.success-stories .tab-container .tab-controls ul li a.-active img {
    border: 4px solid #fff;
    background-color: #fff
}

.success-stories .tab-container .tab-controls ol li a.-active .inner-image .photo,
.success-stories .tab-container .tab-controls ol li a:hover .inner-image .photo,
.success-stories .tab-container .tab-controls ul li a.-active .inner-image .photo,
.success-stories .tab-container .tab-controls ul li a:hover .inner-image .photo {
    max-height: 100%;
    max-width: 100%;
    border: 4px solid #db6327;
    background-color: #db6327
}

@media screen and (max-width:767px) {
    .success-stories .tab-container .tab-controls ol li a.-active .inner-image .photo,
    .success-stories .tab-container .tab-controls ol li a:hover .inner-image .photo,
    .success-stories .tab-container .tab-controls ul li a.-active .inner-image .photo,
    .success-stories .tab-container .tab-controls ul li a:hover .inner-image .photo {
        height: 190px;
        max-height: none;
        max-width: none;
        width: 190px
    }
}

.success-stories .tab-container .inner-image {
    height: 150px;
    margin-bottom: 30px
}

@media screen and (max-width:767px) {
    .success-stories .tab-container .inner-image {
        height: 140px
    }
}

.slick-arrow,
.success-stories .tab-container .inner-image .photo {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.success-stories .tab-container .inner-image .photo {
    display: block;
    max-height: 90%;
    max-width: 90%;
    margin: 0 auto;
    background-color: #fff;
    background-size: cover;
    border-radius: 50%;
    -webkit-transition: height .25s ease-in-out, width .25s ease-in-out, border 350ms ease-in-out;
    transition: height .25s ease-in-out, width .25s ease-in-out, border 350ms ease-in-out;
    border: 4px solid #fff;
    position: relative
}

@media screen and (max-width:767px) {
    .success-stories .tab-container .inner-image .photo {
        height: 150px;
        max-height: none;
        max-width: none;
        width: 150px
    }
}

.success-stories .button {
    margin: 0 auto;
    max-width: 390px
}

.success-stories .video-wrapper {
    display: none
}

.slick-arrow {
    position: absolute;
    border: 0;
    color: transparent;
    background: 0 0;
    width: 30px;
    z-index: 1;
    /*outline: 0;*/
    overflow: hidden
}

.slick-arrow::before {
    color: #fff
}

.slick-arrow.slick-next {
    right: 0;
    margin-right: 20px;
    width: 30px;
    background-image: url(../img/arrow-right.jpg);
    background-repeat: no-repeat
}

.slick-arrow.slick-prev {
    left: 0;
    margin-left: 20px;
    width: 30px;
    background-image: url(../img/arrow-left.jpg)
}

.dropdown,
.slick-dots {
    position: absolute;
    text-align: center
}

.slick-dots {
    list-style: none;
    padding: 0;
    margin: 0 0 4px;
    width: 100%;
    bottom: 30px;
    height: 40px;
    display: block
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    display: block;
    height: 12px;
    width: 12px;
    margin: 0 auto;
    padding: 5px;
    background: 0 0;
    background-color: #fff;
    /*outline: 0;*/
    line-height: 0;
    font-size: 0;
    color: transparent;
    border-radius: 100%;
    border: 0;
    cursor: pointer
}

.success-stories .slick-dots li button {
    background-color: #282828;
    border: 1px solid #282828
}

.dropdown {
    display: none;
    margin-top: -16px;
    left: 50%;
    top: 96%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 9999999
}

@media screen and (max-width:767px) {
    .dropdown {
        margin-top: -20px
    }
}

.dropdown .triangle {
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #666
}

.dropdown .menu-items {
    left: 40px;
    padding: 14px 30px;
    border-radius: 10px;
    background-color: #666
}

.dropdown .menu-items>a {
    
    
    display: block;
    margin-bottom: 10px;
    text-align: center;
    font-size: 1.2rem;
    line-height: 32px;
    letter-spacing: 2px
}

.dropdown .menu-items>a:last-child {
    margin-bottom: 0
}

.social-links {
    padding: 0;
    text-align: center
}

.social-links .social-link span {
    color: #282828;
    text-align: center;
    margin: 0 12px;
    font-size: 2.8rem;
    -webkit-transition: all 200ms;
    transition: all 200ms
}

.single-life .social-links .social-link span {
    margin: 0 12px 0 0
}

.faq-page.careers .intro {
    font-size: 1.8rem
}

.faq-page.careers .questions .question-wrapper {
    padding-bottom: 0
}

.faq-page.careers .question {
    font-size: 1.2rem
}

.faq-page.careers .question.-active {
    color: #db6327
}

.faq-page.careers .answer a,
.faq-page.careers .answer p {
    font-size: 1.2rem;
    margin-bottom: 10px
}

.news-feed {
    background-image: url(../img/backgrounds/chalk-bg1.jpg);
    background-attachment: fixed;
    padding-bottom: 20px
}

.news-feed .tile h2,
.news-feed>p,
.related .tile h2 {
    
    
    
}

.news-feed>p {
    max-width: 1120px;
    padding: 70px;
    text-align: center;
    margin: 0 auto;
    font-size: 2.4rem;
    color: #fff
}

@media screen and (max-width:992px) {
    .news-feed>p {
        padding: 70px 40px;
        font-size: 1.8rem
    }
}

.news-feed .tiles {
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px
}

@media screen and (max-width:1200px) {
    .news-feed .tiles {
        padding: 0 20px
    }
}

@media screen and (max-width:767px) {
    .news-feed .tiles {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }
}

.news-feed .load-more-button {
    display: block;
    max-width: 400px;
    padding: 15px 52px;
    margin: 0 auto;
    border-radius: 8px;
    background-color: #db6327;
    text-align: center;
    
    
    font-size: 1.4rem;
    color: #fff;
    -webkit-transition: all 200ms;
    transition: all 200ms
}

.news-feed .load-more-button:hover {
    cursor: pointer;
    background-color: #282828
}

.news-feed .tile,
.related .tile {
    display: inline-block;
    width: 100%;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    margin: 0 0 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 13px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 6px 13px 0 rgba(0, 0, 0, .5)
}

.news-feed .tile:hover,
.related .tile:hover {
    cursor: pointer
}

.news-feed .tile:hover .shade,
.related .tile:hover .shade {
    opacity: .5
}

.news-feed .tile .tile-wrapper,
.related .tile .tile-wrapper {
    cursor: default
}

.news-feed .tile .shade,
.related .tile .shade {
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #282828
}

.news-feed .tile img,
.related .tile img {
    width: 100%
}

.news-feed .tile h2,
.related .tile h2 {
    font-size: 2.8rem;
    color: #282828;
    margin: 10px 0 46px
}

.news-feed .tile h2:last-child,
.related .tile h2:last-child {
    margin-bottom: 10px
}

.news-feed .tile p,
.related .tile p {
    
    
    
    font-size: 1.5rem;
    color: #282828;
    margin: 8px 0
}

.news-feed .tile .read-more,
.related .tile .read-more {
    
    
    color: #db6327;
    font-size: 1.8rem;
    text-transform: lowercase;
    margin: 0
}

.news-feed .tile .top,
.path-tips,
.related .tile .top {
    position: relative
}

.news-feed .tile .top img,
.related .tile .top img {
    display: block
}

.news-feed .tile .bottom,
.related .tile .bottom {
    color: #282828;
    padding: 10px 30px 32px
}

.news-feed .tile .icon,
.related .tile .icon {
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
    margin: -60px auto 30px;
    border-radius: 10px;
    line-height: 80px;
    font-size: 3.6rem;
    text-align: center;
    color: #fff;
    -webkit-box-shadow: 0 6px 13px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 6px 13px 0 rgba(0, 0, 0, .5)
}

.news-feed .tile.-news .icon,
.related .tile.-news .icon {
    background: #db6327
}

.news-feed .tile.-instagram .icon,
.related .tile.-instagram .icon {
    background: -webkit-gradient(linear, left top, left bottom, from(#6559ca), color-stop(30%, #bc318f), color-stop(50%, #e33f5f), color-stop(70%, #f77638), to(#fec66d));
    background: linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%)
}

.news-feed .tile.-youtube .icon,
.related .tile.-youtube .icon {
    background: #b31217
}

.news-feed .tile.-ambassador .icon,
.related .tile.-ambassador .icon {
    background: #db6327
}

.news-feed .tile.-twitter .icon {
    background: #55acee
}

.news-feed .tile.-twitter .top {
    padding: 50px 50px 90px;
    background-color: #71c9f7
}

.news-feed .tile.-twitter .top p {
    margin: 0;
    color: #fff;
    font-size: 2.8rem
}

.news-feed .tile.-twitter .twitter-user {
    display: block;
    position: relative
}

.news-feed .tile.-twitter .twitter-user::after {
    content: '';
    clear: both;
    display: block
}

.news-feed .tile.-twitter .twitter-user .image {
    float: left;
    width: 75px;
    height: 75px
}

.news-feed .tile.-twitter .twitter-user .text {
    position: absolute;
    display: inline-block;
    float: left;
    bottom: 0;
    margin-left: 16px
}

.news-feed .tile.-twitter .twitter-user .text .name {
    margin: 0;
    font-size: 2.2rem
}

.news-feed .tile.-twitter .twitter-user .text .handle {
    margin: 0;
    font-size: 1.5rem
}

.path-tips {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 80px 0
}

.path-tips .bg-container::after,
.path-tips::after,
.path-to-franchise .bg-container::after,
.real-rewards .bg-container::after,
.single-life::after {
    clear: both;
    content: "";
    display: table
}

@media screen and (max-width:767px) {
    .path-tips {
        padding: 0
    }
}

.path-tips .bg-container {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding: 60px;
    margin-bottom: 80px;
    background: url(../img/distressed-tile-white2.jpg)
}

@media screen and (max-width:767px) {
    .path-tips .bg-container {
        padding: 50px 0;
        margin: 0
    }
}

.path-tips .list-disclaimer {
    font-size: 14px;
    text-align: left
}

.path-tips .tips-header,
.stay-in-touch ol,
.stay-in-touch ul {
    text-align: center
}

.path-tips .intro,
.path-tips>h2 {
    position: relative;
    text-align: center
}

.path-tips>h2 {
    display: block;
    font-size: 2.8rem;
    margin: 0 0 80px
}

.path-tips .intro {
    margin: 0 auto;
    padding: 0 20px 100px;
    
    
    
    font-size: 20px;
    line-height: 38px
}

.path-tips>.bg-image {
    position: relative;
    height: 600px;
    background-image: url(../img/careers-assets/bg-path-tips.jpg);
    background-color: #282828;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

@media screen and (max-width:1200px) {
    .path-tips>.bg-image {
        height: 400px
    }
}

@media screen and (max-width:767px) {
    .path-tips>.bg-image {
        height: 200px
    }
}

.tips,
.tips>.tip {
    position: relative
}

.tips>.tip {
    padding: 20px 10px 20px 100px;
    text-align: left
}

@media screen and (max-width:767px) {
    .tips>.tip {
        padding-top: 0;
        padding-left: 70px
    }
}

.tips>.tip>img {
    position: absolute;
    height: 37px;
    left: 20px;
    top: 24px
}

@media screen and (max-width:767px) {
    .tips>.tip>img {
        width: 50px;
        left: 0
    }
}

.tips>.tip>h2 {
    margin: 0 0 20px;
    font-size: 1.4rem
}

.tips>.tip>p {
    font-size: 1.3rem
}

.tips>.boa-sorte {
    position: relative
}

@media screen and (max-width:1200px) {
    .tips>.boa-sorte {
        text-align: center;
        padding: 0
    }
}

@media screen and (max-width:767px) {
    .tips>.boa-sorte {
        padding-left: 70px;
        text-align: left
    }
}

.tips>.boa-sorte>h2 {
    display: inline-block;
    font-size: 3.1rem;
    margin-bottom: 5px
}

@media screen and (max-width:767px) {
    .tips>.boa-sorte>h2 {
        font-size: 1.8rem;
        margin-bottom: 20px
    }
}

.tips>.boa-sorte>p {
    font-size: 1.8rem
}

.tips>.boa-sorte>img {
    position: inherit;
    display: inline-block;
    width: 128px;
    height: auto;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg)
}

@media screen and (max-width:767px) {
    .tips>.boa-sorte>img {
        width: 90px
    }
}

.path-to-franchise {
    padding: 80px 0;
    position: relative
}

@media screen and (max-width:992px) {
    .path-to-franchise {
        padding: 0
    }
}

.path-to-franchise .careers-inner-container {
    padding: 0
}

.path-to-franchise .bg-container {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding: 60px;
    margin-bottom: 80px;
    background: url(../img/distressed-tile-white2.jpg)
}

@media screen and (max-width:992px) {
    .path-to-franchise .bg-container {
        padding: 50px 0;
        margin: 0
    }
}

.rewards .reward,
.rewards>.step,
.steps .reward,
.steps>.step,
.tips .reward,
.tips>.step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 50px
}

@media screen and (max-width:767px) {
    .rewards .reward,
    .rewards>.step,
    .steps .reward,
    .steps>.step,
    .tips .reward,
    .tips>.step {
        width: 100%;
        max-width: 90%;
        margin: 0 auto
    }
}

.rewards .reward .list-content-container,
.rewards>.step .list-content-container,
.steps .reward .list-content-container,
.steps>.step .list-content-container,
.tips .reward .list-content-container,
.tips>.step .list-content-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left
}

@media screen and (max-width:767px) {
    .rewards .reward .list-content-container,
    .rewards>.step .list-content-container,
    .steps .reward .list-content-container,
    .steps>.step .list-content-container,
    .tips .reward .list-content-container,
    .tips>.step .list-content-container {
        margin-bottom: 30px;
        display: inline-block
    }
}

.rewards .reward .list-content-container>h3,
.rewards>.step .list-content-container>h3,
.steps .reward .list-content-container>h3,
.steps>.step .list-content-container>h3,
.tips .reward .list-content-container>h3,
.tips>.step .list-content-container>h3 {
    margin: 0 0 5px 45px;
    font-size: 20px;
    line-height: 2rem;
    color: #db6327
}

@media screen and (max-width:767px) {
    .rewards .reward .list-content-container>h3,
    .rewards>.step .list-content-container>h3,
    .steps .reward .list-content-container>h3,
    .steps>.step .list-content-container>h3,
    .tips .reward .list-content-container>h3,
    .tips>.step .list-content-container>h3 {
        margin-left: 0;
        padding: 0
    }
}

.rewards .reward .list-content-container>p,
.rewards>.step .list-content-container>p,
.steps .reward .list-content-container>p,
.steps>.step .list-content-container>p,
.tips .reward .list-content-container>p,
.tips>.step .list-content-container>p {
    font-size: 20px;
    margin: 0 0 0 45px
}

@media screen and (max-width:767px) {
    .rewards .reward .list-content-container>p,
    .rewards>.step .list-content-container>p,
    .steps .reward .list-content-container>p,
    .steps>.step .list-content-container>p,
    .tips .reward .list-content-container>p,
    .tips>.step .list-content-container>p {
        margin-left: 0;
        padding-left: 0;
        font-size: 18px
    }
}

.rewards .reward .icon-container>img,
.rewards>.step .icon-container>img,
.steps .reward .icon-container>img,
.steps>.step .icon-container>img,
.tips .reward .icon-container>img,
.tips>.step .icon-container>img {
    height: 80px
}

@media screen and (max-width:767px) {
    .rewards .reward .icon-container>img,
    .rewards>.step .icon-container>img,
    .steps .reward .icon-container>img,
    .steps>.step .icon-container>img,
    .tips .reward .icon-container>img,
    .tips>.step .icon-container>img {
        height: 40px;
        margin: 0 20px
    }
}

.real-rewards,
.real-rewards>p {
    padding: 80px 0;
    position: relative
}

@media screen and (max-width:767px) {
    .real-rewards {
        padding: 0
    }
}

.real-rewards .bg-container {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding: 60px;
    margin-bottom: 80px;
    background: url(../img/distressed-tile-white2.jpg)
}

@media screen and (max-width:767px) {
    .real-rewards .bg-container {
        padding: 50px 0;
        margin: 0
    }
}

.real-rewards>p {
    margin: 0 auto;
    padding: 50px 20px 0;
    max-width: 1000px;
    font-size: 1.8rem;
    line-height: 38px;
    text-align: center
}

@media screen and (max-width:767px) {
    .real-rewards>p {
        font-size: 1.5rem;
        line-height: 32px
    }
}

.real-rewards>.bg-image {
    position: relative;
    height: 800px;
    background-image: url(../img/careers-assets/bg-real-rewards.jpg);
    background-color: #282828;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

@media screen and (max-width:1200px) {
    .real-rewards>.bg-image {
        height: 400px
    }
}

@media screen and (max-width:767px) {
    .real-rewards>.bg-image {
        height: 200px
    }
}

.single-life {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px
}

.single-life .lhs {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 57.35098%
}

.single-life .lhs:last-child {
    margin-right: 0
}

@media screen and (max-width:888px) {
    .single-life .lhs {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%
    }
    .single-life .lhs:last-child {
        margin-right: 0
    }
}

.single-life .lhs .tags {
    
    
    font-size: 1.5rem;
    color: #db6327
}

.single-life .lhs .content {
    padding-top: 0
}

.single-life .lhs .content .sub-heading {
    margin-bottom: 10px
}

.single-life .lhs .content h4,
.single-life .lhs .tagline {
    
    
    font-size: 2.4rem
}

.single-life .lhs .content h4 {
    margin-bottom: 20px;
    font-family: CeraPRO-Regular, Georgia, sans-serif
}

.single-life .lhs .tagline {
    margin: 50px 0 30px;
    line-height: 40px
}

.single-life .lhs .video-image {
    position: relative;
    width: 100%
}

.single-life .lhs .video-image:hover,
.single-life .rhs .social>.social-links li:hover {
    cursor: pointer
}

.single-life .lhs .video-image:hover .shade {
    opacity: .5
}

.single-life .lhs .video-image .shade {
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #282828
}

.single-life .lhs .video-image img {
    display: block;
    width: 100%;
    margin: 0 auto
}

.single-life .lhs .video-image .play {
    position: absolute;
    width: 124px;
    height: 124px;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: transparent;
    color: #fff;
    font-size: 110px;
    -webkit-transition: color .2s;
    transition: color .2s
}

.single-life .lhs .description {
    margin-top: 30px;
    
    
    
    font-size: 1.2rem;
    line-height: 25px
}

.single-life .rhs {
    margin-left: 4.2649%;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 36.02647%;
    padding-top: 40px
}

.single-life .rhs:last-child {
    margin-right: 0
}

@media screen and (max-width:888px) {
    .single-life .rhs {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin-left: 0
    }
    .single-life .rhs:last-child {
        margin-right: 0
    }
}

.single-life .rhs>h3 {
    margin-bottom: 20px;
    font-size: 1.3rem;
    color: #db6327
}

.single-life .rhs .social {
    margin-bottom: 60px
}

.single-life .rhs .social>h2 {
    margin: 0 0 10px;
    text-align: left;
    font-size: 1.2rem;
    color: #db6327
}

.single-life .rhs .social>.social-links {
    margin-top: 0;
    text-align: left
}

.single-life .rhs .social>.social-links li {
    display: inline-block
}

.stay-in-touch {
    padding: 30px 0;
    background-image: url(../img/careers-assets/bg-stains.jpg);
    background-color: #282828;
    background-repeat: no-repeat;
    background-size: cover
}

.stay-in-touch .social-links {
    padding: 0
}

.stay-in-touch .social-icon {
    height: 45px;
    width: 45px;
    margin: 0 10px
}

@media screen and (max-width:767px) {
    .stay-in-touch .social-icon {
        height: 35px;
        width: 35px;
        margin: 0 7px
    }
}

.stay-in-touch h2 {
    
    
    font-size: 2.8rem;
    text-transform: uppercase;
    text-align: center
}

@media screen and (max-width:767px) {
    .stay-in-touch h2 {
        font-size: 2.2rem
    }
}

.stay-in-touch ol li,
.stay-in-touch ul li {
    display: inline-block;
    position: relative
}

.stay-in-touch ol span,
.stay-in-touch ul span {
    color: #282828;
    text-align: center;
    margin: 0 12px;
    -webkit-transition: all 200ms;
    transition: all 200ms
}

.stay-in-touch ol span:focus,
.stay-in-touch ol span:hover,
.stay-in-touch ul span:focus,
.stay-in-touch ul span:hover {
    opacity: 1;
    color: #db6327
}

.sticky-wrapper {
    font-family: none;
    background-color: #282828
}

.sticky-wrapper~.desktop {
    clear: both
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.ie9 .stat-figure {
    line-height: 0;
    margin-top: 20px
}

.lt-ie9 body {
    width: 1024px;
    margin: 0 auto
}

.lt-ie9 .location-header,
.lt-ie9 .product-menu {
    display: none
}

.lt-ie9 .content {
    padding-top: 0
}

.lt-ie9 .tiles .tile>.wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.lt-ie9 #primary-header {
    position: relative;
    top: 0;
    display: block;
    padding-bottom: 30px
}

.lt-ie9 #primary-header .header-logo,
.lt-ie9 footer .main-footer .footer-logo {
    width: 220px;
    margin-left: 40px;
    margin-right: 50px
}

.lt-ie9 #primary-header nav {
    width: 714px;
    margin-left: 0;
    margin-right: 0
}

.lt-ie9 #primary-header nav ol li,
.lt-ie9 #primary-header nav ul li {
    padding: 0 20px 0 0
}

.lt-ie9 #primary-header nav ol li a,
.lt-ie9 #primary-header nav ul li a {
    font-size: 16px
}

.lt-ie9 .promo-tile .inner-wrapper {
    margin: 50px
}

.lt-ie9 .promo-tile .inner-wrapper a img {
    width: 924px!important;
    height: auto!important
}

.lt-ie9 .single-column,
.lt-ie9 .tiles,
.lt-ie9 footer {
    clear: both
}

.lt-ie9 .tiles .tile-half-width {
    width: 50%;
    background-size: 512px auto
}

.lt-ie9 .tiles .tile-half-width .inner-wrapper a,
.lt-ie9 .tiles .tile-half-width .inner-wrapper h3,
.lt-ie9 .tiles .tile-half-width .inner-wrapper p {
    margin-left: 20px
}

.lt-ie9 .tiles .tile-half-width .inner-wrapper h3 {
    margin-top: 90px
}

.lt-ie9 .tiles .tile-full-width .tile-center .inner-wrapper {
    margin: 0 25%
}

.lt-ie9 .tiles .tile-full-width .center-text {
    padding-top: 120px;
    width: 100%
}

.lt-ie9 .tiles .inner-wrapper,
.lt-ie9 .tiles .wrapper {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.lt-ie9 .tiles .inner-wrapper {
    color: #000;
    font-size: 30px
}

.lt-ie9 .tiles .inner-wrapper a,
.lt-ie9 .tiles .inner-wrapper h3,
.lt-ie9 .tiles .inner-wrapper p {
    margin: 10px
}

.lt-ie9 .tiles .social {
    display: none!important
}

.lt-ie9 #rewards-promo {
    padding: 0;
    background-color: #282828;
    background-image: none;
    height: 700px
}

.lt-ie9 #rewards-promo .tile-half {
    width: 100%;
    float: left
}

.lt-ie9 #rewards-promo .inner-wrapper {
    width: 100%
}

.lt-ie9 #rewards-promo .rewards-heading {
    background: 0 0;
    height: auto;
    text-indent: 0;
    text-align: center;
    color: #fff;
    width: 100%
}

.lt-ie9 #rewards-promo .benefit-content {
    font-size: 18px
}

.lt-ie9 #rewards-promo .rewards-benefits {
    height: 500px
}

.lt-ie9 #rewards-promo .rewards-promo-join {
    height: 140px
}

.lt-ie9 #rewards-promo .rewards-promo-join h3 {
    text-align: center;
    display: block;
    width: 60%;
    margin: 0 auto 30px
}

.lt-ie9 #rewards-promo .rewards-promo-join .inner-wrapper {
    text-align: center
}

.lt-ie9 footer .main-footer {
    padding-bottom: 20px
}

.lt-ie9 footer .main-footer .footer-links-container {
    width: 714px;
    margin-right: 0;
    margin-bottom: 40px
}

.lt-ie9 footer .main-footer .footer-links-container ol,
.lt-ie9 footer .main-footer .footer-links-container ul {
    width: 210px;
    margin: 0
}

.lt-ie9 footer .second-footer {
    clear: both
}

.lt-ie9 footer .second-footer li a {
    color: #666
}

.lt-ie9 .bg-chalk {
    overflow: auto;
    background-color: red
}

.lt-ie9 .menu-page .column {
    background: #272727;
    width: 90%;
    margin: 0;
    padding-left: 5%;
    padding-right: 5%
}

.lt-ie9 .menu-page .menu .menu-category .menu-category-products {
    clear: both;
    overflow: auto;
    margin-bottom: 60px
}

.lt-ie9 .menu-page .menu .menu-category .menu-category-products a {
    width: 20%
}

.lt-ie9 .menu-page .menu .menu-category h3 {
    clear: both;
    font-size: 50px;
    display: block
}

.lt-ie9 .product .tiles,
.lt-ie9 .rewards-page .tiles .rewards-app .badge-container .app-badge img,
.lt-ie9 .rewards-page .tiles .rewards-card img.card-icon {
    display: none
}

.lt-ie9 .product .product-panel {
    clear: both
}

.lt-ie9 .product .product-panel-info {
    width: 45%;
    color: #fff
}

.lt-ie9 .product .product-panel .product-panel-info .product-panel-nutrition {
    overflow: hidden
}

.lt-ie9 .product .product-nutrition-info-modal {
    background-color: #000
}

.lt-ie9 .rewards-page .hero .inner-wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
    left: 0
}

.lt-ie9 .rewards-page .hero .inner-wrapper div {
    width: 100%;
    margin: 0
}

.lt-ie9 .rewards-page .hero .inner-wrapper h3 {
    margin-top: 0
}

.lt-ie9 .rewards-page .hero .inner-wrapper .rewards-heading-wrapper {
    margin-top: 20px;
    padding-bottom: 30%
}

.lt-ie9 .rewards-page .hero .inner-wrapper .rewards-buttons {
    font-size: 24px
}

.lt-ie9 .rewards-page .hero .inner-wrapper .rewards-buttons a,
.lt-ie9 .rewards-page .hero .inner-wrapper .rewards-buttons button {
    display: block;
    width: 530px;
    clear: both;
    margin: 10px 0 0
}

.lt-ie9 .rewards-page .hero .inner-wrapper .redRoyaltyLogo {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat
}

.lt-ie9 .rewards-page .tiles .rewards-benefits-intro h3 {
    padding-top: 120px
}

.lt-ie9 .rewards-page .tiles .rewards-benefits .benefit-content {
    font-size: 20px!important
}

.lt-ie9 .rewards-page .tiles .rewards-cta {
    height: 140px
}

.lt-ie9 .rewards-page .tiles .rewards-cta h3,
.lt-ie9 .rewards-page .tiles .rewards-dollars {
    text-align: center
}

.lt-ie9 .rewards-page .tiles .rewards-app .badge-container .app-badge {
    font-size: 20px;
    font-weight: 700;
    line-height: 15px;
    text-decoration: underline
}

.lt-ie9 .rewards-page .tiles .rewards-dollars .inner-wrapper {
    width: 100%;
    margin-top: 25%;
    padding-left: 50%;
    text-align: center
}

.lt-ie9 .rewards-page .tiles .rewards-dollars .inner-wrapper p {
    font-size: 20px
}

.lt-ie9 .franchising .tile-full-width .franchising-header a {
    font-size: 15px
}

.lt-ie9 .franchising .tile-full-width .franchising-header .page-links {
    width: 80%
}

.lt-ie9 .catering #nearest-store ol,
.lt-ie9 .catering #nearest-store ul,
.lt-ie9 .franchising .tiles .tile p {
    font-size: 16px
}

.lt-ie9 .franchising .register-interest {
    height: 300px
}

.lt-ie9 .franchising .register-interest h3 {
    margin-top: 20px
}

.lt-ie9 .franchising .register-interest .inner-wrapper {
    width: 80%;
    display: block;
    margin: 0 10%!important
}

.lt-ie9 .store-locator .store-link .make-my-store,
.lt-ie9 .store-locator .store-link span,
.lt-ie9 .store-locator .store-locator-locate {
    display: none
}

.lt-ie9 .store .tile-short-hero .inner-wrapper {
    padding-top: 150px;
    width: 100%;
    text-align: center
}

.lt-ie9 .store .store-hours li .store-hours-day {
    width: 140px!important
}

.lt-ie9 .store .store-map-container {
    height: 700px;
    background-color: #ff0
}

.lt-ie9 .catering .catering-header {
    color: #fff
}

.lt-ie9 .catering.delivery .catering-header {
    color: #282828
}
address.text-coffee{ font-size: 26px; font-family: 'RockwellBold', sans-serif; text-transform: uppercase; }
.catering-section{ /*height:95vh;*/ height: auto; }
#content .slider_wrap{ margin-top: 110px; }
.twenty-img{ max-width: 450px; width:100%; margin: 0 auto; }
.twenty-frame{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    border-bottom: 3px solid #000000;
    display: -webkit-flex;
    display: -moz-flex;
    display: -moz-box;
    flex-direction: row;
}
.twenty-frame .col-md-6{
    padding: 0;
    -webkit-flex: 1;
    -webkit-box-flex: 1;
    -moz-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
footer .second-footer li a:hover,footer .second-footer li a:focus{ color:#db6327; }
.lightgreen-bg .address a{ color: #db6327; }
.accessibility-frame h2{ font-size:40px; }
.accessibility-frame h3{ font-size:32px; margin: 10px 0 10px 0; }
.accessibility-frame p{  }
.accessibility{ padding:0;margin: 20px 0 0 0; list-style-type: none; }
.accessibility a{     
    font-size: 16px;
    font-family: 'CirceRounded-Bold'; 
}
@media screen and (min-width:1111px) {
    .social-top {
        float: right;
        display: inline-block;
        width: auto;
        margin-left: 25px;
        margin-right: 5px;
    }
    .social-top ul,
    .social-top li {
        list-style: none;
        margin: 0;
        padding: 0
    }
    .social-top li {
        display: inline-block;
        width: auto;
        margin-right: 10px;
        vertical-align: middle
    }
    .social-top li a {
        display: block;
        font-size: 14px
    }
    .social-top li a i {
        font-size: 1.02rem !important;
        margin: inherit !important;
    }
}
@media screen and (max-width: 991px) {
    #content .slider_wrap{ margin-top: 100px; }
    .catering-section .tiles .tile.split-tile-responsive{ padding: 25px 0; }
    .bottom-locations-list .l-block .l-location{ font-size:20px; }
    .press-frame h3{ font-size: 30px; }
    .page-title .page-title-frame h1{ font-size:50px; }
    .menu-list .menu-list-title h2{ font-size: 40px; padding: 0; }
    .twenty-frame{ display: block }
    .twenty-frame .col-md-6 { padding: 0 15px; }
}
.partner-content ul li {
    
    text-align: left;
    line-height: 28px;
}
.partner-content img {
    padding-bottom: 15px;
}
.partner-content h2 {
    font-size: 27px;
    
    text-transform: uppercase;
    line-height: 30px;
}






