/*!
Theme Name: Crush Theme
Theme URI: http://crush-design.co.uk
Author: Ashley Needham, Stuart Lindley Crush Design
Author URI: http://www.crush-design.co.uk
Description: Just another Crush theme
Version: 4.11
License: GNU General Public License
License URI: license.txt
Text Domain: crush
Domain Path: /languages/
===============================================================
==
==  Building on version 3. We keep the use of Namespaces and
==  5 breakpoints. We now introduce SASS for easier CSS
==  management and using BoxGrid as the grid of choice as it uses
==  flexbox. We also try to move away from classes and use
==  functions which is more in key with Wordpress
==
===============================================================
*/
/*
    Created on : 5 Jun 2018, 10:34:05
    Author     : Stuart Lindley
*/
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, font, ins, kbd, q, s, samp, small,
strike, strong, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  background: #fff; }

article, aside, details, figcaption, figure, footer, header, main,
nav, section {
  display: block; }

ol, ul {
  list-style: none; }

table {
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  font-weight: 400;
  text-align: left; }

blockquote:before, blockquote:after, q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

a:focus {
  outline: thin dotted; }

a:hover, a:active {
  outline: 0; }

a img {
  border: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility; }

/**
 * Turns a list into a string using the separator between each list item
 * @param  {list} $list      a list of items
 * @param  {string} $separator a string separator to place between each item
 * @return {string}            the concatinated list
 */
/**
 * Grabs a colour value from the map
 * @param  {string} $colour_name name of a colour, must be a valid key in the colour maps
 * @return {string}              returns the colour value or a blank string if not found in map
 */
/**
 * Generate a transition based on the past styles to work with
 * @param  {list} $styles...   a list of element properties to apply transition to
 * @return {string}            transition style
 */
/**
 * Applys a breakpoint around the provided content
 * @param  {string} $size size of the breakpoint
 * @return {null}       nothing returned breakpoint code wrapped around content
 */
/**
 * Outputs two classes for each colour, one for text colour the other for background colour
 * @return {string} outputs css
 */
/**
 * Code for hiding stuff but letting screen readers
 * @return null
 */
/*
    Created on : 7 Jun 2018, 10:59:43
    Author     : Stuart Lindley
*/
html {
  overflow-x: hidden; }

body {
  background-color: #b4b2b0;
  height: 100%;
  width: 100%;
  overflow-x: hidden; }

#page-wrapper, #site-footer {
  padding: 15px;
  overflow: hidden; }
  @media only screen and (min-width: 1200px) {
    #page-wrapper, #site-footer {
      padding: 0; } }

.content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; }
  @media only screen and (min-width: 690px) {
    .content .content-inner.left {
      padding: 40px 40px 40px 0; }
    .content .content-inner.right {
      padding: 40px 0 40px 40px; } }

@media only screen and (min-width: 690px) {
  body.page .site-content .content {
    display: flex; } }
@media only screen and (min-width: 690px) {
  body.page .site-content .content .content-inner.right {
    padding: 40px; } }

@media only screen and (min-width: 690px) {
  #site-header {
    padding-bottom: 0; } }

#page-wrapper {
  background-color: white; }

@media only screen and (min-width: 690px) {
  body #page-wrapper {
    background-repeat: no-repeat;
    background-size: 1920px 450px;
    background-position: center top; } }

@media only screen and (min-width: 690px) {
  body.page-template-homepage #page-wrapper {
    background-image: url(img/leaf-alt.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top 20%;
    padding-top: 0; } }

@media only screen and (min-width: 1200px) {
  #site-footer {
    padding: 30px 0; } }

article {
  max-width: 1200px;
  margin: 0 auto; }

.crush_banners_banner .title_box .inner h1.title_line1 {
  margin: 0; }

.content-inner.rounded .crush_banner_background, .content-inner.rounded .crush_banner_content {
  border-radius: 8px; }

.news {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 2em; }

.colour1 {
  color: #e3007e; }

.background-colour1 {
  background-color: #e3007e; }

.colour1_contrast {
  color: white; }

.background-colour1_contrast {
  background-color: white; }

.colour2 {
  color: #ec619f; }

.background-colour2 {
  background-color: #ec619f; }

.colour2_contrast {
  color: white; }

.background-colour2_contrast {
  background-color: white; }

.colour3 {
  color: #f29fc5; }

.background-colour3 {
  background-color: #f29fc5; }

.colour3_contrast {
  color: #312e5d; }

.background-colour3_contrast {
  background-color: #312e5d; }

.colour4 {
  color: #009cb3; }

.background-colour4 {
  background-color: #009cb3; }

.colour4_contrast {
  color: white; }

.background-colour4_contrast {
  background-color: white; }

.colour5 {
  color: #00b3c9; }

.background-colour5 {
  background-color: #00b3c9; }

.colour5_contrast {
  color: #312e5d; }

.background-colour5_contrast {
  background-color: #312e5d; }

.colour6 {
  color: #87cedc; }

.background-colour6 {
  background-color: #87cedc; }

.colour6_contrast {
  color: #312e5d; }

.background-colour6_contrast {
  background-color: #312e5d; }

.colour7 {
  color: #312e5d; }

.background-colour7 {
  background-color: #312e5d; }

.colour7_contrast {
  color: white; }

.background-colour7_contrast {
  background-color: white; }

.colour8 {
  color: #60507b; }

.background-colour8 {
  background-color: #60507b; }

.colour8_contrast {
  color: white; }

.background-colour8_contrast {
  background-color: white; }

.colour9 {
  color: #9383a3; }

.background-colour9 {
  background-color: #9383a3; }

.colour9_contrast {
  color: #312e5d; }

.background-colour9_contrast {
  background-color: #312e5d; }

.colour10 {
  color: #8bc0d3; }

.background-colour10 {
  background-color: #8bc0d3; }

.colour10_contrast {
  color: #312e5d; }

.background-colour10_contrast {
  background-color: #312e5d; }

.colour11 {
  color: #acd1e0; }

.background-colour11 {
  background-color: #acd1e0; }

.colour11_contrast {
  color: #312e5d; }

.background-colour11_contrast {
  background-color: #312e5d; }

.colour12 {
  color: #cae0eb; }

.background-colour12 {
  background-color: #cae0eb; }

.colour12_contrast {
  color: #312e5d; }

.background-colour12_contrast {
  background-color: #312e5d; }

.colour13 {
  color: #3494bb; }

.background-colour13 {
  background-color: #3494bb; }

.colour13_contrast {
  color: white; }

.background-colour13_contrast {
  background-color: white; }

.colour14 {
  color: #0090a0; }

.background-colour14 {
  background-color: #0090a0; }

.colour14_contrast {
  color: white; }

.background-colour14_contrast {
  background-color: white; }

.body_colour {
  color: white; }

.background-body_colour {
  background-color: white; }

.body_colour_contrast {
  color: #6d6e71; }

.background-body_colour_contrast {
  background-color: #6d6e71; }

.footer_colour {
  color: #b4b2b0; }

.background-footer_colour {
  background-color: #b4b2b0; }

.footer_colour_contrast {
  color: #dadbdf; }

.background-footer_colour_contrast {
  background-color: #dadbdf; }

.footer_colour_contract2 {
  color: #887a93; }

.background-footer_colour_contract2 {
  background-color: #887a93; }

.warning_colour {
  color: #f9ba56; }

.background-warning_colour {
  background-color: #f9ba56; }

.warning_colour_contrast {
  color: #373737; }

.background-warning_colour_contrast {
  background-color: #373737; }

.success_colour {
  color: #46bd49; }

.background-success_colour {
  background-color: #46bd49; }

.success_colour_contrast {
  color: white; }

.background-success_colour_contrast {
  background-color: white; }

.error_colour {
  color: #fb6164; }

.background-error_colour {
  background-color: #fb6164; }

.error_colour_contrast {
  color: white; }

.background-error_colour_contrast {
  background-color: white; }

img {
  max-width: 100%;
  height: auto;
  border-radius: 8px; }

.rounded img {
  border-radius: 8px; }

.wp-caption-text {
  background-color: #F6FAFC;
  padding: 15px;
  margin-top: 5px; }

hr {
  border: none;
  border-top: #00b3c9 solid 1px;
  margin: 1em 0; }

.social-icons {
  list-style: none;
  padding: 0;
  margin: 0; }
  .social-icons li {
    display: inline-block;
    font-size: 30px; }
    @media only screen and (min-width: 999px) {
      .social-icons li {
        font-size: 35px; } }
    .social-icons li a {
      text-decoration: none; }
      .social-icons li a span {
        display: block;
        float: left;
        visibility: hidden;
        height: 0;
        width: 0; }
  @media only screen and (min-width: 690px) {
    .social-icons {
      margin-top: 15px; } }

.sidebar-pane-light {
  background-color: #cae0eb;
  padding: 15px;
  border-radius: 8px; }
  @media only screen and (min-width: 690px) {
    .sidebar-pane-light {
      padding: 20px;
      margin-top: 15px; } }
  @media only screen and (min-width: 999px) {
    .sidebar-pane-light {
      padding: 25px; } }
  .sidebar-pane-light h2, .sidebar-pane-light .h2 {
    color: #312e5d; }
  .sidebar-pane-light h3, .sidebar-pane-light .h3 {
    color: #009cb3; }
  .sidebar-pane-light img {
    margin-bottom: 1em; }

#sidebar .widget {
  margin-bottom: 12px; }

article.generic-page h1 {
  margin-top: 0.3em; }
article.generic-page .btn {
  margin: 1.8em 0; }
  article.generic-page .btn:before {
    content: "";
    display: block;
    height: 0;
    visibility: hidden; }
article.generic-page .entry-content {
  padding: 20px 0; }
  @media screen and (min-width: 690px) {
    article.generic-page .entry-content {
      padding: 40px 0; } }
  article.generic-page .entry-content p:first-child {
    font-size: 20px;
    color: #602268;
    line-height: 120%; }

@media screen and (min-width: 690px) {
  .lower-content {
    padding-bottom: 285px; } }
.lower-content.grey-bg {
  background-color: #f6f3f6; }
.lower-content .lower-content-title {
  color: #622c6b;
  text-align: center;
  margin: 40px 20px;
  font-weight: 300; }
  @media screen and (min-width: 1200px) {
    .lower-content .lower-content-title {
      margin: 60px 0; } }

.pagination {
  display: block;
  width: 100%;
  margin: 0.5em 0;
  font-size: 17px;
  color: #00b3c9; }
  @media only screen and (min-width: 690px) {
    .pagination {
      font-size: 20px; } }
  @media only screen and (min-width: 999px) {
    .pagination {
      font-size: 24px; } }
  .pagination ul {
    display: inline-block;
    padding: 0; }
    .pagination ul li {
      display: inline-block;
      padding: 0 0.3em; }
  .pagination .previous-next {
    display: inline-block;
    padding: 0 0.3em;
    vertical-align: middle;
    line-height: 1; }
    .pagination .previous-next i {
      vertical-align: middle;
      font-size: 0.8em; }
  .pagination a {
    text-decoration: none;
    line-height: 1;
    vertical-align: middle; }
  .pagination .current {
    text-decoration: underline; }

#left-sidebar {
  text-align: center; }
  #left-sidebar .icon {
    text-align: center; }
    #left-sidebar .icon i {
      display: inline-block;
      font-size: 50px;
      color: #00b3c9;
      border-radius: 100%;
      border: #00b3c9 solid 3px;
      padding: 0.2em;
      margin: 0.7em 0; }
      @media only screen and (min-width: 690px) {
        #left-sidebar .icon i {
          font-size: 60px; } }
      @media only screen and (min-width: 999px) {
        #left-sidebar .icon i {
          font-size: 70px; } }

.crush-sitewide-notification {
  background-color: #312e5d;
  color: #d9d2e0;
  padding: 1em 20px;
  font-size: 16px;
  position: relative;
  z-index: 100; }
  .crush-sitewide-notification.warning {
    background-color: #f9ba56;
    color: #373737; }
  .crush-sitewide-notification.alert {
    background-color: #fb6164;
    color: white;
    margin-bottom: 0;
    border-radius: 0; }
  @media only screen and (min-width: 690px) {
    .crush-sitewide-notification {
      font-size: 20px; } }
  @media only screen and (min-width: 1200px) {
    .crush-sitewide-notification {
      padding: 1em 0; } }
  .crush-sitewide-notification .crush-sitewide-notification-msg {
    display: block;
    max-width: 1200px;
    margin: 0 auto; }

#cookieChoiceInfo {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  opacity: 1;
  padding: 0 !important;
  background-color: #e5e4e2 !important;
  z-index: 99999;
  line-height: 1.2; }
  #cookieChoiceInfo > div {
    max-width: 1200px;
    padding: 1em 20px;
    padding-right: 8em !important;
    margin: 0 auto;
    position: relative;
    text-align: left;
    background: transparent;
    opacity: 1;
    width: 100% !important;
    max-width: 1200px;
    display: inline-block;
    text-align: left !important;
    border-radius: 0;
    box-shadow: none;
    position: relative; }
    @media only screen and (min-width: 1200px) {
      #cookieChoiceInfo > div {
        padding: 1em 0 !important;
        padding-right: 8em !important; } }
    #cookieChoiceInfo > div #cookieChoiceDismiss {
      position: absolute;
      right: 20px;
      top: 0.8em;
      margin: 0 !important;
      font-weight: bold;
      text-decoration: none;
      text-transform: capitalize;
      vertical-align: middle; }
      @media only screen and (min-width: 1200px) {
        #cookieChoiceInfo > div #cookieChoiceDismiss {
          right: 0; } }
      #cookieChoiceInfo > div #cookieChoiceDismiss:after {
        content: "\e209";
        font-family: 'ebico';
        vertical-align: middle;
        font-size: 1.2em; }
        @media only screen and (min-width: 999px) {
          #cookieChoiceInfo > div #cookieChoiceDismiss:after {
            font-size: 1.5em; } }
  #cookieChoiceInfo #cookieChoiceDismissIcon {
    display: none !important; }

#disclaimers {
  font-size: 0.8em;
  margin-top: 3em;
  margin-bottom: 1.5em;
  line-height: 1.1; }

.notification {
  display: block;
  background-color: #dadbdf;
  color: #6d6e71;
  padding: 1em;
  margin-bottom: 1em;
  border-radius: 8px; }
  .notification.error {
    background-color: #fb6164;
    color: white; }

section.error-404 {
  min-height: 400px; }

#get-a-quote-box {
  margin: 0 auto 3em; }
  @media only screen and (min-width: 690px) {
    #get-a-quote-box {
      width: 75%;
      margin: 50px auto 150px; } }
  #get-a-quote-box .title {
    color: #312e5d;
    text-align: center;
    padding-bottom: 1em;
    font-weight: 500; }
  #get-a-quote-box label {
    display: none; }
  #get-a-quote-box input[type=submit] {
    display: block;
    border-radius: 25px;
    background-color: #e3007e;
    border: none;
    color: white;
    width: 100%;
    padding: 0.5em 0.75em; }
    @media only screen and (min-width: 690px) {
      #get-a-quote-box input[type=submit] {
        padding: 0.45em 0.75em;
        font-size: 1em;
        font-weight: bold; } }
  #get-a-quote-box input[type=text] {
    border-radius: 25px;
    border: none;
    background-color: #e9e7e7; }
    #get-a-quote-box input[type=text]::placeholder {
      color: #312e5d;
      opacity: 1; }
    #get-a-quote-box input[type=text] :-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #312e5d; }
    #get-a-quote-box input[type=text] ::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #312e5d; }
  #get-a-quote-box .slug {
    padding-top: 1.5em;
    color: #e3007e;
    font-weight: bold;
    text-align: center;
    font-size: 1.5em; }

.post-26 {
  padding-top: 3em; }
  .post-26 .wp-post-image {
    border-radius: 8px;
    box-shadow: 0 0 15px 0 #0006; }

@media only screen and (min-width: 690px) {
  .ebico-community {
    height: 900px;
    background-image: url(img/ebico_kitchen_w3840px.jpg);
    background-size: cover;
    background-position: center right 40%; } }
.ebico-community .content {
  position: relative;
  height: 100%; }
.ebico-community .boxgrid {
  align-items: center;
  height: 100%; }
.ebico-community .doing-right {
  background-color: #e3007e;
  border-radius: 8px;
  padding: 3em 1.5em; }
  .ebico-community .doing-right .h1, .ebico-community .doing-right .h2, .ebico-community .doing-right .h3 {
    font-weight: normal; }
  .ebico-community .doing-right .h1 {
    font-size: 2.6em; }
  .ebico-community .doing-right .h2 {
    font-size: 1.8em; }
  .ebico-community .doing-right .h3 {
    font-size: 1.6em; }
  .ebico-community .doing-right p {
    color: white; }
.ebico-community .get-a-quote {
  display: flex;
  align-items: stretch;
  justify-content: space-between; }
  .ebico-community .get-a-quote label {
    display: none; }
  .ebico-community .get-a-quote .btn {
    margin: 0 0 0 5px; }
  .ebico-community .get-a-quote input[type=text] {
    display: block;
    border: none;
    border-radius: 25px;
    margin: 0 2em 0 0; }
    .ebico-community .get-a-quote input[type=text]:focus::-moz-placeholder {
      opacity: 0; }
    .ebico-community .get-a-quote input[type=text]:focus::-webkit-input-placeholder {
      opacity: 0; }
    .ebico-community .get-a-quote input[type=text]:focus::-moz-placeholder {
      /* Firefox 19+ */
      opacity: 0; }
    .ebico-community .get-a-quote input[type=text]:focus:-ms-input-placeholder {
      /* IE 10+ */
      opacity: 0; }
    .ebico-community .get-a-quote input[type=text]:focus:-moz-placeholder {
      /* Firefox 18- */
      opacity: 0; }

.banner-widgets {
  margin: 30px auto; }

.news-home .entry-title {
  font-size: 2em;
  margin-bottom: 1em; }
  .news-home .entry-title.center {
    text-align: center; }
.news-home img {
  border-radius: 0; }

.feature-block {
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  color: white;
  display: block;
  height: 100%;
  margin-bottom: 2em; }
  .feature-block.feature-block-pink {
    background: #d81e74; }
  .feature-block.feature-block-blue {
    background: #00919d; }
  .feature-block .feature-block-text {
    padding: 0 2em 2em; }
    .feature-block .feature-block-text .feature-block-text-logo {
      display: flex;
      position: relative;
      margin-bottom: -2.5em;
      top: -3em; }
      .feature-block .feature-block-text .feature-block-text-logo img {
        align-self: center;
        max-width: 100px;
        padding: 0 10px;
        width: 100%; }
        @media only screen and (min-width: 690px) {
          .feature-block .feature-block-text .feature-block-text-logo img {
            max-width: 110px; } }
        @media only screen and (min-width: 999px) {
          .feature-block .feature-block-text .feature-block-text-logo img {
            max-width: 130px; } }
      .feature-block .feature-block-text .feature-block-text-logo span {
        align-self: center;
        font-size: 1.2em;
        font-weight: bold;
        text-transform: uppercase; }
        @media only screen and (min-width: 690px) {
          .feature-block .feature-block-text .feature-block-text-logo span {
            font-size: 1.3em; } }
        @media only screen and (min-width: 999px) {
          .feature-block .feature-block-text .feature-block-text-logo span {
            font-size: 1.4em; } }
    .feature-block .feature-block-text p {
      margin-bottom: 0; }
    .feature-block .feature-block-text .btn-rounded {
      display: block;
      float: right; }

body {
  font-family: 'Asap', sans-serif;
  font-size: 14px;
  line-height: 1.4em;
  color: #6d6e71; }
  @media only screen and (min-width: 690px) {
    body {
      font-size: 15px; } }
  @media only screen and (min-width: 999px) {
    body {
      font-size: 17px; } }

.normal {
  font-weight: normal; }

/* Headings */
h1, .h1, a.h1, h1 a {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.167em;
  margin: 0.2em 0 0.4em 0;
  color: #e3007e;
  text-decoration: none;
  transition: color 0.3s ease-out; }
  @media only screen and (min-width: 690px) {
    h1, .h1, a.h1, h1 a {
      font-size: 40px; } }
  @media only screen and (min-width: 999px) {
    h1, .h1, a.h1, h1 a {
      font-size: 60px; } }
  h1 .small, .h1 .small, a.h1 .small, h1 a .small {
    font-size: 0.6em; }

a.h1:hover, h1 a:hover {
  color: #ec619f;
  transform: none;
  transition: color 0.3s ease-out,height 0.35s ease; }

h2, .h2, a.h2, h2 a {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25em;
  margin: 0.3em 0 0.6em 0;
  color: #6d6e71;
  text-decoration: none;
  transition: color 0.3s ease-out,height 0.35s ease; }
  @media only screen and (min-width: 690px) {
    h2, .h2, a.h2, h2 a {
      font-size: 30px; } }
  @media only screen and (min-width: 999px) {
    h2, .h2, a.h2, h2 a {
      font-size: 40px; } }
  h2 .small, .h2 .small, a.h2 .small, h2 a .small {
    font-size: 0.6em; }

a.h2:hover, h2 a:hover {
  color: #545557;
  transform: none;
  transition: color 0.3s ease-out,height 0.35s ease; }

h3, .h3, a.h3, h3 a {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.25em;
  margin: 0.4em 0 1em 0;
  color: #009cb3;
  text-decoration: none;
  transition: color 0.3s ease-out,height 0.35s ease; }
  @media only screen and (min-width: 690px) {
    h3, .h3, a.h3, h3 a {
      font-size: 20px; } }
  @media only screen and (min-width: 999px) {
    h3, .h3, a.h3, h3 a {
      font-size: 24px; } }
  h3 .small, .h3 .small, a.h3 .small, h3 a .small {
    font-size: 0.6em; }

a.h3:hover, h3 a:hover {
  color: #ec619f;
  transform: none;
  transition: color 0.3s ease-out,height 0.35s ease; }

/* Paragraphs & Other elements */
p {
  margin-bottom: 1.4em; }
  p img.aligncenter, p a.aligncenter {
    display: block;
    margin: 0 auto; }

p.large {
  font-size: 1.4em;
  font-weight: 700; }

p.emphasised {
  font-size: 1.4em;
  color: #00b3c9; }

strong, b {
  font-weight: bold; }

i, em {
  font-style: italic; }

u {
  text-decoration: underline; }

.uppercase {
  text-transform: uppercase; }

.capitalise {
  text-transform: capitalize; }

/* Links */
a, a:visited {
  color: #312e5d;
  display: inline-block;
  transition: color 0.2s; }

a:hover {
  color: #e3007e;
  transition: color 0.2s; }

a.tel {
  text-decoration: none; }

.number a:hover {
  transform: none; }

/* Lists */
ul, ol {
  padding-left: 1em;
  margin-bottom: 1.4em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

/* Text alignment */
.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.btn {
  display: inline-block;
  padding: 0.3em 0.63em 0.3em 0.63em;
  border: none;
  margin: 3px;
  border-radius: 25px;
  line-height: 1;
  font-weight: 700;
  font-size: 17px;
  text-decoration: none;
  text-transform: capitalize;
  vertical-align: middle;
  cursor: pointer;
  transition: background-color 0.3s ease-out; }
  @media only screen and (min-width: 690px) {
    .btn {
      font-size: 20px; } }
  @media only screen and (min-width: 999px) {
    .btn {
      font-size: 24px; } }
  .btn:hover {
    transition: background-color 0.3s ease-out;
    transform: none; }
  .btn i {
    margin: 0 0 0 0.6em;
    font-size: 1.2em;
    vertical-align: text-top; }
  .btn.with-icon-left i {
    margin: 0 0.4em 0 0; }

.btn.primary {
  background-color: #009cb3;
  color: white; }
  .btn.primary:hover {
    background-color: #00b3c9; }

.btn.secondary {
  background-color: #e3007e;
  color: white; }
  .btn.secondary:hover {
    background-color: #ec619f;
    color: white; }

.btn.tertiary {
  background-color: #312e5d;
  color: white; }
  .btn.tertiary:hover {
    background-color: #60507b;
    color: white; }

.btn.white {
  background-color: white;
  color: #e3007e; }
  .btn.white:hover {
    background-color: #312e5d;
    color: white; }

.btn.quaternary {
  background-color: #622c6b;
  color: #fff; }
  .btn.quaternary:hover {
    background-color: #e3007e;
    color: #fff; }

.btn.btn-rounded {
  background-color: white;
  border-radius: 25px;
  color: #312e5d;
  font-size: 1em;
  padding: 0.7em 1.2em;
  font-weight: normal; }
  .btn.btn-rounded:hover {
    background-color: #00b3c9;
    color: white; }

input[type=text], input[type=number], input[type=email], input[type=password], input[type=url], input[type=tel], textarea, select {
  width: 100%;
  background-color: white;
  color: #6d6e71;
  border: #acd1e0 solid 1px;
  border-radius: 8px;
  font-size: 1em;
  font-family: 'Asap', sans-serif;
  padding: 0.5em 0.75em;
  margin-bottom: 0.4em;
  transition: border-color 0.2s; }
  input[type=text]:focus, input[type=number]:focus, input[type=email]:focus, input[type=password]:focus, input[type=url]:focus, input[type=tel]:focus, textarea:focus, select:focus {
    border-color: #009cb3;
    transition: border-color 0.2s; }
  input[type=text].small, input[type=number].small, input[type=email].small, input[type=password].small, input[type=url].small, input[type=tel].small, textarea.small, select.small {
    width: 120px; }
  input[type=text].validation-error, input[type=number].validation-error, input[type=email].validation-error, input[type=password].validation-error, input[type=url].validation-error, input[type=tel].validation-error, textarea.validation-error, select.validation-error {
    border-color: #fb6164; }

textarea {
  min-height: 120px; }

input[type=radio], input[type=checkbox] {
  display: none; }
  input[type=radio] + label, input[type=checkbox] + label {
    width: auto;
    cursor: pointer;
    margin-right: 1em;
    margin-bottom: 0.4em;
    display: inline-block; }
  input[type=radio] + label:before, input[type=checkbox] + label:before {
    content: "";
    display: inline-block;
    background-color: white;
    border: #acd1e0 solid 1px;
    border-radius: 3px;
    width: 1em;
    height: 1em;
    margin-right: 0.5em;
    vertical-align: text-top; }
  input[type=radio]:checked + label:before, input[type=checkbox]:checked + label:before {
    background-color: #acd1e0;
    -webkit-box-shadow: inset 0 0 0 3px white;
    box-shadow: inset 0 0 0 3px white; }
  input[type=radio].validation-error, input[type=checkbox].validation-error {
    border-color: #fb6164; }

input[type=radio] + label:before {
  border-radius: 1em; }

.field-row {
  font-size: 0; }
  .field-row label {
    display: block;
    font-size: 14px; }
    @media only screen and (min-width: 690px) {
      .field-row label {
        display: inline-block;
        font-size: 15px;
        width: 30%;
        vertical-align: top;
        padding-top: 0.5em; } }
    @media only screen and (min-width: 999px) {
      .field-row label {
        font-size: 17px; } }
  .field-row .field {
    display: block;
    font-size: 14px; }
    @media only screen and (min-width: 690px) {
      .field-row .field {
        display: inline-block;
        font-size: 15px;
        width: 70%; } }
    @media only screen and (min-width: 999px) {
      .field-row .field {
        font-size: 17px; } }
  .field-row .validation-error {
    color: #fb6164; }

.req {
  color: #e3007e; }

table {
  border: #cae0eb solid 1px;
  border-radius: 6px;
  width: 100%;
  overflow-x: scroll;
  display: block; }
  table tbody {
    display: table;
    border: none;
    min-width: 300%; }
  table td, table th {
    padding: 0.4em;
    vertical-align: top;
    max-width: 40%; }
  table th {
    padding: 0.5em 0.4em;
    background-color: #cae0eb;
    color: #312e5d;
    text-transform: uppercase; }
  table tr:nth-child(even) {
    background-color: #f6fafc; }
  @media only screen and (min-width: 999px) {
    table {
      display: table;
      table-layout: fixed; }
      table tbody {
        display: table-row-group;
        width: 100%;
        min-width: 0; }
      table tr {
        display: table-row; } }

/*
    Created on : 5 Jun 2018, 12:33:19
    Author     : Stuart Lindley
*/
#site-header {
  position: relative;
  background-color: #f5f5f5;
  overflow: visible; }
  @media only screen and (min-width: 690px) {
    #site-header {
      position: static;
      background-color: white;
      height: auto;
      padding-bottom: 15px; } }
  #site-header .content {
    padding: 10px 15px 15px; }
    @media only screen and (min-width: 690px) {
      #site-header .content {
        position: static;
        padding: 0 15px;
        margin: 0 auto;
        max-width: 1200px;
        overflow: visible; } }
    @media only screen and (min-width: 1200px) {
      #site-header .content {
        padding: 0; } }
  #site-header #external-link-strip {
    position: relative;
    z-index: 10;
    background-color: #e9e7e7;
    color: #312e5d;
    padding: 0.5em 1em; }
    @media only screen and (min-width: 690px) {
      #site-header #external-link-strip {
        margin-bottom: 0; } }
    #site-header #external-link-strip a {
      color: #312e5d;
      text-decoration: none;
      display: inline-block;
      border-radius: 20px;
      background-color: #d9d2e0;
      padding: 0.2em 0.6em; }
      @media only screen and (min-width: 690px) {
        #site-header #external-link-strip a {
          border-radius: none;
          background-color: transparent; } }
      @media only screen and (min-width: 690px) {
        #site-header #external-link-strip a:hover {
          text-decoration: underline; } }
    #site-header #external-link-strip .content {
      position: relative;
      padding: 0;
      border-bottom: 0;
      display: flex;
      justify-content: space-around; }
      #site-header #external-link-strip .content .boxgrid .col {
        margin-top: 0;
        margin-bottom: 0; }
      #site-header #external-link-strip .content .boxgrid .left {
        text-align: left; }
        @media only screen and (min-width: 690px) {
          #site-header #external-link-strip .content .boxgrid .left a {
            margin-right: 2.5em; } }
      #site-header #external-link-strip .content .boxgrid .right {
        text-align: right; }
        #site-header #external-link-strip .content .boxgrid .right a:last-child {
          margin-left: 0.5em; }
        @media only screen and (min-width: 690px) {
          #site-header #external-link-strip .content .boxgrid .right a {
            margin-left: 2.5em; } }
  #site-header .site-title {
    margin: 0;
    padding: 0; }
    #site-header .site-title a {
      display: block;
      background: url(img/ebico-logo-web.png) no-repeat center center;
      background-size: contain;
      width: 60px;
      height: 58px;
      text-indent: -999px;
      overflow: hidden;
      margin: 0;
      padding: 0;
      transition: all 0.3s; }
      #site-header .site-title a:focus {
        outline: none; }
      @media only screen and (min-width: 690px) {
        #site-header .site-title a {
          width: 80px;
          height: 76px; } }
      @media only screen and (min-width: 999px) {
        #site-header .site-title a {
          width: 120px;
          height: 120px; } }
  #site-header .ebico-trust .site-title a {
    background: url(img/ebico-trust-logo-web.png) no-repeat center center; }
  @media screen and (max-width: 450px) {
    #site-header .logo-col {
      display: inline-block;
      width: 48%;
      vertical-align: bottom; }
    #site-header .phone-col {
      display: inline-block;
      width: 48%;
      vertical-align: bottom; } }
  @media only screen and (min-width: 690px) {
    #site-header .phone-col {
      position: relative;
      display: block;
      z-index: 0; } }
  #site-header .phone-col .phone-number.general, #site-header .phone-col .phone-number.quote {
    display: none; }
    @media only screen and (min-width: 690px) {
      #site-header .phone-col .phone-number.general, #site-header .phone-col .phone-number.quote {
        display: block;
        position: absolute;
        bottom: 50px;
        height: 280px;
        width: 280px;
        color: white;
        border-radius: 140px;
        font-size: 14px; }
        #site-header .phone-col .phone-number.general .wrap, #site-header .phone-col .phone-number.quote .wrap {
          position: absolute;
          bottom: 1em;
          left: 6em;
          right: 4em; }
        #site-header .phone-col .phone-number.general .cta, #site-header .phone-col .phone-number.quote .cta, #site-header .phone-col .phone-number.general .number, #site-header .phone-col .phone-number.quote .number {
          display: block; }
        #site-header .phone-col .phone-number.general .number, #site-header .phone-col .phone-number.quote .number {
          font-size: 1.2em;
          font-weight: bold; }
        #site-header .phone-col .phone-number.general a, #site-header .phone-col .phone-number.quote a {
          color: white;
          text-decoration: none; } }
  @media only screen and (min-width: 690px) {
    #site-header .phone-col .phone-number.general {
      background-color: rgba(96, 34, 104, 0.8);
      right: 0; } }
  #site-header .phone-col .phone-number.general .wrap {
    bottom: 1.7em; }
  @media only screen and (min-width: 690px) {
    #site-header .phone-col .phone-number.quote {
      background-color: rgba(193, 68, 145, 0.8);
      right: 180px;
      bottom: 60px; } }
  #site-header #mobile-menu-toggle {
    text-align: right; }
    @media only screen and (min-width: 690px) {
      #site-header #mobile-menu-toggle {
        display: none; } }
    #site-header #mobile-menu-toggle button {
      border: none;
      background: transparent;
      padding: 5px;
      margin: 0;
      overflow: hidden;
      cursor: pointer;
      line-height: 1;
      font-size: 2.5em;
      color: #312e5d; }
      #site-header #mobile-menu-toggle button:after {
        content: "\e15c";
        font-family: 'ebico'; }
      #site-header #mobile-menu-toggle button span {
        display: block;
        visibility: hidden;
        height: 0;
        width: 0; }
  #site-header #site-navigation {
    position: absolute;
    width: 100%;
    left: -100%;
    top: 120px;
    z-index: 10;
    transition: left 0.2s ease-out; }
    @media only screen and (min-width: 690px) {
      #site-header #site-navigation {
        position: static;
        left: 0;
        top: auto;
        margin-top: -20px; } }
    @media only screen and (min-width: 999px) {
      #site-header #site-navigation {
        margin-top: 0; } }
    #site-header #site-navigation .phone-number {
      display: block;
      background-color: #cae0eb;
      border-bottom: #fff solid 1px;
      text-align: right;
      padding: 20px; }
      @media only screen and (min-width: 690px) {
        #site-header #site-navigation .phone-number {
          display: none; } }
      #site-header #site-navigation .phone-number .number,
      #site-header #site-navigation .phone-number .cta {
        display: block; }
        #site-header #site-navigation .phone-number .number a,
        #site-header #site-navigation .phone-number .cta a {
          text-decoration: none; }
      #site-header #site-navigation .phone-number .number {
        font-size: 30px;
        font-weight: 600;
        margin-bottom: 10px; }
      #site-header #site-navigation .phone-number .cta {
        font-size: 30px;
        margin-bottom: 10px; }
      #site-header #site-navigation .phone-number .hours {
        font-size: 18px; }
        #site-header #site-navigation .phone-number .hours a {
          text-decoration: none; }
      #site-header #site-navigation .phone-number i {
        position: absolute;
        left: 0;
        font-size: 40px; }
    #site-header #site-navigation .menu-main-menu-container {
      text-align: left; }
      @media only screen and (min-width: 690px) {
        #site-header #site-navigation .menu-main-menu-container {
          text-align: right; } }
      #site-header #site-navigation .menu-main-menu-container ul#menu-main-menu {
        list-style: none;
        padding: 0;
        margin: 0;
        background-color: rgba(0, 156, 179, 0.9);
        position: absolute;
        left: 0;
        width: 100%;
        transition: left 0.2s ease-out; }
        @media only screen and (min-width: 690px) {
          #site-header #site-navigation .menu-main-menu-container ul#menu-main-menu {
            background-color: transparent;
            position: static;
            text-align: center;
            /*margin-top: 1.5em;*/
            margin-top: 0;
            display: -webkit-flex;
            display: flex;
            justify-content: flex-end; } }
        #site-header #site-navigation .menu-main-menu-container ul#menu-main-menu.show-submenu {
          left: -100%;
          display: block;
          transition: left 0.2s ease-out; }
          @media only screen and (min-width: 690px) {
            #site-header #site-navigation .menu-main-menu-container ul#menu-main-menu.show-submenu {
              left: 0;
              display: -webkit-flex;
              display: flex; } }
        #site-header #site-navigation .menu-main-menu-container ul#menu-main-menu li {
          border-bottom: white solid 1px; }
          @media only screen and (min-width: 690px) {
            #site-header #site-navigation .menu-main-menu-container ul#menu-main-menu li {
              border: none;
              display: block;
              height: 50px;
              margin-left: 20px; } }
          @media screen and (max-width: 690px) {
            #site-header #site-navigation .menu-main-menu-container ul#menu-main-menu li.menu-item-has-children > a:after {
              content: "\e621";
              font-family: 'ebico';
              font-size: 1.2em;
              vertical-align: middle;
              float: right; } }
          #site-header #site-navigation .menu-main-menu-container ul#menu-main-menu li.menu-item-has-children .submenu {
            position: absolute;
            top: 0;
            left: 100%;
            width: 100%;
            display: none;
            overflow: hidden; }
            @media only screen and (min-width: 690px) {
              #site-header #site-navigation .menu-main-menu-container ul#menu-main-menu li.menu-item-has-children .submenu {
                display: none;
                position: absolute;
                left: 0;
                text-align: left;
                background-color: #e8f3f7;
                color: #1f0340;
                width: 100%; }
                #site-header #site-navigation .menu-main-menu-container ul#menu-main-menu li.menu-item-has-children .submenu li {
                  display: block; } }
          @media only screen and (min-width: 690px) {
            #site-header #site-navigation .menu-main-menu-container ul#menu-main-menu li.js_show_submenu a {
              color: #e3007e; } }
          #site-header #site-navigation .menu-main-menu-container ul#menu-main-menu li a {
            display: block;
            padding: 20px 15px 20px 30px;
            color: white;
            font-size: 19px;
            font-weight: bold;
            text-decoration: none;
            text-transform: capitalize;
            vertical-align: middle;
            line-height: 1;
            outline: none;
            transition: background-color 0.3s ease-out; }
            @media only screen and (min-width: 690px) {
              #site-header #site-navigation .menu-main-menu-container ul#menu-main-menu li a {
                color: #f30071;
                font-size: 18px;
                font-weight: 400;
                padding: 14px 4px 26px 0;
                height: 55px;
                display: block;
                transition: background 0.1s linear, color 0.2s 0.2s linear; } }
          #site-header #site-navigation .menu-main-menu-container ul#menu-main-menu li.back-link a {
            background-color: rgba(52, 148, 187, 0.9);
            text-transform: uppercase;
            text-align: right;
            padding: 20px 30px; }
            #site-header #site-navigation .menu-main-menu-container ul#menu-main-menu li.back-link a:before {
              content: "\e620";
              font-family: 'ebico';
              font-size: 1.2em;
              vertical-align: middle;
              float: left; }
          @media screen and (max-width: 690px) {
            #site-header #site-navigation .menu-main-menu-container ul#menu-main-menu li.show-submenu .submenu {
              display: block; }
              #site-header #site-navigation .menu-main-menu-container ul#menu-main-menu li.show-submenu .submenu ul {
                position: relative;
                display: block;
                list-style: none;
                padding: 0;
                margin: 0;
                background-color: rgba(0, 156, 179, 0.9);
                left: 0;
                width: 100%;
                transition: left 0.2s ease-out; }
                #site-header #site-navigation .menu-main-menu-container ul#menu-main-menu li.show-submenu .submenu ul li a.description {
                  height: 0;
                  padding: 0; } }

.ebico-trust #site-header .site-title a {
  background: url(img/ebico-trust-logo-web.png) no-repeat center center;
  background-size: contain;
  width: 200px; }
  @media only screen and (min-width: 690px) {
    .ebico-trust #site-header .site-title a {
      width: 309px;
      height: 120px; } }

.submenu_container {
  background-color: #e8f3f7;
  color: #1f0340;
  width: 100%;
  display: none; }
  .submenu_container .submenu {
    text-align: center;
    padding: 50px 0; }
    .submenu_container .submenu .sub-menu-list {
      max-width: 900px;
      margin: 0 auto;
      padding: 40px;
      width: 68%;
      display: inline-block;
      text-align: left; }
      .submenu_container .submenu .sub-menu-list.columns-one {
        columns: 1; }
      .submenu_container .submenu .sub-menu-list.columns-two {
        columns: 1; }
        @media screen and (min-width: 690px) {
          .submenu_container .submenu .sub-menu-list.columns-two {
            columns: 2; } }
      .submenu_container .submenu .sub-menu-list.columns-three {
        columns: 1; }
        @media screen and (min-width: 690px) {
          .submenu_container .submenu .sub-menu-list.columns-three {
            columns: 3; } }
      .submenu_container .submenu .sub-menu-list.columns-four {
        columns: 1; }
        @media screen and (min-width: 690px) {
          .submenu_container .submenu .sub-menu-list.columns-four {
            columns: 4; } }
      .submenu_container .submenu .sub-menu-list li {
        display: inline-block;
        vertical-align: top;
        padding-left: 30px;
        padding-bottom: 30px;
        list-style-type: none;
        border-left: 1px solid #90cacb;
        width: 100%;
        max-height: 65px; }
        .submenu_container .submenu .sub-menu-list li a {
          text-decoration: none;
          background-color: transparent;
          transition: background-color 0.2s;
          border-radius: 10px;
          padding: 5px 10px; }
          .submenu_container .submenu .sub-menu-list li a:hover {
            background-color: #a1d6da;
            transition: background-color 0.2s;
            color: initial; }
        @media only screen and (min-width: 690px) {
          .submenu_container .submenu .sub-menu-list li.back-link {
            display: none; } }
    .submenu_container .submenu .megamenu-content-block {
      display: none;
      width: 20%;
      vertical-align: top; }
      @media screen and (min-width: 450px) {
        .submenu_container .submenu .megamenu-content-block {
          display: inline-block; } }
      .submenu_container .submenu .megamenu-content-block .bubble {
        color: #fff;
        border-radius: 50%;
        padding: 30px;
        width: 300px;
        height: 300px; }
        .submenu_container .submenu .megamenu-content-block .bubble.blue {
          background-color: #009cb3; }
        .submenu_container .submenu .megamenu-content-block .bubble.pink {
          background-color: #e3007e; }
        .submenu_container .submenu .megamenu-content-block .bubble.purple {
          background-color: #312e5d; }
        .submenu_container .submenu .megamenu-content-block .bubble .inner {
          margin-top: 60px; }
          .submenu_container .submenu .megamenu-content-block .bubble .inner .title_line1 {
            font-size: 1.4em;
            margin-bottom: 20px; }
          .submenu_container .submenu .megamenu-content-block .bubble .inner .title_line2 {
            font-size: 1.2em;
            margin-bottom: 10px; }
          .submenu_container .submenu .megamenu-content-block .bubble .inner .description {
            font-size: 1em; }

body.menu-open #site-header #site-navigation {
  left: 0;
  transition: left 0.2s ease-out; }
body.menu-open #site-header #mobile-menu-toggle button:after {
  content: "\e209"; }

#header-placeholder {
  background-color: #f5f5f5; }
  @media only screen and (min-width: 690px) {
    #header-placeholder {
      background-color: #fff; } }

@media only screen and (min-width: 690px) {
  #site-header.sticky {
    position: fixed;
    width: 100%;
    z-index: 998;
    box-shadow: 0px 8px 8px -9px #4a4a4a;
    padding-bottom: 0;
    top: 0;
    line-height: 1;
    animation: fadeIn 0.8s; } }
#site-header.sticky #external-link-strip {
  font-size: 14px;
  margin-bottom: 0; }
  @media only screen and (min-width: 690px) {
    #site-header.sticky #external-link-strip {
      font-size: 15px; } }
  @media only screen and (min-width: 999px) {
    #site-header.sticky #external-link-strip {
      font-size: 17px; } }
@media only screen and (min-width: 690px) {
  #site-header.sticky > .content {
    display: flex;
    align-items: center; } }
@media only screen and (min-width: 690px) {
  #site-header.sticky > .content > .boxgrid {
    width: 15%;
    display: inline-block;
    margin: 0; }
    #site-header.sticky > .content > .boxgrid .social-links-col, #site-header.sticky > .content > .boxgrid .phone-col {
      display: none; } }
@media only screen and (min-width: 690px) {
  #site-header.sticky > .content > .boxgrid .logo-col {
    justify-content: flex-start; } }
#site-header.sticky > .content .phone-number {
  display: none; }
@media only screen and (min-width: 690px) {
  #site-header.sticky .site-title a {
    width: 60px;
    height: 60px; } }
@media only screen and (min-width: 999px) {
  #site-header.sticky .site-title a {
    width: 70px;
    height: 70px; } }
@media only screen and (min-width: 690px) {
  #site-header.sticky #site-navigation {
    display: inline-block;
    margin-top: 0; } }
@media only screen and (min-width: 690px) {
  #site-header.sticky #site-navigation .menu-main-menu-container ul li {
    height: 40px; } }
@media only screen and (min-width: 999px) {
  #site-header.sticky #site-navigation .menu-main-menu-container ul li {
    height: 50px; } }
@media only screen and (min-width: 690px) {
  #site-header.sticky #site-navigation .menu-main-menu-container ul li a {
    height: 48px;
    padding-bottom: 16px; } }
@media only screen and (min-width: 1200px) {
  #site-header.sticky #site-navigation .menu-main-menu-container ul li a {
    height: 55px;
    padding-bottom: 26px; } }
@media only screen and (min-width: 690px) {
  #site-header.sticky #site-navigation .menu-main-menu-container ul li .submenu {
    margin-top: -8px; } }
@media only screen and (min-width: 999px) {
  #site-header.sticky #site-navigation .menu-main-menu-container ul li .submenu {
    margin-top: -2px; } }
@media only screen and (min-width: 690px) {
  #site-header.sticky #site-navigation .menu-main-menu-container ul li:first-child .submenu {
    border-radius: 8px; } }

#header-placeholder {
  max-height: 0; }
  @media only screen and (min-width: 690px) {
    #header-placeholder {
      max-height: 180px; } }

/**
 * Ebico Trust
 */
@media only screen and (min-width: 690px) {
  body.ebico-trust #site-header.sticky .site-title a {
    width: 90px;
    height: 77px; } }
@media only screen and (min-width: 999px) {
  body.ebico-trust #site-header.sticky .site-title a {
    width: 130px;
    height: 65px; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
#site-footer {
  color: #887a93; }
  #site-footer a {
    color: #887a93;
    text-decoration: none;
    transition: color 0.3s ease-out,transform 0.3s ease-in; }
    #site-footer a.current-menu-item, #site-footer a:hover {
      color: white;
      transition: color 0.3s ease-out,transform 0.3s ease-in; }
  #site-footer nav.left-menu ul, #site-footer nav.right-menu ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    #site-footer nav.left-menu ul li, #site-footer nav.right-menu ul li {
      margin-bottom: 0.7em; }
      #site-footer nav.left-menu ul li a, #site-footer nav.right-menu ul li a {
        text-transform: capitalize; }
  #site-footer nav.right-menu ul {
    font-size: 0; }
    #site-footer nav.right-menu ul li {
      margin: 0;
      display: inline-block;
      border-right: #6d6e71 solid 1px;
      line-height: 1; }
      #site-footer nav.right-menu ul li a {
        display: block;
        font-size: 14px;
        padding: 0 1em;
        line-height: 1; }
        @media only screen and (min-width: 690px) {
          #site-footer nav.right-menu ul li a {
            font-size: 15px; } }
        @media only screen and (min-width: 999px) {
          #site-footer nav.right-menu ul li a {
            font-size: 17px; } }
      #site-footer nav.right-menu ul li:first-child a {
        padding-left: 0; }
        @media only screen and (min-width: 450px) {
          #site-footer nav.right-menu ul li:first-child a {
            padding-left: 1em; } }
      #site-footer nav.right-menu ul li:last-child {
        border-right: none; }
        @media only screen and (min-width: 450px) {
          #site-footer nav.right-menu ul li:last-child a {
            padding-right: 0; } }
  #site-footer .social-icons a {
    color: white; }
  #site-footer .copyright {
    display: block;
    text-align: left;
    margin: 2em 0;
    font-size: 0.7em; }

/**
 *
 * Any Differences for the trust site are styled in here
 *
 */
body.ebico-trust .trust-intro {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  margin: 0 0 4em; }
  @media only screen and (min-width: 1200px) {
    body.ebico-trust .trust-intro {
      flex-wrap: nowrap;
      margin: 4em 0; } }
body.ebico-trust .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  body.ebico-trust .video-container iframe,
  body.ebico-trust .video-container object,
  body.ebico-trust .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
body.ebico-trust .video {
  order: 1;
  flex-grow: 2; }
  @media only screen and (min-width: 1200px) {
    body.ebico-trust .video {
      order: 0;
      min-width: 700px; } }
body.ebico-trust .text {
  order: 0;
  flex-grow: 1;
  padding-bottom: 2em; }
  @media only screen and (min-width: 999px) {
    body.ebico-trust .text {
      border-radius: 8px; } }
  @media only screen and (min-width: 1200px) {
    body.ebico-trust .text {
      order: 1;
      padding: 1em;
      background-color: #602268;
      color: #fff;
      border-radius: 0 8px 8px 0; } }
  @media only screen and (min-width: 999px) {
    body.ebico-trust .text h2 {
      color: #fff; } }
body.ebico-trust .btn > .text {
  background-color: transparent; }
body.ebico-trust .site-main {
  padding-bottom: 2em; }

.crush_slider_wrapper .crush_sliders_slider {
  width: 100%;
  height: 250px;
  border-radius: 8px; }
  @media only screen and (min-width: 450px) {
    .crush_slider_wrapper .crush_sliders_slider {
      height: 280px; } }
  @media only screen and (min-width: 690px) {
    .crush_slider_wrapper .crush_sliders_slider {
      height: 340px; } }
  @media only screen and (min-width: 999px) {
    .crush_slider_wrapper .crush_sliders_slider {
      height: 380px; } }
.crush_slider_wrapper .crushSlider_pagination {
  display: none; }
  @media only screen and (min-width: 690px) {
    .crush_slider_wrapper .crushSlider_pagination {
      display: block; } }
  .crush_slider_wrapper .crushSlider_pagination .crushSlider_paginationItem {
    width: 16px;
    height: 16px;
    background-color: #f0eeee;
    text-indent: -100px;
    overflow: hidden;
    margin: 0 0.3em; }
    .crush_slider_wrapper .crushSlider_pagination .crushSlider_paginationItem.active {
      background-color: #5a4473;
      cursor: default; }
      .crush_slider_wrapper .crushSlider_pagination .crushSlider_paginationItem.active:hover {
        transform: none; }
.crush_slider_wrapper .crushSlider_nextButton, .crush_slider_wrapper .crushSlider_prevButton {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 5px;
  height: 100%;
  width: auto;
  margin-top: 0;
  background: transparent;
  color: #fff;
  z-index: 5;
  cursor: pointer;
  transition: transform 0.2s ease 0s; }
  @media only screen and (min-width: 690px) {
    .crush_slider_wrapper .crushSlider_nextButton, .crush_slider_wrapper .crushSlider_prevButton {
      padding-right: 10px; } }
  .crush_slider_wrapper .crushSlider_nextButton:after, .crush_slider_wrapper .crushSlider_prevButton:after {
    display: block;
    content: "\e621";
    font-family: "ebico";
    font-size: 20px;
    text-align: center; }
    @media only screen and (min-width: 690px) {
      .crush_slider_wrapper .crushSlider_nextButton:after, .crush_slider_wrapper .crushSlider_prevButton:after {
        font-size: 25px; } }
    @media only screen and (min-width: 999px) {
      .crush_slider_wrapper .crushSlider_nextButton:after, .crush_slider_wrapper .crushSlider_prevButton:after {
        font-size: 30px; } }
.crush_slider_wrapper .crushSlider_prevButton {
  padding-left: 5px;
  padding-right: 0;
  left: 0;
  right: auto; }
  @media only screen and (min-width: 690px) {
    .crush_slider_wrapper .crushSlider_prevButton {
      padding-left: 10px;
      padding-right: 0; } }
  .crush_slider_wrapper .crushSlider_prevButton:after {
    content: "\e620"; }

/* Banners */
.crush_banners_banner {
  max-width: 100%;
  border-radius: 8px; }

/** Homepage banner **/
#home-slider {
  display: none; }
  @media only screen and (min-width: 690px) {
    #home-slider {
      display: block; } }

.archive article {
  padding-bottom: 2em; }
  .archive article .thumb {
    display: block;
    transition: none; }
    .archive article .thumb img {
      margin-bottom: 0.5em;
      border-radius: 8px;
      transition: none; }
    .archive article .thumb:hover {
      transform: none; }

aside.widget_archive ul {
  list-style: none;
  padding: 0;
  margin-bottom: 1em; }
  aside.widget_archive ul li {
    text-indent: 0;
    border-bottom: #b7d5e4 solid 1px; }
    aside.widget_archive ul li:last-child, aside.widget_archive ul li.last {
      border: none; }
    aside.widget_archive ul li a {
      padding: 0.5em 0;
      color: #009cb3;
      text-decoration: none; }
aside.widget_archive button i {
  display: inline-block;
  transition: transform 0.3s ease-in,width 0.3s ease-out; }
aside.widget_archive button.open i {
  transform: rotate(-180deg);
  margin-top: 2px;
  margin-bottom: -2px;
  transition: transform 0.3s ease-in,width 0.3s ease-out; }

.single-post .thumb, .single-trust-news .thumb {
  overflow: hidden;
  margin-bottom: 1em; }
  .single-post .thumb img, .single-trust-news .thumb img {
    border-radius: 8px;
    display: block; }
.single-post .date, .single-trust-news .date {
  font-size: 17px;
  font-weight: bold;
  color: #60507b; }
  @media only screen and (min-width: 690px) {
    .single-post .date, .single-trust-news .date {
      font-size: 20px; } }
  @media only screen and (min-width: 999px) {
    .single-post .date, .single-trust-news .date {
      font-size: 24px; } }
.single-post .entry-title, .single-trust-news .entry-title {
  margin-top: 0; }
.single-post .sharethis, .single-trust-news .sharethis {
  margin: 3em 0; }

.power_cut_numbers {
  padding-top: 1em; }
  .power_cut_numbers .col:last-child {
    display: none; }
  .power_cut_numbers .icon-location, .power_cut_numbers .icon-phone, .power_cut_numbers .number {
    font-size: 30px; }
    @media only screen and (min-width: 690px) {
      .power_cut_numbers .icon-location, .power_cut_numbers .icon-phone, .power_cut_numbers .number {
        font-size: 40px; } }
    @media only screen and (min-width: 999px) {
      .power_cut_numbers .icon-location, .power_cut_numbers .icon-phone, .power_cut_numbers .number {
        font-size: 60px; } }
  .power_cut_numbers .location {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1.2; }
    @media only screen and (min-width: 690px) {
      .power_cut_numbers .location {
        font-size: 30px; } }
    @media only screen and (min-width: 999px) {
      .power_cut_numbers .location {
        font-size: 40px; } }
  .power_cut_numbers .small {
    margin-bottom: 0; }
  .power_cut_numbers .number {
    line-height: 1.1;
    margin: 0;
    font-weight: bold; }
  .power_cut_numbers .icon-phone, .power_cut_numbers .number {
    color: #00b3c9; }
  .power_cut_numbers .location, .power_cut_numbers .icon-location, .power_cut_numbers .small {
    color: #312e5d; }

.contact_details {
  padding-top: 1em; }
  .contact_details .col:last-child {
    display: none; }
  .contact_details .title-col {
    padding-bottom: 1.5em; }
  .contact_details i {
    font-size: 30px;
    color: #00b3c9;
    display: inline-block;
    width: 42px;
    height: 42px;
    border: #00b3c9 solid 3px;
    border-radius: 72px;
    text-align: center;
    line-height: 1.2;
    margin-right: 0.3em;
    vertical-align: middle; }
    @media only screen and (min-width: 690px) {
      .contact_details i {
        font-size: 40px;
        width: 56px;
        height: 56px; } }
    @media only screen and (min-width: 999px) {
      .contact_details i {
        font-size: 60px;
        width: 84px;
        height: 84px; } }
  .contact_details h3 {
    display: inline-block;
    font-size: 24px;
    line-height: 1;
    margin: 0;
    vertical-align: middle;
    color: #312e5d; }
    @media only screen and (min-width: 690px) {
      .contact_details h3 {
        font-size: 40px; } }
    @media only screen and (min-width: 999px) {
      .contact_details h3 {
        font-size: 60px; } }
  .contact_details .title {
    margin-top: 0.3em;
    margin-bottom: 0.2em;
    font-size: 20px;
    font-weight: normal;
    color: #312e5d;
    line-height: 1.1; }
    @media only screen and (min-width: 690px) {
      .contact_details .title {
        font-size: 28px; } }
    @media only screen and (min-width: 999px) {
      .contact_details .title {
        font-size: 35px; } }
  .contact_details .number, .contact_details .address, .contact_details .email {
    font-size: 26px;
    font-weight: bold;
    color: #00b3c9;
    margin-bottom: 0.2em;
    line-height: 1.1; }
    @media only screen and (min-width: 690px) {
      .contact_details .number, .contact_details .address, .contact_details .email {
        font-size: 35px; } }
    @media only screen and (min-width: 999px) {
      .contact_details .number, .contact_details .address, .contact_details .email {
        font-size: 50px; } }
  .contact_details .address {
    font-weight: normal; }
  .contact_details .small {
    font-weight: bold;
    color: #312e5d;
    font-size: 1.2em; }
  .contact_details .country {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    vertical-align: middle;
    color: #312e5d; }
    @media only screen and (min-width: 690px) {
      .contact_details .country {
        font-size: 30px; } }
    @media only screen and (min-width: 999px) {
      .contact_details .country {
        font-size: 40px; } }

.crush_faq.faq_list {
  position: relative;
  padding: 0 20px;
  font-size: 15px; }
  @media only screen and (min-width: 690px) {
    .crush_faq.faq_list {
      padding: 0; } }
  .crush_faq.faq_list dt {
    background-color: #eae2ec;
    color: #312e5d;
    display: block;
    position: relative;
    padding: 0.7em 1.2em;
    margin-bottom: 1em;
    border-radius: 25px;
    font-size: 13px; }
    @media only screen and (min-width: 450px) {
      .crush_faq.faq_list dt {
        font-size: 18px;
        min-height: 75px; } }
    @media only screen and (min-width: 690px) {
      .crush_faq.faq_list dt {
        font-size: 22px;
        min-height: 0; }
        .crush_faq.faq_list dt:before {
          content: url("img/arrow-d.png");
          font-family: 'ebico';
          font-size: 1.2em;
          float: right;
          margin-left: 1.5em;
          transition: transform 0.3s ease-in,margin-top 0.3s ease-out; } }
    .crush_faq.faq_list dt.open {
      background-color: #fff; }
      .crush_faq.faq_list dt.open:before {
        transform: scaleY(-1);
        margin-top: 1px;
        transition: transform 0.3s ease-in,margin-top 0.3s ease-out; }
      .crush_faq.faq_list dt.open:after {
        display: block; }
  .crush_faq.faq_list dd {
    padding: 15px;
    background-color: #fff; }
    @media only screen and (min-width: 690px) {
      .crush_faq.faq_list dd {
        right: 0;
        padding: 1em 2.2em 2.3em 2.2em; } }

#fuel-poverty.crush-infographic {
  background-color: #cae0eb;
  border-radius: 8px;
  overflow: hidden; }
  #fuel-poverty.crush-infographic h1 {
    color: #312e5d; }
  #fuel-poverty.crush-infographic .row.alt {
    background-color: #8bc0d3;
    color: white; }
  #fuel-poverty.crush-infographic .row.continue p {
    margin: 0; }
    #fuel-poverty.crush-infographic .row.continue p:after {
      content: "\e208";
      font-family: "ebico";
      font-size: 50px;
      line-height: 35px;
      transform: rotate(90deg);
      display: block;
      text-align: center; }
      @media only screen and (min-width: 690px) {
        #fuel-poverty.crush-infographic .row.continue p:after {
          font-size: 70px;
          line-height: 45px; } }
      @media only screen and (min-width: 999px) {
        #fuel-poverty.crush-infographic .row.continue p:after {
          font-size: 100px;
          line-height: 70px; } }
  #fuel-poverty.crush-infographic .row.terms p:after {
    display: none; }
  #fuel-poverty.crush-infographic .row .left {
    color: #3494bb; }
  #fuel-poverty.crush-infographic .row .right {
    color: #312e5d; }

.block_of_content {
  padding: 1em 2em;
  margin: 0.5em 0;
  border-radius: 8px; }
  @media only screen and (min-width: 999px) {
    .block_of_content {
      padding: 2em 3em; } }
  .block_of_content:nth-child(2n) {
    background-color: #8bc0d3;
    color: white; }
    .block_of_content:nth-child(2n) h1, .block_of_content:nth-child(2n) .h1, .block_of_content:nth-child(2n) h2, .block_of_content:nth-child(2n) .h2, .block_of_content:nth-child(2n) h3, .block_of_content:nth-child(2n) .h3, .block_of_content:nth-child(2n) h4, .block_of_content:nth-child(2n) .h4 {
      color: white; }
    .block_of_content:nth-child(2n) .btn.secondary {
      background-color: white;
      color: #8bc0d3; }
  .block_of_content:nth-child(4n) {
    background-color: #3494bb;
    color: white; }
    .block_of_content:nth-child(4n) h1, .block_of_content:nth-child(4n) .h1, .block_of_content:nth-child(4n) h2, .block_of_content:nth-child(4n) .h2, .block_of_content:nth-child(4n) h3, .block_of_content:nth-child(4n) .h3, .block_of_content:nth-child(4n) h4, .block_of_content:nth-child(4n) .h4 {
      color: white; }
    .block_of_content:nth-child(4n) .btn.secondary {
      background-color: white;
      color: #3494bb; }
  .block_of_content .thumb {
    padding-top: 1.5em;
    max-width: 80%; }

.heating_sources .col {
  background-color: #312e5d;
  border-radius: 8px; }
  @media only screen and (min-width: 450px) {
    .heating_sources .col {
      min-height: 150px; } }
  @media only screen and (min-width: 690px) {
    .heating_sources .col {
      margin-top: 12px;
      margin-bottom: 12px;
      min-height: 165px; } }
  @media only screen and (min-width: 999px) {
    .heating_sources .col {
      margin-top: 18px;
      margin-bottom: 18px;
      min-height: 180px; } }
  .heating_sources .col a {
    display: block;
    padding: 1em;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    min-height: 100%;
    color: white; }
    .heating_sources .col a:hover {
      color: #9383a3; }
    @media only screen and (min-width: 690px) {
      .heating_sources .col a {
        font-size: 15px; } }
    @media only screen and (min-width: 999px) {
      .heating_sources .col a {
        font-size: 17px; } }
    .heating_sources .col a i {
      display: block;
      font-size: 5em;
      height: 75px; }
      @media only screen and (min-width: 690px) {
        .heating_sources .col a i {
          height: 85px; } }
      @media only screen and (min-width: 999px) {
        .heating_sources .col a i {
          height: 100px; } }

form#refer-a-friend {
  padding: 1em 2em;
  background-color: #cae0eb;
  border-radius: 8px; }
  form#refer-a-friend .btn {
    margin: 0.5em 0; }
  form#refer-a-friend label, form#refer-a-friend .req {
    color: #0090a0; }
  form#refer-a-friend .field-row {
    margin-bottom: 15px; }
  form#refer-a-friend #your-address {
    margin-top: 1em; }
  form#refer-a-friend #friends-details {
    margin-top: 1.5em; }
  form#refer-a-friend p {
    font-weight: bold; }
  form#refer-a-friend .button {
    text-align: right; }

#refer-a-friend-success {
  padding: 1em 2em;
  background-color: #cae0eb;
  border-radius: 8px; }
  #refer-a-friend-success h2 {
    color: #312e5d; }

article.case-study h1 {
  color: #009cb3; }
article.case-study h3 {
  color: #312e5d; }

#key-facts-bar h3 {
  color: #312e5d; }
#key-facts-bar ul {
  list-style: none;
  padding-left: 50px;
  margin-bottom: 4em; }
  @media only screen and (min-width: 690px) {
    #key-facts-bar ul {
      padding-left: 65px; } }
  @media only screen and (min-width: 999px) {
    #key-facts-bar ul {
      padding-left: 80px; } }
  #key-facts-bar ul li:before {
    font-family: "ebico";
    content: "\e619";
    font-size: 1.5em;
    color: #009cb3;
    display: block;
    float: left;
    border: #009cb3 solid 1px;
    text-align: center;
    margin-left: -50px;
    margin-top: 2px;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    line-height: 32px; }
    @media only screen and (min-width: 690px) {
      #key-facts-bar ul li:before {
        margin-left: -65px;
        margin-top: 5px;
        width: 45px;
        height: 45px;
        border-radius: 45px;
        line-height: 45px; } }
    @media only screen and (min-width: 999px) {
      #key-facts-bar ul li:before {
        margin-left: -80px; } }
  #key-facts-bar ul .title {
    font-weight: bold;
    color: #312e5d;
    font-size: 1.4em; }

@media only screen and (min-width: 690px) {
  #floating-button {
    width: 315px;
    height: 152px;
    background: url(img/floating-button-bg.png) no-repeat top left;
    background-size: 315px 152px;
    padding: 15px 15px 22px 10px;
    position: fixed;
    top: 30%;
    right: 0;
    z-index: 99; } }
#floating-button img {
  width: 85px;
  height: 99px;
  margin-right: 10px;
  float: left; }
#floating-button .title {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  line-height: 1; }
#floating-button .btn {
  font-size: 20px;
  margin-top: 15px; }
#floating-button .close-button {
  display: block;
  width: 31px;
  height: 34px;
  background: url(img/floating-button-close-button.png) no-repeat top left;
  background-size: 31px 34px;
  position: absolute;
  top: -10px;
  left: -10px;
  transition: transform 0.2s; }
  #floating-button .close-button:hover {
    transform: scale(1.1);
    transition: transform 0.2s; }

/*.energy-plan-outer{
    background-color:#f6f3f6;

    .energy-plan{*/
.container-box {
  background-color: #fff;
  padding: 20px;
  margin: 20px; }
  @media only screen and (min-width: 690px) {
    .container-box {
      margin: 40px 20px; } }
  @media only screen and (min-width: 999px) {
    .container-box {
      margin: 40px 0; } }
  .container-box .title {
    text-align: center; }
    .container-box .title.purple {
      color: #5f2268; }
    .container-box .title.dark-purple {
      color: #2e0751; }
    .container-box .title.pink {
      color: #95206d; }
    .container-box .title.blue {
      color: #78bacb; }
  .container-box .inner {
    display: block;
    margin-bottom: 40px; }
    .container-box .inner .offset-img-container {
      position: relative; }
      .container-box .inner .offset-img-container .offset-img {
        border-radius: 5px;
        max-width: none;
        width: 100%; }
        @media only screen and (min-width: 690px) {
          .container-box .inner .offset-img-container .offset-img {
            position: absolute;
            width: 135%;
            margin-top: 33%; } }
        .container-box .inner .offset-img-container .offset-img.right {
          right: 20%; }

    /*}
}*/
.info-block {
  color: #fff;
  padding: 40px;
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 10px;
  min-height: 325px; }
  .info-block a {
    color: #fff;
    text-decoration: none; }
    .info-block a:hover {
      text-decoration: none;
      color: #fff; }
  .info-block.line-icon-1 {
    background-image: url("/wp-content/uploads/1.png"); }
  .info-block.line-icon-2 {
    background-image: url("/wp-content/uploads/2.png"); }
  .info-block.line-icon-3 {
    background-image: url("/wp-content/uploads/3.png"); }
  .info-block.line-icon-4 {
    background-image: url("/wp-content/uploads/4.png"); }
  .info-block.line-icon-5 {
    background-image: url("/wp-content/uploads/5.png"); }
  .info-block.line-icon-6 {
    background-image: url("/wp-content/uploads/6.png"); }
  .info-block.line-icon-7 {
    background-image: url("/wp-content/uploads/7.png"); }
  .info-block.purple {
    background-color: #5f2268; }
  .info-block.dark-purple {
    background-color: #2e0751; }
  .info-block.pink {
    background-color: #95206d; }
  .info-block.blue {
    background-color: #78bacb; }
  .info-block h3 {
    color: #fff;
    font-weight: 300;
    font-size: 1.2em; }
    @media only screen and (min-width: 690px) {
      .info-block h3 {
        font-size: 1.8em; } }
  .info-block .circle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 50%;
    color: #fff;
    width: 100px;
    height: 100px;
    font-size: 12px;
    margin: 0 auto 4px;
    text-align: center; }
    @media only screen and (min-width: 690px) {
      .info-block .circle {
        font-size: 17px; } }
    .info-block .circle p {
      padding-top: 26px; }
    @media only screen and (min-width: 690px) {
      .info-block .circle:nth-child(1) p {
        padding-top: 13px; }
      .info-block .circle:nth-child(2) p {
        padding-top: 24px; }
      .info-block .circle:nth-child(3) p {
        padding-top: 24px; } }
    .info-block .circle.purple {
      background-color: #5f2268; }
    .info-block .circle.dark-purple {
      background-color: #2e0751; }
    .info-block .circle.blue {
      background-color: #78bacb; }
    .info-block .circle.pink {
      background-color: #f30071; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 31 May 2018, 11:57:05
    Author     : Stuart Lindley
*/
.alert {
  padding: 1em;
  border-radius: 20px;
  margin-bottom: 0.5em; }
  .alert.error {
    color: #fff;
    background-color: #fb6164; }

/*
    Created on : 15 Jun 2018, 11:49:40
    Author     : Stuart Lindley
*/
.product {
  border-radius: 8px;
  height: 100%;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4);
  background-color: transparent;
  display: flex;
  flex-direction: column; }
  @media only screen and (min-width: 690px) {
    .product {
      transition: background-color 500ms;
      width: 95%; } }
  .product .product-title {
    border-radius: 8px; }
    .product .product-title img {
      border-radius: 8px; }
  .product a {
    text-decoration: none; }
    .product a:hover {
      text-decoration: none; }
  .product.why-ebico {
    background-color: #622c6b; }
    .product.why-ebico:hover {
      background-color: #833b8f; }
  .product.prime-fixed {
    background-color: #00b3c9; }
    .product.prime-fixed:hover {
      background-color: #00cae3; }
  .product.ebico-zero {
    background-color: #0090a0; }
    .product.ebico-zero:hover {
      background-color: #00bed3; }
  .product .product-body {
    align-self: flex-end;
    width: 100%;
    padding: 1em;
    font-size: 23px;
    line-height: 1.2em; }
    .product .product-body p, .product .product-body a, .product .product-body h3 {
      color: white;
      font-size: 1em; }
    .product .product-body h3 {
      font-size: 1em; }

.boxgrid > .col.latest-offers {
  margin-bottom: 20px; }

.products-title {
  background-color: #e3007e;
  color: white;
  height: 46px;
  border-radius: 8px;
  line-height: 46px;
  padding: 0 0 0 2em;
  font-weight: bold;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4); }

.col.latest-offers {
  margin-top: 0;
  align-self: flex-start;
  vertical-align: middle; }

/*
    Created on : 20 Jun 2018, 13:19:42
    Author     : Stuart Lindley
*/
.panels-list {
  padding: 2em 0;
  background-color: #f6f5f6; }
  .panels-list .boxgrid {
    justify-content: center;
    align-items: center; }

.panel {
  color: white;
  border-radius: 8px;
  padding: 1.2em;
  text-align: centre; }
  @media only screen and (min-width: 690px) {
    .panel {
      font-size: 25px; } }
  .panel.shadow {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4); }
  .panel.panel-colour4 {
    background-color: #009cb3; }
  .panel.panel-colour14 {
    background-color: #0090a0; }
  .panel.panel-colour4 a, .panel.panel-colour14 a {
    color: white;
    text-decoration: none; }
    .panel.panel-colour4 a:hover, .panel.panel-colour14 a:hover {
      text-decoration: underline; }
  .panel.panel-body-colour {
    background-color: white;
    color: #6d6e71; }
  .panel [class^="icon-"], .panel [class*=" icon-"] {
    display: block;
    padding: 0;
    font-size: 4em;
    padding: 0.2em;
    text-align: center; }
    .panel [class^="icon-"]:hover, .panel [class*=" icon-"]:hover {
      color: white; }
  .panel a {
    text-decoration: none; }
    .panel a:hover {
      text-decoration: underline; }
  .panel .panel-title {
    font-size: 0.6em;
    font-weight: bold;
    margin-bottom: 0.8em; }
  .panel .panel-body {
    line-height: 1.2em;
    margin-bottom: 1em;
    font-size: 0.8em; }
  .panel .panel-footer {
    font-size: 0.6em; }

.panel.news .panel-title {
  font-size: 1em;
  font-weight: normal;
  color: #602268; }
.panel.news .panel-body {
  font-size: 1em; }
  .panel.news .panel-body .entry-title {
    font-size: 1em; }
  .panel.news .panel-body .entry-summary {
    font-size: 0.725em; }
.panel.news .panel-footer a {
  color: #602268; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 28 Jun 2018, 09:22:13
    Author     : Stuart Lindley
*/
.home .entry-title {
  color: #622c6b; }
.home article {
  padding-bottom: 4em; }

.newsletter-signup {
  background-image: url("img/newsletter-signup-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat; }
  .newsletter-signup .signup {
    background-image: linear-gradient(#00919d, #0090a0);
    padding: 40px 20px;
    border-radius: 8px;
    margin: 40px 20px; }
    @media screen and (min-width: 690px) {
      .newsletter-signup .signup {
        margin: 120px 20px; } }
    @media screen and (min-width: 1200px) {
      .newsletter-signup .signup {
        margin: 120px 0; } }
    .newsletter-signup .signup h3,
    .newsletter-signup .signup p {
      color: #fff; }
    .newsletter-signup .signup form {
      text-align: right; }
      .newsletter-signup .signup form input {
        background-color: #b8e0e4;
        color: #622c6b; }
        .newsletter-signup .signup form input[type="submit"] {
          text-align: right;
          margin-top: 20px;
          padding: 5px 25px;
          background-color: #fff;
          transition: background-color 0.4s;
          border: 1px solid #00919d;
          border-radius: 8px;
          color: #00919d; }
          .newsletter-signup .signup form input[type="submit"]:hover {
            cursor: pointer;
            background-color: #b8e0e4;
            transition: background-color 0.4s; }

body {
  background-color: #42374b; }

/*# sourceMappingURL=style.css.map */
