@charset "UTF-8";
/* # Bootstrap Biscuits Genesis Child Theme
Theme Name: SAS Biscuits
Theme URI: http://my.studiopress.com/themes/genesis/
Description: This is the sample theme created for the Genesis Framework.
Author: StudioPress
Author URI: http://www.charityandbiscuits.com
Template: genesis
Template Version: 2.2.7
Version: 2.2.24
Tags: black, orange, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html


/* Variables
------------------------------------------------------------ */
.dotty-title, .full-width-content.woocommerce-checkout .content-sidebar-wrap .entry .entry-content h3#order_review_heading {
  display: table;
  white-space: nowrap; }
  .dotty-title:before, .full-width-content.woocommerce-checkout .content-sidebar-wrap .entry .entry-content h3#order_review_heading:before, .dotty-title:after, .full-width-content.woocommerce-checkout .content-sidebar-wrap .entry .entry-content h3#order_review_heading:after {
    border-top: 1px dotted #00abbd;
    content: '';
    display: table-cell;
    position: relative;
    top: 0.5em;
    width: 45%; }
  .dotty-title:before, .full-width-content.woocommerce-checkout .content-sidebar-wrap .entry .entry-content h3#order_review_heading:before {
    right: 1.5%; }
  .dotty-title:after, .full-width-content.woocommerce-checkout .content-sidebar-wrap .entry .entry-content h3#order_review_heading:after {
    left: 1.5%; }

/* Genesis default style theme
------------------------------------------------------------ */
/*
	Theme Name: Genesis Sample
	Theme URI: http://www.studiopress.com/
	Description: This is the sample theme created for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 2.2.4

	Tags: black, red, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.2.3

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Skip Links
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- After Header Navigation
	- Footer Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Max-width: 1340px
	- Max-width: 1200px
	- Max-width: 1023px
	- Max-width: 860px
- Print Styles
*/
/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */
html {
  font-family: 'Roboto Condensed', sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden; }

body {
  margin: 0;
  overflow-x: hidden; }

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

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

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

progress {
  vertical-align: baseline; }

template, [hidden] {
  display: none; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:active, a.nice-select.open, a:hover {
    outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: none; }

b, strong {
  font-weight: inherit; }

b, strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

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

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

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

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

optgroup {
  font-weight: bold; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

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

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

textarea {
  overflow: auto; }

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

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

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

/* ## Box Sizing
--------------------------------------------- */
html, input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

/* ## Float Clearing
--------------------------------------------- */
.author-box:before, .clearfix:before, .widget:before, .full-width-content.woocommerce-checkout .content-sidebar-wrap .entry .entry-content .checkout_coupon:before, .entry:before, .entry-content:before, .footer-widgets:before, .nav-primary:before, .nav-secondary:before, .nav-secondary-sub:before, .pagination:before, .site-container:before, .site-footer:before, .site-header:before, .site-inner:before, .widget:before, .wrap:before {
  content: " ";
  display: table; }

.author-box:after, .clearfix:after, .widget:after, .full-width-content.woocommerce-checkout .content-sidebar-wrap .entry .entry-content .checkout_coupon:after, .entry:after, .entry-content:after, .footer-widgets:after, .nav-primary:after, .nav-secondary:after, .nav-secondary-sub:after, .pagination:after, .site-container:after, .site-footer:after, .site-header:after, .site-inner:after, .widget:after, .wrap:after {
  clear: both;
  content: " ";
  display: table; }

/* # Defaults
---------------------------------------------------------------------------------------------------- */
/* ## Typographical Elements
--------------------------------------------- */
html {
  font-size: 62.5%;
  /* 10px browser default */ }

/* Chrome fix */
body > div {
  font-size: 1.8rem; }

a, button {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

input:focus, input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

textarea:focus, .button, .gallery img {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

ol, ul {
  margin: 0;
  padding: 0; }

ul li {
  list-style-type: none; }

/* ## Headings
--------------------------------------------- */
/* ## Objects
--------------------------------------------- */
embed, iframe, img, object, video, .wp-caption {
  max-width: 100%; }

img {
  height: auto; }

figure {
  margin: 0; }

/* ## Gallery
--------------------------------------------- */
.gallery {
  overflow: hidden; }

.gallery-item {
  float: left;
  margin: 0 0 28px;
  text-align: center; }

.gallery-columns-1 .gallery-item {
  width: 100%; }

.gallery-columns-2 .gallery-item {
  width: 50%; }

.gallery-columns-3 .gallery-item {
  width: 33%; }

.gallery-columns-4 .gallery-item {
  width: 25%; }

.gallery-columns-5 .gallery-item {
  width: 20%; }

.gallery-columns-6 .gallery-item {
  width: 16.6666%; }

.gallery-columns-7 .gallery-item {
  width: 14.2857%; }

.gallery-columns-8 .gallery-item {
  width: 12.5%; }

.gallery-columns-9 .gallery-item {
  width: 11.1111%; }

.gallery img {
  border: 1px solid #eee;
  height: auto;
  padding: 4px; }
  .gallery img:hover, .gallery img:focus {
    border: 1px solid #999; }

/* ## Forms
--------------------------------------------- */
input, select, textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #444;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 16px;
  width: 100%; }

input:focus, textarea:focus {
  border: 1px solid #999;
  outline: none; }

input[type="checkbox"], input[type="image"], input[type="radio"] {
  width: auto; }

::-moz-placeholder {
  color: #444;
  opacity: 1; }

::-webkit-input-placeholder {
  color: #444; }

button {
  background-color: #444;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 16px 24px;
  text-decoration: none;
  white-space: normal;
  width: auto; }

input[type="button"], input[type="reset"], input[type="submit"] {
  background-color: #444;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 16px 24px;
  text-decoration: none;
  white-space: normal;
  width: auto; }

.button {
  background-color: #444;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 16px 24px;
  text-decoration: none;
  white-space: normal;
  width: auto; }

button:hover {
  background-color: #c3251d;
  color: #fff; }

input:hover[type="button"], input:hover[type="reset"], input:hover[type="submit"] {
  background-color: #c3251d;
  color: #fff; }

.button:hover, button:focus {
  background-color: #c3251d;
  color: #fff; }

input:focus[type="button"], input:focus[type="reset"], input:focus[type="submit"] {
  background-color: #c3251d;
  color: #fff; }

.button:focus {
  background-color: #c3251d;
  color: #fff; }

.entry-content .button:hover, .entry-content .button:focus {
  color: #fff; }

.button {
  display: inline-block; }

a.button.small, button.small {
  padding: 8px 16px; }

input[type="button"].small, input[type="reset"].small, input[type="submit"].small {
  padding: 8px 16px; }

.site-container button:disabled {
  background-color: #eee;
  border-width: 0;
  color: #777;
  cursor: not-allowed; }
  .site-container button:disabled:hover {
    background-color: #eee;
    border-width: 0;
    color: #777;
    cursor: not-allowed; }
.site-container input:disabled, .site-container input[type="button"]:disabled, .site-container input[type="reset"]:disabled, .site-container input[type="submit"]:disabled {
  background-color: #eee;
  border-width: 0;
  color: #777;
  cursor: not-allowed; }
  .site-container input:disabled:hover, .site-container input[type="button"]:disabled:hover, .site-container input[type="reset"]:disabled:hover, .site-container input[type="submit"]:disabled:hover {
    background-color: #eee;
    border-width: 0;
    color: #777;
    cursor: not-allowed; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button {
  display: none; }

/* ## Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 40px;
  width: 100%;
  word-break: break-word; }

tbody {
  border-bottom: 1px solid #eee; }

td, th {
  text-align: left; }

td {
  border-top: 1px solid #eee;
  padding: 6px; }

th {
  font-weight: 400;
  padding: 0 6px; }

td:first-child, th:first-child {
  padding-left: 0; }

/* ## Screen Reader Text
--------------------------------------------- */
.screen-reader-text {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden; }
  .screen-reader-text span {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden; }

.screen-reader-shortcut {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden; }

.screen-reader-text:focus, .screen-reader-shortcut:focus, .genesis-nav-menu .search input[type="submit"]:focus, .widget_search input[type="submit"]:focus {
  clip: auto !important;
  height: auto;
  width: auto;
  display: block;
  font-size: 1em;
  font-weight: bold;
  padding: 15px 23px 14px;
  color: #444;
  background: #fff;
  z-index: 100000;
  /* Above WP toolbar. */
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); }

.more-link {
  position: relative; }

/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* ## Site Containers
--------------------------------------------- */
.site-inner, .wrap {
  margin: 0 auto; }

.site-inner {
  clear: both;
  padding-top: 40px;
  word-wrap: break-word; }

/* ## Column Widths and Positions
--------------------------------------------- */
/* ### Wrapping div for .content and .sidebar-primary */
/* ### Content */
.content-sidebar .content, .content-sidebar-sidebar .content, .sidebar-content-sidebar .content {
  float: left; }

.full-width-content .content {
  width: 100%; }

/* ### Primary Sidebar */
.sidebar-primary {
  float: right;
  width: 360px; }

.sidebar-content .sidebar-primary, .sidebar-sidebar-content .sidebar-primary {
  float: left; }

/* ### Secondary Sidebar */
.sidebar-secondary {
  float: left;
  width: 180px; }

.content-sidebar-sidebar .sidebar-secondary {
  float: right; }

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */
.five-sixths, .four-sixths, .one-fourth, .one-half, .one-sixth, .one-third, .three-fourths, .three-sixths, .two-fourths, .two-sixths, .two-thirds {
  float: left;
  margin-left: 2.564102564102564%; }

.one-half, .three-sixths, .two-fourths {
  width: 48.717948717948715%; }

.one-third, .two-sixths {
  width: 31.623931623931625%; }

.four-sixths, .two-thirds {
  width: 65.81196581196582%; }

.one-fourth {
  width: 23.076923076923077%; }

.three-fourths {
  width: 74.35897435897436%; }

.one-sixth {
  width: 14.52991452991453%; }

.five-sixths {
  width: 82.90598290598291%; }

.first {
  clear: both;
  margin-left: 0; }

/* # Common Classes
---------------------------------------------------------------------------------------------------- */
/* ## Avatar
--------------------------------------------- */
.avatar {
  border-radius: 50%;
  float: left; }

.author-box .avatar, .alignleft .avatar {
  margin-right: 24px; }

.alignright .avatar {
  margin-left: 24px; }

.comment .avatar {
  margin: 0 16px 24px 0; }

/* ## Genesis
--------------------------------------------- */
.breadcrumb {
  background-color: #f5f5f5;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 4px 5px; }

.after-entry, .archive-description, .author-box {
  background-color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 40px;
  padding: 60px; }

.archive-description p:last-child, .author-box p:last-child {
  margin-bottom: 0; }

/* ## Search Form
--------------------------------------------- */
.search-form {
  overflow: hidden; }

.entry-content .search-form {
  margin-bottom: 40px;
  width: 50%; }

.site-header .search-form {
  margin-bottom: 40px;
  width: 50%;
  float: right;
  margin: 12px auto 0; }

.post-password-form input[type="submit"], .search-form input[type="submit"] {
  margin-top: 10px; }

.genesis-nav-menu .search input[type="submit"], .widget_search input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px; }

/* ## Titles
--------------------------------------------- */
.archive-description .entry-title, .archive-title, .author-box-title {
  font-size: 20px;
  font-size: 2rem; }

h1.entry-title, h2.entry-title {
  font-size: 36px;
  font-size: 3.6rem; }
  h1.entry-title a, h2.entry-title a {
    color: #444;
    text-decoration: none; }

.sidebar .widget-title a {
  color: #444;
  text-decoration: none; }

.entry-title a:hover, .entry-title a:focus {
  color: #c3251d; }

.widget-title {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 20px; }

/* ## WordPress
--------------------------------------------- */
a.aligncenter img {
  display: block;
  margin: 0 auto; }
a.alignnone {
  display: inline-block; }

.alignleft {
  float: left;
  text-align: left; }

.alignright {
  float: right;
  text-align: right; }

a.alignleft, a.alignnone, a.alignright {
  max-width: 100%; }

img.centered, .aligncenter {
  display: block;
  margin: 0 auto 24px; }

img.alignnone, .alignnone {
  margin-bottom: 12px; }

a.alignleft, img.alignleft, .wp-caption.alignleft {
  margin: 0 24px 24px 0; }

a.alignright, img.alignright, .wp-caption.alignright {
  margin: 0 0 24px 24px; }

.wp-caption-text {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0;
  text-align: center; }

.entry-content p.wp-caption-text {
  margin-bottom: 0; }
.entry-content .wp-audio-shortcode, .entry-content .wp-playlist, .entry-content .wp-video {
  margin: 0 0 28px; }

/* # Widgets
---------------------------------------------------------------------------------------------------- */
.widget {
  word-wrap: break-word; }
  .widget p:last-child, .widget ul > li:last-of-type {
    margin-bottom: 0; }

.widget-area .widget:last-of-type {
  margin-bottom: 0; }

.widget ul > li {
  margin-bottom: 10px;
  padding-bottom: 10px; }
  .widget ul > li:last-of-type {
    padding-bottom: 0; }
.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px; }
.widget li li {
  border: 0;
  margin: 0 0 0 30px;
  padding: 0; }

.widget_calendar table {
  width: 100%; }
.widget_calendar td, .widget_calendar th {
  text-align: center; }

/* ## Featured Content
--------------------------------------------- */
.featured-content .entry {
  background: none;
  padding: 0; }
  .featured-content .entry:last-of-type {
    margin-bottom: 0; }
.featured-content .entry-title {
  font-size: 20px;
  font-size: 2rem; }

/* # Plugins
---------------------------------------------------------------------------------------------------- */
/* ## Genesis eNews Extended
--------------------------------------------- */
.sidebar .enews-widget {
  color: #fff; }
  .sidebar .enews-widget .widget-title {
    color: #fff; }
.sidebar .widget.enews-widget {
  background-color: #444; }
.sidebar .enews-widget input {
  border: 1px solid #444; }
  .sidebar .enews-widget input:focus {
    border: 1px solid #444; }
  .sidebar .enews-widget input[type="submit"] {
    background-color: #c3251d;
    color: #fff; }
  .sidebar .enews-widget input:hover[type="submit"], .sidebar .enews-widget input:focus[type="submit"] {
    background-color: #fff;
    color: #444; }

.enews-widget input {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 16px; }
  .enews-widget input[type="submit"] {
    margin: 0;
    width: 100%; }

.enews form + p {
  margin-top: 24px; }

/* ## Jetpack
--------------------------------------------- */
#wpstats {
  display: none; }

/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
  margin: 0; }
  .genesis-skip-link li {
    height: 0;
    width: 0;
    list-style: none; }

/* Display outline on focus */
:focus {
  color: #444;
  outline: #ccc solid 1px; }

/* # Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  background-color: #fff; }
  .site-header > .wrap {
    display: flex;
    align-items: center; }

/* ## Title Area
--------------------------------------------- */
.title-area {
  float: left;
  padding: 10px 0;
  width: 150px; }

.header-image .title-area {
  margin: 0 auto;
  max-width: 150px;
  padding: 0; }

.header-full-width .title-area {
  float: none;
  width: 100%; }

.site-title {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2; }
  .site-title a {
    color: #444;
    text-decoration: none; }
    .site-title a:hover, .site-title a:focus {
      color: #444;
      text-decoration: none; }

.header-image .site-title > a {
  background: url(images/sas-logo-july-19.jpg) no-repeat left;
  background-position: center;
  background-size: contain !important;
  float: left;
  min-height: 107px;
  width: 100%; }

.site-description {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0; }

.site-title {
  margin-bottom: 0; }

.header-image .site-description, .header-image .site-title {
  display: block;
  text-indent: -9999px; }

/* ## Widget Area
--------------------------------------------- */
.site-header .widget-area {
  float: right;
  text-align: right;
  width: calc( 100% - 150px); }

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */
/* ## Accessible Menu
--------------------------------------------- */
.menu .menu-item:focus {
  position: static; }
.menu .menu-item > a:focus + ul.sub-menu, .menu .menu-item.sfHover > ul.sub-menu {
  left: auto;
  opacity: 1; }

.sub-menu-toggle, .menu-toggle {
  display: none;
  visibility: hidden; }

/* ## Site Header Navigation
--------------------------------------------- */
.site-header .genesis-nav-menu li li {
  margin-left: 0; }

/* ## After Header Navigation
--------------------------------------------- */
/* ## Footer Navigation
--------------------------------------------- */
.site-footer .genesis-nav-menu {
  padding-bottom: 20px; }
  .site-footer .genesis-nav-menu a {
    padding: 0 20px 10px; }

/* # Content Area
---------------------------------------------------------------------------------------------------- */
/* ## Entries
--------------------------------------------- */
.entry {
  margin-bottom: 40px; }

.entry-content ol, .entry-content ul {
  margin-bottom: 28px;
  margin-left: 40px; }
.entry-content ol > li {
  list-style-type: decimal; }
.entry-content ul > li {
  list-style-type: disc; }
.entry-content ol ol, .entry-content ul ul {
  margin-bottom: 0; }
.entry-content code {
  background-color: #444;
  color: #eee; }

/* ## Entry Meta
--------------------------------------------- */
p.entry-meta {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 0; }

.entry-header .entry-meta {
  margin-bottom: 24px; }

.entry-footer .entry-meta {
  border-top: 1px solid #eee;
  padding-top: 24px; }

.entry-categories, .entry-tags {
  display: block; }

.entry-comments-link::before {
  content: "\2014";
  margin: 0 6px 0 2px; }

/* ## Pagination
--------------------------------------------- */
.pagination {
  clear: both;
  margin: 40px 0; }

.adjacent-entry-pagination {
  margin-bottom: 0; }

.archive-pagination li {
  display: inline; }
.archive-pagination a {
  background-color: #fff;
  color: #444;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 8px 12px;
  text-decoration: none; }
  .archive-pagination a:hover, .archive-pagination a:focus {
    background-color: #c3251d;
    color: #fff; }
.archive-pagination .active a {
  background-color: #c3251d;
  color: #fff; }

/* ## Comments
--------------------------------------------- */
.comment-respond, .entry-comments, .entry-pings {
  background-color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 40px; }

.comment-respond, .entry-pings {
  padding: 60px 60px 32px; }

.entry-comments {
  padding: 60px; }

.comment-list li {
  padding: 40px 0 0 30px; }
.comment-list .depth-1 {
  padding-left: 0; }

.comment-header {
  margin-bottom: 30px; }

.comment-content {
  clear: both; }
  .comment-content ul > li {
    list-style-type: disc; }

.comment-respond input[type="email"], .comment-respond input[type="text"], .comment-respond input[type="url"] {
  width: 50%; }
.comment-respond label {
  display: block;
  margin-right: 12px; }

.comment-header p {
  margin-bottom: 0; }

.entry-pings .reply {
  display: none; }

/* # Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 40px; }
  .sidebar .widget {
    background-color: #fff;
    padding: 40px; }

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */
/* # Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  background-color: #fff;
  border-top: 1px solid #eee;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  padding: 60px 0;
  text-align: center; }

/* # Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1340px) {
  .site-header .widget-area {
    width: calc( 100% - 200px); } }
@media only screen and (max-width: 1200px) {
  .content-sidebar-sidebar .content-sidebar-wrap, .sidebar-content-sidebar .content-sidebar-wrap, .sidebar-sidebar-content .content-sidebar-wrap {
    width: 740px; }

  .site-header .widget-area {
    width: calc( 100% - 200px); } }
/*
@media only screen and (max-width: 1023px) {
  .site-inner, .wrap {
    // max-width: 800px;
  }
  .content {
    width: 100%;
  }
  .content-sidebar-sidebar {
    .content, .content-sidebar-wrap {
      width: 100%;
    }
  }
  // .footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
  //   width: 100%;
  // }
  .js .genesis-nav-menu .sub-menu {
    a {
      width: 100%;
    }
    width: 100%;
  }
  .sidebar-content-sidebar {
    .content, .content-sidebar-wrap {
      width: 100%;
    }
  }
  .sidebar-primary, .sidebar-secondary {
    width: 100%;
  }
  .sidebar-sidebar-content {
    .content, .content-sidebar-wrap {
      width: 100%;
    }
  }
  .site-header .widget-area, .title-area {
    width: 100%;
  }
  .site-header .wrap {
    padding-left: 5%;
    padding-right: 5%;
  }
  .genesis-nav-menu li, .header-image .title-area {
    float: none;
  }
  .site-header {
    ul.genesis-nav-menu, .search-form {
      float: none;
    }
  }
  .genesis-nav-menu, .site-description {
    text-align: center;
  }
  .site-header {
    .title-area, .widget-area {
      text-align: center;
    }
  }
  .site-title {
    text-align: center;
  }
  .site-header .search-form {
    margin: 16px auto;
  }
  // .js {
  //   nav.nav-primary {
  //     display: none;
  //     position: relative;
  //   }
  //   .site-header nav {
  //     display: none;
  //     position: relative;
  //     .wrap {
  //       padding: 0;
  //     }
  //   }
  //   nav.pagination {
  //     display: block;
  //   }
  // }
  // .menu-toggle {
  //   border-width: 0;
  //   background-color: #fff;
  //   color: $text-color;
  //   display: block;
  //   margin: 0 auto;
  //   overflow: hidden;
  //   text-align: center;
  //   visibility: visible;
  // }
  // .sub-menu-toggle {
  //   border-width: 0;
  //   background-color: #fff;
  //   color: $text-color;
  //   display: block;
  //   margin: 0 auto;
  //   overflow: hidden;
  //   text-align: center;
  //   visibility: visible;
  //   &:hover, &:focus {
  //     border-width: 0;
  //   }
  // }
  // .menu-toggle {
  //   border-top: 1px solid #eee;
  //   line-height: 20px;
  //   position: relative;
  //   right: 0;
  //   z-index: 1000;
  //   width: 100%;
  // }
  // .site-header .menu-toggle {
  //   border: 0;
  // }
  // .menu-toggle {
  //   &:before, &.activated:before {
  //     margin-right: 10px;
  //     text-rendering: auto;
  //     -webkit-transform: translate(0, 0);
  //     -ms-transform: translate(0, 0);
  //     transform: translate(0, 0);
  //   }
  // }
  // .sub-menu-toggle {
  //   float: right;
  //   padding: 10px;
  //   position: absolute;
  //   right: 0;
  //   top: 0;
  //   z-index: 100;
  //   &:before {
  //     display: inline-block;
  //     text-rendering: auto;
  //     -webkit-transform: translate(0, 0);
  //     -ms-transform: translate(0, 0);
  //     transform: translate(0, 0);
  //   }
  //   &.activated:before {
  //     content: "\f142";
  //   }
  // }
  // .js {
  //   .nav-primary .genesis-nav-menu .menu-item, .site-header .genesis-nav-menu .menu-item {
  //     display: block;
  //     float: none;
  //     margin: 1px 0;
  //     position: relative;
  //     text-align: left;
  //   }
  //   .genesis-nav-menu .menu-item:hover {
  //     position: relative;
  //   }
  //   .nav-primary .genesis-nav-menu .menu-item a, .site-header .genesis-nav-menu .menu-item a {
  //     border: none;
  //     padding: 12px 0;
  //     width: 100%;
  //   }
  //   .genesis-nav-menu {
  //     .sub-menu {
  //       border: none;
  //     }
  //     .menu-item > a:focus ul.sub-menu {
  //       left: 0;
  //       margin-left: 0;
  //       .sub-menu {
  //         left: 0;
  //         margin-left: 0;
  //       }
  //     }
  //     > .menu-item-has-children > a:after {
  //       content: none;
  //     }
  //     .sub-menu {
  //       clear: both;
  //       display: none;
  //       margin: 0;
  //       opacity: 1;
  //       padding-left: 15px;
  //       position: static;
  //       width: 100%;
  //       .sub-menu {
  //         margin: 0;
  //       }
  //     }
  //   }
  //   nav button:hover, .menu-toggle:hover, .nav-primary {
  //     background-color: #fff;
  //     color: #000;
  //   }
  //   nav button:focus, .menu-toggle:focus {
  //     background-color: #fff;
  //     color: #c3251d;
  //   }
  // }
  // .footer-widgets-1, .footer-widgets-2 {
  //   margin: 0 auto 40px;
  // }
}
*/
/*
@media only screen and (max-width: 860px) {
  body {
    > div {
      font-size: 1.8rem;
    }
    font-size: 18px;
    font-size: 1.8rem;
  }
  .site-inner {
    padding: 5% 5% 0;
  }
  .wrap {
    padding-left: 5%;
    padding-right: 5%;
  }
  .after-entry, .archive-description, .author-box, .comment-respond, .entry, .entry-comments, .entry-pings {
    padding: 30px;
    margin-bottom: 5%;
  }
  .sidebar {
    .widget {
      padding: 30px;
      margin-bottom: 5%;
    }
    margin-bottom: 5%;
  }
  .pagination {
    margin: 5% auto;
  }
  .archive-pagination li a {
    margin-bottom: 4px;
  }
  .five-sixths, .four-sixths, .one-fourth, .one-half, .one-sixth, .one-third, .three-fourths, .three-sixths, .two-fourths, .two-sixths, .two-thirds {
    margin: 0;
    width: 100%;
  }
}
*/
/* # Print Styles
---------------------------------------------------------------------------------------------------- */
@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important; }
    *:before, *:after {
      background: transparent !important;
      box-shadow: none !important;
      color: #000 !important;
      text-shadow: none !important; }

  a {
    text-decoration: underline; }
    a:visited {
      text-decoration: underline; }
    a[href]:after {
      content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  .site-title > a:after {
    content: ""; }

  thead {
    display: table-header-group; }

  img, tr {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 2cm 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid; }

  .content, .content-sidebar {
    width: 100%; }

  button, input, select, textarea, .breadcrumb, .comment-edit-link, .comment-form, .comment-list .reply a, .comment-reply-title, .edit-link, .entry-comments-link, .entry-footer, .genesis-box, .header-widget-area, .hidden-print, .home-top, .nav-primary, .nav-secondary, .nav-secondary-sub, .post-edit-link, .sidebar {
    display: none !important; }

  .title-area {
    text-align: center;
    width: 100%; }

  .site-title > a {
    margin: 0;
    text-decoration: none;
    text-indent: 0; }

  .site-inner {
    padding-top: 0;
    position: relative;
    top: -100px; }

  .author-box {
    margin-bottom: 0; }

  h1, h2, h3, h4, h5, h6 {
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3; }

  img {
    page-break-after: avoid;
    page-break-inside: avoid; }

  blockquote, pre, table {
    page-break-inside: avoid; }

  dl, ol, ul {
    page-break-before: avoid; } }
/* Bootstrap Grid
------------------------------------------------------------ */
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=f2f14db7d0690349a7a4)
 * Config saved to config.json and https://gist.github.com/f2f14db7d0690349a7a4
 */
  /*!
* Bootstrap v3.3.6 (http://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
.container {
  width: 100%; }

@-ms-viewport {
  width: device-width; }
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px; }

@media (min-width: 576px) {
  .container {
    padding-right: 15px;
    padding-left: 15px; } }
@media (min-width: 768px) {
  .container {
    padding-right: 15px;
    padding-left: 15px; } }
@media (min-width: 992px) {
  .container {
    padding-right: 15px;
    padding-left: 15px; } }
@media (min-width: 1200px) {
  .container {
    padding-right: 15px;
    padding-left: 15px; } }
@media (min-width: 576px) {
  .container {
    width: 540px;
    max-width: 100%; } }
@media (min-width: 768px) {
  .container {
    width: 720px;
    max-width: 100%; } }
@media (min-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%; } }
@media (min-width: 1200px) {
  .container {
    width: 1140px;
    max-width: 100%; } }
.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px; }

@media (min-width: 576px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px; } }
@media (min-width: 768px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px; } }
@media (min-width: 992px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px; } }
@media (min-width: 1200px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px; } }
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

@media (min-width: 576px) {
  .row {
    margin-right: -15px;
    margin-left: -15px; } }
@media (min-width: 768px) {
  .row {
    margin-right: -15px;
    margin-left: -15px; } }
@media (min-width: 992px) {
  .row {
    margin-right: -15px;
    margin-left: -15px; } }
@media (min-width: 1200px) {
  .row {
    margin-right: -15px;
    margin-left: -15px; } }
.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0; }

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

@media (min-width: 576px) {
  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 {
    padding-right: 15px;
    padding-left: 15px; } }
@media (min-width: 768px) {
  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 {
    padding-right: 15px;
    padding-left: 15px; } }
@media (min-width: 992px) {
  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 {
    padding-right: 15px;
    padding-left: 15px; } }
@media (min-width: 1200px) {
  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 {
    padding-right: 15px;
    padding-left: 15px; } }
.col {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto; }

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.333333%;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.666667%;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333333%;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.666667%;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.333333%;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.666667%;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.333333%;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.666667%;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.pull-0 {
  right: auto; }

.pull-1 {
  right: 8.333333%; }

.pull-2 {
  right: 16.666667%; }

.pull-3 {
  right: 25%; }

.pull-4 {
  right: 33.333333%; }

.pull-5 {
  right: 41.666667%; }

.pull-6 {
  right: 50%; }

.pull-7 {
  right: 58.333333%; }

.pull-8 {
  right: 66.666667%; }

.pull-9 {
  right: 75%; }

.pull-10 {
  right: 83.333333%; }

.pull-11 {
  right: 91.666667%; }

.pull-12 {
  right: 100%; }

.push-0 {
  left: auto; }

.push-1 {
  left: 8.333333%; }

.push-2 {
  left: 16.666667%; }

.push-3 {
  left: 25%; }

.push-4 {
  left: 33.333333%; }

.push-5 {
  left: 41.666667%; }

.push-6 {
  left: 50%; }

.push-7 {
  left: 58.333333%; }

.push-8 {
  left: 66.666667%; }

.push-9 {
  left: 75%; }

.push-10 {
  left: 83.333333%; }

.push-11 {
  left: 91.666667%; }

.push-12 {
  left: 100%; }

.offset-1 {
  margin-left: 8.333333%; }

.offset-2 {
  margin-left: 16.666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.333333%; }

.offset-5 {
  margin-left: 41.666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.333333%; }

.offset-8 {
  margin-left: 66.666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.333333%; }

.offset-11 {
  margin-left: 91.666667%; }

@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .pull-sm-0 {
    right: auto; }

  .pull-sm-1 {
    right: 8.333333%; }

  .pull-sm-2 {
    right: 16.666667%; }

  .pull-sm-3 {
    right: 25%; }

  .pull-sm-4 {
    right: 33.333333%; }

  .pull-sm-5 {
    right: 41.666667%; }

  .pull-sm-6 {
    right: 50%; }

  .pull-sm-7 {
    right: 58.333333%; }

  .pull-sm-8 {
    right: 66.666667%; }

  .pull-sm-9 {
    right: 75%; }

  .pull-sm-10 {
    right: 83.333333%; }

  .pull-sm-11 {
    right: 91.666667%; }

  .pull-sm-12 {
    right: 100%; }

  .push-sm-0 {
    left: auto; }

  .push-sm-1 {
    left: 8.333333%; }

  .push-sm-2 {
    left: 16.666667%; }

  .push-sm-3 {
    left: 25%; }

  .push-sm-4 {
    left: 33.333333%; }

  .push-sm-5 {
    left: 41.666667%; }

  .push-sm-6 {
    left: 50%; }

  .push-sm-7 {
    left: 58.333333%; }

  .push-sm-8 {
    left: 66.666667%; }

  .push-sm-9 {
    left: 75%; }

  .push-sm-10 {
    left: 83.333333%; }

  .push-sm-11 {
    left: 91.666667%; }

  .push-sm-12 {
    left: 100%; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.333333%; }

  .offset-sm-2 {
    margin-left: 16.666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.333333%; }

  .offset-sm-5 {
    margin-left: 41.666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.333333%; }

  .offset-sm-8 {
    margin-left: 66.666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.333333%; }

  .offset-sm-11 {
    margin-left: 91.666667%; } }
@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }

  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .pull-md-0 {
    right: auto; }

  .pull-md-1 {
    right: 8.333333%; }

  .pull-md-2 {
    right: 16.666667%; }

  .pull-md-3 {
    right: 25%; }

  .pull-md-4 {
    right: 33.333333%; }

  .pull-md-5 {
    right: 41.666667%; }

  .pull-md-6 {
    right: 50%; }

  .pull-md-7 {
    right: 58.333333%; }

  .pull-md-8 {
    right: 66.666667%; }

  .pull-md-9 {
    right: 75%; }

  .pull-md-10 {
    right: 83.333333%; }

  .pull-md-11 {
    right: 91.666667%; }

  .pull-md-12 {
    right: 100%; }

  .push-md-0 {
    left: auto; }

  .push-md-1 {
    left: 8.333333%; }

  .push-md-2 {
    left: 16.666667%; }

  .push-md-3 {
    left: 25%; }

  .push-md-4 {
    left: 33.333333%; }

  .push-md-5 {
    left: 41.666667%; }

  .push-md-6 {
    left: 50%; }

  .push-md-7 {
    left: 58.333333%; }

  .push-md-8 {
    left: 66.666667%; }

  .push-md-9 {
    left: 75%; }

  .push-md-10 {
    left: 83.333333%; }

  .push-md-11 {
    left: 91.666667%; }

  .push-md-12 {
    left: 100%; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.333333%; }

  .offset-md-2 {
    margin-left: 16.666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.333333%; }

  .offset-md-5 {
    margin-left: 41.666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.333333%; }

  .offset-md-8 {
    margin-left: 66.666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.333333%; }

  .offset-md-11 {
    margin-left: 91.666667%; } }
@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .pull-lg-0 {
    right: auto; }

  .pull-lg-1 {
    right: 8.333333%; }

  .pull-lg-2 {
    right: 16.666667%; }

  .pull-lg-3 {
    right: 25%; }

  .pull-lg-4 {
    right: 33.333333%; }

  .pull-lg-5 {
    right: 41.666667%; }

  .pull-lg-6 {
    right: 50%; }

  .pull-lg-7 {
    right: 58.333333%; }

  .pull-lg-8 {
    right: 66.666667%; }

  .pull-lg-9 {
    right: 75%; }

  .pull-lg-10 {
    right: 83.333333%; }

  .pull-lg-11 {
    right: 91.666667%; }

  .pull-lg-12 {
    right: 100%; }

  .push-lg-0 {
    left: auto; }

  .push-lg-1 {
    left: 8.333333%; }

  .push-lg-2 {
    left: 16.666667%; }

  .push-lg-3 {
    left: 25%; }

  .push-lg-4 {
    left: 33.333333%; }

  .push-lg-5 {
    left: 41.666667%; }

  .push-lg-6 {
    left: 50%; }

  .push-lg-7 {
    left: 58.333333%; }

  .push-lg-8 {
    left: 66.666667%; }

  .push-lg-9 {
    left: 75%; }

  .push-lg-10 {
    left: 83.333333%; }

  .push-lg-11 {
    left: 91.666667%; }

  .push-lg-12 {
    left: 100%; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.333333%; }

  .offset-lg-2 {
    margin-left: 16.666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.333333%; }

  .offset-lg-5 {
    margin-left: 41.666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.333333%; }

  .offset-lg-8 {
    margin-left: 66.666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.333333%; }

  .offset-lg-11 {
    margin-left: 91.666667%; } }
@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .pull-xl-0 {
    right: auto; }

  .pull-xl-1 {
    right: 8.333333%; }

  .pull-xl-2 {
    right: 16.666667%; }

  .pull-xl-3 {
    right: 25%; }

  .pull-xl-4 {
    right: 33.333333%; }

  .pull-xl-5 {
    right: 41.666667%; }

  .pull-xl-6 {
    right: 50%; }

  .pull-xl-7 {
    right: 58.333333%; }

  .pull-xl-8 {
    right: 66.666667%; }

  .pull-xl-9 {
    right: 75%; }

  .pull-xl-10 {
    right: 83.333333%; }

  .pull-xl-11 {
    right: 91.666667%; }

  .pull-xl-12 {
    right: 100%; }

  .push-xl-0 {
    left: auto; }

  .push-xl-1 {
    left: 8.333333%; }

  .push-xl-2 {
    left: 16.666667%; }

  .push-xl-3 {
    left: 25%; }

  .push-xl-4 {
    left: 33.333333%; }

  .push-xl-5 {
    left: 41.666667%; }

  .push-xl-6 {
    left: 50%; }

  .push-xl-7 {
    left: 58.333333%; }

  .push-xl-8 {
    left: 66.666667%; }

  .push-xl-9 {
    left: 75%; }

  .push-xl-10 {
    left: 83.333333%; }

  .push-xl-11 {
    left: 91.666667%; }

  .push-xl-12 {
    left: 100%; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.333333%; }

  .offset-xl-2 {
    margin-left: 16.666667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.333333%; }

  .offset-xl-5 {
    margin-left: 41.666667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.333333%; }

  .offset-xl-8 {
    margin-left: 66.666667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.333333%; }

  .offset-xl-11 {
    margin-left: 91.666667%; } }
/*# sourceMappingURL=bootstrap-grid.min.css.map */
/* Bootstrap no gutters layout - add 'no-gutters' class to the row */
.row.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.row.no-gutters > [class^="col-"], .row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0; }

@media (min-width: 1200px) {
  .container {
    width: 980px; } }
.media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.media-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%; }

.clearfix::after, .widget::after, .full-width-content.woocommerce-checkout .content-sidebar-wrap .entry .entry-content .checkout_coupon::after {
  display: block;
  content: "";
  clear: both; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-block {
    display: block !important; }

  .d-sm-table {
    display: table !important; }

  .d-sm-table-cell {
    display: table-cell !important; }

  .d-sm-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-block {
    display: block !important; }

  .d-md-table {
    display: table !important; }

  .d-md-table-cell {
    display: table-cell !important; }

  .d-md-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-block {
    display: block !important; }

  .d-lg-table {
    display: table !important; }

  .d-lg-table-cell {
    display: table-cell !important; }

  .d-lg-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-block {
    display: block !important; }

  .d-xl-table {
    display: table !important; }

  .d-xl-table-cell {
    display: table-cell !important; }

  .d-xl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
.flex-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1; }

.flex-last {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1; }

.flex-unordered {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0; }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

.flex-wrap {
  -webkit-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-around {
  -webkit-justify-content: space-around !important;
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.align-content-start {
  -webkit-align-content: flex-start !important;
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -webkit-align-content: flex-end !important;
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -webkit-align-content: center !important;
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -webkit-align-content: space-between !important;
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -webkit-align-content: space-around !important;
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -webkit-align-content: stretch !important;
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -webkit-align-self: auto !important;
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important; }

.align-self-start {
  -webkit-align-self: flex-start !important;
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -webkit-align-self: flex-end !important;
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center {
  -webkit-align-self: center !important;
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -webkit-align-self: baseline !important;
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -webkit-align-self: stretch !important;
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }

  .flex-sm-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }

  .flex-sm-unordered {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0; }

  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-sm-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-sm-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-sm-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-sm-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }

  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-sm-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }

  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 768px) {
  .flex-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }

  .flex-md-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }

  .flex-md-unordered {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0; }

  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-md-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-md-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-md-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-md-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-md-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-md-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }

  .align-self-md-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-md-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-md-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }

  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 992px) {
  .flex-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }

  .flex-lg-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }

  .flex-lg-unordered {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0; }

  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-lg-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-lg-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-lg-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-lg-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }

  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-lg-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }

  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  .flex-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }

  .flex-xl-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }

  .flex-xl-unordered {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0; }

  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-xl-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-xl-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-xl-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-xl-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }

  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-xl-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }

  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }
.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }

  .float-sm-right {
    float: right !important; }

  .float-sm-none {
    float: none !important; } }
@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }

  .float-md-right {
    float: right !important; }

  .float-md-none {
    float: none !important; } }
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }

  .float-lg-right {
    float: right !important; }

  .float-lg-none {
    float: none !important; } }
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }

  .float-xl-right {
    float: right !important; }

  .float-xl-none {
    float: none !important; } }
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1030; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable.nice-select.open, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.m-0 {
  margin: 0 0 !important; }

.mt-0 {
  margin-top: 0 !important; }

.mr-0 {
  margin-right: 0 !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.ml-0 {
  margin-left: 0 !important; }

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.m-1 {
  margin: 0.25rem 0.25rem !important; }

.mt-1 {
  margin-top: 0.25rem !important; }

.mr-1 {
  margin-right: 0.25rem !important; }

.mb-1 {
  margin-bottom: 0.25rem !important; }

.ml-1 {
  margin-left: 0.25rem !important; }

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important; }

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important; }

.m-2 {
  margin: 0.5rem 0.5rem !important; }

.mt-2 {
  margin-top: 0.5rem !important; }

.mr-2 {
  margin-right: 0.5rem !important; }

.mb-2 {
  margin-bottom: 0.5rem !important; }

.ml-2 {
  margin-left: 0.5rem !important; }

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important; }

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.m-3 {
  margin: 1rem 1rem !important; }

.mt-3 {
  margin-top: 1rem !important; }

.mr-3 {
  margin-right: 1rem !important; }

.mb-3 {
  margin-bottom: 1rem !important; }

.ml-3 {
  margin-left: 1rem !important; }

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.m-4 {
  margin: 1.5rem 1.5rem !important; }

.mt-4 {
  margin-top: 1.5rem !important; }

.mr-4 {
  margin-right: 1.5rem !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.ml-4 {
  margin-left: 1.5rem !important; }

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.m-5 {
  margin: 3rem 3rem !important; }

.mt-5 {
  margin-top: 3rem !important; }

.mr-5 {
  margin-right: 3rem !important; }

.mb-5 {
  margin-bottom: 3rem !important; }

.ml-5 {
  margin-left: 3rem !important; }

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.p-0 {
  padding: 0 0 !important; }

.pt-0 {
  padding-top: 0 !important; }

.pr-0 {
  padding-right: 0 !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pl-0 {
  padding-left: 0 !important; }

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.p-1 {
  padding: 0.25rem 0.25rem !important; }

.pt-1 {
  padding-top: 0.25rem !important; }

.pr-1 {
  padding-right: 0.25rem !important; }

.pb-1 {
  padding-bottom: 0.25rem !important; }

.pl-1 {
  padding-left: 0.25rem !important; }

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important; }

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important; }

.p-2 {
  padding: 0.5rem 0.5rem !important; }

.pt-2 {
  padding-top: 0.5rem !important; }

.pr-2 {
  padding-right: 0.5rem !important; }

.pb-2 {
  padding-bottom: 0.5rem !important; }

.pl-2 {
  padding-left: 0.5rem !important; }

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important; }

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.p-3 {
  padding: 1rem 1rem !important; }

.pt-3 {
  padding-top: 1rem !important; }

.pr-3 {
  padding-right: 1rem !important; }

.pb-3 {
  padding-bottom: 1rem !important; }

.pl-3 {
  padding-left: 1rem !important; }

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.p-4 {
  padding: 1.5rem 1.5rem !important; }

.pt-4 {
  padding-top: 1.5rem !important; }

.pr-4 {
  padding-right: 1.5rem !important; }

.pb-4 {
  padding-bottom: 1.5rem !important; }

.pl-4 {
  padding-left: 1.5rem !important; }

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.p-5 {
  padding: 3rem 3rem !important; }

.pt-5 {
  padding-top: 3rem !important; }

.pr-5 {
  padding-right: 3rem !important; }

.pb-5 {
  padding-bottom: 3rem !important; }

.pl-5 {
  padding-left: 3rem !important; }

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto {
  margin-top: auto !important; }

.mr-auto {
  margin-right: auto !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ml-auto {
  margin-left: auto !important; }

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 0 !important; }

  .mt-sm-0 {
    margin-top: 0 !important; }

  .mr-sm-0 {
    margin-right: 0 !important; }

  .mb-sm-0 {
    margin-bottom: 0 !important; }

  .ml-sm-0 {
    margin-left: 0 !important; }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

  .m-sm-1 {
    margin: 0.25rem 0.25rem !important; }

  .mt-sm-1 {
    margin-top: 0.25rem !important; }

  .mr-sm-1 {
    margin-right: 0.25rem !important; }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }

  .ml-sm-1 {
    margin-left: 0.25rem !important; }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }

  .m-sm-2 {
    margin: 0.5rem 0.5rem !important; }

  .mt-sm-2 {
    margin-top: 0.5rem !important; }

  .mr-sm-2 {
    margin-right: 0.5rem !important; }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }

  .ml-sm-2 {
    margin-left: 0.5rem !important; }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }

  .m-sm-3 {
    margin: 1rem 1rem !important; }

  .mt-sm-3 {
    margin-top: 1rem !important; }

  .mr-sm-3 {
    margin-right: 1rem !important; }

  .mb-sm-3 {
    margin-bottom: 1rem !important; }

  .ml-sm-3 {
    margin-left: 1rem !important; }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }

  .m-sm-4 {
    margin: 1.5rem 1.5rem !important; }

  .mt-sm-4 {
    margin-top: 1.5rem !important; }

  .mr-sm-4 {
    margin-right: 1.5rem !important; }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }

  .ml-sm-4 {
    margin-left: 1.5rem !important; }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }

  .m-sm-5 {
    margin: 3rem 3rem !important; }

  .mt-sm-5 {
    margin-top: 3rem !important; }

  .mr-sm-5 {
    margin-right: 3rem !important; }

  .mb-sm-5 {
    margin-bottom: 3rem !important; }

  .ml-sm-5 {
    margin-left: 3rem !important; }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }

  .p-sm-0 {
    padding: 0 0 !important; }

  .pt-sm-0 {
    padding-top: 0 !important; }

  .pr-sm-0 {
    padding-right: 0 !important; }

  .pb-sm-0 {
    padding-bottom: 0 !important; }

  .pl-sm-0 {
    padding-left: 0 !important; }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

  .p-sm-1 {
    padding: 0.25rem 0.25rem !important; }

  .pt-sm-1 {
    padding-top: 0.25rem !important; }

  .pr-sm-1 {
    padding-right: 0.25rem !important; }

  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }

  .pl-sm-1 {
    padding-left: 0.25rem !important; }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }

  .p-sm-2 {
    padding: 0.5rem 0.5rem !important; }

  .pt-sm-2 {
    padding-top: 0.5rem !important; }

  .pr-sm-2 {
    padding-right: 0.5rem !important; }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }

  .pl-sm-2 {
    padding-left: 0.5rem !important; }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }

  .p-sm-3 {
    padding: 1rem 1rem !important; }

  .pt-sm-3 {
    padding-top: 1rem !important; }

  .pr-sm-3 {
    padding-right: 1rem !important; }

  .pb-sm-3 {
    padding-bottom: 1rem !important; }

  .pl-sm-3 {
    padding-left: 1rem !important; }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }

  .p-sm-4 {
    padding: 1.5rem 1.5rem !important; }

  .pt-sm-4 {
    padding-top: 1.5rem !important; }

  .pr-sm-4 {
    padding-right: 1.5rem !important; }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }

  .pl-sm-4 {
    padding-left: 1.5rem !important; }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }

  .p-sm-5 {
    padding: 3rem 3rem !important; }

  .pt-sm-5 {
    padding-top: 3rem !important; }

  .pr-sm-5 {
    padding-right: 3rem !important; }

  .pb-sm-5 {
    padding-bottom: 3rem !important; }

  .pl-sm-5 {
    padding-left: 3rem !important; }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }

  .m-sm-auto {
    margin: auto !important; }

  .mt-sm-auto {
    margin-top: auto !important; }

  .mr-sm-auto {
    margin-right: auto !important; }

  .mb-sm-auto {
    margin-bottom: auto !important; }

  .ml-sm-auto {
    margin-left: auto !important; }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 0 !important; }

  .mt-md-0 {
    margin-top: 0 !important; }

  .mr-md-0 {
    margin-right: 0 !important; }

  .mb-md-0 {
    margin-bottom: 0 !important; }

  .ml-md-0 {
    margin-left: 0 !important; }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

  .m-md-1 {
    margin: 0.25rem 0.25rem !important; }

  .mt-md-1 {
    margin-top: 0.25rem !important; }

  .mr-md-1 {
    margin-right: 0.25rem !important; }

  .mb-md-1 {
    margin-bottom: 0.25rem !important; }

  .ml-md-1 {
    margin-left: 0.25rem !important; }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }

  .m-md-2 {
    margin: 0.5rem 0.5rem !important; }

  .mt-md-2 {
    margin-top: 0.5rem !important; }

  .mr-md-2 {
    margin-right: 0.5rem !important; }

  .mb-md-2 {
    margin-bottom: 0.5rem !important; }

  .ml-md-2 {
    margin-left: 0.5rem !important; }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }

  .m-md-3 {
    margin: 1rem 1rem !important; }

  .mt-md-3 {
    margin-top: 1rem !important; }

  .mr-md-3 {
    margin-right: 1rem !important; }

  .mb-md-3 {
    margin-bottom: 1rem !important; }

  .ml-md-3 {
    margin-left: 1rem !important; }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }

  .m-md-4 {
    margin: 1.5rem 1.5rem !important; }

  .mt-md-4 {
    margin-top: 1.5rem !important; }

  .mr-md-4 {
    margin-right: 1.5rem !important; }

  .mb-md-4 {
    margin-bottom: 1.5rem !important; }

  .ml-md-4 {
    margin-left: 1.5rem !important; }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }

  .m-md-5 {
    margin: 3rem 3rem !important; }

  .mt-md-5 {
    margin-top: 3rem !important; }

  .mr-md-5 {
    margin-right: 3rem !important; }

  .mb-md-5 {
    margin-bottom: 3rem !important; }

  .ml-md-5 {
    margin-left: 3rem !important; }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }

  .p-md-0 {
    padding: 0 0 !important; }

  .pt-md-0 {
    padding-top: 0 !important; }

  .pr-md-0 {
    padding-right: 0 !important; }

  .pb-md-0 {
    padding-bottom: 0 !important; }

  .pl-md-0 {
    padding-left: 0 !important; }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

  .p-md-1 {
    padding: 0.25rem 0.25rem !important; }

  .pt-md-1 {
    padding-top: 0.25rem !important; }

  .pr-md-1 {
    padding-right: 0.25rem !important; }

  .pb-md-1 {
    padding-bottom: 0.25rem !important; }

  .pl-md-1 {
    padding-left: 0.25rem !important; }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }

  .p-md-2 {
    padding: 0.5rem 0.5rem !important; }

  .pt-md-2 {
    padding-top: 0.5rem !important; }

  .pr-md-2 {
    padding-right: 0.5rem !important; }

  .pb-md-2 {
    padding-bottom: 0.5rem !important; }

  .pl-md-2 {
    padding-left: 0.5rem !important; }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }

  .p-md-3 {
    padding: 1rem 1rem !important; }

  .pt-md-3 {
    padding-top: 1rem !important; }

  .pr-md-3 {
    padding-right: 1rem !important; }

  .pb-md-3 {
    padding-bottom: 1rem !important; }

  .pl-md-3 {
    padding-left: 1rem !important; }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }

  .p-md-4 {
    padding: 1.5rem 1.5rem !important; }

  .pt-md-4 {
    padding-top: 1.5rem !important; }

  .pr-md-4 {
    padding-right: 1.5rem !important; }

  .pb-md-4 {
    padding-bottom: 1.5rem !important; }

  .pl-md-4 {
    padding-left: 1.5rem !important; }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }

  .p-md-5 {
    padding: 3rem 3rem !important; }

  .pt-md-5 {
    padding-top: 3rem !important; }

  .pr-md-5 {
    padding-right: 3rem !important; }

  .pb-md-5 {
    padding-bottom: 3rem !important; }

  .pl-md-5 {
    padding-left: 3rem !important; }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }

  .m-md-auto {
    margin: auto !important; }

  .mt-md-auto {
    margin-top: auto !important; }

  .mr-md-auto {
    margin-right: auto !important; }

  .mb-md-auto {
    margin-bottom: auto !important; }

  .ml-md-auto {
    margin-left: auto !important; }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 0 !important; }

  .mt-lg-0 {
    margin-top: 0 !important; }

  .mr-lg-0 {
    margin-right: 0 !important; }

  .mb-lg-0 {
    margin-bottom: 0 !important; }

  .ml-lg-0 {
    margin-left: 0 !important; }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

  .m-lg-1 {
    margin: 0.25rem 0.25rem !important; }

  .mt-lg-1 {
    margin-top: 0.25rem !important; }

  .mr-lg-1 {
    margin-right: 0.25rem !important; }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }

  .ml-lg-1 {
    margin-left: 0.25rem !important; }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }

  .m-lg-2 {
    margin: 0.5rem 0.5rem !important; }

  .mt-lg-2 {
    margin-top: 0.5rem !important; }

  .mr-lg-2 {
    margin-right: 0.5rem !important; }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }

  .ml-lg-2 {
    margin-left: 0.5rem !important; }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }

  .m-lg-3 {
    margin: 1rem 1rem !important; }

  .mt-lg-3 {
    margin-top: 1rem !important; }

  .mr-lg-3 {
    margin-right: 1rem !important; }

  .mb-lg-3 {
    margin-bottom: 1rem !important; }

  .ml-lg-3 {
    margin-left: 1rem !important; }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }

  .m-lg-4 {
    margin: 1.5rem 1.5rem !important; }

  .mt-lg-4 {
    margin-top: 1.5rem !important; }

  .mr-lg-4 {
    margin-right: 1.5rem !important; }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }

  .ml-lg-4 {
    margin-left: 1.5rem !important; }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }

  .m-lg-5 {
    margin: 3rem 3rem !important; }

  .mt-lg-5 {
    margin-top: 3rem !important; }

  .mr-lg-5 {
    margin-right: 3rem !important; }

  .mb-lg-5 {
    margin-bottom: 3rem !important; }

  .ml-lg-5 {
    margin-left: 3rem !important; }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }

  .p-lg-0 {
    padding: 0 0 !important; }

  .pt-lg-0 {
    padding-top: 0 !important; }

  .pr-lg-0 {
    padding-right: 0 !important; }

  .pb-lg-0 {
    padding-bottom: 0 !important; }

  .pl-lg-0 {
    padding-left: 0 !important; }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

  .p-lg-1 {
    padding: 0.25rem 0.25rem !important; }

  .pt-lg-1 {
    padding-top: 0.25rem !important; }

  .pr-lg-1 {
    padding-right: 0.25rem !important; }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }

  .pl-lg-1 {
    padding-left: 0.25rem !important; }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }

  .p-lg-2 {
    padding: 0.5rem 0.5rem !important; }

  .pt-lg-2 {
    padding-top: 0.5rem !important; }

  .pr-lg-2 {
    padding-right: 0.5rem !important; }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }

  .pl-lg-2 {
    padding-left: 0.5rem !important; }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }

  .p-lg-3 {
    padding: 1rem 1rem !important; }

  .pt-lg-3 {
    padding-top: 1rem !important; }

  .pr-lg-3 {
    padding-right: 1rem !important; }

  .pb-lg-3 {
    padding-bottom: 1rem !important; }

  .pl-lg-3 {
    padding-left: 1rem !important; }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }

  .p-lg-4 {
    padding: 1.5rem 1.5rem !important; }

  .pt-lg-4 {
    padding-top: 1.5rem !important; }

  .pr-lg-4 {
    padding-right: 1.5rem !important; }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }

  .pl-lg-4 {
    padding-left: 1.5rem !important; }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }

  .p-lg-5 {
    padding: 3rem 3rem !important; }

  .pt-lg-5 {
    padding-top: 3rem !important; }

  .pr-lg-5 {
    padding-right: 3rem !important; }

  .pb-lg-5 {
    padding-bottom: 3rem !important; }

  .pl-lg-5 {
    padding-left: 3rem !important; }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }

  .m-lg-auto {
    margin: auto !important; }

  .mt-lg-auto {
    margin-top: auto !important; }

  .mr-lg-auto {
    margin-right: auto !important; }

  .mb-lg-auto {
    margin-bottom: auto !important; }

  .ml-lg-auto {
    margin-left: auto !important; }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 0 !important; }

  .mt-xl-0 {
    margin-top: 0 !important; }

  .mr-xl-0 {
    margin-right: 0 !important; }

  .mb-xl-0 {
    margin-bottom: 0 !important; }

  .ml-xl-0 {
    margin-left: 0 !important; }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

  .m-xl-1 {
    margin: 0.25rem 0.25rem !important; }

  .mt-xl-1 {
    margin-top: 0.25rem !important; }

  .mr-xl-1 {
    margin-right: 0.25rem !important; }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }

  .ml-xl-1 {
    margin-left: 0.25rem !important; }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }

  .m-xl-2 {
    margin: 0.5rem 0.5rem !important; }

  .mt-xl-2 {
    margin-top: 0.5rem !important; }

  .mr-xl-2 {
    margin-right: 0.5rem !important; }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }

  .ml-xl-2 {
    margin-left: 0.5rem !important; }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }

  .m-xl-3 {
    margin: 1rem 1rem !important; }

  .mt-xl-3 {
    margin-top: 1rem !important; }

  .mr-xl-3 {
    margin-right: 1rem !important; }

  .mb-xl-3 {
    margin-bottom: 1rem !important; }

  .ml-xl-3 {
    margin-left: 1rem !important; }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }

  .m-xl-4 {
    margin: 1.5rem 1.5rem !important; }

  .mt-xl-4 {
    margin-top: 1.5rem !important; }

  .mr-xl-4 {
    margin-right: 1.5rem !important; }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important; }

  .ml-xl-4 {
    margin-left: 1.5rem !important; }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }

  .m-xl-5 {
    margin: 3rem 3rem !important; }

  .mt-xl-5 {
    margin-top: 3rem !important; }

  .mr-xl-5 {
    margin-right: 3rem !important; }

  .mb-xl-5 {
    margin-bottom: 3rem !important; }

  .ml-xl-5 {
    margin-left: 3rem !important; }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }

  .p-xl-0 {
    padding: 0 0 !important; }

  .pt-xl-0 {
    padding-top: 0 !important; }

  .pr-xl-0 {
    padding-right: 0 !important; }

  .pb-xl-0 {
    padding-bottom: 0 !important; }

  .pl-xl-0 {
    padding-left: 0 !important; }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

  .p-xl-1 {
    padding: 0.25rem 0.25rem !important; }

  .pt-xl-1 {
    padding-top: 0.25rem !important; }

  .pr-xl-1 {
    padding-right: 0.25rem !important; }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }

  .pl-xl-1 {
    padding-left: 0.25rem !important; }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }

  .p-xl-2 {
    padding: 0.5rem 0.5rem !important; }

  .pt-xl-2 {
    padding-top: 0.5rem !important; }

  .pr-xl-2 {
    padding-right: 0.5rem !important; }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }

  .pl-xl-2 {
    padding-left: 0.5rem !important; }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }

  .p-xl-3 {
    padding: 1rem 1rem !important; }

  .pt-xl-3 {
    padding-top: 1rem !important; }

  .pr-xl-3 {
    padding-right: 1rem !important; }

  .pb-xl-3 {
    padding-bottom: 1rem !important; }

  .pl-xl-3 {
    padding-left: 1rem !important; }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }

  .p-xl-4 {
    padding: 1.5rem 1.5rem !important; }

  .pt-xl-4 {
    padding-top: 1.5rem !important; }

  .pr-xl-4 {
    padding-right: 1.5rem !important; }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important; }

  .pl-xl-4 {
    padding-left: 1.5rem !important; }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }

  .p-xl-5 {
    padding: 3rem 3rem !important; }

  .pt-xl-5 {
    padding-top: 3rem !important; }

  .pr-xl-5 {
    padding-right: 3rem !important; }

  .pb-xl-5 {
    padding-bottom: 3rem !important; }

  .pl-xl-5 {
    padding-left: 3rem !important; }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }

  .m-xl-auto {
    margin: auto !important; }

  .mt-xl-auto {
    margin-top: auto !important; }

  .mr-xl-auto {
    margin-right: auto !important; }

  .mb-xl-auto {
    margin-bottom: auto !important; }

  .ml-xl-auto {
    margin-left: auto !important; }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }
.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }

  .text-sm-right {
    text-align: right !important; }

  .text-sm-center {
    text-align: center !important; } }
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }

  .text-md-right {
    text-align: right !important; }

  .text-md-center {
    text-align: center !important; } }
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }

  .text-lg-right {
    text-align: right !important; }

  .text-lg-center {
    text-align: center !important; } }
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }

  .text-xl-right {
    text-align: right !important; }

  .text-xl-center {
    text-align: center !important; } }
.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-normal {
  font-weight: normal; }

.font-weight-bold {
  font-weight: bold; }

.font-italic {
  font-style: italic; }

.text-white {
  color: #fff !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.invisible {
  visibility: hidden !important; }

.hidden-xs-up {
  display: none !important; }

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important; } }
@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important; } }
@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important; } }
@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important; } }
@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important; } }
@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important; } }
@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important; } }
.hidden-xl-down {
  display: none !important; }

.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }
.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }
.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }
@media print {
  .hidden-print {
    display: none !important; } }
/* Editor stylesheet
------------------------------------------------------------ */
.dotty-title, .full-width-content.woocommerce-checkout .content-sidebar-wrap .entry .entry-content h3#order_review_heading {
  display: table;
  white-space: nowrap; }
  .dotty-title:before, .full-width-content.woocommerce-checkout .content-sidebar-wrap .entry .entry-content h3#order_review_heading:before, .dotty-title:after, .full-width-content.woocommerce-checkout .content-sidebar-wrap .entry .entry-content h3#order_review_heading:after {
    border-top: 1px dotted #00abbd;
    content: '';
    display: table-cell;
    position: relative;
    top: 0.5em;
    width: 45%; }
  .dotty-title:before, .full-width-content.woocommerce-checkout .content-sidebar-wrap .entry .entry-content h3#order_review_heading:before {
    right: 1.5%; }
  .dotty-title:after, .full-width-content.woocommerce-checkout .content-sidebar-wrap .entry .entry-content h3#order_review_heading:after {
    left: 1.5%; }

html {
  font-size: 62.5%;
  /* 10px browser default */ }

body {
  background: url("images/noise-light.jpg") #f3f2f3;
  font-family: "Merriweather", Georgia, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  line-height: 1.625;
  color: #444; }

/*** Tiny MCE tweaks  */
body#tinymce {
  background: #fff;
  font-family: "Merriweather", Georgia, sans-serif; }
  body#tinymce h1, body#tinymce h2, body#tinymce h3, body#tinymce h4, body#tinymce h5, body#tinymce h6 {
    font-family: "Merriweather", Georgia, sans-serif; }
  body#tinymce a {
    color: #00abbd; }
  body#tinymce a.btn, body#tinymce a.btn-rounded, body#tinymce a.btn-block, body#tinymce a.button, body#tinymce #postcode_lookup a#getaddress_button, #postcode_lookup body#tinymce a#getaddress_button, body#tinymce #postcode_lookup_billing a#getaddress_button, #postcode_lookup_billing body#tinymce a#getaddress_button,
  body#tinymce #postcode_lookup_shipping a#getaddress_button,
  #postcode_lookup_shipping body#tinymce a#getaddress_button {
    color: #fff; }
  body#tinymce .cursive, body#tinymce .sas-home-involved .beach-cleans span.stat, .sas-home-involved .beach-cleans body#tinymce span.stat, body#tinymce #mapid .leaflet-popup-content strong, #mapid .leaflet-popup-content body#tinymce strong, body#tinymce .region-photos-twitter h2, .region-photos-twitter body#tinymce h2, body#tinymce .region-beach-cleans .headline-row h2, .region-beach-cleans .headline-row body#tinymce h2, body#tinymce .region-beach-cleans .totalisers h4, .region-beach-cleans .totalisers body#tinymce h4, body#tinymce .archive-campaign-banner h4, .archive-campaign-banner body#tinymce h4, body#tinymce .take-action-shop h2, .take-action-shop body#tinymce h2, body#tinymce .beach-cleans-types .sas-flex-wrap h3, .beach-cleans-types .sas-flex-wrap body#tinymce h3, body#tinymce .beach-clean-stats h4, .beach-clean-stats body#tinymce h4, body#tinymce .issue-geography h2, .issue-geography body#tinymce h2, body#tinymce .issue-geography h3, .issue-geography body#tinymce h3, body#tinymce .join-us-quotes .graffiti, .join-us-quotes body#tinymce .graffiti, body#tinymce .education-school-beach-cleans .school-clean-bg h4, .education-school-beach-cleans .school-clean-bg body#tinymce h4, body#tinymce ul.products li.entry.product .sale-mark, body#tinymce ul.products li.entry.product .new {
    font-family: 'Amatic SC', cursive;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 150%; }
  body#tinymce .slab, body#tinymce .sticky-news, body#tinymce .latest-tweets .tweet-details, .latest-tweets body#tinymce .tweet-details, body#tinymce .slide-nav-link .label, .slide-nav-link body#tinymce .label, body#tinymce .sas-issue-hero h1, .sas-issue-hero body#tinymce h1, body#tinymce .sas-home-hero-alt .hero-left .wrap h2 span, .sas-home-hero-alt .hero-left .wrap h2 body#tinymce span, body#tinymce .sas-home-hero-alt .hero-left .wrap p, .sas-home-hero-alt .hero-left .wrap body#tinymce p, body#tinymce .sas-home-hero-alt .hero-right .wrap, .sas-home-hero-alt .hero-right body#tinymce .wrap, body#tinymce .sas-home-cta .right-cta h3, .sas-home-cta .right-cta body#tinymce h3, body#tinymce .sas-home-involved .join p.sub, .sas-home-involved .join body#tinymce p.sub, body#tinymce .sas-home-news-get-involved .home-news .date, .sas-home-news-get-involved .home-news body#tinymce .date, body#tinymce .site-footer .footer-widgets ul.footer-links, .site-footer .footer-widgets body#tinymce ul.footer-links, body#tinymce .flexible-content-downloads-row h3, .flexible-content-downloads-row body#tinymce h3, body#tinymce .flexible-content-testimonial-row h3, .flexible-content-testimonial-row body#tinymce h3, body#tinymce .region-stats .region-stats-wrap h3, .region-stats .region-stats-wrap body#tinymce h3, body#tinymce .region-stats .region-stats-wrap h5, .region-stats .region-stats-wrap body#tinymce h5, body#tinymce .region-stats .bcb-stat-wrap h3, .region-stats .bcb-stat-wrap body#tinymce h3, body#tinymce .region-stats .bcb-stat-wrap span, .region-stats .bcb-stat-wrap body#tinymce span, body#tinymce .region-main .tabs > ul > li h3, .region-main .tabs > ul > li body#tinymce h3, body#tinymce .region-custom-content-wrap h3, .region-custom-content-wrap body#tinymce h3, body#tinymce .region-news-wrap h3, .region-news-wrap body#tinymce h3, body#tinymce .region-get-involved-wrap h3, .region-get-involved-wrap body#tinymce h3, body#tinymce .test-wrap h3, .test-wrap body#tinymce h3, body#tinymce .region-membership p.sub, .region-membership body#tinymce p.sub, body#tinymce .region-membership .region-love-cta .btn-white, .region-membership .region-love-cta body#tinymce .btn-white, body#tinymce .region-other-features .wrapper h3, .region-other-features .wrapper body#tinymce h3, body#tinymce .region-beach-cleans .stats .stat, .region-beach-cleans .stats body#tinymce .stat, body#tinymce .region-beach-cleans .stats p.comparison, .region-beach-cleans .stats body#tinymce p.comparison, body#tinymce .region-beach-cleans .totalisers h5, .region-beach-cleans .totalisers body#tinymce h5, body#tinymce .region-beach-cleans .get-involved h3.title, .region-beach-cleans .get-involved body#tinymce h3.title, body#tinymce .region-beach-cleans .get-involved .tabs > ul > li h3, .region-beach-cleans .get-involved .tabs > ul > li body#tinymce h3, body#tinymce .region-beach-cleans .get-involved .bca-wrap h4, .region-beach-cleans .get-involved .bca-wrap body#tinymce h4, body#tinymce .region-beach-cleans .get-involved .region-sss-beaches span, .region-beach-cleans .get-involved .region-sss-beaches body#tinymce span, body#tinymce .region-beach-cleans .get-involved .bcb-wrap span, .region-beach-cleans .get-involved .bcb-wrap body#tinymce span, body#tinymce .about-stats-row .wysi-flex-box .stat, .about-stats-row .wysi-flex-box body#tinymce .stat, body#tinymce .take-action-hero h2, .take-action-hero body#tinymce h2, body#tinymce .plastic-free__hero h2, .plastic-free__hero body#tinymce h2, body#tinymce .bg-img-title-feature .bg-title h3, .bg-img-title-feature .bg-title body#tinymce h3, body#tinymce .beach-cleans-intro h1, .beach-cleans-intro body#tinymce h1, body#tinymce .beach-cleans-intro .main-bc-stat span, .beach-cleans-intro .main-bc-stat body#tinymce span, body#tinymce .beach-cleans-hero h1, .beach-cleans-hero body#tinymce h1, body#tinymce .beach-cleans-box .title-row h2, .beach-cleans-box .title-row body#tinymce h2, body#tinymce .beach-clean-stats h5, .beach-clean-stats body#tinymce h5, body#tinymce .beach-clean-highlights .beach-clean-gallery h3, .beach-clean-highlights .beach-clean-gallery body#tinymce h3, body#tinymce .pp-facts-action .pp-share-facts h3, .pp-facts-action .pp-share-facts body#tinymce h3,
  body#tinymce .pp-facts-action .pp-take-action-wrap h3,
  .pp-facts-action .pp-take-action-wrap body#tinymce h3, body#tinymce .pp-membership-news .pp-so-far h2, .pp-membership-news .pp-so-far body#tinymce h2, body#tinymce .our-work-intro h1, .our-work-intro body#tinymce h1, body#tinymce .our-work-pp h1, .our-work-pp body#tinymce h1, body#tinymce .join-us-hero h2, .join-us-hero body#tinymce h2, body#tinymce .entry ul.rep-testimonials-list li h4 span, .entry ul.rep-testimonials-list li h4 body#tinymce span, body#tinymce .education-pfc .pfc-register h3, .education-pfc .pfc-register body#tinymce h3, body#tinymce .education-resources .tabs > ul > li h3, .education-resources .tabs > ul > li body#tinymce h3, body#tinymce .education-resources ul.flex-list li h4, .education-resources ul.flex-list li body#tinymce h4, body#tinymce .raffle-prize-list li h3, .raffle-prize-list li body#tinymce h3, body#tinymce .shop-carousel .hero-slide .shop-carousel-caption a.slide-btn, .shop-carousel .hero-slide .shop-carousel-caption body#tinymce a.slide-btn, body#tinymce .shop-home-shipping, body#tinymce .woo-facetwp-wrap span.filter-title, .woo-facetwp-wrap body#tinymce span.filter-title, body#tinymce .woo-facetwp-wrap .facetwp-slider-reset, .woo-facetwp-wrap body#tinymce .facetwp-slider-reset, body#tinymce .single-product .product .shop-item-cats, .single-product .product body#tinymce .shop-item-cats, body#tinymce .product-membership-cta h2, .product-membership-cta body#tinymce h2, body#tinymce .full-width-content.woocommerce-checkout .content-sidebar-wrap .entry .entry-content h3#order_review_heading, .full-width-content.woocommerce-checkout .content-sidebar-wrap .entry .entry-content body#tinymce h3#order_review_heading, body#tinymce .scriptlesssocialsharing h3, .scriptlesssocialsharing body#tinymce h3, body#tinymce .sas-hero-bg h1, .sas-hero-bg body#tinymce h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase; }

/* ## Basic Typography */
a {
  color: #00abbd;
  text-decoration: none; }
  a:hover, a:focus {
    color: #444;
    text-decoration: none; }

.cursive, .sas-home-involved .beach-cleans span.stat, #mapid .leaflet-popup-content strong, .region-photos-twitter h2, .region-beach-cleans .headline-row h2, .region-beach-cleans .totalisers h4, .archive-campaign-banner h4, .take-action-shop h2, .beach-cleans-types .sas-flex-wrap h3, .beach-clean-stats h4, .issue-geography h2, .issue-geography h3, .join-us-quotes .graffiti, .education-school-beach-cleans .school-clean-bg h4, body ul.products li.entry.product .sale-mark, body ul.products li.entry.product .new {
  font-family: 'Amatic SC', cursive;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 150%; }

.slab, .sticky-news, .latest-tweets .tweet-details, .slide-nav-link .label, .sas-issue-hero h1, .sas-home-hero-alt .hero-left .wrap h2 span, .sas-home-hero-alt .hero-left .wrap p, .sas-home-hero-alt .hero-right .wrap, .sas-home-cta .right-cta h3, .sas-home-involved .join p.sub, .sas-home-news-get-involved .home-news .date, .site-footer .footer-widgets ul.footer-links, .flexible-content-downloads-row h3, .flexible-content-testimonial-row h3, .region-stats .region-stats-wrap h3, .region-stats .region-stats-wrap h5, .region-stats .bcb-stat-wrap h3, .region-stats .bcb-stat-wrap span, .region-main .tabs > ul > li h3, .region-custom-content-wrap h3, .region-news-wrap h3, .region-get-involved-wrap h3, .test-wrap h3, .region-membership p.sub, .region-membership .region-love-cta .btn-white, .region-other-features .wrapper h3, .region-beach-cleans .stats .stat, .region-beach-cleans .stats p.comparison, .region-beach-cleans .totalisers h5, .region-beach-cleans .get-involved h3.title, .region-beach-cleans .get-involved .tabs > ul > li h3, .region-beach-cleans .get-involved .bca-wrap h4, .region-beach-cleans .get-involved .region-sss-beaches span, .region-beach-cleans .get-involved .bcb-wrap span, .about-stats-row .wysi-flex-box .stat, .take-action-hero h2, .plastic-free__hero h2, .bg-img-title-feature .bg-title h3, .beach-cleans-intro h1, .beach-cleans-intro .main-bc-stat span, .beach-cleans-hero h1, .beach-cleans-box .title-row h2, .beach-clean-stats h5, .beach-clean-highlights .beach-clean-gallery h3, .pp-facts-action .pp-share-facts h3,
.pp-facts-action .pp-take-action-wrap h3, .pp-membership-news .pp-so-far h2, .our-work-intro h1, .our-work-pp h1, .join-us-hero h2, .entry ul.rep-testimonials-list li h4 span, .education-pfc .pfc-register h3, .education-resources .tabs > ul > li h3, .education-resources ul.flex-list li h4, .raffle-prize-list li h3, .shop-carousel .hero-slide .shop-carousel-caption a.slide-btn, .shop-home-shipping, .woo-facetwp-wrap span.filter-title, .woo-facetwp-wrap .facetwp-slider-reset, .single-product .product .shop-item-cats, .product-membership-cta h2, .full-width-content.woocommerce-checkout .content-sidebar-wrap .entry .entry-content h3#order_review_heading, .scriptlesssocialsharing h3, .sas-hero-bg h1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase; }

.feature-image-title, .pp-issue h2, .pp-membership-news .pp-join-shop h2 {
  font-family: "Roboto Condensed", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 2rem;
  padding: 10px 20px;
  margin-bottom: 40px;
  border: double rgba(255, 255, 255, 0.3);
  color: #fff;
  display: inline-block; }

p {
  margin: 0 0 28px;
  padding: 0; }

hr {
  border: 0;
  border-collapse: collapse;
  border-top: 1px solid #999;
  clear: both;
  margin: 1em 0; }

b, strong {
  font-weight: 700; }

cite, em, i {
  font-style: italic; }

blockquote {
  margin: 40px;
  border-left: 4px solid #004649;
  padding-left: 40px;
  font-family: "Merriweather", Georgia, sans-serif;
  font-style: normal; }
  @media (max-width: 767px) {
    blockquote {
      margin: 20px;
      padding-left: 20px;
      padding-right: 20px; } }
  blockquote .block-cite {
    font-style: normal;
    text-transform: uppercase;
    color: #666;
    font-size: 13px;
    margin-top: -14px; }
    blockquote .block-cite:before {
      content: "\2014 \2009"; }

blockquote.quotation {
  border-left: none;
  padding-left: 40px; }
  @media (max-width: 767px) {
    blockquote.quotation {
      padding-left: 0px; } }
  blockquote.quotation::before {
    content: "\201C";
    color: #555;
    font-family: Arial, Helvetica, Georgia, serif;
    display: block;
    font-size: 140px;
    font-size: 14rem;
    height: 0;
    left: -60px;
    position: relative;
    line-height: 1;
    top: -10px; }
    @media (max-width: 767px) {
      blockquote.quotation::before {
        font-size: 80px;
        font-size: 8rem;
        left: -30px; } }

p.small {
  font-size: 85%; }

/* ## Headings
--------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Condensed", Georgia, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 10px;
  color: #444; }

h1, .h1 {
  font-size: 36px;
  font-size: 3.6rem; }

h2, .h2 {
  font-size: 30px;
  font-size: 3rem; }

h3, .h3 {
  font-size: 24px;
  font-size: 2.4rem; }

h4, .h4 {
  font-size: 20px;
  font-size: 2rem; }

h5, .h5 {
  font-size: 18px;
  font-size: 1.8rem; }

h6, .h6 {
  font-size: 16px;
  font-size: 1.6rem; }

@media (max-width: 575px) {
  h1 {
    font-size: 2.4rem; }

  h2 {
    font-size: 2rem; }

  h3 {
    font-size: 1.8rem; }

  h4 {
    font-size: 1.6rem; } }
/* Buttons */
.btn, .btn-rounded, .btn-block, .button, #postcode_lookup #getaddress_button, #postcode_lookup_billing #getaddress_button,
#postcode_lookup_shipping #getaddress_button {
  padding: 10px 15px;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  line-height: 1;
  text-align: center;
  display: inline-block;
  margin-bottom: 10px;
  background: linear-gradient(to bottom, #00abbd 0%, #00abbd 50%, #0094a4 100%);
  font-family: "Roboto Condensed", Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: middle;
  position: relative;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2); }

.btn:hover, .btn-rounded:hover, .btn-block:hover, .button:hover, #postcode_lookup #getaddress_button:hover, #postcode_lookup_billing #getaddress_button:hover,
#postcode_lookup_shipping #getaddress_button:hover {
  color: #FFF;
  border-color: #00abbd;
  border-radius: 4px;
  box-shadow: 0 0 0 2px #fff; }

.btn-color1 {
  background: #00abbd;
  border-color: #00abbd; }
  .btn-color1:hover {
    background: #008694;
    transition: all 0.3s ease; }
  .btn-color1:active, .btn-color1.nice-select.open {
    background: #00383e; }
  .btn-color1:hover {
    background: #004649;
    color: #fff; }

.btn-color2 {
  background: #004649;
  border-color: #004649; }
  .btn-color2:hover {
    background: #001f20;
    transition: all 0.3s ease; }
  .btn-color2:active, .btn-color2.nice-select.open {
    background: black; }
  .btn-color2:hover {
    background: #00abbd;
    color: #fff; }

.btn-color3 {
  background: #e40e62;
  border-color: #e40e62; }
  .btn-color3:hover {
    background: #be0c51;
    transition: all 0.3s ease; }
  .btn-color3:active, .btn-color3.nice-select.open {
    background: #6c072e; }

.btn-double {
  border-style: solid;
  border-width: 2px;
  box-shadow: inset 0 0 0 2px white; }

.btn-large {
  padding: 20px 30px;
  font-size: 18px;
  font-size: 1.8rem; }

.btn-rounded {
  border-radius: 25px;
  padding: 15px 25px; }

.btn-block {
  display: block; }

.btn-trans {
  background: transparent;
  border: solid 2px #00abbd !important;
  border-radius: 20px;
  color: #00abbd;
  font-weight: 700; }
  .btn-trans:hover {
    background: #00abbd;
    color: #fff; }

.btn-white {
  background: #fff;
  color: #004649; }
  .btn-white:hover {
    background: #00abbd;
    color: #fff; }

.entry-content a.btn, .entry-content a.btn-rounded, .entry-content a.btn-block, .entry-content a.button, .entry-content #postcode_lookup a#getaddress_button, #postcode_lookup .entry-content a#getaddress_button, .entry-content #postcode_lookup_billing a#getaddress_button, #postcode_lookup_billing .entry-content a#getaddress_button,
.entry-content #postcode_lookup_shipping a#getaddress_button,
#postcode_lookup_shipping .entry-content a#getaddress_button {
  border-bottom: none; }

/* Coloured backgrounds */
.bg-primary {
  background: #00abbd;
  color: #FFF; }
  .bg-primary h2, .bg-primary h3, .bg-primary h4, .bg-primary h5, .bg-primary h6, .bg-primary p, .bg-primary li, .bg-primary ul.shortcode-list li .shortcode-meta {
    color: #FFF; }

.bg-secondary {
  background: #004649;
  color: #FFF; }
  .bg-secondary h2, .bg-secondary h3, .bg-secondary h4, .bg-secondary h5, .bg-secondary h6, .bg-secondary p, .bg-secondary li, .bg-secondary ul.shortcode-list li .shortcode-meta {
    color: #FFF; }

.bg-tertiary {
  background: #e40e62;
  color: #FFF; }
  .bg-tertiary h2, .bg-tertiary h3, .bg-tertiary h4, .bg-tertiary h5, .bg-tertiary h6, .bg-tertiary p, .bg-tertiary li, .bg-tertiary ul.shortcode-list li .shortcode-meta {
    color: #FFF; }

/* Pre-defined padding */
.pad-0 {
  padding: 0px; }

.pad-10 {
  padding: 10px; }

.pad-20 {
  padding: 20px; }

.pad-30 {
  padding: 30px; }

.pad-40 {
  padding: 40px; }

.pad-50 {
  padding: 50px; }

/* Content Blocks */
.content-block-primary {
  padding: 20px;
  background: #f5f5f5;
  border: 2px solid #00abbd;
  margin-bottom: 28px; }
  .content-block-primary p:last-of-type {
    margin-bottom: 0; }
  .content-block-primary:after {
    clear: both; }

.content-block-secondary {
  padding: 20px;
  background: #004649;
  color: #FFF;
  margin-bottom: 28px;
  position: relative; }
  .content-block-secondary h2, .content-block-secondary h3, .content-block-secondary h4, .content-block-secondary h5, .content-block-secondary h6, .content-block-secondary li {
    color: #FFF; }
  .content-block-secondary p:last-of-type {
    margin-bottom: 0; }
  .content-block-secondary:after {
    clear: both; }

.full-width .content-block-secondary:before {
  content: '';
  position: absolute;
  width: 300%;
  right: 0;
  top: 0;
  height: 100%;
  background: #004649;
  z-index: -1; }

/* Icons */
.fa.primary-icon {
  background: #00abbd;
  color: #FFF;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  margin-right: 15px; }

.fa.secondary-icon {
  background: #004649;
  color: #FFF;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  margin-right: 15px; }

/* Number icons */
.number-icon {
  background: #00abbd;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 10px;
  display: block;
  margin: 0 auto;
  text-align: center; }

/* Horizontal Rules*/
.primary-hr {
  border-top: 4px dashed #00abbd; }

.secondary-hr {
  border-top: 2px dotted #004649; }

/* Style Guide colur table */
.style-guide-table {
  border: 1px solid #666;
  width: auto; }
  .style-guide-table td {
    padding: 5px; }
  .style-guide-table .style-page-color-block {
    width: 150px; }

/* Mixins
------------------------------------------------------------ */
/* Typography
------------------------------------------------------------ */
section p a, section li a {
  color: #00abbd; }

/**** Flat ul list styling */
ul.flat-list {
  margin: 0;
  padding: 0; }
  ul.flat-list li {
    list-style-type: none; }
    ul.flat-list li p:last-of-type {
      margin-bottom: 0; }
    ul.flat-list li:before {
      content: none; }
    ul.flat-list li a:not(.btn):not(.btn-rounded):not(.btn-block):not(.button) {
      border-bottom: none;
      color: #00abbd; }

ol.numbered-list {
  padding-left: 40px; }
  ol.numbered-list li {
    list-style-type: decimal; }

ul.icons-list, .entry-content ul.icons-list {
  margin: 0 0 28px;
  padding: 0; }
  ul.icons-list li, .entry-content ul.icons-list li {
    list-style-type: none;
    padding: 10px;
    font-size: 18px;
    font-size: 1.8rem; }
    ul.icons-list li .fa, .entry-content ul.icons-list li .fa {
      color: #ccc;
      text-shadow: 1px 1px 1px rgba(0, 171, 189, 0.3);
      margin-right: 10px; }
    ul.icons-list li p:last-of-type, .entry-content ul.icons-list li p:last-of-type {
      margin-bottom: 0; }
    ul.icons-list li:before, .entry-content ul.icons-list li:before {
      content: none !important; }
    ul.icons-list li a:not(.btn):not(.btn-rounded):not(.btn-block):not(.button), .entry-content ul.icons-list li a:not(.btn):not(.btn-rounded):not(.btn-block):not(.button) {
      border-bottom: none;
      color: #00abbd; }
  ul.icons-list li:not(:last-of-type), .entry-content ul.icons-list li:not(:last-of-type) {
    border-bottom: 1px dashed #ccc; }

.align-left, .inner.align-left {
  text-align: left; }

.align-right {
  text-align: right; }

/* Merriweather (Bold)
---------------------------------------------------------------------------------------------------------------*/
.contact-form input[type=text],
.contact-form textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal; }

/* Merriweather (Bold)
---------------------------------------------------------------------------------------------------------------*/
#footer h5,
.title-one, .title-one a,
.title-two, .title-two a,
.title-three, .title-three a,
.title-four, .title-four a,
#useful-links h3,
.accordion-navi h3,
.news-headline h2,
.related h4 a,
#campaigns-overview article h2,
#overview article h2,
#overview article h3,
.campaigns header h2,
.campaigns header h3,
.issues header h2,
.issues header h3,
.timeline-event h3,
.form-errors h4,
.news-post p strong,
.text p strong,
.text h2,
.post-content h2,
.feature-panel h2 a,
.text h3,
.award h3, .award h3 a,
#order_review_heading,
#customer_details h3 {
  font-family: 'Merriweather', serif;
  font-weight: 700; }

/* Roboto Bold Condensed
---------------------------------------------------------------------------------------------------------------*/
.button,
.caps-thirteen, .cart_totals th, #shipping_method th, .shipping th, .cart-subtotal th, .order-total th,
.or,
#primary,
#search p,
.scrolled h4,
.scrolled p,
#secondary,
#regions-secondary-navi,
#pagi li,
#pagi p,
.no-archive,
.shop-cat,
.cart select,
.contact-form select,
#product .cart label,
#product h3,
.alerts-feature h1,
.alerts-text input[type=text],
input[type=submit],
#events th,
.shop_table th,
#share-the-facts h2,
#product .cart button,
.shop_table td:nth-child(1) a,
.minus,
.plus,
#customer_details label b,
.woocommerce input[type=submit].button {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700; }

/* Amatic SC
---------------------------------------------------------------------------------------------------------------*/
#home-modules h2,
#home-donate h3,
.people p,
#regions h2,
#map-regions a,
.timeline-event b,
#events td:nth-child(5) {
  font-family: 'Amatic SC', cursive;
  font-weight: 400;
  text-transform: uppercase; }

/* GENERIC
---------------------------------------------------------------------------------------------------------------*/
a {
  outline: none;
  text-decoration: none; }

abbr {
  border: none;
  cursor: inherit;
  text-decoration: none; }

ul {
  list-style: none; }

.caps {
  text-transform: uppercase; }

.sans {
  font-family: "Roboto Condensed", Arial, sans-serif; }

/* FONT SIZES
---------------------------------------------------------------------------------------------------------------*/
.thirteen {
  font-size: 14px;
  font-size: 1.3rem;
  line-height: 1.4; }
  .thirteen p {
    margin-bottom: 19px; }

.fourteen {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4; }
  .fourteen p {
    margin-bottom: 19px; }

.fifteen {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4; }

.sixteen {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4; }

.eighteen {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5; }

.entry h1.entry-title, .title-one {
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.1;
  padding-bottom: 25px;
  color: #222; }
  @media (min-width: 768px) {
    .entry h1.entry-title, .title-one {
      font-size: 44px;
      font-size: 4.4rem; } }

.entry-content ul, .wysi-flex-box ul, .flexible-content-sas-content .entry ul {
  padding: 0.7em 0 1.8em 16px;
  list-style-position: outside; }
  .entry-content ul li, .wysi-flex-box ul li, .flexible-content-sas-content .entry ul li {
    font-size: 1.4rem;
    line-height: 1.4;
    padding-bottom: 1rem;
    position: relative; }
    .entry-content ul li:before, .wysi-flex-box ul li:before, .flexible-content-sas-content .entry ul li:before {
      position: absolute;
      top: 2px;
      margin: 4px 0 0 -16px;
      vertical-align: middle;
      display: inline-block;
      width: 6px;
      height: 6px;
      background: #00abbd;
      content: ""; }

.entry-content ol, .wysi-flex-box ol, .flexible-content-sas-content .entry ol {
  padding: 0.7em 0 1.8em 16px;
  list-style-position: outside; }
  .entry-content ol li, .wysi-flex-box ol li, .flexible-content-sas-content .entry ol li {
    font-size: 1.4rem;
    line-height: 1.4;
    padding-bottom: 1rem;
    position: relative; }

/* COLOURS
---------------------------------------------------------------------------------------------------------------*/
.two {
  color: #222 !important; }

.four {
  color: #444 !important; }

.five {
  color: #555; }

.six {
  color: #666; }

.eight {
  color: #888; }

.bee {
  color: #bbb; }

.dee {
  color: #ddd; }

.green {
  color: #F16E22 !important; }

/* GREEN */
#home-bar li a:hover,
#primary a:hover,
#primary a.active,
.segment p a,
#footer a:hover,
.dark #key a:hover,
#home-news article h2 a:hover,
#home-news article h3 a:hover,
.tweet-feed a:hover,
.tweet-feed a,
#useful-links a:hover h3,
#tertiary a:hover,
.accordion-navi li a:hover,
.tweet-info span a:hover,
.scrolled a:hover,
.links li a:hover,
.text a,
#banner p a:hover,
.people div a:hover h4,
#regions-secondary-navi a:hover,
#home-bar .icon-donate a,
#news article a:hover,
#archive article a:hover,
.news-headline a:hover h2,
.item h3 a:hover,
.tags a:hover,
#pagi a,
.news-post a,
.related h4 a:hover,
.post-tags a:hover,
.post-meta p a:hover,
#author a:hover b span,
#campaigns-overview article a,
.order-bar p a:hover,
#latest h2 a:hover,
#latest a:hover h3,
#action a,
#overview article a,
#regions-secondary-navi a.active,
.tweet-feed .at,
.attachment a:hover,
.item p span a,
.news-headline p span a,
.latest-headline p span a,
#home-donate h2 a:hover,
.dark .timeline-event h3 a:hover,
.segment.list-items p a:hover,
.prize-company a:hover,
#home-donate.dark h3 a:hover,
.shop-cat a:hover,
#timeline.segment .timeline-event a:hover,
.reset_variations,
.detail .prod-desc a:hover,
ins,
.shop_table td:nth-child(2) a,
.discount a,
.cart-empty a,
.award h3 a:hover,
.offshore-list li a:hover,
#share-the-facts h2 a {
  color: #00abbd; }
#regions li a:hover {color:#000000;}
#news article a.green:hover,
#home-news article a.green:hover,
.ad p a:hover,
.segment p a:hover,
.news-post a:hover,
.text a:hover,
.post-meta p a:hover,
#author a:hover b span,
#campaigns-overview article a:hover,
.order-bar p a:hover,
#action a:hover,
#overview article a:hover,
.item p span a:hover,
.news-headline p span a:hover,
.latest-headline p span a:hover,
.attachment a:hover,
.segment.list-items p a:hover,
#timeline.segment .timeline-event a:hover,
.detail .prod-desc a:hover,
.shop_table td:nth-child(2) a:hover,
.discount a:hover,
.cart-empty a:hover,
#share-the-facts h2 a:hover {
  border-bottom: 1px dotted #00abbd; }

/* Components
------------------------------------------------------------ */
.icon {
  width: 1em;
  height: 1em;
  display: inline-block;
  background: url(images/icons/icon-shield.svg) center center no-repeat;
  background-size: 100%; }

.icon--rock-hands {
  background-image: url(images/icons/icon-rock-hands.svg); }

.icon--thumbs-up {
  background-image: url(images/icons/icon-thumbs-up.svg); }

.icon--download {
  background-image: url(images/icons/icon-download.svg); }

.icon--search {
  background-image: url(images/icons/icon-search.svg); }

.icon--map-marker {
  background-image: url(images/icons/icon-map-pin-green.svg);
  width: 1em;
  height: 1.5em; }

.icon--map-marker--alt {
  background-image: url(images/icons/icon-map-pin-pink.svg);
  width: 1em;
  height: 1.33333em; }

/************* SUPER SIDE ME MENU    *****************/
.side-navigation li.menu-social-media {
  width: 15%;
  clear: none;
  float: left; }
  .side-navigation li.menu-social-media a {
    text-align: center; }
.side-navigation li.members-area {
  width: 70%;
  clear: none;
  float: left; }
  .side-navigation li.members-area a {
    text-align: center; }
.side-navigation li.search {
  display: none; }

button#slide-menu {
  margin-bottom: 0; }

ul.side-nav {
  font-size: 20px;
  font-size: 2rem; }

/******************************* DEFAULT MENU ************************************/
.genesis-nav-menu .menu-item {
  line-height: 1;
  text-align: left; }

.genesis-nav-menu a {
  color: #7799A6;
  display: inline-block;
  font-size: 18px;
  padding: 20px 15px;
  text-decoration: none; }

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #222; }

.genesis-nav-menu .sub-menu {
  background-color: rgba(255, 255, 255, 0.05);
  left: auto;
  opacity: 1;
  position: relative;
  -webkit-transition: opacity .4s ease-in-out;
  -moz-transition: opacity .4s ease-in-out;
  -ms-transition: opacity .4s ease-in-out;
  -o-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
  z-index: 1001; }

.genesis-nav-menu .sub-menu a {
  display: block;
  font-size: 14px;
  padding: 16px 20px;
  position: relative; }

.genesis-nav-menu .menu-item:hover {
  position: static; }

.genesis-nav-menu .menu-item:hover > .sub-menu {
  left: auto;
  opacity: 1; }

/* Primary Navigation
--------------------------------------------- */
/* Secondary Navigation
--------------------------------------------- */
/******************************* DESKTOP MENU ************************************/
@media only screen and (min-width: 768px) {
  .genesis-nav-menu .menu-item {
    display: inline-block; }

  .genesis-nav-menu .sub-menu,
  .genesis-nav-menu .sub-menu .sub-menu {
    border-top: 1px solid #00baad;
    left: -9999px;
    opacity: 0;
    position: absolute;
    padding: 0; }

  .genesis-nav-menu .sub-menu,
  .genesis-nav-menu .sub-menu a {
    width: 200px; }

  .genesis-nav-menu .sub-menu a {
    border: 1px solid #00baad;
    border-top: 0;
    padding: 20px; }

  .genesis-nav-menu .sub-menu .sub-menu {
    margin: -46px 0 0 199px; }

  .genesis-nav-menu > li.highlight {
    margin-left: 20px; }

  .genesis-nav-menu li.highlight > a {
    background-color: #fff;
    border-radius: 3px;
    color: #222;
    padding: 15px 20px; }

  .genesis-nav-menu li.highlight > a:hover {
    background-color: #222;
    color: #fff; }

  .nav-primary,
  .nav-secondary,
  .nav-secondary-sub {
    padding: 0; }

  .responsive-menu,
  .responsive-menu > .menu-item > .sub-menu {
    display: block; }

  .responsive-menu-icon,
  .responsive-menu > .menu-item-has-children:before,
  .responsive-menu .menu-open.menu-item-has-children:before {
    display: none; }

  .responsive-menu .sub-menu .sub-menu {
    padding-left: 0; }

  .menu-primary,
  .menu-secondary {
    padding-left: 5%; }

  /* Customise with own nested SASS here */
  .nav-primary .genesis-nav-menu {
    padding: 0; }
    .nav-primary .genesis-nav-menu > li.menu-item > a {
      text-decoration: none;
      color: #333;
      font-size: 20px;
      font-size: 2rem;
      font-family: "Roboto Condensed", Arial, sans-serif;
      font-weight: 700;
      padding: 10px 15px;
      text-transform: uppercase; }
      .nav-primary .genesis-nav-menu > li.menu-item > a:hover {
        text-decoration: none;
        color: #004649; }
    .nav-primary .genesis-nav-menu > li.menu-item ul.sub-menu li a {
      color: #00abbd;
      border-top: none;
      border-left: none;
      border-right: none;
      background: #fff;
      padding: 15px;
      font-family: "Roboto Condensed", Arial, sans-serif;
      font-weight: 700;
      font-weight: 700; }
      .nav-primary .genesis-nav-menu > li.menu-item ul.sub-menu li a:hover {
        text-decoration: none;
        background: #00abbd;
        color: #fff; }
    .nav-primary .genesis-nav-menu > li.menu-item ul.sub-menu li.break {
      padding: 0;
      margin: 0;
      background: #fff;
      float: left;
      border-bottom: solid 3px #fff; }
      .nav-primary .genesis-nav-menu > li.menu-item ul.sub-menu li.break a {
        background: #fff;
        padding: 0;
        margin: 0;
        line-height: 0; }
    .nav-primary .genesis-nav-menu li.current_page_ancestor > a, .nav-primary .genesis-nav-menu li.current_page_item > a, .nav-primary .genesis-nav-menu li.current-menu-item > a {
      color: #00abbd !important; }
    .nav-primary .genesis-nav-menu li.big-menu {
      font-size: 20px;
      font-size: 2rem; }
    .nav-primary .genesis-nav-menu li.donate a {
      color: red; }
      .nav-primary .genesis-nav-menu li.donate a:hover {
        color: #00abbd; }
    .nav-primary .genesis-nav-menu li.break {
      display: none; }
    .nav-primary .genesis-nav-menu li.shop-cart > a:first-of-type {
      display: none; }
    .nav-primary .genesis-nav-menu .hide-sub ul.sub-menu {
      text-indent: -999999px; }

  .nav-secondary, .nav-secondary-sub {
    background: #00abbd;
    padding: 5px 0;
    box-shadow: 0 0 0 0 white, 0 2px 6px rgba(0, 0, 0, 0.16); }
    .nav-secondary .genesis-nav-menu, .nav-secondary-sub .genesis-nav-menu {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      .nav-secondary .genesis-nav-menu li a, .nav-secondary-sub .genesis-nav-menu li a {
        padding: 8px 10px 10px;
        color: #efefef;
        font-family: "Roboto Condensed", Arial, sans-serif;
        font-weight: 700;
        font-size: 16px;
        font-size: 1.6rem; }
        .nav-secondary .genesis-nav-menu li a:hover, .nav-secondary-sub .genesis-nav-menu li a:hover {
          color: #004649; }
      .nav-secondary .genesis-nav-menu li ul.sub-menu li, .nav-secondary-sub .genesis-nav-menu li ul.sub-menu li {
        background: #00abbd; }
      .nav-secondary .genesis-nav-menu li.current_page_ancestor a, .nav-secondary-sub .genesis-nav-menu li.current_page_ancestor a, .nav-secondary .genesis-nav-menu li.current_page_item a, .nav-secondary-sub .genesis-nav-menu li.current_page_item a, .nav-secondary .genesis-nav-menu li.current-menu-item a, .nav-secondary-sub .genesis-nav-menu li.current-menu-item a {
        color: #004649; }
      .nav-secondary .genesis-nav-menu li.big-sub, .nav-secondary-sub .genesis-nav-menu li.big-sub {
        align-self: center; }
      .nav-secondary .genesis-nav-menu li.shop-cart > a:first-of-type, .nav-secondary-sub .genesis-nav-menu li.shop-cart > a:first-of-type {
        display: none; }
      .nav-secondary .genesis-nav-menu li.break, .nav-secondary-sub .genesis-nav-menu li.break {
        flex-basis: 100%;
        padding: 0;
        line-height: 0; }
        .nav-secondary .genesis-nav-menu li.break a, .nav-secondary-sub .genesis-nav-menu li.break a {
          padding: 0; }
      .nav-secondary .genesis-nav-menu .menu-social a, .nav-secondary-sub .genesis-nav-menu .menu-social a {
        padding-left: 5px;
        padding-right: 5px; } }
.nav-tertiary {
  background: url(images/noise-light.jpg) #f3f2f3;
  padding: 0;
  box-shadow: inset 0 -8px 8px -8px rgba(0, 0, 0, 0.1); }

ul#menu-tertiary-menu > li.menu-item {
  float: left;
  font-family: "Roboto Condensed", Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700; }
  ul#menu-tertiary-menu > li.menu-item :hover {
    color: #00abbd; }
  ul#menu-tertiary-menu > li.menu-item > a {
    border-bottom: none;
    color: #666;
    margin: 0 8px;
    padding: 10px 7px;
    font-size: 14px; }
ul#menu-tertiary-menu ul.sub-menu li :hover {
  color: #ddd;
  background: #666; }
ul#menu-tertiary-menu li.tertiary-right {
  float: right; }
ul#menu-tertiary-menu li.current_page_ancestor, ul#menu-tertiary-menu li.current_page_item, ul#menu-tertiary-menu li.current-menu-item {
  background: #666;
  border-radius: 2px; }
  ul#menu-tertiary-menu li.current_page_ancestor a, ul#menu-tertiary-menu li.current_page_item a, ul#menu-tertiary-menu li.current-menu-item a {
    color: #fff; }
ul#menu-tertiary-menu li.menu-item:hover > .sub-menu {
  left: auto;
  opacity: 1;
  z-index: 999; }
ul#menu-tertiary-menu ul.sub-menu {
  border-top: none;
  z-index: 999;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4); }
  ul#menu-tertiary-menu ul.sub-menu li {
    text-transform: none; }
    ul#menu-tertiary-menu ul.sub-menu li a {
      background: #f3f2f3;
      padding: 10px 15px;
      border: none;
      border-bottom: 1px dashed #ccc;
      color: #666; }
    ul#menu-tertiary-menu ul.sub-menu li:last-child a {
      border-bottom: none; }

.nav-secondary-sub {
  background: #004649; }
  .nav-secondary-sub ul.genesis-nav-menu > li:hover a {
    color: #00abbd; }
  .nav-secondary-sub ul.genesis-nav-menu > li.current-menu-item a, .nav-secondary-sub ul.genesis-nav-menu > li.current_page_ancestor a {
    color: #00abbd; }

@media only screen and (min-width: 769px) and (max-width: 991px) {
  .nav-primary .genesis-nav-menu {
    display: flex !important; }
    .nav-primary .genesis-nav-menu > li.menu-item {
      text-align: center; }
      .nav-primary .genesis-nav-menu > li.menu-item > a {
        font-size: 16px;
        font-weight: 700;
        padding: 10px 13px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nav-primary .genesis-nav-menu > li.menu-item > a {
    font-size: 18px;
    font-weight: 700;
    padding: 20px 13px; } }
.sticky-news {
  background: url(images/noise-dark.jpg) 0 0 #1f1f26;
  border-bottom: 1px solid #ccc;
  box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.1);
  width: 100%;
  padding: 6px 0;
  position: fixed;
  z-index: -99;
  font-size: 13px;
  font-size: 1.3rem;
  color: #666; }
  .sticky-news a {
    color: #bbb; }
    .sticky-news a:hover {
      color: #fff; }
  .sticky-news.is-sticky {
    display: block;
    position: fixed;
    top: 0;
    z-index: 99; }
  .sticky-news .stick-right {
    float: right; }
    .sticky-news .stick-right a {
      color: #F16e22; }
      .sticky-news .stick-right a:hover {
        color: #efefef; }

.sidebar-primary .widget {
  background: transparent;
  padding: 20px;
  border-left: 1px solid #bbb; }
  .sidebar-primary .widget a {
    text-decoration: none; }
.sidebar-primary .subscribe-button-inner {
  margin: 0 auto !important;
  display: block !important; }
@media (max-width: 767px) {
  .sidebar-primary .widget_latest_tweets_widget {
    display: none; } }

/* Latest TWeets plugin styling */
.latest-tweets {
  /* style tweet list wrapper */
  background: transparent; }

.latest-tweets h3 {
  /* style whatever you did with the header */ }

.latest-tweets ul {
  /* style tweet list*/ }

.latest-tweets li {
  /* style tweet item */
  padding: 5px 0;
  border-bottom: 1px dashed #999; }
  .latest-tweets li:last-child {
    border-bottom: none; }

.latest-tweets .tweet-text {
  /* style main tweet text */
  margin-bottom: 0;
  font-size: 14px;
  font-size: 1.4rem;
  color: #888; }

.latest-tweets .tweet-text a {
  /* style links, hashtags and mentions */
  color: #00abbd; }

.latest-tweets .tweet-text .emoji {
  /* style embedded emoji image in tweet */ }

.latest-tweets .tweet-details {
  /* style datetime and link under tweet */
  font-size: 13px;
  font-size: 1.3rem; }
  .latest-tweets .tweet-details a {
    color: #888; }

.twitter-timeline p.timeline-Tweet-text {
  font-family: "Merriweather", Georgia, sans-serif !important; }

/* SHORTCODE LIST STYLING */
ul.shortcode-list li {
  border-bottom: 1px dashed #dadada;
  padding: 10px 0; }
  ul.shortcode-list li:last-child {
    border-bottom: none; }
  ul.shortcode-list li .shortcode-title {
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 1.2; }
  ul.shortcode-list li .shortcode-meta {
    color: #444;
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 0; }

/* Style widgets when they are used in After-Content-Entry widget area  */
.after-entry-widget-area .widget-title {
  font-size: 30px;
  font-size: 3rem; }

/* Style flexible sidebar items */
aside blockquote.quotation {
  padding-left: 5px;
  padding-top: 30px;
  margin: 0 0 40px;
  font-style: italic;
  text-align: center; }
  aside blockquote.quotation p:last-of-type {
    margin-bottom: 0; }
  aside blockquote.quotation:before {
    left: -10px;
    top: -30px; }

#postcode_lookup {
  margin-bottom: 1em; }
  #postcode_lookup #getaddress_button {
    margin: 1em 0; }
  #postcode_lookup:before {
    content: "Lookup your address by postcode (UK Only)";
    display: block;
    margin: 1em 0; }

#postcode_lookup_billing,
#postcode_lookup_shipping {
  display: inline-block;
  float: left;
  width: 75%; }
  #postcode_lookup_billing #getaddress_button,
  #postcode_lookup_shipping #getaddress_button {
    margin: 1em 0 0; }
  #postcode_lookup_billing #getaddress_dropdown,
  #postcode_lookup_shipping #getaddress_dropdown {
    display: block;
    margin: 1em 0 0;
    width: 100%; }

/** Inline logo edits https://sridharkatakam.com/inline-logo-in-genesis/  */
.site-header {
  min-height: 0; }

.title-area {
  padding: 0; }

.site-title img {
  vertical-align: top; }

#side-menu ul.side-nav li {
  font-size: 16px;
  font-size: 1.6rem; }
#side-menu li.break {
  display: none; }

@media only screen and (max-width: 330px) {
  .site-header .header-widget-area button.slide-nav-link {
    padding: 8px; } }
@media only screen and (max-width: 768px) {
  .header-image .site-title > a {
    background-position: left center;
    min-height: 50px; }

  .site-header .wrap {
    padding-top: 2px;
    padding-bottom: 2px; }
  .site-header .title-area {
    width: calc(100% - 110px);
    max-width: none; }
  .site-header .header-widget-area {
    width: 90px;
    position: relative;
    min-height: 75px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .site-header .header-widget-area .slide-nav-link {
      background: #fff;
      color: #00abbd;
      padding: 6px 10px;
      border: 2px solid #00abbd;
      border-radius: 2px;
      width: auto;
      flex: none;
      position: relative; }
      .site-header .header-widget-area .slide-nav-link:before {
        vertical-align: text-bottom; } }
/*** SET SIZE HERE IF USING 2x SIZE LOGO FOR RETINA SCREENS */
.site-title img {
  vertical-align: top;
  width: 174px;
  height: 107px; }

/******************* ABSOLUTE POSITION HEADER WITH WHITE LOGO AND TEXT ****/
@media screen and (min-width: 768px) {
  .absolute-header.header-image .site-title > a {
    background: url(images/logo-white.png) no-repeat left; }

  .absolute-header .site-header {
    position: absolute;
    top: 0;
    background-color: transparent;
    width: 100%;
    z-index: 9; }

  .absolute-header .nav-primary .genesis-nav-menu,
  .absolute-header .nav-secondary .genesis-nav-menu,
  .absolute-header .nav-secondary-sub .genesis-nav-menu {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    display: inline-block;
    padding-left: 0; }

  .absolute-header .nav-primary .genesis-nav-menu > li > a {
    color: #fff;
    text-shadow: 1px 1px 1px #004649; }
    .absolute-header .nav-primary .genesis-nav-menu > li > a:hover {
      text-shadow: 1px 1px 1px #fff; }

  .absolute-header .nav-secondary .genesis-nav-menu > li > a, .absolute-header .nav-secondary-sub .genesis-nav-menu > li > a {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 70, 73, 0.6); }
    .absolute-header .nav-secondary .genesis-nav-menu > li > a:hover, .absolute-header .nav-secondary-sub .genesis-nav-menu > li > a:hover {
      color: #004649; }

  .absolute-header.navy-header .nav-primary .genesis-nav-menu li a {
    color: #004649; }

  .absolute-header.navy-header .nav-secondary .genesis-nav-menu li a, .absolute-header.navy-header .nav-secondary-sub .genesis-nav-menu li a {
    color: #004649; } }
.clear {
  width: 100%;
  clear: both; }

.inner {
  max-width: 660px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center; }

.full-width-content .content-sidebar-wrap .entry .entry-content, .person-text, .links, .full-width-content .entry-footer .entry-meta, .flexible-content-sas-content .entry {
  max-width: 660px;
  margin: 0 auto; }

.dark {
  background: url(images/noise-dark.jpg) 0 0 #1f1f26;
  position: relative;
  padding-top: 60px;
  color: #fff; }
  .dark:before {
    width: 100%;
    height: 20px;
    background: url(images/paint-dark.png) center 0 no-repeat;
    position: absolute;
    left: 0;
    top: -20px;
    content: ''; }
  .dark h1,
  .dark h2,
  .dark h3 {
    color: #fff; }

.bg-grey {
  background: url(images/noise-light.jpg) 0 0 #f3f2f3; }

.bg-green {
  background: #00abbd;
  color: #fff; }

.bg-white {
  background: #FFF; }

.bg-ocean {
  background: url(images/ocean.jpg) center center #00aabc; }

.bg-mid-grunge {
  background: url(images/subtle-grunge.png) #004649;
  color: #fff; }

.p-r {
  position: relative; }

.p-a {
  position: absolute; }

.paint-top {
  width: 100%;
  height: 20px;
  background: url(images/paint-top.png) center 0 no-repeat;
  position: absolute;
  left: 0;
  top: -20px; }
  .paint-top.green {
    background-image: url("images/paint-top-green.png"); }

.paint-bottom {
  width: 100%;
  height: 20px;
  background: url(images/paint-bottom.png) center bottom no-repeat;
  position: absolute;
  left: 0;
  bottom: -20px; }
  .paint-bottom.green {
    background-image: url("images/paint-bottom-green.png"); }

.dark .paint-top {
  background-image: url(images/paint-dark.png); }

.full-width-content .site-inner .entry {
  padding: 0; }

.p-70 {
  padding-top: 70px;
  padding-bottom: 70px; }
  @media (max-width: 575px) {
    .p-70 {
      padding-top: 30px;
      padding-bottom: 30px; } }

.p-60 {
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 575px) {
    .p-60 {
      padding-top: 30px;
      padding-bottom: 30px; } }

.p-50 {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media (max-width: 575px) {
    .p-50 {
      padding-top: 30px;
      padding-bottom: 30px; } }

.p-40 {
  padding-top: 40px;
  padding-bottom: 40px; }

.p-30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.page-image {
  position: relative; }
  .page-image .banner-credit {
    right: 20px;
    bottom: 45px;
    background-color: rgba(0, 0, 0, 0.1);
    padding-bottom: 0; }
    .page-image .banner-credit a {
      color: #fff; }

.banner-credit {
  display: inherit;
  position: absolute;
  bottom: 20px;
  right: 0;
  padding: 8px 10px;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  font-size: 0.8em;
  line-height: 1em;
  color: #fff;
  z-index: 3; }

fieldset {
  margin: 0;
  padding: 0;
  border: none; }

.sas-issue-hero {
  background-size: cover;
  background-position: top center;
  height: auto;
  min-height: 300px;
  background-attachment: fixed;
  width: 100%;
  position: relative; }
  @media (min-width: 576px) {
    .sas-issue-hero {
      height: 550px; } }
  @media (max-width: 991px) {
    .sas-issue-hero {
      background-attachment: scroll; } }
  .sas-issue-hero .container {
    flex: 1 1 auto; }
  .sas-issue-hero h1 {
    color: #fff;
    padding: 15px 25px;
    font-size: 40px;
    font-size: 4rem;
    background: #00abbd;
    margin-bottom: 15px;
    margin-top: 15px;
    line-height: 1; }
    @media (min-width: 992px) {
      .sas-issue-hero h1 {
        font-size: 60px;
        font-size: 6rem;
        margin-top: 0; } }
  .sas-issue-hero h2 {
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    font-size: 1.8rem; }
    @media (min-width: 992px) {
      .sas-issue-hero h2 {
        font-size: 28px;
        font-size: 2.8rem; } }

.video-embed {
  margin-bottom: 28px;
  margin-bottom: 2.8rem; }

.breadcrumb,
article {
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

/* Only show breadcrumbs on mobile view */
.breadcrumb {
  background: #efefef;
  padding: 5px 10px 3px;
  margin-bottom: 20px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }

@media only screen and (min-width: 769px) {
  .breadcrumb {
    display: none; } }
.custom-breadcrumbs .breadcrumb {
  margin-bottom: 0; }

@media (max-width: 767px) {
  .page .site-inner {
    padding-top: 0; } }

/*Flexbox sticky footer*/
.site-container {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  position: relative; }

.site-inner {
  flex: 1 1 auto;
  width: 100%;
  background: url("images/noise-light.jpg") #f3f2f3;
  padding-bottom: 60px; }

.after-entry-widget-area {
  margin-top: 20px; }

.home .site-inner,
.page-template-flexible-layout .site-inner {
  padding: 0; }

@media screen and (max-width: 767px) {
  .site-header .widget-area {
    padding: 0; } }
/******* No LImited width for page builder though ********/
.page-template-flexible-layout .site-inner .container {
  max-width: none; }

.edge-to-edge {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%); }
  .edge-to-edge p {
    margin: 0; }
  .edge-to-edge img {
    margin: 0;
    border: none;
    padding: 0;
    width: 100%; }

.tweet-holder {
  column-count: 2;
  display: block; }
  .tweet-holder twitterwidget {
    margin-bottom: 30px !important;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    height: auto;
    display: inline !important; }

.sas-home-hero-alt {
  background: #fff;
  background-size: cover;
  background-position: bottom center; }
  @media (min-width: 768px) {
    .sas-home-hero-alt {
      position: relative; } }
  @media (min-width: 992px) {
    .sas-home-hero-alt {
      background-attachment: fixed; } }
  .sas-home-hero-alt .row {
    min-height: 418px;
    position: relative;
    overflow: hidden; }
    @media (min-width: 1200px) {
      .sas-home-hero-alt .row {
        height: 500px; } }
  .sas-home-hero-alt .hero-left {
    position: relative; }
    .sas-home-hero-alt .hero-left .wrap {
      width: 100%;
      background: rgba(255, 255, 255, 0.9);
      padding: 20px;
      text-align: center;
      margin-top: 20px; }
      @media (min-width: 768px) {
        .sas-home-hero-alt .hero-left .wrap {
          position: absolute;
          top: 50%;
          transform: translateY(-60px);
          left: 0;
          margin-top: 0; } }
      .sas-home-hero-alt .hero-left .wrap:after {
        top: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-top: 15px solid #fff;
        bottom: 0;
        left: calc(50% - 8px);
        opacity: 0.9; }
      .sas-home-hero-alt .hero-left .wrap h2 {
        font-size: 16px;
        line-height: 1.2; }
        .sas-home-hero-alt .hero-left .wrap h2 span {
          font-size: 28px;
          color: #333;
          display: block;
          margin-bottom: 10px; }
      .sas-home-hero-alt .hero-left .wrap p {
        margin-bottom: 0;
        font-size: 14px; }
  .sas-home-hero-alt .hero-right {
    position: relative; }
    .sas-home-hero-alt .hero-right .wrap {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 100%;
      background: rgba(0, 171, 189, 0.9);
      color: #fff;
      padding: 20px;
      line-height: 1.2;
      text-align: center;
      border: 2px dashed #fff;
      border-right: none; }

.sas-home-cta {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff; }
  .sas-home-cta .left-cta {
    background-size: cover;
    background-position: center center;
    position: relative;
    min-height: 200px; }
  .sas-home-cta .right-cta {
    background: #fff;
    position: relative; }
    .sas-home-cta .right-cta:before {
      right: 100%;
      top: 50%;
      margin-top: -15px;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-top: 15px solid transparent;
      border-right: 15px solid #fff;
      border-bottom: 15px solid transparent;
      border-left: 15px solid transparent; }
    .sas-home-cta .right-cta h3 {
      width: 100%;
      padding: 10px;
      background: #00abbd;
      color: #fff;
      text-align: center;
      z-index: 11;
      margin-top: 10px; }
    .sas-home-cta .right-cta .wrap {
      padding: 20px;
      font-size: 14px; }
      .sas-home-cta .right-cta .wrap p:last-of-type {
        margin-bottom: 0; }
    .sas-home-cta .right-cta p {
      color: #333; }

.sas-home-strapline.alt-strapline h3 {
  font-size: 20px; }

.sas-home-strapline h3 {
  color: #fff;
  line-height: 1.4; }
  .sas-home-strapline h3 span {
    color: #ddd; }
.sas-home-strapline .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.9s infinite;
  -moz-animation: blink 0.9s infinite;
  animation: blink 0.9s infinite; }
@keyframes blink {
  0% {
    opacity: 0.7; }
  50% {
    opacity: 0; }
  100% {
    opacity: 0.7; } }
@-webkit-keyframes blink {
  0% {
    opacity: 0.7; }
  50% {
    opacity: 0; }
  100% {
    opacity: 0.7; } }
@-moz-keyframes blink {
  0% {
    opacity: 0.7; }
  50% {
    opacity: 0; }
  100% {
    opacity: 0.7; } }
.sas-home-strapline .typed-fade-out {
  opacity: 0;
  animation: 0;
  transition: opacity .25s; }

.sas-home-involved.gi-alt {
  background: #00abbd;
  border-top: 1px solid #fff; }
  @media (max-width: 767px) {
    .sas-home-involved.gi-alt .container {
      padding-left: 0;
      padding-right: 0; } }
  .sas-home-involved.gi-alt .beach-cleans {
    background: #00abbd;
    color: #fff; }
    .sas-home-involved.gi-alt .beach-cleans .content-wrap {
      color: #fff !important; }
      .sas-home-involved.gi-alt .beach-cleans .content-wrap p.large {
        color: #fff; }
      .sas-home-involved.gi-alt .beach-cleans .content-wrap .nice-select {
        color: #00abbd; }
  .sas-home-involved.gi-alt .join {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff; }
  .sas-home-involved.gi-alt:after {
    content: none; }
  .sas-home-involved.gi-alt:before {
    content: none; }

.sas-home-involved {
  position: relative; }
  .sas-home-involved:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    content: '';
    background: #fff; }
  .sas-home-involved .content-wrap {
    padding: 50px; }
  .sas-home-involved .beach-cleans {
    background: #f5f5f5;
    text-align: center; }
    .sas-home-involved .beach-cleans span.stat {
      font-size: 130px;
      line-height: 130px;
      display: block;
      margin-bottom: 15px;
      font-weight: 700; }
    .sas-home-involved .beach-cleans p.large {
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 1.1;
      color: #666; }
    .sas-home-involved .beach-cleans p.fourteen {
      margin-bottom: 10px; }
    .sas-home-involved .beach-cleans .nice-select {
      width: 100%; }
  .sas-home-involved .join.join-alt {
    background: linear-gradient(to bottom, rgba(0, 70, 73, 0.6), rgba(0, 70, 73, 0.6)), url("images/bg-climate-change-small.jpg");
    background-size: cover; }
    @media (max-width: 767px) {
      .sas-home-involved .join.join-alt {
        border: none;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff; } }
    .sas-home-involved .join.join-alt:after {
      content: none; }
  .sas-home-involved .join {
    background-size: cover;
    color: #fff;
    text-align: center;
    position: relative;
    background: rgba(0, 70, 73, 0.4); }
    .sas-home-involved .join p.sub {
      font-size: 26px;
      background: rgba(0, 70, 73, 0.4); }
    .sas-home-involved .join p:not(.sub) {
      text-shadow: 1px 1px 1px #004649; }
    .sas-home-involved .join:after {
      position: absolute;
      top: 0;
      left: 100%;
      width: 1000px;
      height: 100%;
      content: '';
      background: #fff; }

.sas-home-news-get-involved h3 {
  font-size: 30px;
  font-size: 3rem;
  color: #666; }
.sas-home-news-get-involved .media {
  padding: 10px 0;
  border-bottom: 2px dashed #ccc; }
  .sas-home-news-get-involved .media:last-of-type {
    border-bottom: none; }
.sas-home-news-get-involved .home-news-thumb {
  width: 100px;
  height: 100px;
  border-radius: 5px;
  margin-right: 20px;
  display: block; }
  @media (min-width: 992px) {
    .sas-home-news-get-involved .home-news-thumb {
      width: 150px;
      height: 150px; } }
.sas-home-news-get-involved .home-news .date {
  color: #999;
  font-size: 14px;
  font-size: 1.4rem; }
.sas-home-news-get-involved .home-get-involved h5 {
  font-size: 20px;
  font-size: 2rem; }
.sas-home-news-get-involved .home-get-involved p {
  margin-bottom: 10px; }
.sas-home-news-get-involved .home-get-involved p:last-of-type {
  margin-bottom: 0; }
.sas-home-news-get-involved .home-signup-wrap {
  margin-top: 30px; }
  .sas-home-news-get-involved .home-signup-wrap i {
    display: block;
    font-size: 50px;
    font-size: 5rem;
    text-align: center;
    color: #00abbd;
    margin-bottom: 15px; }
  .sas-home-news-get-involved .home-signup-wrap .latest-tweets {
    text-align: center; }
    .sas-home-news-get-involved .home-signup-wrap .latest-tweets .tweet-text {
      color: #333;
      font-size: 18px; }
.sas-home-news-get-involved .home-signup-form {
  padding: 20px 0;
  border-top: 1px solid #ccc;
  margin-top: 20px; }
  .sas-home-news-get-involved .home-signup-form p {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 16px; }
  .sas-home-news-get-involved .home-signup-form .sas-horizontal-signup {
    display: flex;
    align-items: center; }
    @media (max-width: 767px) {
      .sas-home-news-get-involved .home-signup-form .sas-horizontal-signup {
        flex-direction: column; } }
    .sas-home-news-get-involved .home-signup-form .sas-horizontal-signup input {
      padding: 3px;
      border-radius: 2px; }
    .sas-home-news-get-involved .home-signup-form .sas-horizontal-signup button {
      padding: 11px;
      background: #00abbd;
      border-radius: 2px; }
    .sas-home-news-get-involved .home-signup-form .sas-horizontal-signup label, .sas-home-news-get-involved .home-signup-form .sas-horizontal-signup input, .sas-home-news-get-involved .home-signup-form .sas-horizontal-signup button {
      margin: 5px; }

.site-footer {
  width: 100%;
  background: url(images/noise-dark.jpg) #1f1f26;
  color: #fff;
  padding: 30px 0;
  position: relative;
  margin-top: 0;
  border-top: none; }
  .site-footer:before {
    width: 100%;
    height: 20px;
    background: url(images/paint-dark.png) center 0 no-repeat;
    position: absolute;
    left: 0;
    top: -20px;
    content: ''; }
  .site-footer .footer-meta {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto Condensed", Arial, sans-serif;
    color: #efefef; }
    @media (min-width: 768px) {
      .site-footer .footer-meta {
        font-size: 16px;
        font-size: 1.6rem; } }
    .site-footer .footer-meta a {
      text-decoration: none;
      border-bottom: 1px dotted #aaa; }
  .site-footer a {
    color: #fff; }
  .site-footer .footer-widgets {
    background-color: transparent;
    text-align: left;
    color: #ddd;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
    font-size: 14px;
    font-size: 1.4rem; }
    @media (min-width: 768px) {
      .site-footer .footer-widgets {
        padding: 40px 0;
        font-size: 18px;
        font-size: 1.8rem; } }
    .site-footer .footer-widgets .widget-area {
      flex: 1 1 100%;
      text-align: center; }
      @media (min-width: 768px) {
        .site-footer .footer-widgets .widget-area {
          flex: 1 1 32%;
          text-align: left; } }
    .site-footer .footer-widgets .footer-widgets-1 {
      flex: 1 1 100%; }
      @media (min-width: 768px) {
        .site-footer .footer-widgets .footer-widgets-1 {
          flex: 1 1 67%; } }
    .site-footer .footer-widgets .widget {
      padding: 0; }
    .site-footer .footer-widgets .widget-title {
      color: #eee; }
    .site-footer .footer-widgets a {
      color: #eee;
      text-decoration: none; }
    .site-footer .footer-widgets ul {
      margin: 0;
      padding: 0; }
      .site-footer .footer-widgets ul li {
        list-style-type: none;
        margin-bottom: 0; }
    .site-footer .footer-widgets ul.footer-links {
      float: right;
      margin-top: 15px;
      text-align: right;
      border-right: 2px solid #666;
      padding-right: 15px; }
      @media (max-width: 767px) {
        .site-footer .footer-widgets ul.footer-links {
          display: none; } }
      .site-footer .footer-widgets ul.footer-links li a {
        color: #999;
        font-weight: 400; }
        .site-footer .footer-widgets ul.footer-links li a:hover {
          color: #fff; }
      @media (max-width: 991px) {
        .site-footer .footer-widgets ul.footer-links li {
          margin-bottom: 12px; } }
    .site-footer .footer-widgets p {
      line-height: 1.2;
      margin-bottom: 14px; }
    .site-footer .footer-widgets .small {
      font-size: 85%;
      color: #999; }
    .site-footer .footer-widgets address {
      line-height: 1.3;
      font-style: normal; }
    .site-footer .footer-widgets .footer-name {
      font-size: 20px;
      font-size: 2rem; }
      @media (min-width: 768px) {
        .site-footer .footer-widgets .footer-name {
          font-size: 40px;
          font-size: 4rem; } }
    @media (min-width: 768px) {
      .site-footer .footer-widgets .footer-address {
        font-size: 24px;
        font-size: 2.4rem; } }

/* Images */
/* based on twentythirteen */
.alignleft {
  float: left; }

.alignright {
  float: right; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

img.alignleft {
  margin: 5px 20px 5px 0; }

.wp-caption.alignleft {
  margin: 5px 10px 5px 0; }

img.alignright {
  margin: 5px 0 5px 20px; }

.wp-caption.alignright {
  margin: 5px 0 5px 10px; }

img.aligncenter {
  margin: 5px auto; }

img.alignnone {
  margin: 5px 0; }

img.pull-left {
  margin-left: -270px;
  margin-right: 20px; }
  @media screen and (max-width: 992px) {
    img.pull-left {
      margin-left: 0; } }

.wp-caption .wp-caption-text,
.entry-caption, .gallery-caption {
  color: #444;
  font-size: 14px;
  font-weight: 300; }

img.wp-smiley,
.rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
  list-style-position: inside; }

/* All images are responsive by default */
img {
  height: auto;
  max-width: 100%; }

/* Make sure videos, embeds, and captions fit their containers. */
.wp-caption,
embed,
iframe,
object,
video {
  max-width: 100%; }

/* Make sure form elements fit their containers */
input,
textarea,
select {
  max-width: 100%; }

/* Style images in polaroid style */
.entry-content img.alignnone, .entry-content img.alignleft, .entry-content img.alignright, .entry-content img.aligncenter, .entry-content .wp-caption img {
  border: 2px solid #dadada;
  padding: 4px; }

.round-images img, .round-image {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  border: solid 1px #00abbd; }

.biggie {
  margin: 0 -9999rem 28px;
  /* add back negative margin value */
  padding: 5.25rem 9999rem; }
  .biggie img {
    width: 100%; }

img.no-border, .no-border {
  border: none !important; }

.gallery .gallery-item {
  padding: 10px; }

.default-slick-slider {
  overflow: hidden; }
  .default-slick-slider .default-slide {
    position: relative;
    height: 440px; }
    @media (max-width: 767px) {
      .default-slick-slider .default-slide {
        height: auto; } }
    .default-slick-slider .default-slide .default-carousel-caption {
      position: absolute;
      bottom: 22px;
      width: 100%;
      background: rgba(255, 255, 255, 0.9);
      padding: 5px;
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 700;
      text-align: center; }
      @media (max-width: 767px) {
        .default-slick-slider .default-slide .default-carousel-caption {
          font-size: 13px;
          font-size: 1.3rem; } }
  .default-slick-slider .slick-dots {
    bottom: 2px; }

.sas-icon {
  border-radius: 50%;
  border: 4px solid #ccc;
  opacity: 0.4; }

.faqs {
  margin: 20px 0;
  text-align: left; }
  .faqs .faq {
    padding: 5px 0;
    margin-bottom: 10px; }
    .faqs .faq h3 {
      font-size: 18px;
      margin-bottom: 0;
      border-bottom: 1px solid #ccc; }
      .faqs .faq h3 a {
        border-bottom: none; }
      .faqs .faq h3.open {
        margin-bottom: 15px; }
        .faqs .faq h3.open a:before {
          content: '\f107'; }
      .faqs .faq h3 a {
        text-decoration: none;
        color: #333; }
        .faqs .faq h3 a:before {
          display: block;
          content: '\f105';
          float: left;
          margin-right: 5px;
          font-family: FontAwesome;
          width: 21px; }

.open-close-btns {
  text-align: center;
  margin: 0 auto; }
  .open-close-btns button {
    background: transparent;
    color: #00abbd;
    border: 1px solid #00abbd;
    padding: 10px 15px;
    border-radius: 5px; }
    .open-close-btns button:hover {
      background: #00abbd;
      color: #fff; }

/************************************************** GENERAL *****************************************************/
/* Hide Slick sliders until they are loaded properly - to avoid flash of content */
.slick-slider {
  display: none; }

.slick-slider.slick-initialized {
  display: block; }

.testimonial-slider {
  display: none; }

.testimonial-slider.slick-initialized {
  display: block; }

.page-template-flexible-layout .breadcrumb {
  margin-bottom: 0; }

/************************************************** HERO IMAGE ***************************************************/
/*************************************************** SAS CONTENT *******************************************/
.flexible-content-sas-content {
  position: relative; }

/************************************************** HERO SLIDER ***************************************************/
.flexible-content-slider-row {
  background: #ccc;
  position: relative; }

@media (max-width: 991px) {
  .flexible-slider .slick-slide {
    height: auto !important; } }
.flexible-slider-2 {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3; }
  .flexible-slider-2 .slick-slide img {
    width: 100%;
    filter: blur(15px) saturate(1.7); }
  .flexible-slider-2 .hero-slider-caption {
    display: none; }

@media (max-width: 991px) {
  .flexible-slider-2.slick-initialized {
    display: none; } }
.hero-slide {
  position: relative;
  max-height: 588px; }
  @media (max-width: 991px) {
    .hero-slide {
      height: auto; } }

.hero-slider-caption {
  position: absolute;
  bottom: 22px;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  padding: 5px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center; }
  @media (max-width: 767px) {
    .hero-slider-caption {
      font-size: 13px;
      font-size: 1.3rem; } }
  .hero-slider-caption p {
    margin-bottom: 0; }
  .hero-slider-caption .btn, .hero-slider-caption .btn-rounded, .hero-slider-caption .btn-block, .hero-slider-caption .button, .hero-slider-caption #postcode_lookup #getaddress_button, #postcode_lookup .hero-slider-caption #getaddress_button, .hero-slider-caption #postcode_lookup_billing #getaddress_button, #postcode_lookup_billing .hero-slider-caption #getaddress_button,
  .hero-slider-caption #postcode_lookup_shipping #getaddress_button,
  #postcode_lookup_shipping .hero-slider-caption #getaddress_button {
    opacity: 0;
    margin-top: 20px; }

.lightbox {
  display: none; }

.slick-active .hero-slider-caption {
  opacity: 1;
  transition: all 1.5s;
  transition-delay: 0.5s; }

.slick-active .hero-slider-caption p {
  opacity: 1;
  transition: all 2s;
  transition-delay: 1s; }

.slick-active .hero-slider-caption .btn, .slick-active .hero-slider-caption .btn-rounded, .slick-active .hero-slider-caption .btn-block, .slick-active .hero-slider-caption .button, .slick-active .hero-slider-caption #postcode_lookup #getaddress_button, #postcode_lookup .slick-active .hero-slider-caption #getaddress_button, .slick-active .hero-slider-caption #postcode_lookup_billing #getaddress_button, #postcode_lookup_billing .slick-active .hero-slider-caption #getaddress_button,
.slick-active .hero-slider-caption #postcode_lookup_shipping #getaddress_button,
#postcode_lookup_shipping .slick-active .hero-slider-caption #getaddress_button {
  opacity: 1;
  transition: all 2s;
  transition-delay: 1.5s; }

/************************************************** IMAGE - TEXT LAYOUT ***************************************************/
.flexible-content-image-text > .container > .row {
  background: #fff; }

.flexible-content-image-text.bg-white > .container > .row {
  background: #f5f5f5; }

.flexible-content-image-text.bg-grey > .container > .row {
  background: #fff; }

.r-l-image {
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center center; }
  @media (max-width: 767px) {
    .r-l-image {
      padding-top: 50%; } }
  .r-l-image img {
    display: block;
    line-height: 0; }

.bg-white .r-l-image {
  background-color: #fff; }

.right-text-wrap, .left-text-wrap {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .right-text-wrap p:last-of-type, .left-text-wrap p:last-of-type {
    margin-bottom: 0; }

/************************************************** TEXT - IMAGE LAYOUT ***************************************************/
.flexible-content-text-image > .container > .row {
  background: #fff; }

.flexible-content-text-image.bg-white > .container > .row {
  background: #f5f5f5; }

.flexible-content-text-image.bg-grey > .container > .row {
  background: #fff; }

.row.text-image {
  background: #fff;
  margin: 0;
  padding: 0; }

.row.text-image .left-text-wrap {
  padding: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .row.text-image .left-text-wrap p:last-of-type {
    margin-bottom: 0; }

/************************************************** BIG IMAGE LAYOUT ***************************************************/
.flexible-content-big-image {
  position: relative; }
  .flexible-content-big-image img {
    display: block; }
  .flexible-content-big-image .big-image-caption {
    position: absolute;
    bottom: 40px;
    right: 50%;
    transform: translateX(50%);
    padding: 8px 13px;
    background: rgba(255, 255, 255, 0.7);
    color: #333;
    font-size: 14px;
    font-size: 1.4rem; }

.big-image-stretch {
  margin: 0 -9999rem;
  /* add back negative margin value */
  padding: 0 9999rem; }
  .big-image-stretch img {
    width: 100%;
    display: block; }

/************************************************** MPU BOX LAYOUT ***************************************************/
/****************************************** FULL WIDTH PROMO BAR LAYOUT ******************************************/
.flexible-content-promo-bar {
  box-shadow: 0 -1px 0 0 white inset, 0 1px 0 0 white inset;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent; }
  .flexible-content-promo-bar .promo-bar-wrap .btn, .flexible-content-promo-bar .promo-bar-wrap .btn-rounded, .flexible-content-promo-bar .promo-bar-wrap .btn-block, .flexible-content-promo-bar .promo-bar-wrap .button, .flexible-content-promo-bar .promo-bar-wrap #postcode_lookup #getaddress_button, #postcode_lookup .flexible-content-promo-bar .promo-bar-wrap #getaddress_button, .flexible-content-promo-bar .promo-bar-wrap #postcode_lookup_billing #getaddress_button, #postcode_lookup_billing .flexible-content-promo-bar .promo-bar-wrap #getaddress_button,
  .flexible-content-promo-bar .promo-bar-wrap #postcode_lookup_shipping #getaddress_button,
  #postcode_lookup_shipping .flexible-content-promo-bar .promo-bar-wrap #getaddress_button {
    padding: 10px 15px;
    border-radius: 3px;
    text-align: center;
    display: block;
    margin: 0 30px;
    border: double white; }
  .flexible-content-promo-bar .promo-button-wrap {
    text-align: center; }
  .flexible-content-promo-bar .promo-content, .flexible-content-promo-bar .promo-button-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px; }
    .flexible-content-promo-bar .promo-content p:last-of-type, .flexible-content-promo-bar .promo-button-wrap p:last-of-type {
      margin-bottom: 0; }

/********************************************* STRAPLINE BAR LAYOUT ******************************************/
.flexible-content-strapline-bar {
  background: #004649;
  box-shadow: 0 -1px 0 0 white inset, 0 1px 0 0 white inset;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent; }

.strapline-bar-wrap {
  position: relative; }
  .strapline-bar-wrap h3 {
    font-family: "Merriweather", Georgia, sans-serif;
    text-align: center;
    text-transform: none;
    margin: 0;
    color: #FFF; }

.strapline-bar-wrap.fancy-quotes h3:before {
  content: '\201C';
  font-size: 60px;
  position: absolute;
  line-height: 1;
  left: 0;
  color: #FFF; }
  @media (max-width: 767px) {
    .strapline-bar-wrap.fancy-quotes h3:before {
      display: none; } }
.strapline-bar-wrap.fancy-quotes h3:after {
  content: '\201D';
  font-size: 60px;
  position: absolute;
  line-height: 1;
  right: 0; }
  @media (max-width: 767px) {
    .strapline-bar-wrap.fancy-quotes h3:after {
      display: none; } }

/****************************************** DOWNLOADS LAYOUT ******************************************/
.flexible-content-downloads-row h3 {
  text-align: center;
  color: #888; }
.flexible-content-downloads-row ul.downloads-list {
  margin: 0;
  padding: 0; }
  .flexible-content-downloads-row ul.downloads-list li {
    padding: 10px;
    border-bottom: 1px dashed #999; }
    .flexible-content-downloads-row ul.downloads-list li .media img {
      margin-right: 20px; }
    .flexible-content-downloads-row ul.downloads-list li .media h5 {
      margin-bottom: 5px; }
    .flexible-content-downloads-row ul.downloads-list li .media p {
      font-size: 14px;
      font-size: 1.4rem;
      margin-bottom: 0; }

/******************* WYSI FLEXBOX REPEATER LAYOUT *******************/
.wysi-flex-wrap {
  display: flex;
  flex-wrap: wrap; }
  .wysi-flex-wrap .wysi-flex-box {
    flex: 1 1 0; }
    @media screen and (max-width: 767px) {
      .wysi-flex-wrap .wysi-flex-box {
        flex-basis: 100%; } }
    .wysi-flex-wrap .wysi-flex-box .flex-pad {
      padding: 20px; }
      @media (min-width: 768px) {
        .wysi-flex-wrap .wysi-flex-box .flex-pad {
          padding: 40px; } }
  .wysi-flex-wrap .double {
    flex: 2 2 0; }
    @media screen and (max-width: 767px) {
      .wysi-flex-wrap .double {
        flex-basis: 100%; } }

/* Use number of columns to make each one equal width, and for responsive styling */
/*********************************** TESTIMONIALS SLIDER LAYOUT *******************************************/
.flexible-content-testimonial-row h3 {
  text-align: center;
  color: #888; }

.testimonial-slider {
  margin-bottom: 20px; }
  .testimonial-slider .testimonial-slide {
    height: auto; }
  .testimonial-slider .slick-dots {
    bottom: -10px; }

.test-quot-mark-left, .test-quot-mark-right {
  font-family: Georgia, serif;
  font-size: 60px;
  color: #666;
  line-height: 1; }

.test-quot-mark-right {
  text-align: right; }

.testimonial-slide p:last-of-type {
  margin-bottom: 0; }

.testimonial-source {
  text-transform: lowercase;
  font-variant: small-caps;
  font-size: 16px;
  color: #666; }

/*************************** LOGO ROW ******************************/
.flexible-content-logo-row {
  padding: 40px 0;
  text-align: center; }
  .flexible-content-logo-row h3 {
    color: #888;
    font-weight: 400; }
  .flexible-content-logo-row .home-logo-image {
    margin: 20px;
    max-width: 200px;
    max-height: 150px;
    vertical-align: middle; }

/******************* MEDIA QUERIES ************************/
@media (max-width: 575px) {
  .hero-image-caption.caption-left {
    left: 0; }

  .hero-image-caption.caption-right {
    right: 0; }

  /* HERO SLIDER*/
  .hero-slider-row {
    background: #f5f5f5; }

  .slick-slider .slick-dots {
    display: none !important; }

  .hero-slider-caption, .slick-active .hero-slider-caption {
    opacity: 1;
    transition: none;
    padding: 10px;
    width: 100%;
    font-size: 12px;
    bottom: 0;
    background: #FFF;
    position: relative; }
    .hero-slider-caption p, .hero-slider-caption .btn, .hero-slider-caption .btn-rounded, .hero-slider-caption .btn-block, .hero-slider-caption .button, .hero-slider-caption #postcode_lookup #getaddress_button, #postcode_lookup .hero-slider-caption #getaddress_button, .hero-slider-caption #postcode_lookup_billing #getaddress_button, #postcode_lookup_billing .hero-slider-caption #getaddress_button,
    .hero-slider-caption #postcode_lookup_shipping #getaddress_button,
    #postcode_lookup_shipping .hero-slider-caption #getaddress_button, .slick-active .hero-slider-caption p, .slick-active .hero-slider-caption .btn, .slick-active .hero-slider-caption .btn-rounded, .slick-active .hero-slider-caption .btn-block, .slick-active .hero-slider-caption .button, .slick-active .hero-slider-caption #postcode_lookup #getaddress_button, #postcode_lookup .slick-active .hero-slider-caption #getaddress_button, .slick-active .hero-slider-caption #postcode_lookup_billing #getaddress_button, #postcode_lookup_billing .slick-active .hero-slider-caption #getaddress_button,
    .slick-active .hero-slider-caption #postcode_lookup_shipping #getaddress_button,
    #postcode_lookup_shipping .slick-active .hero-slider-caption #getaddress_button {
      opacity: 1;
      transition: none; }

  .hero-caption-right {
    right: 0; }

  .hero-caption-left {
    left: 0; }

  .slick-active .hero-caption-right {
    right: 0; }

  .slick-active .hero-caption-left {
    left: 0; }

  .promo-bar-wrap {
    display: block; }

  .promo-content {
    width: 100%;
    display: block;
    padding: 0; }

  .promo-button-wrap {
    display: block; }
    .promo-button-wrap .btn, .promo-button-wrap .btn-rounded, .promo-button-wrap .btn-block, .promo-button-wrap .button, .promo-button-wrap #postcode_lookup #getaddress_button, #postcode_lookup .promo-button-wrap #getaddress_button, .promo-button-wrap #postcode_lookup_billing #getaddress_button, #postcode_lookup_billing .promo-button-wrap #getaddress_button,
    .promo-button-wrap #postcode_lookup_shipping #getaddress_button,
    #postcode_lookup_shipping .promo-button-wrap #getaddress_button {
      margin: 0; } }
/******************* SINGLE NEWS PAGE ********************************/
.single-post h1.entry-title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.25;
  color: #222; }
  @media (min-width: 768px) {
    .single-post h1.entry-title {
      font-size: 44px;
      font-size: 4.4rem; } }

.single-post.full-width-content h1.entry-title {
  padding-right: 0;
  padding-bottom: 0; }

.news-entry-date {
  font-size: 16px;
  font-size: 1.6rem; }
  @media (min-width: 768px) {
    .news-entry-date {
      font-size: 24px;
      font-size: 2.4rem; } }

.credit {
  margin-top: -20px;
  padding-bottom: 25px;
  text-align: right;
  font-size: 12px;
  font-size: 1.2rem; }

/******************* PUBLICATIONS LISTING PAGE ************************/
.publications-wrapper {
  margin-bottom: 15px; }

ul.publication-list li {
  background: #f5f5f5;
  padding: 10px 15px;
  margin-bottom: 10px;
  list-style-type: none; }
  ul.publication-list li:before {
    content: none; }
  ul.publication-list li a {
    border-bottom: none; }
  ul.publication-list li.pub-image {
    max-width: 150px;
    display: inline-block;
    text-align: center;
    padding: 15px;
    border-radius: 5px; }
  ul.publication-list li img {
    border-radius: 5px; }
  ul.publication-list li h4 {
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 0;
    text-transform: none;
    font-weight: 400; }
    ul.publication-list li h4 a {
      text-decoration: none;
      border-bottom: none; }

/********************* JOBS STYLING *****************/
/* Jobs homepage list */
.jobs-list li {
  border-bottom: 1px dashed #dadada; }
  .jobs-list li:last-of-type {
    border-bottom: none; }
  .jobs-list li h4 {
    margin-bottom: 0; }
  .jobs-list li a {
    text-decoration: none; }
  .jobs-list li .job-closing {
    font-weight: 700; }

/***************** PERSON - i.e STAFF MEMBER OR REGIONAL REP ****************/
#banner.person {
  position: relative;
  margin-top: 30px; }

.portrait-shadow {
  position: absolute;
  bottom: -90px;
  left: 50%;
  transform: translateX(-115px);
  width: 230px;
  height: 230px;
  border-radius: 230px;
  box-shadow: 0px -10px 20px 0 rgba(0, 0, 0, 0.16); }
  @media (max-width: 767px) {
    .portrait-shadow {
      width: 120px;
      height: 120px;
      transform: translateX(-60px); } }
  .portrait-shadow img {
    border-radius: 230px;
    width: 230px;
    height: 230px;
    box-shadow: 0 0 0 9px #fff;
    border: 1px solid #eee;
    margin-bottom: 0;
    margin-top: 10px;
    background: #fff; }
    @media (max-width: 767px) {
      .portrait-shadow img {
        width: 120px;
        height: 120px;
        border-radius: 120px; } }

.single-supporter .portrait-shadow img {
  width: 230px;
  height: auto;
  border-radius: 0; }
  @media (max-width: 767px) {
    .single-supporter .portrait-shadow img {
      width: 120px;
      height: auto;
      border-radius: 0; } }

#banner .credit {
  position: absolute;
  bottom: -20px;
  right: 0;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 11px;
  line-height: 1.1rem;
  text-align: right; }
  @media (max-width: 767px) {
    #banner .credit {
      display: none; } }
  #banner .credit span, #banner .credit p {
    float: left;
    margin-bottom: 0; }

.person-text {
  padding-top: 50px; }
  @media (min-width: 768px) {
    .person-text {
      padding-top: 123px; } }
  .person-text h1 {
    margin-bottom: 0;
    padding-bottom: 0; }
  .person-text h2 {
    font-weight: 400;
    font-size: 1.8rem;
    font-size: 18px;
    padding: 15px 0 35px 0; }

.links ul {
  margin-bottom: 50px; }
  .links ul li {
    font-size: 1.8rem;
    min-height: 70px;
    line-height: 74px;
    padding: 0 20px;
    border-bottom: 1px dotted #bbb; }
    .links ul li i {
      color: #888;
      font-size: 24px;
      margin-right: 24px; }
    .links ul li .maily {
      word-break: break-all; }

.people {
  text-align: center; }

.dark .people div {
  margin-bottom: 30px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column; }
  .dark .people div h3 {
    color: #999;
    font-size: 1.4rem;
    font-size: 14px; }
  .dark .people div img {
    border-radius: 110px;
    width: 110px;
    height: 110px;
    border: 2px solid #999; }
  .dark .people div h4 {
    color: #fff;
    font-size: 1.4rem;
    font-size: 14px; }

.people div {
  display: flex;
  flex-direction: column; }
  @media (max-width: 767px) {
    .people div {
      margin-bottom: 30px; } }
  .people div h3 {
    color: #444;
    font-size: 1.4rem;
    font-size: 14px; }
  .people div img {
    border-radius: 110px;
    width: 110px;
    height: 110px;
    border: 2px solid #fff; }
  .people div h4 {
    color: #666;
    font-size: 1.4rem;
    font-size: 14px; }

/*********************** SINGLE REGIONS ********************/
.region-header {
  padding: 20px 0; }
  @media (min-width: 768px) {
    .region-header {
      padding: 40px 0; } }
  .region-header h1 {
    font-size: 40px;
    font-size: 4rem;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .region-header h1 {
        font-size: 60px;
        font-size: 6rem; } }
  .region-header h2 {
    font-size: 14px;
    font-size: 1.4rem;
    color: #666;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .region-header h2 {
        font-size: 20px;
        font-size: 2rem; } }

.region-map-wrap {
  position: relative; }
  .region-map-wrap .region-map-intro {
    position: absolute;
    left: 40px;
    top: 80px;
    max-width: 300px;
    padding: 40px 20px 20px;
    background: rgba(255, 255, 255, 0.8);
    z-index: 999;
    font-size: 13px;
    border-radius: 3px; }
    .region-map-wrap .region-map-intro .kill-modal {
      position: absolute;
      top: 10px;
      right: 10px;
      padding: 5px;
      background: #ddd;
      border-radius: 2px; }

#mapid {
  position: relative;
  height: 80vh; }
  @media (min-width: 768px) {
    #mapid {
      height: 600px; } }
  #mapid .marker-cluster div {
    margin-left: 0;
    margin-top: 0; }
  #mapid .region-map-intro {
    position: absolute;
    left: 40px;
    top: 80px;
    max-width: 300px;
    padding: 40px 20px 20px;
    background: rgba(255, 255, 255, 0.8);
    z-index: 999;
    font-size: 13px;
    border-radius: 3px; }
    @media (max-width: 575px) {
      #mapid .region-map-intro {
        display: none; } }
    #mapid .region-map-intro p:last-of-type {
      margin-bottom: 0; }
    #mapid .region-map-intro .kill-modal {
      position: absolute;
      top: 10px;
      right: 10px;
      padding: 5px;
      background: #ddd;
      border-radius: 2px; }
  #mapid .leaflet-control-layers-overlays img.map-control-icon {
    width: 15px;
    height: auto;
    float: right;
    margin-left: 15px; }
    #mapid .leaflet-control-layers-overlays img.map-control-icon.round {
      border-radius: 50%; }
  #mapid .leaflet-popup-content img {
    border-radius: 3px; }
  #mapid .leaflet-popup-content strong {
    font-size: 30px; }
  #mapid .leaflet-popup-content p {
    margin: 12px 0; }
  #mapid .leaflet-popup.beachboxes .leaflet-popup-content-wrapper {
    background: red;
    color: #fff; }
    #mapid .leaflet-popup.beachboxes .leaflet-popup-content-wrapper a {
      color: #fff; }
  #mapid .leaflet-popup.beachboxes .leaflet-popup-tip {
    background: red; }
  #mapid .leaflet-popup.pastCleans .leaflet-popup-content-wrapper {
    background: #004649;
    text-align: center;
    color: #fff; }
    #mapid .leaflet-popup.pastCleans .leaflet-popup-content-wrapper b {
      font-size: 13px; }
    #mapid .leaflet-popup.pastCleans .leaflet-popup-content-wrapper hr {
      margin: 8px 0; }
    #mapid .leaflet-popup.pastCleans .leaflet-popup-content-wrapper span {
      font-size: 40px;
      line-height: 40px;
      margin-bottom: 5px;
      display: inline-block; }
    #mapid .leaflet-popup.pastCleans .leaflet-popup-content-wrapper a {
      color: #fff; }
  #mapid .leaflet-popup.pastCleans .leaflet-popup-tip {
    background: #004649; }
  #mapid .leaflet-popup.upcomingCleans .leaflet-popup-content-wrapper {
    background: #00abbd;
    text-align: center;
    color: #fff; }
    #mapid .leaflet-popup.upcomingCleans .leaflet-popup-content-wrapper b {
      font-size: 13px; }
    #mapid .leaflet-popup.upcomingCleans .leaflet-popup-content-wrapper hr {
      margin: 8px 0; }
    #mapid .leaflet-popup.upcomingCleans .leaflet-popup-content-wrapper span {
      font-size: 40px;
      line-height: 40px;
      margin-bottom: 5px;
      display: inline-block; }
    #mapid .leaflet-popup.upcomingCleans .leaflet-popup-content-wrapper a {
      color: #fff; }
  #mapid .leaflet-popup.upcomingCleans .leaflet-popup-tip {
    background: #00abbd; }
  #mapid .leaflet-popup.SASevents .leaflet-popup-content-wrapper {
    background: #0069aa;
    text-align: center;
    color: #fff; }
    #mapid .leaflet-popup.SASevents .leaflet-popup-content-wrapper b {
      font-size: 13px; }
    #mapid .leaflet-popup.SASevents .leaflet-popup-content-wrapper hr {
      margin: 8px 0; }
    #mapid .leaflet-popup.SASevents .leaflet-popup-content-wrapper a {
      color: #fff; }
  #mapid .leaflet-popup.SASevents .leaflet-popup-tip {
    background: #0069aa; }
  #mapid .reps-cluster {
    background-color: rgba(228, 14, 98, 0.8); }
    #mapid .reps-cluster > div {
      background: #e40e62;
      color: #fff; }
  #mapid .upcoming-cleans-cluster {
    background-color: rgba(0, 171, 189, 0.8); }
    #mapid .upcoming-cleans-cluster > div {
      background: #00abbd;
      color: #fff; }
  #mapid .past-cleans-cluster {
    background-color: rgba(0, 70, 73, 0.8); }
    #mapid .past-cleans-cluster > div {
      background: #004649;
      color: #fff; }
  #mapid .beachboxes-cluster {
    background-color: rgba(255, 255, 255, 0.8); }
    #mapid .beachboxes-cluster > div {
      background: #fff;
      color: red; }
  #mapid .rep-thumb {
    border-radius: 50%;
    border: 2px solid #fff; }

.region-stats {
  background: #00abbd;
  color: #fff;
  position: relative; }
  .region-stats .region-stats-wrap {
    padding: 50px;
    text-align: center; }
    .region-stats .region-stats-wrap h3 {
      width: 100%;
      color: #FFF;
      margin-bottom: 30px; }
    .region-stats .region-stats-wrap h5 {
      margin: 20 0 0;
      color: #fff;
      font-size: 26px;
      font-size: 2.6rem; }
  .region-stats .bcb-stat-wrap {
    padding: 50px;
    background: #004649;
    text-align: center; }
    .region-stats .bcb-stat-wrap h3 {
      width: 100%;
      color: #FFF;
      margin-bottom: 30px; }
    .region-stats .bcb-stat-wrap span {
      font-size: 100px;
      line-height: 80px;
      margin: 10px 0 0;
      display: block; }

.region-main {
  padding: 70px 0 50px;
  background: #fff;
  position: relative; }
  .region-main .tabs {
    padding: 0; }
    .region-main .tabs > ul > li {
      padding: 20px;
      border: 1px solid #999;
      border-bottom: 4px solid #999;
      width: 50%;
      text-align: center;
      float: left; }
      .region-main .tabs > ul > li h3 {
        margin-bottom: 0; }
        .region-main .tabs > ul > li h3 a {
          color: #999; }
      .region-main .tabs > ul > li.upcoming-tab-title {
        border-radius: 10px 0 0 0; }
      .region-main .tabs > ul > li.past-tab-title {
        border-radius: 0 10px 0 0; }
      .region-main .tabs > ul > li.active {
        background: #999; }
        .region-main .tabs > ul > li.active h3 a {
          color: #fff; }
    .region-main .tabs .region-tab {
      clear: both;
      padding: 20px;
      border: 1px solid #ddd; }

.region-custom-content-wrap, .region-news-wrap, .region-get-involved-wrap {
  margin-bottom: 40px; }
  .region-custom-content-wrap h3, .region-news-wrap h3, .region-get-involved-wrap h3 {
    color: #888;
    margin-bottom: 30px;
    margin-bottom: 3rem; }

ul.region-event-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 14px;
  font-size: 1.4rem; }
  ul.region-event-list h4 {
    margin-bottom: 0px;
    font-size: 16px;
    font-size: 1.6rem; }
  ul.region-event-list li {
    padding: 10px 0; }
  ul.region-event-list li:not(:last-child) {
    border-bottom: 1px dashed #ccc; }

img.region-news-thumb {
  height: 50px;
  width: 50px;
  border-radius: 3px;
  line-height: 1;
  margin-bottom: 0; }

img.region-events-thumb {
  line-height: 1;
  margin-bottom: 0;
  padding: 0px 15px; }

.test-wrap {
  text-align: center;
  font-size: 100px; }
  .test-wrap h3 {
    color: #888; }
  .test-wrap span {
    font-size: 40px;
    color: #666; }

.region-get-involved-wrap ul {
  margin: 0 0 20px; }
  .region-get-involved-wrap ul li {
    padding: 20px 0 10px;
    border-bottom: 3px dashed #ccc; }
    .region-get-involved-wrap ul li i.fa {
      font-size: 100px;
      width: 100px;
      color: #666;
      text-align: center; }
    .region-get-involved-wrap ul li .media-body {
      margin-left: 20px; }
    .region-get-involved-wrap ul li p {
      margin-bottom: 10px; }
.region-get-involved-wrap img {
  border: 1px solid #ccc;
  margin-bottom: 10px;
  padding: 5px;
  background: #FFF; }

.region-membership {
  color: #fff;
  font-size: 24px; }
  .region-membership p.sub {
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #666; }
  .region-membership .region-love {
    padding: 20px;
    min-height: 200px; }
    .region-membership .region-love p:last-of-type {
      margin-bottom: 0; }
    .region-membership .region-love #typed-strings {
      display: none; }
  .region-membership .region-love-cta .btn-white {
    padding: 10px 15px;
    background: #fff;
    border-radius: 5px;
    color: #004649;
    text-align: center;
    box-shadow: 1px 1px 1px #004649;
    margin-bottom: 0; }
    .region-membership .region-love-cta .btn-white:hover {
      background: #00abbd;
      color: #fff; }

.region-photos-twitter {
  position: relative;
  background: #fff;
  padding: 50px 0; }
  .region-photos-twitter h2 {
    font-size: 37px;
    font-size: 3.7rem;
    color: #004649; }

.region-other-features {
  padding: 50px 0; }
  .region-other-features .wrapper {
    text-align: center;
    padding: 0 20px; }
    .region-other-features .wrapper h3 {
      min-height: 56px; }

.region-description {
  padding: 80px 0 60px; }
  .region-description .region-reps h4, .region-description .region-reps p {
    text-align: center; }
  .region-description .people > div {
    margin-bottom: 15px; }
    .region-description .people > div h4 {
      color: #666;
      font-size: 16px;
      font-size: 1.6rem;
      margin-bottom: 0;
      margin-top: 5px; }
    .region-description .people > div h5 {
      color: #999;
      font-size: 14px;
      font-size: 1.4rem;
      margin-bottom: 0;
      font-family: "Roboto Condensed", Arial, sans-serif;
      font-weight: 400; }
    .region-description .people > div img {
      border-radius: 50%;
      width: 80px;
      height: 80px;
      border: 2px solid #999;
      margin-right: 10px; }
  .region-description h4.reps-narrative {
    text-align: center; }
    .region-description h4.reps-narrative span.cursive, .region-description h4.reps-narrative .sas-home-involved .beach-cleans span.stat, .sas-home-involved .beach-cleans .region-description h4.reps-narrative span.stat, .region-description h4.reps-narrative .join-us-quotes span.graffiti, .join-us-quotes .region-description h4.reps-narrative span.graffiti, .region-description h4.reps-narrative body ul.products li.entry.product span.sale-mark, body ul.products li.entry.product .region-description h4.reps-narrative span.sale-mark, .region-description h4.reps-narrative body ul.products li.entry.product span.new, body ul.products li.entry.product .region-description h4.reps-narrative span.new {
      font-size: 50px;
      font-size: 5rem; }

.region-beach-cleans {
  padding: 50px 0;
  background: #00abbd;
  color: #fff;
  position: relative; }
  .region-beach-cleans .headline-row h2 {
    font-size: 70px;
    font-size: 7rem;
    color: #fff; }
  .region-beach-cleans .stats {
    text-align: center;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.3;
    color: #eee; }
    .region-beach-cleans .stats .stat-wrap {
      padding: 10px 30px 20px; }
    .region-beach-cleans .stats .stat {
      font-size: 80px;
      font-size: 8rem; }
      .region-beach-cleans .stats .stat span {
        font-family: "Merriweather", Georgia, sans-serif;
        font-size: 20px;
        font-size: 2rem;
        text-transform: none; }
    .region-beach-cleans .stats p:not(.comparison) {
      font-size: 20px;
      font-size: 2rem;
      font-weight: 700; }
    .region-beach-cleans .stats .stat-volunteers {
      color: #fff; }
      .region-beach-cleans .stats .stat-volunteers p {
        color: #eee; }
        .region-beach-cleans .stats .stat-volunteers p span {
          color: #fff; }
      .region-beach-cleans .stats .stat-volunteers .stat {
        font-size: 100px;
        font-size: 10rem; }
  .region-beach-cleans .totalisers {
    padding: 50px 0;
    border-top: 5px dashed #fff;
    border-bottom: 5px dashed #fff; }
    .region-beach-cleans .totalisers h4 {
      color: #fff;
      font-size: 60px;
      font-size: 6rem;
      text-align: center; }
      @media (min-width: 768px) {
        .region-beach-cleans .totalisers h4 {
          font-size: 80px;
          font-size: 8rem;
          text-align: left; } }
    .region-beach-cleans .totalisers p {
      margin-bottom: 0; }
    .region-beach-cleans .totalisers h5 {
      color: #fff;
      text-align: center;
      font-size: 30px; }
  .region-beach-cleans .get-involved {
    padding: 50px 0; }
    .region-beach-cleans .get-involved .masonry {
      margin-bottom: 13px;
      width: 100%; }
      @media (min-width: 576px) {
        .region-beach-cleans .get-involved .masonry {
          max-width: 318px; } }
    .region-beach-cleans .get-involved h3.title {
      text-align: center;
      color: #fff; }
    .region-beach-cleans .get-involved .tabs {
      width: 100%;
      padding: 0; }
      .region-beach-cleans .get-involved .tabs > ul > li {
        background: #fff;
        padding: 20px;
        border: 1px solid #ddd;
        border-bottom: 4px solid #ddd;
        width: 50%;
        text-align: center;
        float: left; }
        .region-beach-cleans .get-involved .tabs > ul > li h3 {
          margin-bottom: 0; }
          .region-beach-cleans .get-involved .tabs > ul > li h3 a {
            color: #666; }
        .region-beach-cleans .get-involved .tabs > ul > li.upcoming-tab-title {
          border-radius: 10px 0 0 0; }
        .region-beach-cleans .get-involved .tabs > ul > li.past-tab-title {
          border-radius: 0 10px 0 0;
          color: #666; }
        .region-beach-cleans .get-involved .tabs > ul > li.active {
          background: #fff; }
          .region-beach-cleans .get-involved .tabs > ul > li.active h3 a {
            color: #00abbd; }
      .region-beach-cleans .get-involved .tabs .region-tab {
        clear: both;
        padding: 20px;
        border: 1px solid #ddd;
        background: #fff;
        border-radius: 0 0 10px 10px;
        color: #666; }
    .region-beach-cleans .get-involved .bca-wrap {
      padding: 30px;
      border-radius: 10px;
      border: 1px solid #ddd;
      background: #fff;
      color: #666;
      text-align: center; }
      .region-beach-cleans .get-involved .bca-wrap ul li:not(:last-child) {
        margin-bottom: 20px; }
      .region-beach-cleans .get-involved .bca-wrap h4 {
        color: #555; }
      .region-beach-cleans .get-involved .bca-wrap p:last-of-type {
        margin-bottom: 0; }
      .region-beach-cleans .get-involved .bca-wrap img {
        border-radius: 5px; }
    .region-beach-cleans .get-involved .region-sss-beaches {
      background: #004649;
      color: #fff;
      border-radius: 10px;
      padding: 30px; }
      .region-beach-cleans .get-involved .region-sss-beaches img {
        margin-bottom: 20px;
        border-radius: 5px;
        border: 1px solid #fff; }
      .region-beach-cleans .get-involved .region-sss-beaches span {
        font-size: 80px;
        font-size: 8rem;
        line-height: 80px;
        text-align: center; }
    .region-beach-cleans .get-involved .bcb-wrap {
      background: #fff;
      color: #666;
      border: 5px solid orange;
      padding: 30px;
      border-radius: 10px;
      text-align: center; }
      .region-beach-cleans .get-involved .bcb-wrap h3.title {
        min-height: 0;
        color: #333; }
      .region-beach-cleans .get-involved .bcb-wrap img {
        border: 1px solid #fff;
        border-radius: 5px; }
      .region-beach-cleans .get-involved .bcb-wrap span {
        font-size: 80px;
        font-size: 8rem;
        line-height: 80px; }
      .region-beach-cleans .get-involved .bcb-wrap p:last-of-type {
        margin-bottom: 0; }

.archive-campaign-banner {
  background: #004649;
  text-align: center;
  padding: 6px 0; }
  .archive-campaign-banner h4 {
    color: #fff;
    margin-bottom: 0;
    font-size: 48px;
    font-size: 4.8rem; }

.archive-campaign-titles {
  margin-top: 30px;
  margin-bottom: 15px; }
  .archive-campaign-titles h1 {
    color: #222; }
  .archive-campaign-titles h3 {
    color: #888;
    text-align: right; }

/********** ABOUT US PAGE ********************/
.about-stats-row .wysi-flex-wrap {
  justify-content: center; }
.about-stats-row .wysi-flex-box {
  flex: 1 1 25%;
  text-align: center;
  line-height: 1.2; }
  .about-stats-row .wysi-flex-box .stat {
    font-size: 40px; }
  .about-stats-row .wysi-flex-box p {
    margin-bottom: 0; }
  .about-stats-row .wysi-flex-box a {
    border-bottom: 1px dotted #fff;
    color: #fff; }

/********** REGIONS & REPS PAGE **************/
#regions {
  background: url(images/ocean.jpg) center center #00aabc;
  min-height: 827px;
  margin: 30px 0 70px 0;
  position: relative; }
  #regions nav {
    min-width: 300px;
    float: right;
    margin: 130px 80px 0 0;
    background: none;
    padding: 0; }
  #regions li a {
    text-align: center;
    color: #fff;
    display: block;
    margin-bottom: 5px; }
  #regions h2 {
    font-size: 6rem;
    line-height: 50px;
    text-align: center;
    display: table;
    white-space: nowrap;
    min-width: 300px; }
    #regions h2:before, #regions h2:after {
      border-top: 1px dotted #fff;
      content: '';
      display: table-cell;
      position: relative;
      top: 0.5em;
      width: 80px; }
    #regions h2:before {
      right: 1.5%; }
    #regions h2:after {
      left: 1.5%; }
  #regions img {
    position: absolute;
    top: 40px;
    left: 110px; }
  #regions #map-regions div {
    position: absolute;
    display: block;
    cursor: pointer;
    z-index: 5000; }
  #regions #map-regions a {
    display: none;
    background: #fff;
    -webkit-border-radius: 110px;
    -moz-border-radius: 110px;
    border-radius: 110px;
    width: 110px;
    height: 110px;
    font-size: 6rem;
    line-height: 110px;
    color: #00abbd;
    text-align: center; }
  #regions #map-regions div:hover a,
  #regions #map-regions div.active a {
    display: block; }
  #regions .map-east {
    top: 558px;
    left: 573px;
    width: 110px;
    height: 115px; }
  #regions .map-east a {
    margin: 2px 0 0 0; }
  #regions .map-north-east {
    top: 469px;
    left: 480px;
    width: 110px;
    height: 185px; }
  #regions .map-north-east a {
    margin: 15px 0 0 0; }
  #regions .map-north-west {
    top: 407px;
    left: 355px;
    width: 125px;
    height: 110px;
    z-index: 6000; }
  #regions .map-north-west a {
    margin: 0 0 0 15px; }
  #regions .map-ireland {
    top: 356px;
    left: 189px;
    width: 155px;
    height: 110px;
    z-index: 6000; }
  #regions .map-ireland a {
    margin: 0 0 0 25px; }
  #regions .map-scotland-hebrides {
    top: 39px;
    left: 250px;
    width: 258px;
    height: 368px; }
  #regions .map-scotland-hebrides a {
    margin: 170px 0 0 85px; }
  #regions .map-south-coast {
    top: 662px;
    left: 480px;
    width: 95px;
    height: 120px; }
  #regions .map-south-coast a {
    margin: 10px 0 0 25px; }
  #regions .map-south-east {
    top: 654px;
    left: 575px;
    width: 90px;
    height: 90px; }
  #regions .map-south-east a {
    margin: 10px 0 0 25px; }
  #regions .map-south-west {
    top: 674px;
    left: 300px;
    width: 182px;
    height: 115px; }
  #regions .map-south-west a {
    margin: 5px 0 0 53px; }
  #regions .map-wales {
    top: 528px;
    left: 346px;
    width: 136px;
    height: 146px; }
  #regions .map-wales a {
    margin: 18px 0 0 18px; }
  #regions .map-central {
    top: 528px;
    left: 450px;
    width: 136px;
    height: 146px; }
  #regions .map-central a {
    margin: 18px 0 0 18px; }
  #regions .map-north {
    top: 400px;
    left: 440px;
    width: 136px;
    height: 146px; }
  #regions .map-north a {
    margin: 18px 0 0 18px; }

#regions .paint-top {
  background-image: url(images/paint-top-green.png); }

#regions .paint-bottom {
  background-image: url(images/paint-bottom-green.png); }

.order-bar {
  margin: 40px 0; }
  @media (max-width: 767px) {
    .order-bar form {
      flex-direction: column; } }
  .order-bar label {
    float: left;
    width: 210px; }
    @media (max-width: 767px) {
      .order-bar label {
        float: none;
        width: 100%; } }
  .order-bar select {
    float: right;
    width: calc(100% - 310px); }
    @media (max-width: 767px) {
      .order-bar select {
        float: none;
        width: 100%; } }

.people {
  margin: 20px 0 60px; }
  .people .people-wrap {
    text-align: center;
    margin-bottom: 14px; }
    .people .people-wrap img {
      width: 110px;
      height: 110px;
      border-radius: 110px;
      border: 6px solid #fff;
      box-shadow: 1px 1px 2px #ddd; }
      @media (max-width: 575px) {
        .people .people-wrap img {
          width: 80px;
          height: 80px;
          border-radius: 80px; } }
    .people .people-wrap h3 {
      font-size: 1.4rem;
      color: #888;
      margin-bottom: 8px; }
    .people .people-wrap h4 {
      font-size: 1.4rem; }

/**** LATEST NEWS (HOME.PHP) PAGE **************/
.blog .archive-description {
  flex: 1 1 100%;
  padding: 0;
  background: transparent;
  margin-bottom: 0; }
  .blog .archive-description h1 {
    font-size: 40px;
    font-size: 4rem; }
.blog .entry {
  border-bottom: 1px dashed #999;
  padding: 15px 0;
  margin-bottom: 0; }
  .blog .entry img.featured-news-image {
    margin-bottom: 14px; }
  .blog .entry .entry-time {
    font-family: "Roboto Condensed", Arial, sans-serif;
    text-transform: uppercase;
    color: #999; }
  .blog .entry .entry-footer .entry-meta {
    padding-top: 5px;
    font-size: 14px;
    font-size: 1.4rem; }
    .blog .entry .entry-footer .entry-meta .entry-categories {
      display: inline; }
.blog .entry:not(.feature-news) h2 {
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: 14px; }
  @media (max-width: 575px) {
    .blog .entry:not(.feature-news) h2 {
      font-size: 18px;
      font-size: 1.8rem; } }
@media (max-width: 767px) {
  .blog article .media img {
    width: 90px;
    height: 90px; } }

/****** STANDARD ARCHIVE PAGE *********/
.archive .archive-description {
  flex: 1 1 100%;
  padding: 0;
  text-align: center;
  background: transparent; }
  .archive .archive-description h1 {
    font-size: 40px;
    font-size: 4rem; }
.archive .entry {
  border-bottom: 1px dashed #ccc; }
  .archive .entry img {
    border-radius: 10px;
    max-width: 180px;
    max-height: 180px; }
  .archive .entry .entry-time {
    font-family: "Roboto Condensed", Arial, sans-serif;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 28px;
    margin-top: 14px;
    display: block; }
  .archive .entry h2 {
    font-size: 18px;
    font-size: 1.8rem;
    float: right; }
    .archive .entry h2 a {
      border-bottom: none; }

/*** SAFER SEAS APP PAGE ******/
#sss-mob-img {display:block;width:100%;height:auto;margin:0 0 30px;}
.alerts-feature {
  background-image: url(images/webversion_generationsea_SAS_conference_march2019.jpg);
  background-size: cover;
  background-position:right;
  position: relative;
  padding:100px 0; }
  .alerts-feature::before {content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(000,000,000,0.2);}
  @media (max-width: 767px) {
    .alerts-feature {
      height: 400px;
      margin-bottom: 20px; } }
  .alerts-feature .text-wrap {
    margin: 0 auto;
    max-width: 660px;
	/*
    position: absolute;
	*/
    left: 25%;
    top: 150px;
    text-align: center;
    z-index: 2; }
    @media (max-width: 767px) {
      .alerts-feature .text-wrap {
        position: relative;
        max-width: 100%;
        left: 0;
        top: 0; } }
    .alerts-feature .text-wrap h2 {
      color: #fff; }
    .alerts-feature .text-wrap span {
      text-transform: uppercase;
      font-family: "Roboto Condensed", Arial, sans-serif;
      display: block;
      margin-bottom: 28px; }
      @media (max-width: 767px) {
        .alerts-feature .text-wrap span {
          color: #fff; } }
  .alerts-feature img {
	max-width:150px;
	margin:0 auto 30px;
	/*
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;*/ }
    @media (max-width: 767px) {
		.alerts-feature img {max-width:100px;}
		.alerts-feature {padding:20px 0;}
		/*
      .alerts-feature img {
        display: none; }*/ }

.alerts-logos {
  padding: 20px 0 40px;
  text-align: center; }
  .alerts-logos span {
    text-indent: -9999px;
    display: inline-block;
    background-image: url(images/sprite.png);
    background-size: 980px 3640px;
    background-repeat: no-repeat;
    margin: 10px; }
  .alerts-logos .firetext {
    width: 133px;
    height: 73px;
    background-position: right -2070px; }
  .alerts-logos .environment-agency {
    width: 180px;
    height: 75px;
    background-position: right -2175px; }
  .alerts-logos .dep-en {
    width: 117px;
    height: 84px;
    background-position: right -2280px; }

.safer-seas-app-mockup {
  background: #FFF;
  padding-top: 60px;
  position: relative;
  text-align: center; }
  .safer-seas-app-mockup .btn-sas-app {
    text-transform: none;
    display: inline-block; }

/************ SAFER SEAS MAP **************/
.alerts-key {
  padding: 40px 0; }
  .alerts-key h4 {
    text-transform: uppercase; }
  .alerts-key ul {
    display: table;
    margin: 0 auto 35px;
    padding-top: 35px; }
    .alerts-key ul li {
      display: inline;
      text-align: center;
      padding: 0 5px; }
      .alerts-key ul li span {
        width: 140px;
        float: left;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.2; }
      .alerts-key ul li img {
        max-width: 77px;
        display: block;
        padding-bottom: 15px;
        margin: 0 auto; }

.sss-map-wrap {
  position: relative; }

.region-map-intro {
  position: absolute;
  left: 40px;
  top: 80px;
  max-width: 300px;
  padding: 40px 20px 20px;
  background: rgba(255, 255, 255, 0.8);
  z-index: 999;
  font-size: 13px;
  border-radius: 3px; }
  @media (max-width: 991px) {
    .region-map-intro {
      display: none; } }
  .region-map-intro p:last-of-type {
    margin-bottom: 0; }
  .region-map-intro .kill-modal {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 5px;
    background: #ddd;
    border-radius: 2px; }

/**************************** TAKE ACTION PAGE *************************/
.take-action-hero, .plastic-free__hero {
  background-image: url("images/take-action-bg.jpg");
  background-size: cover;
  background-position: top center;
  height: calc(100vh - 227px);
  min-height: 600px;
  background-attachment: fixed;
  width: 100%; }
  .take-action-hero .row, .plastic-free__hero .row {
    height: calc(100vh - 227px); }
  .take-action-hero .wrapper, .plastic-free__hero .wrapper {
    height: 100%;
    margin-top: 200px;
    height: 100%; }
  .take-action-hero h1.feature-image-title, .plastic-free__hero h1.feature-image-title {
    background: rgba(0, 0, 0, 0.3);
    margin-bottom: 5px; }
  .take-action-hero h2, .plastic-free__hero h2 {
    top: 200px;
    color: #fff;
    padding: 15px 20px;
    font-size: 40px;
    font-size: 4rem;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .take-action-hero h2, .plastic-free__hero h2 {
        font-size: 60px;
        font-size: 6rem; } }
  .take-action-hero p, .plastic-free__hero p {
    padding: 5px 10px;
    color: #fff;
    background: rgba(93, 81, 65, 0.6); }
    @media (min-width: 768px) {
      .take-action-hero p, .plastic-free__hero p {
        font-size: 22px;
        font-size: 2.2rem; } }
  .take-action-hero .btn, .plastic-free__hero .btn, .take-action-hero .btn-rounded, .plastic-free__hero .btn-rounded, .take-action-hero .btn-block, .plastic-free__hero .btn-block, .take-action-hero .button, .plastic-free__hero .button, .take-action-hero #postcode_lookup #getaddress_button, #postcode_lookup .take-action-hero #getaddress_button, .plastic-free__hero #postcode_lookup #getaddress_button, #postcode_lookup .plastic-free__hero #getaddress_button, .take-action-hero #postcode_lookup_billing #getaddress_button, #postcode_lookup_billing .take-action-hero #getaddress_button, .plastic-free__hero #postcode_lookup_billing #getaddress_button, #postcode_lookup_billing .plastic-free__hero #getaddress_button,
  .take-action-hero #postcode_lookup_shipping #getaddress_button,
  #postcode_lookup_shipping .take-action-hero #getaddress_button,
  .plastic-free__hero #postcode_lookup_shipping #getaddress_button,
  #postcode_lookup_shipping .plastic-free__hero #getaddress_button {
    border: solid 1px #fff; }

.take-action-petition-cleans {
  background: #fff; }
  .take-action-petition-cleans .sas-flex-wrap {
    padding: 50px;
    display: flex;
    flex-direction: column;
    height: 100%;
    text-align: center;
    align-items: center; }
    .take-action-petition-cleans .sas-flex-wrap h3 {
      font-family: "Roboto Condensed", Arial, sans-serif;
      font-weight: 700;
      text-transform: uppercase; }
    .take-action-petition-cleans .sas-flex-wrap img {
      border-radius: 5px;
      width: 150px;
      height: 150px;
      margin-bottom: 15px; }
    .take-action-petition-cleans .sas-flex-wrap p {
      width: 100%; }
    .take-action-petition-cleans .sas-flex-wrap .btn, .take-action-petition-cleans .sas-flex-wrap .btn-rounded, .take-action-petition-cleans .sas-flex-wrap .btn-block, .take-action-petition-cleans .sas-flex-wrap .button, .take-action-petition-cleans .sas-flex-wrap #postcode_lookup #getaddress_button, #postcode_lookup .take-action-petition-cleans .sas-flex-wrap #getaddress_button, .take-action-petition-cleans .sas-flex-wrap #postcode_lookup_billing #getaddress_button, #postcode_lookup_billing .take-action-petition-cleans .sas-flex-wrap #getaddress_button,
    .take-action-petition-cleans .sas-flex-wrap #postcode_lookup_shipping #getaddress_button,
    #postcode_lookup_shipping .take-action-petition-cleans .sas-flex-wrap #getaddress_button {
      margin-top: auto; }

.take-action-shop {
  padding: 50px 0;
  text-align: center;
  position: relative;
  background: #00abbd; }
  .take-action-shop h2,
  .take-action-shop h3 {
    color: #fff; }
  .take-action-shop p a {
    color: #fff;
    border-bottom: 1px dotted #fff; }
  .take-action-shop .shop-item {
    padding: 10px; }
    @media (min-width: 768px) {
      .take-action-shop .shop-item {
        padding: 30px; } }
    .take-action-shop .shop-item img {
      border: 10px solid #fff;
      border-radius: 5px; }
    .take-action-shop .shop-item h5 {
      color: #fff;
      font-size: 13px;
      font-size: 1.3rem; }
  .take-action-shop .paint-bottom {
    z-index: 9999; }

.take-action-pollution-contact {
  background: #FFF;
  border-top: 1px solid #00abbd; }

.bg-img-title-feature {
  display: flex;
  flex-direction: column;
  padding: 30px 15px; }
  .bg-img-title-feature .bg-title {
    height: 180px;
    background-size: cover;
    position: relative;
    text-align: center;
    flex: 0 0 180px; }
    .bg-img-title-feature .bg-title:after {
      position: absolute;
      height: 100%;
      width: 100%;
      content: '';
      left: 0;
      top: 0;
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.8) 80%, rgba(255, 255, 255, 0.9) 100%); }
    .bg-img-title-feature .bg-title.bg-fundraise {
      background-image: url("images/take-action-fundraise.jpg"); }
    .bg-img-title-feature .bg-title.bg-corporates {
      background-image: url("images/take-action-corporates.jpg"); }
    .bg-img-title-feature .bg-title.bg-safer-seas {
      background-image: url("images/take-action-safer-seas.png"); }
    .bg-img-title-feature .bg-title.bg-keep-in-touch {
      background-image: url("images/take-action-keep-in-touch.jpg"); }
    .bg-img-title-feature .bg-title h3 {
      position: absolute;
      bottom: 0%;
      width: 100%;
      color: #004649;
      padding: 15px;
      background: rgba(255, 255, 255, 0.6);
      margin-bottom: 0;
      z-index: 9;
      font-size: 24px;
      font-size: 2.4rem; }
  .bg-img-title-feature .content-wrap {
    padding: 15px 30px;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto; }
    @media (min-width: 768px) {
      .bg-img-title-feature .content-wrap {
        padding: 30px 50px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .bg-img-title-feature .content-wrap {
    padding: 15px 25px; } }

/**************************** BEACH CLEANS PAGE *************************/
.beach-cleans-intro {
  background: #f5f5f5; }
  .beach-cleans-intro h1 {
    color: #00abbd;
    font-size: 60px;
    font-size: 6rem; }
  .beach-cleans-intro .content-wrap {
    height: 100%;
    background: #FFF;
    padding: 40px; }
  .beach-cleans-intro .main-bc-image {
    background-position: center center;
    background-size: cover; }
  .beach-cleans-intro .main-bc-stat {
    background: #00abbd;
    padding: 40px;
    color: #fff;
    display: flex;
    flex-direction: column; }
    .beach-cleans-intro .main-bc-stat span {
      font-size: 80px;
      text-align: center; }
    .beach-cleans-intro .main-bc-stat p {
      text-align: center;
      font-size: 26px; }

.beach-cleans-hero {
  height: calc(100vh - 185px);
  min-height: 350px; }
  .beach-cleans-hero .wrapper {
    height: 100%; }
  .beach-cleans-hero h1 {
    top: 200px;
    color: #fff;
    padding: 15px 25px;
    font-size: 60px;
    font-size: 6rem;
    background: #00abbd;
    margin-bottom: 15px; }
    @media (max-width: 767px) {
      .beach-cleans-hero h1 {
        font-size: 35px;
        font-size: 3.5rem; } }
  .beach-cleans-hero h2 {
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.9);
    font-size: 28px;
    font-size: 2.8rem; }
    @media (max-width: 767px) {
      .beach-cleans-hero h2 {
        font-size: 18px;
        font-size: 1.8rem; } }

.beach-cleans-types {
  background: #fff; }
  .beach-cleans-types .number,
  .beach-cleans-types i {
    display: inline-block;
    margin: 0 auto 10px;
    text-align: center;
    padding: 0px;
    color: #888;
    font-size: 30px;
    width: 45px;
    height: 45px;
    border-radius: 50%; }
  .beach-cleans-types .local {
    border-bottom: 3px dashed #ddd;
    min-height: 344px; }
  .beach-cleans-types .sas-flex-wrap {
    padding: 0px;
    justify-content: flex-start;
    text-align: center;
    align-items: center; }
    .beach-cleans-types .sas-flex-wrap h3 {
      font-size: 30px;
      font-size: 3rem; }
    .beach-cleans-types .sas-flex-wrap .flex-wrap-wrap {
      padding: 30px 50px; }
      .beach-cleans-types .sas-flex-wrap .flex-wrap-wrap p:last-of-type {
        margin-bottom: 0;
        /* style */ }
    .beach-cleans-types .sas-flex-wrap .nice-select {
      margin: 20px 0 10px;
      color: #00abbd;
      font-weight: 700;
      font-family: "Roboto Condensed", Arial, sans-serif;
      float: none; }
      .beach-cleans-types .sas-flex-wrap .nice-select span.current {
        text-align: center;
        display: inline-block;
        width: 100%;
        font-family: "Roboto Condensed", Arial, sans-serif;
        text-transform: uppercase; }
      .beach-cleans-types .sas-flex-wrap .nice-select ul.list {
        width: 100%; }
      .beach-cleans-types .sas-flex-wrap .nice-select li {
        color: #00abbd;
        font-weight: 700;
        text-align: left; }
    .beach-cleans-types .sas-flex-wrap hr {
      border-top: 1px dashed #ccc;
      width: 100%; }
    .beach-cleans-types .sas-flex-wrap img {
      border-radius: 5px;
      height: 150px;
      margin-bottom: 15px; }
    .beach-cleans-types .sas-flex-wrap .btn, .beach-cleans-types .sas-flex-wrap .btn-rounded, .beach-cleans-types .sas-flex-wrap .btn-block, .beach-cleans-types .sas-flex-wrap .button, .beach-cleans-types .sas-flex-wrap #postcode_lookup #getaddress_button, #postcode_lookup .beach-cleans-types .sas-flex-wrap #getaddress_button, .beach-cleans-types .sas-flex-wrap #postcode_lookup_billing #getaddress_button, #postcode_lookup_billing .beach-cleans-types .sas-flex-wrap #getaddress_button,
    .beach-cleans-types .sas-flex-wrap #postcode_lookup_shipping #getaddress_button,
    #postcode_lookup_shipping .beach-cleans-types .sas-flex-wrap #getaddress_button {
      margin-top: auto; }
  .beach-cleans-types .other-beach-cleans {
    border-right: 2px solid #f5f5f5; }
    .beach-cleans-types .other-beach-cleans .mini-beach {
      border-left: 3px dashed #ddd; }

.beach-cleans-box .title-wrap {
  background: #ff6c2c; }
.beach-cleans-box .title-row {
  padding: 30px 0 20px;
  color: #fff; }
  .beach-cleans-box .title-row > div {
    align-items: center; }
    @media (max-width: 767px) {
      .beach-cleans-box .title-row > div {
        text-align: center; } }
    .beach-cleans-box .title-row > div img {
      height: 150px; }
  .beach-cleans-box .title-row h2 {
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-bottom: 1px dotted #fff;
    margin-bottom: 20px;
    margin-top: 10px; }
  .beach-cleans-box .title-row h3 {
    font-size: 30px;
    font-size: 3rem;
    text-align: center;
    color: #FFF; }
.beach-cleans-box .beach-clean-box-info .clean-box-photos img {
  display: block;
  line-height: 1;
  margin-bottom: 0; }
.beach-cleans-box .beach-clean-box-info .clean-box-photos img.contents-image {
  padding: 10px; }
.beach-cleans-box .beach-clean-box-info .beach-clean-box-text-wrap {
  padding: 20px;
  display: block; }
  .beach-cleans-box .beach-clean-box-info .beach-clean-box-text-wrap p:last-of-type {
    margin-bottom: 0; }
  .beach-cleans-box .beach-clean-box-info .beach-clean-box-text-wrap .nice-select {
    margin: 20px 0 10px;
    color: #00abbd;
    font-weight: 700;
    font-family: "Roboto Condensed", Arial, sans-serif;
    float: none; }
    .beach-cleans-box .beach-clean-box-info .beach-clean-box-text-wrap .nice-select span.current {
      text-align: center;
      display: inline-block;
      width: 100%;
      font-family: "Roboto Condensed", Arial, sans-serif;
      text-transform: uppercase; }
    .beach-cleans-box .beach-clean-box-info .beach-clean-box-text-wrap .nice-select ul.list {
      width: 100%; }
    .beach-cleans-box .beach-clean-box-info .beach-clean-box-text-wrap .nice-select li {
      color: #00abbd;
      font-weight: 700;
      text-align: left; }

.beach-clean-quotes h3 {
  font-size: 50px;
  font-size: 5rem; }
.beach-clean-quotes .beach-clean-testimonial-slider {
  padding-bottom: 30px;
  display: none; }
.beach-clean-quotes .beach-clean-testimonial-slider.slick-initialized {
  display: block; }
.beach-clean-quotes .slick-track {
  display: flex; }
  .beach-clean-quotes .slick-track .slick-slide {
    display: flex;
    height: auto;
    justify-content: center;
    flex-direction: column; }
.beach-clean-quotes .slick-prev {
  left: -60px; }
.beach-clean-quotes .slick-next {
  right: -60px;
  z-index: 9; }
.beach-clean-quotes .slick-dots {
  bottom: -20px; }
.beach-clean-quotes .test-quot-mark-left,
.beach-clean-quotes .test-quot-mark-right,
.beach-clean-quotes .testimonial-source {
  color: #eee; }

.beach-clean-stats {
  color: #fff;
  padding: 60px 0 40px; }
  .beach-clean-stats h4 {
    text-align: center;
    color: #FFF;
    font-size: 60px; }
  .beach-clean-stats h5 {
    text-align: center;
    color: #FFF;
    margin-bottom: 15px; }
  .beach-clean-stats p {
    text-align: center;
    font-weight: 700; }
  .beach-clean-stats .thermometer {
    margin-bottom: 70px; }
  .beach-clean-stats #thermo1 .progress {
    background: #ff6c2c; }
  .beach-clean-stats #thermo2 .progress {
    background: #00abbd; }
  .beach-clean-stats #thermo3 .progress {
    background: #e40e62; }

.beach-cleans-faqs h3 {
  font-size: 60px;
  font-size: 6rem;
  font-weight: 700; }
  @media (max-width: 767px) {
    .beach-cleans-faqs h3 {
      font-size: 35px;
      font-size: 3.5rem; } }
.beach-cleans-faqs h5 {
  color: #888;
  border-bottom: 1px dotted #ddd;
  margin-bottom: 15px; }

.beach-clean-highlights {
  position: relative; }
  .beach-clean-highlights .beach-clean-gallery h3 {
    text-align: center; }

.issue-geography {
  background: url("images/noise-light.jpg") #f3f2f3;
  padding: 60px 0; }
  .issue-geography h2 {
    text-align: center;
    font-size: 7.5px;
    font-size: 7.5rem;
    color: #888;
    margin-bottom: 60px; }
    .issue-geography h2 span.highlight {
      color: #004649; }
    @media (max-width: 767px) {
      .issue-geography h2 {
        font-size: 40px;
        font-size: 4rem; } }
  .issue-geography h3 {
    font-size: 60px;
    font-size: 6rem; }
    @media (max-width: 767px) {
      .issue-geography h3 {
        text-align: center; } }
  .issue-geography .pp-geo-intro .content-wrap-left {
    border-right: 3px solid #ddd;
    padding-right: 30px;
    text-align: right; }
    @media (max-width: 767px) {
      .issue-geography .pp-geo-intro .content-wrap-left {
        padding-right: 0;
        border-right: none;
        text-align: center; } }
    .issue-geography .pp-geo-intro .content-wrap-left .sas-icon {
      width: 120px;
      height: 120px;
      border: 3px solid #ddd; }
      @media (max-width: 767px) {
        .issue-geography .pp-geo-intro .content-wrap-left .sas-icon {
          display: block;
          margin: 0 auto; } }
    .issue-geography .pp-geo-intro .content-wrap-left p {
      margin-bottom: 18px; }
  .issue-geography .pp-geo-intro .content-wrap-right {
    border-left: 3px solid #ddd;
    padding-left: 30px;
    text-align: left; }
    .issue-geography .pp-geo-intro .content-wrap-right i {
      font-size: 100px; }
  .issue-geography .pp-geo-details .media {
    padding: 20px 0;
    border-bottom: 3px dashed #ddd; }
    @media (max-width: 767px) {
      .issue-geography .pp-geo-details .media {
        flex-direction: column; } }
    .issue-geography .pp-geo-details .media img {
      margin-right: 20px;
      width: 200px;
      border-radius: 3px;
      border: 2px solid #ccc; }
      @media (max-width: 767px) {
        .issue-geography .pp-geo-details .media img {
          text-align: center;
          margin-bottom: 10px;
          margin-right: 0;
          align-self: center; } }
    @media (max-width: 767px) {
      .issue-geography .pp-geo-details .media h4 {
        align-self: center;
        text-align: center; } }
    .issue-geography .pp-geo-details .media p {
      margin-bottom: 18px;
      margin-bottom: 1.8rem; }
    .issue-geography .pp-geo-details .media p:last-of-type {
      margin-bottom: 0; }
    .issue-geography .pp-geo-details .media:first-of-type {
      padding-top: 0; }
    .issue-geography .pp-geo-details .media:last-of-type {
      border-bottom: none; }
    @media (max-width: 767px) {
      .issue-geography .pp-geo-details .media .btn, .issue-geography .pp-geo-details .media .btn-rounded, .issue-geography .pp-geo-details .media .btn-block, .issue-geography .pp-geo-details .media .button, .issue-geography .pp-geo-details .media #postcode_lookup #getaddress_button, #postcode_lookup .issue-geography .pp-geo-details .media #getaddress_button, .issue-geography .pp-geo-details .media #postcode_lookup_billing #getaddress_button, #postcode_lookup_billing .issue-geography .pp-geo-details .media #getaddress_button,
      .issue-geography .pp-geo-details .media #postcode_lookup_shipping #getaddress_button,
      #postcode_lookup_shipping .issue-geography .pp-geo-details .media #getaddress_button {
        display: block; } }
  .issue-geography .row-locally {
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd; }
  .issue-geography .row-nationally {
    padding: 50px 0 30px;
    border-bottom: 1px solid #ddd; }
  .issue-geography .row-globally {
    padding: 50px 0 30px; }
    @media (max-width: 767px) {
      .issue-geography .row-globally {
        padding: 20px 0; } }

.wq-hero {
  background-image: url("images/bg-water-quality.jpg"); }

.pow-hero {
  background-image: url("images/bg-protect-our-waves.jpg"); }

.cc-hero {
  background-image: url("images/bg-climate-change.jpg"); }

.pp-hero {
  background-image: url("images/pp-header.jpg"); }

.pp-facts-action {
  padding: 60px 0;
  background: #fff;
  position: relative; }
  .pp-facts-action .pp-intro {
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .pp-facts-action .pp-intro {
        margin-bottom: 20px;
        text-align: center; } }
    @media (max-width: 767px) {
      .pp-facts-action .pp-intro img {
        width: 150px;
        height: 150px;
        display: block;
        margin: 0 auto 20px; } }
  .pp-facts-action .pp-share-facts,
  .pp-facts-action .pp-take-action-wrap {
    padding: 30px; }
    .pp-facts-action .pp-share-facts h3,
    .pp-facts-action .pp-take-action-wrap h3 {
      margin-bottom: 30px; }
    .pp-facts-action .pp-share-facts p,
    .pp-facts-action .pp-take-action-wrap p {
      margin-bottom: 18px;
      margin-bottom: 1.8rem; }
    .pp-facts-action .pp-share-facts .pp-petition-thumb,
    .pp-facts-action .pp-take-action-wrap .pp-petition-thumb {
      width: 140px;
      height: 140px; }
  .pp-facts-action .pp-share-facts {
    display: flex;
    flex-direction: column; }
    .pp-facts-action .pp-share-facts .facts-slider {
      background-image: url(images/sas-cornwall-coast.jpg);
      background-size: cover;
      background-position: center center;
      border-radius: 20px;
      color: #fff;
      flex: 1 1 auto;
      display: flex; }
      .pp-facts-action .pp-share-facts .facts-slider .slick-track {
        height: 100%; }
      .pp-facts-action .pp-share-facts .facts-slider .fact-slide {
        padding: 30px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; }
        .pp-facts-action .pp-share-facts .facts-slider .fact-slide h5 {
          color: #FFF;
          line-height: 1.6;
          text-align: center; }
        .pp-facts-action .pp-share-facts .facts-slider .fact-slide ul {
          display: flex; }
          .pp-facts-action .pp-share-facts .facts-slider .fact-slide ul li {
            margin: 10px 5px;
            text-align: center; }
            .pp-facts-action .pp-share-facts .facts-slider .fact-slide ul li a span {
              text-indent: -9999px;
              display: block;
              width: 0; }
            .pp-facts-action .pp-share-facts .facts-slider .fact-slide ul li i {
              font-size: 27px;
              font-size: 2.7rem;
              line-height: 32px;
              padding: 10px;
              height: 50px;
              width: 50px;
              border-radius: 50%;
              color: #fff;
              text-align: center; }
            .pp-facts-action .pp-share-facts .facts-slider .fact-slide ul li i.fa-twitter {
              background: #29a9e1; }
              .pp-facts-action .pp-share-facts .facts-slider .fact-slide ul li i.fa-twitter:hover {
                background: #fff;
                color: #29a9e1; }
            .pp-facts-action .pp-share-facts .facts-slider .fact-slide ul li i.fa-facebook {
              background: #07549f; }
              .pp-facts-action .pp-share-facts .facts-slider .fact-slide ul li i.fa-facebook:hover {
                background: #fff;
                color: #07549f; }

.pp-issue {
  background-size: cover;
  background-position: center;
  padding: 150px 0;
  color: #fff; }
  .pp-issue .row {
    flex-direction: column;
    align-items: center; }
  .pp-issue h3 {
    color: #fff;
    margin-bottom: 40px; }

.pp-membership-news {
  padding: 0;
  border-top: 2px solid #efefef;
  position: relative; }
  .pp-membership-news .pp-join-shop {
    color: #fff;
    background: #00abbd; }
    .pp-membership-news .pp-join-shop .plastic-shop-images {
      margin-bottom: 20px; }
      .pp-membership-news .pp-join-shop .plastic-shop-images .media {
        margin-bottom: 10px; }
      .pp-membership-news .pp-join-shop .plastic-shop-images .media-body {
        text-align: left; }
      .pp-membership-news .pp-join-shop .plastic-shop-images img {
        width: 70px;
        height: 70px;
        border-radius: 3px;
        border: 1px solid #fff; }
      .pp-membership-news .pp-join-shop .plastic-shop-images a {
        color: #fff;
        font-size: 20px;
        font-size: 2rem; }
        @media (max-width: 767px) {
          .pp-membership-news .pp-join-shop .plastic-shop-images a {
            font-size: 14px;
            font-size: 1.4rem;
            line-height: 1.2; } }
  .pp-membership-news .pp-shop {
    flex: 100 1 auto; }
  .pp-membership-news .pp-so-far h2 {
    font-size: 20px;
    font-size: 2rem;
    padding: 12px 0 10px;
    border-bottom: double #666;
    margin-bottom: 40px; }
  .pp-membership-news .content-wrap {
    padding: 40px; }

.our-work-intro {
  padding: 40px 0;
  box-shadow: 0 0 0 0 white, inset 0 -2px 6px rgba(0, 0, 0, 0.16); }
  .our-work-intro .our-work-title {
    display: flex;
    align-items: center; }
  .our-work-intro h1 {
    margin-bottom: 0; }
    @media (min-width: 992px) {
      .our-work-intro h1 {
        font-size: 50px;
        font-size: 5rem; } }
  .our-work-intro h3 {
    margin-bottom: 0; }

.our-work-pp {
  background-image: url("images/pp-green-goblin.jpg");
  background-size: cover;
  background-position: center;
  padding: 50px 0; }
  @media (min-width: 768px) {
    .our-work-pp {
      padding: 50px 0 100px; } }
  .our-work-pp .feature-image-title, .our-work-pp .pp-issue h2, .pp-issue .our-work-pp h2, .our-work-pp .pp-membership-news .pp-join-shop h2, .pp-membership-news .pp-join-shop .our-work-pp h2 {
    margin-bottom: 10px; }
  .our-work-pp h1 {
    color: rgba(0, 70, 73, 0.9);
    font-size: 70px;
    font-size: 7rem;
    margin-bottom: 50px; }
  .our-work-pp h2 {
    color: #fff;
    font-size: 40px;
    font-size: 4rem; }
    @media (min-width: 768px) {
      .our-work-pp h2 {
        font-size: 60px;
        font-size: 6rem; } }
  .our-work-pp h3 {
    color: #fff; }

.our-work-wwd h2.feature-image-title, .our-work-wwd .pp-issue h2, .pp-issue .our-work-wwd h2, .our-work-wwd .pp-membership-news .pp-join-shop h2, .pp-membership-news .pp-join-shop .our-work-wwd h2 {
  color: #00abbd;
  border-color: #00abbd;
  margin: 40px auto 0; }
.our-work-wwd .bg-beach-cleans {
  background: url("images/our-work-beach-cleans.jpg");
  background-size: cover; }
.our-work-wwd .bg-education {
  background: url("images/our-work-education.jpg");
  background-size: cover;
  background-position: right; }
.our-work-wwd .bg-campaigning {
  background: url("images/our-work-campaigning.jpg");
  background-size: cover; }
.our-work-wwd .content-wrap p:last-of-type {
  margin-top: auto; }

.our-work-other-issues {
  padding: 40px 0;
  background: #fff;
  color: #fff; }
  .our-work-other-issues .col-md-4 {
    display: flex; }
    @media (max-width: 767px) {
      .our-work-other-issues .col-md-4 {
        margin-bottom: 20px; } }
  .our-work-other-issues p {
    line-height: 1.2; }
  .our-work-other-issues .content-wrap {
    padding: 30px 50px;
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1; }
    .our-work-other-issues .content-wrap a.btn, .our-work-other-issues .content-wrap a.btn-rounded, .our-work-other-issues .content-wrap a.btn-block, .our-work-other-issues .content-wrap a.button, .our-work-other-issues .content-wrap #postcode_lookup a#getaddress_button, #postcode_lookup .our-work-other-issues .content-wrap a#getaddress_button, .our-work-other-issues .content-wrap #postcode_lookup_billing a#getaddress_button, #postcode_lookup_billing .our-work-other-issues .content-wrap a#getaddress_button,
    .our-work-other-issues .content-wrap #postcode_lookup_shipping a#getaddress_button,
    #postcode_lookup_shipping .our-work-other-issues .content-wrap a#getaddress_button {
      margin-top: auto; }
  .our-work-other-issues h2 {
    color: #fff;
    z-index: 2; }
  .our-work-other-issues h3 {
    color: #fff;
    z-index: 2; }

.join-us-hero {
  background-image: url("images/Beachcombing.jpg");
  background-size: cover;
  background-position: center;
  padding: 60px 0; }
  @media (min-width: 768px) {
    .join-us-hero {
      padding: 120px 0; } }
  .join-us-hero h2 {
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6); }
    @media (min-width: 992px) {
      .join-us-hero h2 {
        font-size: 90px; } }
  .join-us-hero h2,
  .join-us-hero h3 {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4); }
  .join-us-hero h3 {
    margin-bottom: 0; }

.join-us-donation-form {
  min-height: 500px; }

.join-us-carousel h4 {
  color: #888; }
.join-us-carousel a.btn, .join-us-carousel a.btn-rounded, .join-us-carousel a.btn-block, .join-us-carousel a.button, .join-us-carousel #postcode_lookup a#getaddress_button, #postcode_lookup .join-us-carousel a#getaddress_button, .join-us-carousel #postcode_lookup_billing a#getaddress_button, #postcode_lookup_billing .join-us-carousel a#getaddress_button,
.join-us-carousel #postcode_lookup_shipping a#getaddress_button,
#postcode_lookup_shipping .join-us-carousel a#getaddress_button {
  margin-top: 40px;
  margin-bottom: 0; }
.join-us-carousel p:last-of-type {
  margin-bottom: 0; }
.join-us-carousel .join-slide {
  margin: 10px; }
  .join-us-carousel .join-slide img {
    height: 200px;
    width: auto;
    border-radius: 5px;
    border: 5px solid #fff;
    box-shadow: 1px 1px 1px rgba(0, 70, 73, 0.5); }

.join-us-benefits {
  background: #fff; }
  .join-us-benefits .row {
    background: #f5f5f5; }
    .join-us-benefits .row .join-us-membership-bg {
      background-image: url("images/join-benefits.jpg");
      background-size: cover; }
    .join-us-benefits .row .join-us-membership-text {
      padding: 60px; }
    .join-us-benefits .row ul.join-us-list {
      text-align: left; }
      .join-us-benefits .row ul.join-us-list li {
        padding: 15px 0; }
        .join-us-benefits .row ul.join-us-list li:not(:last-child) {
          border-bottom: 1px dashed #666; }
    .join-us-benefits .row h3 {
      display: inline-block;
      color: #666;
      border-color: #666;
      text-align: center; }

.join-us-quotes > .container {
  position: relative; }
.join-us-quotes .member-testimonial-image {
  background-size: cover;
  background-position: center; }
  @media (max-width: 767px) {
    .join-us-quotes .member-testimonial-image {
      padding-top: 56%; } }
.join-us-quotes .graffiti {
  position: absolute;
  top: -30px;
  left: -60px;
  transform: rotate(-5deg);
  z-index: 9;
  font-size: 50px; }
.join-us-quotes .text-box {
  background: #efefef; }
  .join-us-quotes .text-box > p {
    padding: 40px 40px 10px;
    margin-bottom: 0; }
  .join-us-quotes .text-box cite {
    padding: 0 40px 40px; }
.join-us-quotes p:last-of-type {
  margin-bottom: 0; }
.join-us-quotes a.btn, .join-us-quotes a.btn-rounded, .join-us-quotes a.btn-block, .join-us-quotes a.button, .join-us-quotes #postcode_lookup a#getaddress_button, #postcode_lookup .join-us-quotes a#getaddress_button, .join-us-quotes #postcode_lookup_billing a#getaddress_button, #postcode_lookup_billing .join-us-quotes a#getaddress_button,
.join-us-quotes #postcode_lookup_shipping a#getaddress_button,
#postcode_lookup_shipping .join-us-quotes a#getaddress_button {
  margin-top: 30px; }

.join-us-reasons,
.join-us-quotes {
  padding: 60px 0; }
  .join-us-reasons .row.no-gutters,
  .join-us-quotes .row.no-gutters {
    margin-bottom: 20px; }
  .join-us-reasons img,
  .join-us-quotes img {
    display: block;
    line-height: 1; }

.join-us-reasons .text-box {
  background: #004649;
  color: #ccc;
  border-top: 1px solid #555;
  border-bottom: 1px solid #555; }
.join-us-reasons img {
  border-top: 1px solid #555;
  border-bottom: 1px solid #555; }
.join-us-reasons p {
  padding: 10px 40px;
  margin-bottom: 0; }

/************ TEAM SAS PAGE *****************/
.team-sas-intro {
  padding: 40px 0 60px; }
  .team-sas-intro h1 {
    margin-bottom: 20px;
    padding-bottom: 0; }
  .team-sas-intro .people h3 {
    color: #888;
    margin-bottom: 5px; }
  .team-sas-intro .people h4 {
    color: #333; }
  .team-sas-intro .people div img {
    width: 150px;
    height: 150px; }
    @media screen and (max-width: 767px) {
      .team-sas-intro .people div img {
        width: 110px;
        height: 110px; } }

.team-sas-trustees {
  position: relative;
  background: #fff;
  padding: 80px 0; }
  .team-sas-trustees h2 {
    padding-bottom: 0; }
  .team-sas-trustees div img {
    border-color: #ccc; }

.team-sas-reps {
  position: relative;
  padding: 80px 0; }
  .team-sas-reps h2 {
    padding-bottom: 0; }
  .team-sas-reps div h3 {
    color: #888;
    margin-bottom: 5px; }
  .team-sas-reps div h4 {
    color: #333; }

/************ MEMBERS PAGE ************/
.sas-member-offers {
  position: relative;
  padding: 50px 0; }
  .sas-member-offers h2 {
    margin-bottom: 40px; }
  .sas-member-offers .media {
    clear: both;
    margin: 10px 0;
    text-align: left;
    padding-bottom: 10px;
    border-bottom: 1px solid #bbb; }
    .sas-member-offers .media img {
      margin-right: 20px; }
    .sas-member-offers .media p {
      margin-bottom: 5px; }

.sas-members-pipeline {
  padding: 40px 0; }

/************ OUR REPS PAGE ************/
.entry ul.rep-testimonials-list {
  margin: 0;
  list-style-type: none;
  padding: 0; }
  .entry ul.rep-testimonials-list li {
    margin-bottom: 10px;
    list-style-type: none;
    background: #fff;
    border: solid 1px #ddd;
    border-radius: 3px;
    padding: 0; }
    .entry ul.rep-testimonials-list li .media {
      align-items: stretch; }
      @media (max-width: 767px) {
        .entry ul.rep-testimonials-list li .media {
          flex-direction: column; } }
    .entry ul.rep-testimonials-list li .media-body {
      padding: 20px;
      display: flex;
      flex-direction: column;
      flex: 1 1 auto; }
    .entry ul.rep-testimonials-list li:before {
      content: none; }
    .entry ul.rep-testimonials-list li img {
      width: 170px;
      height: 170px;
      margin-bottom: 0;
      display: block;
      line-height: 1; }
      @media (max-width: 767px) {
        .entry ul.rep-testimonials-list li img {
          width: 100%;
          height: auto; } }
    .entry ul.rep-testimonials-list li h4 {
      margin-top: auto;
      margin-bottom: 0; }
      .entry ul.rep-testimonials-list li h4 span {
        color: #999;
        font-size: 14px;
        font-size: 1.4rem; }
      .entry ul.rep-testimonials-list li h4 a {
        border-bottom: none; }
    .entry ul.rep-testimonials-list li blockquote {
      padding: 0;
      border-left: none;
      margin: 0;
      font-style: normal;
      font-size: 16px;
      font-size: 1.6rem; }
      .entry ul.rep-testimonials-list li blockquote p {
        margin-bottom: 10px; }
      .entry ul.rep-testimonials-list li blockquote p:last-of-type {
        margin-bottom: 0; }

/************ OUR SUPPORTERS PAGE **************/
.sas-special-thanks .col-3 {
  margin-bottom: 20px; }
.sas-special-thanks a h3 {
  color: #888;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400; }
.sas-special-thanks a h4 {
  color: #333;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400; }

/*********** EDCUCATION PAGE ******************/
.education-hero {
  background-image: url(images/bg-education.jpg); }

.education-pfc .pfc-register h3 {
  font-size: 35px;
  font-size: 3.5rem;
  color: #888; }

.education-programmes ul li {
  margin-bottom: 20px;
  padding: 20px 0; }
  @media (max-width: 767px) {
    .education-programmes ul li .media {
      flex-direction: column; }
      .education-programmes ul li .media img {
        margin: 0 auto; } }
  .education-programmes ul li h4 {
    font-size: 15px;
    font-size: 1.5rem;
    color: #888; }
  .education-programmes ul li p {
    margin-bottom: 18px;
    margin-bottom: 1.8rem; }
.education-programmes ul li:not(:last-child) {
  border-bottom: 4px dashed #ddd; }

.education-school-beach-cleans .school-clean-bg {
  background: url("images/school-beach-clean.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  height: 390px; }
  .education-school-beach-cleans .school-clean-bg .wrap {
    position: absolute;
    top: 20px;
    width: 100%;
    text-align: center; }
    @media (max-width: 767px) {
      .education-school-beach-cleans .school-clean-bg .wrap {
        padding: 0 20px;
        position: relative; } }
  .education-school-beach-cleans .school-clean-bg h4 {
    color: #fff;
    font-size: 40px;
    text-shadow: 1px 1px 1px rgba(0, 70, 73, 0.4); }
    @media (min-width: 768px) {
      .education-school-beach-cleans .school-clean-bg h4 {
        font-size: 80px; } }
  .education-school-beach-cleans .school-clean-bg p {
    color: #000;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.4); }
    .education-school-beach-cleans .school-clean-bg p a {
      text-decoration: underline;
      color: #fff; }

.education-resources .tabs {
  padding: 0; }
  .education-resources .tabs > ul {
    display: flex; }
    .education-resources .tabs > ul > li {
      padding: 20px;
      flex: 1 1 100%;
      text-align: center;
      float: left; }
      .education-resources .tabs > ul > li i {
        display: block;
        font-size: 60px;
        margin-bottom: 15px; }
      .education-resources .tabs > ul > li h3 {
        margin-bottom: 0; }
        .education-resources .tabs > ul > li h3 a {
          color: #999; }
      .education-resources .tabs > ul > li.active {
        background: #999;
        border-radius: 8px 8px 0 0; }
        .education-resources .tabs > ul > li.active h3 a {
          color: #fff; }
  .education-resources .tabs .education-tab {
    clear: both;
    padding: 40px 20px 20px;
    border: 4px solid #999;
    border-radius: 0 0 8px 8px; }
.education-resources ul.flex-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }
  .education-resources ul.flex-list li {
    flex: 0 1 230px;
    text-align: center; }
    .education-resources ul.flex-list li h4 {
      font-size: 16px;
      font-size: 1.6rem;
      color: #888; }

.education-contact .contact-details .content-wrap {
  padding: 0 20px;
  text-align: center; }

.raffle-prizes {
  position: relative; }

.raffle-prize-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px; }
  .raffle-prize-list li {
    flex: 0 1 49%;
    background: #f5f5f5;
    padding: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 20px;
    border-radius: 5px; }
    @media (max-width: 767px) {
      .raffle-prize-list li {
        flex: 0 1 100%; } }
    .raffle-prize-list li img {
      border-radius: 5px; }

.main-prizes li:first-child {
  flex: 1 1 100%;
  font-size: 18px;
  font-size: 1.8rem; }

/*************************** 250 CLUB ****************************/
.two-fifty-membership {
  position: relative; }

.thumb-250 {
  display: flex;
  margin-bottom: 30px;
  justify-content: center; }
  .thumb-250 a {
    display: flex;
    align-items: center;
    align-content: center; }
    .thumb-250 a img {
      align-self: center;
      max-height: 150px; }

/************************ ISSUE FACT AND FIGURES PAGES ******************************/
.issue-facts .fact {
  padding: 15px 0;
  border-bottom: 1px dashed #ccc;
  font-size: 20px;
  font-size: 2rem; }
  .issue-facts .fact p {
    margin-bottom: 0; }
  .issue-facts .fact .fact-source {
    font-size: 13px;
    position: relative; }
    .issue-facts .fact .fact-source:before {
      position: absolute;
      top: 0;
      width: 50px;
      left: calc( 50% - 25px);
      border-top: 1px solid #ccc;
      height: 1px;
      content: ''; }

.btn-get-toolkit {
  font-size: 24px;
  padding: 10px 15px; }

.wasteland-shop-now, .wasteland-shop-now h2, .wasteland-shop-now h3, .wasteland-shop-now h5 a {
  color: #fff;
  text-align: center; }

.wasteland-shop-now img {
  border: 3px solid #fff;
  border-radius: 5px; }

.tweet-this {
  text-align: center;
  padding: 30px;
  border: 2px solid #29a9e1;
  border-radius: 10px;
  font-size: 24px;
  font-size: 2.4rem; }

.tweet-this p:last-of-type {
  margin-bottom: 0; }

/* ## Accessible Menu
--------------------------------------------- */
.menu .menu-item:focus {
  position: static; }

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sf-hover > ul.sub-menu {
  left: auto;
  opacity: 1; }

/* ## Screen reader text
--------------------------------------------- */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden; }

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
  clip: auto !important;
  height: auto;
  width: auto;
  display: block;
  font-size: 1em;
  font-weight: bold;
  padding: 15px 23px 14px;
  color: #333;
  background: #fff;
  z-index: 100000;
  /* Above WP toolbar. */
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); }

.more-link {
  position: relative; }

/* Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
  margin: 0; }

.genesis-skip-link li {
  height: 0;
  width: 0;
  list-style: none; }

/* Display outline on focus */
:focus {
  color: #333;
  outline: #ccc solid 1px; }

/*
Animated Search Form
---------------------------------------------------------------------------------------------------- */
.nav-secondary .genesis-nav-menu > .search, .nav-secondary-sub .genesis-nav-menu > .search {
  display: inline-block;
  position: relative;
  width: auto;
  padding: 0; }

li a.icon-search:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  content: "\f002";
  color: inherit; }

li a.icon-search {
  cursor: pointer; }

/*li a.icon-search:hover {
	border-bottom: none;
}*/
.site-header .search-div .search-form {
  width: 100%;
  margin-top: 0; }

.search-div {
  display: none;
  position: absolute;
  z-index: 10;
  right: 0;
  width: 300px;
  padding: 10px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background: #f2efef; }

.search-div .search-form {
  position: relative; }

.search-div .search-form input[type="search"] {
  width: 100%;
  padding: 10px;
  font-size: 16px; }

.search-div .search-form input[type="submit"] {
  position: absolute;
  right: -1px;
  bottom: 1px;
  padding: 10px 14px;
  -webkit-border-radius: 0;
  border-radius: 0; }

/* Clear search field placeholder text on focus */
input:focus::-webkit-input-placeholder {
  color: transparent; }

input:focus:-moz-placeholder {
  color: transparent; }

/* Firefox 18- */
input:focus::-moz-placeholder {
  color: transparent; }

/* Firefox 19+ */
input:focus:-ms-input-placeholder {
  color: transparent; }

/* oldIE ;) */
@media only screen and (max-width: 800px) {
  .nav-secondary .genesis-nav-menu > .search, .nav-secondary-sub .genesis-nav-menu > .search {
    display: inline-block;
    text-align: left; }

  .search-div {
    left: 0; } }
@media only screen and (max-width: 340px) {
  .search-div {
    width: auto; } }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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; }

.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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .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; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./images/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px\9;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    border: none;
    box-shadow: none;
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 25px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 25px;
  z-index: 9; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: 25px; }
  [dir="rtl"] .slick-next {
    left: 25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 12px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: white;
      opacity: 0.75; }

/* Shop homepage */
.shop-carousel {
  background: #bbbbbb;
  /* Old browsers */
  background: -moz-linear-gradient(left, #bbbbbb 0%, #dddddd 50%, #bbbbbb 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #bbbbbb 0%, #dddddd 50%, #bbbbbb 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #bbbbbb 0%, #dddddd 50%, #bbbbbb 100%); }
  .shop-carousel .hero-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: auto; }
    .shop-carousel .hero-slide .shop-carousel-caption {
      position: absolute;
      width: 100%;
      text-align: center;
      bottom: 50%;
      left: 0; }
      .shop-carousel .hero-slide .shop-carousel-caption a.slide-btn {
        z-index: 10;
        padding: 20px 30px;
        color: #fff;
        border: 2px solid #fff;
        border-radius: 5px;
        background: rgba(0, 70, 73, 0.6);
        box-shadow: 1px 1px 1px rgba(0, 70, 73, 0.6); }
        .shop-carousel .hero-slide .shop-carousel-caption a.slide-btn:hover {
          background: #004649; }
    .shop-carousel .hero-slide .shop-carousel-credit {
      position: absolute;
      right: 0;
      bottom: 5%;
      padding: 8px 10px;
      background: rgba(0, 70, 73, 0.8);
      color: #fff;
      font-size: 14px;
      font-size: 1.4rem; }
      @media (max-width: 767px) {
        .shop-carousel .hero-slide .shop-carousel-credit {
          display: none; } }

.shop-slider {
  display: none; }

.shop-slider.slick-initialized {
  display: block; }

.shop-home-shipping {
  background: #fff;
  padding: 5px 0;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  color: #888; }
  .shop-home-shipping strong {
    color: #777; }
  .shop-home-shipping a {
    color: #00abbd; }

.single-product .shop-home-shipping {
  background: #f5f5f5;
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
  z-index: 10; }

.post-type-archive-product ul.products li.product.product-category a img {
  border-radius: 5px;
  border: 3px solid #dedede;
  margin-bottom: 5px; }
.post-type-archive-product ul.products li.product.product-category a:hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }
.post-type-archive-product ul.products li.product.product-category h3,
.post-type-archive-product ul.products li.product.product-category h2 {
  text-align: center; }
.post-type-archive-product ul.products li.product.product-category .product-cat-description {
  text-align: center;
  color: #888;
  font-size: 14px;
  font-size: 1.4rem; }

.cart input[type="number"] {
  padding: 5px;
  font-size: 20px;
  font-weight: 700; }

/* Style category headlines */
.woocommerce-page .archive-description {
  padding: 30px;
  text-align: center;
  background: #e40e62; }
  .woocommerce-page .archive-description .archive-title {
    color: #fff; }

.woo-product-header {
  width: 100%;
  text-align: center;
  background: #e40e62;
  color: #FFF;
  font-weight: 800;
  font-size: 40px;
  margin: 0 30px 30px;
  font-family: "Merriweather", Georgia, sans-serif; }

.description-wrap {
  margin-bottom: 20px;
  clear: both; }

.checkout #wc_checkout_add_ons {
  background: #dadada;
  padding: 20px;
  border: 1px solid #ccc;
  margin-bottom: 20px; }

/* Facet WP filters */
.woo-facetwp-wrap {
  padding: 20px 40px;
  text-align: center; }
  .woo-facetwp-wrap span.filter-title {
    display: inline-block;
    text-align: center;
    color: #666; }
  .woo-facetwp-wrap .facetwp-facet:last-of-type {
    margin-bottom: 0; }
  .woo-facetwp-wrap .facetwp-type-checkboxes {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .woo-facetwp-wrap .facetwp-type-checkboxes .facetwp-checkbox {
      margin: 0 10px;
      font-weight: 700; }
      .woo-facetwp-wrap .facetwp-type-checkboxes .facetwp-checkbox span {
        font-weight: 400;
        color: #666; }

.shop-gift-card-promo {
  padding: 10px;
  border-top: 3px solid #dedede;
  border-bottom: 3px solid #dedede;
  background: #fff; }
  .shop-gift-card-promo p {
    margin-bottom: 0; }

@media (max-width: 767px) {
  .woocommerce-ordering {
    display: none; } }

/* Flexbox*/
ul.products {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  ul.products:before {
    display: none !important;
    content: none; }
  ul.products:after {
    content: "";
    flex: auto; }

body ul.products li.entry.product {
  width: 25%;
  border-bottom: none;
  position: relative;
  text-align: center;
  margin: 0 0 30px 0;
  width: 50%;
  padding: 0 5px; }
  @media (min-width: 768px) {
    body ul.products li.entry.product {
      width: 25%;
      padding: 0 10px; } }
  body ul.products li.entry.product.first {
    clear: none;
    margin-left: 0; }
  body ul.products li.entry.product a.woocommerce-LoopProduct-link {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    border-bottom: none; }
    body ul.products li.entry.product a.woocommerce-LoopProduct-link img {
      border-radius: 3px;
      margin: 0 auto; }
      @media (min-width: 768px) {
        body ul.products li.entry.product a.woocommerce-LoopProduct-link img {
          margin: 0 auto 20px; } }
    body ul.products li.entry.product a.woocommerce-LoopProduct-link h3 {
      flex-grow: 10;
      align-self: center;
      text-align: center;
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 400; }
      body ul.products li.entry.product a.woocommerce-LoopProduct-link h3 span {
        font-size: 14px;
        font-size: 1.4rem;
        color: #888; }
        @media (max-width: 575px) {
          body ul.products li.entry.product a.woocommerce-LoopProduct-link h3 span {
            font-size: 12px;
            font-size: 1.2rem; } }
    body ul.products li.entry.product a.woocommerce-LoopProduct-link .price {
      align-self: center; }
      body ul.products li.entry.product a.woocommerce-LoopProduct-link .price .woocommerce-Price-amount {
        color: #004649;
        font-weight: 700; }
  body ul.products li.entry.product .sale-mark {
    position: absolute;
    background: #004649;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 50%;
    padding: 5px;
    transform: rotate(15deg);
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 30px;
    top: -10px;
    right: 10px; }
    @media (min-width: 768px) {
      body ul.products li.entry.product .sale-mark {
        width: 60px;
        height: 60px;
        font-size: 25px;
        line-height: 50px;
        top: -20px;
        right: 20px; } }
  body ul.products li.entry.product .new {
    position: absolute;
    background: #00abbd;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 50%;
    padding: 5px;
    transform: rotate(-15deg);
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 30px;
    top: -10px;
    left: 10px; }
    @media (min-width: 768px) {
      body ul.products li.entry.product .new {
        width: 60px;
        height: 60px;
        font-size: 25px;
        line-height: 50px;
        top: -20px;
        right: 20px; } }
  body ul.products li.entry.product del {
    color: #999; }
  body ul.products li.entry.product del, body ul.products li.entry.product ins {
    font-size: 18px;
    font-size: 1.8rem; }

body ul.products li a.button {
  margin-top: auto !important;
  text-align: center;
  background: #f5f5f5; }
  body ul.products li a.button:hover {
    background: #00abbd;
    color: #fff; }

/************** SINGLE PRODUCT PAGE *******************/
.single-product .site-inner {
  background: #fff;
  padding-bottom: 0; }

.single-product #genesis-content .up-sells {
  display: none; }

.single-product .product {
  display: flex;
  flex-wrap: wrap; }
  .single-product .product .shop-item-cats {
    margin-bottom: 10px; }
    .single-product .product .shop-item-cats a {
      color: #888; }
      .single-product .product .shop-item-cats a:hover {
        color: #00abbd; }
  .single-product .product .product_title {
    text-align: left;
    margin: 10px 0 20px;
    display: block; }
  .single-product .product .description-wrap {
    font-size: 16px;
    font-size: 1.6rem;
    color: #666;
    line-height: 1.25; }
  .single-product .product ins {
    text-decoration: none; }
  .single-product .product .summary .woocommerce-Price-amount {
    color: #333;
    font-size: 30px;
    font-size: 3rem; }
  .single-product .product span.onsale {
    min-width: 56px;
    min-height: 56px;
    padding: 3px;
    left: auto;
    right: 40px;
    top: 20px;
    transform: rotate(8deg);
    border: 1px solid #fff;
    box-shadow: 1px 1px 1px rgba(0, 70, 73, 0.5); }
  @media (min-width: 992px) {
    .single-product .product .images {
      order: 2;
      flex: 0 0 500px; }
    .single-product .product .summary {
      order: 1;
      flex: 1 1 0;
      padding-right: 40px; } }
  .single-product .product .related-wrap {
    flex: 1 1 100%;
    width: 100%;
    order: 4;
    background: url("images/noise-light.jpg") #f3f2f3;
    position: relative; }
    .single-product .product .related-wrap:before {
      width: 100vw;
      content: '';
      height: 100%;
      left: calc(-50vw + 50%);
      background: url("images/noise-light.jpg") #f3f2f3;
      position: absolute;
      top: 0;
      bottom: 0; }
    .single-product .product .related-wrap h2 {
      margin-bottom: 40px; }
  .single-product .product .size-info {
    flex: 1 1 100%;
    width: 100%;
    order: 3; }
  .single-product .product .images .thumbnails {
    text-align: center; }
    .single-product .product .images .thumbnails img {
      max-width: 70px;
      max-height: 70px;
      margin: 0 auto; }

.pp_pic_holder div.ppt {
  display: none !important; }

.pp_description {
  display: none !important; }

.product-membership-cta {
  position: relative;
  background-size: cover;
  padding: 70px 0;
  text-align: center;
  border-top: 2px solid #888; }
  .product-membership-cta h2 {
    font-size: 40px;
    font-size: 4rem;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 70, 73, 0.6); }
    @media (min-width: 768px) {
      .product-membership-cta h2 {
        font-size: 70px;
        font-size: 7rem; } }
  .product-membership-cta h3 {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 70, 73, 0.6); }
  .product-membership-cta p {
    margin: 10px 0; }
    .product-membership-cta p a.btn, .product-membership-cta p a.btn-rounded, .product-membership-cta p a.btn-block, .product-membership-cta p a.button, .product-membership-cta p #postcode_lookup a#getaddress_button, #postcode_lookup .product-membership-cta p a#getaddress_button, .product-membership-cta p #postcode_lookup_billing a#getaddress_button, #postcode_lookup_billing .product-membership-cta p a#getaddress_button,
    .product-membership-cta p #postcode_lookup_shipping a#getaddress_button,
    #postcode_lookup_shipping .product-membership-cta p a#getaddress_button {
      border: 1px solid #fff;
      box-shadow: 1px 1px 1px rgba(0, 70, 73, 0.6); }

/****** ARCHIVE PRODUCT PAGE **********/
.panel .front {
  height: 100%;
  z-index: 9;
  transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: rotateX(0deg) rotateY(0deg);
  -ms-transform: rotateX(0deg) rotateY(0deg); }

.panel.flip .front {
  z-index: 9;
  transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -ms-transform: rotateX(0deg); }

.panel .back {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: inherit;
  z-index: 8;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg); }

.panel.flip .back {
  z-index: 10;
  transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: rotateX(0deg) rotateY(0deg);
  -ms-transform: rotateX(0deg) rotateY(0deg); }

.flipper {
  border: 1px solid #ddd;
  width: inherit;
  height: inherit;
  perspective: 1000px;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  -ms-transform-style: preserve-3d;
  -ms-backface-visibility: hidden;
  -moz-transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out; }

.flipper:hover .back {
  transform: rotateY(0deg); }

.flipper:hover .front {
  transform: rotateY(180deg); }

/* hide back of pane during swap */
.front, .back {
  backface-visibility: hidden;
  transition: 0.6s;
  transform-style: preserve-3d; }

/*  UPDATED! front pane, placed above back */
.front {
  position:relative;
  z-index: 2;
  padding:1px;
  border-left:none;
  border-right:none;
  transform: rotateY(0deg); }

/* back, initially hidden pane */
.back {
  transform: rotateY(-180deg); }

.front, .back {
  width: 100%;
  height: auto;
  padding: 24px 19px 24px 19px;
  background: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column; }

.related .panel img {
  width: 100%;
  max-width: 170px;
  max-height: 170px; }

.panel.t-shirt img {
  max-width: 160px;
  max-height: 160px;
  margin-top: 5px; }

.panel h3 {
  padding: 18px 0 5px 0;
  width: 100%; }

.related .panel h3 {
  font-size: 1.4em;
  line-height: 1.45em; }

.panel b {
  margin: 21px 0 19px 0; }

.front .woocommerce-Price-amount {
  margin-top: auto !important; }

.flipper del, .flipper ins {
  display: inline; }
  .flipper del .woocommerce-Price-amount, .flipper ins .woocommerce-Price-amount {
    display: inline; }

/********** SALE PAGE **************/
.page-template-woo-sale-page.full-width-content .content-sidebar-wrap .entry-content {
  max-width: none; }

/************ CART PAGE *****************/
.full-width-content.woocommerce-cart .content-sidebar-wrap .entry .entry-content {
  max-width: 950px; }
  .full-width-content.woocommerce-cart .content-sidebar-wrap .entry .entry-content table.cart img {
    width: 70px;
    height: 70px; }
  .full-width-content.woocommerce-cart .content-sidebar-wrap .entry .entry-content table.shop_table td {
    padding: 6px 9px; }
  @media (max-width: 767px) {
    .full-width-content.woocommerce-cart .content-sidebar-wrap .entry .entry-content .entry-content .woocommerce-message a.button {
      width: 100%; } }
  .full-width-content.woocommerce-cart .content-sidebar-wrap .entry .entry-content .product-thumbnail a {
    border-bottom: none; }
  .full-width-content.woocommerce-cart .content-sidebar-wrap .entry .entry-content ul#shipping_method li:before {
    content: none; }
  .full-width-content.woocommerce-cart .content-sidebar-wrap .entry .entry-content .donation-block {
    background: #888;
    color: #fff; }
    .full-width-content.woocommerce-cart .content-sidebar-wrap .entry .entry-content .donation-block td:before {
      content: none; }
  .full-width-content.woocommerce-cart .content-sidebar-wrap .entry .entry-content .donation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    padding: 5px 0; }
    @media (max-width: 767px) {
      .full-width-content.woocommerce-cart .content-sidebar-wrap .entry .entry-content .donation {
        flex-direction: column; } }
    .full-width-content.woocommerce-cart .content-sidebar-wrap .entry .entry-content .donation .input-text {
      padding: 5px;
      font-size: 20px;
      font-weight: 700;
      width: 3.631em;
      text-align: center; }
    .full-width-content.woocommerce-cart .content-sidebar-wrap .entry .entry-content .donation p {
      margin-bottom: 0; }
    .full-width-content.woocommerce-cart .content-sidebar-wrap .entry .entry-content .donation .button {
      margin-left: 31px; }
      @media (max-width: 767px) {
        .full-width-content.woocommerce-cart .content-sidebar-wrap .entry .entry-content .donation .button {
          margin-left: 0; } }
  .full-width-content.woocommerce-cart .content-sidebar-wrap .entry .entry-content .coupon #coupon_code {
    width: 100%; }
    @media (min-width: 768px) {
      .full-width-content.woocommerce-cart .content-sidebar-wrap .entry .entry-content .coupon #coupon_code {
        width: 160px; } }
  @media (max-width: 767px) {
    .full-width-content.woocommerce-cart .content-sidebar-wrap .entry .entry-content .coupon .button {
      width: 100%;
      margin-top: 5px; } }

/************ CHECKOUT PAGE *****************/
@media (max-width: 767px) {
  .full-width-content.woocommerce-checkout form .form-row-first, .full-width-content.woocommerce-checkout form .form-row-last, .full-width-content.woocommerce-checkout form .form-row-first, .full-width-content.woocommerce-checkout form .form-row-last {
    width: 100%; } }

.full-width-content.woocommerce-checkout .content-sidebar-wrap .entry .entry-content {
  max-width: 950px; }
  .full-width-content.woocommerce-checkout .content-sidebar-wrap .entry .entry-content .col2-set {
    display: block; }
    .full-width-content.woocommerce-checkout .content-sidebar-wrap .entry .entry-content .col2-set .col-1, .full-width-content.woocommerce-checkout .content-sidebar-wrap .entry .entry-content .col2-set .col-2 {
      display: block;
      max-width: none; }
  .full-width-content.woocommerce-checkout .content-sidebar-wrap .entry .entry-content h3#order_review_heading {
    margin: 20px 0;
    text-align: center; }
  .full-width-content.woocommerce-checkout .content-sidebar-wrap .entry .entry-content .shop_table td.product-name {
    width: 50%; }
  .full-width-content.woocommerce-checkout .content-sidebar-wrap .entry .entry-content ul#shipping_method li:before {
    content: none; }
  .full-width-content.woocommerce-checkout .content-sidebar-wrap .entry .entry-content ul.wc_payment_methods li {
    list-style-type: none; }
    .full-width-content.woocommerce-checkout .content-sidebar-wrap .entry .entry-content ul.wc_payment_methods li:before {
      content: none;
      width: 0;
      height: 0;
      margin: 0; }
  .full-width-content.woocommerce-checkout .content-sidebar-wrap .entry .entry-content #cmw_register_email {
    display: inline;
    margin: -2px 8px 0 0;
    text-align: center;
    vertical-align: middle; }

.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: auto; }
  .nice-select:hover {
    border-color: #dbdbdb; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; }
  .nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
    width: 5px; }
  .nice-select.open:after {
    transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    transform-origin: 50% 0;
    transform: scale(0.75) translateY(-21px);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #f6f6f6; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }
.no-csspointerevents .nice-select.open .list {
  display: block; }

.plastic-free-page-wrapper {
  font-family: Pangram, "Roboto Condensed", Arial, sans-serif;
  color: #575757;
  background: white;
  padding-top: 20px; }
  .plastic-free-page-wrapper .site-inner {
    background: white; }
  .plastic-free-page-wrapper a {
    color: inherit; }
    .plastic-free-page-wrapper a:hover {
      color: inherit; }
  .plastic-free-page-wrapper h1,
  .plastic-free-page-wrapper h2,
  .plastic-free-page-wrapper h3,
  .plastic-free-page-wrapper h4,
  .plastic-free-page-wrapper h5,
  .plastic-free-page-wrapper h6 {
    font-family: Stellar, "Freight Sans Pro W01", "Roboto Condensed", Arial, sans-serif;
    text-transform: uppercase;
    color: #00a0c6; }
    .plastic-free-page-wrapper h1.flip-color,
    .plastic-free-page-wrapper h2.flip-color,
    .plastic-free-page-wrapper h3.flip-color,
    .plastic-free-page-wrapper h4.flip-color,
    .plastic-free-page-wrapper h5.flip-color,
    .plastic-free-page-wrapper h6.flip-color {
      color: #a5218d; }
  .plastic-free-page-wrapper h1,
  .plastic-free-page-wrapper h2 {
    font-size: 4rem;
    padding-bottom: 2.5rem; }
  .plastic-free-page-wrapper .entry h1.entry-title {
    text-align: left;
    color: #00a0c6; }
  .plastic-free-page-wrapper a.btn, .plastic-free-page-wrapper a.btn-rounded, .plastic-free-page-wrapper a.btn-block, .plastic-free-page-wrapper a.button, .plastic-free-page-wrapper #postcode_lookup a#getaddress_button, #postcode_lookup .plastic-free-page-wrapper a#getaddress_button, .plastic-free-page-wrapper #postcode_lookup_billing a#getaddress_button, #postcode_lookup_billing .plastic-free-page-wrapper a#getaddress_button,
  .plastic-free-page-wrapper #postcode_lookup_shipping a#getaddress_button,
  #postcode_lookup_shipping .plastic-free-page-wrapper a#getaddress_button,
  .plastic-free-page-wrapper .btn,
  .plastic-free-page-wrapper .btn-rounded,
  .plastic-free-page-wrapper .btn-block,
  .plastic-free-page-wrapper .button,
  .plastic-free-page-wrapper #postcode_lookup #getaddress_button,
  #postcode_lookup .plastic-free-page-wrapper #getaddress_button,
  .plastic-free-page-wrapper #postcode_lookup_billing #getaddress_button,
  #postcode_lookup_billing .plastic-free-page-wrapper #getaddress_button,
  .plastic-free-page-wrapper #postcode_lookup_shipping #getaddress_button,
  #postcode_lookup_shipping .plastic-free-page-wrapper #getaddress_button {
    font: 700 2rem Stellar, "Freight Sans Pro W01", "Roboto Condensed", Arial, sans-serif;
    border-radius: 0.8rem;
    color: white;
    background: #00a0c6;
    padding: 1.4rem 3rem 1.4rem;
    cursor: pointer;
    max-width: 100%; }
    .plastic-free-page-wrapper a.btn:hover, .plastic-free-page-wrapper a.btn-rounded:hover, .plastic-free-page-wrapper a.btn-block:hover, .plastic-free-page-wrapper a.button:hover, .plastic-free-page-wrapper #postcode_lookup a#getaddress_button:hover, #postcode_lookup .plastic-free-page-wrapper a#getaddress_button:hover, .plastic-free-page-wrapper #postcode_lookup_billing a#getaddress_button:hover, #postcode_lookup_billing .plastic-free-page-wrapper a#getaddress_button:hover,
    .plastic-free-page-wrapper #postcode_lookup_shipping a#getaddress_button:hover,
    #postcode_lookup_shipping .plastic-free-page-wrapper a#getaddress_button:hover,
    .plastic-free-page-wrapper .btn:hover,
    .plastic-free-page-wrapper .btn-rounded:hover,
    .plastic-free-page-wrapper .btn-block:hover,
    .plastic-free-page-wrapper .button:hover,
    .plastic-free-page-wrapper #postcode_lookup #getaddress_button:hover,
    #postcode_lookup .plastic-free-page-wrapper #getaddress_button:hover,
    .plastic-free-page-wrapper #postcode_lookup_billing #getaddress_button:hover,
    #postcode_lookup_billing .plastic-free-page-wrapper #getaddress_button:hover,
    .plastic-free-page-wrapper #postcode_lookup_shipping #getaddress_button:hover,
    #postcode_lookup_shipping .plastic-free-page-wrapper #getaddress_button:hover {
      color: white;
      box-shadow: none;
      background: rgba(0, 160, 198, 0.8); }
  .plastic-free-page-wrapper a.btn-color2,
  .plastic-free-page-wrapper .btn-color2 {
    color: white;
    background: #a5218d; }
    .plastic-free-page-wrapper a.btn-color2:hover,
    .plastic-free-page-wrapper .btn-color2:hover {
      color: white;
      box-shadow: none;
      background: rgba(165, 33, 141, 0.8); }
  .plastic-free-page-wrapper .archive-description {
    text-align: left;
    padding: 0 5rem; }
  .plastic-free-page-wrapper .entry-content a:not(.btn):not(.btn-rounded):not(.btn-block):not(.button),
  .plastic-free-page-wrapper .user-content a:not(.btn):not(.btn-rounded):not(.btn-block):not(.button) {
    color: #a5218d;
    text-decoration: underline; }

.full-width-content .content {
  clear: both; }

@media screen and (max-width: 768px) {
  .plastic-free-page-wrapper .archive-description {
    padding: 0; }
  .plastic-free-page-wrapper .site-inner {
    padding-top: 20px; }
  .plastic-free-page-wrapper a.btn, .plastic-free-page-wrapper a.btn-rounded, .plastic-free-page-wrapper a.btn-block, .plastic-free-page-wrapper a.button, .plastic-free-page-wrapper #postcode_lookup a#getaddress_button, #postcode_lookup .plastic-free-page-wrapper a#getaddress_button, .plastic-free-page-wrapper #postcode_lookup_billing a#getaddress_button, #postcode_lookup_billing .plastic-free-page-wrapper a#getaddress_button,
  .plastic-free-page-wrapper #postcode_lookup_shipping a#getaddress_button,
  #postcode_lookup_shipping .plastic-free-page-wrapper a#getaddress_button,
  .plastic-free-page-wrapper .btn,
  .plastic-free-page-wrapper .btn-rounded,
  .plastic-free-page-wrapper .btn-block,
  .plastic-free-page-wrapper .button,
  .plastic-free-page-wrapper #postcode_lookup #getaddress_button,
  #postcode_lookup .plastic-free-page-wrapper #getaddress_button,
  .plastic-free-page-wrapper #postcode_lookup_billing #getaddress_button,
  #postcode_lookup_billing .plastic-free-page-wrapper #getaddress_button,
  .plastic-free-page-wrapper #postcode_lookup_shipping #getaddress_button,
  #postcode_lookup_shipping .plastic-free-page-wrapper #getaddress_button {
    word-wrap: break-word; } }
body.plastic-free .nav-secondary-sub {
  background: #a5218d; }

.plastic-free__breadcrumbs .breadcrumb {
  display: block;
  background: #f6d0ef;
  border: 0;
  margin-bottom: 0; }

.sticky-header__placeholder {
  display: block; }

.sticky-header--stuck {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100; }

.plastic-free__footer {
  padding-bottom: 6rem; }

.plastic-free__footer__questions {
  text-transform: uppercase;
  font: 700 4rem Stellar, "Freight Sans Pro W01", "Roboto Condensed", Arial, sans-serif; }

.plastic-free__footer__questions {
  font-size: 3rem;
  text-align: center; }
  .plastic-free__footer__questions a {
    color: #00a0c6; }
  .plastic-free__footer__questions a:hover {
    color: rgba(0, 160, 198, 0.8); }

.plastic-free__footer__help {
  text-align: center;
  text-transform: uppercase;
  padding-top: 8.8rem; }
  .plastic-free__footer__help .plastic-free__cta {
    border: none;
    border-radius: 0;
    padding: 0; }
  .plastic-free__footer__help .plastic-free__cta__help__link {
    margin: 2.3rem 0.5em 0;
    padding: 1.2em 1em 1.1em 4em;
    width: auto; }

.plastic-free-page-wrapper .plastic-free__footer__menu-title {
  font: 700 1.6rem Pangram, "Roboto Condensed", Arial, sans-serif;
  color: #575757;
  text-transform: none; }

.plastic-free-footer-menu {
  font: 400 1.6rem Pangram, "Roboto Condensed", Arial, sans-serif;
  margin-bottom: 2rem; }

.plastic-free__footer__menus {
  position: relative;
  padding-top: 2rem;
  margin-top: 9.5rem; }
  .plastic-free__footer__menus img {
    float: right; }

.plastic-free__objective-single-pagination ~ .plastic-free__footer__menus {
  margin-top: 3rem; }

.plastic-free__footer__menus:before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  left: 15px;
  right: 15px;
  top: 0;
  background: #cf305f; }

@media screen and (max-width: 1199px) {
  .plastic-free__footer {
    padding-bottom: 4rem; }

  .plastic-free__footer__help {
    padding-top: 4rem; }

  .plastic-free__footer__menus {
    margin-top: 4rem; }
    .plastic-free__footer__menus img {
      float: none; }

  .plastic-free__objective-single-pagination ~ .plastic-free__footer__help {
    display: none; } }
@media screen and (max-width: 576px) {
  .plastic-free__footer__questions {
    font-size: 1.9rem; } }
.plastic-free__hero h1,
.plastic-free__hero h2,
.plastic-free__hero h3,
.plastic-free__hero h4,
.plastic-free__hero h5 {
  color: white; }
.plastic-free__hero .inner {
  width: 100%;
  margin: 3em 0;
  max-width: 850px; }
.plastic-free__hero p {
  background: none;
  font-size: 2.7rem; }
  .plastic-free__hero p:last-child {
    margin-bottom: 0; }
.plastic-free__hero .inner .row {
  height: auto; }

.landing-hero__stats,
.landing-hero__logo,
.plastic-free__hero__content {
  background: url(images/backgrounds/hero.svg) center center no-repeat;
  background-size: 100% 100%;
  /* for this to work with svg we need to set preserveAspectRatio="none" on the SVG itself */
  padding: 3.6rem 2rem;
  font: 400 2.7rem Pangram, "Roboto Condensed", Arial, sans-serif; }

.plastic-free__hero__content {
  position: relative; }

.landing-hero__logo,
.plastic-free__hero__content--purple {
  background-image: url(images/backgrounds/hero-purple.svg); }

.plastic-free__hero__content--post {
  text-align: left;
  padding: 3.6rem; }

.plastic-free__hero p.plastic-free__hero__post_date {
  margin: 0 0 1.5em;
  padding: 0;
  font-size: 2rem; }

.plastic-free__hero__title {
  font: 700 5.4rem Stellar, "Freight Sans Pro W01", "Roboto Condensed", Arial, sans-serif;
  text-transform: uppercase;
  padding-bottom: 0;
  margin-bottom: 0; }

.plastic-free__hero__pre_title {
  font: 700 4rem Stellar, "Freight Sans Pro W01", "Roboto Condensed", Arial, sans-serif;
  text-transform: uppercase;
  position: absolute;
  top: -1em;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.5em 1em 0.3em;
  line-height: 1;
  background: #7dc21c;
  border-radius: 0.3em;
  white-space: nowrap; }
  .plastic-free__hero__pre_title + .plastic-free__hero__title {
    padding-top: 0.4em; }

.landing-hero__stats__count {
  display: inline-block;
  width: auto; }

.landing-hero__stats__strapline {
  display: inline-block;
  font: 700 3.5rem Stellar, "Freight Sans Pro W01", "Roboto Condensed", Arial, sans-serif;
  color: #00a0c6;
  text-transform: uppercase;
  background: url(images/backgrounds/hero-white.svg) center center no-repeat;
  background-size: 100% 100%;
  /* for this to work with svg we need to set preserveAspectRatio="none" on the SVG itself */
  padding: 1rem; }

@media (max-width: 767px) {
  .landing-hero__logo {
    margin: 3rem 0 6rem; } }

@media (max-width: 767px) {
  .landing-hero__stats {
    margin-bottom: 3rem; } }

@media (max-width: 767px) {
  .plastic-free__hero,
  .plastic-free__hero .row {
    height: auto;
    min-height: calc(100vh - 227px); } }

@media (min-width: 992px) {
  .plastic-free__hero .row.single-post {
    padding-right: 33%; } }

@media screen and (max-width: 1024px) {
  /* tut tut, ipad specific */
  .plastic-free__hero {
    background-attachment: scroll; } }
@media screen and (max-width: 415px) {
  .plastic-free__hero .plastic-free__hero__title {
    font-size: 4rem; }

  .plastic-free__hero .plastic-free__hero__pre_title {
    font-size: 3.2rem; }

  .plastic-free__hero p {
    font-size: 2.4rem; } }
.plastic-free__objective-list {
  clear: both; }
  .plastic-free__objective-list ol {
    margin-top: 5rem;
    list-style: none;
    counter-reset: li; }
  .plastic-free__objective-list li {
    position: relative;
    color: white;
    background: url(images/backgrounds/list-item.svg) center center no-repeat;
    background-size: 100% 100%;
    /* for this to work with svg we need to set preserveAspectRatio="none" on the SVG itself */
    padding: 3.8rem 5rem 3.2rem 8rem;
    margin: 0  0 2em; }
    .plastic-free__objective-list li:before {
      font: 900 7.4rem Stellar, "Freight Sans Pro W01", "Roboto Condensed", Arial, sans-serif;
      content: counter(li,decimal);
      counter-increment: li;
      text-align: center;
      background: #a5218d;
      border-radius: 50%;
      width: 1.7em;
      height: 1.7em;
      line-height: 1.9;
      position: absolute;
      top: 0.3em;
      left: -0.7em;
      transform: rotate(9deg); }
    .plastic-free__objective-list li:nth-child(odd):before {
      transform: rotate(-9deg); }
    .plastic-free__objective-list li.plastic-free__objective-list__item--contrast {
      background-image: url(images/backgrounds/list-item-purple.svg); }
      .plastic-free__objective-list li.plastic-free__objective-list__item--contrast:before {
        background: #00a0c6; }
  .plastic-free__objective-list .btn, .plastic-free__objective-list .btn-rounded, .plastic-free__objective-list .btn-block, .plastic-free__objective-list .button, .plastic-free__objective-list #postcode_lookup #getaddress_button, #postcode_lookup .plastic-free__objective-list #getaddress_button, .plastic-free__objective-list #postcode_lookup_billing #getaddress_button, #postcode_lookup_billing .plastic-free__objective-list #getaddress_button,
  .plastic-free__objective-list #postcode_lookup_shipping #getaddress_button,
  #postcode_lookup_shipping .plastic-free__objective-list #getaddress_button {
    font: 700 2.9rem Stellar, "Freight Sans Pro W01", "Roboto Condensed", Arial, sans-serif;
    background: white;
    color: #a5218d;
    margin: 0; }
    .plastic-free__objective-list .btn:hover, .plastic-free__objective-list .btn-rounded:hover, .plastic-free__objective-list .btn-block:hover, .plastic-free__objective-list .button:hover, .plastic-free__objective-list #postcode_lookup #getaddress_button:hover, #postcode_lookup .plastic-free__objective-list #getaddress_button:hover, .plastic-free__objective-list #postcode_lookup_billing #getaddress_button:hover, #postcode_lookup_billing .plastic-free__objective-list #getaddress_button:hover,
    .plastic-free__objective-list #postcode_lookup_shipping #getaddress_button:hover,
    #postcode_lookup_shipping .plastic-free__objective-list #getaddress_button:hover {
      color: #a5218d;
      background: #eee;
      box-shadow: none; }
    .plastic-free__objective-list .btn.color2, .plastic-free__objective-list .color2.btn-rounded, .plastic-free__objective-list .color2.btn-block, .plastic-free__objective-list .color2.button, .plastic-free__objective-list #postcode_lookup .color2#getaddress_button, #postcode_lookup .plastic-free__objective-list .color2#getaddress_button, .plastic-free__objective-list #postcode_lookup_billing .color2#getaddress_button, #postcode_lookup_billing .plastic-free__objective-list .color2#getaddress_button,
    .plastic-free__objective-list #postcode_lookup_shipping .color2#getaddress_button,
    #postcode_lookup_shipping .plastic-free__objective-list .color2#getaddress_button {
      color: #00a0c6; }
      .plastic-free__objective-list .btn.color2:hover, .plastic-free__objective-list .color2.btn-rounded:hover, .plastic-free__objective-list .color2.btn-block:hover, .plastic-free__objective-list .color2.button:hover, .plastic-free__objective-list #postcode_lookup .color2#getaddress_button:hover, #postcode_lookup .plastic-free__objective-list .color2#getaddress_button:hover, .plastic-free__objective-list #postcode_lookup_billing .color2#getaddress_button:hover, #postcode_lookup_billing .plastic-free__objective-list .color2#getaddress_button:hover,
      .plastic-free__objective-list #postcode_lookup_shipping .color2#getaddress_button:hover,
      #postcode_lookup_shipping .plastic-free__objective-list .color2#getaddress_button:hover {
        color: #00a0c6; }
  .plastic-free__objective-list small {
    font-size: 1.4rem;
    line-height: 1.2;
    display: inline-block; }
  .plastic-free__objective-list p:last-child {
    margin-bottom: 0; }

.plastic-free__objective-list--purple li {
  background-image: url(images/backgrounds/list-item-purple.svg); }
  .plastic-free__objective-list--purple li:before {
    background: #00a0c6; }
  .plastic-free__objective-list--purple li.plastic-free__objective-list__item--contrast {
    background-image: url(images/backgrounds/list-item.svg); }
    .plastic-free__objective-list--purple li.plastic-free__objective-list__item--contrast:before {
      background: #a5218d; }

.plastic-free__objective-list__item-title {
  font: 700 3.2rem Stellar, "Freight Sans Pro W01", "Roboto Condensed", Arial, sans-serif;
  text-transform: uppercase;
  padding-bottom: 0.4em; }

.plastic-free__objective-list__content {
  font: 400 2rem Pangram, "Roboto Condensed", Arial, sans-serif; }

.plastic-free-page-wrapper .plastic-free__objective-list__title {
  color: #a5218d; }

.plastic-free__objective-list__header {
  padding: 0 3rem; }

@media screen and (min-width: 1200px) {
  .plastic-free__objective-list__header {
    padding: 0 6rem; } }
@media screen and (max-width: 1040px) {
  .plastic-free__objective-list ol {
    padding: 0 2em; } }
@media screen and (max-width: 575px) {
  .plastic-free__objective-list__item-title {
    font-size: 2.6rem; }

  .plastic-free__objective-list li {
    padding: 5rem 2rem 3.2rem 2rem; }
    .plastic-free__objective-list li:before {
      font-size: 3.2rem;
      top: -0.3em;
      left: -0.2em; }
    .plastic-free__objective-list li .btn, .plastic-free__objective-list li .btn-rounded, .plastic-free__objective-list li .btn-block, .plastic-free__objective-list li .button, .plastic-free__objective-list li #postcode_lookup #getaddress_button, #postcode_lookup .plastic-free__objective-list li #getaddress_button, .plastic-free__objective-list li #postcode_lookup_billing #getaddress_button, #postcode_lookup_billing .plastic-free__objective-list li #getaddress_button,
    .plastic-free__objective-list li #postcode_lookup_shipping #getaddress_button,
    #postcode_lookup_shipping .plastic-free__objective-list li #getaddress_button {
      font-size: 2rem; }
    .plastic-free__objective-list li .plastic-free__objective-list__content {
      font-size: 1.8rem; } }
.plastic-free__objective-single-list__intro {
  color: #00a0c6;
  font: 700 2.2rem Pangram, "Roboto Condensed", Arial, sans-serif; }

.plastic-free__objective-single-list {
  clear: both; }
  .plastic-free__objective-single-list ol {
    margin: 5rem 0;
    list-style: none;
    border-left: 7px dashed #a5218d;
    position: relative; }
    .plastic-free__objective-single-list ol:after, .plastic-free__objective-single-list ol:before {
      content: '';
      position: absolute;
      z-index: 1;
      background: white;
      width: 9px;
      left: -8px;
      height: 1.7em; }
    .plastic-free__objective-single-list ol:before {
      top: 0; }
    .plastic-free__objective-single-list ol:after {
      bottom: 0; }
  .plastic-free__objective-single-list li {
    position: relative;
    color: white;
    background: url(images/backgrounds/list-item.svg) center center no-repeat;
    background-size: 100% 100%;
    /* for this to work with svg we need to set preserveAspectRatio="none" on the SVG itself */
    padding: 3.8rem 5rem 3.2rem 8rem;
    margin-bottom: 4rem;
    z-index: 2; }
    .plastic-free__objective-single-list li:before {
      content: "";
      font: 900 7.4rem Stellar, "Freight Sans Pro W01", "Roboto Condensed", Arial, sans-serif;
      background: url(images/icons/icon-tick-box.svg) center center no-repeat #a5218d;
      background-size: 50%;
      border-radius: 50%;
      width: 1.7em;
      height: 1.7em;
      line-height: 1.9;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translate(-50%, -50%); }
  .plastic-free__objective-single-list a.btn, .plastic-free__objective-single-list a.btn-rounded, .plastic-free__objective-single-list a.btn-block, .plastic-free__objective-single-list a.button, .plastic-free__objective-single-list #postcode_lookup a#getaddress_button, #postcode_lookup .plastic-free__objective-single-list a#getaddress_button, .plastic-free__objective-single-list #postcode_lookup_billing a#getaddress_button, #postcode_lookup_billing .plastic-free__objective-single-list a#getaddress_button,
  .plastic-free__objective-single-list #postcode_lookup_shipping a#getaddress_button,
  #postcode_lookup_shipping .plastic-free__objective-single-list a#getaddress_button,
  .plastic-free__objective-single-list .btn,
  .plastic-free__objective-single-list .btn-rounded,
  .plastic-free__objective-single-list .btn-block,
  .plastic-free__objective-single-list .button,
  .plastic-free__objective-single-list #postcode_lookup #getaddress_button,
  #postcode_lookup .plastic-free__objective-single-list #getaddress_button,
  .plastic-free__objective-single-list #postcode_lookup_billing #getaddress_button,
  #postcode_lookup_billing .plastic-free__objective-single-list #getaddress_button,
  .plastic-free__objective-single-list #postcode_lookup_shipping #getaddress_button,
  #postcode_lookup_shipping .plastic-free__objective-single-list #getaddress_button {
    font: 700 2.9rem Stellar, "Freight Sans Pro W01", "Roboto Condensed", Arial, sans-serif;
    background: white;
    color: #a5218d;
    margin: 0; }
    .plastic-free__objective-single-list a.btn:hover, .plastic-free__objective-single-list a.btn-rounded:hover, .plastic-free__objective-single-list a.btn-block:hover, .plastic-free__objective-single-list a.button:hover, .plastic-free__objective-single-list #postcode_lookup a#getaddress_button:hover, #postcode_lookup .plastic-free__objective-single-list a#getaddress_button:hover, .plastic-free__objective-single-list #postcode_lookup_billing a#getaddress_button:hover, #postcode_lookup_billing .plastic-free__objective-single-list a#getaddress_button:hover,
    .plastic-free__objective-single-list #postcode_lookup_shipping a#getaddress_button:hover,
    #postcode_lookup_shipping .plastic-free__objective-single-list a#getaddress_button:hover,
    .plastic-free__objective-single-list .btn:hover,
    .plastic-free__objective-single-list .btn-rounded:hover,
    .plastic-free__objective-single-list .btn-block:hover,
    .plastic-free__objective-single-list .button:hover,
    .plastic-free__objective-single-list #postcode_lookup #getaddress_button:hover,
    #postcode_lookup .plastic-free__objective-single-list #getaddress_button:hover,
    .plastic-free__objective-single-list #postcode_lookup_billing #getaddress_button:hover,
    #postcode_lookup_billing .plastic-free__objective-single-list #getaddress_button:hover,
    .plastic-free__objective-single-list #postcode_lookup_shipping #getaddress_button:hover,
    #postcode_lookup_shipping .plastic-free__objective-single-list #getaddress_button:hover {
      color: #a5218d;
      background: #eee;
      box-shadow: none; }
    .plastic-free__objective-single-list a.btn.color2, .plastic-free__objective-single-list a.color2.btn-rounded, .plastic-free__objective-single-list a.color2.btn-block, .plastic-free__objective-single-list a.color2.button, .plastic-free__objective-single-list #postcode_lookup a.color2#getaddress_button, #postcode_lookup .plastic-free__objective-single-list a.color2#getaddress_button, .plastic-free__objective-single-list #postcode_lookup_billing a.color2#getaddress_button, #postcode_lookup_billing .plastic-free__objective-single-list a.color2#getaddress_button,
    .plastic-free__objective-single-list #postcode_lookup_shipping a.color2#getaddress_button,
    #postcode_lookup_shipping .plastic-free__objective-single-list a.color2#getaddress_button,
    .plastic-free__objective-single-list .btn.color2,
    .plastic-free__objective-single-list .color2.btn-rounded,
    .plastic-free__objective-single-list .color2.btn-block,
    .plastic-free__objective-single-list .color2.button,
    .plastic-free__objective-single-list #postcode_lookup .color2#getaddress_button,
    #postcode_lookup .plastic-free__objective-single-list .color2#getaddress_button,
    .plastic-free__objective-single-list #postcode_lookup_billing .color2#getaddress_button,
    #postcode_lookup_billing .plastic-free__objective-single-list .color2#getaddress_button,
    .plastic-free__objective-single-list #postcode_lookup_shipping .color2#getaddress_button,
    #postcode_lookup_shipping .plastic-free__objective-single-list .color2#getaddress_button {
      color: #00a0c6; }
      .plastic-free__objective-single-list a.btn.color2:hover, .plastic-free__objective-single-list a.color2.btn-rounded:hover, .plastic-free__objective-single-list a.color2.btn-block:hover, .plastic-free__objective-single-list a.color2.button:hover, .plastic-free__objective-single-list #postcode_lookup a.color2#getaddress_button:hover, #postcode_lookup .plastic-free__objective-single-list a.color2#getaddress_button:hover, .plastic-free__objective-single-list #postcode_lookup_billing a.color2#getaddress_button:hover, #postcode_lookup_billing .plastic-free__objective-single-list a.color2#getaddress_button:hover,
      .plastic-free__objective-single-list #postcode_lookup_shipping a.color2#getaddress_button:hover,
      #postcode_lookup_shipping .plastic-free__objective-single-list a.color2#getaddress_button:hover,
      .plastic-free__objective-single-list .btn.color2:hover,
      .plastic-free__objective-single-list .color2.btn-rounded:hover,
      .plastic-free__objective-single-list .color2.btn-block:hover,
      .plastic-free__objective-single-list .color2.button:hover,
      .plastic-free__objective-single-list #postcode_lookup .color2#getaddress_button:hover,
      #postcode_lookup .plastic-free__objective-single-list .color2#getaddress_button:hover,
      .plastic-free__objective-single-list #postcode_lookup_billing .color2#getaddress_button:hover,
      #postcode_lookup_billing .plastic-free__objective-single-list .color2#getaddress_button:hover,
      .plastic-free__objective-single-list #postcode_lookup_shipping .color2#getaddress_button:hover,
      #postcode_lookup_shipping .plastic-free__objective-single-list .color2#getaddress_button:hover {
        color: #00a0c6; }
  .plastic-free__objective-single-list small {
    font-size: 1.4rem;
    line-height: 1.2;
    display: inline-block; }
  .plastic-free__objective-single-list p:last-child {
    margin-bottom: 0; }

.plastic-free__objective-single-list__content {
  font: 400 2rem Pangram, "Roboto Condensed", Arial, sans-serif; }

@media screen and (max-width: 1040px) {
  .plastic-free__objective-single-list ol {
    margin-left: 2em; } }
@media screen and (max-width: 575px) {
  .plastic-free__objective-single-list ol {
    margin-right: 2em; }
    .plastic-free__objective-single-list ol:after {
      height: 7em; }

  .plastic-free__objective-single-list__title {
    font-size: 2.6rem; }

  .plastic-free__objective-single-list li {
    padding: 2.4rem 2rem 3rem 4rem; }
    .plastic-free__objective-single-list li:before {
      font-size: 4rem;
      top: 0.5em; }
    .plastic-free__objective-single-list li .btn, .plastic-free__objective-single-list li .btn-rounded, .plastic-free__objective-single-list li .btn-block, .plastic-free__objective-single-list li .button, .plastic-free__objective-single-list li #postcode_lookup #getaddress_button, #postcode_lookup .plastic-free__objective-single-list li #getaddress_button, .plastic-free__objective-single-list li #postcode_lookup_billing #getaddress_button, #postcode_lookup_billing .plastic-free__objective-single-list li #getaddress_button,
    .plastic-free__objective-single-list li #postcode_lookup_shipping #getaddress_button,
    #postcode_lookup_shipping .plastic-free__objective-single-list li #getaddress_button {
      font-size: 2rem; }
    .plastic-free__objective-single-list li .plastic-free__objective-single-list__content {
      font-size: 1.8rem; } }
.plastic-free__cta-download {
  width: 33.333333%;
  float: right;
  max-width: 13.3em;
  color: #a5218d; }

.plastic-free__cta {
  border: 1px solid #aaa;
  border-radius: 0.8em;
  padding: 2rem 1rem;
  color: #a5218d; }

.plastic-free__cta-download + .entry {
  width: 66.66666%;
  float: left; }

.plastic-free-page-wrapper .plastic-free__cta__help__title,
.plastic-free__cta__help__title {
  color: #a5218d;
  font: 900 1.9rem Pangram, "Roboto Condensed", Arial, sans-serif;
  letter-spacing: 0.7px;
  text-align: center;
  margin-bottom: 0.1rem; }

.plastic-free__cta__help__link {
  color: #a5218d;
  font: 900 1.4rem Pangram, "Roboto Condensed", Arial, sans-serif;
  letter-spacing: 0.7px;
  display: inline-block;
  border: 1px solid #a5218d;
  border-radius: 0.8em;
  position: relative;
  text-transform: uppercase;
  margin: 1.6rem auto 0;
  width: 100%;
  padding: 1.2em 0.5em 1.1em 3em; }
  .plastic-free__cta__help__link .icon {
    position: absolute;
    left: 0.8em;
    width: 1.8em;
    height: 2em;
    top: 55%;
    transform: translateY(-50%); }
  .plastic-free__cta__help__link .icon--rock-hands {
    top: 50%; }

a.btn.plastic-free__download__btn, a.plastic-free__download__btn.btn-rounded, a.plastic-free__download__btn.btn-block, a.plastic-free__download__btn.button, #postcode_lookup a.plastic-free__download__btn#getaddress_button, #postcode_lookup_billing a.plastic-free__download__btn#getaddress_button,
#postcode_lookup_shipping a.plastic-free__download__btn#getaddress_button {
  width: 100%;
  color: white;
  font-size: 1.9rem;
  padding: 0.5em 1em 0.6em 2.7em;
  display: block;
  border: 1px solid #00a0c6;
  background: #00a0c6;
  border-radius: 0.8em;
  position: relative;
  text-align: left;
  margin-bottom: 1.1em;
  box-shadow: none; }
  a.btn.plastic-free__download__btn:hover, a.plastic-free__download__btn.btn-rounded:hover, a.plastic-free__download__btn.btn-block:hover, a.plastic-free__download__btn.button:hover, #postcode_lookup a.plastic-free__download__btn#getaddress_button:hover, #postcode_lookup_billing a.plastic-free__download__btn#getaddress_button:hover,
  #postcode_lookup_shipping a.plastic-free__download__btn#getaddress_button:hover {
    background: rgba(0, 160, 198, 0.8);
    color: white; }
  a.btn.plastic-free__download__btn .icon, a.plastic-free__download__btn.btn-rounded .icon, a.plastic-free__download__btn.btn-block .icon, a.plastic-free__download__btn.button .icon, #postcode_lookup a.plastic-free__download__btn#getaddress_button .icon, #postcode_lookup_billing a.plastic-free__download__btn#getaddress_button .icon,
  #postcode_lookup_shipping a.plastic-free__download__btn#getaddress_button .icon {
    position: absolute;
    left: 0.8em;
    width: 1.6em;
    height: 2em;
    top: 50%;
    transform: translateY(-50%); }

.plastic-free__cta-download--mobile {
  display: none; }

.plastic-free__objective-next-link {
  color: white;
  padding-bottom: 1em; }

.plastic-free__objective-next-link__btn {
  font: 700 2rem Stellar, "Freight Sans Pro W01", "Roboto Condensed", Arial, sans-serif;
  background: #a5218d;
  text-transform: uppercase;
  padding: 0.6em 1em 0.5em;
  line-height: 1;
  display: inline-block;
  position: relative;
  width: calc(100% - 1.1em); }
  .plastic-free__objective-next-link__btn:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-left-color: #a5218d;
    border-width: 1.05em;
    margin-top: -1.05em; }

@media screen and (max-width: 991px) {
  .sidebar .plastic-free__cta,
  .plastic-free-cta--page-top {
    display: none; }

  .plastic-free__cta-download,
  .plastic-free__cta-download + .entry {
    width: 100%;
    float: none; }

  .plastic-free__cta-download--desktop {
    display: none; }

  .plastic-free__cta-download--mobile {
    display: block;
    padding: 1rem; }
    .plastic-free__cta-download--mobile a.btn.plastic-free__download__btn, .plastic-free__cta-download--mobile a.plastic-free__download__btn.btn-rounded, .plastic-free__cta-download--mobile a.plastic-free__download__btn.btn-block, .plastic-free__cta-download--mobile a.plastic-free__download__btn.button, .plastic-free__cta-download--mobile #postcode_lookup a.plastic-free__download__btn#getaddress_button, #postcode_lookup .plastic-free__cta-download--mobile a.plastic-free__download__btn#getaddress_button, .plastic-free__cta-download--mobile #postcode_lookup_billing a.plastic-free__download__btn#getaddress_button, #postcode_lookup_billing .plastic-free__cta-download--mobile a.plastic-free__download__btn#getaddress_button,
    .plastic-free__cta-download--mobile #postcode_lookup_shipping a.plastic-free__download__btn#getaddress_button,
    #postcode_lookup_shipping .plastic-free__cta-download--mobile a.plastic-free__download__btn#getaddress_button {
      text-align: center;
      padding: 0.5em 1em; }

  a.plastic-free__download__btn {
    display: inline-block;
    width: auto;
    padding: 0.5em 1em 0.6em; } }
.plastic-free__callout-box {
  background: url(images/backgrounds/shape-1.svg) center center no-repeat;
  background-size: 100% 100%;
  /* for this to work with svg we need to set preserveAspectRatio="none" on the SVG itself */
  padding: 3.6rem 4rem;
  color: white;
  margin-bottom: 3rem; }
  .plastic-free__callout-boxes .col-md-6:nth-child(odd) .plastic-free__callout-box {
    background-image: url(images/backgrounds/shape-1-purple.svg); }
  .plastic-free__callout-box a.btn, .plastic-free__callout-box a.btn-rounded, .plastic-free__callout-box a.btn-block, .plastic-free__callout-box a.button, .plastic-free__callout-box #postcode_lookup a#getaddress_button, #postcode_lookup .plastic-free__callout-box a#getaddress_button, .plastic-free__callout-box #postcode_lookup_billing a#getaddress_button, #postcode_lookup_billing .plastic-free__callout-box a#getaddress_button,
  .plastic-free__callout-box #postcode_lookup_shipping a#getaddress_button,
  #postcode_lookup_shipping .plastic-free__callout-box a#getaddress_button,
  .plastic-free__callout-box .btn,
  .plastic-free__callout-box .btn-rounded,
  .plastic-free__callout-box .btn-block,
  .plastic-free__callout-box .button,
  .plastic-free__callout-box #postcode_lookup #getaddress_button,
  #postcode_lookup .plastic-free__callout-box #getaddress_button,
  .plastic-free__callout-box #postcode_lookup_billing #getaddress_button,
  #postcode_lookup_billing .plastic-free__callout-box #getaddress_button,
  .plastic-free__callout-box #postcode_lookup_shipping #getaddress_button,
  #postcode_lookup_shipping .plastic-free__callout-box #getaddress_button {
    font: 700 2.9rem Stellar, "Freight Sans Pro W01", "Roboto Condensed", Arial, sans-serif;
    background: white;
    color: #a5218d;
    margin: 0; }
    .plastic-free__callout-box a.btn:hover, .plastic-free__callout-box a.btn-rounded:hover, .plastic-free__callout-box a.btn-block:hover, .plastic-free__callout-box a.button:hover, .plastic-free__callout-box #postcode_lookup a#getaddress_button:hover, #postcode_lookup .plastic-free__callout-box a#getaddress_button:hover, .plastic-free__callout-box #postcode_lookup_billing a#getaddress_button:hover, #postcode_lookup_billing .plastic-free__callout-box a#getaddress_button:hover,
    .plastic-free__callout-box #postcode_lookup_shipping a#getaddress_button:hover,
    #postcode_lookup_shipping .plastic-free__callout-box a#getaddress_button:hover,
    .plastic-free__callout-box .btn:hover,
    .plastic-free__callout-box .btn-rounded:hover,
    .plastic-free__callout-box .btn-block:hover,
    .plastic-free__callout-box .button:hover,
    .plastic-free__callout-box #postcode_lookup #getaddress_button:hover,
    #postcode_lookup .plastic-free__callout-box #getaddress_button:hover,
    .plastic-free__callout-box #postcode_lookup_billing #getaddress_button:hover,
    #postcode_lookup_billing .plastic-free__callout-box #getaddress_button:hover,
    .plastic-free__callout-box #postcode_lookup_shipping #getaddress_button:hover,
    #postcode_lookup_shipping .plastic-free__callout-box #getaddress_button:hover {
      color: #a5218d;
      background: #eee;
      box-shadow: none; }
    .plastic-free__callout-box a.btn.color2, .plastic-free__callout-box a.color2.btn-rounded, .plastic-free__callout-box a.color2.btn-block, .plastic-free__callout-box a.color2.button, .plastic-free__callout-box #postcode_lookup a.color2#getaddress_button, #postcode_lookup .plastic-free__callout-box a.color2#getaddress_button, .plastic-free__callout-box #postcode_lookup_billing a.color2#getaddress_button, #postcode_lookup_billing .plastic-free__callout-box a.color2#getaddress_button,
    .plastic-free__callout-box #postcode_lookup_shipping a.color2#getaddress_button,
    #postcode_lookup_shipping .plastic-free__callout-box a.color2#getaddress_button,
    .plastic-free__callout-box .btn.color2,
    .plastic-free__callout-box .color2.btn-rounded,
    .plastic-free__callout-box .color2.btn-block,
    .plastic-free__callout-box .color2.button,
    .plastic-free__callout-box #postcode_lookup .color2#getaddress_button,
    #postcode_lookup .plastic-free__callout-box .color2#getaddress_button,
    .plastic-free__callout-box #postcode_lookup_billing .color2#getaddress_button,
    #postcode_lookup_billing .plastic-free__callout-box .color2#getaddress_button,
    .plastic-free__callout-box #postcode_lookup_shipping .color2#getaddress_button,
    #postcode_lookup_shipping .plastic-free__callout-box .color2#getaddress_button {
      color: #00a0c6; }
      .plastic-free__callout-box a.btn.color2:hover, .plastic-free__callout-box a.color2.btn-rounded:hover, .plastic-free__callout-box a.color2.btn-block:hover, .plastic-free__callout-box a.color2.button:hover, .plastic-free__callout-box #postcode_lookup a.color2#getaddress_button:hover, #postcode_lookup .plastic-free__callout-box a.color2#getaddress_button:hover, .plastic-free__callout-box #postcode_lookup_billing a.color2#getaddress_button:hover, #postcode_lookup_billing .plastic-free__callout-box a.color2#getaddress_button:hover,
      .plastic-free__callout-box #postcode_lookup_shipping a.color2#getaddress_button:hover,
      #postcode_lookup_shipping .plastic-free__callout-box a.color2#getaddress_button:hover,
      .plastic-free__callout-box .btn.color2:hover,
      .plastic-free__callout-box .color2.btn-rounded:hover,
      .plastic-free__callout-box .color2.btn-block:hover,
      .plastic-free__callout-box .color2.button:hover,
      .plastic-free__callout-box #postcode_lookup .color2#getaddress_button:hover,
      #postcode_lookup .plastic-free__callout-box .color2#getaddress_button:hover,
      .plastic-free__callout-box #postcode_lookup_billing .color2#getaddress_button:hover,
      #postcode_lookup_billing .plastic-free__callout-box .color2#getaddress_button:hover,
      .plastic-free__callout-box #postcode_lookup_shipping .color2#getaddress_button:hover,
      #postcode_lookup_shipping .plastic-free__callout-box .color2#getaddress_button:hover {
        color: #00a0c6; }
  .plastic-free__callout-box small {
    font-size: 1.4rem;
    line-height: 1.2;
    display: inline-block; }

.plastic-free__callout-box__icon {
  float: left;
  max-width: 40%;
  margin-bottom: 2em;
  display: block;
  /* Encourage SVG's to have a size */
  height: auto;
  width: auto; }

.plastic-free-page-wrapper .plastic-free__callout-boxes__title {
  color: #a5218d; }

.plastic-free-page-wrapper .plastic-free__callout-box__title,
.plastic-free__callout-box__title {
  font: 700 4rem Stellar, "Freight Sans Pro W01", "Roboto Condensed", Arial, sans-serif;
  text-transform: uppercase;
  color: white;
  line-height: 1.2; }

.plastic-free__callout-box__icon + .plastic-free__callout-box__title {
  padding: 1em 0 1em 1em;
  float: right;
  max-width: 60%;
  font-size: 2.8rem; }

.plastic-free__callout-box__content, .info-window__content {
  font: 400 2rem Pangram, "Roboto Condensed", Arial, sans-serif;
  clear: both; }
  .plastic-free__callout-box__content p:last-child, .info-window__content p:last-child {
    margin-bottom: 0; }
  .plastic-free__callout-box__content a:not(.btn):not(.btn-rounded):not(.btn-block):not(.button), .info-window__content a:not(.btn):not(.btn-rounded):not(.btn-block):not(.button) {
    text-decoration: underline; }

.plastic-free__callout-box__following {
  padding: 0 4rem 4rem; }

@media screen and (max-width: 991px) {
  .plastic-free__callout-box__icon {
    float: none;
    margin: 0 auto 1em; }

  .plastic-free__callout-box__icon + .plastic-free__callout-box__title {
    padding: 0 0 0.5em 0;
    float: none;
    max-width: 100%; } }
.plastic-free__callout-boxes__header {
  padding: 0 3rem; }

@media screen and (min-width: 1200px) {
  .plastic-free__callout-boxes__header {
    padding: 0 6rem; } }
@media screen and (max-width: 415px) {
  .plastic-free__callout-box__icon {
    display: none; }

  .plastic-free__callout-box__following {
    padding: 0 0 4rem; } }
.plastic-free__map__wrapper {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-bottom: 4rem; }
  .plastic-free__map__wrapper .info-window__title {
    color: #a5218d;
    font-size: 3rem;
    padding-bottom: 0; }
  .plastic-free__map__wrapper.loading:after {
    content: "";
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10; }

.plastic-free__map__filters {
  position: absolute;
  background: url("images/backgrounds/map-filter-box.svg") center center no-repeat;
  background-size: 100% 100%;
  top: 50%;
  left: 3em;
  transform: translateY(-50%);
  z-index: 1;
  max-width: 300px;
  padding: 3em 1em 2em; }
  .plastic-free__map__filters h4 {
    color: #575757;
    font-size: 3rem; }
  .plastic-free__map__filters label {
    display: block;
    text-transform: uppercase;
    font-size: 2rem;
    padding: 2rem 2em 0 2.5em;
    position: relative;
    min-height: 2em;
    line-height: 1.2; }
    .plastic-free__map__filters label:after {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      content: "";
      border: 1px solid #575757;
      width: 2em;
      height: 2em; }
  .plastic-free__map__filters input:checked + label:after {
    border: 1px solid #575757;
    background: url(images/icons/icon-tick.svg) center center no-repeat; }
  .plastic-free__map__filters input[type="checkbox"] {
    display: none; }
  .plastic-free__map__filters .icon {
    width: 1.5em;
    height: 2em;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-40%); }
  .plastic-free__map__filters .input-wrap {
    position: relative; }
    .plastic-free__map__filters .input-wrap .icon {
      right: 0.4em;
      left: auto;
      transform: translateY(-50%);
      width: 1.7em; }
  .plastic-free__map__filters select {
    width: 100%;
    margin-top: 2rem;
    height: 3.5em;
    border-radius: 0;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("images/icons/icon-select-arrow.svg") right 5px top 50% no-repeat;
    background-size: 2em; }
  .plastic-free__map__filters .list {
    width: 100%; }

.plastic-free__map {
  min-height: 550px;
  height: 70vh;
  width: 100%;
  position: relative; }
  .plastic-free__map:before {
    content: "";
    background: url("images/backgrounds/map-top.svg") top center no-repeat;
    height: 40px;
    width: 100%;
    background-size: 100% 100%;
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 1; }

.info-window__wrapper {
  padding: 2em 0 1em 2em; }

.info-window__content {
  font-size: 1.6rem; }
  .info-window__content .btn, .info-window__content .btn-rounded, .info-window__content .btn-block, .info-window__content .button, .info-window__content #postcode_lookup #getaddress_button, #postcode_lookup .info-window__content #getaddress_button, .info-window__content #postcode_lookup_billing #getaddress_button, #postcode_lookup_billing .info-window__content #getaddress_button,
  .info-window__content #postcode_lookup_shipping #getaddress_button,
  #postcode_lookup_shipping .info-window__content #getaddress_button {
    border-radius: 0.8rem;
    color: white;
    background: #00a0c6;
    font-size: 2rem;
    padding: 0.6rem 4rem 0.5rem;
    cursor: pointer; }
    .info-window__content .btn:hover, .info-window__content .btn-rounded:hover, .info-window__content .btn-block:hover, .info-window__content .button:hover, .info-window__content #postcode_lookup #getaddress_button:hover, #postcode_lookup .info-window__content #getaddress_button:hover, .info-window__content #postcode_lookup_billing #getaddress_button:hover, #postcode_lookup_billing .info-window__content #getaddress_button:hover,
    .info-window__content #postcode_lookup_shipping #getaddress_button:hover,
    #postcode_lookup_shipping .info-window__content #getaddress_button:hover {
      color: white;
      box-shadow: none;
      background: rgba(0, 160, 198, 0.8); }
  .info-window__content .btn.color2, .info-window__content .color2.btn-rounded, .info-window__content .color2.btn-block, .info-window__content .color2.button, .info-window__content #postcode_lookup .color2#getaddress_button, #postcode_lookup .info-window__content .color2#getaddress_button, .info-window__content #postcode_lookup_billing .color2#getaddress_button, #postcode_lookup_billing .info-window__content .color2#getaddress_button,
  .info-window__content #postcode_lookup_shipping .color2#getaddress_button,
  #postcode_lookup_shipping .info-window__content .color2#getaddress_button {
    color: white;
    background: #a5218d; }

@media screen and (max-width: 767px) {
  .plastic-free__map__filters {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    background-image: url("images/backgrounds/map-filter-box-outline.svg");
    margin: 0 3rem;
    width: auto;
    max-width: 100%; } }
/* Shared styles */
.decorator,
.decorator2 {
  position: relative; }

.decorator:before,
.decorator2:after {
  position: absolute;
  width: 20rem;
  height: 20rem;
  z-index: 0;
  content: "";
  pointer-events: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%; }

/* Iconography */
.decorator--collection:before,
.decorator2--collection:after {
  background-image: url("images/icons/icon-background-collection.svg");
  width: 30rem;
  height: 30rem; }

.decorator--circle:before,
.decorator2--circle:after {
  background-image: url("images/icons/icon-background-circle.svg"); }

.decorator--shield:before,
.decorator2--shield:after {
  background-image: url("images/icons/icon-background-shield.svg"); }

.decorator--rock-hands:before,
.decorator2--rock-hands:after {
  background-image: url("images/icons/icon-background-rock.svg"); }

.decorator--thumb-up:before,
.decorator2--thumb-up:after {
  background-image: url("images/icons/icon-background-thumb.svg"); }

.decorator--peace-sign:before,
.decorator2--peace-sign:after {
  background-image: url("images/icons/icon-background-peace.svg"); }

.decorator--signs:before,
.decorator2--signs:after {
  background-image: url("images/icons/icon-background-signs.svg"); }

.decorator--megaphone:before,
.decorator2--megaphone:after {
  background-image: url("images/icons/icon-background-megaphone.svg"); }

/* Positioning */
.decorator--bottom:before,
.decorator2--bottom:after {
  bottom: 2rem; }

.decorator--top:before,
.decorator2--top:after {
  top: 2rem; }

.decorator--top-big:before,
.decorator2--top-big:after {
  top: 15rem; }

.decorator--right:before,
.decorator2--right:after {
  right: -1rem; }

.decorator--left:before,
.decorator2--left:after {
  left: -1rem; }

.decorator--right-outside:before,
.decorator2--right-outside:after {
  right: -13rem; }

.decorator--left-outside:before,
.decorator2--left-outside:after {
  left: -13rem; }

.decorator--middle:before,
.decorator2--middle:after {
  top: 50%;
  transform: translateY(-50%); }

/* Layering */
.decorator--pull-top:before,
.decorator2--pull-after:before {
  z-index: 99; }

.cut-it-out-image {
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%); }

@media screen and (max-width: 1199px) {
  .decorator:before,
  .decorator2:after,
  .cut-it-out-image {
    display: none; } }
.plastic-free__stats_boxes__box {
  position: relative;
  color: white;
  background: url(images/backgrounds/background-stats.svg) center center no-repeat;
  background-size: 100% 100%;
  /* for this to work with svg we need to set preserveAspectRatio="none" on the SVG itself */
  padding: 3.8rem 4rem 3.2rem;
  margin: 0  0 2em; }

.plastic-free__stats_boxes__title {
  font: 700 4rem Stellar, "Freight Sans Pro W01", "Roboto Condensed", Arial, sans-serif;
  background: #00a0c6;
  position: relative; }

.plastic-free__stats_boxes .col-lg-4:nth-child(3) .plastic-free__stats_boxes__box:before,
.plastic-free__stats_boxes .col-lg-4:nth-child(4) .plastic-free__stats_boxes__box:before,
.plastic-free__stats_boxes .col-lg-4:first-child .plastic-free__stats_boxes__box:before {
  content: "";
  width: 4em;
  height: 4em;
  background: url(images/icons/icon-bottle-white.svg) 40% 40% no-repeat #a5218d;
  background-size: 65%;
  border-radius: 50%;
  position: absolute;
  top: -1em;
  left: -1.5em; }

.plastic-free__stats_boxes .col-lg-4:nth-child(3) .plastic-free__stats_boxes__box:before,
.plastic-free__stats_boxes .col-lg-4:nth-child(4) .plastic-free__stats_boxes__box:before {
  left: auto;
  top: auto;
  right: -1.5em;
  bottom: -1em;
  background-image: url(images/icons/icon-bag-white.svg); }

.plastic-free__stats_boxes .col-lg-4:nth-child(4) .plastic-free__stats_boxes__box:before {
  background-image: url(images/icons/icon-cutlery-white.svg); }

.plastic-free__objective-quote,
.plastic-free__feature-quote {
  border-left: 20px solid #00a0c6;
  padding-left: 3rem;
  font: 700 4rem Stellar, "Freight Sans Pro W01", "Roboto Condensed", Arial, sans-serif;
  color: #a5218d;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 3rem 0; }

.plastic-free__feature-quote--padded {
  margin: 3rem 7rem 3rem 8rem; }

.plastic-free__objective-quote {
  margin: 0; }

@media screen and (max-width: 992px) {
  .plastic-free__feature-quote--padded {
    margin: 3rem 2rem 3rem 3rem; } }
@media screen and (max-width: 768px) {
  .plastic-free__objective-quote,
  .plastic-free__feature-quote {
    font-size: 2.8rem; } }
@media screen and (max-width: 415px) {
  .plastic-free__objective-quote,
  .plastic-free__feature-quote {
    margin: 3rem 0; } }
.plastic-free__highlighted-content {
  margin: 4rem 0;
  padding: 4rem 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  position: relative;
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%); }
  .plastic-free__highlighted-content:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 160, 198, 0.85); }
  .plastic-free__highlighted-content h1,
  .plastic-free__highlighted-content h2,
  .plastic-free__highlighted-content h3,
  .plastic-free__highlighted-content h4,
  .plastic-free__highlighted-content h5 {
    color: white; }
  .plastic-free__highlighted-content p:first-child {
    font-size: 2.7rem; }
  .plastic-free__highlighted-content p:last-child {
    margin-bottom: 0; }
  .plastic-free__highlighted-content a {
    text-decoration: underline; }
  .plastic-free__highlighted-content .plastic-free__cta {
    background: white;
    color: #a5218d;
    margin-bottom: 4rem; }
    .plastic-free__highlighted-content .plastic-free__cta a {
      text-decoration: none; }
  .plastic-free__highlighted-content a.btn, .plastic-free__highlighted-content a.btn-rounded, .plastic-free__highlighted-content a.btn-block, .plastic-free__highlighted-content a.button, .plastic-free__highlighted-content #postcode_lookup a#getaddress_button, #postcode_lookup .plastic-free__highlighted-content a#getaddress_button, .plastic-free__highlighted-content #postcode_lookup_billing a#getaddress_button, #postcode_lookup_billing .plastic-free__highlighted-content a#getaddress_button,
  .plastic-free__highlighted-content #postcode_lookup_shipping a#getaddress_button,
  #postcode_lookup_shipping .plastic-free__highlighted-content a#getaddress_button,
  .plastic-free__highlighted-content .btn,
  .plastic-free__highlighted-content .btn-rounded,
  .plastic-free__highlighted-content .btn-block,
  .plastic-free__highlighted-content .button,
  .plastic-free__highlighted-content #postcode_lookup #getaddress_button,
  #postcode_lookup .plastic-free__highlighted-content #getaddress_button,
  .plastic-free__highlighted-content #postcode_lookup_billing #getaddress_button,
  #postcode_lookup_billing .plastic-free__highlighted-content #getaddress_button,
  .plastic-free__highlighted-content #postcode_lookup_shipping #getaddress_button,
  #postcode_lookup_shipping .plastic-free__highlighted-content #getaddress_button {
    font: 700 2.9rem Stellar, "Freight Sans Pro W01", "Roboto Condensed", Arial, sans-serif;
    background: white;
    color: #a5218d;
    margin: 0;
    padding: 0.5em 1.5em 0.4em;
    box-shadow: none;
    border-radius: 0.3em;
    text-decoration: none; }
    .plastic-free__highlighted-content a.btn:hover, .plastic-free__highlighted-content a.btn-rounded:hover, .plastic-free__highlighted-content a.btn-block:hover, .plastic-free__highlighted-content a.button:hover, .plastic-free__highlighted-content #postcode_lookup a#getaddress_button:hover, #postcode_lookup .plastic-free__highlighted-content a#getaddress_button:hover, .plastic-free__highlighted-content #postcode_lookup_billing a#getaddress_button:hover, #postcode_lookup_billing .plastic-free__highlighted-content a#getaddress_button:hover,
    .plastic-free__highlighted-content #postcode_lookup_shipping a#getaddress_button:hover,
    #postcode_lookup_shipping .plastic-free__highlighted-content a#getaddress_button:hover,
    .plastic-free__highlighted-content .btn:hover,
    .plastic-free__highlighted-content .btn-rounded:hover,
    .plastic-free__highlighted-content .btn-block:hover,
    .plastic-free__highlighted-content .button:hover,
    .plastic-free__highlighted-content #postcode_lookup #getaddress_button:hover,
    #postcode_lookup .plastic-free__highlighted-content #getaddress_button:hover,
    .plastic-free__highlighted-content #postcode_lookup_billing #getaddress_button:hover,
    #postcode_lookup_billing .plastic-free__highlighted-content #getaddress_button:hover,
    .plastic-free__highlighted-content #postcode_lookup_shipping #getaddress_button:hover,
    #postcode_lookup_shipping .plastic-free__highlighted-content #getaddress_button:hover {
      color: #a5218d;
      background: #eee;
      box-shadow: none; }
    .plastic-free__highlighted-content a.btn.color2, .plastic-free__highlighted-content a.color2.btn-rounded, .plastic-free__highlighted-content a.color2.btn-block, .plastic-free__highlighted-content a.color2.button, .plastic-free__highlighted-content #postcode_lookup a.color2#getaddress_button, #postcode_lookup .plastic-free__highlighted-content a.color2#getaddress_button, .plastic-free__highlighted-content #postcode_lookup_billing a.color2#getaddress_button, #postcode_lookup_billing .plastic-free__highlighted-content a.color2#getaddress_button,
    .plastic-free__highlighted-content #postcode_lookup_shipping a.color2#getaddress_button,
    #postcode_lookup_shipping .plastic-free__highlighted-content a.color2#getaddress_button,
    .plastic-free__highlighted-content .btn.color2,
    .plastic-free__highlighted-content .color2.btn-rounded,
    .plastic-free__highlighted-content .color2.btn-block,
    .plastic-free__highlighted-content .color2.button,
    .plastic-free__highlighted-content #postcode_lookup .color2#getaddress_button,
    #postcode_lookup .plastic-free__highlighted-content .color2#getaddress_button,
    .plastic-free__highlighted-content #postcode_lookup_billing .color2#getaddress_button,
    #postcode_lookup_billing .plastic-free__highlighted-content .color2#getaddress_button,
    .plastic-free__highlighted-content #postcode_lookup_shipping .color2#getaddress_button,
    #postcode_lookup_shipping .plastic-free__highlighted-content .color2#getaddress_button {
      color: #00a0c6; }
      .plastic-free__highlighted-content a.btn.color2:hover, .plastic-free__highlighted-content a.color2.btn-rounded:hover, .plastic-free__highlighted-content a.color2.btn-block:hover, .plastic-free__highlighted-content a.color2.button:hover, .plastic-free__highlighted-content #postcode_lookup a.color2#getaddress_button:hover, #postcode_lookup .plastic-free__highlighted-content a.color2#getaddress_button:hover, .plastic-free__highlighted-content #postcode_lookup_billing a.color2#getaddress_button:hover, #postcode_lookup_billing .plastic-free__highlighted-content a.color2#getaddress_button:hover,
      .plastic-free__highlighted-content #postcode_lookup_shipping a.color2#getaddress_button:hover,
      #postcode_lookup_shipping .plastic-free__highlighted-content a.color2#getaddress_button:hover,
      .plastic-free__highlighted-content .btn.color2:hover,
      .plastic-free__highlighted-content .color2.btn-rounded:hover,
      .plastic-free__highlighted-content .color2.btn-block:hover,
      .plastic-free__highlighted-content .color2.button:hover,
      .plastic-free__highlighted-content #postcode_lookup .color2#getaddress_button:hover,
      #postcode_lookup .plastic-free__highlighted-content .color2#getaddress_button:hover,
      .plastic-free__highlighted-content #postcode_lookup_billing .color2#getaddress_button:hover,
      #postcode_lookup_billing .plastic-free__highlighted-content .color2#getaddress_button:hover,
      .plastic-free__highlighted-content #postcode_lookup_shipping .color2#getaddress_button:hover,
      #postcode_lookup_shipping .plastic-free__highlighted-content .color2#getaddress_button:hover {
        color: #00a0c6; }

.plastic-free__highlighted-content--purple:before {
  background-color: rgba(165, 33, 141, 0.85); }

.plastic-free__highlighted-content__content {
  margin-bottom: 4rem; }

.objective-single__how-why {
  position: relative;
  clear: both; }

.objective-single__how-why__suggestions ul li,
.objective-single__how-why__content ul li {
  position: relative;
  padding: 0 0 2rem 3rem; }
  .objective-single__how-why__suggestions ul li:before,
  .objective-single__how-why__content ul li:before {
    content: "";
    top: 0.4em;
    left: 0;
    position: absolute;
    line-height: 0.4;
    background: white;
    width: 1em;
    height: 1em;
    border-radius: 50%; }

.plastic-free-page-wrapper .objective-single__how-why__title {
  color: #a5218d; }

.objective-single__how-why__suggestions {
  margin: 3rem 0 3rem -5rem;
  background: url(images/backgrounds/list-item-purple.svg) center center no-repeat;
  background-size: 100% 100%;
  /* for this to work with svg we need to set preserveAspectRatio="none" on the SVG itself */
  padding: 3.8rem 5rem 3.2rem 8.8rem;
  color: white;
  position: relative;
  z-index: 2; }
  .user-content .objective-single__how-why__suggestions a {
    color: inherit; }

.objective-single__how-why.bottle-right:before {
  content: "";
  position: absolute;
  width: 110%;
  height: 50%;
  left: 20%;
  bottom: -3%;
  background: url(images/plastic-free-bottle.jpg) center center no-repeat;
  background-size: 100%;
  transform: rotate(25deg); }
.objective-single__how-why.razor-right .objective-single__why-content {
  padding-bottom: 40%;
  position: relative; }
  .objective-single__how-why.razor-right .objective-single__why-content:before {
    content: "";
    position: absolute;
    width: 160%;
    height: 0;
    padding-bottom: 40%;
    left: 0;
    bottom: 0;
    background: url(images/razor-trimmed.jpg) bottom left no-repeat;
    background-size: contain; }
.objective-single__how-why.razor-bottom {
  padding-bottom: 30%; }
  .objective-single__how-why.razor-bottom:before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 0;
    padding-bottom: 30%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url(images/razor.jpg) bottom left no-repeat;
    background-size: auto 100%; }

@media screen and (max-width: 991px) {
  .objective-single__how-why__suggestions {
    margin-left: 0;
    padding-left: 3.8rem; }

  .objective-single__how-why.bottle-right:before {
    display: none; }
  .objective-single__how-why.razor-bottom, .objective-single__how-why.razor-right .objective-single__why-content {
    padding-bottom: 0; }
    .objective-single__how-why.razor-bottom:before, .objective-single__how-why.razor-right .objective-single__why-content:before {
      display: none; } }
.objective-single__tips__list ol {
  counter-reset: li;
  list-style: none;
  padding-bottom: 10rem; }
  .objective-single__tips__list ol li {
    position: relative;
    padding-left: 3rem;
    padding: 0 0 2rem 4rem; }
    .objective-single__tips__list ol li:before {
      content: counter(li,decimal) ".";
      counter-increment: li;
      font: 700 4rem Stellar, "Freight Sans Pro W01", "Roboto Condensed", Arial, sans-serif;
      color: #00a0c6;
      top: 0.1em;
      left: 0;
      position: absolute; }

.objective-single__tips__title-wrapper {
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 3rem;
  /* This calc is the gutter-width off, so ensure there's always at least 15px left padding. */
  width: 50vw;
  transform: translateX(-100%);
  margin-left: 100%;
  padding-left: calc(50vw - 100% + 15px);
  position: relative; }
  .objective-single__tips__title-wrapper:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 160, 198, 0.85); }
  .objective-single__tips__title-wrapper .objective-single__tips__title {
    position: relative; }

.plastic-free-page-wrapper .objective-single__tips__title {
  color: white;
  margin: 0;
  padding: 0; }

@media screen and (max-width: 991px) {
  .objective-single__tips__list ol {
    padding-bottom: 0; }

  .objective-single__tips__title-wrapper {
    height: auto;
    width: auto;
    transform: none;
    margin-left: 0;
    padding-left: 3rem;
    margin-bottom: 3rem; } }
.plastic-free__objective-single-pagination {
  border-top: 1px solid #cf305f;
  padding: 3rem 0 0; }

.plastic-free__objective-single-pagination__prev {
  float: left;
  max-width: 14em;
  line-height: 2.3; }
  .plastic-free__objective-single-pagination__prev:before {
    content: "<"; }

.plastic-free__objective-single-pagination__next {
  float: right;
  width: 14em;
  color: white; }

@media screen and (max-width: 480px) {
  .plastic-free__objective-single-pagination__next {
    float: left;
    clear: left; }

  .plastic-free__objective-single-pagination__prev + .plastic-free__objective-single-pagination__next {
    margin-top: 2rem; } }
.simple-callout__image-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%; }

.rollover-image-grid__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-row-gap: 1rem;
  grid-column-gap: 1rem; }

.rollover-image-grid__item {
  position: relative;
  background-size: cover;
  background-position: center center;
  overflow: hidden; }
  .rollover-image-grid__item:before {
    background-color: rgba(165, 33, 141, 0.85);
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%;
    content: "";
    cursor: pointer; }

.rollover-image-grid__item:nth-child(even):before {
  background-color: rgba(0, 160, 198, 0.85); }

.rollover-image-grid__item__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 80%;
  height: auto;
  z-index: 1;
  width: 40%; }

.rollover-image-grid__item__icon img[src$=svg] {
  height: 100%;
  width: 100%; }

.rollover-image-grid__item__content {
  position: absolute;
  background: #a5218d;
  color: white;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 2;
  max-height: 0;
  transition: max-height 0.3s ease-out; }
  .rollover-image-grid__item__content .rollover-image-grid__item__title {
    font: 700 3rem Stellar, "Freight Sans Pro W01", "Roboto Condensed", Arial, sans-serif;
    color: white; }

.rollover-image-grid__item__content-ception {
  padding: 3rem; }

.rollover-image-grid__item.active .rollover-image-grid__item__content,
.rollover-image-grid__item:hover .rollover-image-grid__item__content {
  max-height: 100%; }

.rollover-image-grid__footer {
  padding: 4rem 0 0; }
  .rollover-image-grid__footer p:last-child {
    margin-bottom: 0; }

@media screen and (max-width: 991px) {
  .rollover-image-grid__items {
    grid-template-columns: 1fr 1fr; } }
@media screen and (max-width: 767px) {
  .rollover-image-grid__items {
    grid-template-columns: 1fr; } }
@media screen and (min-width: 1200px) {
  .rollover-image-grid__items {
    margin-left: -12rem;
    margin-right: -12rem; } }
.faqs__question {
  margin: 0; }

.faqs__question {
  font: 700 2rem Stellar, "Freight Sans Pro W01", "Roboto Condensed", Arial, sans-serif;
  color: #a5218d;
  position: relative;
  border-bottom: 1px solid #a5218d; }

.faqs__question a {
  display: block;
  padding: 1em 2.2em 1em 0; }

.faqs__question--active {
  border-bottom: none; }

.faqs__question:after {
  content: '';
  display: block;
  position: absolute;
  right: 0.4em;
  top: 1.1em;
  width: 1.2em;
  height: 0.6em;
  background: url("images/icons/icon-select-arrow-purple.svg") no-repeat center center;
  background-size: 100%;
  cursor: pointer;
  pointer-events: none; }

.faqs__question--active:after {
  transform: rotate(180deg); }

.plastic-free__featured-video--with-intro {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 3rem;
  grid-column-gap: 3rem;
  padding: 3rem 0;
  margin: 3rem 0;
  border-top: 2px solid #bbb;
  border-bottom: 2px solid #bbb; }

.plastic-free__featured-video__wrapper {
  position: relative; }

@media screen and (min-width: 1200px) {
  .plastic-free__featured-video--with-intro {
    display: grid;
    grid-template-columns: 1fr 1fr; }

  .plastic-free__featured-video .play-button {
    background: url(images/icons/icon-play.svg) center center no-repeat transparent;
    background-size: 6em;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    cursor: pointer; } }
.plastic-free__featured-video__wrapper,
.plastic-free__featured-video__header {
  display: flex;
  align-items: center; }

.plastic-free-page-wrapper .plastic-free__featured-video__title {
  color: #a5218d; }

.plastic-free-page-wrapper .plastic-free__checklist__title {
  text-transform: none;
  font-size: 4rem;
  padding-bottom: 2rem; }

.plastic-free__checklist__item {
  padding-left: 10rem;
  position: relative;
  min-height: 10rem;
  display: flex;
  align-items: center; }
  .plastic-free__checklist__item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url(images/icons/icon-thumbs-up-white.svg) center center no-repeat #00a0c6;
    background-size: 60%;
    border-radius: 50%;
    width: 8rem;
    height: 8rem; }
  .plastic-free__checklist__item:nth-child(2):before {
    background-image: url(images/icons/icon-rock-hands-white.svg);
    background-position: 37% 45%; }
  .plastic-free__checklist__item:nth-child(3):before {
    background-image: url(images/icons/icon-peace-sign-white.svg); }

.prev-next-links {
  padding: 1rem 0; }
  .prev-next-links a[rel="next"] {
    float: right; }
  .prev-next-links a[rel="prev"] {
    float: left; }

.plastic-free-widget a {
  color: #a5218d; }
.sidebar-primary .plastic-free-widget.widget {
  border: none;
  border-bottom: 2px solid #ddd;
  padding: 0 0 2rem 0;
  margin: 0 0 2rem 0; }
  .sidebar-primary .plastic-free-widget.widget:last-of-type {
    border-bottom: none; }

.social-sharing {
  margin-top: -1em;
  margin-bottom: 1em; }

.social-sharing__share-icon {
  width: 5rem;
  height: 5rem;
  text-indent: 5rem;
  line-height: 5rem;
  overflow: hidden;
  background: url("images/icons/icon-facebook-white.svg") center center no-repeat #a5218d;
  background-size: 60% 60%;
  display: inline-block;
  border-radius: 50%;
  margin-right: 0.3em; }

.social-sharing__share-icon--twitter {
  background-image: url("images/icons/icon-twitter-white.svg");
  background-size: 60%; }

.social-sharing__share-icon--email {
  background-image: url("images/icons/icon-email-white.svg");
  background-size: 60%; }

.content-story {
  background: #a5218d;
  color: white;
  padding: 0 15px 0 0;
  /* fix for the weird row margins */
  position: relative; }
  .content-story img {
    display: block;
    border-right: 1px solid white;
    object-fit: cover;
    width: 100%;
    height: 100%; }

.content-story__more,
.content-story__title {
  text-transform: uppercase;
  font: 700 4rem Stellar, "Freight Sans Pro W01", "Roboto Condensed", Arial, sans-serif; }

.plastic-free-page-wrapper .content-story__title,
.content-story__title {
  color: white;
  padding: 0.85em 0 0.3em; }

.content-story__more {
  color: white;
  display: block;
  font-size: 3.2rem;
  border-top: 1px solid white;
  padding: 2.4rem 0; }
  .plastic-free-page-wrapper .content-story__more:hover {
    color: #eee; }

.content-story {
  padding: 0; }

.content-story__content {
  padding: 0 2rem; }

.related-stories {
  padding-top: 6rem; }

.stories-index .col-lg-4,
.related-stories .col-lg-4 {
  margin-bottom: 2em; }

@media screen and (min-width: 767px) {
  .content-story__image {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%; }

  .content-story__content {
    margin-left: 50%;
    width: 50%; } }
@media screen and (min-width: 992px) {
  .stories-index .content-story,
  .related-stories .content-story {
    height: 100%; }
  .stories-index .content-story__image,
  .related-stories .content-story__image {
    height: 0;
    width: auto;
    padding-bottom: 60%;
    position: relative;
    overflow: hidden; }
    .stories-index .content-story__image img,
    .related-stories .content-story__image img {
      position: absolute; }
  .stories-index .content-story__content,
  .related-stories .content-story__content {
    width: auto;
    margin-left: 0; } }
@media screen and (max-width: 992px) {
  .stories-index .col-lg-4:not(:last-child),
  .related-stories .col-lg-4:not(:last-child) {
    margin-bottom: 3rem; } }
.plastic-free__pagination {
  text-align: center; }
  .plastic-free__pagination .archive-pagination a {
    color: #00a0c6;
    background-color: transparent;
    font: 700 3rem Stellar, "Freight Sans Pro W01", "Roboto Condensed", Arial, sans-serif;
    padding: 8px 12px;
    text-decoration: none; }
  .plastic-free__pagination .archive-pagination .active a {
    color: #a5218d;
    background: transparent; }

.campaign-monitor-signup__opt-in input[type=checkbox] {
  display: none; }
.campaign-monitor-signup__opt-in label {
  width: 150px;
  padding-right: 2em;
  position: relative;
  display: block; }
  .campaign-monitor-signup__opt-in label:after {
    content: "";
    border: 1px solid #575757;
    width: 1em;
    height: 1em;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }
.campaign-monitor-signup__opt-in input:checked + label:after {
  background: url(images/icons/icon-tick.svg) center center no-repeat;
  background-size: 90%; }

.campaign-monitor-signup select {
  width: 100%;
  margin-top: 2rem;
  height: 3.5em;
  border-radius: 0;
  border: 1px solid #ddd;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("images/icons/icon-select-arrow.svg") right 5px top 50% no-repeat white;
  background-size: 2em; }

.campaign-monitor__errors {
  border: 1px solid #cf305f;
  padding: 0.5em;
  color: #cf305f;
  margin-bottom: 1em; }
  .campaign-monitor__errors p {
    margin: 0 0 1em; }
  .campaign-monitor__errors p:last-child {
    margin-bottom: 0; }

/* Custom Theme CSS
------------------------------------------------------------ */
/* Restrict width of images in Help Docs */
#cws-wp-help-document img {
  max-width: 600px; }

/* Common text and block styling*/
.align-center {
  text-align: center; }

input[type="button"].btn-log-out {
  background: #e40e62;
  color: #fff;
  display: block;
  clear: both;
  margin: 10px 0; }

body.no-content .site-inner {
  display: none; }

ul.dotty-border li:not(:last-child) {
  border-bottom: 1px dashed #999; }

.thermometer {
  position: relative;
  margin: 20px auto 30px;
  width: 100%;
  height: 50px;
  border-radius: 10px; }

.thermometer .track {
  border: 1px solid #fff;
  border-radius: 10px;
  position: relative;
  background: transparent;
  width: 90%;
  left: 0;
  height: 20px;
  margin: 4px auto; }
  @media (max-width: 767px) {
    .thermometer .track {
      width: 75%; } }

.thermometer .progress {
  height: 100%;
  width: 0;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 10px 0 0 10px; }

.thermometer .goal {
  position: absolute;
  left: 100%;
  height: 100%; }

.thermometer .amount {
  display: inline-block;
  margin: 4px 0;
  height: 20px;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: 700;
  color: #fff;
  bottom: 0;
  position: absolute;
  padding: 0 0px 0px 5px; }

.thermometer .progress .amount {
  position: absolute;
  color: #fff;
  right: 0;
  border-right: 1px dashed #efefef;
  padding: 0px 5px 0px 5px;
  bottom: -50px;
  height: auto;
  font-size: 30px;
  font-size: 3rem;
  margin: 0; }

/* Animation delays */
.delay-1s {
  animation-delay: 1s; }

.delay-2s {
  animation-delay: 2s; }

.delay-3s {
  animation-delay: 3s; }

.delay-3-5s {
  animation-delay: 3.5s; }

.delay-4s {
  animation-delay: 4s; }

.delay-5s {
  animation-delay: 5s; }

/* Scriptless social sharing default styling */
.scriptlesssocialsharing {
  box-sizing: border-box;
  margin: 18px auto; }

.scriptlesssocialsharing-buttons {
  border-collapse: separate;
  border-spacing: 3px;
  display: table;
  table-layout: fixed; }

.scriptlesssocialsharing-buttons a.button {
  border: none;
  border-radius: 3px;
  color: white;
  padding: 5px 8px;
  display: table-cell;
  text-align: center;
  text-decoration: none;
  font-size: 13px; }

.scriptlesssocialsharing-buttons .button.email {
  background-color: #333;
  background-color: rgba(51, 51, 51, 0.8); }

.scriptlesssocialsharing-buttons .button.email:hover {
  background-color: #333; }

.scriptlesssocialsharing-buttons .button.twitter {
  background-color: #55acee;
  background-color: rgba(85, 172, 238, 0.8); }

.scriptlesssocialsharing-buttons .button.twitter:hover {
  background-color: #55acee; }

.scriptlesssocialsharing-buttons .button.facebook {
  background-color: #3b5998;
  background-color: rgba(59, 89, 152, 0.8); }

.scriptlesssocialsharing-buttons .button.facebook:hover {
  background-color: #3b5998; }

.scriptlesssocialsharing-buttons .button.linkedin {
  background-color: #0077b5;
  background-color: rgba(0, 119, 181, 0.8); }

.scriptlesssocialsharing-buttons .button.linkedin:hover {
  background-color: #0077b5; }

.scriptlesssocialsharing-buttons .button.pinterest {
  background-color: #bd081c;
  background-color: rgba(189, 8, 28, 0.8); }

.scriptlesssocialsharing-buttons .button.pinterest:hover {
  background-color: #bd081c; }

.scriptlesssocialsharing-buttons .button.google {
  background-color: #dc4e41;
  background-color: rgba(220, 78, 65, 0.8); }

.scriptlesssocialsharing-buttons .button.google:hover {
  background-color: #dc4e41; }

.scriptlesssocialsharing-buttons .button.reddit {
  background-color: #ff4500;
  background-color: rgba(255, 69, 0, 0.8); }

.scriptlesssocialsharing-buttons .button.reddit:hover {
  background-color: #ff4500; }

.scriptlesssocialsharing-buttons .button .sss-name {
  margin-left: 8px; }

.scriptlesssocialsharing-buttons .button:before {
  display: inline-block;
  font: normal normal normal 14px FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  vertical-align: top; }

.scriptlesssocialsharing-buttons .twitter:before {
  content: '\f099'; }

.scriptlesssocialsharing-buttons .facebook:before {
  content: '\f09a'; }

.scriptlesssocialsharing-buttons .google:before {
  content: '\f0d5'; }

.scriptlesssocialsharing-buttons .pinterest:before {
  content: '\f0d2'; }

.scriptlesssocialsharing-buttons .linkedin:before {
  content: '\f0e1'; }

.scriptlesssocialsharing-buttons .email:before {
  content: '\f0e0'; }

.scriptlesssocialsharing-buttons .reddit:before {
  content: '\f281'; }

.scriptlesssocialsharing {
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  padding: 10px; }
  .scriptlesssocialsharing h3 {
    color: #666; }

.scriptlesssocialsharing-buttons .twitter.button {
  background-color: #00aced; }

.scriptlesssocialsharing-buttons .facebook.button {
  background-color: #3b5998; }

.sas-hero-bg {
  background-position: center center;
  background-size: cover;
  height: 500px;
  color: #fff;
  position: relative;
  text-align: center; }
  .sas-hero-bg .row {
    display: flex;
    flex-direction: column; }
  .sas-hero-bg h1 {
    font-size: 60px;
    font-size: 6rem;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    padding: 15px 20px;
    background: #00abbd;
    margin-bottom: 15px; }
  .sas-hero-bg h2, .sas-hero-bg h3 {
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.9);
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 0; }

#subForm {
  flex-wrap: wrap;
  padding: 20px 0 0 0; }

#subForm label {
  flex: 1 0 10%;
  text-align: right; }

#subForm input[type=text],
#subForm input[type=email] {
  flex: 1 0 35%; }

#subForm .full-width {
  flex: 1 0 100%;
  text-align: center; }

#subForm .g-recaptcha > div,
#subForm .push-btn {
  display: inline-block; }

#subForm .g-recaptcha {
  padding: 20px 0; }
  
/* MOBILE NAV FIXER - DO NOT REMOVE */

@media all and (max-width: 768px) {
	.slide-nav-link,.ssme-search {
		display: block !important;
	}
}

#plastic-free__footer__questions {display:none !important;}

@media all and (max-width:991px) {
	
	#regions nav {
		min-width:300px;
		float:none;
		margin:0;
		position:absolute;
		top:50px;left:0;
		z-index:1;
	}
	
	#regions img {display:block;margin:0 auto;}
	
}

@media all and (max-width:768px) {
	
	#regions, #regions nav {
		display:block !important;
	}
	
	#regions {padding-top:200px;padding-bottom:15px;min-height:0;}
	#regions img {width:100%;padding:0 20px;}
	
	#regions nav {min-width:none;top:-110px;right:0;margin:0 auto;text-align:center;}
	#regions nav li {display:inline-block;}
	#regions nav li:not(:last-child) {margin:0 10px 0 0;}
	#regions h2 {display:block;position:absolute;top:-70px;left:0;right:0;}
	#regions h2:before, #regions h2:after  {display:none;}
	#regions #map-regions div {}
	#regions #map-regions a {font-size:2rem;width:50px;height:50px;border-radius:50px;line-height:50px;margin:5% auto 0;}
	.map-south-west {width:20% !important;height:10% !important;top:89% !important;left:40% !important;}
	.map-south-east {width:18% !important;height:10% !important;top:81% !important;left:75% !important;}
	.map-south-east a {float:right;position:relative;top:20%;}
	.map-central {width:18% !important;height:10% !important;top:74% !important;left:65% !important;}
	.map-north {width:20% !important;height:10% !important;top:54% !important;left:60% !important;}
	.map-scotland-hebrides {width:24% !important;height:30% !important;top:10% !important;left:39% !important;}
	.map-scotland-hebrides a {margin:40% auto 0 !important;}
	.map-wales {width:20% !important;height:20% !important;top:65% !important;left:45% !important;}
	.map-wales a {margin:25% auto 0 !important;position:relative;left:10%;top:17%;}
	.map-ireland {width:20% !important;height:12% !important;top:46% !important;left:20% !important;}
	.map-ireland a {position:relative;top:20%;}
	
	#regions .container {width:auto;}
	#regions img {position:static;}
	
}

/* Styling fixer for ul elements in main content */
.entry-content ul ul {
  padding-bottom: 0;
  margin-bottom: 0; }

.entry-content ul ul > li:last-child {
  padding-bottom: 0; }

.entry-content ul img.centered, .entry-content ul .aligncenter {
  margin: 20px auto 0; }

.entry-content ul .gallery-item {
  margin: 0;
  padding: 10px 10px 0; }

.entry-content ul .gallery-item {
  margin: 0;
  padding: 10px 10px 0; }

.entry-content ul .gallery {
  margin-bottom: -10px !important; }

.entry-content ul .gallery br {
  display: none; }
  
#sas-250donate-msg {padding:10px;background:#00abbd;border-radius:4px;border:3px dashed #ffffff;}
#sas-250donate-msg p {margin:0;color:#ffffff;}
#sas-250donate-msg a {color:#555555;}

.woocommerce-MyAccount-content div.u-columns.woocommerce-Addresses.col2-set.addresses div.u-column1.col-1.woocommerce-Address, .woocommerce-MyAccount-content div.u-columns.woocommerce-Addresses.col2-set.addresses div.u-column2.col-2.woocommerce-Address {display:block !important;max-width:100% !important;}

/* Flexible Page Builder - Additional styling for extended logic */

.sas-hero-title-hide {position:absolute;left:-9999px;}
.sas-hero-unfixed {background-attachment:scroll !important;}

/* Mass Unwrap styles */

.page-id-74930 #genesis-content h1,
.page-id-74930 #genesis-content h2,
.page-id-74930 #genesis-content h3,
.page-id-74930 #genesis-content h4,
.page-id-74930 #genesis-content h5,
.page-id-74930 #genesis-content h6 {color:#b11bab !important;}
.page-id-74930 #genesis-content .flexible-content-sas-content a:not(.button) {color:rgb(7, 167, 225) !important;text-decoration:underline;font-weight:bold;}
.page-id-74930 #genesis-content .flexible-content-strapline-bar {border:none;box-shadow:none;background:#ccdd00;}

/*# sourceMappingURL=style.css.map */

.woocommerce form .form-row textarea {height:150px !important;}
