@import url(https://fonts.googleapis.com/css?family=Quicksand:400,500|Roboto+Slab:300,400&display=swap);@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

* {
  margin: 0;
  padding: 0;
}

p {
  font-family: "Quicksand", sans-serif;
  font-size: 0.9375em;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
  color: #555555;
  margin-bottom: 20px;
}
p:last-of-type {
  margin-bottom: 0;
}
p.white {
  color: #FFFFFF;
}

a {
  text-decoration: none;
  outline: none;
  color: inherit;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

strong {
  font-weight: 500;
}

.clear_fix:after {
  content: "";
  display: table;
  clear: both;
}

.fa {
  width: 15px;
  text-align: right;
}
.fa.abs {
  position: absolute;
  line-height: inherit;
  transition: all 0.2s ease;
}

a:hover .fa.abs,
button:hover .fa.abs {
  padding-left: 2px;
}

.heading, .section.policy .text .sub_heading, .popup .nav li, .popup .close_popup {
  position: relative;
  font-family: "Roboto Slab", serif;
  font-size: 2.25em;
  font-weight: 300;
  line-height: 130%;
  text-align: center;
  color: #693889;
  margin-bottom: 30px;
}
.heading.dark_green, .section.policy .text .dark_green.sub_heading, .popup .nav li.dark_green, .popup .dark_green.close_popup {
  color: #619333;
}
.heading.mint, .section.policy .text .mint.sub_heading, .popup .nav li.mint, .popup .mint.close_popup {
  color: #BCDED0;
}
.heading:first-child, .section.policy .text .sub_heading:first-child, .popup .nav li:first-child, .popup .close_popup:first-child {
  margin-top: 0;
}

/* -------------------------------------------------- */
@media screen and (max-width: 1023px) {
  .heading, .section.policy .text .sub_heading, .popup .nav li, .popup .close_popup {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 767px) {
  .heading, .section.policy .text .sub_heading, .popup .nav li, .popup .close_popup {
    font-size: 1.375em;
    margin-bottom: 20px;
  }
}
.inline_block_link {
  display: inline-block;
  position: relative;
  font-family: "Roboto Slab", serif;
  font-size: 0.9375em;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
  color: #333333;
  color: #FECD42;
  margin-top: 20px;
}
.inline_block_link .fa {
  position: absolute;
  line-height: inherit;
  transition: all 0.2s ease;
}
.inline_block_link:hover .fa {
  padding-left: 2px;
}

a.inline_link:hover {
  text-decoration: underline;
}

span.new_line {
  display: block;
}

.super {
  position: relative;
  padding-right: 6px;
}
.super sup {
  position: absolute;
  top: 3px;
  right: 0;
  font-size: 8px;
  line-height: 8px;
}

.table {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}
.table .table_cell {
  display: table-cell;
  vertical-align: middle;
}

.dotted_separator {
  position: relative;
  width: 2px;
  height: 78px;
  background-image: radial-gradient(circle, #693889 1px, rgba(0, 0, 0, 0) 1px);
  background-repeat: repeat-y;
  background-size: 2px 6px;
  margin: 0 auto;
}
.dotted_separator.dark_green {
  background-image: radial-gradient(circle, #619333 1px, rgba(0, 0, 0, 0) 1px);
}
.dotted_separator.mint {
  background-image: radial-gradient(circle, #BCDED0 1px, rgba(0, 0, 0, 0) 1px);
}
.dotted_separator.white {
  background-image: radial-gradient(circle, #FFFFFF 1px, rgba(0, 0, 0, 0) 1px);
}
.dotted_separator.top {
  margin-bottom: 30px;
}
.dotted_separator.bottom {
  margin-top: 30px;
}

.pin {
  position: absolute;
  top: -132px;
}

/* -------------------------------------------------- */
@media screen and (max-width: 1023px) {
  .dotted_separator {
    height: 54px;
  }

  .pin {
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .dotted_separator {
    height: 34px;
  }
  .dotted_separator.top {
    margin-bottom: 20px;
  }
  .dotted_separator.bottom {
    margin-top: 20px;
  }
}
.form_bg {
  position: relative;
  width: 100%;
}
.form_bg.light_grey {
  background: #F4F3F3;
}
.form_bg.with_img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.form_wrapper {
  position: relative;
  width: 90%;
  max-width: 1220px;
  padding: 80px 0;
  margin: 0 auto;
}
.form_wrapper .intro {
  position: relative;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}
.form_wrapper .form {
  position: relative;
  width: calc(100% + 20px);
  text-align: center;
  margin: 40px -10px 0 -10px;
}
.form_wrapper .form .field {
  float: left;
  position: relative;
  width: 33.3333333333%;
  text-align: center;
  box-sizing: border-box;
  padding: 0 10px;
  margin-bottom: 20px;
}
.form_wrapper .form .field.text_area {
  width: 100%;
}
.form_wrapper .form .field label {
  display: inline-block;
  position: relative;
  font-family: "Quicksand", sans-serif;
  font-size: 0.9375em;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
  color: #555555;
  margin-bottom: 10px;
  cursor: pointer;
}
.form_wrapper .form .field label.hide {
  display: none !important;
}
.form_wrapper .form .field.error label {
  color: #FF0000;
}
.form_wrapper .form .field input {
  display: block;
  position: relative;
  width: 100%;
  height: 56px;
  background: #FFFFFF;
  border: solid 2px #EBE9E9;
  border-radius: 10px;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  font-family: "Quicksand", sans-serif;
  font-size: 0.9375em;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
  color: #555555;
  outline: none;
  box-sizing: border-box;
  padding: 15px 30px;
  margin: 0;
}
.form_wrapper .form input.detect {
  display: none !important;
}
.form_wrapper .form button {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 393px;
  background: #FECD42;
  border: none;
  border-radius: 10px;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  font-family: "Roboto Slab", serif;
  font-size: 0.9375em;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
  color: #333333;
  color: #FFFFFF;
  outline: none;
  box-sizing: border-box;
  padding: 15px 30px;
  margin-top: 20px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.form_wrapper .form button:hover {
  background: rgba(254, 205, 66, 0.8);
}
.form_wrapper.search {
  padding: 82px 0 40px 0;
}
.form_wrapper.search .heading, .form_wrapper.search .section.policy .text .sub_heading, .section.policy .text .form_wrapper.search .sub_heading, .form_wrapper.search .popup .nav li, .popup .nav .form_wrapper.search li, .form_wrapper.search .popup .close_popup, .popup .form_wrapper.search .close_popup {
  color: #FFFFFF;
}
.form_wrapper.search .form {
  width: 100%;
  margin: 0;
}
.form_wrapper.search .form .field {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}

/* -------------------------------------------------- */
@media screen and (max-width: 1023px) {
  .form_wrapper {
    padding: 40px 0 !important;
  }
  .form_wrapper .form {
    width: 100%;
    margin: 40px 0 0 0;
  }
  .form_wrapper .form .field {
    float: none;
    width: 100%;
    padding: 0;
  }
  .form_wrapper .form .field.text_area {
    width: 100%;
  }
}
body.no_scroll {
  overflow: hidden;
}

#header_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
#header_wrapper.top {
  background: #693889;
  z-index: 4;
}
#header_wrapper.top:before {
  display: none;
}

#header {
  position: relative;
  width: 90%;
  height: 90px;
  max-width: 1220px;
  margin: 0 auto;
}
#header .logo {
  float: left;
  line-height: 0;
}
#header .logo a {
  display: block;
}
#header .logo img {
  width: 250px;
  height: 90px;
}
#header .site_cta {
  position: absolute;
  right: 0;
  bottom: 15px;
  box-sizing: border-box;
  padding-right: 98px;
}
#header .site_cta p {
  font-weight: 500;
  text-align: left;
  color: #FFFFFF;
}
#header .site_cta p a {
  display: inline-block;
  position: relative;
  color: #AF97C5;
}
#header .site_cta .icons {
  position: absolute;
  top: 5px;
  right: 0;
}
#header .site_cta .icons .icon {
  display: block;
  float: left;
  width: 34px;
  height: 34px;
  border: solid 1px #AF97C5;
  border-radius: 50%;
  text-decoration: none;
  font-family: "Quicksand", sans-serif;
  font-size: 0.9375em;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
  color: #555555;
  font-size: 0.75em;
  color: #AF97C5;
  outline: none;
  box-sizing: border-box;
  padding: 7px;
  margin-right: 10px;
  transition: all 0.2s ease;
}
#header .site_cta .icons .icon:last-child {
  margin-right: 0;
}
#header .site_cta .icons .icon:hover, #header .site_cta .icons .icon.active {
  background: #FFFFFF;
  border: solid 1px #FFFFFF;
  color: #693889;
}

/* -------------------------------------------------- */
@media screen and (max-width: 1279px) {
  #header_wrapper {
    position: relative;
    top: auto;
    left: auto;
    background: #693889;
  }

  #header {
    height: auto;
    text-align: center;
    padding-bottom: 20px;
  }
  #header .logo {
    display: inline-block;
    float: none;
    position: relative;
  }
  #header .site_cta {
    display: block;
    position: relative;
    right: auto;
    bottom: auto;
    text-align: center;
    padding-right: 0;
  }
  #header .site_cta p {
    text-align: center;
  }
  #header .site_cta .icons {
    display: inline-block;
    position: relative;
    top: auto;
    right: auto;
    margin-top: 10px;
  }
}
#nav_wrapper,
#burger_wrapper,
#products_wrapper {
  position: relative;
  width: 100% !important;
  background: #82A652;
  z-index: 4;
}

#nav_wrapper.top {
  position: fixed;
  top: 90px !important;
  left: 0;
}

#burger_wrapper {
  display: none;
  position: relative;
  top: auto;
  left: auto;
  text-align: center;
}
#burger_wrapper a.burger {
  display: block;
  font-family: "Quicksand", sans-serif;
  font-size: 0.9375em;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
  color: #555555;
  font-weight: 500;
  color: #FFFFFF;
  padding: 10px 5%;
}
#burger_wrapper a.burger .fa {
  padding-left: 5px;
}

#nav {
  position: relative;
  width: 90%;
  max-width: 1220px;
  height: 42px;
  margin: 0 auto;
}
#nav li {
  list-style: none;
  float: left;
  position: relative;
  width: 16.6666667%;
  border-right: solid 2px #619333;
  font-family: "Quicksand", sans-serif;
  font-size: 0.9375em;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
  color: #555555;
  color: #FFFFFF;
  box-sizing: border-box;
}
#nav li:first-of-type {
  border-left: solid 2px #619333;
}
#nav li a, #nav li span {
  display: block;
  padding: 10px 0;
  transition: all 0.2s ease;
}
#nav li a:hover, #nav li a.active, #nav li span:hover, #nav li span.active {
  background: #619333;
}

#products_wrapper {
  position: fixed;
  top: 132px !important;
  left: 0;
  background: #FDD670;
}
#products_wrapper #nav {
  display: flex;
  justify-content: center;
}
#products_wrapper #nav li {
  float: none;
  border-right: solid 2px #FECD42;
  color: #333333;
}
#products_wrapper #nav li:first-of-type {
  border-left: solid 2px #FECD42;
}
#products_wrapper #nav li a, #products_wrapper #nav li span {
  padding: 10px;
}
#products_wrapper #nav li a.active, #products_wrapper #nav li span.active {
  background: #FECD42;
}
#products_wrapper #nav li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding-top: 2px;
  z-index: 1;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition: all 0.2s ease;
}
#products_wrapper #nav li > ul li {
  display: block;
  width: 100%;
  background: #FDD670;
  border: none !important;
  border-bottom: solid 2px #FECD42 !important;
}
#products_wrapper #nav li > ul li:last-child {
  border-bottom: none !important;
}
#products_wrapper #nav li:hover > a, #products_wrapper #nav li:hover span {
  background: #FECD42;
}
#products_wrapper #nav li:hover > ul {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

@media screen and (max-width: 1279px) {
  #nav_wrapper,
#products_wrapper {
    display: none;
  }

  #burger_wrapper {
    display: block;
  }
}
.popup {
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(51, 51, 51, 0.95);
  box-sizing: border-box;
  padding: 120px 80px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  z-index: 10;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition: all 0.2s ease;
}
.popup.show {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.popup .close_popup {
  position: absolute;
  top: 37px;
  left: 50%;
  transform: translate(-50%);
  text-decoration: none;
  color: #FFFFFF;
  outline: none;
  margin-bottom: 0;
  cursor: pointer;
  z-index: 1;
}
.popup .nav li {
  list-style: none;
  position: relative;
  color: #FFFFFF;
  margin-bottom: 40px;
}
.popup .nav li:last-child {
  margin-bottom: 0;
}
.popup .nav li a {
  display: inline-block;
  transition: all 0.2s ease;
}
.popup .nav li a:hover, .popup .nav li a.active {
  color: #619333;
}

#mobile_nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding-left: 20%;
  transform: translateX(-100%);
  transition: transform 0.4s cubic-bezier(0, 0.5, 0, 1);
  z-index: 10;
}
#mobile_nav.show {
  transform: translateX(-20%);
}
#mobile_nav .nav {
  position: relative;
  width: 100%;
  height: 100%;
  background: #82A652;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
#mobile_nav .nav li {
  list-style: none;
  position: relative;
  width: 100%;
  border-bottom: solid 2px rgba(97, 147, 51, 0.8);
  font-family: "Quicksand", sans-serif;
  font-size: 0.9375em;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
  color: #555555;
  color: #FFFFFF;
  text-align: left;
}
#mobile_nav .nav li a {
  display: block;
  padding: 10px 20px;
}
#mobile_nav .nav li a.active, #mobile_nav .nav li a.dropdown_active {
  background: #619333;
}
#mobile_nav .nav li .dropdown {
  display: none;
  background: rgba(255, 255, 255, 0.2);
}
#mobile_nav .nav li .dropdown li {
  border-bottom: solid 2px rgba(97, 147, 51, 0.4);
  font-size: 1em;
}
#mobile_nav .nav li .dropdown li:last-child {
  border-bottom: none;
}

#mobile_nav_overlay {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.95);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition: all 0.4s ease;
  cursor: pointer;
  z-index: 9;
}
#mobile_nav_overlay::after {
  content: "";
  visibility: hidden;
  position: absolute;
  top: 10px;
  left: 80%;
  width: 22px;
  height: 22px;
  background-image: url("../images/global/header/close_icon.png");
  background-size: 22px 22px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  margin-left: 10px;
  transition: all 0.4s ease 0.4s;
}
#mobile_nav_overlay.show {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
#mobile_nav_overlay.show::after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

#container {
  position: relative;
  width: 100%;
  background: #FFFFFF;
  padding-top: 132px;
  z-index: 3;
}

@media screen and (max-width: 1279px) {
  #container {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
}
#header_img {
  position: relative;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  padding: 80px 5%;
}
#header_img .heading, #header_img .section.policy .text .sub_heading, .section.policy .text #header_img .sub_heading, #header_img .popup .close_popup, .popup #header_img .close_popup, #header_img .popup .nav li, .popup .nav #header_img li {
  color: #FFFFFF;
  margin-bottom: 0;
}

/* -------------------------------------------------- */
@media screen and (max-width: 1023px) {
  #header_img {
    padding: 60px 5%;
  }
}
.section {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.section.light_grey {
  background-color: #F4F3F3;
}
.section.mint {
  background-color: #BCDED0;
}
.section.dark_green {
  background-color: #619333;
}
.section.with_bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section .text {
  position: relative;
  width: 90%;
  max-width: 400px;
  text-align: center;
  padding: 40px 0;
  margin: 0 auto;
}
.section .text .ctas .inline_block_link {
  margin-top: 10px;
}
.section .text .ctas .inline_block_link:first-child {
  margin-top: 30px;
}
.section .text .illustration {
  position: absolute;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section .text .illustration.right {
  left: 100%;
  margin-left: 80px;
}
.section .text .illustration.left {
  right: 100%;
  margin-right: 80px;
}
.section .text .illustration.overlay {
  z-index: 1;
}
.section .text .illustration.underlay {
  z-index: -1;
}
.section .text .sitemap li {
  list-style: none;
  position: relative;
  font-family: "Quicksand", sans-serif;
  font-size: 0.9375em;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
  color: #555555;
}
.section .text span.address {
  display: block;
}
.section.global_marketplace .text {
  max-width: 720px;
  padding: 160px 0;
}
.section.global_marketplace .text .heading, .section.global_marketplace .section.policy .text .sub_heading, .section.policy .section.global_marketplace .text .sub_heading, .section.global_marketplace .text .popup .close_popup, .popup .section.global_marketplace .text .close_popup, .section.global_marketplace .text .popup .nav li, .popup .nav .section.global_marketplace .text li {
  color: #FFFFFF;
}
.section.global_marketplace .text p {
  color: #FFFFFF;
  margin-top: 30px;
}
.section.global_marketplace .text .inline_block_link {
  margin-top: 30px;
}
.section .boxed_listings_wrapper {
  position: relative;
  width: 100%;
}
.section .boxed_listings_wrapper.mint {
  background: #BCDED0;
}
.section .boxed_listings {
  position: relative;
  width: 90%;
  max-width: 1220px;
  padding: 80px 0 60px 0;
  margin: 0 auto;
}
.section .boxed_listings ul {
  position: relative;
  width: calc(100% + 20px);
  text-align: center;
  margin: 0 -10px;
}
.section .boxed_listings ul li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  width: 33.3333333333%;
  box-sizing: border-box;
  padding: 0 10px 20px 10px;
}
.section .boxed_listings ul li .wrap {
  display: table;
  position: relative;
  width: 100%;
  border-color: #EBE9E9;
  border-width: 1px;
  border-style: dashed;
  border-radius: 10px;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  font-family: "Roboto Slab", serif;
  font-size: 0.9375em;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
  color: #333333;
  box-sizing: border-box;
  padding: 10px 30px;
}
.section .boxed_listings ul li .wrap .center {
  display: table-cell;
  vertical-align: middle;
}
.section .boxed_listings ul li .wrap .center > div {
  display: block;
  position: relative;
  width: 100%;
}
.section .boxed_listings ul li .wrap .center > div.stock_code {
  font-weight: 300;
}
.section .boxed_listings_wrapper.mint .boxed_listings ul li .wrap {
  border-color: #FFFFFF;
}

/* -------------------------------------------------- */
@media screen and (max-width: 1023px) {
  .section .text .illustration.right {
    margin-left: 40px;
  }
  .section .text .illustration.left {
    margin-right: 40px;
  }
  .section.global_marketplace .text {
    padding: 80px 0;
  }
  .section .boxed_listings {
    padding: 40px 0 20px 0;
  }
  .section .boxed_listings ul li {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .section.with_bg:not(.global_marketplace) {
    background-image: none !important;
  }
  .section .text {
    max-width: 100%;
    padding: 30px 0;
  }
  .section .text .illustration {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    filter: alpha(opacity=10);
    -moz-opacity: 0.1;
    -khtml-opacity: 0.1;
    opacity: 0.1;
  }
  .section .text .illustration.right {
    margin-left: -80px;
  }
  .section .text .illustration.left {
    margin-right: -80px;
  }
  .section .boxed_listings {
    padding: 40px 0;
  }
  .section .boxed_listings ul {
    width: 100%;
    margin: 0;
  }
  .section .boxed_listings ul li {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  .section .boxed_listings ul li:last-child {
    margin-bottom: 0;
  }
  .section .boxed_listings ul li .wrap {
    display: block;
    position: relative;
    width: 100%;
    border: none !important;
    border-radius: 0;
    padding: 0;
  }
  .section .boxed_listings ul li .wrap[style] {
    height: auto !important;
  }
  .section .boxed_listings ul li .wrap .center {
    display: block;
  }
}
@media screen and (max-width: 413px) {
  .section .text .address {
    margin-top: 15px;
  }
  .section .text .address span.new_line {
    display: inline;
  }
  .section.global_marketplace .text {
    padding: 40px 0;
  }
}
.logos_wrapper {
  position: relative;
  width: 100%;
}
.logos_wrapper.light_grey {
  background: #F4F3F3;
}
.logos_wrapper.transparent {
  background: rgba(0, 0, 0, 0.05);
}

.logos {
  position: relative;
  width: 90%;
  max-width: 1220px;
  padding: 80px 0;
  margin: 0 auto;
}
.logos.associates {
  max-width: 724px;
}

.logos_slider {
  position: relative;
  width: calc(100% + 20px);
  margin: 0 -10px;
}
.logos_slider .logo_wrapper {
  box-sizing: border-box;
  padding: 0 10px;
}
.logos_slider .logo_wrapper .logo {
  position: relative;
  width: 100%;
  background: #FFFFFF;
  border: solid 2px #EBE9E9;
  border-radius: 10px;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  line-height: 0;
  box-sizing: border-box;
}
.logos_slider .logo_wrapper .logo img {
  border-radius: 8px;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
.logos_slider .logo_wrapper a.logo {
  display: block;
  text-decoration: none;
  outline: none;
}
.logos_slider .logo_wrapper a.logo img {
  transition: opacity 0.2s;
}
.logos_slider .logo_wrapper a.logo img:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}

/* -------------------------------------------------- */
@media screen and (max-width: 1023px) {
  .logos {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .logos_slider {
    width: calc(100% + 10px);
    margin: 0 -5px;
  }
  .logos_slider .logo_wrapper {
    padding: 0 5px;
  }
}
.slider_wrapper {
  position: relative;
  width: 100%;
}
.slider_wrapper.light_grey {
  background: #F4F3F3;
}

.slider {
  position: relative;
  width: 90%;
  max-width: 1220px;
  padding: 80px 0;
  margin: 0 auto;
}

.slider_images.single {
  position: relative;
  width: 100%;
  max-width: 407px;
  margin: 0 auto;
}
.slider_images:not(.single):before, .slider_images:not(.single):after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 20px;
  height: 100%;
  background: #FFFFFF;
  z-index: 1;
}
.slider_images:not(.single):before {
  left: 0;
}
.slider_images:not(.single):after {
  right: 0;
}
.slider_images .slick-prev,
.slider_images .slick-next {
  display: block;
  position: absolute;
  top: 50%;
  width: 22px;
  height: 40px;
  background: url("../images/global/misc/arrows.png");
  background-image: url("../images/global/misc/arrows.svg"), none;
  background-position: 0 0;
  margin-top: -20px;
  cursor: pointer;
  z-index: 2;
}
.slider_images .slick-prev {
  transform: rotate(-180deg);
  left: -10px;
}
.slider_images .slick-next {
  left: 100%;
  margin-left: -12px;
}
.slider_images.single .slick-prev {
  left: -62px;
}
.slider_images.single .slick-next {
  margin-left: 40px;
}
.slider_images .slick-list {
  padding: 0 !important;
}
.slider_images .slick-list .slick-track {
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider_images .slick-list .slick-track .slick-slide > div,
.slider_images .slick-list .slick-track .slick-slide[aria-hidden=true]:not(.slick-cloned) ~ .slick-cloned[aria-hidden=true] > div {
  transform: scale(0.68);
  transition: transform 0.5s;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.slider_images .slick-list .slick-track .slick-slide > div .image,
.slider_images .slick-list .slick-track .slick-slide[aria-hidden=true]:not(.slick-cloned) ~ .slick-cloned[aria-hidden=true] > div .image {
  position: relative;
  width: 100%;
  border: solid 2px #619333;
  border-radius: 50%;
  box-sizing: border-box;
}
.slider_images .slick-list .slick-track .slick-slide > div .image:before,
.slider_images .slick-list .slick-track .slick-slide[aria-hidden=true]:not(.slick-cloned) ~ .slick-cloned[aria-hidden=true] > div .image:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  padding-top: 100%;
}
.slider_images .slick-list .slick-track .slick-slide > div .image img,
.slider_images .slick-list .slick-track .slick-slide[aria-hidden=true]:not(.slick-cloned) ~ .slick-cloned[aria-hidden=true] > div .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-sizing: border-box;
  padding: 5px;
}
.slider_images .slick-list .slick-track .slick-center > div,
.slider_images .slick-list .slick-track .slick-slide[aria-hidden=true]:not([tabindex="-1"]) + .slick-cloned[aria-hidden=true] > div {
  transform: scale(1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.slider_wrapper.light_grey .slider_images:before, .slider_wrapper.light_grey .slider_images:after {
  background: #F4F3F3;
}

.slider_text {
  width: 100%;
  max-width: 720px;
  margin: 50px auto 0 auto;
}
.slider_text .heading, .slider_text .section.policy .text .sub_heading, .section.policy .text .slider_text .sub_heading, .slider_text .popup .close_popup, .popup .slider_text .close_popup, .slider_text .popup .nav li, .popup .nav .slider_text li {
  font-size: 1.75em;
}
.slider_text .text {
  position: relative;
  width: calc(100% + 30px);
  margin: 0 -15px;
  text-align: center;
}
.slider_text .text.single {
  width: 100%;
  margin: 0;
}
.slider_text .text .col {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
}
.slider_text .text .col p {
  text-align: left;
}

/* -------------------------------------------------- */
@media screen and (max-width: 1023px) {
  .slider {
    padding: 40px 0;
  }

  .slider_images:before, .slider_images:after {
    display: none;
  }

  .slider_text {
    margin: 30px auto 0 auto;
  }
  .slider_text .heading, .slider_text .section.policy .text .sub_heading, .section.policy .text .slider_text .sub_heading, .slider_text .popup .close_popup, .popup .slider_text .close_popup, .slider_text .popup .nav li, .popup .nav .slider_text li {
    font-size: 1.375em;
  }
}
@media screen and (max-width: 767px) {
  .slider_images {
    padding: 0 44px;
  }
  .slider_images.single {
    max-width: none;
  }
  .slider_images .slick-prev {
    left: 0 !important;
  }
  .slider_images .slick-next {
    margin-left: -22px !important;
  }
  .slider_images .slick-list .slick-track {
    display: block;
  }
  .slider_images .slick-list .slick-track .slick-slide > div,
.slider_images .slick-list .slick-track .slick-slide[aria-hidden=true]:not(.slick-cloned) ~ .slick-cloned[aria-hidden=true] > div {
    transform: none;
    transition: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }

  .slider_text .text {
    width: 100%;
    margin: 0;
  }
  .slider_text .text .col {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .slider_text .text .col:last-child {
    margin-bottom: 0;
  }
  .slider_text .text .col p {
    text-align: center;
  }
}
#generic_ctas {
  position: relative;
  width: 100%;
}
#generic_ctas .cta_bg {
  float: left;
  width: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0;
}
#generic_ctas .cta_bg .cta {
  position: relative;
  width: 300px;
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  box-sizing: border-box;
  margin: 0 auto;
}
#generic_ctas .cta_bg .cta.dark_purple {
  background-image: url("../images/global/generic_ctas/purple_overlay.png");
}
#generic_ctas .cta_bg .cta.dark_green {
  background-image: url("../images/global/generic_ctas/green_overlay.png");
}
#generic_ctas .cta_bg .cta .inline_block_link {
  font-size: 1.75em;
  font-weight: 300;
  line-height: 130%;
  color: #FFFFFF;
  margin-top: 0;
  margin-bottom: 15px;
}
#generic_ctas .cta_bg .cta .inline_block_link .fa {
  display: none;
}
#generic_ctas .cta_bg .cta .arrow {
  display: block;
  position: relative;
  width: 22px;
  height: 40px;
  background: url("../images/global/misc/arrows.png");
  background-image: url("../images/global/misc/arrows.svg"), none;
  background-position: 0 -40px;
  margin: 0 auto;
  transition: all 0.2s ease;
}
#generic_ctas .cta_bg .cta .arrow:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

/* -------------------------------------------------- */
@media screen and (max-width: 1023px) {
  #generic_ctas .cta_bg {
    padding: 40px 0;
  }
  #generic_ctas .cta_bg .cta {
    width: 200px;
    height: 200px;
  }
  #generic_ctas .cta_bg .cta .inline_block_link {
    font-size: 0.9375em;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 0;
  }
  #generic_ctas .cta_bg .cta .arrow {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #generic_ctas .cta_bg {
    float: none;
    position: relative;
    width: 100%;
    padding: 30px 0;
    margin-bottom: 2px;
  }
  #generic_ctas .cta_bg:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 413px) {
  #generic_ctas .cta_bg {
    padding: 0;
  }
  #generic_ctas .cta_bg .cta {
    width: 100%;
    height: auto;
    background: none;
    padding: 40px 5%;
  }
  #generic_ctas .cta_bg .cta.dark_purple {
    background: rgba(105, 56, 137, 0.7);
  }
  #generic_ctas .cta_bg .cta.dark_green {
    background: rgba(97, 147, 51, 0.7);
  }
  #generic_ctas .cta_bg .cta .inline_block_link {
    font-size: 1.125em;
  }
  #generic_ctas .cta_bg .cta .inline_block_link .fa {
    display: inline-block;
  }
}
#footer_wrapper {
  position: relative;
  width: 100%;
  background: #97918F;
}

#footer {
  position: relative;
  width: 90%;
  max-width: 1220px;
  text-align: center;
  padding: 30px 0;
  margin: 0 auto;
}
#footer .col {
  display: inline-block;
  vertical-align: top;
  background-image: radial-gradient(circle, #FFFFFF 1px, rgba(0, 0, 0, 0) 1px);
  background-position: right;
  background-repeat: repeat-y;
  background-size: 2px 6px;
  padding-right: 20px;
  margin-right: 20px;
}
#footer .col:last-child {
  background: none;
  padding-right: 0;
  margin-right: 0;
}
#footer .col p {
  color: #FFFFFF;
}

/* -------------------------------------------------- */
@media screen and (max-width: 1023px) {
  #footer .col {
    display: block;
    background: none;
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #footer .col:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  #footer span.new_line {
    display: inline;
  }
}
#legal_footer {
  position: relative;
  width: 100%;
  background: #333333;
  text-align: center;
  box-sizing: border-box;
  padding: 20px 5%;
}
#legal_footer p {
  font-size: 0.75em;
  color: #FFFFFF;
}
#legal_footer p span.new_line {
  display: inline;
}
#legal_footer p span.bullet {
  padding: 0 6px;
}
#legal_footer span.break {
  display: block;
  font-size: 0;
  line-height: 0;
}
#legal_footer .vrve {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding-left: 18px;
}
#legal_footer .vrve:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 12px;
  height: 18px;
  background: url("../images/global/footer/vrve_icon.png");
  background-image: url("../images/global/footer/vrve_icon.svg"), none;
}

/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
  #legal_footer p span.registered_company,
#legal_footer p span.vat_number {
    display: block;
  }
  #legal_footer p span.vat_number {
    margin-top: 10px;
  }
  #legal_footer p span.bullet {
    display: none;
  }
}
@media screen and (max-width: 414px) {
  #legal_footer p span.new_line {
    display: block;
  }
}
.section.policy .text {
  max-width: 720px;
}
.section.policy .text .sub_heading {
  font-size: 1.75em;
  margin-top: 30px;
  margin-bottom: 15px;
}
.section.policy .text ul {
  text-align: center;
  margin-bottom: 20px;
}
.section.policy .text ul li {
  display: inline;
  position: relative;
  font-family: "Quicksand", sans-serif;
  font-size: 0.9375em;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
  color: #555555;
  box-sizing: border-box;
  padding-left: 15px;
}
.section.policy .text ul li:before {
  content: "\2022";
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  text-align: left;
}
.section.policy .text ul li:after {
  content: "\A";
  white-space: pre;
}

/* -------------------------------------------------- */
@media screen and (max-width: 1023px) {
  .section.policy .text .sub_heading {
    font-size: 1.375em;
  }
}
#video_wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding-bottom: 42px;
}

#video {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#video:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background: linear-gradient(to bottom, black, rgba(0, 0, 0, 0));
}

.vidbg-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("../video/home.jpg") center no-repeat;
  background-size: cover;
  overflow: hidden;
  z-index: -1;
}
.vidbg-container video {
  position: absolute;
  margin: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.25s opacity ease-in-out;
  max-width: none;
  opacity: 0;
}

#video_overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1100px;
  height: 1100px;
  transform: translate(-50%, -50%);
  background: url("../images/home/video_overlay.png") center no-repeat;
  background-size: cover;
  margin: 0 auto;
  z-index: 1;
}
#video_overlay .inner {
  position: relative;
  width: 450px;
  height: 450px;
  box-sizing: border-box;
  padding: 80px;
  margin: 0 auto;
}
#video_overlay .inner .heading, #video_overlay .inner .popup .close_popup, .popup #video_overlay .inner .close_popup, #video_overlay .inner .popup .nav li, .popup .nav #video_overlay .inner li, #video_overlay .inner .section.policy .text .sub_heading, .section.policy .text #video_overlay .inner .sub_heading {
  margin-bottom: 0;
}
#video_overlay .inner .brandmark {
  position: relative;
  width: 50px;
  line-height: 0;
  margin: 20px auto 0 auto;
}
#video_overlay .inner .brandmark img {
  width: 50px;
  height: 50px;
}

/* -------------------------------------------------- */
@media screen and (max-height: 768px), screen and (max-width: 1023px) {
  #video_overlay {
    width: 975px;
    height: 975px;
  }
  #video_overlay .inner {
    width: 400px;
    height: 400px;
  }
  #video_overlay .inner .heading, #video_overlay .inner .popup .close_popup, .popup #video_overlay .inner .close_popup, #video_overlay .inner .popup .nav li, .popup .nav #video_overlay .inner li, #video_overlay .inner .section.policy .text .sub_heading, .section.policy .text #video_overlay .inner .sub_heading {
    font-size: 2em;
  }
}
/* -------------------------------------------------- */
@media screen and (max-width: 1023px) {
  #video_wrapper {
    display: none;
  }
}
.section.product {
  padding: 40px 0;
}
.section.product .dotted_separator.bottom {
  margin-top: 10px;
}
.section.product .heading, .section.product .popup .close_popup, .popup .section.product .close_popup, .section.product .popup .nav li, .popup .nav .section.product li, .section.product .section.policy .text .sub_heading, .section.policy .text .section.product .sub_heading {
  margin-top: 30px;
}
.section.product .boxed_listings {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .section.product {
    padding: 30px 0;
  }
  .section.product .heading:first-child, .section.product .popup .close_popup:first-child, .popup .section.product .close_popup:first-child, .section.product .popup .nav li:first-child, .popup .nav .section.product li:first-child, .section.product .section.policy .text .sub_heading:first-child, .section.policy .text .section.product .sub_heading:first-child {
    margin-top: 20px;
  }
  .section.product .boxed_listings ul li {
    margin-bottom: 20px;
  }
}
#products_overview {
  position: relative;
  width: 90%;
  max-width: 1220px;
  padding: 80px 0;
  margin: 0 auto;
}
#products_overview .row {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}
#products_overview .row:last-child {
  margin-bottom: 0;
}
#products_overview .row .column {
  width: 50%;
}
#products_overview .row .column.left {
  float: left;
}
#products_overview .row .column.right {
  float: right;
}
#products_overview .row .column.with_text {
  box-sizing: border-box;
  padding: 0 80px;
}
#products_overview .row .column .image {
  position: relative;
  width: 100%;
  border: solid 2px #693889;
  border-radius: 50%;
  box-sizing: border-box;
}
#products_overview .row .column .image:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  padding-top: 100%;
}
#products_overview .row .column .image.dark_green {
  border: solid 2px #619333;
}
#products_overview .row .column .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-sizing: border-box;
  padding: 5px;
}
#products_overview .row .column.with_text .table {
  max-width: 400px;
  margin: 0 auto;
}

/* -------------------------------------------------- */
@media screen and (max-width: 1023px) {
  #products_overview {
    padding: 40px 0;
  }
  #products_overview .row .column {
    width: 100%;
    float: none !important;
    position: relative;
  }
  #products_overview .row .column.with_text {
    padding: 0;
  }
  #products_overview .row .column .image {
    max-width: 610px;
    margin: 40px auto 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #products_overview {
    padding: 30px 0;
  }
  #products_overview .row {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
  }
  #products_overview .row:last-child {
    margin-bottom: 0;
  }
  #products_overview .row .column.with_text .table {
    max-width: 100%;
  }
  #products_overview .row .column .image {
    margin: 30px auto 0 auto;
  }
}
#market_reports_wrapper {
  position: relative;
  width: 90%;
  max-width: 1220px;
  padding-top: 80px;
  margin: 0 auto;
}

#market_reports {
  position: relative;
  width: calc(100% + 20px);
  margin: 0 -10px;
}
#market_reports .listing {
  float: left;
  width: 33.3333333333%;
  box-sizing: border-box;
  padding: 0 10px;
  margin-bottom: 80px;
}
#market_reports .listing .heading, #market_reports .listing .popup .close_popup, .popup #market_reports .listing .close_popup, #market_reports .listing .popup .nav li, .popup .nav #market_reports .listing li, #market_reports .listing .section.policy .text .sub_heading, .section.policy .text #market_reports .listing .sub_heading {
  font-size: 1.75em;
  margin-bottom: 20px;
}
#market_reports .listing .cta {
  display: block;
  position: relative;
  width: 100%;
  background: #FECD42;
  border-radius: 10px;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  font-family: "Roboto Slab", serif;
  font-size: 0.9375em;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
  color: #333333;
  color: #FFFFFF;
  box-sizing: border-box;
  padding: 15px 30px;
  margin-top: 30px;
  transition: all 0.2s ease;
}
#market_reports .listing .cta:hover {
  background: rgba(254, 205, 66, 0.8);
}

/* -------------------------------------------------- */
@media screen and (max-width: 1023px) {
  #market_reports_wrapper {
    padding-top: 40px;
  }

  #market_reports .listing {
    width: 50%;
    margin-bottom: 40px;
  }
  #market_reports .listing .heading, #market_reports .listing .popup .close_popup, .popup #market_reports .listing .close_popup, #market_reports .listing .popup .nav li, .popup .nav #market_reports .listing li, #market_reports .listing .section.policy .text .sub_heading, .section.policy .text #market_reports .listing .sub_heading {
    font-size: 1.375em;
  }
}
@media screen and (max-width: 767px) {
  #market_reports {
    width: 100%;
    margin: 0;
  }
  #market_reports .listing {
    float: none;
    position: relative;
    width: 100%;
    padding: 0;
  }
}
.mailchimp_cta {
  display: block;
  position: relative;
  width: 100%;
  max-width: 393px;
  background: #FECD42;
  border-radius: 10px;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  font-family: "Roboto Slab", serif;
  font-size: 0.9375em;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
  color: #333333;
  color: #FFFFFF;
  box-sizing: border-box;
  padding: 15px 30px;
  margin: 30px auto 0 auto;
  transition: all 0.2s ease;
}
.mailchimp_cta:hover {
  background: rgba(254, 205, 66, 0.8);
}