:root {
  --vibrant-ethically-concious: #a9cd34;
  --vibrant-creative: #dd8f55;
  --vibrant-experimental: #e67455;
  --vibrant-lovable: #caa1a6;
  --vibrant-visionary: #1992a4;
  --vibrant-discerning: #006eb6;
  --vibrant-fabulous: #f87089;
  --earth-ethically-concious: #567e6a;
  --earth-creative: #d1bd71;
  --earth-experimental: #885a61;
  --earth-lovable: #f1d3d5;
  --earth-visionary: #548a7f;
  --earth-discerning: #395775;
  --earth-fabulous: #b4aea7;
  --neutral-ethically-concious: #88898a;
  --neutral-creative: #f0e4d7;
  --neutral-experimental: #bba691;
  --neutral-lovable: #d0cec9;
  --neutral-visionary: #b3c0b5;
  --neutral-discerning: #c0cad5;
  --neutral-fabulous: #dfe9dc;
  --grey1: #695b5f;
  --grey2: #7d7f87;
  --grey3: #cbcbd2;
  --grey4: #dad9e0;
  --grey5: #949c9e;
  --grey6: #b7b860;
  --site-background: #DFDFDF;
  --site-colour: #424242;
  --carpet-colour-natural: #d3ccb1;
  --carpet-colour-grey: #a79c9c;
  --carpet-colour-green: #318526;
  --carpet-colour-black: #190203;
  --carpet-colour-brown: #8e7738;
  --carpet-colour-white: white;
  --carpet-colour-gold: #debc2d;
  --carpet-colour-beige: #d6c3a1;
  --carpet-colour-silver: #d1d1d1;
  --carpet-colour-cream: #f0eace;
  --carpet-colour-blue: #32a7c3;
  --carpet-colour-yellow: #f4c500;
  --carpet-colour-red: #e63737;
  --carpet-colour-pink: #fcbcb1;
  --carpet-colour-purple: #a05fd7;
  --carpet-colour-orange: #eb8e13;
}

body {
  font-size: 16px;
}

.fa,
.fas,
.trade .cross:before,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.trade .cross:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-solid-900.eot");
  src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas,
.trade .cross:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/**
 * Foundation for Sites
 * Version 6.8.1
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

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

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;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[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 {
  padding: 0.35em 0.75em 0.625em;
}

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

progress {
  vertical-align: baseline;
}

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-decoration {
  -webkit-appearance: none;
}

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[data-whatintent=mouse] *, [data-whatintent=mouse] *:focus,
[data-whatintent=touch] *,
[data-whatintent=touch] *:focus,
[data-whatinput=mouse] *,
[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *,
[data-whatinput=touch] *:focus {
  outline: none;
}

[draggable=false] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.foundation-mq {
  font-family: "small=0em&msmall=21.875em&medium=41.6875em&lmedium=45.0625em&large=59.375em&xlarge=75.0625em&xxlarge=93.75em";
}

html {
  box-sizing: border-box;
  font-size: 16px;
}

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: Matter, helvetica, arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #424242;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}
[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

#order-form h2, #order-form .mega-accordion h2, #order-product h2, #order-product .mega-accordion h2 {
  font-family: Matter, helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  color: #424242;
}
#order-form h3, #order-product h3 {
  font-family: Matter, helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  color: #424242;
  margin-bottom: 1rem;
}
#order-form h4, #order-product h4 {
  font-family: Matter, helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #424242;
}
#order-form #Addr1, #order-product #Addr1 {
  margin-top: 2rem;
}
#order-form .addressChooser, #order-product .addressChooser {
  margin-top: 6px;
}
#order-form .itemlist, #order-product .itemlist {
  border: 2px solid #eee;
  border-top: none;
  max-height: 9rem;
  overflow-y: scroll;
  background: white;
}
#order-form .itemlist p, #order-product .itemlist p {
  padding: 0.1rem 0.5rem;
  cursor: pointer;
  margin-bottom: 0;
}
#order-form button, #order-form a.button, #order-product button, #order-product a.button {
  width: 100%;
  margin: 0.7rem 0 0;
}
#order-form button.add, #order-form button.submit, #order-form a.button.add, #order-form a.button.submit, #order-product button.add, #order-product button.submit, #order-product a.button.add, #order-product a.button.submit {
  background: #dd8f55;
}
#order-form button.search, #order-form button.cancel, #order-form a.button.search, #order-form a.button.cancel, #order-product button.search, #order-product button.cancel, #order-product a.button.search, #order-product a.button.cancel {
  background: #5b5b5b;
}
#order-form button.remove, #order-form a.button.remove, #order-product button.remove, #order-product a.button.remove {
  padding: 6px;
  min-width: 2rem;
  display: block;
  margin: 0;
  cursor: pointer;
}
#order-form .rem button, #order-product .rem button {
  width: unset;
  text-align: right;
}
#order-form .rem a, #order-product .rem a {
  color: #e67455;
  text-decoration: underline;
  float: right;
}
#order-form table, #order-product table {
  background: transparent;
}
#order-form table thead, #order-product table thead {
  border: none;
  border-bottom: solid 1px #cacaca;
  background: transparent;
}
#order-form table thead th, #order-product table thead th {
  font-weight: 500;
  color: RGBA(66, 66, 66, 0.41);
}
#order-form table tbody, #order-product table tbody {
  background-color: transparent;
  border: none;
}
#order-form table tbody tr, #order-product table tbody tr {
  background-color: transparent;
}
#order-form table tbody td p.extra, #order-product table tbody td p.extra {
  margin-bottom: 0;
}
#order-form table tbody td p.extra:before, #order-product table tbody td p.extra:before {
  content: url("/assets/images/icons/tick-bullet.svg");
  padding-right: 0.4rem;
}
#order-form table tbody td a.link, #order-product table tbody td a.link {
  padding: 0.5rem 0;
  color: #dd8f55;
  margin-top: 0.5rem;
  display: block;
  text-decoration: underline;
}
#order-form table tfoot, #order-product table tfoot {
  border: none;
  border-top: solid 1px #cacaca;
  background: transparent;
}
#order-form table tfoot td, #order-product table tfoot td {
  font-weight: 500;
}
#order-form .radio label, #order-product .radio label {
  font-size: 1rem;
}

.people-list {
  margin-top: 1rem;
}
.people-list .person {
  text-align: center;
  width: 254px;
  margin: 0 auto;
}
.people-list .person .title {
  height: 100px;
}
.people-list .person h2, .people-list .person h3 {
  font-family: "Recife Display", Georgia, "Times New Roman", Times, serif;
  color: #424242;
  font-size: 1rem;
  line-height: 1.25rem;
}
.people-list .person img {
  filter: grayscale(100%);
  margin-bottom: 1.5rem;
}
.people-list .person div.iconed {
  position: relative;
  padding: 0 0.5rem 3rem;
}
.people-list .person div.iconed:before {
  background: url("/assets/images/trade/paint/trade-person-circle.svg") no-repeat;
  content: url("/assets/images/trade/icons/AF_Team_icon_white.svg");
  position: absolute;
  left: 30px;
  top: -38px;
  width: 69px;
  height: 70px;
  padding: 20px 18px;
  z-index: 1;
}
.people-list .person div.detail {
  opacity: 0.6;
  font-size: 14px;
}
.people-list .person div.detail p {
  height: 85px;
}
.people-list .person div.detail a.email {
  text-decoration: underline;
}
.people-list .person.match h2, .people-list .person.match h3 {
  color: #dd8f55;
}

#megamenu-container a.homelink {
  position: absolute;
  bottom: 1rem;
  left: 5px;
  font-size: 0.8125rem;
}
#megamenu-container a.homelink:before {
  content: url("/assets/images/trade/AF_main_site_icon.svg");
  padding-right: 0.5rem;
  position: relative;
  top: 3px;
}
#megamenu-container .megamenu .inner {
  background-color: #f0e4d7;
}
#megamenu-container .megamenu .inner .megatitle.megaheader:before {
  background: url("/assets/images/trade/hero_underline.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

#mainbanner {
  min-height: 725px;
}
#mainbanner .orbit-figure.head-banner img {
  height: 725px;
}
#mainbanner .title p strong:before {
  background: url("/assets/images/trade/hero_underline.svg") 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

ul.topmenu li a:hover:before, ul.topmenu li a.mainlinkactive:before, ul.topmenu li a.current:before {
  background: url("/assets/images/trade/hero_underline.svg") top left;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

h1 {
  margin: 0 1rem 2rem;
  font-size: 2rem;
}
@media print, screen and (min-width: 41.6875em) {
  h1 {
    font-size: 2.8125rem;
  }
}
@media print, screen and (min-width: 59.375em) {
  h1 {
    font-size: 3.75rem;
  }
}

.header .logo {
  width: 250px;
  height: 52px;
  margin-top: 20px;
}

.menu-wrapper {
  background-color: #f0e4d7;
}
.menu-wrapper ul.vertical {
  background-color: #f0e4d7;
}

#offCanvasMenu {
  background-color: #f0e4d7;
}
#offCanvasMenu.is-open .header {
  background-color: #f0e4d7;
}

#mobile-toplinks .logo {
  width: 171px;
  height: 52px;
  margin-top: -8px;
}

.richlink {
  margin-top: 1.8rem;
}
@media print, screen and (min-width: 41.6875em) {
  .richlink .tool.smmr {
    margin-right: 1rem;
  }
  .richlink .tool.mmar {
    margin-left: 1rem;
  }
}
.richlink .tool .img-container img {
  min-width: 100%;
}

.pageblock .cosmos-panel {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.pageblock .cosmos-cell {
  padding-left: 0 !important;
  padding-right: 0 !important; /*
@include breakpoint(xlarge) {
	padding-left: .9375rem !important;
	padding-right: .9375rem !important;
}*/
}

.cosmos-accordion h3 {
  color: #dd8f55 !important;
}
.cosmos-accordion .paint-button-container a {
  background-image: url("/assets/images/buttons/palette/vibrant-creative.svg");
}

.blog {
  background-color: white;
  padding-bottom: 2rem;
}
.blog.posts {
  padding-top: 1rem;
}
.blog .blog-post {
  /*
  position: relative;
  text-align: center;
  margin-bottom: 1rem;*/
}
.blog .blog-post h3 {
  display: none;
}
@media print, screen and (min-width: 59.375em) {
  .blog .blog-post h3 {
    display: block;
    bottom: 0;
    /*
    padding: 0 1rem;
    background: rgba(0,0,0,0.4);*/
    margin-right: 1rem;
    margin-bottom: 0;
  }
  .blog .blog-post h3 a {
    font-size: 1.25rem;
    color: #424242;
  }
}
.blog .blog-post p {
  display: none;
}

.q-links {
  margin-top: 1.8rem;
}
@media print, screen and (min-width: 59.375em) {
  .q-links {
    margin-left: 1rem;
    margin-top: 0;
    height: 725px;
  }
}
.q-links .inner {
  padding-top: 1rem;
}
.q-links .inner.home {
  background-color: #F2F2F2;
}
@media print, screen and (min-width: 59.375em) {
  .q-links .inner {
    padding: 1rem 2rem;
  }
}
.q-links .inner h2 {
  color: #424242;
  font-family: "rollerscript-smooth", sans-serif;
  display: inline-block;
  margin-bottom: 1.5rem;
  font-weight: normal;
}
.q-links .inner h2:after {
  bottom: 0;
  z-index: 0;
}
.q-links .inner .list {
  list-style-type: none;
  margin-left: 0;
}
@media print, screen and (min-width: 41.6875em) {
  .q-links .inner .list li {
    display: inline-block;
    width: 48%;
  }
}
@media print, screen and (min-width: 59.375em) {
  .q-links .inner .list li {
    display: inline;
  }
}
.q-links .inner .list li a {
  display: inline-flex;
  font-weight: 500;
  justify-content: flex-start;
  align-items: center;
}
.q-links .inner .list li div {
  display: inline-flex;
  position: relative;
  margin-right: 1rem;
  min-width: 3.8125rem;
}
.q-links .inner .list li div img.icon {
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}

#megamenu-container a.qlink {
  display: inline-flex;
  font-weight: 500;
  justify-content: flex-start;
  align-items: center;
}
#megamenu-container a.qlink div {
  display: inline-flex;
  position: relative;
  margin-right: 1rem;
  min-width: 3.8125rem;
}
#megamenu-container a.qlink div img.icon {
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}

.trade #account-table {
  margin-bottom: 8rem;
}
.trade .button {
  background-color: #5b5b5b;
  font-weight: normal;
  letter-spacing: 0.5px;
  text-transform: none;
}
.trade .button.form-post-button {
  background-color: #a9cd34;
}
.trade h2 {
  font-size: 2rem;
  font-family: Recife Display, Georgia, Times New Roman, Times, serif;
  font-weight: 600;
  letter-spacing: 0.2px;
  line-height: 34px;
}
.trade h3 {
  color: #424242;
  font-family: Matter, helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  border-bottom: solid 1px #D3D3D4;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  margin-top: 1rem;
}
.trade h4 {
  margin-top: 2rem;
  color: #424242;
  font-family: Matter, helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 1rem;
}
@media print, screen and (min-width: 59.375em) {
  .trade h4 {
    margin-top: 0;
  }
}
@media screen and (min-width: 75.0625em) {
  .trade .content {
    padding: 0 5rem;
  }
}
.trade .content a {
  text-decoration: underline;
}
.trade .content a.button {
  text-decoration: none;
}
.trade .tick:before {
  content: url(/assets/images/icons/tick-bullet.svg);
  padding-right: 0.4rem;
}
.trade .cross:before {
  content: "\f00d";
  padding-right: 0.4rem;
  color: red;
}
.trade label {
  font-size: 1rem;
}
.trade canvas {
  border-bottom: dotted 1px black;
  height: 15rem;
}

.order {
  background-color: white;
  padding: 1rem 2rem;
}
.order h2 {
  color: #424242;
  font-family: Matter, helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  border-bottom: solid 1px #D3D3D4;
  margin-bottom: 2.5rem;
}

.basket {
  padding: 0 1rem;
}
.basket .item img {
  display: block;
}
.basket .item img.thumb {
  width: 85px;
}

.trade_modal {
  padding: 2rem 1rem;
  color: white;
  justify-content: center;
  align-items: center;
  display: flex;
  margin: auto;
  background-color: #FFFFFF;
  width: 600px;
  max-width: 60vh;
}

/*# sourceMappingURL=trade.css.map*/