@charset "UTF-8";/* ---------------------------------------------- *  Big Mama Styles!  Here we collate all of our partials into one file ready to be processed and generate that  beautiful CSS.\* ---------------------------------------------- *//* - Index-------------------------------------------------  - Susy ...................................... 1.0.  - Breakpoint ................................ 2.0.  - Modular Scale ............................. 3.0.  - Mixins .................................... 4.0.  - Variables ................................. 5.0.  - Reset ..................................... 6.0.  - Base ...................................... 7.0.  - Grid ...................................... 8.0.  - Typography ................................ 9.0.  - Nav ...................................... 10.0.  - Header ................................... 11.0.  - Content .................................. 12.0.  - Footer ................................... 13.0.*//* -----------------------------------------  1.0. Susy----------------------------------------- *//* -----------------------------------------  2.0. Breakpoint----------------------------------------- *//* -----------------------------------------  3.0. Modular Scale----------------------------------------- *//* -----------------------------------------  4.0. Mixins----------------------------------------- *//* -----------------------------------------  5.0. Variables----------------------------------------- *//* -----------------------------------------  6.0. Reset----------------------------------------- *//* ---------------------------------------------- *  Partial: reset  Reset the fuck out of everything. Phwouah!\* ---------------------------------------------- */* {  box-sizing: border-box; }html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {  margin: 0;  padding: 0;  border: 0;  font-size: 100%;  font: inherit;  vertical-align: baseline; }article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {  display: block; }html, body {  height: 100%; }a img {  border: none; }blockquote {  quotes: none; }blockquote:before, blockquote:after {  content: '';  content: none; }table {  border-collapse: collapse;  border-spacing: 0; }caption, th, td {  text-align: left;  font-weight: normal;  vertical-align: middle; }/* -----------------------------------------  8.0. Grid----------------------------------------- *//* ---------------------------------------------- *  Partial: grid  We're using Susy. Please visit http://susy.readthedocs.org/en/latest/install/  Due to using Susy, we're going to need the Ruby gems installed. Please a see a guide here: [TBD].  Usage  =====\* ---------------------------------------------- *//* - Index-------------------------------------------------  - Global defaults     ............................. 1.0.  - Grid makeup         ............................. 2.0.*//* ---------------------------------------------- *  1.0 Global defaults\* ---------------------------------------------- *//* ---------------------------------------------- *  1.0 Grid makeup\* ---------------------------------------------- */.contain {  max-width: 1080px;  margin-left: auto;  margin-right: auto;  min-width: 1080px; }  .contain:after {    content: " ";    display: block;    clear: both; }  .contain--table {    display: table;    width: 100%;    max-width: 1080px;    min-width: 1080px;    margin: 0 auto; }/* -----------------------------------------  7.0. Base----------------------------------------- */@keyframes fade-in {  0% {    opacity: 0; }  100% {    opacity: 1; } }@-webkit-keyframes fade-in-up {  0% {    -webkit-transform: translateY(20px);            transform: translateY(20px);    opacity: 0; }  100% {    -webkit-transform: translate(0);            transform: translate(0);    opacity: 1; } }@keyframes fade-in-up {  0% {    -webkit-transform: translateY(20px);            transform: translateY(20px);    opacity: 0; }  100% {    -webkit-transform: translate(0);            transform: translate(0);    opacity: 1; } }@-webkit-keyframes fade-in-down {  0% {    -webkit-transform: translateY(-20px);            transform: translateY(-20px);    opacity: 0; }  100% {    -webkit-transform: translate(0);            transform: translate(0);    opacity: 1; } }@keyframes fade-in-down {  0% {    -webkit-transform: translateY(-20px);            transform: translateY(-20px);    opacity: 0; }  100% {    -webkit-transform: translate(0);            transform: translate(0);    opacity: 1; } }@-webkit-keyframes fade-in-up-big {  0% {    -webkit-transform: translateY(100px);            transform: translateY(100px);    opacity: 0; }  100% {    -webkit-transform: translate(0);            transform: translate(0);    opacity: 1; } }@keyframes fade-in-up-big {  0% {    -webkit-transform: translateY(100px);            transform: translateY(100px);    opacity: 0; }  100% {    -webkit-transform: translate(0);            transform: translate(0);    opacity: 1; } }@-webkit-keyframes fade-in-down-big {  0% {    -webkit-transform: translateY(-100px);            transform: translateY(-100px);    opacity: 0; }  100% {    -webkit-transform: translate(0);            transform: translate(0);    opacity: 1; } }@keyframes fade-in-down-big {  0% {    -webkit-transform: translateY(-100px);            transform: translateY(-100px);    opacity: 0; }  100% {    -webkit-transform: translate(0);            transform: translate(0);    opacity: 1; } }@-webkit-keyframes fade-in-left {  0% {    -webkit-transform: translateX(-20px);            transform: translateX(-20px);    opacity: 0; }  100% {    -webkit-transform: translate(0);            transform: translate(0);    opacity: 1; } }@keyframes fade-in-left {  0% {    -webkit-transform: translateX(-20px);            transform: translateX(-20px);    opacity: 0; }  100% {    -webkit-transform: translate(0);            transform: translate(0);    opacity: 1; } }@-webkit-keyframes fade-in-left-big {  0% {    -webkit-transform: translateX(-100%);            transform: translateX(-100%);    opacity: 0; }  100% {    -webkit-transform: translate(0);            transform: translate(0);    opacity: 1; } }@keyframes fade-in-left-big {  0% {    -webkit-transform: translateX(-100%);            transform: translateX(-100%);    opacity: 0; }  100% {    -webkit-transform: translate(0);            transform: translate(0);    opacity: 1; } }@-webkit-keyframes fade-in-right {  0% {    -webkit-transform: translateX(20px);            transform: translateX(20px);    opacity: 0; }  100% {    -webkit-transform: translate(0);            transform: translate(0);    opacity: 1; } }@keyframes fade-in-right {  0% {    -webkit-transform: translateX(20px);            transform: translateX(20px);    opacity: 0; }  100% {    -webkit-transform: translate(0);            transform: translate(0);    opacity: 1; } }@-webkit-keyframes fade-in-right-big {  0% {    -webkit-transform: translateX(100px);            transform: translateX(100px);    opacity: 0; }  100% {    -webkit-transform: translate(0);            transform: translate(0);    opacity: 1; } }@keyframes fade-in-right-big {  0% {    -webkit-transform: translateX(100px);            transform: translateX(100px);    opacity: 0; }  100% {    -webkit-transform: translate(0);            transform: translate(0);    opacity: 1; } }@-webkit-keyframes grow {  0% {    -webkit-transform: scale(0);            transform: scale(0);    opacity: 0; }  100% {    -webkit-transform: scale(1);            transform: scale(1);    opacity: 1; } }@keyframes grow {  0% {    -webkit-transform: scale(0);            transform: scale(0);    opacity: 0; }  100% {    -webkit-transform: scale(1);            transform: scale(1);    opacity: 1; } }@-webkit-keyframes element-overlay {  0% {    width: 0;    left: 0;    -webkit-animation-timing-function: cubic-bezier(0.72, 0.11, 0.61, 0.89);            animation-timing-function: cubic-bezier(0.72, 0.11, 0.61, 0.89); }  30% {    width: 100%;    left: 0;    -webkit-animation-timing-function: cubic-bezier(0.72, 0.11, 0.61, 0.89);            animation-timing-function: cubic-bezier(0.72, 0.11, 0.61, 0.89); }  50% {    width: 100%;    right: 0;    left: auto;    -webkit-animation-timing-function: cubic-bezier(0.72, 0.11, 0.61, 0.89);            animation-timing-function: cubic-bezier(0.72, 0.11, 0.61, 0.89); }  100% {    width: 0%;    right: 0;    -webkit-animation-timing-function: cubic-bezier(0.72, 0.11, 0.61, 0.89);            animation-timing-function: cubic-bezier(0.72, 0.11, 0.61, 0.89); } }@keyframes element-overlay {  0% {    width: 0;    left: 0;    -webkit-animation-timing-function: cubic-bezier(0.72, 0.11, 0.61, 0.89);            animation-timing-function: cubic-bezier(0.72, 0.11, 0.61, 0.89); }  30% {    width: 100%;    left: 0;    -webkit-animation-timing-function: cubic-bezier(0.72, 0.11, 0.61, 0.89);            animation-timing-function: cubic-bezier(0.72, 0.11, 0.61, 0.89); }  50% {    width: 100%;    right: 0;    left: auto;    -webkit-animation-timing-function: cubic-bezier(0.72, 0.11, 0.61, 0.89);            animation-timing-function: cubic-bezier(0.72, 0.11, 0.61, 0.89); }  100% {    width: 0%;    right: 0;    -webkit-animation-timing-function: cubic-bezier(0.72, 0.11, 0.61, 0.89);            animation-timing-function: cubic-bezier(0.72, 0.11, 0.61, 0.89); } }@-webkit-keyframes clip-path-in {  0% {    -webkit-clip-path: polygon(0 86%, 0 100%, 14% 100%, 0 100%);    clip-path: polygon(0 86%, 0 100%, 14% 100%, 0 100%);    opacity: 0; }  100% {    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);    opacity: 1; } }@keyframes clip-path-in {  0% {    -webkit-clip-path: polygon(0 86%, 0 100%, 14% 100%, 0 100%);    clip-path: polygon(0 86%, 0 100%, 14% 100%, 0 100%);    opacity: 0; }  100% {    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);    opacity: 1; } }/*! * animsition v4.0.2 * A simple and easy jQuery plugin for CSS animated page transitions. * http://blivesta.github.io/animsition * License : MIT * Author : blivesta (http://blivesta.com/) */.animsition,.animsition-overlay {  position: relative;  opacity: 0;  -webkit-animation-fill-mode: both;  animation-fill-mode: both; }/** * overlay option */.animsition-overlay-slide {  position: fixed;  z-index: 1;  width: 100%;  height: 100%;  background-color: #ddd; }/* loading option */.animsition-loading,.animsition-loading:after {  width: 32px;  height: 32px;  position: fixed;  top: 50%;  left: 50%;  margin-top: -16px;  margin-left: -16px;  border-radius: 50%;  z-index: 100; }.animsition-loading {  background-color: transparent;  border-top: 5px solid rgba(0, 0, 0, 0.2);  border-right: 5px solid rgba(0, 0, 0, 0.2);  border-bottom: 5px solid rgba(0, 0, 0, 0.2);  border-left: 5px solid #eee;  -webkit-transform: translateZ(0);  transform: translateZ(0);  -webkit-animation-iteration-count: infinite;  animation-iteration-count: infinite;  -webkit-animation-timing-function: linear;  animation-timing-function: linear;  -webkit-animation-duration: .8s;  animation-duration: .8s;  -webkit-animation-name: animsition-loading;  animation-name: animsition-loading; }@-webkit-keyframes animsition-loading {  0% {    -webkit-transform: rotate(0deg);    transform: rotate(0deg); }  100% {    -webkit-transform: rotate(360deg);    transform: rotate(360deg); } }@keyframes animsition-loading {  0% {    -webkit-transform: rotate(0deg);    transform: rotate(0deg); }  100% {    -webkit-transform: rotate(360deg);    transform: rotate(360deg); } }@-webkit-keyframes fade-in {  0% {    opacity: 0; }  100% {    opacity: 1; } }@keyframes fade-in {  0% {    opacity: 0; }  100% {    opacity: 1; } }.fade-in {  -webkit-animation-name: fade-in;  animation-name: fade-in; }@-webkit-keyframes fade-out-up {  0% {    -webkit-transform: translateY(0);    transform: translateY(0);    opacity: 1; }  100% {    -webkit-transform: translateY(-500px);    transform: translateY(-500px);    opacity: 0; } }@keyframes fade-out-up {  0% {    -webkit-transform: translateY(0);    transform: translateY(0);    opacity: 1; }  100% {    -webkit-transform: translateY(-500px);    transform: translateY(-500px);    opacity: 0; } }.fade-out-up {  -webkit-animation-name: fade-out-up;  animation-name: fade-out-up; }@-webkit-keyframes fade-in-up-sm {  0% {    -webkit-transform: translateY(100px);    transform: translateY(100px);    opacity: 0; }  100% {    -webkit-transform: translateY(0);    transform: translateY(0);    opacity: 1; } }/* ---------------------------------------------- *  Partial: base  Here you place the base defaults to any project\* ---------------------------------------------- */*, *:before, *:after {  box-sizing: border-box; }html {  font-size: 100%;  -webkit-text-size-adjust: 100%;      -ms-text-size-adjust: 100%;          text-size-adjust: 100%; }body {  color: #333;  font-family: "Muli", Arial, "Helvetica Neue", Helvetica, sans-serif;  font-size: 14px;  line-height: 1.6;  margin: 0;  font-size: 13px; }  @media (min-width: 600px) {    body {      font-size: calc(13px + 3 * (100vw - 600px) / 430); } }  @media (min-width: 1030px) {    body {      font-size: 16px; } }  body.show-menu {    overflow: hidden; }html, body {  height: 100%;  min-height: 100%; }small {  font-size: 0.85em; }ul li {  list-style: none; }ol li {  list-style: none; }img, object, embed {  height: auto;  max-width: 100%; }blockquote {  color: #FFFFFF;  font-size: 1.1em;  font-style: italic;  margin: 0 0 1.250em 1.250em;  padding: 0.625em 1.250em 1.250em; }  blockquote p:last-child {    margin-bottom: 0; }/*********************************************  - 2.0 -  LINKS*********************************************//* - 2.1. - BASE LINK STYLES  ------------------------------------------ */a {  color: #33aecf;  cursor: pointer;  text-decoration: none;  /* Improve readability when focused and hovered in all browsers: h5bp.com/h */ }  a:hover {    color: #032157; }  a:focus {    color: #ffc119; }  a:focus, a:active {    outline: none; }/* - 2.2. - HEADER LINKS   ------------------------------------------ */h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {  color: #33aecf; }/*********************************************  - 3.0 -  Helpers*********************************************/.hide {  display: none; }.center-align {  text-align: center; }.container {  width: 100%;  margin: auto;  padding: 0 1.5em;  max-width: 1607px; }  @media (min-width: 23.75em) {    .container {      padding: 0 2em; } }section {  padding: 4em 0;  background-color: #fff; }  section:before, section:after {    content: "";    display: table; }  section:after {    clear: both; }  @media (min-width: 37.5em) {    section {      padding: 6em 0; } }.page-wrapper {  overflow: hidden; }/* -----------------------------------------  9.0. Typography----------------------------------------- *//* ---------------------------------------------- *  Partial: typography  I set all typographic styles here. First we list our variables such as fonts (maybe we're using some @font-face) and  additionally and maps we might want to use. Then we specificy the typographic scales we want.\* ---------------------------------------------- */@font-face {  font-family: 'ClearSans-Bold';  src: url("/stellaeventhire-co-uk/_img/fonts/ClearSans-Bold.woff") format("woff"), url("/stellaeventhire-co-uk/_img/fonts/ClearSans-Bold.ttf") format("truetype"); }@font-face {  font-family: 'ClearSans-Medium';  src: url("/stellaeventhire-co-uk/_img/fonts/ClearSans-Medium.woff") format("woff"), url("/stellaeventhire-co-uk/_img/fonts/ClearSans-Medium.ttf") format("truetype"); }@font-face {  font-family: 'ClearSans-Regular';  src: url("/stellaeventhire-co-uk/_img/fonts/ClearSans-Regular.woff") format("woff"), url("/stellaeventhire-co-uk/_img/fonts/ClearSans-Regular.ttf") format("truetype"); }h1, h2, h3, h4, h5, h6 {  font-family: "ClearSans-Medium", "Arial Narrow", Arial, sans-serif;  font-style: normal;  color: inherit;  text-rendering: optimizeLegibility;  margin: 2em 0 0.75em;  line-height: 1.2; }  h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {    margin-top: 0; }h1, .h1 {  font-family: "ClearSans-Medium", "Arial Narrow", Arial, sans-serif;  font-size: 2.48832em; }  @media (min-width: 30em) {    h1, .h1 {      font-size: 2.98598em; } }  @media (min-width: 75em) {    h1, .h1 {      font-size: 3.58318em; } }h2, .h2 {  font-family: "ClearSans-Medium", "Arial Narrow", Arial, sans-serif;  font-size: 2.0736em; }  @media (min-width: 26.25em) {    h2, .h2 {      font-size: 2.48832em; } }  @media (min-width: 51.25em) {    h2, .h2 {      font-size: 2.98598em; } }h3, .h3 {  font-family: "ClearSans-Bold", "Arial Narrow", Arial, sans-serif;  font-size: 2.0736em; }h4, .h4 {  font-family: "ClearSans-Bold", "Arial Narrow", Arial, sans-serif;  font-size: 1.728em; }h5, .h5 {  font-family: "ClearSans-Bold", "Arial Narrow", Arial, sans-serif;  font-size: 1.44em;  line-height: 1.4; }h6, .h6 {  font-family: "Muli", Arial, "Helvetica Neue", Helvetica, sans-serif;  font-size: 1.2em;  font-weight: 400;  line-height: 1.6; }p, .p {  font-family: "Muli", Arial, "Helvetica Neue", Helvetica, sans-serif;  font-weight: 300;  font-size: 1em;  line-height: 1.7;  text-rendering: optimizeLegibility;  -webkit-font-smoothing: antialiased;  -moz-osx-font-smoothing: grayscale; }  p:not(:last-child), .p:not(:last-child) {    margin-bottom: 1.4em; }strong {  font-family: "Muli", Arial, "Helvetica Neue", Helvetica, sans-serif;  font-style: bold;  font-weight: 800; }em {  font-family: "Muli", Arial, "Helvetica Neue", Helvetica, sans-serif;  font-style: italic; }/* -----------------------------------------  10.0. Nav----------------------------------------- *//* ---------------------------------------------- *  Partial: nav  All navigation styles here. This is sort that we can try keep things seperated and easy to maintain. You can  include all global navigation styles here.\* ---------------------------------------------- */.main-nav {  display: none; }  .main-nav .nav > ul {    display: -webkit-flex;    display: -ms-flexbox;    display: flex;    -webkit-justify-content: space-around;        -ms-flex-pack: distribute;            justify-content: space-around; }    .main-nav .nav > ul > li {      float: left;      position: relative;      list-style: none;      text-align: center;      -webkit-flex: auto;          -ms-flex: auto;              flex: auto;      position: relative; }      .main-nav .nav > ul > li > a {        text-decoration: none;        color: #FFFFFF;        display: block;        padding: 1.5em 1em;        font-family: "Muli", Arial, "Helvetica Neue", Helvetica, sans-serif;        font-weight: 700;        font-size: 0.75em; }        @media (min-width: 68.75em) {          .main-nav .nav > ul > li > a {            font-size: 0.835em; } }        @media (min-width: 75em) {          .main-nav .nav > ul > li > a {            font-size: 0.9375; } }        .scrolled .main-nav .nav > ul > li > a {          padding: 0.65em 0;          line-height: 2;          height: 100%; }        .main-nav .nav > ul > li > a:hover {          color: #33aecf; }      .main-nav .nav > ul > li:not(:last-child) > a {        border-right: 1px solid rgba(255, 255, 255, 0.3); }      .main-nav .nav > ul > li.liLinkActive {        background-color: #ffc119; }        .main-nav .nav > ul > li.liLinkActive > a {          color: #0f3f96; }        .main-nav .nav > ul > li.liLinkActive:hover {          background-color: #ffc119; }          .main-nav .nav > ul > li.liLinkActive:hover > a {            color: #0f3f96; }      .main-nav .nav > ul > li.parent > a {        position: relative; }        .main-nav .nav > ul > li.parent > a:after {          content: "▼";          display: inline-block;          font-size: 0.875em;          margin-left: 3px; }      .main-nav .nav > ul > li:hover {        background-color: #0a2c68; }        .main-nav .nav > ul > li:hover > a {          color: #33aecf; }        .main-nav .nav > ul > li:hover > .ecommMenuItems, .main-nav .nav > ul > li:hover > ul {          visibility: visible;          -webkit-animation: fade-in-down 300ms ease-out forwards;                  animation: fade-in-down 300ms ease-out forwards; }          .no-cssanimations .main-nav .nav > ul > li:hover > .ecommMenuItems, .no-cssanimations .main-nav .nav > ul > li:hover > ul {            display: block; }      .main-nav .nav > ul > li > .ecommMenuItems, .main-nav .nav > ul > li > ul {        position: absolute;        top: 100%;        padding: 1rem 0.5rem;        min-width: 110%;        background-color: rgba(10, 44, 104, 0.95);        box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);        left: 0;        text-align: left;        opacity: 0;        visibility: hidden;        -webkit-transform: translateY(-100%);            -ms-transform: translateY(-100%);                transform: translateY(-100%); }        .no-cssanimations .main-nav .nav > ul > li > .ecommMenuItems, .no-cssanimations .main-nav .nav > ul > li > ul {          display: none; }        .main-nav .nav > ul > li > .ecommMenuItems > .ecommMenuItem, .main-nav .nav > ul > li > .ecommMenuItems li, .main-nav .nav > ul > li > ul > .ecommMenuItem, .main-nav .nav > ul > li > ul li {          display: block; }          .main-nav .nav > ul > li > .ecommMenuItems > .ecommMenuItem a, .main-nav .nav > ul > li > .ecommMenuItems li a, .main-nav .nav > ul > li > ul > .ecommMenuItem a, .main-nav .nav > ul > li > ul li a {            display: block;            white-space: nowrap;            padding: 0.5em 1em;            font-family: "Muli", Arial, "Helvetica Neue", Helvetica, sans-serif;            color: #fff;            font-size: 14px; }          .main-nav .nav > ul > li > .ecommMenuItems > .ecommMenuItem:hover a, .main-nav .nav > ul > li > .ecommMenuItems li:hover a, .main-nav .nav > ul > li > ul > .ecommMenuItem:hover a, .main-nav .nav > ul > li > ul li:hover a {            color: #33aecf; }          .main-nav .nav > ul > li > .ecommMenuItems > .ecommMenuItem > ul, .main-nav .nav > ul > li > .ecommMenuItems li > ul, .main-nav .nav > ul > li > ul > .ecommMenuItem > ul, .main-nav .nav > ul > li > ul li > ul {            display: none; }          .main-nav .nav > ul > li > .ecommMenuItems > .ecommMenuItem .category-icon, .main-nav .nav > ul > li > .ecommMenuItems li .category-icon, .main-nav .nav > ul > li > ul > .ecommMenuItem .category-icon, .main-nav .nav > ul > li > ul li .category-icon {            display: none; }.mobile-nav {  opacity: 0;  visibility: hidden;  z-index: -1;  position: fixed;  top: 0;  left: 0;  width: 100%;  height: 100%;  background-color: #FFFFFF;  padding: 7.5em 0 3em;  display: -webkit-flex;  display: -ms-flexbox;  display: flex;  -webkit-align-items: start;      -ms-flex-align: start;          align-items: start;  -webkit-justify-content: center;      -ms-flex-pack: center;          justify-content: center;  overflow-y: scroll;  -webkit-transform: translateX(-110%);      -ms-transform: translateX(-110%);          transform: translateX(-110%);  -ms-overflow-style: -ms-autohiding-scrollbar;  transition: opacity 250ms ease-out, -webkit-transform 400ms ease-out;  transition: opacity 250ms ease-out, transform 400ms ease-out;  transition: opacity 250ms ease-out, transform 400ms ease-out, -webkit-transform 400ms ease-out; }  @media (min-width: 48em) {    .mobile-nav {      padding: 9em 0 4em; } }  .mobile-nav::-webkit-scrollbar {    width: 0 !important; }  .show-menu .mobile-nav {    opacity: 1;    visibility: visible;    z-index: 1000;    -webkit-transform: translateX(0);        -ms-transform: translateX(0);            transform: translateX(0); }  @media (min-width: 64.375em) {    .mobile-nav {      opacity: 0;      visibility: hidden;      z-index: -1; } }  .mobile-nav .category-icon {    display: none; }  .mobile-nav .nav {    margin: 0;    -webkit-backface-visibility: hidden;            backface-visibility: hidden;    width: 100%;    padding: 0 1rem; }    @media (min-width: 26.25em) {      .mobile-nav .nav {        padding: 0 3%; } }    .mobile-nav .nav > ul {      height: 100%;      -webkit-backface-visibility: hidden;              backface-visibility: hidden; }      .mobile-nav .nav > ul > li {        border-bottom: 1px solid rgba(0, 0, 0, 0.1); }        .mobile-nav .nav > ul > li:first-child {          border-top: 1px solid rgba(0, 0, 0, 0.1); }    .mobile-nav .nav li {      display: block; }      .cssanimations .mobile-nav .nav li {        opacity: 0;        -webkit-transform: translateX(-20px);            -ms-transform: translateX(-20px);                transform: translateX(-20px); }      .show-menu .mobile-nav .nav li {        -webkit-animation: fade-in-left 300ms ease-out forwards;                animation: fade-in-left 300ms ease-out forwards; }      .mobile-nav .nav li.parent > a {        display: inline-block;        vertical-align: middle;        display: block; }        .mobile-nav .nav li.parent > a:after {          content: "";          background-image: url(/stellaeventhire-co-uk/_img/images/svg/cross.svg);          background-position: 50% 50%;          background-size: contain;          background-repeat: no-repeat;          color: #222;          display: inline-block;          height: 0.75em;          width: 0.75em;          position: relative;          left: 1rem;          top: 1px;          line-height: 1;          font-size: 16px;          -ms-transform: rotate(0deg);          -webkit-transform: rotate(0deg);                  transform: rotate(0deg);          transition: -webkit-transform 300ms ease-out;          transition: transform 300ms ease-out;          transition: transform 300ms ease-out, -webkit-transform 300ms ease-out; }        .mobile-nav .nav li.parent > a:hover:after {          color: #33aecf; }      .mobile-nav .nav li.parent.open > a:after {        -webkit-transform: rotate(225deg);            -ms-transform: rotate(225deg);                transform: rotate(225deg); }      .mobile-nav .nav li > a {        padding: 0.3em 2em 0.3em 0;        display: block;        font-size: 16px;        line-height: 1.75;        color: #333;        font-family: "ClearSans-Bold", "Arial Narrow", Arial, sans-serif;        transition: opacity 300ms ease-out; }        @media (min-width: 30em) {          .mobile-nav .nav li > a {            line-height: 2.5; } }        .open .mobile-nav .nav li > a a {          opacity: 0.7; }        .mobile-nav .nav li > a:hover {          color: #33aecf;          text-decoration: none; }      .mobile-nav .nav li.open > .ecommMenuItems, .mobile-nav .nav li.open > ul {        display: block; }      .mobile-nav .nav li > .ecommMenuItems, .mobile-nav .nav li > ul {        padding-bottom: 1em;        display: none; }        .mobile-nav .nav li > .ecommMenuItems .ecommMenuItem ul, .mobile-nav .nav li > ul .ecommMenuItem ul {          display: none; }        .show-menu .mobile-nav .nav li > .ecommMenuItems .ecommMenuItem, .show-menu .mobile-nav .nav li > .ecommMenuItems .overview-link, .show-menu .mobile-nav .nav li > .ecommMenuItems li, .show-menu .mobile-nav .nav li > ul .ecommMenuItem, .show-menu .mobile-nav .nav li > ul .overview-link, .show-menu .mobile-nav .nav li > ul li {          -webkit-animation: fade-in-up-big 300ms ease-out forwards;                  animation: fade-in-up-big 300ms ease-out forwards; }        .mobile-nav .nav li > .ecommMenuItems .ecommMenuItem a, .mobile-nav .nav li > .ecommMenuItems .overview-link a, .mobile-nav .nav li > .ecommMenuItems li a, .mobile-nav .nav li > ul .ecommMenuItem a, .mobile-nav .nav li > ul .overview-link a, .mobile-nav .nav li > ul li a {          font-size: 14px;          font-family: "Muli", Arial, "Helvetica Neue", Helvetica, sans-serif;          line-height: 2;          font-weight: 300;          color: rgba(51, 51, 51, 0.85);          padding: 0.25rem 1rem 0.25rem 1rem;          display: block; }          .mobile-nav .nav li > .ecommMenuItems .ecommMenuItem a:hover, .mobile-nav .nav li > .ecommMenuItems .overview-link a:hover, .mobile-nav .nav li > .ecommMenuItems li a:hover, .mobile-nav .nav li > ul .ecommMenuItem a:hover, .mobile-nav .nav li > ul .overview-link a:hover, .mobile-nav .nav li > ul li a:hover {            color: #333; }          .mobile-nav .nav li > .ecommMenuItems .ecommMenuItem a:first-letter, .mobile-nav .nav li > .ecommMenuItems .overview-link a:first-letter, .mobile-nav .nav li > .ecommMenuItems li a:first-letter, .mobile-nav .nav li > ul .ecommMenuItem a:first-letter, .mobile-nav .nav li > ul .overview-link a:first-letter, .mobile-nav .nav li > ul li a:first-letter {            text-transform: uppercase; }        .mobile-nav .nav li > .ecommMenuItems .overview-link a, .mobile-nav .nav li > ul .overview-link a {          font-size: 16px;          font-weight: 600; }.mobile-contact, .mobile-login {  padding: 1em 2em 1em 0;  display: block;  font-size: 15px;  line-height: 1.75;  color: #666666;  font-family: "ClearSans-Medium", "Arial Narrow", Arial, sans-serif;  transition: opacity 300ms ease-out;  opacity: 0;  -webkit-transform: translateY(20px);      -ms-transform: translateY(20px);          transform: translateY(20px); }  @media (min-width: 30em) {    .mobile-contact, .mobile-login {      line-height: 2.5; } }  .show-menu .mobile-contact, .show-menu .mobile-login {    -webkit-animation: fade-in-up 300ms ease-out forwards 600ms;            animation: fade-in-up 300ms ease-out forwards 600ms; }  .mobile-contact > div, .mobile-login > div {    line-height: 1.8; }    .mobile-contact > div a, .mobile-login > div a {      display: block;      color: #666666; }      .mobile-contact > div a:hover, .mobile-login > div a:hover {        color: #33aecf; }  .mobile-contact .loginSpacer, .mobile-login .loginSpacer {    display: none; }.mobile-login {  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }.show-menu .mobile-contact {  -webkit-animation-delay: 750ms;          animation-delay: 750ms; }/* -----------------------------------------  11.0. Header----------------------------------------- */header {  width: 100%;  position: relative;  z-index: 1005; }  header.scrolled {    position: fixed;    -webkit-animation: fade-in-down 300ms ease-out forwards;            animation: fade-in-down 300ms ease-out forwards; }  .show-menu.scrolled header {    -webkit-animation: none;            animation: none; }.top-bar {  background-color: #33aecf;  padding: 8px 0;  font-size: 13px;  width: 100%;  display: none; }  @media (min-width: 30em) {    .top-bar {      display: inline-block; } }  .show-menu .top-bar {    display: none; }  .top-bar .container {    display: -webkit-flex;    display: -ms-flexbox;    display: flex;    -webkit-align-items: center;        -ms-flex-align: center;            align-items: center; }.top-links {  display: inline-block;  vertical-align: middle;  width: 100%;  -webkit-flex-basis: auto;      -ms-flex-preferred-size: auto;          flex-basis: auto; }  @media (min-width: 40em) {    .top-links {      width: calc(100% - 180px); } }  @media (min-width: 68.75em) {    .top-links {      width: 400px; } }  .top-links li {    display: inline-block;    margin: 0 5px; }    .top-links li a {      color: #fff;      font-weight: 400; }      .top-links li a:hover {        text-decoration: underline; }.top-slogan {  display: none;  width: calc(100% - 795px);  -webkit-flex-basis: auto;      -ms-flex-preferred-size: auto;          flex-basis: auto;  text-align: center;  color: #fff;  font-weight: 700;  -webkit-flex: 2;      -ms-flex: 2;          flex: 2; }  @media (min-width: 68.75em) {    .top-slogan {      display: inline-block; } }.top-social {  display: none;  width: 180px;  -webkit-flex-basis: auto;      -ms-flex-preferred-size: auto;          flex-basis: auto;  vertical-align: middle;  text-align: right; }  @media (min-width: 40em) {    .top-social {      display: inline-block; } }  .top-social__inner {    display: inline-block; }.social-icon {  height: 2.2em;  width: 2.2em;  margin-left: 1px;  display: inline-block;  vertical-align: middle;  transition: -webkit-transform 200ms ease-out;  transition: transform 200ms ease-out;  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out; }  .social-icon svg {    height: 2.2em;    width: 2.2em;    fill: #fff; }  .social-icon a {    display: block; }  .social-icon:hover {    -webkit-transform: scale(1.1);        -ms-transform: scale(1.1);            transform: scale(1.1); }.main-bar {  width: 100%;  padding: 5px 0;  background-color: #fff; }  @media (min-width: 0) and (max-width: 64.375em) {    .main-bar {      border-bottom: 1px solid #ccc; } }  .main-bar .container {    display: -webkit-flex;    display: -ms-flexbox;    display: flex;    -webkit-justify-content: space-between;        -ms-flex-pack: justify;            justify-content: space-between;    -webkit-align-items: center;        -ms-flex-align: center;            align-items: center;    padding: 0 1em; }    @media (min-width: 37.5em) {      .main-bar .container {        padding: 0 1.5em; } }  .scrolled .main-bar {    border-bottom: none; }    @media (min-width: 0) and (max-width: 64.375em) {      .scrolled .main-bar {        position: fixed;        top: 0;        left: 0;        width: 100%;        box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.2); } }  .show-menu .main-bar {    border-bottom: none;    box-shadow: none; }.main-logo {  display: inline-block;  vertical-align: middle;  padding-right: 3em; }  .main-logo img {    transition: max-width 300ms ease-out;    max-width: 75px; }    @media (min-width: 37.5em) {      .main-logo img {        max-width: 85px; } }    @media (min-width: 64.375em) {      .main-logo img {        max-width: 120px; } }  @media (min-width: 64.375em) {    .main-logo {      -webkit-flex: 1;          -ms-flex: 1;              flex: 1; } }  @media (min-width: 64.375em) {    .main-logo {      -webkit-flex: auto;          -ms-flex: auto;              flex: auto;      width: 160px; } }  .scrolled .main-logo img, .show-menu .main-logo img {    max-width: 75px; }    @media (min-width: 37.5em) {      .scrolled .main-logo img, .show-menu .main-logo img {        max-width: 95px; } }.main-bar__search {  display: inline-block;  padding: 0.5em;  vertical-align: middle;  -webkit-flex-basis: auto !important;      -ms-flex-preferred-size: auto !important;          flex-basis: auto !important;  -webkit-flex: 2;      -ms-flex: 2;          flex: 2;  width: 100%;  position: absolute;  z-index: 100;  left: 0;  background-image: linear-gradient(104deg, #0f429d, #032157);  -webkit-transform: translateY(-200px);      -ms-transform: translateY(-200px);          transform: translateY(-200px);  opacity: 0;  transition: opacity 500ms ease-out, -webkit-transform 400ms ease-out;  transition: transform 400ms ease-out, opacity 500ms ease-out;  transition: transform 400ms ease-out, opacity 500ms ease-out, -webkit-transform 400ms ease-out;  top: 100%; }  @media (min-width: 37.5em) {    .main-bar__search {      padding: 1em; } }  .main-bar__search.open {    -webkit-transform: translateY(0);        -ms-transform: translateY(0);            transform: translateY(0);    opacity: 1; }  .show-menu .main-bar__search {    -webkit-transform: translateY(-200px);        -ms-transform: translateY(-200px);            transform: translateY(-200px);    opacity: 0; }  @media (min-width: 64.375em) {    .main-bar__search {      position: relative;      width: calc(100% - 750px);      background-image: none;      padding: 0 2em 0 0;      -webkit-transform: none;          -ms-transform: none;              transform: none;      top: auto;      opacity: 1; } }  @media (min-width: 78.125em) {    .main-bar__search {      padding: 0 0 0 2em; } }  .main-bar__search form {    margin: auto;    position: relative; }    @media (min-width: 75em) {      .main-bar__search form {        width: 80%; } }  .main-bar__search input[type="text"] {    box-shadow: none;    border-radius: 30px;    margin: 0;    padding: 1rem 3.5rem 1rem 1.5rem; }  .main-bar__search a {    position: absolute;    right: 1.5rem;    top: 50%;    -webkit-transform: translateY(-50%);        -ms-transform: translateY(-50%);            transform: translateY(-50%);    font-size: 0;    width: 1.5rem;    height: 1.5rem; }    .main-bar__search a:after {      content: "";      display: inline-block;      position: absolute;      left: 0;      top: 0;      width: 1.5rem;      height: 1.5rem;      background-position: 50% 50%;      background-size: contain;      background-repeat: no-repeat;      background-image: url("/stellaeventhire-co-uk/_img/images/svg/search.svg"); }.main-bar__search-button {  display: inline-block;  width: 3em;  height: 3em;  position: relative;  top: -3px; }  @media (min-width: 48em) {    .main-bar__search-button {      width: 3em;      height: 3em; } }  @media (min-width: 64.375em) {    .main-bar__search-button {      display: none; } }  @media (min-width: 64.375em) {    .main-bar__search-button {      width: 4em;      height: 4em; } }  .show-menu .main-bar__search-button {    display: none; }  .main-bar__search-button span {    display: -webkit-flex;    display: -ms-flexbox;    display: flex;    -webkit-align-items: center;        -ms-flex-align: center;            align-items: center;    -webkit-justify-content: center;        -ms-flex-pack: center;            justify-content: center;    height: 100%; }    .main-bar__search-button span:after {      content: "";      display: inline-block;      width: 1.5rem;      height: 1.5rem;      background-position: 50% 50%;      background-size: contain;      background-repeat: no-repeat;      background-image: url("/stellaeventhire-co-uk/_img/images/svg/search.svg"); }  .main-bar__search-button.active span:after {    background-image: url("/stellaeventhire-co-uk/_img/images/svg/delete.svg"); }.main-bar__contact {  display: none;  vertical-align: middle;  font-weight: 700;  margin-right: 1em;  -webkit-flex: 1;      -ms-flex: 1;          flex: 1; }  @media (min-width: 64.375em) {    .main-bar__contact {      width: 270px;      display: inline-block;      margin-right: 2em; } }  @media (min-width: 75em) {    .main-bar__contact {      width: 300px;      margin-right: 4em; } }  .show-menu .main-bar__contact, .scrolled .main-bar__contact {    display: none; }  .main-bar__contact a {    color: #333; }    .main-bar__contact a:hover {      color: #33aecf; }  .main-bar__contact span {    padding-left: 2em;    position: relative; }    .main-bar__contact span:after {      content: "";      display: inline-block;      position: absolute;      left: 0;      top: 0;      width: 1.25em;      height: 1.25em;      background-position: 50% 50%;      background-size: contain;      background-repeat: no-repeat; }  .main-bar__contact-phone span:after {    background-image: url("/stellaeventhire-co-uk/_img/images/svg/phone.svg"); }  .main-bar__contact-email span:after {    background-image: url("/stellaeventhire-co-uk/_img/images/svg/email.svg"); }.main-bar__basket {  display: inline-block;  vertical-align: middle;  text-align: center;  padding: 1em 0.75em 0.75em;  margin-left: auto; }  @media (min-width: 64.375em) {    .main-bar__basket {      margin-left: 0;      border: 2px solid #0f3f96; } }  @media (min-width: 64.375em) {    .main-bar__basket {      margin-right: 0;      width: 210px;      -webkit-flex: auto;          -ms-flex: auto;              flex: auto; } }  .scrolled .main-bar__basket {    margin-left: auto;    border: none;    margin-right: 0;    -webkit-flex: 0;        -ms-flex: 0;            flex: 0; }  .show-menu .main-bar__basket {    display: none; }  .main-bar__basket .basket-links {    display: none; }    @media (min-width: 64.375em) {      .main-bar__basket .basket-links {        display: inline-block; } }    .main-bar__basket .basket-links a {      font-size: 13px;      color: #33aecf; }      .main-bar__basket .basket-links a:hover {        text-decoration: underline; }    .scrolled .main-bar__basket .basket-links {      display: none; }  .main-bar__basket #displayLogin {    font-size: 0.83333em;    font-weight: 700;    color: #33aecf; }  .main-bar__basket .loginSpacer {    padding: 0 3px; }  .main-bar__basket .basketWrap a {    display: inline-block;    position: relative; }  .main-bar__basket .basketIcon:after {    content: "";    position: relative;    display: inline-block;    width: 1.5rem;    height: 1.5rem;    background-position: 50% 50%;    background-size: contain;    background-repeat: no-repeat;    background-image: url("/stellaeventhire-co-uk/_img/images/svg/cart.svg"); }  .main-bar__basket .basketText, .main-bar__basket .basketArrow {    display: none; }  .main-bar__basket .basketCount {    padding: 0.25rem;    border-radius: 20px;    background: #33aecf;    color: #fff;    font-weight: 700;    position: absolute;    line-height: 1.3;    font-size: 13px;    top: -9px;    right: -60%;    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);    min-width: 24px;    display: inline-block; }.nav-bar {  background-image: linear-gradient(0deg, #022d6d, #11428c 44%, #3f6fb8 66%, #5c8bd1 78%, #4f80ca 87%, #3673ce);  transition: all 300ms ease-out; }  .scrolled .nav-bar {    position: fixed;    top: 0;    left: 0;    width: 100%; }  .nav-bar .container {    padding: 0; }    @media (min-width: 93.75em) {      .nav-bar .container {        padding: 0 2em; } }.main-nav {  width: 100%;  display: none;  vertical-align: middle;  transition: width 300ms ease-out; }  .main-nav .basket-wrap, .main-nav #editirMiniBasket1 {    display: none;    text-align: center;    height: auto;    width: auto; }    .main-nav .basket-wrap a, .main-nav #editirMiniBasket1 a {      display: inline-block;      position: relative; }  .main-nav .basketIcon:after {    content: "";    position: relative;    display: inline-block;    top: 5px;    width: 1.25rem;    height: 1.25rem;    background-position: 50% 50%;    background-size: contain;    background-repeat: no-repeat;    background-image: url("/stellaeventhire-co-uk/_img/images/svg/cart-white.svg"); }  .main-nav .basketCount {    padding: 0.25rem;    border-radius: 20px;    background: #33aecf;    color: #fff;    font-weight: 700;    position: absolute;    line-height: 1.3;    font-size: 13px;    top: -3px;    left: 75%;    min-width: 24px;    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15); }  .main-nav .basketText, .main-nav .basketArrow {    display: none; }  .main-nav .basketWrap {    padding: 0.35em 0; }  @media (min-width: 64.375em) {    .main-nav {      display: inline-block; } }  .scrolled .main-nav .basket-wrap, .scrolled .main-nav #editirMiniBasket1 {    display: inline-block;    -webkit-flex: 1;        -ms-flex: 1;            flex: 1; }.nav-button {  display: inline-block;  width: 4em;  text-align: right;  vertical-align: middle; }  @media (min-width: 30em) {    .nav-button {      width: 4em; } }  @media (min-width: 64.375em) {    .nav-button {      display: none; } }/* -----------------------------------------  12.0. Content----------------------------------------- *//*! * Hamburgers * @description Tasty CSS-animated hamburgers * @author Jonathan Suh @jonsuh * @site https://jonsuh.com/hamburgers * @link https://github.com/jonsuh/hamburgers */.hamburger {  display: inline-block;  cursor: pointer;  transition-property: opacity, -webkit-filter;  transition-property: opacity, filter;  transition-property: opacity, filter, -webkit-filter;  transition-duration: 0.15s;  transition-timing-function: linear;  font: inherit;  color: inherit;  text-transform: none;  background-color: transparent;  border: 0;  margin: 0;  outline: none;  overflow: visible; }.hamburger:hover .hamburger-inner, .hamburger:hover .hamburger-inner::before, .hamburger:hover .hamburger-inner::after {  background-color: #33aecf; }.hamburger-box {  width: 40px;  height: 24px;  display: inline-block;  position: relative; }.hamburger-inner {  display: block;  top: 50%;  margin-top: -2px; }.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {  width: 40px;  height: 4px;  background-color: #0f3f96;  border-radius: 4px;  position: absolute;  transition-property: -webkit-transform;  transition-property: transform;  transition-property: transform, -webkit-transform;  transition-duration: 0.15s;  transition-timing-function: ease; }.hamburger-inner::before, .hamburger-inner::after {  content: "";  display: block; }.hamburger-inner::before {  top: -10px; }.hamburger-inner::after {  bottom: -10px; }/* * 3DX *//* * Elastic */.hamburger--slider .hamburger-inner {  top: 2px; }.hamburger--slider .hamburger-inner::before {  top: 10px;  transition-property: opacity, -webkit-transform;  transition-property: transform, opacity;  transition-property: transform, opacity, -webkit-transform;  transition-timing-function: ease;  transition-duration: 0.2s; }.hamburger--slider .hamburger-inner::after {  top: 20px; }.hamburger--slider.is-active .hamburger-inner {  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);  transform: translate3d(0, 10px, 0) rotate(45deg); }.hamburger--slider.is-active .hamburger-inner::before {  -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);  opacity: 0; }.hamburger--slider.is-active .hamburger-inner::after {  -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);  transform: translate3d(0, -20px, 0) rotate(-90deg); }/* ---------------------------------------------- *  Partial: buttons  This is a work-in-progress. Please deploy your own method or use my exaple below.   Namespace structure  [interaction][-Button][-Variant]\* ---------------------------------------------- */.button {  display: inline-block; }  .button a {    padding: 1em 2em;    text-transform: uppercase;    font-size: 1em;    color: #333;    background-color: #FFFFFF;    transition: all 300ms ease-out;    display: inline-block;    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15), 0 6px 15px rgba(0, 0, 0, 0.15);    text-align: center;    min-width: 150px;    white-space: nowrap;    font-family: "ClearSans-Bold", "Arial Narrow", Arial, sans-serif; }    .button a:hover {      background-color: #333;      color: #FFFFFF; }.border-button a {  border: 2px solid currentColor;  background-color: transparent; }.border-button.base a {  border-color: #0f3f96;  color: #FFFFFF; }  .border-button.base a:hover {    background-color: #0f3f96; }.border-button.comp a {  border-color: #ffc119;  color: #FFFFFF; }  .border-button.comp a:hover {    background-color: #ffc119;    color: #FFFFFF;    text-shadow: none; }.border-button.white a {  border-color: #FFFFFF;  color: #FFFFFF; }  .border-button.white a:hover {    background-color: #FFFFFF;    color: #333;    text-shadow: none; }.solid-button a {  border: none; }.solid-button.base a {  background-color: #0f3f96;  color: #FFFFFF; }  .solid-button.base a:hover {    background-color: #33aecf; }.solid-button.comp a {  background-color: #ffc119;  color: #FFFFFF; }  .solid-button.comp a:hover {    background-color: #e5a700;    color: #FFFFFF;    text-shadow: none; }.solid-button.white a {  background-color: #FFFFFF;  color: #0f3f96; }  .solid-button.white a:hover {    background-color: #33aecf;    color: #FFFFFF;    text-shadow: none; }.solid-button.grad::before {  content: "";  display: block;  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  z-index: 1;  opacity: 0;  transition: opacity 400ms ease-out;  background-color: #33aecf;  background-image: linear-gradient(to right, #0f3f96, #33aecf); }.solid-button.grad::after {  content: "";  display: block;  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  z-index: 1;  opacity: 1;  transition: opacity 400ms ease-out;  background-color: #0f3f96;  background-image: linear-gradient(to right, #33aecf, #0f3f96); }.solid-button.grad a {  background-color: transparent;  color: #fff;  position: relative;  z-index: 3; }  .solid-button.grad a:hover {    color: #fff;    text-shadow: none; }.solid-button.grad:hover::before {  opacity: 1; }.solid-button.grad:hover::after {  opacity: 0; }.solid-button.grad.grad-dark::before {  background-color: #0f3f96;  background-image: linear-gradient(to right, #005865, #00808c); }.solid-button.grad.grad-dark::after {  background-color: #032157;  background-image: linear-gradient(to right, #00808c, #005865); }input {  line-height: normal; }input, textarea, keygen, select, button {  text-rendering: auto;  color: initial;  letter-spacing: normal;  word-spacing: normal;  text-transform: none;  text-indent: 0px;  text-shadow: none;  display: inline-block;  text-align: start;  margin: 0em 0em 0em 0em;  font: 13.3333px Arial; }[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea, select {  display: block;  box-sizing: border-box;  width: 100%;  min-height: 45px;  padding: 1rem;  border: 1px solid #cacaca;  margin: 0 0 1rem;  font-family: inherit;  font-size: 1rem;  color: #0a0a0a;  background-color: #fefefe;  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);  box-shadow: none;  border-radius: 0;  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;  -webkit-appearance: none;  -moz-appearance: none; }  @media (min-width: 37.5em) {    [type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea, select {      min-height: 54px; } }  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus, textarea:focus, select:focus {    outline: none; }  [type='text']:focus, [type='text']:hover, [type='password']:focus, [type='password']:hover, [type='date']:focus, [type='date']:hover, [type='datetime']:focus, [type='datetime']:hover, [type='datetime-local']:focus, [type='datetime-local']:hover, [type='month']:focus, [type='month']:hover, [type='week']:focus, [type='week']:hover, [type='email']:focus, [type='email']:hover, [type='number']:focus, [type='number']:hover, [type='search']:focus, [type='search']:hover, [type='tel']:focus, [type='tel']:hover, [type='time']:focus, [type='time']:hover, [type='url']:focus, [type='url']:hover, [type='color']:focus, [type='color']:hover, textarea:focus, textarea:hover, select:focus, select:hover {    border-color: #33aecf; }.selectList {  position: relative; }  .selectList select {    padding-right: 1.25rem; }  .selectList:after {    content: "▼";    position: absolute;    right: 8px;    top: 2.3em;    font-size: 11px; }    @media (min-width: 35em) {      .selectList:after {        top: 2.5em; } }textarea {  border-radius: 0;  max-width: 100%;  height: auto;  min-height: 8em;  max-height: 8em;  border-radius: 0;  overflow: auto; }label {  display: block;  margin: 0;  font-size: 0.875rem;  font-weight: normal;  line-height: 1.8;  color: #0a0a0a; }input[type="submit"] {  padding: 0.8em 3em;  text-transform: uppercase;  font-size: 18px;  color: #FFFFFF;  border: none;  background-color: #33aecf;  transition: all 300ms ease-out;  display: inline-block;  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);  text-align: center;  min-width: 150px;  border-radius: 0;  white-space: nowrap;  font-family: "ClearSans-Medium", "Arial Narrow", Arial, sans-serif;  font-weight: 600;  cursor: pointer;  -webkit-appearance: none;  -moz-appearance: none; }  input[type="submit"]:hover {    background-color: #032157;    color: #FFFFFF;    text-decoration: none; }input[type="file"] {  width: 100%;  padding: 1rem;  border: 1px solid #cacaca;  margin-bottom: 2em;  border-radius: 0; }.inputset {  position: relative; }.form_error_wrap {  display: none; }.form_error_specific {  color: red;  position: absolute;  top: 3px;  right: 2px;  line-height: 1;  font-size: 11px; }.error, #pnlStockError > p, .errorStockError {  background-color: #fcbca6;  padding: 1em;  border: 1px solid firebrick;  font-size: 0.875rem;  color: firebrick;  margin-bottom: 2em; }  @media (min-width: 40em) {    .error, #pnlStockError > p, .errorStockError {      padding: 2rem 3rem; } }.errorTitle {  font-weight: 700;  margin-bottom: 5px; }.errorItem {  padding: 2px 0; }.alert, .existingCustomerAlert p, .noProductsListed, .no-search-results {  padding: 1em;  color: #d68f15;  background-color: #fbf5db;  border: 1px solid #d68f15;  font-size: 0.875rem;  font-weight: 700; }  @media (min-width: 40em) {    .alert, .existingCustomerAlert p, .noProductsListed, .no-search-results {      padding: 2rem 3rem; } }.success {  padding: 1em;  color: green;  background-color: MintCream;  border: 1px solid green;  font-size: 0.875rem;  font-weight: 700;  margin-bottom: 1em; }  @media (min-width: 40em) {    .success {      padding: 2rem 3rem; } }/*Blog*/#s2371082 .page-wrapper {  opacity: 0;  transition: opacity ease-out 400ms; }#s2371082.pace-done .page-wrapper {  opacity: 1; }.page-loaded .blog-hero .hero__content h1 {  -webkit-animation-delay: 700ms;          animation-delay: 700ms; }.page-loaded .blog-hero .hero__content h3 {  -webkit-animation-delay: 500ms;          animation-delay: 500ms; }.blog-page {  padding: 0; }  .blog-page #listNews {    display: -webkit-flex;    display: -ms-flexbox;    display: flex;    -webkit-flex-wrap: wrap;        -ms-flex-wrap: wrap;            flex-wrap: wrap;    -webkit-justify-content: flex-start;        -ms-flex-pack: start;            justify-content: flex-start;    width: 100%;    width: 100%;    margin: auto;    padding: 4em 2em 3em;    max-width: 1650px; }  .blog-page .newsItem {    padding-bottom: 2rem;    cursor: pointer; }  .blog-page .listNewsItem {    width: 97%;    -webkit-flex-basis: 100%;        -ms-flex-preferred-size: 100%;            flex-basis: 100%;    margin: 1.5%;    text-align: left;    -webkit-transform: scale(1);        -ms-transform: scale(1);            transform: scale(1);    transition: -webkit-transform 250ms ease-out;    transition: transform 250ms ease-out;    transition: transform 250ms ease-out, -webkit-transform 250ms ease-out; }    .no-flexbox .blog-page .listNewsItem {      display: inline-block;      vertical-align: top; }    @media (min-width: 30em) {      .blog-page .listNewsItem {        width: calc(47% - 5px);        -webkit-flex-basis: 47%;            -ms-flex-preferred-size: 47%;                flex-basis: 47%; } }    @media (min-width: 57.5em) {      .blog-page .listNewsItem {        width: calc(31.333% - 5px);        -webkit-flex-basis: 31.333%;            -ms-flex-preferred-size: 31.333%;                flex-basis: 31.333%;        margin: 1%; } }    .blog-page .listNewsItem:hover {      -webkit-transform: scale(1.025);          -ms-transform: scale(1.025);              transform: scale(1.025); }      .blog-page .listNewsItem:hover .newsImageTop {        box-shadow: 0 8px 25px 0 rgba(51, 51, 51, 0.1), 0 2px 6px rgba(51, 51, 51, 0.1); }    .blog-page .listNewsItem .newsImageTop {      line-height: 0;      display: inline-block;      width: 100%;      opacity: 0;      -webkit-transform: translateX(-20px);          -ms-transform: translateX(-20px);              transform: translateX(-20px);      background-size: cover;      background-position: 50% 50%;      background-repeat: no-repeat;      transition: box-shadow 250ms ease-out; }      .blog-page .listNewsItem .newsImageTop:after {        content: "";        display: block;        padding: 33%; }      .blog-page .listNewsItem .newsImageTop a {        display: block;        line-height: 0; }    .blog-page .listNewsItem .newsTitle {      font-size: 1.2em;      line-height: 1.3;      color: #333;      margin: 0.5rem 0;      opacity: 0;      -webkit-transform: translateY(20px);          -ms-transform: translateY(20px);              transform: translateY(20px); }      @media (min-width: 48em) {        .blog-page .listNewsItem .newsTitle {          font-size: 1.44em;          margin: 1rem 0; } }      .blog-page .listNewsItem .newsTitle a {        color: #333; }    .blog-page .listNewsItem .newsInfoWrap, .blog-page .listNewsItem .newsImageBottom, .blog-page .listNewsItem .newsSummary {      display: none; }    .blog-page .listNewsItem .newsSummaryLink {      margin-top: 0.5em;      opacity: 0;      -webkit-transform: translateY(20px);          -ms-transform: translateY(20px);              transform: translateY(20px); }      .blog-page .listNewsItem .newsSummaryLink a {        padding: 0.5em 0em 0.5em 0;        position: relative;        color: #0f3f96;        font-size: 1.2em; }        .blog-page .listNewsItem .newsSummaryLink a:after {          content: "";          display: block;          width: 100%;          height: 2px;          background-color: #0f3f96;          position: absolute;          bottom: 0;          left: 0;          transition: width 350ms ease-out, color 200ms linear; }        .blog-page .listNewsItem .newsSummaryLink a:hover {          color: #33aecf; }          .blog-page .listNewsItem .newsSummaryLink a:hover:after {            width: 125%;            background-color: #33aecf; }  .page-loaded .blog-page.inviewport .newsImageTop, .page-loaded .previewFrame .blog-page .newsImageTop {    -webkit-animation: fade-in-left 300ms ease-out forwards 750ms;            animation: fade-in-left 300ms ease-out forwards 750ms; }  .page-loaded .blog-page.inviewport .newsTitle, .page-loaded .previewFrame .blog-page .newsTitle {    -webkit-animation: fade-in-up 600ms ease-out forwards 750ms;            animation: fade-in-up 600ms ease-out forwards 750ms; }  .page-loaded .blog-page.inviewport .newsSummaryLink, .page-loaded .previewFrame .blog-page .newsSummaryLink {    -webkit-animation: fade-in-up 750ms ease-out forwards 750ms;            animation: fade-in-up 750ms ease-out forwards 750ms; }.blog-title-inner {  display: none; }#displayIndividualBlogStory {  background-color: #fff;  position: relative; }#displayBlogStory {  width: 90%;  padding: 3em 2em;  margin: auto;  max-width: 840px; }  @media (min-width: 30em) {    #displayBlogStory {      padding: 4em 3em; } }  @media (min-width: 48em) {    #displayBlogStory {      padding: 6em 4em;      width: 80%; } }  #displayBlogStory h1 {    color: #0f3f96;    font-size: 2.0736em;    line-height: 1.2;    margin-bottom: 1.5rem; }    @media (min-width: 30em) {      #displayBlogStory h1 {        font-size: 2.48832em;        margin-bottom: 2rem; } }    @media (min-width: 57.5em) {      #displayBlogStory h1 {        font-size: 2.98598em;        margin-bottom: 2.5rem; } }  #displayBlogStory p {    line-height: 2.1; }  #displayBlogStory .newsInfoWrap {    display: none; }.blogSummaryImageStory {  margin: 0rem -1em 1rem;  position: relative;  line-height: 0; }  @media (min-width: 30em) {    .blogSummaryImageStory {      margin: 0rem -1.5em 2rem; } }  @media (min-width: 48em) {    .blogSummaryImageStory {      margin: 0rem -2em 2rem; } }  @media (min-width: 57.5em) {    .blogSummaryImageStory {      margin: 0rem -2em 3rem; } }  @media (min-width: 64.375em) {    .blogSummaryImageStory {      margin: 0rem -5em 3rem; } }  .blogSummaryImageStory img {    position: relative;    z-index: 5;    width: 100%;    line-height: 0;    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);    box-shadow: 0 8px 25px 0 rgba(51, 51, 51, 0.1), 0 2px 6px rgba(51, 51, 51, 0.1); }.main-content__inner {  max-width: 65em;  margin: auto; }  .wide .main-content__inner {    max-width: 100%; }.main-content ul {  margin-left: 1.25rem;  line-height: 1.6;  margin-bottom: 1rem; }  .main-content ul li {    display: list-item;    list-style-type: disc; }.main-content ol {  margin-left: 1.25rem;  line-height: 1.6;  margin-bottom: 1rem; }  .main-content ol li {    display: list-item;    list-style-type: decimal; }.split-section {  padding: 2em 0; }  .split-section:before, .split-section:after {    content: "";    display: table; }  .split-section:after {    clear: both; }  @media (min-width: 37.5em) {    .split-section {      padding: 3em 0; } }  .split-section:not(:first-child) {    padding-top: 0; }  @media (min-width: 51.25em) {    .split-section__image, .split-section__content {      width: 50%;      float: left;      padding: 0 2.5%; } }  @media (min-width: 78.75em) {    .split-section__image, .split-section__content {      padding: 0 5%; } }  .split-section__content {    opacity: 0;    -webkit-transform: translateX(20px);        -ms-transform: translateX(20px);            transform: translateX(20px);    margin-top: 2em; }    @media (min-width: 20em) {      .split-section__content {        padding: 1em; } }    @media (min-width: 37.5em) {      .split-section__content {        padding: 0 2.5em; } }    @media (min-width: 51.25em) {      .split-section__content {        margin-top: 0;        -webkit-transform: translateX(100px);            -ms-transform: translateX(100px);                transform: translateX(100px); } }    @media (min-width: 81.25em) {      .split-section__content {        padding: 0 4em; } }    @media (min-width: 26.25em) {      .split-section__content p {        padding-left: 2em; } }    .split-section__content h2 {      font-family: "ClearSans-Medium", "Arial Narrow", Arial, sans-serif;      font-size: 2.0736em; }      @media (min-width: 26.25em) {        .split-section__content h2 {          font-size: 2.48832em; } }      @media (min-width: 51.25em) {        .split-section__content h2 {          font-size: 2.48832em; } }      @media (min-width: 78.75em) {        .split-section__content h2 {          font-size: 2.98598em; } }  .split-section__image > * {    position: relative;    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1), 0 10px 30px 0 rgba(0, 0, 0, 0.15); }    .split-section__image > *:before {      display: block;      content: "";      width: 100%;      padding-top: 66%; }      @media (min-width: 51.25em) {        .split-section__image > *:before {          padding-top: 103.17003%; } }      .contact1 .split-section__image > *:before {        padding-top: 0; }  @media (min-width: 51.25em) {    .split-section.reverse .split-section__image {      float: right; } }  @media (min-width: 51.25em) {    .flexbox .split-section {      display: -webkit-flex;      display: -ms-flexbox;      display: flex; }      .flexbox .split-section.reverse {        -webkit-flex-direction: row-reverse;            -ms-flex-direction: row-reverse;                flex-direction: row-reverse; } }  @media (min-width: 75em) {    .flexbox .split-section {      -webkit-align-items: center;          -ms-flex-align: center;              align-items: center; } }  .inviewport .split-section .split-section__content, .inviewport .split-section .split-section__image, .previewFrame .split-section .split-section__content, .previewFrame .split-section .split-section__image {    -webkit-animation: fade-in-up 400ms ease-out forwards;            animation: fade-in-up 400ms ease-out forwards; }.bottom-box {  background: #fff;  box-shadow: 0 6px 28px 0 rgba(0, 0, 0, 0.51);  margin: 2em 0em 0;  padding: 3em 2em;  text-align: center; }  @media (min-width: 37.5em) {    .bottom-box {      margin: 3em 3em 0;      padding: 4em 2em; } }  .bottom-box__blue {    background: #0f3f96;    color: #fff; }    .bottom-box__blue h1, .bottom-box__blue h2, .bottom-box__blue h3 {      color: #fff !important; }  .bottom-box__light-blue {    background: #33aecf;    color: #fff; }    .bottom-box__light-blue h1, .bottom-box__light-blue h2, .bottom-box__light-blue h3 {      color: #fff !important; }  .bottom-box__inner {    max-width: 60em;    margin: auto; }  @media (min-width: 37.5em) {    .event-catering-sub2 .bottom-box {      margin-top: 4em; } }  @media (min-width: 64.375em) {    .event-catering-sub2 .bottom-box {      margin-top: 6em; } }.page-title {  background-color: #0f3f96;  color: #fff;  text-align: center;  padding: 3em 0; }  @media (min-width: 37.5em) {    .page-title {      padding: 4em 0; } }  @media (min-width: 81.25em) {    .page-title {      padding: 6em 0; } }  .page-title h1 {    margin-bottom: 0;    text-transform: uppercase; }.full-page-title {  position: relative; }  .full-page-title::before {    content: "";    display: block;    width: 100%;    height: 100%;    position: absolute;    left: 0;    top: 0;    background-color: rgba(15, 63, 150, 0.9); }  .full-page-title__inner {    position: relative;    z-index: 2;    padding: 5em 0;    color: #fff;    text-align: center; }  .full-page-title .button {    margin-top: 2em; }.about-content1 h1, .about-content1 h2, .about-content1 h3, .about-content2 h1, .about-content2 h2, .about-content2 h3, .event-catering1 h1, .event-catering1 h2, .event-catering1 h3, .event-catering2 h1, .event-catering2 h2, .event-catering2 h3, .event-catering-sub1 h1, .event-catering-sub1 h2, .event-catering-sub1 h3, .event-catering-sub2 h1, .event-catering-sub2 h2, .event-catering-sub2 h3, .event-catering-sub3 h1, .event-catering-sub3 h2, .event-catering-sub3 h3, .delivery1 h1, .delivery1 h2, .delivery1 h3 {  color: #0f3f96; }.about-content1 .split-section, .about-content2 .split-section, .event-catering1 .split-section, .event-catering2 .split-section, .event-catering-sub1 .split-section, .event-catering-sub2 .split-section, .event-catering-sub3 .split-section, .delivery1 .split-section {  padding: 0; }.about-content1 img, .about-content2 img, .event-catering1 img, .event-catering2 img, .event-catering-sub1 img, .event-catering-sub2 img, .event-catering-sub3 img, .delivery1 img {  display: none; }.event-catering1, .event-catering-sub2, .delivery1, .about-content1 {  background-color: #f0efef;  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23000000' fill-opacity='0.06' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E"); }  .event-catering1 .split-section, .event-catering-sub2 .split-section, .delivery1 .split-section, .about-content1 .split-section {    padding-bottom: 0; }.catering-options {  background-color: #f0efef;  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23000000' fill-opacity='0.06' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E"); }  .catering-options__intro {    max-width: 64em;    margin: auto;    text-align: center; }    .catering-options__intro h1, .catering-options__intro h2, .catering-options__intro h3 {      color: #0f3f96; }    @media (min-width: 37.5em) {      .catering-options__intro {        padding: 0 2.5em; } }  .catering-options-wrap {    padding: 1em 0em;    display: -webkit-flex;    display: -ms-flexbox;    display: flex;    -webkit-flex-wrap: wrap;        -ms-flex-wrap: wrap;            flex-wrap: wrap;    -webkit-justify-content: center;        -ms-flex-pack: center;            justify-content: center; }    @media (min-width: 37.5em) {      .catering-options-wrap {        padding: 1em 2.5em; } }    @media (min-width: 57.5em) {      .catering-options-wrap {        padding: 1em 0.5em; } }.catering-option {  width: calc(100% - 12px);  margin: 10px 4px;  display: inline-block;  vertical-align: top;  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05), 0 5px 20px 0 rgba(0, 0, 0, 0.05);  transition: box-shadow 250ms ease-out, top 250ms ease-out;  position: relative;  top: 0;  background-color: #fff;  display: -webkit-flex;  display: -ms-flexbox;  display: flex;  -webkit-flex-direction: column;      -ms-flex-direction: column;          flex-direction: column; }  @media (min-width: 30em) {    .catering-option {      width: calc(50% - 12px);      margin: 4px; } }  @media (min-width: 57.5em) {    .catering-option {      width: calc(25% - 12px); } }  .catering-option:hover {    top: -6px;    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1), 0 10px 30px 0 rgba(0, 0, 0, 0.15); }  .catering-option > a {    display: -webkit-flex;    display: -ms-flexbox;    display: flex;    -webkit-flex-direction: column;        -ms-flex-direction: column;            flex-direction: column;    -webkit-flex: 1;        -ms-flex: 1;            flex: 1; }  .catering-option__top {    position: relative;    background-size: cover;    background-position: 50% 50%;    background-repeat: no-repeat; }    .catering-option__top:before {      display: block;      content: "";      width: 100%;      padding-top: 66%; }      @media (min-width: 51.25em) {        .catering-option__top:before {          padding-top: 66.6%; } }    .catering-option__top:after {      content: "";      position: absolute;      height: 100%;      width: 100%;      top: 0;      left: 0;      background-color: #333;      opacity: 0.15;      mix-blend-mode: overlay; }  .catering-option__title {    position: absolute;    bottom: 1rem;    left: 1rem;    width: calc(100% - 2rem);    color: #fff;    font-family: "ClearSans-Medium", "Arial Narrow", Arial, sans-serif;    font-size: 1.728em;    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.75);    z-index: 2;    line-height: 1.1;    text-transform: uppercase; }  .catering-option__detail {    background-color: #fff;    display: -webkit-flex;    display: -ms-flexbox;    display: flex;    -webkit-flex-direction: column;        -ms-flex-direction: column;            flex-direction: column;    -webkit-flex: 1;        -ms-flex: 1;            flex: 1;    -webkit-justify-content: space-between;        -ms-flex-pack: justify;            justify-content: space-between; }  .catering-option__bullets {    padding: 1em 0.35em 0; }    @media (min-width: 20em) {      .catering-option__bullets {        padding: 1em 0.5em 0; } }    @media (min-width: 37.5em) {      .catering-option__bullets {        padding: 1.5em 1.5em 0; } }    @media (min-width: 57.5em) {      .catering-option__bullets {        padding: 0.5em 0.5em 0; } }    @media (min-width: 71.875em) {      .catering-option__bullets {        padding: 1.5em 1.5em 0; } }    .catering-option__bullets ul {      margin-left: 1.8em;      margin-right: 1em;      margin-bottom: 0.75em; }    .catering-option__bullets li {      padding: 0.75em 0;      font-size: 0.9375em;      font-family: "ClearSans-Regular", "Arial Narrow", Arial, sans-serif;      line-height: 1.4;      position: relative;      color: #444;      list-style-type: none !important; }      .catering-option__bullets li:before {        content: "";        display: inline-block;        position: absolute;        left: -1.3rem;        top: 1rem;        -webkit-transform: translateY(-50%);            -ms-transform: translateY(-50%);                transform: translateY(-50%);        height: 1rem;        width: 1rem;        background-size: contain;        background-repeat: no-repeat;        background-image: url("/stellaeventhire-co-uk/_img/images/svg/blue-star.svg"); }        @media (min-width: 51.25em) {          .catering-option__bullets li:before {            height: 1.3rem;            width: 1.3rem;            left: -1.8rem;            top: 1.375rem; } }      .catering-option__bullets li:not(:last-child):after {        content: "";        position: absolute;        display: block;        width: calc(100% + 2em);        position: relative;        left: -1.25em;        bottom: -0.75em;        background-color: #eee;        height: 1px; }  .catering-option__price {    text-align: center;    padding: 0.5em 1.5em 1.5em; }    .catering-option__price span {      display: block; }    .catering-option__price .price-pre, .catering-option__price .price-post {      color: #888;      text-transform: uppercase;      letter-spacing: 1px;      font-size: 0.69444em;      font-weight: 600;      line-height: 1; }    .catering-option__price .price-post {      font-weight: 800; }    .catering-option__price .price-fig {      font-size: 3.58318em;      font-family: "ClearSans-Bold", "Arial Narrow", Arial, sans-serif;      color: #0f3f96;      margin: 1px 0 7px 0;      line-height: 1; }  .catering-option__button {    width: 100%;    padding: 0.5em 0.75em 0.75em; }    .catering-option__button span {      padding: 1em 0.5em;      background-color: #0f3f96;      color: #fff;      display: block;      text-align: center;      font-family: "ClearSans-Bold", "Arial Narrow", Arial, sans-serif;      text-transform: uppercase;      transition: background 250ms ease-out; }      .catering-option__button span:hover {        background-color: #33aecf; }.contact-banner {  max-width: 64em;  margin: auto;  padding: 1em 1em 0;  text-align: center; }  @media (min-width: 37.5em) {    .contact-banner {      padding: 2em 1em 0; } }.event-catering-sub1 li, .event-catering-sub2 li, .event-catering-sub3 li {  font-family: "ClearSans-Medium", "Arial Narrow", Arial, sans-serif;  padding: 0.25em 0; }.event-catering-sub1 .star-list, .event-catering-sub2 .star-list, .event-catering-sub3 .star-list {  padding-left: 2rem;  margin-left: 0; }  .event-catering-sub1 .star-list li, .event-catering-sub2 .star-list li, .event-catering-sub3 .star-list li {    padding-left: 2rem; }@media (min-width: 26.25em) {  .event-catering-sub1 ul, .event-catering-sub2 ul, .event-catering-sub3 ul {    padding-left: 2em; } }.event-catering-sub1 .terms, .event-catering-sub2 .terms, .event-catering-sub3 .terms {  max-width: 50em;  margin: auto;  padding: 1em 0em 3em;  text-align: center;  font-weight: 400; }  @media (min-width: 37.5em) {    .event-catering-sub1 .terms, .event-catering-sub2 .terms, .event-catering-sub3 .terms {      padding: 2em 1em 4em; } }.catering-services {  padding: 0; }  .catering-services__inner {    font-size: 0; }  .catering-services__tile {    font-size: 1rem;    width: 100%;    display: inline-block;    position: relative;    overflow: hidden;    cursor: pointer; }    @media (min-width: 37.5em) {      .catering-services__tile {        width: 50%; } }    @media (min-width: 57.5em) {      .catering-services__tile {        width: calc(100% / 3); } }    .catering-services__tile:nth-child(3) {      width: 100%; }      @media (min-width: 37.5em) {        .catering-services__tile:nth-child(3) .catering-services__image:before {          padding-top: 25%; } }      @media (min-width: 57.5em) {        .catering-services__tile:nth-child(3) {          width: calc(100% / 3); }          .catering-services__tile:nth-child(3) .catering-services__image:before {            padding-top: 60%; } }    .catering-services__tile:hover .catering-services__image {      -webkit-transform: scale(1.2);          -ms-transform: scale(1.2);              transform: scale(1.2);      -webkit-transform-origin: center center;          -ms-transform-origin: center center;              transform-origin: center center; }      .previewFrame .catering-services__tile:hover .catering-services__image {        -webkit-transform: scale(1);            -ms-transform: scale(1);                transform: scale(1); }  .catering-services__image {    position: relative;    transition: 600ms -webkit-transform ease-out;    transition: 600ms transform ease-out;    transition: 600ms transform ease-out, 600ms -webkit-transform ease-out; }    .catering-services__image:before {      display: block;      content: "";      width: 100%;      padding-top: 50%; }      @media (min-width: 57.5em) {        .catering-services__image:before {          padding-top: 60%; } }    .catering-services__image:after {      content: "";      position: absolute;      top: 0;      bottom: 0;      left: 0;      right: 0;      z-index: 1;      width: 100%;      height: 100%;      background-color: rgba(0, 0, 0, 0.5); }      .previewFrame .catering-services__image:after {        z-index: -1; }  .catering-services__title {    position: absolute;    top: 50%;    left: 50%;    -webkit-transform: translate(-50%, -50%);        -ms-transform: translate(-50%, -50%);            transform: translate(-50%, -50%);    width: 90%;    text-align: center;    z-index: 2; }    .catering-services__title a {      color: #fff;      text-shadow: 1px 1px 16px rgba(0, 0, 0, 0.5);      text-transform: uppercase; }    .catering-services__title h1 {      position: relative;      margin-bottom: 0;      font-size: 1.728em;      padding: 6px; }      @media (min-width: 26.25em) {        .catering-services__title h1 {          font-size: 2.0736em; } }      @media (min-width: 51.25em) {        .catering-services__title h1 {          font-size: 2.0736em; } }      @media (min-width: 57.5em) {        .catering-services__title h1 {          font-size: 1.728em; } }      @media (min-width: 75em) {        .catering-services__title h1 {          font-size: 2.0736em; } }      @media (min-width: 93.75em) {        .catering-services__title h1 {          font-size: 2.98598em; } }.catering-form {  background-color: #f4f3f3; }  .catering-form__inner {    padding: 0 1em; }    @media (min-width: 37.5em) {      .catering-form__inner {        margin: 3em 3em 0; } }    @media (min-width: 64.375em) {      .catering-form__inner {        padding: 0 2em; } }  @media (min-width: 51.25em) {    .catering-form__title {      display: inline-block;      vertical-align: top;      width: 30%; } }  .catering-form__title h1, .catering-form__title h2, .catering-form__title h3 {    color: #0f3f96;    line-height: 1.1;    margin-bottom: 0.45em; }  .catering-form__title h6 {    margin-top: 0; }  .catering-form__wrap {    margin-top: 2em; }    @media (min-width: 51.25em) {      .catering-form__wrap {        display: inline-block;        vertical-align: top;        width: calc(70% - 5px);        padding-left: 3em;        margin-top: 0; } }    .catering-form__wrap .form_error_specific {      top: 0;      font-size: 13px; }  .catering-form .defaultForm {    text-align: left;    margin-top: 1em; }    @media (min-width: 35em) {      .catering-form .defaultForm .inputset {        width: calc(48% - 5px);        margin: 0 1% 1rem;        display: inline-block;        vertical-align: top; }        .catering-form .defaultForm .inputset.inputsetItem4 {          width: 97.5%; } }  .catering-form label {    color: #888;    text-transform: uppercase;    letter-spacing: 1px;    font-size: 0.75em;    font-weight: 800;    line-height: 1;    margin-bottom: 5px; }#s2934269 .delivery-search {  padding: 4em 0; }.delivery-info__inner {  max-width: 82em;  margin: auto;  display: inline-block;  width: 32%; }.delivery-info__title {  display: inline-block;  width: 32%; }@media (min-width: 51.25em) {  .delivery-info__map {    display: inline-block;    width: 58%;    vertical-align: middle;    padding-right: 2em; } }.delivery-info__map .map-inner {  position: relative;  display: inline-block;  overflow: hidden;  line-height: 0; }  .delivery-info__map .map-inner .map-radius {    line-height: 1.1;    width: 9.1549%;    position: absolute;    top: 68%;    left: 45.77373%;    border-radius: 50%;    box-shadow: inset 0 0 0 5px #0f3f96;    -webkit-transform: translate(-50%, -50%);        -ms-transform: translate(-50%, -50%);            transform: translate(-50%, -50%);    z-index: 10;    overflow: hidden;    transition: all 300ms ease-out;    background-color: transparent; }    .delivery-info__map .map-inner .map-radius:before {      content: "";      position: relative;      display: block;      padding-bottom: 100%;      border-radius: 50%;      overflow: hidden; }    .delivery-info__map .map-inner .map-radius:hover, .delivery-info__map .map-inner .map-radius.active {      background-color: rgba(15, 63, 150, 0.5);      box-shadow: inset 0 0 0 5px #20b9e2; }      .delivery-info__map .map-inner .map-radius:hover .map-radius__info, .delivery-info__map .map-inner .map-radius.active .map-radius__info {        z-index: 1000;        opacity: 1;        visibility: visible; }    .delivery-info__map .map-inner .map-radius:nth-child(2) {      width: 9.1549%;      z-index: 10; }      .delivery-info__map .map-inner .map-radius:nth-child(2):hover, .delivery-info__map .map-inner .map-radius:nth-child(2).active {        box-shadow: inset 0 0 0 3vw #20b9e2; }        @media (min-width: 51.25em) {          .delivery-info__map .map-inner .map-radius:nth-child(2):hover, .delivery-info__map .map-inner .map-radius:nth-child(2).active {            box-shadow: inset 0 0 0 2vw #20b9e2; } }        @media (min-width: 93.75em) {          .delivery-info__map .map-inner .map-radius:nth-child(2):hover, .delivery-info__map .map-inner .map-radius:nth-child(2).active {            box-shadow: inset 0 0 0 28px #20b9e2; } }        .delivery-info__map .map-inner .map-radius:nth-child(2):hover ~ .map-radius__info1, .delivery-info__map .map-inner .map-radius:nth-child(2).active ~ .map-radius__info1 {          z-index: 1000;          opacity: 1;          visibility: visible; }    .delivery-info__map .map-inner .map-radius:nth-child(3) {      width: 20.156046%;      z-index: 9; }      .delivery-info__map .map-inner .map-radius:nth-child(3):hover, .delivery-info__map .map-inner .map-radius:nth-child(3).active {        box-shadow: inset 0 0 0 5vw #20b9e2; }        @media (min-width: 51.25em) {          .delivery-info__map .map-inner .map-radius:nth-child(3):hover, .delivery-info__map .map-inner .map-radius:nth-child(3).active {            box-shadow: inset 0 0 0 3vw #20b9e2; } }        @media (min-width: 93.75em) {          .delivery-info__map .map-inner .map-radius:nth-child(3):hover, .delivery-info__map .map-inner .map-radius:nth-child(3).active {            box-shadow: inset 0 0 0 45px #20b9e2; } }        .delivery-info__map .map-inner .map-radius:nth-child(3):hover ~ .map-radius__info2, .delivery-info__map .map-inner .map-radius:nth-child(3).active ~ .map-radius__info2 {          z-index: 1000;          opacity: 1;          visibility: visible; }    .delivery-info__map .map-inner .map-radius:nth-child(4) {      width: 39.2717%;      z-index: 8; }      .delivery-info__map .map-inner .map-radius:nth-child(4):hover, .delivery-info__map .map-inner .map-radius:nth-child(4).active {        box-shadow: inset 0 0 0 9vw #20b9e2; }        @media (min-width: 51.25em) {          .delivery-info__map .map-inner .map-radius:nth-child(4):hover, .delivery-info__map .map-inner .map-radius:nth-child(4).active {            box-shadow: inset 0 0 0 5vw #20b9e2; } }        @media (min-width: 93.75em) {          .delivery-info__map .map-inner .map-radius:nth-child(4):hover, .delivery-info__map .map-inner .map-radius:nth-child(4).active {            box-shadow: inset 0 0 0 75px #20b9e2; } }        .delivery-info__map .map-inner .map-radius:nth-child(4):hover ~ .map-radius__info3, .delivery-info__map .map-inner .map-radius:nth-child(4).active ~ .map-radius__info3 {          z-index: 1000;          opacity: 1;          visibility: visible; }    .delivery-info__map .map-inner .map-radius:nth-child(5) {      width: 65.01950585175553%;      z-index: 7; }      .delivery-info__map .map-inner .map-radius:nth-child(5):hover, .delivery-info__map .map-inner .map-radius:nth-child(5).active {        box-shadow: inset 0 0 0 12vw #20b9e2; }        @media (min-width: 51.25em) {          .delivery-info__map .map-inner .map-radius:nth-child(5):hover, .delivery-info__map .map-inner .map-radius:nth-child(5).active {            box-shadow: inset 0 0 0 7vw #20b9e2; } }        @media (min-width: 93.75em) {          .delivery-info__map .map-inner .map-radius:nth-child(5):hover, .delivery-info__map .map-inner .map-radius:nth-child(5).active {            box-shadow: inset 0 0 0 100px #20b9e2; } }        .delivery-info__map .map-inner .map-radius:nth-child(5):hover ~ .map-radius__info4, .delivery-info__map .map-inner .map-radius:nth-child(5).active ~ .map-radius__info4 {          z-index: 1000;          opacity: 1;          visibility: visible; }    .delivery-info__map .map-inner .map-radius:nth-child(6) {      width: 97.52925877763329%;      z-index: 6; }      .delivery-info__map .map-inner .map-radius:nth-child(6):hover, .delivery-info__map .map-inner .map-radius:nth-child(6).active {        box-shadow: inset 0 0 0 15vw #20b9e2; }        @media (min-width: 51.25em) {          .delivery-info__map .map-inner .map-radius:nth-child(6):hover, .delivery-info__map .map-inner .map-radius:nth-child(6).active {            box-shadow: inset 0 0 0 8.5vw #20b9e2; } }        @media (min-width: 93.75em) {          .delivery-info__map .map-inner .map-radius:nth-child(6):hover, .delivery-info__map .map-inner .map-radius:nth-child(6).active {            box-shadow: inset 0 0 0 126px #20b9e2; } }        .delivery-info__map .map-inner .map-radius:nth-child(6):hover ~ .map-radius__info5, .delivery-info__map .map-inner .map-radius:nth-child(6).active ~ .map-radius__info5 {          z-index: 1000;          opacity: 1;          visibility: visible; }    .delivery-info__map .map-inner .map-radius:nth-child(7) {      width: 128.4785435630689%;      z-index: 5; }      .delivery-info__map .map-inner .map-radius:nth-child(7):hover, .delivery-info__map .map-inner .map-radius:nth-child(7).active {        box-shadow: inset 0 0 0 15vw #20b9e2; }        @media (min-width: 51.25em) {          .delivery-info__map .map-inner .map-radius:nth-child(7):hover, .delivery-info__map .map-inner .map-radius:nth-child(7).active {            box-shadow: inset 0 0 0 8vw #20b9e2; } }        @media (min-width: 51.25em) {          .delivery-info__map .map-inner .map-radius:nth-child(7):hover, .delivery-info__map .map-inner .map-radius:nth-child(7).active {            box-shadow: inset 0 0 0 8vw #20b9e2; } }        @media (min-width: 93.75em) {          .delivery-info__map .map-inner .map-radius:nth-child(7):hover, .delivery-info__map .map-inner .map-radius:nth-child(7).active {            box-shadow: inset 0 0 0 120px #20b9e2; } }        .delivery-info__map .map-inner .map-radius:nth-child(7):hover ~ .map-radius__info6, .delivery-info__map .map-inner .map-radius:nth-child(7).active ~ .map-radius__info6 {          z-index: 1000;          opacity: 1;          visibility: visible; }    .delivery-info__map .map-inner .map-radius__info {      width: 18em;      position: absolute;      bottom: 100%;      right: 0;      line-height: 1.1;      background-color: #fff;      box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08), 0 6px 15px 0 rgba(0, 0, 0, 0.15);      padding: 0.5em 0.5em 0.2em 0.5em;      padding: 1.5em 1em 1em 1em;      opacity: 0;      visibility: hidden;      transition: all 250ms ease-out 100ms;      -webkit-transform: translate(123%, 365%);          -ms-transform: translate(123%, 365%);              transform: translate(123%, 365%);      pointer-events: none; }      @media (min-width: 93.75em) {        .delivery-info__map .map-inner .map-radius__info {          padding: 1.5em 1em 1em 1em; } }      .delivery-info__map .map-inner .map-radius__info-item {        display: inline-block;        width: 48%; }        @media (min-width: 93.75em) {          .delivery-info__map .map-inner .map-radius__info-item {            display: block;            width: 100%; } }        .delivery-info__map .map-inner .map-radius__info-item:nth-child(1) {          padding-right: 5px; }          @media (min-width: 93.75em) {            .delivery-info__map .map-inner .map-radius__info-item:nth-child(1) {              padding-right: 0;              margin-bottom: 5px; } }      .delivery-info__map .map-inner .map-radius__info-key {        color: #888;        text-transform: uppercase;        letter-spacing: 1px;        font-size: 0.69444em;        font-weight: 600;        line-height: 1; }      .delivery-info__map .map-inner .map-radius__info-value {        color: #333;        font-family: "ClearSans-Bold", "Arial Narrow", Arial, sans-serif;        font-size: 1.2em; }    .delivery-info__map .map-inner .map-radius__info1 {      -webkit-transform: translate(-5%, 50%);          -ms-transform: translate(-5%, 50%);              transform: translate(-5%, 50%);      bottom: 44%; }      @media (min-width: 26.25em) {        .delivery-info__map .map-inner .map-radius__info1 {          -webkit-transform: translate(-43%, 50%);              -ms-transform: translate(-43%, 50%);                  transform: translate(-43%, 50%);          bottom: 38%; } }      @media (min-width: 43.75em) {        .delivery-info__map .map-inner .map-radius__info1 {          -webkit-transform: translate(-51%, 50%);              -ms-transform: translate(-51%, 50%);                  transform: translate(-51%, 50%);          bottom: 39%; } }      @media (min-width: 51.25em) {        .delivery-info__map .map-inner .map-radius__info1 {          -webkit-transform: translate(-34%, 50%);              -ms-transform: translate(-34%, 50%);                  transform: translate(-34%, 50%);          bottom: 41%; } }      @media (min-width: 87.5em) {        .delivery-info__map .map-inner .map-radius__info1 {          -webkit-transform: translate(-41%, 50%);              -ms-transform: translate(-41%, 50%);                  transform: translate(-41%, 50%);          bottom: 40%; } }    .delivery-info__map .map-inner .map-radius__info2 {      -webkit-transform: translate(-10%, 50%);          -ms-transform: translate(-10%, 50%);              transform: translate(-10%, 50%);      bottom: 47%; }      @media (min-width: 35em) {        .delivery-info__map .map-inner .map-radius__info2 {          -webkit-transform: translate(-46%, 50%);              -ms-transform: translate(-46%, 50%);                  transform: translate(-46%, 50%);          bottom: 42%; } }      @media (min-width: 51.25em) {        .delivery-info__map .map-inner .map-radius__info2 {          -webkit-transform: translate(-33%, 50%);              -ms-transform: translate(-33%, 50%);                  transform: translate(-33%, 50%);          bottom: 46%; } }    .delivery-info__map .map-inner .map-radius__info3 {      -webkit-transform: translate(-8%, 50%);          -ms-transform: translate(-8%, 50%);              transform: translate(-8%, 50%);      bottom: 54%; }      @media (min-width: 37.5em) {        .delivery-info__map .map-inner .map-radius__info3 {          -webkit-transform: translate(-24%, 50%);              -ms-transform: translate(-24%, 50%);                  transform: translate(-24%, 50%);          bottom: 51%; } }      @media (min-width: 51.25em) {        .delivery-info__map .map-inner .map-radius__info3 {          -webkit-transform: translate(-10%, 50%);              -ms-transform: translate(-10%, 50%);                  transform: translate(-10%, 50%);          bottom: 51%; } }      @media (min-width: 71.875em) {        .delivery-info__map .map-inner .map-radius__info3 {          -webkit-transform: translate(-15%, 50%);              -ms-transform: translate(-15%, 50%);                  transform: translate(-15%, 50%);          bottom: 52%; } }    .delivery-info__map .map-inner .map-radius__info4 {      -webkit-transform: translate(-9%, 50%);          -ms-transform: translate(-9%, 50%);              transform: translate(-9%, 50%);      bottom: 62%; }    .delivery-info__map .map-inner .map-radius__info5 {      -webkit-transform: translate(-7%, 50%);          -ms-transform: translate(-7%, 50%);              transform: translate(-7%, 50%);      bottom: 77%; }    .delivery-info__map .map-inner .map-radius__info6 {      -webkit-transform: translate(-7%, 110%);          -ms-transform: translate(-7%, 110%);              transform: translate(-7%, 110%); }@media (min-width: 51.25em) {  .delivery-info__content {    position: relative;    display: inline-block;    width: 40%;    vertical-align: middle; } }.delivery-info__box {  display: block;  text-align: left;  padding: 0.25em;  font-size: 14px; }  @media (min-width: 20em) {    .delivery-info__box {      padding: 1em; } }  @media (min-width: 30em) {    .delivery-info__box {      padding: 2em; } }  @media (min-width: 68.75em) {    .delivery-info__box {      max-width: 44rem;      display: inline-block;      margin-top: -10em;      margin-right: 3em; } }  @media (min-width: 81.25em) {    .delivery-info__box {      margin-top: -10em; } }.delivery-estimate {  background-color: #33aecf;  padding: 3em 2em;  color: #fff;  text-align: center;  font-size: 11px;  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1), 0 10px 30px 0 rgba(0, 0, 0, 0.15); }  @media (min-width: 30em) {    .delivery-estimate {      font-size: 14px;      padding: 4em 3em; } }  .delivery-estimate h2 {    font-size: 2.48832em; }  .delivery-estimate h3, .delivery-estimate h4 {    font-family: "Muli", Arial, "Helvetica Neue", Helvetica, sans-serif;    margin-top: 0; }  .delivery-estimate h4 {    margin-bottom: 0; }.delivery-estimate-error {  background-color: red;  padding: 1em;  color: #fff;  text-align: center;  font-size: 1.2em; }.testimonials-wrap {  max-width: 64em;  margin: auto; }.testimonials-item {  padding: 1em; }  @media (min-width: 20em) {    .testimonials-item {      padding: 1.5em; } }  @media (min-width: 30em) {    .testimonials-item {      padding: 3em; } }  .testimonials-item__name {    margin: 1.5em 0 1em !important; }    .testimonials-item__name h6 {      margin-bottom: 0; }  .testimonials-item:not(:last-child) {    border-bottom: 1px solid #ddd; }  .testimonials-item:nth-child(even) {    background-color: #f3f3f3; }.contact1 .social-icon {  height: 3.5em;  width: 3.5em; }  .contact1 .social-icon svg {    fill: #0f3f96;    height: 3.5em;    width: 3.5em; }    .contact1 .social-icon svg:hover {      fill: #33aecf; }.contact1 h5, .contact1 h6 {  margin: 0 0 1.2rem; }.contact1 .split-section {  -webkit-align-items: center;      -ms-flex-align: center;          align-items: center;  padding: 0; }.contact1 .split-section__image, .contact1 .split-section__content {  vertical-align: middle; }.contact1 .split-section__content {  margin-top: 4em; }  @media (min-width: 51.25em) {    .contact1 .split-section__content {      margin-top: 0; } }.contact1 .split-section__image {  padding: 0; }  .contact1 .split-section__image .contact-form {    padding: 2em;    background-color: #0f3f96;    color: #fff; }    @media (min-width: 31.25em) {      .contact1 .split-section__image .contact-form {        padding: 4em; } }    @media (min-width: 51.25em) {      .contact1 .split-section__image .contact-form {        padding: 2.5em; } }    @media (min-width: 71.875em) {      .contact1 .split-section__image .contact-form {        padding: 4em; } }    .contact1 .split-section__image .contact-form:before {      padding: 0; }    .contact1 .split-section__image .contact-form #form_wrap {      font-size: 0; }    .contact1 .split-section__image .contact-form .inputset {      font-size: 1rem; }      @media (min-width: 81.25em) {        .contact1 .split-section__image .contact-form .inputset {          display: inline-block;          width: 49%; }          .contact1 .split-section__image .contact-form .inputset.inputsetItem0, .contact1 .split-section__image .contact-form .inputset.inputsetItem2 {            margin-right: 2%; }          .contact1 .split-section__image .contact-form .inputset.inputsetItem4 {            width: 100%; } }    .contact1 .split-section__image .contact-form label {      color: #fff;      text-transform: uppercase;      letter-spacing: 1px;      font-size: 0.75em;      font-weight: 800;      line-height: 1;      margin-bottom: 5px; }    .contact1 .split-section__image .contact-form .form_error_specific {      top: -1px;      font-size: 13px;      font-weight: 700; }.faqs {  padding: 0 0.25em; }  @media (min-width: 30em) {    .faqs {      padding: 0 2em; } }.faq-item {  padding: 0;  background-color: #fff;  transition: padding 200ms ease-out, background 200ms ease-out; }  .faq-item:not(:last-child) {    border-bottom: 1px solid #ddd; }  .faq-item.active {    border-color: #aaa;    padding: 0 1.5em;    background-color: #f9f9f9; }    @media (min-width: 35em) {      .faq-item.active {        padding: 0 2.5em; } }  .faq-item__question {    position: relative;    cursor: pointer;    font-size: 1.2em;    line-height: 1.1;    font-family: "ClearSans-Bold", "Arial Narrow", Arial, sans-serif;    margin-bottom: 0;    padding: 1rem 1.5rem 1rem 0;    transition: margin 300ms ease-out, font-size 300ms ease-out; }    @media (min-width: 35em) {      .faq-item__question {        padding: 2rem 2rem 2rem 0; } }    .faq-item__question:after {      content: "";      position: absolute;      right: 5px;      top: 50%;      -webkit-transform: rotate(45deg) translateY(-50%);          -ms-transform: rotate(45deg) translateY(-50%);              transform: rotate(45deg) translateY(-50%);      height: 0.65rem;      width: 0.65rem;      transition: 300ms -webkit-transform ease-out;      transition: 300ms transform ease-out;      transition: 300ms transform ease-out, 300ms -webkit-transform ease-out;      background-repeat: no-repeat;      background-position: 50% 50%;      background-size: contain;      background-image: url("/stellaeventhire-co-uk/_img/images/svg/delete.svg"); }    .active .faq-item__question {      color: #33aecf;      margin-bottom: 1rem;      padding: 1rem 1.5rem 0.5rem 0;      border-bottom: 1px solid #33aecf;      font-size: 1.44em; }      @media (min-width: 35em) {        .active .faq-item__question {          padding: 2rem 1.5rem 1.5rem 0; } }      .active .faq-item__question:after {        -webkit-transform: rotate(450deg);            -ms-transform: rotate(450deg);                transform: rotate(450deg); }  .faq-item__answer {    opacity: 0;    -webkit-transform: scaleY(0);        -ms-transform: scaleY(0);            transform: scaleY(0);    -webkit-transform-origin: top;        -ms-transform-origin: top;            transform-origin: top;    transition: opacity 400ms ease-out, -webkit-transform 450ms ease-out;    transition: opacity 400ms ease-out, transform 450ms ease-out;    transition: opacity 400ms ease-out, transform 450ms ease-out, -webkit-transform 450ms ease-out;    height: 0; }    .active .faq-item__answer {      opacity: 1;      -webkit-transform: scaleY(1);          -ms-transform: scaleY(1);              transform: scaleY(1);      height: auto;      padding-bottom: 2em; }      @media (min-width: 35em) {        .active .faq-item__answer {          padding-bottom: 3em; } }.main-title {  text-transform: uppercase;  color: #0f3f96;  line-height: 1.1;  margin-bottom: 0.5em; }.star-list li {  padding-left: 2.5rem;  list-style-type: none !important;  position: relative; }  .star-list li:before {    content: "";    display: inline-block;    position: absolute;    left: 0;    top: 50%;    -webkit-transform: translateY(-50%);        -ms-transform: translateY(-50%);            transform: translateY(-50%);    height: 1.3rem;    width: 1.3rem;    background-size: contain;    background-repeat: no-repeat;    background-image: url("/stellaeventhire-co-uk/_img/images/svg/gold-star.svg"); }.home-intro__content {  padding: 0 0.5em;  font-size: 15px; }  @media (min-width: 30em) {    .home-intro__content {      padding: 0 2em; } }  @media (min-width: 48em) {    .home-intro__content {      width: calc(53% - 5px);      display: inline-block;      vertical-align: top;      padding: 0 0.5em 0 2em; } }  @media (min-width: 55em) {    .home-intro__content {      padding: 0 2em;      font-size: 16px; } }  @media (min-width: 66.25em) {    .home-intro__content {      vertical-align: middle;      padding: 0 2em 0 3em; } }  @media (min-width: 87.5em) {    .home-intro__content {      width: calc(50% - 5px); } }  .home-intro__content h1 {    opacity: 0;    -webkit-transform: translateY(20px);        -ms-transform: translateY(20px);            transform: translateY(20px); }  .home-intro__content p {    opacity: 0;    -webkit-transform: translateY(20px);        -ms-transform: translateY(20px);            transform: translateY(20px); }  .home-intro__content .button {    opacity: 0;    -webkit-transform: translateX(-20px);        -ms-transform: translateX(-20px);            transform: translateX(-20px); }  .inviewport .home-intro__content h1, .previewFrame .home-intro__content h1 {    -webkit-animation: fade-in-up 500ms ease-out 200ms forwards;            animation: fade-in-up 500ms ease-out 200ms forwards; }  .inviewport .home-intro__content p, .previewFrame .home-intro__content p {    -webkit-animation: fade-in-up 500ms ease-out 400ms forwards;            animation: fade-in-up 500ms ease-out 400ms forwards; }  .inviewport .home-intro__content .button, .previewFrame .home-intro__content .button {    -webkit-animation: fade-in-left 500ms ease-out 600ms forwards;            animation: fade-in-left 500ms ease-out 600ms forwards; }  .no-cssanimations .home-intro__content h1, .no-cssanimations .home-intro__content p, .no-cssanimations .home-intro__content .button {    opacity: 1 !important;    -webkit-transform: none !important;        -ms-transform: none !important;            transform: none !important; }.home-intro__usps {  vertical-align: top;  padding: 0 0em;  font-size: 14px;  opacity: 0;  transition: all 600ms ease-out;  width: 100%;  margin: auto;  -webkit-transform: scaleX(0);      -ms-transform: scaleX(0);          transform: scaleX(0); }  @media (min-width: 23.75em) {    .home-intro__usps {      width: 90%; } }  @media (min-width: 48em) {    .home-intro__usps {      margin-left: 4%;      display: inline-block;      width: 43%; } }  @media (min-width: 66.25em) {    .home-intro__usps {      vertical-align: middle;      font-size: 16px; } }  @media (min-width: 81.25em) {    .home-intro__usps {      padding: 0 2em; } }  @media (min-width: 87.5em) {    .home-intro__usps {      width: 41.66667%;      margin-left: 4.16667%; } }  .inviewport .home-intro__usps, .previewFrame .home-intro__usps {    -webkit-transform: scaleX(1);        -ms-transform: scaleX(1);            transform: scaleX(1);    opacity: 1; }  .home-intro__usps-inner {    padding: 3.5em 2.5em;    background-color: #888;    background-image: linear-gradient(104deg, #808384, #68696a);    text-align: center;    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.35), 0 20px 45px 0 rgba(0, 0, 0, 0.1);    max-width: 35rem;    margin: 3rem auto 0; }    @media (min-width: 75em) {      .home-intro__usps-inner {        padding: 4.5em 2.5em;        max-width: none; } }    .home-intro__usps-inner h2 {      color: #fff;      text-transform: uppercase;      font-size: 2.0736em;      opacity: 0;      -webkit-transform: translateY(20px);          -ms-transform: translateY(20px);              transform: translateY(20px); }      @media (min-width: 51.25em) {        .home-intro__usps-inner h2 {          font-size: 2.48832em; } }      .inviewport .home-intro__usps-inner h2, .previewFrame .home-intro__usps-inner h2 {        -webkit-animation: fade-in-up 500ms ease-out 500ms forwards;                animation: fade-in-up 500ms ease-out 500ms forwards; }    .home-intro__usps-inner ul {      text-align: left;      display: inline-block; }      @media (min-width: 26.25em) {        .home-intro__usps-inner ul {          margin-left: 1em; } }      @media (min-width: 68.75em) {        .home-intro__usps-inner ul {          margin-left: 2em; } }      .home-intro__usps-inner ul li {        margin: 0rem 0 2rem -0.5rem;        color: #FFFFFF;        font-weight: 400;        display: block;        opacity: 0;        -webkit-transform: translateY(20px);            -ms-transform: translateY(20px);                transform: translateY(20px); }        .home-intro__usps-inner ul li:first-child {          margin-top: 1em; }        .home-intro__usps-inner ul li:last-child {          margin-bottom: 1em; }        @media (min-width: 64em) {          .home-intro__usps-inner ul li {            margin: 2rem 0 0 -1rem; } }        @media (min-width: 81.25em) {          .home-intro__usps-inner ul li {            font-size: 1.2em; } }        .inviewport .home-intro__usps-inner ul li, .previewFrame .home-intro__usps-inner ul li {          -webkit-animation: fade-in-up 500ms ease-out forwards;                  animation: fade-in-up 500ms ease-out forwards; }.home-intro .button {  margin-top: 1.5em; }.our-services {  background-color: #ececec;  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23000000' fill-opacity='0.06' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");  text-align: center; }  .our-services .main-title {    margin-bottom: 1em; }  @media (min-width: 51.25em) {    .our-services .service-tiles {      padding: 0 8.33333%; } }  @media (min-width: 64em) {    .our-services .service-tiles {      padding: 0; } }  @media (min-width: 81.25em) {    .our-services .service-tiles {      padding: 0 8.33333%; } }  .our-services .service-tile {    position: relative;    background-size: cover;    background-position: 50% 50%;    background-repeat: no-repeat;    display: inline-block;    padding: 2.5em;    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);    overflow: hidden;    margin: 7px 0;    font-size: 14px;    width: 90%;    max-width: 28em;    opacity: 0;    -webkit-transform: translateX(-100%);        -ms-transform: translateX(-100%);            transform: translateX(-100%); }    @media (min-width: 43.75em) {      .our-services .service-tile {        width: calc(50% - 18px);        margin: 7px; } }    @media (min-width: 57.5em) {      .our-services .service-tile {        font-size: 15px; } }    @media (min-width: 64em) {      .our-services .service-tile {        width: calc(33% - 6px);        margin: 0; }        .our-services .service-tile:not(:last-child) {          margin-right: 9px; } }    @media (min-width: 68.75em) {      .our-services .service-tile {        font-size: 15px; } }    .our-services .service-tile:hover:after, .our-services .service-tile.active:after {      background-color: rgba(0, 0, 0, 0.85); }    .our-services .service-tile:hover .service-tile__content, .our-services .service-tile.active .service-tile__content {      -webkit-transform: translate(-50%, -50%);          -ms-transform: translate(-50%, -50%);              transform: translate(-50%, -50%);      top: 50%; }    .our-services .service-tile:hover .service-tile__title, .our-services .service-tile.active .service-tile__title {      -webkit-transform: translateY(0);          -ms-transform: translateY(0);              transform: translateY(0); }      .our-services .service-tile:hover .service-tile__title h3, .our-services .service-tile.active .service-tile__title h3 {        bottom: 0;        position: relative; }    .our-services .service-tile:hover .service-tile__info, .our-services .service-tile.active .service-tile__info {      opacity: 1;      -webkit-transform: translateY(0);          -ms-transform: translateY(0);              transform: translateY(0); }    .our-services .service-tile:before {      content: "";      width: 1px;      margin-left: -1px;      float: left;      height: 0;      padding-top: 170%; }      @media (min-width: 22.5em) {        .our-services .service-tile:before {          padding-top: 135%; } }      @media (min-width: 31.25em) {        .our-services .service-tile:before {          padding-top: 104%; } }      @media (min-width: 43.75em) {        .our-services .service-tile:before {          padding-top: 127.64423%; } }    .our-services .service-tile:after {      content: "";      display: block;      clear: both;      position: absolute;      top: 0;      left: 0;      height: 100%;      width: 100%;      transition: background 300ms ease-out;      background-color: rgba(0, 0, 0, 0.5); }    .our-services .service-tile__content {      position: absolute;      z-index: 2;      color: #fff;      top: 100%;      left: 50%;      -webkit-transform: translate(-50%, 0);          -ms-transform: translate(-50%, 0);              transform: translate(-50%, 0);      width: 90%;      padding: 0 1em;      transition: all ease-out 600ms; }      .our-services .service-tile__content .button a {        padding: 0.75em 1.75em; }    .our-services .service-tile__title {      text-transform: uppercase;      -webkit-transform: translateY(-300%);          -ms-transform: translateY(-300%);              transform: translateY(-300%);      transition: -webkit-transform 600ms ease-out;      transition: transform 600ms ease-out;      transition: transform 600ms ease-out, -webkit-transform 600ms ease-out;      margin-bottom: 1em;      position: relative; }      .our-services .service-tile__title h3 {        margin-bottom: 0;        position: absolute;        bottom: 2em;        width: 100%;        left: 0;        display: inline-block; }    .our-services .service-tile__info {      opacity: 0;      -webkit-transform: translateY(20px);          -ms-transform: translateY(20px);              transform: translateY(20px);      transition: opacity 900ms ease-out 50ms, -webkit-transform 800ms ease-out 100ms;      transition: opacity 900ms ease-out 50ms, transform 800ms ease-out 100ms;      transition: opacity 900ms ease-out 50ms, transform 800ms ease-out 100ms, -webkit-transform 800ms ease-out 100ms; }      .our-services .service-tile__info p {        display: none; }        @media (min-width: 20em) {          .our-services .service-tile__info p {            display: block; } }  .our-services.inviewport .service-tile, .previewFrame .our-services .service-tile {    -webkit-animation: fade-in-left-big 1000ms ease-out forwards;            animation: fade-in-left-big 1000ms ease-out forwards; }.our-equipment {  text-align: center;  position: relative;  padding-left: 0.5em;  padding-right: 0.5em;  max-width: 2000px;  margin: auto;  overflow: hidden; }  @media (min-width: 35em) {    .our-equipment {      padding-left: 3em;      padding-right: 3em; } }  .our-equipment .slick-arrow {    position: absolute;    top: 50%;    -webkit-transform: translateY(-50%);        -ms-transform: translateY(-50%);            transform: translateY(-50%);    padding: 5rem 0.7rem;    background-image: linear-gradient(to bottom, #0f429d, #032157);    font-size: 0;    border: none;    cursor: pointer;    z-index: 5;    opacity: 0.8; }    @media (min-width: 35em) {      .our-equipment .slick-arrow {        padding: 8rem 1.25rem; } }    .our-equipment .slick-arrow:hover {      opacity: 1; }    .our-equipment .slick-arrow:after {      content: "";      display: inline-block;      position: absolute;      top: 50%;      -webkit-transform: translate(-50%, -50%);          -ms-transform: translate(-50%, -50%);              transform: translate(-50%, -50%);      left: 50%;      height: 2.5rem;      width: 0.7rem;      background-size: contain;      background-repeat: no-repeat;      background-position: center center; }    .our-equipment .slick-arrow.slick-prev {      left: 0; }      .our-equipment .slick-arrow.slick-prev:after {        left: 45%;        background-image: url("/stellaeventhire-co-uk/_img/images/svg/left-chevron.svg"); }    .our-equipment .slick-arrow.slick-next {      right: 0; }      .our-equipment .slick-arrow.slick-next:after {        background-image: url("/stellaeventhire-co-uk/_img/images/svg/right-chevron.svg"); }  .our-equipment .main-title {    opacity: 0;    -webkit-transform: translateY(20px);        -ms-transform: translateY(20px);            transform: translateY(20px); }  .our-equipment.inviewport .main-title, .previewFrame .our-equipment .main-title {    -webkit-animation: fade-in-up 500ms ease-out 100ms forwards;            animation: fade-in-up 500ms ease-out 100ms forwards; }.equipment-carousel {  padding: 2em 0 0;  opacity: 0;  -webkit-transform: translateY(20px);      -ms-transform: translateY(20px);          transform: translateY(20px); }  .inviewport .equipment-carousel, .previewFrame .equipment-carousel {    -webkit-animation: fade-in-up 500ms ease-out 500ms forwards;            animation: fade-in-up 500ms ease-out 500ms forwards; }  .equipment-carousel .slick-list {    overflow: visible; }  .equipment-carousel .slick-slide {    opacity: 0.3; }  .equipment-carousel .slick-active {    opacity: 1; }.equipment-tile {  text-align: left;  background-color: #fff;  margin: 0 7px;  position: relative;  z-index: 1;  transition: box-shadow 400ms ease-out;  outline: #0f3f96; }  .equipment-tile:hover {    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1), 0 5px 26px 0 rgba(0, 0, 0, 0.15);    z-index: 2; }  .equipment-tile__image {    background-size: cover;    background-repeat: no-repeat;    background-position: 50% 50%; }    .equipment-tile__image:after {      content: "";      display: block;      padding-bottom: 90%; }  .equipment-tile__content {    padding: 1em 0.5em; }    @media (min-width: 31.25em) {      .equipment-tile__content {        padding: 1.5em 1em; } }    @media (min-width: 81.25em) {      .equipment-tile__content {        padding: 1.7em 1.5em; } }  .equipment-tile__title h2 {    color: #0f3f96;    text-transform: uppercase;    font-size: 1.2em;    line-height: 1.2;    font-family: "ClearSans-Bold", "Arial Narrow", Arial, sans-serif;    margin-bottom: 0.5em; }  .equipment-tile__info p {    font-weight: 400;    line-height: 1.46;    font-size: 0.935em; }  .equipment-tile__button {    margin-top: 1em; }    .equipment-tile__button a {      font-size: 14px;      padding: 0.5em 1.5em;      min-width: 0; }.delivery-search {  padding: 0; }.delivery-box {  width: 100%;  padding: 4em 3em;  background-color: #0f3f96;  background-image: url("/stellaeventhire-co-uk/_img/images/map.jpg");  background-position: 50% 50%;  background-size: cover;  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15), 0 5px 26px 0 rgba(0, 0, 0, 0.2);  text-align: center;  position: relative;  z-index: 1;  -webkit-transform: scaleX(0);      -ms-transform: scaleX(0);          transform: scaleX(0);  transition: -webkit-transform 800ms ease-out 100ms;  transition: transform 800ms ease-out 100ms;  transition: transform 800ms ease-out 100ms, -webkit-transform 800ms ease-out 100ms;  -webkit-transform-origin: left;      -ms-transform-origin: left;          transform-origin: left;  margin-bottom: 4em; }  .inviewport .delivery-box, .previewFrame .delivery-box {    -webkit-transform: scaleX(1);        -ms-transform: scaleX(1);            transform: scaleX(1); }  .delivery-box:after {    content: "";    position: absolute;    left: 0;    top: 0;    width: 100%;    height: 100%;    opacity: 0.9;    mix-blend-mode: multiply;    background-image: linear-gradient(104deg, #0f429d, #032157); }  .delivery-box__inner {    position: relative;    z-index: 2;    color: #fff;    max-width: 840px;    margin: auto; }    .delivery-box__inner h1 {      text-transform: uppercase;      margin-bottom: 0;      opacity: 0;      -webkit-transform: translateY(20px);          -ms-transform: translateY(20px);              transform: translateY(20px); }      .inviewport .delivery-box__inner h1, .previewFrame .delivery-box__inner h1 {        -webkit-animation: fade-in-up 500ms ease-out 650ms forwards;                animation: fade-in-up 500ms ease-out 650ms forwards; }    .delivery-box__inner h6 {      font-weight: 300;      margin: 0.75em 0 1.75em;      opacity: 0;      -webkit-transform: translateY(20px);          -ms-transform: translateY(20px);              transform: translateY(20px); }      .inviewport .delivery-box__inner h6, .previewFrame .delivery-box__inner h6 {        -webkit-animation: fade-in-up 500ms ease-out 750ms forwards;                animation: fade-in-up 500ms ease-out 750ms forwards; }    .delivery-box__inner form {      max-width: 575px;      margin: auto;      position: relative;      opacity: 0;      -webkit-transform: translateY(20px);          -ms-transform: translateY(20px);              transform: translateY(20px); }      .inviewport .delivery-box__inner form, .previewFrame .delivery-box__inner form {        -webkit-animation: fade-in-up 500ms ease-out 850ms forwards;                animation: fade-in-up 500ms ease-out 850ms forwards; }    .delivery-box__inner label {      display: none; }    .delivery-box__inner input[type="text"] {      padding: 0.5em 1em 0.5em 1em;      box-shadow: none;      height: 55px;      margin-bottom: 0;      font-size: 1em; }      @media (min-width: 20em) {        .delivery-box__inner input[type="text"] {          padding: 0.5em 65px 0.5em 1em; } }      @media (min-width: 26.25em) {        .delivery-box__inner input[type="text"] {          padding: 1.5em 80px 1.5em 2em;          height: 70px; } }      @media (min-width: 31.25em) {        .delivery-box__inner input[type="text"] {          padding: 1.5em 140px 1.5em 2em;          font-size: 1rem; } }    .delivery-box__inner button[type="submit"] {      width: 100%;      border-radius: none;      -webkit-appearance: none;      box-shadow: none;      border: none;      background-color: #33aecf;      color: #fff;      font-family: "ClearSans-Bold", "Arial Narrow", Arial, sans-serif;      font-size: 1.728em;      font-weight: normal;      text-transform: uppercase;      line-height: normal;      height: 55px;      margin-top: 5px;      text-align: center;      cursor: pointer;      transition: background 300ms ease-out; }      @media (min-width: 20em) {        .delivery-box__inner button[type="submit"] {          position: absolute;          right: 0;          top: 0;          margin-top: 0;          width: 60px; } }      @media (min-width: 26.25em) {        .delivery-box__inner button[type="submit"] {          height: 70px;          width: 75px; } }      @media (min-width: 31.25em) {        .delivery-box__inner button[type="submit"] {          width: 135px; } }      .delivery-box__inner button[type="submit"]:hover {        background-color: #5cbed9;        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }.theme-inspiration {  text-align: center;  overflow: hidden; }  .theme-inspiration .slick-list {    overflow: visible; }  .theme-inspiration .slick-dots {    bottom: 2.5em; left:  0px;}  .theme-inspiration .theme-carousel {    padding: 1em 0 5em;    margin-bottom: 1em;    opacity: 0;    -webkit-transform: translateY(20px);        -ms-transform: translateY(20px);            transform: translateY(20px); }  .theme-inspiration .main-title {    opacity: 0;    -webkit-transform: translateY(20px);        -ms-transform: translateY(20px);            transform: translateY(20px); }  .theme-inspiration.inviewport .theme-carousel, .previewFrame .theme-inspiration .theme-carousel {    -webkit-animation: fade-in-up 600ms ease-out 500ms forwards;            animation: fade-in-up 600ms ease-out 500ms forwards; }  .theme-inspiration.inviewport .main-title, .previewFrame .theme-inspiration .main-title {    -webkit-animation: fade-in-up 600ms ease-out 100ms forwards;            animation: fade-in-up 600ms ease-out 100ms forwards; }  .theme-inspiration .theme-tile {    background-size: cover;    position: relative;    overflow: hidden;    margin: 0 0.5em;    opacity: 0.3; }    @media (min-width: 30em) {      .theme-inspiration .theme-tile {        padding: 2em; } }    @media (min-width: 68.75em) {      .theme-inspiration .theme-tile {        margin: 0 1em; } }    .theme-inspiration .theme-tile.slick-active {      opacity: 1; }    .theme-inspiration .theme-tile:after {      content: "";      display: block;      padding-top: 70%; }    .theme-inspiration .theme-tile:hover .theme-tile__content {      top: 1.5em;      bottom: 1.5em;      transition: all 500ms ease-out; }    .theme-inspiration .theme-tile:hover .theme-tile__title {      background-color: transparent;      -webkit-transform: translateY(-70%);          -ms-transform: translateY(-70%);              transform: translateY(-70%);      top: 50%;      position: relative;      transition: all 500ms ease-out;      padding-bottom: 0; }    .theme-inspiration .theme-tile:hover .theme-tile__button {      bottom: 1.75em;      opacity: 1; }    .theme-inspiration .theme-tile__content {      padding: 1.5em 0;      background-color: rgba(0, 0, 0, 0.85);      position: absolute;      top: 100%;      left: 1em;      bottom: auto;      right: 1em;      transition: all 400ms ease-out; }      @media (min-width: 81.25em) {        .theme-inspiration .theme-tile__content {          left: 1.5em;          right: 1.5em; } }    .theme-inspiration .theme-tile__title {      color: #fff;      font-size: 1.2em;      font-family: "ClearSans-Bold", "Arial Narrow", Arial, sans-serif;      text-transform: uppercase;      -webkit-transform: translateY(-175%);          -ms-transform: translateY(-175%);              transform: translateY(-175%);      padding: 0.5em;      width: 100%;      background-color: rgba(0, 0, 0, 0.9);      transition: all 250ms ease-out; }      @media (min-width: 51.25em) {        .theme-inspiration .theme-tile__title {          font-size: 1.44em; } }      @media (min-width: 81.25em) {        .theme-inspiration .theme-tile__title {          padding: 0.75em 1em;          font-size: 1.728em; } }    .theme-inspiration .theme-tile__button {      position: absolute;      bottom: -4em;      left: 50%;      -webkit-transform: translateX(-50%);          -ms-transform: translateX(-50%);              transform: translateX(-50%);      opacity: 0;      transition: bottom 600ms ease-out, opacity 500ms ease-out; }      .theme-inspiration .theme-tile__button a {        font-size: 14px;        padding: 0.25em 2em;        min-width: 0; }        @media (min-width: 51.25em) {          .theme-inspiration .theme-tile__button a {            padding: 0.5em 2em; } }.recent-events {  padding: 0 0 0em; }.events-box {  width: 100%;  padding: 4em 2em 3em;  background-color: #0f3f96;  background-image: url("/stellaeventhire-co-uk/_img/images/events-bg.jpg");  background-position: 50% 50%;  background-size: cover;  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15), 0 5px 26px 0 rgba(0, 0, 0, 0.2);  text-align: center;  position: relative;  z-index: 1; }  .events-box:after {    content: "";    display: block;    position: absolute;    left: 0;    top: 0;    width: 100%;    height: 100%;    opacity: 0.9;    background-image: linear-gradient(104deg, #0f429d, #032157); }  .events-box__inner {    position: relative;    z-index: 2;    color: #fff; }    .events-box__inner h1 {      text-transform: uppercase;      margin-bottom: 0; }    .events-box__inner h6 {      font-weight: 300;      margin: 0.75em 1em 1.75em;      max-width: 840px; }      @media (min-width: 64.375em) {        .events-box__inner h6 {          margin: 0.75em auto 1.75em; } }  .events-box #listNews {    width: 95%;    margin: auto; }  .events-box .listNewsItem {    display: inline-block;    vertical-align: top;    width: 97%;    text-align: left;    margin: 2% 1.5% 30px;    opacity: 0;    -webkit-transform: translateY(20px);        -ms-transform: translateY(20px);            transform: translateY(20px); }    @media (min-width: 35em) {      .events-box .listNewsItem {        width: calc(47% - 4px);        margin: 2% 1.5% 4%; } }    @media (min-width: 64.375em) {      .events-box .listNewsItem {        width: calc(23% - 4px);        margin: 0; }        .events-box .listNewsItem:not(:nth-child(4)) {          margin-right: 2.6%; } }    .inviewport .events-box .listNewsItem, .previewFrame .events-box .listNewsItem {      -webkit-animation: fade-in-up 500ms ease-out forwards;              animation: fade-in-up 500ms ease-out forwards; }  .events-box .newsInfoWrap, .events-box .newsSummary, .events-box .newsImageBottom {    display: none; }  .events-box .newsImageTop {    position: relative; }    .events-box .newsImageTop:before {      display: block;      content: "";      width: 100%;      padding-top: 66.77116%; }  .events-box .newsImageBottom {    display: none; }  .events-box .newsTitle {    font-size: 1.2em;    line-height: 1.3;    margin: 0.75em 0 1.25em; }    .events-box .newsTitle a {      color: #fff; }  .events-box .newsSummaryLink a {    font-size: 14px;    padding: 0.5em 1.2em 0.7em;    min-width: 0;    background-color: #fff;    font-family: "ClearSans-Bold", "Arial Narrow", Arial, sans-serif;    color: #0f3f96;    line-height: 1.3;    margin-top: 1.5em;    transition: background 300ms ease-out; }    .events-box .newsSummaryLink a:hover {      background-color: #33aecf;      color: #fff; }.customers {  text-align: center; }  .customers h6 {    font-weight: 300;    margin: 0.75em auto 1.75em;    max-width: 840px; }  .customers .customers__carousel-item {    opacity: 0;    -webkit-transform: translateY(20px);        -ms-transform: translateY(20px);            transform: translateY(20px); }  .customers.inviewport .customers__carousel-item, .previewFrame .customers .customers__carousel-item {    -webkit-animation: fade-in-up 500ms ease-out forwards;            animation: fade-in-up 500ms ease-out forwards; }.testimonials {  position: relative;  background-color: #f4f3f1;  background-image: url("/stellaeventhire-co-uk/_img/images/testimonial-bg.jpg");  background-position: right center;  background-size: auto 100%;  background-repeat: no-repeat; }  .testimonials:after {    content: "";    position: absolute;    top: 0;    left: 0;    width: 100%;    height: 100%;    display: block;    background-color: #f4f3f1;    opacity: 0.7; }    @media (min-width: 87.5em) {      .testimonials:after {        opacity: 0.15; } }  .testimonials .container {    position: relative;    z-index: 2; }  .testimonials-inner {    padding: 4em 0;    padding-left: 1em; }    @media (min-width: 68.75em) {      .testimonials-inner {        padding-left: 8.33333%; } }    .testimonials-inner .main-title {      margin-bottom: 2.5rem;      opacity: 0;      -webkit-transform: translateY(20px);          -ms-transform: translateY(20px);              transform: translateY(20px); }  .testimonials-carousel {    max-width: 90%;    -webkit-transform: translateX(-20px);        -ms-transform: translateX(-20px);            transform: translateX(-20px);            background: #ececec; padding:  25px;            margin: 0 auto;/*    opacity: 0; */}    @media (min-width: 55em) {      .testimonials-carousel {        max-width: 52em; } }    .testimonials-carousel p {      font-weight: 400;      line-height: 2; }  .testimonials-item__name {    margin-top: 4.5rem; }    .testimonials-item__name h6 {      font-weight: 800; }  .testimonials .slick-dots {    text-align: left;  left:  0px;}    .testimonials .slick-dots li:first-child {      margin-left: 0; }  .testimonials.inviewport .main-title, .previewFrame .testimonials .main-title {    -webkit-animation: fade-in-up 500ms ease-out forwards 200ms;            animation: fade-in-up 500ms ease-out forwards 200ms; }  .testimonials.inviewport .testimonials-carousel, .previewFrame .testimonials .testimonials-carousel {    -webkit-animation: fade-in-left 600ms ease-out forwards 500ms;            animation: fade-in-left 600ms ease-out forwards 500ms; }.sign-up {  padding: 3em 0;  background-color: #33aecf; }  .sign-up__inner {    max-width: 65em;    margin: auto;    color: #fff;    padding: 0 1em; }    .sign-up__inner h3 {      text-align: center;      text-transform: uppercase;      font-family: "ClearSans-Medium", "Arial Narrow", Arial, sans-serif;      opacity: 0;      -webkit-transform: translateY(20px);          -ms-transform: translateY(20px);              transform: translateY(20px); }    .sign-up__inner form label {      font-weight: 800;      color: #fff;      font-size: 1em; }    .sign-up__inner form .inputset {      display: inline-block;      width: 100%;      opacity: 0;      -webkit-transform: translateY(20px);          -ms-transform: translateY(20px);              transform: translateY(20px); }      @media (min-width: 31.25em) {        .sign-up__inner form .inputset {          width: calc(49% - 4px);          margin-right: 1%; } }      @media (min-width: 43.75em) {        .sign-up__inner form .inputset {          width: calc(49% - 80px); } }    .sign-up__inner form .form_submit {      text-align: center;      opacity: 0;      -webkit-transform: translateY(20px);          -ms-transform: translateY(20px);              transform: translateY(20px); }      @media (min-width: 43.75em) {        .sign-up__inner form .form_submit {          width: 150px;          display: inline-block; } }    .sign-up__inner form input {      box-shadow: none; }      @media (min-width: 37.5em) {        .sign-up__inner form input {          height: 70px; } }    .sign-up__inner form input[type="submit"] {      background-color: #0f3f96;      padding: 1em;      color: #fff;      font-family: "ClearSans-Bold", "Arial Narrow", Arial, sans-serif;      font-weight: normal;      text-transform: uppercase;      width: 100%;      min-width: 0;      text-align: center;      display: inline-block;      margin-top: 0.5em; }      .sign-up__inner form input[type="submit"]:hover {        background-color: #5cbed9; }      @media (min-width: 31.25em) {        .sign-up__inner form input[type="submit"] {          width: 150px;          margin-top: 0; } }      @media (min-width: 37.5em) {        .sign-up__inner form input[type="submit"] {          height: 70px;          padding: 0 1em; } }    .sign-up__inner .form_error_specific {      top: 9px;      font-size: 13px;      color: #d22d05;      font-weight: 600; }  .sign-up.inviewport h3, .previewFrame .sign-up h3 {    -webkit-animation: fade-in-up 500ms ease-out 500ms forwards;            animation: fade-in-up 500ms ease-out 500ms forwards; }  .sign-up.inviewport .inputsetItem0, .previewFrame .sign-up .inputsetItem0 {    -webkit-animation: fade-in-up 500ms ease-out 600ms forwards;            animation: fade-in-up 500ms ease-out 600ms forwards; }  .sign-up.inviewport .inputsetItem1, .previewFrame .sign-up .inputsetItem1 {    -webkit-animation: fade-in-up 500ms ease-out 700ms forwards;            animation: fade-in-up 500ms ease-out 700ms forwards; }  .sign-up.inviewport .form_submit, .previewFrame .sign-up .form_submit {    -webkit-animation: fade-in-up 500ms ease-out 800ms forwards;            animation: fade-in-up 500ms ease-out 800ms forwards; }/* Slider */.slick-slider {  position: relative;  display: block;  box-sizing: border-box;  -webkit-touch-callout: none;  -webkit-user-select: none;  -moz-user-select: none;  -ms-user-select: none;  user-select: none;  -ms-touch-action: pan-y;  touch-action: pan-y;  -webkit-tap-highlight-color: transparent;  margin-bottom: 3em; }.slick-list {  position: relative;  overflow: hidden;  display: block;  margin: 0;  padding: 0; }  .slick-list:focus {    outline: none; }  .slick-list.dragging {    cursor: pointer;    cursor: hand; }.slick-slider .slick-track,.slick-slider .slick-list {  -webkit-transform: translate3d(0, 0, 0);  -ms-transform: translate3d(0, 0, 0);  transform: translate3d(0, 0, 0); }.slick-track {  position: relative;  left: 0;  top: 0;  display: block;  margin-left: auto;  margin-right: auto; }  .slick-track:before, .slick-track:after {    content: "";    display: table; }  .slick-track:after {    clear: both; }  .slick-loading .slick-track {    visibility: hidden; }.slick-slide {  float: left;  height: 100%;  min-height: 1px;  display: none; }  [dir="rtl"] .slick-slide {    float: right; }  .slick-slide img {    display: block; }  .slick-slide.slick-loading img {    display: none; }  .slick-slide.dragging img {    pointer-events: none; }  .slick-initialized .slick-slide {    display: block; }  .slick-loading .slick-slide {    visibility: hidden; }  .slick-vertical .slick-slide {    display: block;    height: auto;    border: 1px solid transparent; }.slick-arrow.slick-hidden {  display: none; }.slick-dots {  position: absolute;  bottom: -45px;  left:  0px;  display: block;  width: 100%;  padding: 0;  list-style: none;  text-align: center; }  .slick-dots li {    position: relative;    display: inline-block;    width: 20px;    height: 20px;    margin: 0 3px;    padding: 0;    cursor: pointer; }    .slick-dots li.slick-active button {      -webkit-transform: scale(1);          -ms-transform: scale(1);              transform: scale(1); }      .slick-dots li.slick-active button:before {        background-color: #0f3f96; }      .slick-dots li.slick-active button:hover {        -webkit-transform: scale(1);            -ms-transform: scale(1);                transform: scale(1); }    .slick-dots li button {      font-size: 0;      line-height: 0;      display: block;      width: 20px;      height: 20px;      padding: 5px;      cursor: pointer;      color: transparent;      border: 0;      outline: none;      background: transparent;      -webkit-transform: scale(0.75);          -ms-transform: scale(0.75);              transform: scale(0.75);      transition: 300ms ease-out transform; }      .slick-dots li button:hover {        -webkit-transform: scale(0.9);            -ms-transform: scale(0.9);                transform: scale(0.9); }      .slick-dots li button:before {        font-size: 6px;        line-height: 20px;        border-radius: 50%;        position: absolute;        top: 0px;        left: 0px;        width: 20px;        height: 20px;        content: "";        text-align: center;        color: black;        background-color: #33aecf;        -webkit-font-smoothing: antialiased; }.hero {  padding: 0; }  .hero-slide {    text-align: center;    padding: 5em 2em;    font-size: 14px;    background-size: cover;    background-position: center center; }    @media (min-width: 26.25em) {      .hero-slide {        padding: 6em 3em; } }    @media (min-width: 57.5em) {      .hero-slide {        padding: 7em 3em;        font-size: 16px; } }    @media (min-width: 57.5em) {      .hero-slide {        padding: 7em 3em;        font-size: 16px; } }    @media (min-width: 81.25em) {      .hero-slide {        padding: 9em 3em; } }  .hero__content {    padding: 3em 2.5em;    max-width: 640px;    display: inline-block;    background-color: rgba(0, 0, 0, 0.8);    color: #fff;    opacity: 0;    -webkit-transform: scaleX(0);        -ms-transform: scaleX(0);            transform: scaleX(0);    -webkit-transform-origin: left;        -ms-transform-origin: left;            transform-origin: left;    transition: all 400ms ease-out 200ms; }    .page-loaded .slick-active .hero__content {      opacity: 1;      -webkit-transform: scaleX(1);          -ms-transform: scaleX(1);              transform: scaleX(1); }    @media (min-width: 37.5em) {      .hero__content {        padding: 3em 3em; } }    .hero__content h1 {      text-transform: uppercase;      line-height: 1.2;      margin-bottom: 1.4rem;      text-shadow: 0 4px 8px rgba(0, 0, 0, 0.95);      font-size: 1.728em;      opacity: 0;      -webkit-transform: translateY(20px);          -ms-transform: translateY(20px);              transform: translateY(20px); }      @media (min-width: 37.5em) {        .hero__content h1 {          font-size: 2.48832em; } }      @media (min-width: 57.5em) {        .hero__content h1 {          font-size: 2.48832em; } }      @media (min-width: 81.25em) {        .hero__content h1 {          font-size: 2.98598em; } }      .page-loaded .slick-active .hero__content h1 {        -webkit-animation: fade-in-up 400ms ease-out 500ms forwards;                animation: fade-in-up 400ms ease-out 500ms forwards; }    .hero__content p, .hero__content .button {      opacity: 0;      -webkit-transform: translateY(20px);          -ms-transform: translateY(20px);              transform: translateY(20px); }    .page-loaded .slick-active .hero__content p {      -webkit-animation: fade-in-up 400ms ease-out 900ms forwards;              animation: fade-in-up 400ms ease-out 900ms forwards; }    .page-loaded .slick-active .hero__content .button {      -webkit-animation: fade-in-up 400ms ease-out 1000ms forwards;              animation: fade-in-up 400ms ease-out 1000ms forwards; }  .hero .slick-track {    display: -webkit-flex;    display: -ms-flexbox;    display: flex; }    .flexbox .hero .slick-track .slick-slide {      height: auto; }.group-pages, .subgroup-pages {  text-align: center; }  .group-pages h1, .subgroup-pages h1 {    width: 100%;    display: block;    text-transform: uppercase;    color: #0f3f96;    line-height: 1.1; }  .group-pages .grpDesc, .subgroup-pages .grpDesc {    width: 100%;    display: block;    margin-bottom: 20px;}  .group-pages > a, .subgroup-pages > a {    display: inline-block;    width: 90%;    margin: 2% auto;    position: relative;    padding: 2em;    box-shadow: inset 0 0 0 3px white, 0 2px 6px 0 rgba(0, 0, 0, 0.1);    top: 0;    transition: box-shadow 350ms ease-out, top 300ms ease-out;    opacity: 0;    -webkit-transform: translateY(20px);        -ms-transform: translateY(20px);            transform: translateY(20px); }    .inviewport .group-pages > a, .inviewport .subgroup-pages > a {      -webkit-animation: fade-in-up 400ms ease-out forwards;              animation: fade-in-up 400ms ease-out forwards; }    @media (min-width: 26.25em) {      .group-pages > a, .subgroup-pages > a {        width: calc(48% - 5px);        margin: 1%; } }    @media (min-width: 48em) {      .group-pages > a, .subgroup-pages > a {        width: calc(31% - 5px); } }    .group-pages > a:before, .subgroup-pages > a:before {      display: block;      content: "";      width: 100%;      padding-top: 95%; }    .group-pages > a:hover, .subgroup-pages > a:hover {      box-shadow: inset 0 0 0 0px white, 0 2px 6px 0 rgba(0, 0, 0, 0.1), 0 8px 30px 0 rgba(0, 0, 0, 0.15);      top: -0.5em; }      .group-pages > a:hover .category-title, .subgroup-pages > a:hover .category-title {        color: #33aecf;        background-color: #fff; }  .group-pages .category-title, .subgroup-pages .category-title {    padding: 0.5em;    display: inline-block;    width: calc(100% - 1em);    background-color: rgba(255, 255, 255, 0.8);    color: #333;    font-size: 1.44em;    font-family: "ClearSans-Bold", "Arial Narrow", Arial, sans-serif;    text-transform: uppercase;    line-height: 1.1;    transition: color 200ms ease-out, background 400ms ease-out;    position: absolute;    left: 0.5em;    right: 0.5em;    top: 50%;    -webkit-transform: translateY(-50%);        -ms-transform: translateY(-50%);            transform: translateY(-50%); }    @media (min-width: 35em) {      .group-pages .category-title, .subgroup-pages .category-title {        left: 1em;        right: 1em;        width: calc(100% - 2em); } }    @media (min-width: 64.375em) {      .group-pages .category-title, .subgroup-pages .category-title {        font-size: 1.728em; } }  .group-pages .category-button, .subgroup-pages .category-button {    display: none; }.subgroup-pages .category-title {  font-size: 1.44em; }@media (min-width: 81.25em) {  .subgroup-pages > a {    width: calc(23% - 5px); } }.login-content {  background-color: #ececec;  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23000000' fill-opacity='0.06' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E"); }.login-box, .reminder-box, .register-box, .order-history-wrap, .details-wrap {  box-shadow: inset 0 0 0 0px white, 0 2px 6px 0 rgba(0, 0, 0, 0.1), 0 8px 30px 0 rgba(0, 0, 0, 0.15);  background-color: #fff;  margin: auto;  max-width: 30em;  padding: 2em;  transition: box-shadow 400ms ease; }  @media (min-width: 26.25em) {    .login-box, .reminder-box, .register-box, .order-history-wrap, .details-wrap {      padding: 4em; } }  .login-box:hover, .reminder-box:hover, .register-box:hover, .order-history-wrap:hover, .details-wrap:hover {    box-shadow: inset 0 0 0 1px #33aecf, 0 2px 6px 0 rgba(0, 0, 0, 0.1), 0 8px 30px 0 rgba(0, 0, 0, 0.15); }  .login-box h1, .reminder-box h1, .register-box h1, .order-history-wrap h1, .details-wrap h1 {    font-family: "ClearSans-Bold", "Arial Narrow", Arial, sans-serif;    margin-bottom: 0.5em;    text-align: center;    line-height: 1; }  .login-box .ecommerceLoginIntro, .reminder-box .ecommerceLoginIntro, .register-box .ecommerceLoginIntro, .order-history-wrap .ecommerceLoginIntro, .details-wrap .ecommerceLoginIntro {    display: none; }  .login-box table, .reminder-box table, .register-box table, .order-history-wrap table, .details-wrap table {    width: 100%; }    .login-box table tr td:nth-child(2), .reminder-box table tr td:nth-child(2), .register-box table tr td:nth-child(2), .order-history-wrap table tr td:nth-child(2), .details-wrap table tr td:nth-child(2) {      padding-left: 5px; }  .login-box .ecommerceAccountForm td:first-child, .reminder-box .ecommerceAccountForm td:first-child, .register-box .ecommerceAccountForm td:first-child, .order-history-wrap .ecommerceAccountForm td:first-child, .details-wrap .ecommerceAccountForm td:first-child {    margin-right: 1em;    font-weight: 700; }  .login-box .ecommerceAccountForm td input, .reminder-box .ecommerceAccountForm td input, .register-box .ecommerceAccountForm td input, .order-history-wrap .ecommerceAccountForm td input, .details-wrap .ecommerceAccountForm td input {    margin: 0.5em 0; }  .login-box .ecommerceAccountForm td a, .reminder-box .ecommerceAccountForm td a, .register-box .ecommerceAccountForm td a, .order-history-wrap .ecommerceAccountForm td a, .details-wrap .ecommerceAccountForm td a {    padding: 1em 2em;    text-transform: uppercase;    font-size: 1em;    color: #FFFFFF;    background-color: #33aecf;    transition: all 300ms ease-out;    display: block;    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15), 0 6px 15px rgba(0, 0, 0, 0.15);    text-align: center;    white-space: nowrap;    font-family: "ClearSans-Bold", "Arial Narrow", Arial, sans-serif;    width: 100%;    margin: 1em auto; }    .login-box .ecommerceAccountForm td a:hover, .reminder-box .ecommerceAccountForm td a:hover, .register-box .ecommerceAccountForm td a:hover, .order-history-wrap .ecommerceAccountForm td a:hover, .details-wrap .ecommerceAccountForm td a:hover {      background-color: #333;      color: #FFFFFF; }  .login-box .ecommercePasswordLink, .reminder-box .ecommercePasswordLink, .register-box .ecommercePasswordLink, .order-history-wrap .ecommercePasswordLink, .details-wrap .ecommercePasswordLink {    padding-top: 1em;    font-weight: 400; }.create-account {  display: block;  margin: auto;  text-align: center;  margin-top: 3em; }.reminder-box {  text-align: center; }  .reminder-box h6 {    margin: 0em 0 1.5em; }.register-box {  max-width: 45em; }  .register-box h1 {    margin-bottom: 0.75em; }  .register-box h2 {    font-size: 1.728em;    border-bottom: 1px solid #ccc;    margin-bottom: 1em;    padding-bottom: 0.5rem; }    @media (min-width: 35em) {      .register-box h2 {        font-size: 2.0736em; } }  .register-box table tr td:first-child {    width: 40%;    font-weight: 600;    letter-spacing: -0.25px; }    @media (min-width: 35em) {      .register-box table tr td:first-child {        width: 200px; } }  .register-box table tr td:nth-child(2) {    width: 60%; }    @media (min-width: 35em) {      .register-box table tr td:nth-child(2) {        width: calc(100% - 200px); } }  .register-box table tr td input, .register-box table tr td select {    margin: 0.5em 0;    font-size: 14px; }    @media (min-width: 35em) {      .register-box table tr td input, .register-box table tr td select {        font-size: 16px; } }  .register-box input[type="submit"] {    width: 100%;    margin-top: 1em; }  .register-box #pnlStepSuccess2 p {    font-size: 1.2em; }.account-wrap h1 {  text-align: center; }.order-history-wrap, .details-wrap {  max-width: 45em;  padding: 2em; }  @media (min-width: 40em) {    .order-history-wrap, .details-wrap {      padding: 3em; } }  .order-history-wrap h3, .details-wrap h3 {    font-size: 1.728em;    border-bottom: 1px solid #ccc;    margin-bottom: 1em;    padding-bottom: 0.5rem; }.order-history-wrap {  margin-bottom: 2em; }  .order-history-wrap table {    width: 100%;    border-collapse: collapse;    font-size: 12px;    min-width: 450px; }    @media (min-width: 40em) {      .order-history-wrap table {        font-size: 13px; } }    @media (min-width: 51.25em) {      .order-history-wrap table {        font-size: 14px; } }  .order-history-wrap td {    padding: 0.75em; }    .order-history-wrap td:not(:first-child) {      text-align: center; }  .order-history-wrap .tableheading {    background-color: #0f3f96;    color: #fff;    font-weight: 700;    border: 1px solid rgba(255, 255, 255, 0.25);    line-height: 1.1; }  .order-history-wrap .tablerow {    background-color: #fff;    border: 1px solid #888888; }  .order-history-wrap .ecommerceOrders {    overflow-x: scroll; }.details-wrap .ecommerceAccountForm input[type="text"] {  font-size: 0.875rem; }  @media (min-width: 31.25em) {    .details-wrap .ecommerceAccountForm input[type="text"] {      font-size: 1rem; } }.breadcrumbs {  background-color: #ddd;  padding: 1em 0;  border-bottom: 1px solid #bbb; }  @media (min-width: 60em) {    .breadcrumbs {      padding: 2em 0; } }  .breadcrumbs-inner {    max-width: 100em;    margin: auto;    padding: 0 2em;    color: #555; }  .breadcrumbs a {    color: #555;    font-weight: 600;    font-size: 0.83333em; }    .breadcrumbs a:hover {      color: #33aecf; }.products-page {  padding: 0;  background-color: #f4f3f3; }.products-page__wrap {  max-width: 100em;  margin: auto;  padding: 0 1em;  display: -webkit-flex;  display: -ms-flexbox;  display: flex;  -webkit-justify-content: space-between;      -ms-flex-pack: justify;          justify-content: space-between; }  .products-page__wrap svg {    max-width: 4em; }  @media (min-width: 22.5em) {    .products-page__wrap {      padding: 0 1.5em; } }  @media (min-width: 30em) {    .products-page__wrap {      padding: 0 3em; } }.product-filters {  width: 25em;  position: fixed;  display: inline-block;  vertical-align: top;  top: 0;  left: 0;  height: 100%;  background: #fff;  z-index: 1006;  max-width: 90%;  opacity: 0;  -webkit-transform: translateX(-120%);      -ms-transform: translateX(-120%);          transform: translateX(-120%);  transition: opacity 300ms linear, -webkit-transform 500ms cubic-bezier(0.7, 0.32, 0.9, 0.71);  transition: transform 500ms cubic-bezier(0.7, 0.32, 0.9, 0.71), opacity 300ms linear;  transition: transform 500ms cubic-bezier(0.7, 0.32, 0.9, 0.71), opacity 300ms linear, -webkit-transform 500ms cubic-bezier(0.7, 0.32, 0.9, 0.71);  box-shadow: 5px 0 20px 0 rgba(0, 0, 0, 0.1); }  .product-filters.open {    -webkit-transform: translateX(0);        -ms-transform: translateX(0);            transform: translateX(0);    opacity: 1; }  @media (min-width: 60em) {    .product-filters {      position: relative;      width: 14em;      padding: 2em 1em 2em 0;      border-right: 1px solid #ccc;      background-color: transparent;      box-shadow: none;      top: auto;      left: auto;      height: auto;      -webkit-transform: translateX(0);          -ms-transform: translateX(0);              transform: translateX(0);      opacity: 1;      z-index: 1; } }  @media (min-width: 71.875em) {    .product-filters {      width: 15em;      padding: 2em 2em 2em 0; } }  .product-filters__heading {    position: relative;    padding-right: 2em;    padding: 2em 4em 2em 2em;    background-color: #eee; }    .product-filters__heading h4 {      margin-bottom: 0; }    @media (min-width: 60em) {      .product-filters__heading {        padding: 0;        background-color: transparent; } }  .product-filters .close-button {    position: absolute;    right: 2em;    top: 50%;    height: 1.5em;    width: 1.5em;    -webkit-transform: translateY(-50%);        -ms-transform: translateY(-50%);            transform: translateY(-50%); }    .product-filters .close-button svg {      fill: #333; }    @media (min-width: 60em) {      .product-filters .close-button {        display: none; } }  .product-filters .category__list ul {    padding-left: 0;    padding-top: 1em;    margin-left: 0; }    .product-filters .category__list ul li {      list-style-type: none; }      .product-filters .category__list ul li a {        color: #888888;        padding: 0.85em 0 0.75em;        position: relative;        display: block;        font-size: 1.2em;        font-family: "ClearSans-Bold", "Arial Narrow", Arial, sans-serif;        border-bottom: 1px solid #ccc; }        .product-filters .category__list ul li a:hover {          color: #33aecf; }      .product-filters .category__list ul li > ul {        display: none; }.product-listing {  width: 100%;  display: inline-block;  vertical-align: top; }  @media (min-width: 60em) {    .product-listing {      width: calc(100% - 14em - 5px);      padding: 2em 0 0 1em; } }  @media (min-width: 71.875em) {    .product-listing {      width: calc(100% - 15em - 5px);      padding: 2em 0 0 2em; } }.filter-button {  display: inline-block;  vertical-align: middle;  width: 100px;  background-color: transparent;  color: #0f3f96;  font-family: "ClearSans-Medium", "Arial Narrow", Arial, sans-serif;  text-transform: uppercase;  text-align: center;  font-size: 1em;  padding: 0.5em;  box-shadow: inset 0 0 0 1px #0f3f96;  transition: background-color 200ms ease-out, color 200ms ease-out; }  .filter-button svg, .filter-button span {    display: inline-block;    vertical-align: middle; }  .filter-button svg {    height: 1em;    width: 1em;    margin-right: 5px;    fill: #0f3f96;    transition: fill 200ms ease-out; }  .filter-button:hover {    background-color: #0f3f96;    color: #fff; }    .filter-button:hover svg {      fill: #fff; }  @media (min-width: 26.25em) {    .filter-button {      width: calc(50% - 4px);      font-size: 1.2em; } }  @media (min-width: 60em) {    .filter-button {      display: none; } }.category__filter {  padding: 1em 2em 2em 2em; }  @media (min-width: 60em) {    .category__filter {      padding: 0; } }.category__filter__header {  margin-top: 1.5rem;  position: relative;  font-family: "ClearSans-Bold", "Arial Narrow", Arial, sans-serif;  font-size: 1.2em;  padding-right: 1.5rem; }  .category__filter__header:before {    content: "";    display: block;    height: 0.75rem;    width: 0.75rem;    position: absolute;    right: 0;    top: 10px;    -ms-transform: rotate(0deg);    -webkit-transform: rotate(0deg);            transform: rotate(0deg);    transition: -webkit-transform 400ms ease-out;    transition: transform 400ms ease-out;    transition: transform 400ms ease-out, -webkit-transform 400ms ease-out;    -ms-transform-origin: 50% 50%;    -webkit-transform-origin: 50% 50%;            transform-origin: 50% 50%;    background-position: 50% 50%;    background-size: contain;    background-repeat: no-repeat;    background-image: url(/stellaeventhire-co-uk/_img/images/svg/down-arrow.svg); }  .category__filter__header.closed:before {    -webkit-transform: rotate(180deg);        -ms-transform: rotate(180deg);            transform: rotate(180deg); }  .category__filter__header.selected {    padding-right: 0; }    .category__filter__header.selected:before {      background-image: none; }    .category__filter__header.selected a {      overflow: hidden;      text-indent: -1000%;      white-space: nowrap;      display: inline-block;      float: right;      width: 0.75rem;      position: relative;      color: transparent; }      .category__filter__header.selected a:before {        content: "";        display: block;        height: 0.75rem;        width: 0.75rem;        position: absolute;        right: 0;        top: 50%;        -webkit-transform: translateY(-50%);            -ms-transform: translateY(-50%);                transform: translateY(-50%);        background-position: 50% 50%;        background-size: contain;        background-repeat: no-repeat;        background-image: url(/stellaeventhire-co-uk/_img/images/svg/delete.svg); }.category__filter__options__selected {  padding: 1em 0 1em 2em;  position: relative;  font-family: "ClearSans-Medium", "Arial Narrow", Arial, sans-serif;  font-size: 1.2em;  color: #888888; }  .category__filter__options__selected:before {    content: "";    position: absolute;    height: 1.2em;    width: 1.2em;    display: inline-block;    vertical-align: middle;    margin-right: 10px;    border: 1px solid #ccc;    top: 50%;    left: 0;    -webkit-transform: translateY(-50%);        -ms-transform: translateY(-50%);            transform: translateY(-50%);    background-position: 50% 50%;    background-size: 75% 75%;    background-repeat: no-repeat;    background-image: url(/stellaeventhire-co-uk/_img/images/svg/tick.svg); }.category__filter__options {  margin-bottom: 1em; }.category__filter__options__item {  position: relative;  display: inline-block;  width: 100%;  border-bottom: 1px solid #ddd; }  .category__filter__options__item a {    color: #888888;    padding: 0.85em 0 0.75em 2em;    position: relative;    display: block;    font-size: 0.83333em; }    .category__filter__options__item a:before {      content: "";      position: absolute;      height: 1.2em;      width: 1.2em;      display: inline-block;      vertical-align: middle;      margin-right: 10px;      border: 1px solid #ccc;      top: 50%;      left: 0;      -webkit-transform: translateY(-50%);          -ms-transform: translateY(-50%);              transform: translateY(-50%); }.product-listing__inner h2 {  display: inline-block;  vertical-align: top;  width: 100%;  margin: 0.75em 0 0.75em 0;  position: relative;  color: #0f3f96;  font-size: 2.0736em;  text-align: center; }  @media (min-width: 26.25em) {    .product-listing__inner h2 {      font-size: 2.98598em; } }  @media (min-width: 60em) {    .product-listing__inner h2 {      margin: 0;      width: calc(50% - 4px);      text-align: left;      font-size: 2.48832em;      top: -12px; } }  @media (min-width: 75em) {    .product-listing__inner h2 {      font-size: 2.98598em; } }form[name="pageHeader"] {  display: inline-block;  vertical-align: middle;  width: calc(100% - 104px); }  @media (min-width: 26.25em) {    form[name="pageHeader"] {      width: calc(50% - 4px); } }  @media (min-width: 60em) {    form[name="pageHeader"] {      width: calc(50% - 4px);      vertical-align: top; } }.pagination ul {  text-align: right;  margin: 0;  padding-top: 3px; }  .pagination ul li {    display: inline-block;    font-size: 0.8125rem;    border: 1px solid #bbb;    line-height: 1;    margin-bottom: 3px; }    .pagination ul li.p_active {      display: none;      padding: 0.5rem;      border-color: #eee;      color: #eee; }    .pagination ul li.active {      padding: 0.5rem;      border-color: #0f3f96;      color: #0f3f96;      font-weight: 700;      box-shadow: inset 0 0 0 1px #0f3f96; }      .pagination ul li.active:hover {        border-color: #0f3f96;        color: #0f3f96; }    .pagination ul li a {      color: #727272;      padding: 0.5rem;      display: block; }      .pagination ul li a:hover {        border-color: #33aecf;        color: #33aecf; }    .pagination ul li:hover {      border-color: #0f3f96;      color: #0f3f96; }.product-item__wrap, #ecommerceSearchItemsWrap {  min-width: 100%;  margin: 1em -4px 2em;  display: -webkit-flex;  display: -ms-flexbox;  display: flex;  -webkit-flex-wrap: wrap;      -ms-flex-wrap: wrap;          flex-wrap: wrap; }  @media (min-width: 22.5em) {    .product-item__wrap, #ecommerceSearchItemsWrap {      margin: 1em -7px 2em; } }  .product-item__wrap .product_item, .product-item__wrap .ecommerceSearchItem, #ecommerceSearchItemsWrap .product_item, #ecommerceSearchItemsWrap .ecommerceSearchItem {    margin: 4px;    background-color: #FFFFFF;    padding: 0.2em;    display: inline-block;    width: calc(100% - 13px);    -webkit-flex-basis: calc(100% - 8px);        -ms-flex-preferred-size: calc(100% - 8px);            flex-basis: calc(100% - 8px);    box-shadow: 0 3px 6px 0 transparent, 0 5px 25px 0 transparent;    transition: box-shadow 200ms ease-out;    cursor: pointer;    border: 1px solid #ddd; }    @media (min-width: 20em) {      .product-item__wrap .product_item, .product-item__wrap .ecommerceSearchItem, #ecommerceSearchItemsWrap .product_item, #ecommerceSearchItemsWrap .ecommerceSearchItem {        width: calc(50% - 13px);        -webkit-flex-basis: calc(50% - 8px);            -ms-flex-preferred-size: calc(50% - 8px);                flex-basis: calc(50% - 8px); } }    @media (min-width: 26.25em) {      .product-item__wrap .product_item, .product-item__wrap .ecommerceSearchItem, #ecommerceSearchItemsWrap .product_item, #ecommerceSearchItemsWrap .ecommerceSearchItem {        width: calc(50% - 19px);        -webkit-flex-basis: calc(50% - 14px);            -ms-flex-preferred-size: calc(50% - 14px);                flex-basis: calc(50% - 14px);        margin: 7px; } }    @media (min-width: 37.5em) {      .product-item__wrap .product_item, .product-item__wrap .ecommerceSearchItem, #ecommerceSearchItemsWrap .product_item, #ecommerceSearchItemsWrap .ecommerceSearchItem {        width: calc(33% - 19px);        -webkit-flex-basis: calc(33.3333% - 14px);            -ms-flex-preferred-size: calc(33.3333% - 14px);                flex-basis: calc(33.3333% - 14px); } }    @media (min-width: 78.75em) {      .product-item__wrap .product_item, .product-item__wrap .ecommerceSearchItem, #ecommerceSearchItemsWrap .product_item, #ecommerceSearchItemsWrap .ecommerceSearchItem {        width: calc(25% - 19px);        -webkit-flex-basis: calc(25% - 14px);            -ms-flex-preferred-size: calc(25% - 14px);                flex-basis: calc(25% - 14px); } }    .product-item__wrap .product_item:hover, .product-item__wrap .ecommerceSearchItem:hover, #ecommerceSearchItemsWrap .product_item:hover, #ecommerceSearchItemsWrap .ecommerceSearchItem:hover {      box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1), 0 10px 20px 0 rgba(0, 0, 0, 0.15); }  .product-item__wrap .product_img, .product-item__wrap .ecommerceSearchImage, #ecommerceSearchItemsWrap .product_img, #ecommerceSearchItemsWrap .ecommerceSearchImage {    position: relative;    background-size: contain !important;    margin: 0 0.5em; }    .product-item__wrap .product_img:before, .product-item__wrap .ecommerceSearchImage:before, #ecommerceSearchItemsWrap .product_img:before, #ecommerceSearchItemsWrap .ecommerceSearchImage:before {      display: block;      content: "";      width: 100%;      padding-top: 105.88235%; }    .product-item__wrap .product_img a, .product-item__wrap .ecommerceSearchImage a, #ecommerceSearchItemsWrap .product_img a, #ecommerceSearchItemsWrap .ecommerceSearchImage a {      position: absolute;      height: 100%;      width: 100%;      bottom: 0;      left: 0; }  .product-item__wrap .product_info, #ecommerceSearchItemsWrap .product_info {    padding: 0.5em 0.5em 0 0.5em;    background-color: #fff;    -webkit-flex: 1;        -ms-flex: 1;            flex: 1; }    @media (min-width: 26.25em) {      .product-item__wrap .product_info, #ecommerceSearchItemsWrap .product_info {        padding: 1em 1em 0 1em; } }  .product-item__wrap .productName, .product-item__wrap .ecommerceSearchTitle, #ecommerceSearchItemsWrap .productName, #ecommerceSearchItemsWrap .ecommerceSearchTitle {    font-family: "ClearSans-Bold", "Arial Narrow", Arial, sans-serif;    line-height: 1; }    @media (min-width: 26.25em) {      .product-item__wrap .productName, .product-item__wrap .ecommerceSearchTitle, #ecommerceSearchItemsWrap .productName, #ecommerceSearchItemsWrap .ecommerceSearchTitle {        font-size: 1.2em; } }    .product-item__wrap .productName a, .product-item__wrap .ecommerceSearchTitle a, #ecommerceSearchItemsWrap .productName a, #ecommerceSearchItemsWrap .ecommerceSearchTitle a {      color: #333; }  .product-item__wrap .productCat, #ecommerceSearchItemsWrap .productCat {    color: #888;    text-transform: uppercase;    letter-spacing: 1px;    font-size: 0.69444em;    font-weight: 600;    margin: 7px 0;    line-height: 1;    display: none; }  .product-item__wrap .productId, .product-item__wrap .productDesc, .product-item__wrap .ecommerceSummaryReviewsItem, #ecommerceSearchItemsWrap .productId, #ecommerceSearchItemsWrap .productDesc, #ecommerceSearchItemsWrap .ecommerceSummaryReviewsItem {    display: none; }  .product-item__wrap .productPrice, #ecommerceSearchItemsWrap .productPrice {    color: #888888;    font-weight: 600;    font-size: 0.83333em;    line-height: 1.1;    margin-top: 10px; }  .product-item__wrap .productPriceVat, #ecommerceSearchItemsWrap .productPriceVat {    font-weight: 800;    font-size: 1.0625em;    line-height: 1.1;    margin-top: 5px; }.productQuantityInput {  position: relative;  padding-top: 1em; }  .productQuantityInput:before {    content: "Qty";    position: absolute;    top: -2px;    left: 0;    width: 100%;    display: block;    color: #888;    text-transform: uppercase;    letter-spacing: 0.5px;    font-weight: 800;    font-size: 0.69444em; }.uspPoints, .product_view_btn_wrap {  padding: 0 0.5em 0.35em 0.5em; }  @media (min-width: 26.25em) {    .uspPoints, .product_view_btn_wrap {      padding: 0 1em 0.5em 1em; } }.uspPoints {  padding-top: 0.5em; }.product_view_btn_wrap input {  padding: 0.5em;  font-size: 0.9375em;  min-height: 0 !important; }.product_view_btn_wrap a {  display: block;  padding: 0.75em 0.1em;  font-size: 12px;  text-transform: uppercase;  color: #FFFFFF;  background-color: #0f3f96;  transition: all 300ms ease-out;  text-align: center;  white-space: nowrap;  font-family: "ClearSans-Bold", "Arial Narrow", Arial, sans-serif; }  @media (min-width: 35em) {    .product_view_btn_wrap a {      font-size: 14px; } }  .product_view_btn_wrap a:hover {    background-color: #33aecf; }.product_view_btn_wrap .product_view_btn {  margin-top: 0.4em; }  .product_view_btn_wrap .product_view_btn a {    background-color: #032157;    color: #FFFFFF; }    .product_view_btn_wrap .product_view_btn a:hover {      background-color: #33aecf;      color: #FFFFFF;      text-shadow: none; }.product-page {  padding: 0; }.product-page__wrap .product-top__inner, .product-page__wrap .product-bottom__inner {  max-width: 85em;  margin: auto; }.product-page__wrap h2 {  font-size: 2.0736em;  text-transform: uppercase; }.product-top {  width: 100%;  padding: 3em 2em;  border-bottom: 1px solid #ccc;  position: relative;  background-color: #f4f3f3; }  @media (min-width: 37.5em) {    .product-top {      padding: 3em; } }  @media (min-width: 57.5em) {    .product-top {      padding: 5em 3em; } }  .product-top__inner {    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.05), 0 10px 20px 0 rgba(0, 0, 0, 0.08); }    @media (min-width: 57.5em) {      .product-top__inner {        display: -webkit-flex;        display: -ms-flexbox;        display: flex; } }.product-image {  display: block;  display: -webkit-flex;  display: -ms-flexbox;  display: flex;  width: 100%;  vertical-align: top;  -webkit-align-items: center;      -ms-flex-align: center;          align-items: center;  -webkit-justify-content: center;      -ms-flex-pack: center;          justify-content: center;  padding: 0 2em;  min-height: 40vh;  text-align: center;  border: 1px solid #bbb;  border-bottom: none;  background-color: #fff; }  @media (min-width: 57.5em) {    .product-image {      width: 60%;      display: inline-block;      display: -webkit-flex;      display: -ms-flexbox;      display: flex;      border-bottom: 1px solid #bbb;      border-right: none; } }.detailProductImage img {  max-height: 40em;  max-height: 55vh; }.product-info {  display: block;  background-color: #fff;  width: 100%;  -webkit-flex: 1;      -ms-flex: 1;          flex: 1; }  @media (min-width: 57.5em) {    .product-info {      display: inline-block;      vertical-align: top;      width: calc(40% - 5px); } }  .product-info__inner {    padding: 2em;    border: 1px solid #bbb; }    @media (min-width: 26.25em) {      .product-info__inner {        padding: 3em; } }    @media (min-width: 57.5em) {      .product-info__inner {        padding: 2em; } }    @media (min-width: 71.875em) {      .product-info__inner {        padding: 3em; } }.detailProductName h1 {  font-size: 2.0736em;  text-transform: uppercase;  margin-bottom: 0.85rem;  color: #0f3f96; }.detailProductCat {  font-weight: 800;  color: #888888;  text-transform: uppercase;  margin-bottom: 0.4rem;  font-size: 0.83333em;  letter-spacing: 0.1em; }.detailProductPrice p {  font-weight: 700;  color: #888888;  font-size: 0.83333em; }.detailProductPrice.vat-text {  margin-bottom: 1rem;  padding-bottom: 1rem;  border-bottom: 1px solid #bbb; }  .detailProductPrice.vat-text p {    font-size: 1.44em;    font-weight: 700;    font-family: "ClearSans-Regular", "Arial Narrow", Arial, sans-serif;    color: #333; }.detailProductDesc {  margin-bottom: 1rem;  padding-bottom: 1rem; }  .detailProductDesc p {    font-weight: 400; }.productHide, .ecommerceProductOptionsInnerTitle {  display: none; }.productOptionsLabel, .detailProductQuantityLabel {  font-weight: 800;  color: #888888;  text-transform: uppercase;  font-size: 0.83333em;  letter-spacing: 0.1em; }@media (min-width: 40em) {  .productOptions > div {    max-width: 90%; } }.productOptions .selectList:after {  top: 50%;  -webkit-transform: translateY(-50%);      -ms-transform: translateY(-50%);          transform: translateY(-50%); }@media (min-width: 40em) {  .detailProductQuantityWrap input {    max-width: 90%; } }.detailProductBtn {  display: block;  margin-top: 2rem; }  .detailProductBtn a {    padding: 1em 2em;    text-transform: uppercase;    font-size: 1em;    background-color: #0f3f96;    color: #FFFFFF;    transition: all 300ms ease-out;    display: block;    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15), 0 6px 15px rgba(0, 0, 0, 0.15);    text-align: center;    min-width: 150px;    white-space: nowrap;    border: none;    font-family: "ClearSans-Bold", "Arial Narrow", Arial, sans-serif; }    @media (min-width: 40em) {      .detailProductBtn a {        max-width: 90%; } }    .detailProductBtn a:hover {      background-color: #33aecf;      color: #FFFFFF; }.product-bottom {  background-color: #fff;  padding: 3em 2em; }  @media (min-width: 37.5em) {    .product-bottom {      padding: 3em; } }  @media (min-width: 57.5em) {    .product-bottom {      padding: 5em 3em; } }@media (min-width: 40em) {  .product-details > div {    width: calc(50% - 3px);    display: inline-block;    vertical-align: top; } }.product-details {  padding-bottom: 3em;  margin-bottom: 3em;  border-bottom: 2px solid #ddd; }  @media (min-width: 40em) {    .product-details {      display: -webkit-flex;      display: -ms-flexbox;      display: flex; } }.product-features {  padding-bottom: 2em;  margin-bottom: 2em;  border-bottom: 2px solid #ddd; }  @media (min-width: 40em) {    .product-features {      display: -webkit-flex;      display: -ms-flexbox;      display: flex;      padding-bottom: 0;      margin-bottom: 0;      border-bottom: none;      padding-right: 2em;      border-right: 1px solid #ddd; } }  .product-features p {    font-weight: 600; }@media (min-width: 40em) {  .product-spec {    padding-left: 2em;    display: -webkit-flex;    display: -ms-flexbox;    display: flex; } }.product-spec p, .product-spec li {  font-weight: 600; }.similar-products {  min-width: 100%;  margin: 1em -4px 2em;  display: -webkit-flex;  display: -ms-flexbox;  display: flex;  -webkit-flex-wrap: wrap;      -ms-flex-wrap: wrap;          flex-wrap: wrap; }  @media (min-width: 22.5em) {    .similar-products {      margin: 1em -7px 2em; } }.similarProductWrap {  margin: 4px;  background-color: #FFFFFF;  padding: 0.2em;  display: inline-block;  width: calc(50% - 13px);  -webkit-flex-basis: calc(50% - 8px);      -ms-flex-preferred-size: calc(50% - 8px);          flex-basis: calc(50% - 8px);  box-shadow: 0 3px 6px 0 transparent, 0 5px 25px 0 transparent;  transition: box-shadow 200ms ease-out;  cursor: pointer;  border: 1px solid #ddd; }  @media (min-width: 22.5em) {    .similarProductWrap {      width: calc(50% - 19px);      -webkit-flex-basis: calc(50% - 14px);          -ms-flex-preferred-size: calc(50% - 14px);              flex-basis: calc(50% - 14px);      margin: 7px; } }  @media (min-width: 37.5em) {    .similarProductWrap {      width: calc(33% - 19px);      -webkit-flex-basis: calc(33.3333% - 14px);          -ms-flex-preferred-size: calc(33.3333% - 14px);              flex-basis: calc(33.3333% - 14px); } }  @media (min-width: 78.75em) {    .similarProductWrap {      width: calc(25% - 19px);      -webkit-flex-basis: calc(25% - 14px);          -ms-flex-preferred-size: calc(25% - 14px);              flex-basis: calc(25% - 14px); } }  .similarProductWrap:hover {    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1), 0 10px 20px 0 rgba(0, 0, 0, 0.15); }.similarProductImage {  position: relative;  background-size: contain !important; }  .similarProductImage:before {    display: block;    content: "";    width: 100%;    padding-top: 105.88235%; }.similarProductTitle {  padding: 0.5em;  background-color: #fff;  font-family: "ClearSans-Medium", "Arial Narrow", Arial, sans-serif;  line-height: 1; }  @media (min-width: 26.25em) {    .similarProductTitle {      font-size: 1.2em;      padding: 1em; } }.fancybox-skin {  background-color: #0f3f96;  color: #fff; }  .fancybox-skin *, .fancybox-skin *:before, .fancybox-skin *:after {    box-sizing: border-box; }#checkoutMessage {  padding: 2em; }  #checkoutMessage p {    font-size: 1.2em; }  #checkoutMessage a {    padding: 1em;    text-transform: uppercase;    font-size: 1em;    background-color: #33aecf;    color: #FFFFFF;    transition: all 300ms ease-out;    display: block;    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15), 0 6px 15px rgba(0, 0, 0, 0.15);    text-align: center;    min-width: 150px;    white-space: nowrap;    border: none;    font-family: "ClearSans-Bold", "Arial Narrow", Arial, sans-serif; }    @media (min-width: 31.25em) {      #checkoutMessage a {        width: calc(50% - 0.25em - 2.5px);        display: inline-block; } }    #checkoutMessage a:hover {      background-color: #3360cf;      color: #FFFFFF; }    #checkoutMessage a#checkoutAddMore {      background-color: #FFFFFF;      color: #0f3f96;      margin-bottom: 1em; }      @media (min-width: 31.25em) {        #checkoutMessage a#checkoutAddMore {          margin-right: 0.5em;          margin-bottom: 0; } }      #checkoutMessage a#checkoutAddMore:hover {        background-color: #3360cf;        color: #FFFFFF; }.search-page {  padding: 3em 1em; }  @media (min-width: 22.5em) {    .search-page {      padding: 4em 1.5em; } }  @media (min-width: 30em) {    .search-page {      padding: 4em 3em; } }  @media (min-width: 37.5em) {    .search-page {      padding: 6em 3em; } }.search-page__wrap {  max-width: 100em;  margin: auto;  position: relative;  padding-top: 2em; }  .search-page__wrap svg {    max-width: 4em; }  .search-page__wrap h1 {    top: -3rem;    position: relative;    margin-bottom: 0; }.ecommerceSearchControlsHeader h2 {  margin-bottom: 0.1em;  color: #888;  text-transform: uppercase;  letter-spacing: 0.5px;  font-weight: 800;  font-size: 0.83333em; }.search-page {  background-color: #f4f3f3; }#groupNavOrder select {  margin-bottom: 0; }.ecommerceSearchControlsCategory, .ecommerceSearchDescription {  display: none; }.ecommerceSearchTitle, .ecommerceSearchBodyWrap {  padding: 0em 0.5em;  background-color: #fff;  -webkit-flex: 1;      -ms-flex: 1;          flex: 1; }  @media (min-width: 26.25em) {    .ecommerceSearchTitle, .ecommerceSearchBodyWrap {      padding: 0 1em; } }#ecommerceSearchItemsWrap .ecommerceSearchItem {  padding-bottom: 0.5em; }  @media (min-width: 26.25em) {    #ecommerceSearchItemsWrap .ecommerceSearchItem {      padding-bottom: 1em; } }#ecommerceSearchItemsWrap .ecommerceSearchTitle {  font-family: "ClearSans-Bold", "Arial Narrow", Arial, sans-serif;  line-height: 1;  margin-bottom: 0.25em; }  @media (min-width: 26.25em) {    #ecommerceSearchItemsWrap .ecommerceSearchTitle {      font-size: 1.2em; } }  #ecommerceSearchItemsWrap .ecommerceSearchTitle a {    color: #333; }    #ecommerceSearchItemsWrap .ecommerceSearchTitle a:hover {      color: #33aecf; }.ecommerceSearchPrice {  color: #888;  text-transform: uppercase;  letter-spacing: 0.5px;  font-weight: 800;  font-size: 0.83333em;  margin-bottom: 0.25em; }.ecommerceSearchUrl {  margin-top: 0.4em; }  .ecommerceSearchUrl a {    background-color: #032157;    color: #FFFFFF;    display: block;    padding: 0.75em 0.1em;    font-size: 12px;    text-transform: uppercase;    color: #FFFFFF;    background-color: #0f3f96;    transition: all 300ms ease-out;    text-align: center;    white-space: nowrap;    font-family: "ClearSans-Bold", "Arial Narrow", Arial, sans-serif; }    .ecommerceSearchUrl a:hover {      background-color: #33aecf;      color: #FFFFFF;      text-shadow: none; }@media (min-width: 26.25em) {  #ecommerceSearchResults .pagination {    padding-left: 12em; } }#ecommerceSearchControls {  margin-bottom: 1em; }  @media (min-width: 26.25em) {    #ecommerceSearchControls {      width: 12em;      margin-bottom: 0;      position: absolute;      top: 3em;      left: 0; } }  @media (min-width: 75em) {    #ecommerceSearchControls {      top: 4em; } }/*Basket*/.checkout-page {  padding: 3em 1em;  background-color: #ececec;  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23000000' fill-opacity='0.06' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E"); }  .checkout-page h1 {    color: #0f3f96;    text-align: center;    margin-bottom: 0.5em; }  .checkout-page__wrap {    max-width: 85em;    margin: auto;    box-shadow: inset 0 0 0 0px white, 0 2px 6px 0 rgba(0, 0, 0, 0.1), 0 8px 30px 0 rgba(0, 0, 0, 0.15);    background-color: #fff;    margin: auto;    padding: 1em;    transition: box-shadow 400ms ease; }    @media (min-width: 23.75em) {      .checkout-page__wrap {        padding: 2em; } }    .checkout-page__wrap:hover {      box-shadow: inset 0 0 0 1px #33aecf, 0 2px 6px 0 rgba(0, 0, 0, 0.1), 0 8px 30px 0 rgba(0, 0, 0, 0.15); }    @media (min-width: 37.5em) {      .checkout-page__wrap {        padding: 3em; } }    @media (min-width: 0em) and (max-width: 41.875em) {      .checkout-page__wrap #editirFullBasket {        overflow-x: scroll; } }.basketOutput {  padding: 0.75rem;  border: 1px solid #e5e5e5;  background-color: #fff; }  @media (min-width: 40em) {    .basketOutput {      padding: 1.5rem; } }  .basketOutput .col1 {    text-align: left;    width: 40%; }    @media (min-width: 40em) {      .basketOutput .col1 {        width: auto; } }    .basketOutput .col1 a {      color: #0f3f96; }      .basketOutput .col1 a:hover {        color: #33aecf; }  .basketOutput td,  .basketOutput th {    text-align: center; }  .basketOutput .col7 {    display: none; }    @media (min-width: 30em) {      .basketOutput .col7 {        display: table-cell; } }  .basketOutput .col8 {    text-align: right; }table.basketOutput {  width: 100%; }  table.basketOutput .basketHead,  table.basketOutput tr {    border-bottom: 1px solid #e5e5e5; }    table.basketOutput .basketHead.basketSummarySub,    table.basketOutput tr.basketSummarySub {      border: none;      background-color: #f4f3f3; }  table.basketOutput td,  table.basketOutput th {    padding: 0.5rem;    font-size: 0.75rem;    line-height: 1.2; }    @media (min-width: 35em) {      table.basketOutput td,      table.basketOutput th {        font-size: 0.8125rem;        padding: 0.75rem; } }    @media (min-width: 51.25em) {      table.basketOutput td,      table.basketOutput th {        font-size: 0.9375rem;        padding: 1rem; } }  table.basketOutput th {    font-weight: 800;    background-color: #0f3f96;    border-color: #0f3f96;    color: #fff;    font-size: 0.75rem; }    @media (min-width: 43.75em) {      table.basketOutput th {        font-size: 0.8125rem; } }    table.basketOutput th.col8 {      font-size: 0; }      @media (min-width: 40em) {        table.basketOutput th.col8 {          font-size: 0.75rem; } }      @media (min-width: 43.75em) {        table.basketOutput th.col8 {          font-size: 0.8125rem; } }  table.basketOutput td {    color: #333;    position: relative; }    table.basketOutput td a {      color: #333; }      table.basketOutput td a:hover {        text-decoration: underline; }  table.basketOutput .icon-newspaper {    position: absolute;    height: 100%;    width: 100%;    left: 0;    top: 0; }    table.basketOutput .icon-newspaper:after {      content: "";      position: absolute;      left: 50%;      top: 50%;      -webkit-transform: translate(-50%, -50%);          -ms-transform: translate(-50%, -50%);              transform: translate(-50%, -50%);      height: 1.4rem;      width: 1.4rem;      background-image: url(/stellaeventhire-co-uk/_img/images/svg/eye.svg);      background-size: contain;      background-position: center center;      background-repeat: no-repeat; }  table.basketOutput .basketHead {    border-color: #ccc; }  table.basketOutput .basketSummaryDel {    background-color: #f3f3f3; }  table.basketOutput .basketSummaryTotal {    background-color: #d1d1d1; }  table.basketOutput .basketSummarySub td, table.basketOutput .basketSummaryDel td, table.basketOutput .basketSummaryTotal td {    font-weight: 700;    font-size: 0.875rem; }    @media (min-width: 43.75em) {      table.basketOutput .basketSummarySub td, table.basketOutput .basketSummaryDel td, table.basketOutput .basketSummaryTotal td {        font-size: 0.9375rem; } }    table.basketOutput .basketSummarySub td:nth-child(1), table.basketOutput .basketSummaryDel td:nth-child(1), table.basketOutput .basketSummaryTotal td:nth-child(1) {      text-align: left !important; }    table.basketOutput .basketSummarySub td.col6, table.basketOutput .basketSummaryDel td.col6, table.basketOutput .basketSummaryTotal td.col6 {      display: none; }      @media (min-width: 30em) {        table.basketOutput .basketSummarySub td.col6, table.basketOutput .basketSummaryDel td.col6, table.basketOutput .basketSummaryTotal td.col6 {          display: table-cell; } }  table.basketOutput .col2 {    width: 40px;    font-weight: 600; }    @media (min-width: 40em) {      table.basketOutput .col2 {        width: 50px; } }  table.basketOutput .col2pre, table.basketOutput .col2post {    width: 30px;    font-weight: 600; }    @media (min-width: 40em) {      table.basketOutput .col2pre, table.basketOutput .col2post {        width: 30px; } }    table.basketOutput .col2pre a, table.basketOutput .col2post a {      color: #888888; }  table.basketOutput .col8 {    text-align: right; }  table.basketOutput .icon-close {    width: 0.75rem;    height: 0.75rem;    display: inline-block;    opacity: 0.5;    transition: opacity 200ms linear;    background-image: url("/stellaeventhire-co-uk/_img/images/svg/delete.svg");    background-repeat: no-repeat;    background-position: 50% 50%;    background-size: contain; }    table.basketOutput .icon-close:hover {      opacity: 1; }.basketSummary {  display: none; }  .basketSummary a {    padding: 1em 1em;    text-transform: uppercase;    font-size: 1em;    background-color: #0f3f96;    color: #FFFFFF;    transition: all 300ms ease-out;    display: block;    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15), 0 6px 15px rgba(0, 0, 0, 0.15);    text-align: center;    min-width: 150px;    width: 100%;    white-space: nowrap;    border: none;    font-family: "ClearSans-Bold", "Arial Narrow", Arial, sans-serif; }    @media (min-width: 35em) {      .basketSummary a {        min-width: 200px;        width: auto; } }    .basketSummary a:hover {      background-color: #33aecf;      color: #FFFFFF; }.checkoutSummary {  padding: 1rem;  color: #FFFFFF;  background-color: #33aecf;  text-align: center;  font-weight: 600;  margin: 0 0 3em !important;  margin: 0em 0 3em;  line-height: 1.4; }  .checkoutSummary a {    color: #0f3f96; }.deliveryEstimate {  background-color: #dadada;  padding: 1em 0.5rem;  font-size: 0.75rem;  line-height: 1.2; }  .deliveryEstimate form {    font-size: 0; }  @media (min-width: 35em) {    .deliveryEstimate {      font-size: 0.8125rem;      padding: 1em 0.75rem; } }  @media (min-width: 51.25em) {    .deliveryEstimate {      font-size: 0.9375rem;      padding: 1rem; } }.deliveryEstimate1 {  font-size: 0.875rem;  font-weight: 700;  margin-bottom: 5px; }  @media (min-width: 35em) {    .deliveryEstimate1 {      font-size: 1rem; } }.deliveryEstimate2 {  font-size: 0.875rem; }  @media (min-width: 35em) {    .deliveryEstimate2 {      display: inline-block;      width: 50%;      vertical-align: top;      padding-right: 1em;      margin-bottom: 0;      font-size: 1rem; } }  .deliveryEstimate2 label {    display: none; }  .deliveryEstimate2 input {    width: calc(100% - 4em - 5px);    display: inline-block;    vertical-align: top;    margin-bottom: 0;    min-height: 0;    padding: 0.75em;    font-size: 0.875rem; }    @media (min-width: 35em) {      .deliveryEstimate2 input {        padding: 1em;        font-size: 1rem;        max-width: 14em; } }  .deliveryEstimate2 button {    width: 4em;    font-size: 0.875rem;    color: #fff;    background-color: #33aecf;    box-shadow: none;    text-align: center;    font-weight: 700;    border: 2px solid #33aecf;    display: inline-block;    vertical-align: top;    cursor: pointer;    padding: 0.75em; }    @media (min-width: 35em) {      .deliveryEstimate2 button {        padding: 1em;        font-size: 1rem; } }    .deliveryEstimate2 button:hover {      background-color: #032157; }.deliveryEstimate3 {  font-size: 0.875rem; }  @media (min-width: 35em) {    .deliveryEstimate3 {      display: inline-block;      width: 50%;      vertical-align: top;      font-size: 1rem; } }  .deliveryEstimate3 h3, .deliveryEstimate3 h4 {    margin: 0;    font-size: 1rem;    padding: 0.25em; }  .deliveryEstimate3 h4 {    font-family: "ClearSans-Regular", "Arial Narrow", Arial, sans-serif; }  .deliveryEstimate3 h3 {    padding-top: 0.5em; }    @media (min-width: 35em) {      .deliveryEstimate3 h3 {        padding-top: 0; } }  .deliveryEstimate3 .delivery-estimate-error {    font-size: 1em;    line-height: 1.2;    margin-top: 0.5em; }    @media (min-width: 35em) {      .deliveryEstimate3 .delivery-estimate-error {        margin-top: 0; } }@media (min-width: 60em) {  .existingCustomer, .newCustomer {    display: inline-block;    vertical-align: top; } }.existingCustomer h2, .newCustomer h2 {  font-size: 1.728em;  margin: 1em 0 0.5em;  padding-bottom: 0.5em;  border-bottom: 1px solid rgba(51, 51, 51, 0.5); }.existingCustomer table, .existingCustomer tbody, .newCustomer table, .newCustomer tbody {  width: 100%; }  @media (min-width: 37.5em) {    .existingCustomer table, .existingCustomer tbody, .newCustomer table, .newCustomer tbody {      font-size: 14px; } }.existingCustomer input[type="text"], .existingCustomer input[type="password"], .existingCustomer textarea, .existingCustomer select, .newCustomer input[type="text"], .newCustomer input[type="password"], .newCustomer textarea, .newCustomer select {  padding: 0.5em;  margin: 0.5em 0; }  @media (min-width: 40em) {    .existingCustomer input[type="text"], .existingCustomer input[type="password"], .existingCustomer textarea, .existingCustomer select, .newCustomer input[type="text"], .newCustomer input[type="password"], .newCustomer textarea, .newCustomer select {      padding: 1em; } }.existingCustomer input[type="submit"], .newCustomer input[type="submit"] {  width: 100%;  margin-top: 1em; }.existingCustomer input[type="checkbox"], .newCustomer input[type="checkbox"] {  position: relative;  top: 2px; }.existingCustomer .col1, .newCustomer .col1 {  width: 40%;  color: #888;  text-transform: uppercase;  letter-spacing: 0.5px;  font-weight: 800;  font-size: 0.83333em; }.existingCustomer .col2, .newCustomer .col2 {  width: 60%; }.existingCustomer tr td:nth-child(1), .newCustomer tr td:nth-child(1) {  color: #888;  text-transform: uppercase;  letter-spacing: 0.5px;  font-weight: 800;  font-size: 0.83333em; }.existingCustomer {  margin-bottom: 2em; }  @media (min-width: 60em) {    .existingCustomer {      width: calc(40% - 5px); } }@media (min-width: 60em) {  .newCustomer {    width: calc(60% - 5px);    padding-left: 3em; } }.newCustomer select {  display: block;  box-sizing: border-box;  width: 100%;  border: 1px solid #cacaca;  font-family: inherit;  font-size: 0.915em;  color: #888888;  outline: #0f3f96;  background-color: #fefefe;  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);  border-radius: 0;  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }  .newCustomer select option {    font-size: 0.875em; }  .newCustomer select:focus, .newCustomer select:hover {    border-color: #0f3f96; }.basketSummary {  text-align: right;  padding-top: 0.5rem; }  .basketSummary form {    width: 100%;    display: inline-block; }    .basketSummary form[name="goDiscount"] {      display: block;      width: 100%; }    .basketSummary form .ddlDiscountWrap {      display: inline-block;      vertical-align: bottom;      text-align: left; }      .basketSummary form .ddlDiscountWrap input {        margin-bottom: 0; }    .basketSummary form .ddlDiscountLabel {      font-weight: 700;      color: #888888;      font-size: 0.75rem; }    .basketSummary form .ddlDiscountQuestion input[type="text"] {      padding: 0.6rem; }    .basketSummary form a {      display: inline-block;      margin-top: 0;      vertical-align: bottom !important; }#pnlStepSuccess {  text-align: center;  background-color: #fff; }  #pnlStepSuccess p {    max-width: 50em;    margin-left: auto;    margin-right: auto; }  #pnlStepSuccess form {    display: inline-block; }  #pnlStepSuccess .btnSubmit, #pnlStepSuccess input[type="submit"] {    display: inline-block;    vertical-align: top;    margin: 5px;    padding: 0.8em 3em;    text-align: center;    border: 1px solid #ddd;    overflow: hidden;    box-shadow: none;    text-transform: uppercase;    border: none;    background-color: #33aecf;    color: #FFFFFF;    font-family: "ClearSans-Medium", "Arial Narrow", Arial, sans-serif;    font-size: 18px;    font-weight: normal;    line-height: 1; }    #pnlStepSuccess .btnSubmit:hover, #pnlStepSuccess input[type="submit"]:hover {      background-color: #278ca8;      text-decoration: none; }  #pnlStepSuccess .btnPayPal {    background-color: #0f3f96; }    #pnlStepSuccess .btnPayPal:hover {      background-color: #0a2c68; }#pnlStockError > p {  margin-top: 2em; }@font-face {  font-family: "datedropper";  src: url("/stellaeventhire-co-uk/_img/fonts/datedropper.eot");  src: url("/stellaeventhire-co-uk/_img/fonts/datedropper.eot?#iefix") format("embedded-opentype"), url("/stellaeventhire-co-uk/_img/fonts/datedropper.woff") format("woff"), url("/stellaeventhire-co-uk/_img/fonts/datedropper.ttf") format("truetype"), url("/stellaeventhire-co-uk/_img/fonts/datedropper.svg#datedropper") format("svg");  font-weight: normal;  font-style: normal; }[class^="pick-i-"]:before,[class*=" pick-i-"]:before {  font-family: "datedropper" !important;  font-style: normal !important;  font-weight: normal !important;  font-variant: normal !important;  text-transform: none !important;  speak: none;  line-height: 1;  -webkit-font-smoothing: antialiased;  -moz-osx-font-smoothing: grayscale; }.pick-i-lng:before {  content: "\6a"; }.pick-i-lkd:before {  content: "\62"; }.pick-i-ckd:before {  content: "\65"; }.pick-i-r:before {  content: "\66"; }.pick-i-l:before {  content: "\68"; }.pick-i-min:before {  content: "\61"; }.pick-i-exp:before {  content: "\63"; }.picker-input {  cursor: text; }.picker-modal-overlay {  position: fixed;  top: 0;  left: 0;  width: 100%;  height: 100%;  background-color: rgba(0, 0, 0, 0.8);  z-index: 9998;  opacity: 1;  visibility: visible;  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;  -moz-transition: opacity 0.4s ease, visibility 0.4s ease;  -ms-transition: opacity 0.4s ease, visibility 0.4s ease;  -o-transition: opacity 0.4s ease, visibility 0.4s ease; }.picker-modal-overlay.tohide {  opacity: 0;  visibility: hidden; }div.datedropper {  position: absolute;  top: 0;  left: 0;  z-index: 9999;  -webkit-transform: translateX(-50%);  -moz-transform: translateX(-50%);  -ms-transform: translateX(-50%);  -o-transform: translateX(-50%);  line-height: 1;  font-family: "Muli", Arial, "Helvetica Neue", Helvetica, sans-serif;  box-sizing: border-box;  -webkit-user-select: none;  -moz-user-select: none;  -ms-user-select: none;  -o-user-select: none;  user-select: none;  -webkit-tap-highlight-color: transparent;  opacity: 0;  visibility: hidden;  margin-top: -8px;  -webkit-transform-style: preserve-3d;          transform-style: preserve-3d;  -webkit-perspective: 1000;  -ms-perspective: 1000;  perspective: 1000;  -webkit-backface-visibility: hidden;  backface-visibility: hidden; }div.datedropper:before {  content: "";  position: absolute;  width: 16px;  height: 16px;  top: -8px;  left: 50%;  -webkit-transform: translateX(-50%) rotate(45deg);  -moz-transform: translateX(-50%) rotate(45deg);  -ms-transform: translateX(-50%) rotate(45deg);  -o-transform: translateX(-50%) rotate(45deg);  border-top-left-radius: 4px; }div.datedropper.picker-focus {  opacity: 1;  visibility: visible;  margin-top: 8px; }div.datedropper.picker-modal {  top: 50% !important;  left: 50% !important;  -webkit-transform: translate(-50%, -50%) !important;  -moz-transform: translate(-50%, -50%) !important;  -ms-transform: translate(-50%, -50%) !important;  -o-transform: translate(-50%, -50%) !important;  position: fixed !important;  margin: 0 !important; }div.datedropper.picker-modal:before {  display: none; }div.datedropper .picker {  overflow: hidden; }div.datedropper .picker ul {  margin: 0;  padding: 0;  list-style: none;  cursor: pointer; }div.datedropper .picker ul.pick {  position: relative;  overflow: hidden;  max-height: 100px; }div.datedropper .picker ul.pick:nth-of-type(2) {  box-shadow: 0 1px rgba(0, 0, 0, 0.06); }div.datedropper .picker ul.pick li {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  text-align: center;  opacity: .5;  display: block; }div.datedropper .picker ul.pick li.pick-afr {  -webkit-transform: translateY(100%);  -moz-transform: translateY(100%);  -ms-transform: translateY(100%);  -o-transform: translateY(100%); }div.datedropper .picker ul.pick li.pick-bfr {  -webkit-transform: translateY(-100%);  -moz-transform: translateY(-100%);  -ms-transform: translateY(-100%);  -o-transform: translateY(-100%); }div.datedropper .picker ul.pick li.pick-sl {  opacity: 1;  -webkit-transform: translateY(0);  -moz-transform: translateY(0);  -ms-transform: translateY(0);  -o-transform: translateY(0);  z-index: 1; }div.datedropper .picker ul.pick li span {  font-size: 16px;  position: absolute;  left: 0;  width: 100%;  line-height: 0;  bottom: 24px; }div.datedropper .picker ul.pick .pick-arw {  position: absolute;  top: 0;  height: 100%;  width: 25%;  font-size: 10px;  text-align: center;  display: block;  z-index: 10;  cursor: pointer;  background-size: 24px 24px;  background-position: center;  background-repeat: no-repeat;  overflow: hidden;  opacity: 0;  -webkit-transform: scale(0);  -moz-transform: scale(0);  -ms-transform: scale(0);  -o-transform: scale(0); }div.datedropper .picker ul.pick .pick-arw i {  line-height: 0;  top: 50%;  font-size: 16px;  position: relative;  display: block;  -webkit-transform: translateY(-50%);  -moz-transform: translateY(-50%);  -ms-transform: translateY(-50%);  -o-transform: translateY(-50%); }div.datedropper .picker ul.pick .pick-arw.pick-arw-s1:hover {  opacity: 1;  -webkit-transform: scale(1.2);  -moz-transform: scale(1.2);  -ms-transform: scale(1.2);  -o-transform: scale(1.2); }div.datedropper .picker ul.pick .pick-arw.pick-arw-r {  right: 0; }div.datedropper .picker ul.pick .pick-arw.pick-arw-r i {  right: 0; }div.datedropper .picker ul.pick .pick-arw.pick-arw-l {  left: 0; }div.datedropper .picker ul.pick .pick-arw.pick-arw-l i {  left: 0; }div.datedropper .picker ul.pick .pick-arw.pick-arw-s2.pick-arw-r {  -webkit-transform: translateX(100%);  -moz-transform: translateX(100%);  -ms-transform: translateX(100%);  -o-transform: translateX(100%); }div.datedropper .picker ul.pick .pick-arw.pick-arw-s2.pick-arw-l {  -webkit-transform: translateX(-100%);  -moz-transform: translateX(-100%);  -ms-transform: translateX(-100%);  -o-transform: translateX(-100%); }@media only screen and (max-width: 480px) {  div.datedropper .picker ul.pick .pick-arw {    -webkit-transform: scale(1);    -moz-transform: scale(1);    -ms-transform: scale(1);    -o-transform: scale(1);    opacity: 0.4; } }div.datedropper .picker ul.pick.pick-m,div.datedropper .picker ul.pick.pick-y,div.datedropper .picker ul.pick.pick-l {  height: 60px;  line-height: 60px; }div.datedropper .picker ul.pick.pick-m {  font-size: 32px; }div.datedropper .picker ul.pick.pick-y {  font-size: 24px; }div.datedropper .picker ul.pick.pick-y.pick-jump .pick-arw.pick-arw-s1.pick-arw-r i {  right: 16px; }div.datedropper .picker ul.pick.pick-y.pick-jump .pick-arw.pick-arw-s1.pick-arw-l i {  left: 16px; }div.datedropper .picker ul.pick.pick-y.pick-jump .pick-arw.pick-arw-s2.pick-arw-r,div.datedropper .picker ul.pick.pick-y.pick-jump .pick-arw.pick-arw-s2.pick-arw-l {  -webkit-transform: translateX(0);  -moz-transform: translateX(0);  -ms-transform: translateX(0);  -o-transform: translateX(0); }div.datedropper .picker ul.pick.pick-y.pick-jump .pick-arw:hover {  -webkit-transform: scale(1.6);  -moz-transform: scale(1.6);  -ms-transform: scale(1.6);  -o-transform: scale(1.6); }div.datedropper .picker ul.pick.pick-d {  height: 100px;  line-height: 80px;  font-size: 64px;  font-weight: bold; }div.datedropper .picker ul.pick.pick-l {  position: absolute;  bottom: 0;  left: 0;  right: 0;  z-index: 10;  font-size: 18px;  font-weight: bold;  opacity: 0;  visibility: hidden;  -webkit-transform: translateY(32px);  -moz-transform: translateY(32px);  -ms-transform: translateY(32px);  -o-transform: translateY(32px);  -webkit-transition: all 0.4s ease;  -moz-transition: all 0.4s ease;  -ms-transition: all 0.4s ease;  -o-transition: all 0.4s ease; }div.datedropper .picker ul.pick.pick-l.visible {  opacity: 1;  visibility: visible;  -webkit-transform: translateY(0);  -moz-transform: translateY(0);  -ms-transform: translateY(0);  -o-transform: translateY(0); }div.datedropper .picker ul.pick:hover .pick-arw {  opacity: 0.6;  -webkit-transform: scale(1);  -moz-transform: scale(1);  -ms-transform: scale(1);  -o-transform: scale(1); }div.datedropper .picker ul.pick.pick-d:hover,div.datedropper .picker ul.pick.pick-y:hover {  background-color: rgba(0, 0, 0, 0.02); }div.datedropper .picker .pick-lg {  z-index: 1;  margin: 0 auto;  max-height: 0;  overflow: hidden; }div.datedropper .picker .pick-lg.down {  -webkit-animation: down .8s ease;          animation: down .8s ease; }div.datedropper .picker .pick-lg .pick-h {  opacity: 0.4; }div.datedropper .picker .pick-lg ul:after {  content: "";  display: table;  clear: both; }div.datedropper .picker .pick-lg ul li {  float: left;  text-align: center;  width: 14.285714286%;  line-height: 36px;  height: 36px;  font-size: 14px; }div.datedropper .picker .pick-lg ul.pick-lg-h {  padding: 0 16px; }div.datedropper .picker .pick-lg ul.pick-lg-b {  padding: 16px; }div.datedropper .picker .pick-lg ul.pick-lg-b li {  cursor: pointer;  position: relative;  z-index: 1; }div.datedropper .picker .pick-lg ul.pick-lg-b li:before {  content: "";  position: absolute;  z-index: -1;  width: 48px;  height: 48px;  box-shadow: 0 0 32px rgba(0, 0, 0, 0.1);  border-radius: 32px;  top: 50%;  left: 50%;  -webkit-transform: translate(-50%, -50%) scale(0);  -moz-transform: translate(-50%, -50%) scale(0);  -ms-transform: translate(-50%, -50%) scale(0);  -o-transform: translate(-50%, -50%) scale(0); }div.datedropper .picker .pick-lg ul.pick-lg-b li.pick-v:hover {  text-decoration: underline; }div.datedropper .picker .pick-lg ul.pick-lg-b li.pick-lk:after {  content: "";  position: absolute;  top: 50%;  left: 4px;  right: 4px;  height: 1px;  background: rgba(0, 0, 0, 0.2);  -webkit-transform: rotate(45deg);  -moz-transform: rotate(45deg);  -ms-transform: rotate(45deg);  -o-transform: rotate(45deg); }div.datedropper .picker .pick-lg ul.pick-lg-b li.pick-sl {  font-size: 24px; }div.datedropper .picker .pick-lg ul.pick-lg-b li.pick-sl:before {  -webkit-transform: translate(-50%, -50%) scale(1);  -moz-transform: translate(-50%, -50%) scale(1);  -ms-transform: translate(-50%, -50%) scale(1);  -o-transform: translate(-50%, -50%) scale(1); }div.datedropper .picker .pick-btns {  margin: -1px;  position: relative;  z-index: 2;  height: 56px; }div.datedropper .picker .pick-btns div {  cursor: pointer;  line-height: 0; }div.datedropper .picker .pick-btns .pick-submit {  margin: 0 auto;  width: 56px;  height: 56px;  line-height: 64px;  border-radius: 56px;  font-size: 24px;  cursor: pointer;  border-bottom-left-radius: 0;  border-bottom-right-radius: 0;  text-align: center;  position: relative;  top: 0; }div.datedropper .picker .pick-btns .pick-submit:after {  font-family: "datedropper" !important;  font-style: normal !important;  font-weight: normal !important;  font-variant: normal !important;  text-transform: none !important;  speak: none;  line-height: 1;  -webkit-font-smoothing: antialiased;  -moz-osx-font-smoothing: grayscale;  line-height: 60px;  content: "\65"; }div.datedropper .picker .pick-btns .pick-submit:hover {  top: 4px;  box-shadow: 0 0 0 16px rgba(0, 0, 0, 0.04), 0 0 0 8px rgba(0, 0, 0, 0.04); }div.datedropper .picker .pick-btns .pick-btn {  position: absolute;  width: 32px;  height: 32px;  bottom: 0;  text-align: center;  line-height: 38px;  font-size: 16px;  margin: 8px;  border-radius: 4px;  background: rgba(0, 0, 0, 0.03); }div.datedropper .picker .pick-btns .pick-btn:hover {  background: #FFF;  box-shadow: 0 0 32px rgba(0, 0, 0, 0.1);  -webkit-transform: scale(1.2);  -moz-transform: scale(1.2);  -ms-transform: scale(1.2);  -o-transform: scale(1.2); }div.datedropper .picker .pick-btns .pick-btn:after {  font-family: "datedropper" !important;  font-style: normal !important;  font-weight: normal !important;  font-variant: normal !important;  text-transform: none !important;  speak: none;  line-height: 1;  -webkit-font-smoothing: antialiased;  -moz-osx-font-smoothing: grayscale; }div.datedropper .picker .pick-btns .pick-btn.pick-btn-sz {  right: 0;  -webkit-transform-origin: right bottom;      -ms-transform-origin: right bottom;          transform-origin: right bottom; }div.datedropper .picker .pick-btns .pick-btn.pick-btn-sz:after {  content: "\63"; }div.datedropper .picker .pick-btns .pick-btn.pick-btn-lng {  left: 0;  -webkit-transform-origin: left bottom;      -ms-transform-origin: left bottom;          transform-origin: left bottom; }div.datedropper .picker .pick-btns .pick-btn.pick-btn-lng:after {  content: "\6a"; }div.datedropper.picker-lg {  width: 300px !important; }div.datedropper.picker-lg ul.pick.pick-d {  -webkit-transform: scale(0);  -moz-transform: scale(0);  -ms-transform: scale(0);  -o-transform: scale(0);  max-height: 0 !important; }div.datedropper.picker-lg .pick-lg {  max-height: 320px; }div.datedropper.picker-lg .pick-btns .pick-btn.pick-btn-sz:after {  content: "\61"; }@media only screen and (max-width: 480px) {  div.datedropper.picker-lg {    position: fixed;    top: 50% !important;    left: 50% !important;    -webkit-transform: translate(-50%, -50%);    -moz-transform: translate(-50%, -50%);    -ms-transform: translate(-50%, -50%);    -o-transform: translate(-50%, -50%);    margin: 0; }  div.datedropper.picker-lg:before {    display: none; } }@-webkit-keyframes picker_locked {  0%,  100% {    -webkit-transform: translateX(-50%) translate3d(0, 0, 0);    -moz-transform: translateX(-50%) translate3d(0, 0, 0);    -ms-transform: translateX(-50%) translate3d(0, 0, 0);    -o-transform: translateX(-50%) translate3d(0, 0, 0); }  10%,  30%,  50%,  70%,  90% {    -webkit-transform: translateX(-50%) translate3d(-2px, 0, 0);    -moz-transform: translateX(-50%) translate3d(-2px, 0, 0);    -ms-transform: translateX(-50%) translate3d(-2px, 0, 0);    -o-transform: translateX(-50%) translate3d(-2px, 0, 0); }  20%,  40%,  60%,  80% {    -webkit-transform: translateX(-50%) translate3d(2px, 0, 0);    -moz-transform: translateX(-50%) translate3d(2px, 0, 0);    -ms-transform: translateX(-50%) translate3d(2px, 0, 0);    -o-transform: translateX(-50%) translate3d(2px, 0, 0); } }@keyframes picker_locked {  0%,  100% {    -webkit-transform: translateX(-50%) translate3d(0, 0, 0);    -moz-transform: translateX(-50%) translate3d(0, 0, 0);    -ms-transform: translateX(-50%) translate3d(0, 0, 0);    -o-transform: translateX(-50%) translate3d(0, 0, 0); }  10%,  30%,  50%,  70%,  90% {    -webkit-transform: translateX(-50%) translate3d(-2px, 0, 0);    -moz-transform: translateX(-50%) translate3d(-2px, 0, 0);    -ms-transform: translateX(-50%) translate3d(-2px, 0, 0);    -o-transform: translateX(-50%) translate3d(-2px, 0, 0); }  20%,  40%,  60%,  80% {    -webkit-transform: translateX(-50%) translate3d(2px, 0, 0);    -moz-transform: translateX(-50%) translate3d(2px, 0, 0);    -ms-transform: translateX(-50%) translate3d(2px, 0, 0);    -o-transform: translateX(-50%) translate3d(2px, 0, 0); } }@-webkit-keyframes picker_locked_large_mobile {  0%,  100% {    -webkit-transform: translate(-50%, -50%) translate3d(0, 0, 0);    -moz-transform: translate(-50%, -50%) translate3d(0, 0, 0);    -ms-transform: translate(-50%, -50%) translate3d(0, 0, 0);    -o-transform: translate(-50%, -50%) translate3d(0, 0, 0); }  10%,  30%,  50%,  70%,  90% {    -webkit-transform: translate(-50%, -50%) translate3d(-2px, 0, 0);    -moz-transform: translate(-50%, -50%) translate3d(-2px, 0, 0);    -ms-transform: translate(-50%, -50%) translate3d(-2px, 0, 0);    -o-transform: translate(-50%, -50%) translate3d(-2px, 0, 0); }  20%,  40%,  60%,  80% {    -webkit-transform: translate(-50%, -50%) translate3d(2px, 0, 0);    -moz-transform: translate(-50%, -50%) translate3d(2px, 0, 0);    -ms-transform: translate(-50%, -50%) translate3d(2px, 0, 0);    -o-transform: translate(-50%, -50%) translate3d(2px, 0, 0); } }@keyframes picker_locked_large_mobile {  0%,  100% {    -webkit-transform: translate(-50%, -50%) translate3d(0, 0, 0);    -moz-transform: translate(-50%, -50%) translate3d(0, 0, 0);    -ms-transform: translate(-50%, -50%) translate3d(0, 0, 0);    -o-transform: translate(-50%, -50%) translate3d(0, 0, 0); }  10%,  30%,  50%,  70%,  90% {    -webkit-transform: translate(-50%, -50%) translate3d(-2px, 0, 0);    -moz-transform: translate(-50%, -50%) translate3d(-2px, 0, 0);    -ms-transform: translate(-50%, -50%) translate3d(-2px, 0, 0);    -o-transform: translate(-50%, -50%) translate3d(-2px, 0, 0); }  20%,  40%,  60%,  80% {    -webkit-transform: translate(-50%, -50%) translate3d(2px, 0, 0);    -moz-transform: translate(-50%, -50%) translate3d(2px, 0, 0);    -ms-transform: translate(-50%, -50%) translate3d(2px, 0, 0);    -o-transform: translate(-50%, -50%) translate3d(2px, 0, 0); } }div.datedropper.picker-rmbl {  -webkit-animation: picker_locked 0.4s ease;  animation: picker_locked 0.4s ease; }@media only screen and (max-width: 480px) {  div.datedropper.picker-rmbl.picker-lg {    -webkit-animation: picker_locked_large_mobile 0.4s ease;    animation: picker_locked_large_mobile 0.4s ease; } }div.datedropper.picker-lkd .pick-submit {  background-color: rgba(0, 0, 0, 0.04) !important;  color: rgba(0, 0, 0, 0.2) !important; }div.datedropper.picker-lkd .pick-submit:hover {  box-shadow: none !important; }div.datedropper.picker-lkd .pick-submit:after {  content: "\62" !important; }div.datedropper.picker-fxs {  -webkit-transition: width 0.8s cubic-bezier(1, -0.55, 0.2, 1.37), opacity 0.2s ease, visibility 0.2s ease, margin 0.2s ease;  -moz-transition: width 0.8s cubic-bezier(1, -0.55, 0.2, 1.37), opacity 0.2s ease, visibility 0.2s ease, margin 0.2s ease;  -ms-transition: width 0.8s cubic-bezier(1, -0.55, 0.2, 1.37), opacity 0.2s ease, visibility 0.2s ease, margin 0.2s ease;  -o-transition: width 0.8s cubic-bezier(1, -0.55, 0.2, 1.37), opacity 0.2s ease, visibility 0.2s ease, margin 0.2s ease; }div.datedropper.picker-fxs ul.pick.pick-d {  -webkit-transition: top 0.8s cubic-bezier(1, -0.55, 0.2, 1.37), transform 0.8s cubic-bezier(1, -0.55, 0.2, 1.37), max-height 0.8s cubic-bezier(1, -0.55, 0.2, 1.37), background-color 0.4s ease;  -moz-transition: top 0.8s cubic-bezier(1, -0.55, 0.2, 1.37), transform 0.8s cubic-bezier(1, -0.55, 0.2, 1.37), max-height 0.8s cubic-bezier(1, -0.55, 0.2, 1.37), background-color 0.4s ease;  -ms-transition: top 0.8s cubic-bezier(1, -0.55, 0.2, 1.37), transform 0.8s cubic-bezier(1, -0.55, 0.2, 1.37), max-height 0.8s cubic-bezier(1, -0.55, 0.2, 1.37), background-color 0.4s ease;  -o-transition: top 0.8s cubic-bezier(1, -0.55, 0.2, 1.37), transform 0.8s cubic-bezier(1, -0.55, 0.2, 1.37), max-height 0.8s cubic-bezier(1, -0.55, 0.2, 1.37), background-color 0.4s ease; }div.datedropper.picker-fxs ul.pick.pick-y {  -webkit-transition: background-color 0.4s ease;  -moz-transition: background-color 0.4s ease;  -ms-transition: background-color 0.4s ease;  -o-transition: background-color 0.4s ease; }div.datedropper.picker-fxs ul.pick li {  -webkit-transition: transform 0.4s ease, opacity 0.4s ease;  -moz-transition: transform 0.4s ease, opacity 0.4s ease;  -ms-transition: transform 0.4s ease, opacity 0.4s ease;  -o-transition: transform 0.4s ease, opacity 0.4s ease; }div.datedropper.picker-fxs ul.pick .pick-arw {  -webkit-transition: transform 0.2s ease, opacity 0.2s ease;  -moz-transition: transform 0.2s ease, opacity 0.2s ease;  -ms-transition: transform 0.2s ease, opacity 0.2s ease;  -o-transition: transform 0.2s ease, opacity 0.2s ease; }div.datedropper.picker-fxs ul.pick .pick-arw i {  -webkit-transition: right 0.2s ease, left 0.2s ease;  -moz-transition: right 0.2s ease, left 0.2s ease;  -ms-transition: right 0.2s ease, left 0.2s ease;  -o-transition: right 0.2s ease, left 0.2s ease; }div.datedropper.picker-fxs .pick-lg {  -webkit-transition: max-height 0.8s cubic-bezier(1, -0.55, 0.2, 1.37);  -moz-transition: max-height 0.8s cubic-bezier(1, -0.55, 0.2, 1.37);  -ms-transition: max-height 0.8s cubic-bezier(1, -0.55, 0.2, 1.37);  -o-transition: max-height 0.8s cubic-bezier(1, -0.55, 0.2, 1.37); }div.datedropper.picker-fxs .pick-lg .pick-lg-b li:before {  -webkit-transition: transform 0.2s ease;  -moz-transition: transform 0.2s ease;  -ms-transition: transform 0.2s ease;  -o-transition: transform 0.2s ease; }div.datedropper.picker-fxs .pick-btns .pick-submit {  -webkit-transition: top 0.2s ease, box-shadow 0.4s ease, background-color 0.4s ease;  -moz-transition: top 0.2s ease, box-shadow 0.4s ease, background-color 0.4s ease;  -ms-transition: top 0.2s ease, box-shadow 0.4s ease, background-color 0.4s ease;  -o-transition: top 0.2s ease, box-shadow 0.4s ease, background-color 0.4s ease; }div.datedropper.picker-fxs .pick-btns .pick-btn {  -webkit-transition: all 0.2s ease;  -moz-transition: all 0.2s ease;  -ms-transition: all 0.2s ease;  -o-transition: all 0.2s ease; }@media only screen and (max-width: 480px) {  div.datedropper.picker-fxs {    -webkit-transition: opacity 0.2s ease, visibility 0.2s ease, margin 0.2s ease;    -moz-transition: opacity 0.2s ease, visibility 0.2s ease, margin 0.2s ease;    -ms-transition: opacity 0.2s ease, visibility 0.2s ease, margin 0.2s ease;    -o-transition: opacity 0.2s ease, visibility 0.2s ease, margin 0.2s ease; }  div.datedropper.picker-fxs ul.pick.pick-d,  div.datedropper.picker-fxs .pick-lg {    -webkit-transition: none;    -moz-transition: none;    -ms-transition: none;    -o-transition: none; } }div.datedropper.vanilla {  border-radius: 6px;  width: 180px; }div.datedropper.vanilla .picker {  border-radius: 6px;  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.1); }div.datedropper.vanilla .pick-l {  border-bottom-left-radius: 6px;  border-bottom-right-radius: 6px; }div.datedropper.vanilla:before,div.datedropper.vanilla .pick-submit,div.datedropper.vanilla .pick-lg-b .pick-sl:before,div.datedropper.vanilla .pick-m,div.datedropper.vanilla .pick-lg-h {  background-color: #feac92; }div.datedropper.vanilla .pick-y.pick-jump,div.datedropper.vanilla .pick li span,div.datedropper.vanilla .pick-lg-b .pick-wke,div.datedropper.vanilla .pick-btn {  color: #feac92; }div.datedropper.vanilla .picker,div.datedropper.vanilla .pick-l {  background-color: #ffffff; }div.datedropper.vanilla .picker,div.datedropper.vanilla .pick-arw,div.datedropper.vanilla .pick-l {  color: #9ed7db; }div.datedropper.vanilla .pick-m,div.datedropper.vanilla .pick-m .pick-arw,div.datedropper.vanilla .pick-lg-h,div.datedropper.vanilla .pick-lg-b .pick-sl,div.datedropper.vanilla .pick-submit {  color: #faf7f4; }div.datedropper.vanilla.picker-tiny:before,div.datedropper.vanilla.picker-tiny .pick-m {  background-color: #ffffff; }div.datedropper.vanilla.picker-tiny .pick-m,div.datedropper.vanilla.picker-tiny .pick-m .pick-arw {  color: #9ed7db; }div.datedropper.leaf {  border-radius: 6px;  width: 180px; }div.datedropper.leaf .picker {  border-radius: 6px;  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.1); }div.datedropper.leaf .pick-l {  border-bottom-left-radius: 6px;  border-bottom-right-radius: 6px; }div.datedropper.leaf:before,div.datedropper.leaf .pick-submit,div.datedropper.leaf .pick-lg-b .pick-sl:before,div.datedropper.leaf .pick-m,div.datedropper.leaf .pick-lg-h {  background-color: #1ecd80; }div.datedropper.leaf .pick-y.pick-jump,div.datedropper.leaf .pick li span,div.datedropper.leaf .pick-lg-b .pick-wke,div.datedropper.leaf .pick-btn {  color: #1ecd80; }div.datedropper.leaf .picker,div.datedropper.leaf .pick-l {  background-color: #fefff2; }div.datedropper.leaf .picker,div.datedropper.leaf .pick-arw,div.datedropper.leaf .pick-l {  color: #528971; }div.datedropper.leaf .pick-m,div.datedropper.leaf .pick-m .pick-arw,div.datedropper.leaf .pick-lg-h,div.datedropper.leaf .pick-lg-b .pick-sl,div.datedropper.leaf .pick-submit {  color: #fefff2; }div.datedropper.leaf.picker-tiny:before,div.datedropper.leaf.picker-tiny .pick-m {  background-color: #fefff2; }div.datedropper.leaf.picker-tiny .pick-m,div.datedropper.leaf.picker-tiny .pick-m .pick-arw {  color: #528971; }div.datedropper.primary {  border-radius: 6px;  width: 180px; }div.datedropper.primary .picker {  border-radius: 6px;  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.3); }div.datedropper.primary .pick-l {  border-bottom-left-radius: 6px;  border-bottom-right-radius: 6px; }div.datedropper.primary:before,div.datedropper.primary .pick-submit,div.datedropper.primary .pick-lg-b .pick-sl:before,div.datedropper.primary .pick-m,div.datedropper.primary .pick-lg-h {  background-color: #33aecf; }div.datedropper.primary .pick-y.pick-jump,div.datedropper.primary .pick li span,div.datedropper.primary .pick-lg-b .pick-wke,div.datedropper.primary .pick-btn {  color: #33aecf; }div.datedropper.primary .picker,div.datedropper.primary .pick-l {  background-color: #ffffff; }div.datedropper.primary .picker,div.datedropper.primary .pick-arw,div.datedropper.primary .pick-l {  color: #4d4d4d; }div.datedropper.primary .pick-m,div.datedropper.primary .pick-m .pick-arw,div.datedropper.primary .pick-lg-h,div.datedropper.primary .pick-lg-b .pick-sl,div.datedropper.primary .pick-submit {  color: #ffffff; }div.datedropper.primary.picker-tiny:before,div.datedropper.primary.picker-tiny .pick-m {  background-color: #ffffff; }div.datedropper.primary.picker-tiny .pick-m,div.datedropper.primary.picker-tiny .pick-m .pick-arw {  color: #4d4d4d; }div.datedropper .null {  -webkit-transition: none;  -moz-transition: none;  -ms-transition: none;  -o-transition: none; }/*Gallery*/.image-gallery-summary {  display: -webkit-flex;  display: -ms-flexbox;  display: flex;  -webkit-flex-wrap: wrap;      -ms-flex-wrap: wrap;          flex-wrap: wrap; }  .image-gallery-summary > form {    width: calc(48% - 10px);    display: inline-block;    -webkit-flex-basis: calc(50% - 10px);        -ms-flex-preferred-size: calc(50% - 10px);            flex-basis: calc(50% - 10px);    margin: 5px;    background-color: #fff;    padding: 0.333rem;    position: relative;    border: 1px solid #ccc;    transition: box-shadow 300ms ease-out, background-color 300ms ease-out, -webkit-transform 300ms cubic-bezier(0.17, 0.67, 0.63, 1);    transition: box-shadow 300ms ease-out, transform 300ms cubic-bezier(0.17, 0.67, 0.63, 1), background-color 300ms ease-out;    transition: box-shadow 300ms ease-out, transform 300ms cubic-bezier(0.17, 0.67, 0.63, 1), background-color 300ms ease-out, -webkit-transform 300ms cubic-bezier(0.17, 0.67, 0.63, 1); }    @media (min-width: 37.5em) {      .image-gallery-summary > form {        width: calc(33.333% - 20px);        margin: 10px;        -webkit-flex-basis: calc(33.333% - 20px);            -ms-flex-preferred-size: calc(33.333% - 20px);                flex-basis: calc(33.333% - 20px); } }    @media (min-width: 66.25em) {      .image-gallery-summary > form {        width: calc(25% - 20px);        -webkit-flex-basis: calc(25% - 20px);            -ms-flex-preferred-size: calc(25% - 20px);                flex-basis: calc(25% - 20px); } }    .image-gallery-summary > form:hover {      transition: box-shadow 300ms ease-out, -webkit-transform 400ms ease-out;      transition: box-shadow 300ms ease-out, transform 400ms ease-out;      transition: box-shadow 300ms ease-out, transform 400ms ease-out, -webkit-transform 400ms ease-out;      z-index: 2;      -webkit-transform: scale(1.01);          -ms-transform: scale(1.01);              transform: scale(1.01);      box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15), 0 12px 30px 0 rgba(0, 0, 0, 0.1); }      @media (min-width: 57.5em) {        .image-gallery-summary > form:hover {          -webkit-transform: translateY(-5px) scale(1.02);              -ms-transform: translateY(-5px) scale(1.02);                  transform: translateY(-5px) scale(1.02); } }.image-gallery-summary-item-image-side, .image-gallery-summary-item-category, .image-gallery-summary-item-created, .image-gallery-summary-item-updated, .image-gallery-summary-item-description, .image-gallery-item-title, .image-gallery-item-created, .image-gallery-item-updated, .image-gallery-item-description {  display: none; }.image-gallery-summary-item-image-top {  padding-bottom: 100%;  background-size: cover;  background-position: 50% 50%;  background-repeat: no-repeat; }.image-gallery-title {  margin-top: 0.5em;  margin-bottom: 0.5em;  border-bottom: 1px solid #888888;  font-size: 2.48832em;  display: inline-block;  width: 97.5%;  line-height: 1.1;  font-family: "ClearSans-Bold", "Arial Narrow", Arial, sans-serif; }  @media (min-width: 30em) {    .image-gallery-title {      font-size: 2.98598em; } }  @media (min-width: 57.5em) {    .image-gallery-title {      font-size: 3.58318em; } }.image-gallery-summary-item-title {  width: 90%;  padding: 1rem 0.5rem 0.5rem;  transition: color 300ms ease-out;  font-size: 1.2em;  font-family: "ClearSans-Medium", "Arial Narrow", Arial, sans-serif;  line-height: 1.1;  color: #0f3f96; }  @media (min-width: 30em) {    .image-gallery-summary-item-title {      font-size: 1.728em;      padding: 1.5rem 1rem 1rem; } }  .image-gallery-summary-item-title a {    color: #0f3f96; }.image-gallery-summary-item-link a {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  z-index: 3;  font-size: 0; }.image-gallery-item-image {  line-height: 0; }.image-gallery {  width: 100%;  margin-bottom: 4em; }  .image-gallery:before, .image-gallery:after {    content: "";    display: table; }  .image-gallery:after {    clear: both; }  .image-gallery .image-gallery-item {    display: block;    position: relative;    float: left;    width: 95%;    margin: 3% auto;    background-color: #fff;    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.1), 0 2px 4px 0 rgba(0, 0, 0, 0.1);    transition: box-shadow 200ms ease-out; }    @media (min-width: 20em) {      .image-gallery .image-gallery-item {        width: calc(50% - 15px);        margin: 10px 0; } }    @media (min-width: 43.75em) {      .image-gallery .image-gallery-item {        width: calc(33.3333% - 15px); } }    @media (min-width: 64.375em) {      .image-gallery .image-gallery-item {        width: calc(25% - 15px); } }    .image-gallery .image-gallery-item:hover {      box-shadow: 0 0 0 6px #0f3f96, 0 5px 25px 0 rgba(0, 0, 0, 0.1), 0 2px 4px 0 rgba(0, 0, 0, 0.1); }    .image-gallery .image-gallery-item-image img {      width: 100%; }.image-gallery-title {  display: none; }.image-gallery {  display: -webkit-flex;  display: -ms-flexbox;  display: flex;  -webkit-flex-wrap: wrap;      -ms-flex-wrap: wrap;          flex-wrap: wrap; }  .image-gallery .image-gallery-item {    display: inline-block;    width: calc(50%  - 8px);    -webkit-flex-basis: calc(50% - 8px);        -ms-flex-preferred-size: calc(50% - 8px);            flex-basis: calc(50% - 8px);    margin: 4px;    position: relative; }    .image-gallery .image-gallery-item:before {      display: block;      content: "";      width: 100%;      padding-top: 80%; }    @media (min-width: 26.25em) {      .image-gallery .image-gallery-item {        width: calc(33%  - 8px);        -webkit-flex-basis: calc(33.33% - 8px);            -ms-flex-preferred-size: calc(33.33% - 8px);                flex-basis: calc(33.33% - 8px); } }    @media (min-width: 40em) {      .image-gallery .image-gallery-item {        width: calc(25%  - 8px);        -webkit-flex-basis: calc(25% - 8px);            -ms-flex-preferred-size: calc(25% - 8px);                flex-basis: calc(25% - 8px); } }    @media (min-width: 66.25em) {      .image-gallery .image-gallery-item {        margin: 7.5px;        width: calc(20% - 8px);        -webkit-flex-basis: calc(20% - 15px);            -ms-flex-preferred-size: calc(20% - 15px);                flex-basis: calc(20% - 15px); } }    .image-gallery .image-gallery-item-image {      position: absolute;      top: 0;      left: 0;      height: 100%;      width: 100%; }    .image-gallery .image-gallery-item a {      display: block; }/* Magnific Popup CSS */.mfp-bg {  top: 0;  left: 0;  width: 100%;  height: 100%;  z-index: 1042;  overflow: hidden;  position: fixed;  background: #0b0b0b;  opacity: 0.8; }.mfp-wrap {  top: 0;  left: 0;  width: 100%;  height: 100%;  z-index: 1043;  position: fixed;  outline: none !important;  -webkit-backface-visibility: hidden; }.mfp-container {  text-align: center;  position: absolute;  width: 100%;  height: 100%;  left: 0;  top: 0;  padding: 0 8px;  box-sizing: border-box; }.mfp-container:before {  content: '';  display: inline-block;  height: 100%;  vertical-align: middle; }.mfp-align-top .mfp-container:before {  display: none; }.mfp-content {  position: relative;  display: inline-block;  vertical-align: middle;  margin: 0 auto;  text-align: left;  z-index: 1045; }.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content {  width: 100%;  cursor: auto; }.mfp-ajax-cur {  cursor: progress; }.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {  cursor: -webkit-zoom-out;  cursor: zoom-out; }.mfp-zoom {  cursor: pointer;  cursor: -webkit-zoom-in;  cursor: zoom-in; }.mfp-auto-cursor .mfp-content {  cursor: auto; }.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter {  -webkit-user-select: none;  -moz-user-select: none;  -ms-user-select: none;      user-select: none; }.mfp-loading.mfp-figure {  display: none; }.mfp-hide {  display: none !important; }.mfp-preloader {  color: #CCC;  position: absolute;  top: 50%;  width: auto;  text-align: center;  margin-top: -0.8em;  left: 8px;  right: 8px;  z-index: 1044; }.mfp-preloader a {  color: #CCC; }.mfp-preloader a:hover {  color: #FFF; }.mfp-s-ready .mfp-preloader {  display: none; }.mfp-s-error .mfp-content {  display: none; }button.mfp-close,button.mfp-arrow {  overflow: visible;  cursor: pointer;  background: transparent;  border: 0;  -webkit-appearance: none;  display: block;  outline: none;  padding: 0;  z-index: 1046;  box-shadow: none;  -ms-touch-action: manipulation;      touch-action: manipulation; }button::-moz-focus-inner {  padding: 0;  border: 0; }.mfp-close {  width: 44px;  height: 44px;  line-height: 44px;  position: absolute;  right: 0;  top: 0;  text-decoration: none;  text-align: center;  opacity: 0.65;  padding: 0 0 18px 10px;  color: #FFF;  font-style: normal;  font-size: 28px;  font-family: Arial, Baskerville, monospace; }.mfp-close:hover,.mfp-close:focus {  opacity: 1; }.mfp-close:active {  top: 1px; }.mfp-close-btn-in .mfp-close {  color: #333; }.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close {  color: #FFF;  right: -6px;  text-align: right;  padding-right: 6px;  width: 100%; }.mfp-counter {  position: absolute;  top: 0;  right: 0;  color: #CCC;  font-size: 12px;  line-height: 18px;  white-space: nowrap; }.mfp-arrow {  position: absolute;  opacity: 0.65;  margin: 0;  top: 50%;  margin-top: -55px;  padding: 0;  width: 90px;  height: 110px;  -webkit-tap-highlight-color: transparent; }.mfp-arrow:active {  margin-top: -54px; }.mfp-arrow:hover,.mfp-arrow:focus {  opacity: 1; }.mfp-arrow:before,.mfp-arrow:after {  content: '';  display: block;  width: 0;  height: 0;  position: absolute;  left: 0;  top: 0;  margin-top: 35px;  margin-left: 35px;  border: medium inset transparent; }.mfp-arrow:after {  border-top-width: 13px;  border-bottom-width: 13px;  top: 8px; }.mfp-arrow:before {  border-top-width: 21px;  border-bottom-width: 21px;  opacity: 0.7; }.mfp-arrow-left {  left: 0; }.mfp-arrow-left:after {  border-right: 17px solid #FFF;  margin-left: 31px; }.mfp-arrow-left:before {  margin-left: 25px;  border-right: 27px solid #3F3F3F; }.mfp-arrow-right {  right: 0; }.mfp-arrow-right:after {  border-left: 17px solid #FFF;  margin-left: 39px; }.mfp-arrow-right:before {  border-left: 27px solid #3F3F3F; }.mfp-iframe-holder {  padding-top: 40px;  padding-bottom: 40px; }.mfp-iframe-holder .mfp-content {  line-height: 0;  width: 100%;  max-width: 900px; }.mfp-iframe-holder .mfp-close {  top: -40px; }.mfp-iframe-scaler {  width: 100%;  height: 0;  overflow: hidden;  padding-top: 56.25%; }.mfp-iframe-scaler iframe {  position: absolute;  display: block;  top: 0;  left: 0;  width: 100%;  height: 100%;  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);  background: #000; }/* Main image in popup */img.mfp-img {  width: auto;  max-width: 100%;  height: auto;  display: block;  line-height: 0;  box-sizing: border-box;  padding: 40px 0 40px;  margin: 0 auto; }/* The shadow behind the image */.mfp-figure {  line-height: 0; }.mfp-figure:after {  content: '';  position: absolute;  left: 0;  top: 40px;  bottom: 40px;  display: block;  right: 0;  width: auto;  height: auto;  z-index: -1;  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);  background: #444; }.mfp-figure small {  color: #BDBDBD;  display: block;  font-size: 12px;  line-height: 14px; }.mfp-figure figure {  margin: 0; }.mfp-bottom-bar {  margin-top: -36px;  position: absolute;  top: 100%;  left: 0;  width: 100%;  cursor: auto; }.mfp-title {  text-align: left;  line-height: 18px;  color: #F3F3F3;  word-wrap: break-word;  padding-right: 36px; }.mfp-image-holder .mfp-content {  max-width: 100%; }.mfp-gallery .mfp-image-holder .mfp-figure {  cursor: pointer; }@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {  /**       * Remove all paddings around the image on small screen       */  .mfp-img-mobile .mfp-image-holder {    padding-left: 0;    padding-right: 0; }  .mfp-img-mobile img.mfp-img {    padding: 0; }  .mfp-img-mobile .mfp-figure:after {    top: 0;    bottom: 0; }  .mfp-img-mobile .mfp-figure small {    display: inline;    margin-left: 5px; }  .mfp-img-mobile .mfp-bottom-bar {    background: rgba(0, 0, 0, 0.6);    bottom: 0;    margin: 0;    top: auto;    padding: 3px 5px;    position: fixed;    box-sizing: border-box; }  .mfp-img-mobile .mfp-bottom-bar:empty {    padding: 0; }  .mfp-img-mobile .mfp-counter {    right: 5px;    top: 3px; }  .mfp-img-mobile .mfp-close {    top: 0;    right: 0;    width: 35px;    height: 35px;    line-height: 35px;    background: rgba(0, 0, 0, 0.6);    position: fixed;    text-align: center;    padding: 0; } }@media all and (max-width: 900px) {  .mfp-arrow {    -webkit-transform: scale(0.75);    -ms-transform: scale(0.75);        transform: scale(0.75); }  .mfp-arrow-left {    -webkit-transform-origin: 0;    -ms-transform-origin: 0;        transform-origin: 0; }  .mfp-arrow-right {    -webkit-transform-origin: 100%;    -ms-transform-origin: 100%;        transform-origin: 100%; }  .mfp-container {    padding-left: 6px;    padding-right: 6px; } }/* -----------------------------------------  13.0. Footer----------------------------------------- */.footer {  background: #0f3f96;  background-image: linear-gradient(104deg, #0f429d, #032157);  padding: 5.5em 2em 2.5em; }  @media (min-width: 23.75em) {    .footer {      padding: 5.5em 0 2.5em; } }  .footer-top {    padding-bottom: 1.5em;    margin-bottom: 1.5em;    border-bottom: 1px solid rgba(255, 255, 255, 0.4); }    .footer-top:before, .footer-top:after {      content: "";      display: table; }    .footer-top:after {      clear: both; }    @media (min-width: 23.75em) {      .footer-top {        padding-bottom: 3em;        margin-bottom: 3em; } }  .footer-nav, .footer-contact {    float: left;    width: 100%; }  @media (min-width: 23.75em) {    .footer-nav {      padding-left: 0;      padding-right: 1em;      width: 40%;      border-right: 1px solid rgba(255, 255, 255, 0.25); } }  @media (min-width: 37.5em) {    .footer-nav {      width: 50%;      border: none; } }  @media (min-width: 75em) {    .footer-nav {      padding-right: 8.33333%; } }  .footer-nav ul {    padding-top: 0.25em;    margin-bottom: 1em;    padding-bottom: 1em;    border-bottom: 1px solid rgba(255, 255, 255, 0.25); }    @media (min-width: 23.75em) {      .footer-nav ul {        margin-bottom: none;        padding-bottom: none;        border-bottom: none; } }  .footer-nav li, .footer-nav #displayLogin1 a {    width: 100%;    vertical-align: top;    display: inline-block;    vertical-align: top;    line-height: 1.2; }    @media (min-width: 37.5em) {      .footer-nav li, .footer-nav #displayLogin1 a {        width: calc(50% - 3px); } }  .footer-nav li a, .footer-nav #displayLogin1 a {    color: rgba(255, 255, 255, 0.7);    padding: 0.5em 1em 0.5em 0;    display: inline-block; }    .footer-nav li a:hover, .footer-nav #displayLogin1 a:hover {      color: #fff; }  .footer-nav .loginSpacer {    display: none; }  @media (min-width: 23.75em) {    .footer-contact {      width: 60%;      padding-left: 8.33333%; } }  @media (min-width: 37.5em) {    .footer-contact {      width: 50%; } }  .footer h5 {    color: #fff; }  .footer-address, .footer-contact-details {    width: 100%;    display: inline-block;    vertical-align: top;    color: rgba(255, 255, 255, 0.7); }  .footer-address {    margin-bottom: 1em;    padding-bottom: 1em;    border-bottom: 1px solid rgba(255, 255, 255, 0.25); }    @media (min-width: 51.25em) {      .footer-address {        border-bottom: none; } }    .footer-address p {      line-height: 2; }    @media (min-width: 51.25em) {      .footer-address {        width: calc(40% - 3px); }        .footer-address p {          line-height: 2.4; } }  @media (min-width: 51.25em) {    .footer-contact-details {      width: calc(60% - 3px); } }  .footer-contact-details p {    line-height: 2;    margin-bottom: 0.5em; }    @media (min-width: 51.25em) {      .footer-contact-details p {        margin-bottom: 1.4em; } }  .footer-contact-details a {    color: #fff; }    .footer-contact-details a.contact {      font-weight: 700;      padding-bottom: 5px;      border-bottom: 2px solid;      display: inline-block; }    .footer-contact-details a:hover {      color: #33aecf; }  @media (min-width: 23.75em) {    .footer-bottom {      text-align: center; } }  @media (min-width: 40em) {    .footer-bottom {      text-align: left;      display: -webkit-flex;      display: -ms-flexbox;      display: flex;      -webkit-justify-content: space-between;          -ms-flex-pack: justify;              justify-content: space-between;      -webkit-align-items: center;          -ms-flex-align: center;              align-items: center; } }  .footer-logo img {    max-width: 10em; }  @media (min-width: 40em) {    .footer-logo {      width: 11.5em;      display: inline-block;      margin-top: -2em;      vertical-align: middle; } }  @media (min-width: 93.75em) {    .footer-logo {      width: 10em; } }  .footer-content {    display: inline-block;    vertical-align: middle;    -webkit-flex-basis: auto;        -ms-flex-preferred-size: auto;            flex-basis: auto;    -webkit-flex: 2;        -ms-flex: 2;            flex: 2;    color: rgba(255, 255, 255, 0.7);    font-size: 14px;    line-height: 1.8;    padding: 1em 0; }    @media (min-width: 40em) {      .footer-content {        width: calc(100% - 24em);        display: inline-block;        text-align: center;        padding: 0 1em; } }    @media (min-width: 93.75em) {      .footer-content {        width: calc(100% - 33em); } }    .footer-content a {      color: rgba(255, 255, 255, 0.7);      text-decoration: underline; }      .footer-content a:hover {        color: #fff; }  .footer-social .social-icon, .footer-social svg {    width: 2em;    height: 2em; }  @media (min-width: 40em) {    .footer-social {      display: inline-block;      vertical-align: middle;      width: 11.5em; } }  @media (min-width: 93.75em) {    .footer-social {      width: 17.5em; }      .footer-social .social-icon, .footer-social svg {        width: 3em;        height: 3em; } }.checkout-page__wrap:before, .checkout-page__wrap:after {content: ""; display: table;} .checkout-page__wrap:after {clear: both;}.checkout-page__wrap {zoom: 1;}/* New Stripe Styling */#stripePaymentFormIntro p {padding: 15px; background-color: #d9edf7; border:1px solid #31708f; color: #31708f;}#pnlStepSuccess #stripeWrap #stripePaymentForm #stripePaymentFormWrap input#cardholder-name {border: 1px solid #929292 !important;}#cardholder-name {border: 1px solid #929292 !important; padding: 15px; width: 100%; background: #fff !important; border: 0px !important; margin-bottom: 10px; color: #333 !important; font-family: arial, helvetica, sans-serif !important; text-transform: none !important; font-weight: normal !important;}#cardholder-name:hover {opacity: 1 !important;}#cardholder-name::-webkit-input-placeholder {color: #646464; font-family: arial, helvetica, sans-serif !important; text-transform: none !important; font-weight: normal !important; font-size: 14px; }#cardholder-name::-moz-placeholder {color: #646464; font-family: arial, helvetica, sans-serif !important; text-transform: none !important; font-weight: normal !important; font-size: 14px; }#cardholder-name::-ms-placeholder {color: #646464; font-family: arial, helvetica, sans-serif !important; text-transform: none !important; font-weight: normal !important; font-size: 14px; }#cardholder-name::placeholder {color: #000; font-family: arial, helvetica, sans-serif !important; text-transform: none !important; font-weight: normal !important; font-size: 14px; }.CardField-number input.InputElement {width: 100% !important; display: block !important; padding: 15px 25px 15px 25px !important; background: #fff !important;}.CardField-expiry input {width: 100%; display: block; padding: 15px 25px 15px 25px; background: #fff;}#card-button {color: #fff; transition: all 0.5s ease 0s;  display: inline-block; padding: 15px 25px; font-size: 19px; font-size: 1.1875em; font-family: 'Barlow', sans-serif; font-weight: 700; border: 0px; background: rgba(27,194,30, 1); border: 2px solid #028f05; text-transform: uppercase;}/*.btnPayPal:after {content:url("/psdesignsglobal-com/_img/img/btn-arrows.svg"); width: 20px; height: 20px; display: inline-block; vertical-align: -1px; margin-left: 30px;}*/#card-button:hover {opacity:0.8;}#card-button {    display: inline-block;    vertical-align: top;    margin: 5px;    padding: 0.8em 3em;    text-align: center;    border: 1px solid #ddd;    overflow: hidden;    box-shadow: none;    text-transform: uppercase;    border: none;    background-color: #33aecf;    color: #FFFFFF;    font-family: "ClearSans-Medium", "Arial Narrow", Arial, sans-serif;    font-size: 18px;    font-weight: normal;    line-height: 1;     cursor: pointer;}#card-button:hover {      background-color: #278ca8;      text-decoration: none; }#card-element {width: 100%; display: block; padding: 15px 25px; background: #fff; border: 1px solid #929292;}#card-button {margin-top: 25px; }#stripePaymentFormError {padding: 20px; background-color: #f2dede; border: 1px solid #a94442; color: #a94442;}#stripePaymentFormError h2 {color: #a94442;}#stripePaymentFormError p {color: #a94442;}#stripePaymentFormSuccess {padding: 20px; background-color: #dff0d8; border: 1px solid #3c763d; color: #3c763d}#stripePaymentFormSuccess  h2 {color: #3c763d;}#stripePaymentFormSuccess  p {color: #3c763d;}#card-errors.show {padding: 20px; background-color: #f2dede; border: 1px solid #a94442; color: #a94442; margin-bottom: 20px; display: block !important;}#stripeWrap {width: 49%; float: left; margin-right: 2%; border: 1px solid #bdbdbd; background: #f5f5f5; padding: 20px;}#stripeWrap h2 {width: 100%; text-align: center; margin-bottom: 15px; font-size: 25px;}#stripeWrap #pnlStepSuccess form , #stripePaymentForm {width: 100% !important;}#pnlStepSuccess #stripeWrap #stripePaymentFormError p {padding: 0px !important; margin: 0px !important;  border: 0px; background: 0px;}#payPalWrap {width: 49%; float: left; border: 1px solid #bdbdbd; background: #f5f5f5; padding: 20px; text-align: center;}#payPalWrap h2 {width: 100%; text-align: center; margin-bottom: 15px; font-size: 25px;}#payPalWrap form {width: 100%;}#payPalWrap .btnPayPal {display: inline-block;}#pnlStepSuccess div#stripeWrap div#stripePaymentFormSuccess p {padding: 0px !important; margin: 0px !important;  border: 0px; background: 0px;}/* END New Stripe Styling */ @media all and (max-width: 900px) and (min-width: 0px) {#stripeWrap {width: 100%; margin-right: 0%; margin-bottom: 20px;}#payPalWrap {width: 100%;;}}.newCustomer {  width: 100%;  padding-left: 0em;}.testimonials-outer {text-align:  center;}
 
