@charset "UTF-8";
/*!!
* Global Style Definitions
*
* @author			Matt Gifford
* @copyright		2018 Brigada Limited. All rights reserved.
* @platforms		Edge, IE11+, Chrome, Firefox, Safari, Android 6+, Mobile Safari (iOS 8+)
*/
html:after {
  content: "535px,750px,896px,1024px,1500px,1920px,4096px";
  display: none; }

/*  ::  Global Styles  »  Web Fonts		*/
html:after {
  content: "535px,750px,896px,1024px,1500px,1920px,4096px";
  display: none; }

.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333; }

.flickity-button:hover {
  background: white;
  cursor: pointer; }

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19f; }

.flickity-button:active {
  opacity: 0.6; }

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none; }

.flickity-button-icon {
  fill: #333; }

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%); }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, hr, pre, code, form, fieldset, legend, input, textarea, p, blockquote, figure, figcaption, th, td, small, big {
  margin: 0;
  padding: 0;
  font-size: 14px; }

body {
  text-rendering: optimizeLegibility; }
  .tablet body, .mobile body {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: 400; }

fieldset, img {
  border: 0;
  display: block; }

b, strong {
  font-weight: 700; }

cite, i, em {
  font-style: italic; }

big {
  font-size: 120%; }

small {
  font-size: 85%; }

h1, h2, h3, h4, h5, h6 {
  font-size: 14px;
  font-weight: 400; }

pre, code {
  font-family: monospace;
  line-height: 100%; }

caption, th {
  text-align: left; }

ul, ol {
  list-style: none; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

sup {
  position: relative;
  display: inline-block;
  vertical-align: 0.3em;
  height: 1.2em; }

sub {
  position: relative;
  display: inline-block;
  vertical-align: -0.1em;
  height: 1.2em; }

a.active {
  cursor: default; }

a:active {
  outline: none; }

input.placeholder,
textarea.placeholder {
  color: #aaa;
  font-style: italic; }

::-webkit-input-placeholder {
  color: #aaa;
  font-style: italic; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #aaa;
  font-style: italic; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #aaa;
  font-style: italic; }

:-ms-input-placeholder {
  color: #aaa;
  font-style: italic; }

legend {
  color: #000; }

hr {
  width: 100%;
  height: 1px;
  border: none;
  overflow: hidden;
  background: #ddd;
  color: #ddd; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.template {
  display: none !important; }

.invisible {
  visibility: hidden !important; }

.prepend:before {
  content: attr(data-prepend);
  display: inline-block; }

.append:after {
  content: attr(data-append);
  display: inline-block; }

.accessible {
  /* screen reader only content */
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.hidden,
.mouse .hidden--mouse,
.touch .hidden--touch {
  display: none !important; }

@media only screen and (min-width: 0) and (max-width: 750px) {
  .hidden--mobile {
    display: none !important; } }

@media only screen and (min-width: 751px) and (max-width: 1024px) {
  .hidden--tablet {
    display: none !important; } }

@media only screen and (min-width: 1025px) and (max-width: 4096px) {
  .hidden--desktop {
    display: none !important; } }

@media only screen and (min-width: 0) and (max-width: 535px) {
  .hidden--xxs {
    display: none !important; } }

@media only screen and (min-width: 536px) and (max-width: 750px) {
  .hidden--xs {
    display: none !important; } }

@media only screen and (min-width: 751px) and (max-width: 896px) {
  .hidden--s {
    display: none !important; } }

@media only screen and (min-width: 897px) and (max-width: 1024px) {
  .hidden--m {
    display: none !important; } }

@media only screen and (min-width: 1025px) and (max-width: 1500px) {
  .hidden--l {
    display: none !important; } }

@media only screen and (min-width: 1501px) and (max-width: 1920px) {
  .hidden--xl {
    display: none !important; } }

@media only screen and (min-width: 1921px) and (max-width: 4096px) {
  .hidden--xxl {
    display: none !important; } }

/*  ::  Global Styles  »  Spacing Overrides  */
body .m-none {
  margin-top: 0 !important; }

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

body .m-xxs {
  margin-top: 3.2px !important; }

body .mb-xxs {
  margin-bottom: 3.2px !important; }

body .m-xs {
  margin-top: 5.3333333333px !important; }

body .mb-xs {
  margin-bottom: 5.3333333333px !important; }

body .m-s {
  margin-top: 10.6666666667px !important; }

body .mb-s {
  margin-bottom: 10.6666666667px !important; }

body .m-m {
  margin-top: 16px !important; }

body .mb-m {
  margin-bottom: 16px !important; }

body .m-l {
  margin-top: 24px !important; }

body .mb-l {
  margin-bottom: 24px !important; }

body .m-xl {
  margin-top: 36px !important; }

body .mb-xl {
  margin-bottom: 36px !important; }

body .m-xxl {
  margin-top: 56px !important; }

body .mb-xxl {
  margin-bottom: 56px !important; }

h1 {
  margin-top: 24px;
  font-family: lato, sans-serif;
  font-weight: 300;
  line-height: 1.15;
  color: inherit;
  font-size: 32px; }
  @media (max-width: 896px) {
    h1 {
      font-size: 26.88px; } }
  @media (max-width: 750px) {
    h1 {
      font-size: 22.5px; } }
  @media (max-width: 535px) {
    h1 {
      font-size: 18.75px; } }
  @media (min-width: 897px) and (max-width: 1600px) {
    h1 {
      font-size: calc(100vw  *  (32  /  1600)); } }
h2 {
  margin-top: 24px;
  font-family: lato, sans-serif;
  font-weight: 300;
  line-height: 1.15;
  color: inherit;
  font-size: 27px; }
  @media (max-width: 896px) {
    h2 {
      font-size: 22.68px; } }
  @media (max-width: 750px) {
    h2 {
      font-size: 18.984375px; } }
  @media (max-width: 535px) {
    h2 {
      font-size: 15.8203125px; } }
  @media (min-width: 897px) and (max-width: 1600px) {
    h2 {
      font-size: calc(100vw  *  (27  /  1600)); } }
h3 {
  margin-top: 24px;
  font-family: lato, sans-serif;
  font-weight: 300;
  line-height: 1.15;
  color: inherit;
  font-size: 22px; }
  @media (max-width: 896px) {
    h3 {
      font-size: 18.48px; } }
  @media (max-width: 750px) {
    h3 {
      font-size: 15.46875px; } }
  @media (max-width: 535px) {
    h3 {
      font-size: 12.890625px; } }
  @media (min-width: 897px) and (max-width: 1600px) {
    h3 {
      font-size: calc(100vw  *  (22  /  1600)); } }
h4 {
  margin-top: 24px;
  font-family: lato, sans-serif;
  font-weight: 300;
  line-height: 1.15;
  color: inherit;
  font-size: 18px; }
  @media (max-width: 896px) {
    h4 {
      font-size: 15.12px; } }
  @media (max-width: 750px) {
    h4 {
      font-size: 12.65625px; } }
  @media (max-width: 535px) {
    h4 {
      font-size: 10.546875px; } }
  @media (min-width: 897px) and (max-width: 1600px) {
    h4 {
      font-size: calc(100vw  *  (18  /  1600)); } }
h5 {
  margin-top: 24px;
  font-family: lato, sans-serif;
  font-weight: 300;
  line-height: 1.15;
  color: inherit;
  font-size: 16px; }
  @media (max-width: 896px) {
    h5 {
      font-size: 13.44px; } }
  @media (max-width: 750px) {
    h5 {
      font-size: 11.25px; } }
  @media (max-width: 535px) {
    h5 {
      font-size: 9.375px; } }
  @media (min-width: 897px) and (max-width: 1600px) {
    h5 {
      font-size: calc(100vw  *  (16  /  1600)); } }
h6 {
  margin-top: 24px;
  font-family: lato, sans-serif;
  font-weight: 300;
  line-height: 1.15;
  color: inherit;
  font-size: 14px; }
  @media (max-width: 896px) {
    h6 {
      font-size: 11.76px; } }
  @media (max-width: 750px) {
    h6 {
      font-size: 9.84375px; } }
  @media (max-width: 535px) {
    h6 {
      font-size: 8.203125px; } }
  @media (min-width: 897px) and (max-width: 1600px) {
    h6 {
      font-size: calc(100vw  *  (14  /  1600)); } }
img.alignleft + h1,
img.alignleft + h2,
img.alignleft + h3,
img.alignleft + h4,
img.alignleft + h5,
img.alignleft + h6,
img.alignright + h1,
img.alignright + h2,
img.alignright + h3,
img.alignright + h4,
img.alignright + h5,
img.alignright + h6,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0; }

h1 + h2,
h1 + h3,
h1 + h4,
h2 + h3,
h2 + h4,
h2 + h5,
h3 + h4,
h3 + h5,
h3 + h6,
h4 + h5,
h4 + h6,
h5 + h6 {
  margin-top: 16px; }

p {
  margin-top: 16px;
  font-weight: 400;
  font-size: 14px; }

h1 + p,
h1 + p,
h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p {
  margin-top: 16px; }

.component-generic-text > div:first-child + p,
img.alignleft + p,
img.alignright + p,
p:first-child {
  margin-top: 0; }

ol,
ul {
  margin-top: 16px;
  padding: 0 0 0 24px; }

dl {
  margin-top: 16px;
  padding: 0 0 0 24px; }

h1 + ul,
h2 + ul,
h3 + ul,
h4 + ul,
h5 + ul,
h6 + ul,
h1 + ol,
h2 + ol,
h3 + ol,
h4 + ol,
h5 + ol,
h6 + ol {
  margin-top: 16px; }

img.alignleft + ol,
img.alignright + ol,
img.alignleft + ul,
img.alignright + ul,
img.alignleft + dl,
img.alignright + dl,
ol:first-child,
ul:first-child,
dl:first-child {
  margin-top: 0; }

ol {
  list-style: decimal; }

ul {
  list-style: disc; }

ul ul {
  list-style: square; }

ul ul ul {
  list-style: circle; }

li {
  margin-top: 5.3333333333px;
  font-weight: 400;
  font-size: 14px; }

dt {
  margin-top: 16px;
  font-weight: 300;
  font-size: 16.8663793103px; }

dd {
  font-size: 14px;
  font-weight: 400; }

dt:first-child,
li:first-child {
  margin-top: 0; }

table {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  margin-top: 10.6666666667px;
  border-top: 1px solid #aaa; }
  table:first-child {
    margin-top: 0; }

th,
td {
  padding: 5.3333333333px 10.6666666667px;
  border-bottom: 1px solid #aaa; }

th {
  font-weight: 300; }

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

tr:nth-child(odd) td {
  background: #eee; }

tr:nth-child(even) td {
  background: #fff; }

fieldset {
  position: relative;
  display: block;
  padding: 0; }

label {
  display: block;
  margin-bottom: 10.6666666667px;
  font-family: lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #666; }

button {
  display: inline-block; }

textarea,
input,
select {
  display: block;
  margin: 0 0 16px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin-top: 10.6666666667px;
  margin-right: 5.3333333333px; }

label + input[type="radio"],
label + input[type="checkbox"] {
  margin-left: 5.3333333333px; }

input[type="radio"] + label,
input[type="checkbox"] + label {
  width: 85%;
  width: calc(100%  -  50px);
  margin-top: 5.3333333333px; }

textarea,
select,
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"] {
  float: left;
  display: block;
  width: 100%;
  min-height: 22px;
  padding: 7px 8px 5px 8px;
  background: #fff;
  border: 1px solid #aaa;
  font-family: lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  box-sizing: border-box; }

textarea {
  height: 112px; }

select {
  width: auto; }

.font-primary {
  font-family: lato, sans-serif; }

.font-secondary {
  font-family: Reenie Beanie, serif; }

.font-tertiary {
  font-family: serif; }

.colour1 {
  color: #ff009b !important; }

.colour2 {
  color: #981a67 !important; }

.colour3 {
  color: #7f7f7f !important; }

.colour4 {
  color: #000 !important; }

.weight2 {
  font-weight: 200 !important; }

.weight4 {
  font-weight: 400 !important; }

.weight6 {
  font-weight: 600 !important; }

.weight7 {
  font-weight: 700 !important; }

.weight9 {
  font-weight: 900 !important; }

.footnote {
  font-size: 80% !important; }

.align-left,
.alignleft {
  float: left;
  margin-right: 16px;
  margin-bottom: 10.6666666667px; }
  @media (max-width: 750px) {
    .align-left,
    .alignleft {
      float: none;
      display: block;
      margin: 0 auto 24px auto;
      max-width: 100%;
      width: auto;
      height: auto; } }
.align-right,
.alignright {
  float: right;
  margin-left: 16px;
  margin-bottom: 10.6666666667px; }
  @media (max-width: 750px) {
    .align-right,
    .alignright {
      float: none;
      display: block;
      margin: 0 auto 24px auto;
      max-width: 100%;
      width: auto;
      height: auto; } }
.align-center,
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  @media (max-width: 750px) {
    .align-center,
    .aligncenter {
      float: none;
      display: block;
      margin: 0 auto 24px auto;
      max-width: 100%;
      width: auto;
      height: auto; } }
.align-justify,
.alignjustify {
  text-align: justify;
  text-justify: inter-word; }

.header-nav-toggle {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }

.header-nav-toggle .toggle-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.header-nav-toggle .toggle-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }

.header-nav-toggle .toggle-inner, .header-nav-toggle .toggle-inner::before, .header-nav-toggle .toggle-inner::after {
  width: 40px;
  height: 4px;
  background-color: inherit;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; }

.header-nav-toggle .toggle-inner::before, .header-nav-toggle .toggle-inner::after {
  content: "";
  display: block; }

.header-nav-toggle .toggle-inner::before {
  top: -10px; }

.header-nav-toggle .toggle-inner::after {
  bottom: -10px; }

.header-nav-toggle .toggle-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.header-nav-toggle .toggle-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease; }

.header-nav-toggle .toggle-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.header-nav-toggle.active .toggle-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.header-nav-toggle.active .toggle-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease; }

.header-nav-toggle.active .toggle-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*  ::  Global Styles  »  Base Styles (incl background images)	*/
body {
  font-family: lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
  background: #fff;
  color: #000; }
  body h1 {
    font-weight: 700;
    /* bold */ }

select, input, textarea {
  font-weight: 400;
  font-family: lato, sans-serif; }

a {
  color: #981a67;
  text-decoration: none; }

a:hover {
  color: #ff009b;
  text-decoration: underline; }

/*  ::  Page Styles  »  Header		*/
#header {
  position: relative;
  z-index: 100;
  background: url(../images/global-header-bg.jpg) no-repeat 50% 0px; }
  @media (min-width: 1025px) {
    #header {
      overflow: hidden; } }
  @media (max-width: 1024px) {
    #header {
      background: url(../images/global-header-bg-tablet.png) no-repeat 0 -35px;
      background-size: 1024px auto; } }
  @media (max-width: 750px) {
    #header {
      background: url(../images/global-header-bg-tablet.png) no-repeat 0 -20px;
      background-size: 750px auto; } }
  #header .header-inner {
    position: relative;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 16px;
    min-height: 190px; }
    #header .header-inner:before, #header .header-inner:after {
      content: " ";
      display: table; }
    #header .header-inner:after {
      clear: both; }
  #header .header-nav-toggle {
    position: absolute;
    outline: 0;
    color: #fff;
    left: 20px;
    top: 20px;
    z-index: 103; }
    #header .header-nav-toggle.active {
      position: fixed; }
    @media (max-width: 750px) {
      #header .header-nav-toggle {
        top: 12px; } }
    @media (min-width: 1025px) {
      #header .header-nav-toggle {
        display: none; } }
  #header .header-nav-toggle .toggle-inner, #header .header-nav-toggle .toggle-inner::before, #header .header-nav-toggle .toggle-inner::after {
    background-color: #fff; }
  .mouse #header .header-nav-toggle:hover .toggle-inner, .mouse #header .header-nav-toggle:hover .toggle-inner::before, .mouse #header .header-nav-toggle:hover .toggle-inner::after {
    background-color: #fff !important; }
  #header .header-page-title {
    margin: 0;
    padding: 16px 0 5.3333333333px 0;
    color: #fff;
    font-weight: 700;
    /* bold */
    font-size: 26px; }
    @media (max-width: 1024px) {
      #header .header-page-title {
        padding: 5.3333333333px 16px;
        padding-top: 190px;
        color: #222; } }
    @media (max-width: 750px) {
      #header .header-page-title {
        padding: 5.3333333333px 10.6666666667px;
        padding-top: 150px; } }
  #header .header-logo {
    float: right;
    padding: 24px 16px; }
    @media (max-width: 1024px) {
      #header .header-logo {
        float: none;
        padding: 0;
        position: absolute;
        right: 36px;
        top: 80px;
        width: 160px;
        z-index: 101; } }
    @media (max-width: 750px) {
      #header .header-logo {
        position: absolute;
        right: 36px;
        top: 80px;
        width: 110px; } }
  @media (max-width: 1024px) {
    #header .header-nav {
      position: fixed;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(4%, #981b67), color-stop(94%, #600d55));
      background: linear-gradient(-180deg, #981b67 4%, #600d55 94%);
      z-index: 102;
      -webkit-transition: all 200ms linear 0ms;
      /* webkit mobile */
      transition: all 200ms linear 0ms;
      -webkit-transform: scale(1, 0);
      transform: scale(1, 0);
      -webkit-transform-origin: 50% 0%;
      transform-origin: 50% 0%;
      opacity: 0; }
      #header .header-nav.active {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1; }
      #header .header-nav .header-nav-primary {
        position: fixed;
        left: 0;
        top: 70px;
        right: 0;
        bottom: 0;
        margin: 0;
        padding: 30px 40px 50px 30px;
        list-style: none;
        box-sizing: border-box;
        overflow: auto; }
        #header .header-nav .header-nav-primary .nav-item {
          display: block;
          margin: 0;
          padding: 0px; }
          #header .header-nav .header-nav-primary .nav-item a {
            padding: 8px;
            display: block;
            font-size: 17px;
            color: #fff;
            text-transform: uppercase;
            font-family: lato, sans-serif; }
            #header .header-nav .header-nav-primary .nav-item a.active, .mouse #header .header-nav .header-nav-primary .nav-item a:hover {
              text-decoration: none;
              color: #ff009b; }
          #header .header-nav .header-nav-primary .nav-item ul {
            margin: 0;
            padding: 0 0 0 16px;
            list-style: none; }
            #header .header-nav .header-nav-primary .nav-item ul a {
              padding: 4px;
              display: block;
              font-size: 14px;
              color: #eee;
              text-transform: none;
              font-family: lato, sans-serif; }
              #header .header-nav .header-nav-primary .nav-item ul a.active, .mouse #header .header-nav .header-nav-primary .nav-item ul a:hover {
                text-decoration: none;
                color: #ff009b; }
            #header .header-nav .header-nav-primary .nav-item ul li:last-child {
              padding-bottom: 10px; } }
  @media (min-width: 1025px) {
    #header .header-nav .header-nav-primary {
      margin: 0;
      padding: 30px 0;
      list-style: none;
      text-align: left; }
      #header .header-nav .header-nav-primary:before, #header .header-nav .header-nav-primary:after {
        content: " ";
        display: table; }
      #header .header-nav .header-nav-primary:after {
        clear: both; }
      #header .header-nav .header-nav-primary .nav-item {
        float: left;
        margin: 0;
        padding: 0 30px 0 0; }
        #header .header-nav .header-nav-primary .nav-item a {
          font-size: 14px;
          color: #fff;
          text-transform: uppercase; }
          #header .header-nav .header-nav-primary .nav-item a.active, .mouse #header .header-nav .header-nav-primary .nav-item a:hover {
            text-decoration: none;
            color: #ff009b; }
        #header .header-nav .header-nav-primary .nav-item ul {
          /* screen reader only content */
          position: absolute !important;
          clip: rect(1px 1px 1px 1px);
          clip: rect(1px, 1px, 1px, 1px);
          padding: 0 !important;
          border: 0 !important;
          height: 1px !important;
          width: 1px !important;
          overflow: hidden; } }
  @media (min-width: 751px) {
    #header .header-nav ul ul {
      /* screen reader only content */
      position: absolute !important;
      clip: rect(1px 1px 1px 1px);
      clip: rect(1px, 1px, 1px, 1px);
      padding: 0 !important;
      border: 0 !important;
      height: 1px !important;
      width: 1px !important;
      overflow: hidden; } }
/*  ::  Page Styles  »  Content		*/
#content {
  position: relative;
  z-index: 1;
  word-wrap: break-word;
  /* stops very long words from increasing the width of their container */
  padding: 36px 0 56px 0; }
  @media (max-width: 1024px) {
    #content {
      padding-top: 24px; } }
  @media (max-width: 750px) {
    #content {
      padding-top: 10.6666666667px; } }
  #content:before, #content:after {
    content: " ";
    display: table; }
  #content:after {
    clear: both; }
  #content .layout {
    position: relative; }
    #content .layout:before, #content .layout:after {
      content: " ";
      display: table; }
    #content .layout:after {
      clear: both; }
    #content .layout.layout-1-2 .layout-inner {
      position: relative;
      max-width: 960px;
      margin-left: auto;
      margin-right: auto;
      clear: both;
      padding-left: 24px;
      padding-right: 24px; }
      @media (min-width: 751px) {
        #content .layout.layout-1-2 .layout-inner > .menu {
          float: left;
          width: 25%;
          box-sizing: border-box;
          padding-right: 18px; } }
      @media (max-width: 750px) {
        #content .layout.layout-1-2 .layout-inner > .menu {
          display: none; } }
      @media (min-width: 751px) {
        #content .layout.layout-1-2 .layout-inner > .content {
          float: right;
          width: 75%;
          box-sizing: border-box;
          padding-left: 18px; } }
      @media (max-width: 750px) {
        #content .layout.layout-1-2 .layout-inner > .content .component {
          padding-left: 0;
          padding-right: 0; } }
      @media (min-width: 751px) {
        #content .layout.layout-1-2 .layout-inner > .mobile {
          display: none; } }
    #content .layout.layout-2-1 .layout-inner {
      position: relative;
      max-width: 960px;
      margin-left: auto;
      margin-right: auto;
      clear: both;
      padding-left: 24px;
      padding-right: 24px; }
      @media (min-width: 751px) {
        #content .layout.layout-2-1 .layout-inner > .sidebar {
          float: right;
          width: 35%;
          box-sizing: border-box;
          padding-left: 18px; } }
      #content .layout.layout-2-1 .layout-inner > .sidebar > .component {
        padding-left: 0 !important;
        padding-right: 0 !important; }
        #content .layout.layout-2-1 .layout-inner > .sidebar > .component img, #content .layout.layout-2-1 .layout-inner > .sidebar > .component iframe {
          max-width: 100%; }
      @media (min-width: 751px) {
        #content .layout.layout-2-1 .layout-inner > .content {
          float: left;
          width: 65%;
          box-sizing: border-box;
          padding-right: 18px; } }
      #content .layout.layout-2-1 .layout-inner > .content > .component {
        padding-left: 0 !important;
        padding-right: 0 !important; }
      @media (max-width: 750px) {
        #content .layout.layout-2-1 .layout-inner > .content {
          padding-bottom: 36px; } }
/*  ::  Page Styles  »  Footer		*/
#footer {
  position: relative;
  z-index: 2;
  clear: both; }
  #footer .footer-inner {
    position: relative;
    margin: 0 auto;
    max-width: 960px;
    padding: 0 16px;
    background: url(../images/global-footer-bg.png) no-repeat 50% 0;
    background-size: 100% auto;
    text-align: center; }
  #footer .footer-social {
    text-align: center;
    padding: 24px 0 16px 0; }
    #footer .footer-social a {
      background: url(../images/footer-icon-facebook.jpg) no-repeat 0px 0px;
      padding-left: 24px;
      color: #7f7f7f;
      font-weight: 700;
      /* bold */
      font-size: 14px; }
  #footer .footer-legal {
    margin: 0;
    padding: 0 0 56px 0;
    font-size: 12px;
    text-align: center;
    color: #ccc; }

.animation.fade-in {
  opacity: 0;
  transition: opacity 1400ms linear 0ms; }
  .animation.fade-in.animate {
    opacity: 1; }

.animation.expand-left {
  transition: all 350ms linear 0ms;
  clip-path: inset(0px 0px 0 100%); }
  .animation.expand-left.animate {
    clip-path: inset(0px 0px 0px 0px); }
  .animation.expand-left h1, .animation.expand-left h2, .animation.expand-left h3, .animation.expand-left h4, .animation.expand-left h5, .animation.expand-left h6, .animation.expand-left p, .animation.expand-left li, .animation.expand-left img:not(.animate), .animation.expand-left svg, .animation.expand-left a {
    transition: all 700ms linear 700ms;
    opacity: 0; }
  .animation.expand-left.animate h1, .animation.expand-left.animate h2, .animation.expand-left.animate h3, .animation.expand-left.animate h4, .animation.expand-left.animate h5, .animation.expand-left.animate h6, .animation.expand-left.animate p, .animation.expand-left.animate li, .animation.expand-left.animate img:not(.animate), .animation.expand-left.animate svg, .animation.expand-left.animate a {
    opacity: 1; }

.animation.expand-right {
  transition: all 350ms linear 0ms;
  clip-path: inset(0px 100% 0px 0px); }
  .animation.expand-right.animate {
    clip-path: inset(0px 0px 0px 0px); }
  .animation.expand-right h1, .animation.expand-right h2, .animation.expand-right h3, .animation.expand-right h4, .animation.expand-right h5, .animation.expand-right h6, .animation.expand-right p, .animation.expand-right li, .animation.expand-right img:not(.animate), .animation.expand-right svg, .animation.expand-right a {
    transition: all 700ms linear 700ms;
    opacity: 0; }
  .animation.expand-right.animate h1, .animation.expand-right.animate h2, .animation.expand-right.animate h3, .animation.expand-right.animate h4, .animation.expand-right.animate h5, .animation.expand-right.animate h6, .animation.expand-right.animate p, .animation.expand-right.animate li, .animation.expand-right.animate img:not(.animate), .animation.expand-right.animate svg, .animation.expand-right.animate a {
    opacity: 1; }

.animation.expand-down {
  transition: all 700ms linear 0ms;
  clip-path: inset(0px 0px 100% 0px); }
  .animation.expand-down.animate {
    clip-path: inset(0px 0px 0px 0px); }
  .animation.expand-down h1, .animation.expand-down h2, .animation.expand-down h3, .animation.expand-down h4, .animation.expand-down h5, .animation.expand-down h6, .animation.expand-down p, .animation.expand-down li, .animation.expand-down img:not(.animate), .animation.expand-down svg, .animation.expand-down a {
    transition: all 700ms linear 700ms;
    opacity: 0; }
  .animation.expand-down.animate h1, .animation.expand-down.animate h2, .animation.expand-down.animate h3, .animation.expand-down.animate h4, .animation.expand-down.animate h5, .animation.expand-down.animate h6, .animation.expand-down.animate p, .animation.expand-down.animate li, .animation.expand-down.animate img:not(.animate), .animation.expand-down.animate svg, .animation.expand-down.animate a {
    opacity: 1; }

.animation.expand-up {
  transition: all 700ms linear 0ms;
  clip-path: inset(100% 0px 0px 0px); }
  .animation.expand-up.animate {
    clip-path: inset(0px 0px 0px 0px); }
  .animation.expand-up h1, .animation.expand-up h2, .animation.expand-up h3, .animation.expand-up h4, .animation.expand-up h5, .animation.expand-up h6, .animation.expand-up p, .animation.expand-up li, .animation.expand-up img:not(.animate), .animation.expand-up svg, .animation.expand-up a {
    transition: all 700ms linear 700ms;
    opacity: 0; }
  .animation.expand-up.animate h1, .animation.expand-up.animate h2, .animation.expand-up.animate h3, .animation.expand-up.animate h4, .animation.expand-up.animate h5, .animation.expand-up.animate h6, .animation.expand-up.animate p, .animation.expand-up.animate li, .animation.expand-up.animate img:not(.animate), .animation.expand-up.animate svg, .animation.expand-up.animate a {
    opacity: 1; }

.animation.transform-down {
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  transform: scale(1, 0);
  transition: all 700ms linear 0ms; }
  .animation.transform-down.animate {
    transform: scale(1, 1); }
  .animation.transform-down h1, .animation.transform-down h2, .animation.transform-down h3, .animation.transform-down h4, .animation.transform-down h5, .animation.transform-down h6, .animation.transform-down p, .animation.transform-down li, .animation.transform-down img:not(.animate), .animation.transform-down svg, .animation.transform-down a {
    transition: all 700ms linear 700ms;
    opacity: 0; }
  .animation.transform-down.animate h1, .animation.transform-down.animate h2, .animation.transform-down.animate h3, .animation.transform-down.animate h4, .animation.transform-down.animate h5, .animation.transform-down.animate h6, .animation.transform-down.animate p, .animation.transform-down.animate li, .animation.transform-down.animate img:not(.animate), .animation.transform-down.animate svg, .animation.transform-down.animate a {
    opacity: 1; }

.animation.delay1 {
  transition: all 700ms linear 233.3333333333ms; }

.animation.delay2 {
  transition: all 700ms linear 466.6666666667ms; }

.animation.delay3 {
  transition: all 700ms linear 700ms; }

.animation.delay4 {
  transition: all 700ms linear 933.3333333333ms; }

.animation.delay5 {
  transition: all 700ms linear 1166.6666666667ms; }

.animation.delay6 {
  transition: all 700ms linear 1400ms; }

.animation.delay7 {
  transition: all 700ms linear 1633.3333333333ms; }

.animation.delay8 {
  transition: all 700ms linear 1866.6666666667ms; }

.animation.delay9 {
  transition: all 700ms linear 2100ms; }

.btn,
.button {
  background: #981a67;
  color: #fff;
  display: inline-block;
  padding: 10.6666666667px 24px;
  text-transform: uppercase;
  font-family: lato, sans-serif;
  font-weight: 700;
  /* bold */
  font-size: 14px;
  border: 0;
  border-radius: 5px; }
  .mouse .btn:hover, .mouse .button:hover {
    text-decoration: none; }

input[type="text"],
input[type="email"] {
  padding: 5.3333333333px 10.6666666667px;
  border-radius: 5px; }

/*
* Component
*
* @author				Matt Gifford
* @copyright			2018 Brigada Limited
*/
/*  begin:  Component  »  Accordion  */
/*  end:  Component  »  Accordion  */
/*
* Component
*
* @author				Matt Gifford
* @copyright			2018 Brigada Limited
*/
/*
* Component
*
* @author				Matt Gifford
* @copyright			2018 Brigada Limited
*/
/*  begin:  Component  »  Divider  */
/*  end:  Component  »  Divider  */
/*
* Component
*
* @author				Matt Gifford
* @copyright			2018 Brigada Limited
*/
/*  begin:  Component  »  Generic CTA  */
/*  end:  Component  »  Generic CTA  */
/*
* Component
*
* @author				Matt Gifford
* @copyright			2018 Brigada Limited
*/
/*  begin:  Component  »  Generic Quote  */
/*  end:  Component  »  Generic Quote  */
/*
* Component
*
* @author				Matt Gifford
* @copyright			2018 Brigada Limited
*/
/*  begin:  Component  »  Generic Text  */
/*  end:  Component  »  Generic Text  */
/*
* Component
*
* @author				Matt Gifford
* @copyright			2018 Brigada Limited
*/
/*  begin:  Component  »  Code  */
/*  end:  Component  »  Code  */
/*
* Component
*
* @author				Matt Gifford
* @copyright			2018 Brigada Limited
*/
/*  begin:  Component  »  Image Slider  */
/*  end:  Component  »  Image Slider  */
/*
* Component
*
* @author				Matt Gifford
* @copyright			2018 Brigada Limited
*/
/*  begin:  Component  »  Video Player  */
/*  end:  Component  »  Video Player  */
/*  begin:  Generic RTE styles  */
.component-flexible-page-builder > p {
  position: relative;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  padding-left: 24px;
  padding-right: 24px; }

.component-flexible-page-builder > dl,
.component-flexible-page-builder > ol,
.component-flexible-page-builder > ul {
  position: relative;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  padding-left: 24px;
  padding-right: 24px; }

.component-flexible-page-builder > img {
  position: relative;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  padding-left: 24px;
  padding-right: 24px; }

.component-flexible-page-builder > iframe {
  position: relative;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  padding-left: 48px;
  padding-right: 48px; }
  @media (max-width: 750px) {
    .component-flexible-page-builder > iframe {
      padding-left: 24px;
      padding-right: 24px; } }
.component-flexible-page-builder > pre {
  position: relative;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 15.1465517241px;
  text-align: left;
  overflow: auto; }
  @media (max-width: 896px) {
    .component-flexible-page-builder > pre {
      font-size: 12.7231034483px; } }
  @media (max-width: 750px) {
    .component-flexible-page-builder > pre {
      font-size: 10.649919181px; } }
  @media (max-width: 535px) {
    .component-flexible-page-builder > pre {
      font-size: 8.8749326509px; } }
  @media (min-width: 897px) and (max-width: 1600px) {
    .component-flexible-page-builder > pre {
      font-size: calc(100vw  *  (15.1465517241  /  1600)); } }
/*  end:  Generic Loose RTE styles  */
/*  begin:  Component  »  Accordion  */
.wp-block-brigada-component-accordion {
  position: relative;
  margin-top: 36px;
  margin-bottom: 36px;
  position: relative;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  padding-left: 24px;
  padding-right: 24px; }
  .wp-block-brigada-component-accordion:first-child {
    margin-top: 0; }
  .wp-block-brigada-component-accordion:last-child {
    margin-bottom: 0; }
  .component-inner .wp-block-brigada-component-accordion .component-inner {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .wp-block-brigada-component-accordion .accordion-item {
    position: relative;
    padding: 10px 0 10px 0;
    background-color: #fff;
    -webkit-transition: max-height 300ms linear 0ms;
    /* webkit mobile */
    transition: max-height 300ms linear 0ms;
    border-bottom: 1px solid #f7f7f7; }
    .wp-block-brigada-component-accordion .accordion-item:first-child {
      border-top: 1px solid #f7f7f7; }
    .wp-block-brigada-component-accordion .accordion-item .accordion-item-heading {
      position: relative;
      cursor: pointer;
      padding: 10px 0;
      user-select: none;
      -moz-user-select: none;
      -webkit-user-select: none;
      -ms-user-select: none;
      -webkit-transition: color 300ms linear 0ms;
      /* webkit mobile */
      transition: color 300ms linear 0ms; }
      .wp-block-brigada-component-accordion .accordion-item .accordion-item-heading h1, .wp-block-brigada-component-accordion .accordion-item .accordion-item-heading h2, .wp-block-brigada-component-accordion .accordion-item .accordion-item-heading h3, .wp-block-brigada-component-accordion .accordion-item .accordion-item-heading h4, .wp-block-brigada-component-accordion .accordion-item .accordion-item-heading h5, .wp-block-brigada-component-accordion .accordion-item .accordion-item-heading h6 {
        margin: 0;
        font-size: 21px;
        font-weight: 700;
        /* bold */
        padding-right: 6vw;
        color: #981a67; }
        .mouse .wp-block-brigada-component-accordion .accordion-item .accordion-item-heading h1:hover, .mouse .wp-block-brigada-component-accordion .accordion-item .accordion-item-heading h2:hover, .mouse .wp-block-brigada-component-accordion .accordion-item .accordion-item-heading h3:hover, .mouse .wp-block-brigada-component-accordion .accordion-item .accordion-item-heading h4:hover, .mouse .wp-block-brigada-component-accordion .accordion-item .accordion-item-heading h5:hover, .mouse .wp-block-brigada-component-accordion .accordion-item .accordion-item-heading h6:hover {
          color: #ff009b !important; }
      .mouse .wp-block-brigada-component-accordion .accordion-item .accordion-item-heading:hover {
        color: #ff009b; }
        .mouse .wp-block-brigada-component-accordion .accordion-item .accordion-item-heading:hover:before {
          color: #ff009b !important; }
    .wp-block-brigada-component-accordion .accordion-item .accordion-item-content {
      position: relative;
      max-height: 0;
      overflow: hidden;
      -webkit-transition: max-height 150ms ease-out 0ms;
      /* webkit mobile */
      transition: max-height 150ms ease-out 0ms; }
      .wp-block-brigada-component-accordion .accordion-item .accordion-item-content .content-wrapper {
        padding: 8px 30px 10px 0 !important; }
    .wp-block-brigada-component-accordion .accordion-item.accordion-item--expanded .accordion-item-content {
      max-height: 3000px !important;
      -webkit-transition: max-height 600ms ease-in-out 0ms;
      /* webkit mobile */
      transition: max-height 600ms ease-in-out 0ms; }
    .wp-block-brigada-component-accordion .accordion-item .accordion-item-heading:before {
      content: '+';
      font-size: 36px;
      position: absolute;
      font-weight: 500;
      /* bold */
      padding: 0;
      margin: 0;
      top: 50%;
      right: 0;
      color: #981a67;
      -webkit-transform: translateY(-60%);
      transform: translateY(-60%); }
    .wp-block-brigada-component-accordion .accordion-item.accordion-item--expanded .accordion-item-heading:before {
      content: '-';
      font-size: 48px; }

/*  end:  Component  »  Accordion  */
/*  begin:  Component  »  Call to Action  */
.wp-block-brigada-component-cta {
  position: relative;
  margin-top: 36px;
  margin-bottom: 36px;
  position: relative;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  padding-left: 24px;
  padding-right: 24px;
  text-align: center; }
  .wp-block-brigada-component-cta:first-child {
    margin-top: 0; }
  .wp-block-brigada-component-cta:last-child {
    margin-bottom: 0; }
  .component-inner .wp-block-brigada-component-cta .component-inner {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .wp-block-brigada-component-cta .title {
    font-size: 46px;
    color: #ff009b; }
    @media (max-width: 896px) {
      .wp-block-brigada-component-cta .title {
        font-size: 38.64px; } }
    @media (max-width: 750px) {
      .wp-block-brigada-component-cta .title {
        font-size: 32.34375px; } }
    @media (max-width: 535px) {
      .wp-block-brigada-component-cta .title {
        font-size: 26.953125px; } }
    @media (min-width: 897px) and (max-width: 1600px) {
      .wp-block-brigada-component-cta .title {
        font-size: calc(100vw  *  (46  /  1600)); } }
  .wp-block-brigada-component-cta .button-container {
    padding-top: 24px; }
    .wp-block-brigada-component-cta .button-container .button {
      display: inline-block;
      padding: 10px 25px;
      background: #981a67;
      color: #fff;
      text-decoration: none; }
      .mouse .wp-block-brigada-component-cta .button-container .button:hover {
        background: #ff009b; }

/*  end:  Component  »  Call to Action  */
/*  begin:  Component  »  Cover Image  */
.wp-block-cover-image,
.wp-block-brigada-component-cover-image {
  position: relative;
  margin-top: 36px;
  margin-bottom: 36px;
  position: relative;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  clear: both;
  padding-left: 0;
  padding-right: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0 !important; }
  .wp-block-cover-image:first-child,
  .wp-block-brigada-component-cover-image:first-child {
    margin-top: 0; }
  .wp-block-cover-image:last-child,
  .wp-block-brigada-component-cover-image:last-child {
    margin-bottom: 0; }
  .component-inner .wp-block-cover-image .component-inner, .component-inner .wp-block-brigada-component-cover-image .component-inner {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .wp-block-cover-image h2,
  .wp-block-brigada-component-cover-image h2 {
    font-size: 48px;
    padding: 16vw 0;
    color: #fff;
    text-shadow: 0 0 48px rgba(0, 0, 0, 0.65);
    text-align: center; }
    @media (max-width: 896px) {
      .wp-block-cover-image h2,
      .wp-block-brigada-component-cover-image h2 {
        font-size: 40.32px; } }
    @media (max-width: 750px) {
      .wp-block-cover-image h2,
      .wp-block-brigada-component-cover-image h2 {
        font-size: 33.75px; } }
    @media (max-width: 535px) {
      .wp-block-cover-image h2,
      .wp-block-brigada-component-cover-image h2 {
        font-size: 28.125px; } }
    @media (min-width: 897px) and (max-width: 1600px) {
      .wp-block-cover-image h2,
      .wp-block-brigada-component-cover-image h2 {
        font-size: calc(100vw  *  (48  /  1600)); } }
    @media (max-width: 1500px) {
      .wp-block-cover-image h2,
      .wp-block-brigada-component-cover-image h2 {
        padding: 14vw 0; } }
    @media (max-width: 1024px) {
      .wp-block-cover-image h2,
      .wp-block-brigada-component-cover-image h2 {
        padding: 12vw 0; } }
    @media (max-width: 750px) {
      .wp-block-cover-image h2,
      .wp-block-brigada-component-cover-image h2 {
        padding: 18vw 0; } }
/*  end:  Component  »  Cover Image  */
/*  begin:  Component  »  Divider  */
.wp-block-brigada-component-divider {
  position: relative;
  margin-top: 36px;
  margin-bottom: 36px;
  position: relative;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  padding-left: 24px;
  padding-right: 24px;
  position: relative; }
  .wp-block-brigada-component-divider:first-child {
    margin-top: 0; }
  .wp-block-brigada-component-divider:last-child {
    margin-bottom: 0; }
  .component-inner .wp-block-brigada-component-divider .component-inner {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .wp-block-brigada-component-divider.size-xxs .component-inner {
    height: 12.8px; }
    @media (max-width: 750px) {
      .wp-block-brigada-component-divider.size-xxs .component-inner {
        height: 6px; } }
    @media (max-width: 535px) {
      .wp-block-brigada-component-divider.size-xxs .component-inner {
        height: 4.28px; } }
    @media (min-width: 751px) and (max-width: 1600px) {
      .wp-block-brigada-component-divider.size-xxs .component-inner {
        height: calc(100vw  *  (12.8  /  1600)); } }
  .wp-block-brigada-component-divider.size-xs .component-inner {
    height: 21.3333333333px; }
    @media (max-width: 750px) {
      .wp-block-brigada-component-divider.size-xs .component-inner {
        height: 10px; } }
    @media (max-width: 535px) {
      .wp-block-brigada-component-divider.size-xs .component-inner {
        height: 7.1333333333px; } }
    @media (min-width: 751px) and (max-width: 1600px) {
      .wp-block-brigada-component-divider.size-xs .component-inner {
        height: calc(100vw  *  (21.3333333333  /  1600)); } }
  .wp-block-brigada-component-divider.size-s .component-inner {
    height: 42.6666666667px; }
    @media (max-width: 750px) {
      .wp-block-brigada-component-divider.size-s .component-inner {
        height: 20px; } }
    @media (max-width: 535px) {
      .wp-block-brigada-component-divider.size-s .component-inner {
        height: 14.2666666667px; } }
    @media (min-width: 751px) and (max-width: 1600px) {
      .wp-block-brigada-component-divider.size-s .component-inner {
        height: calc(100vw  *  (42.6666666667  /  1600)); } }
  .wp-block-brigada-component-divider.size-m .component-inner {
    height: 64px; }
    @media (max-width: 750px) {
      .wp-block-brigada-component-divider.size-m .component-inner {
        height: 30px; } }
    @media (max-width: 535px) {
      .wp-block-brigada-component-divider.size-m .component-inner {
        height: 21.4px; } }
    @media (min-width: 751px) and (max-width: 1600px) {
      .wp-block-brigada-component-divider.size-m .component-inner {
        height: calc(100vw  *  (64  /  1600)); } }
  .wp-block-brigada-component-divider.size-l .component-inner {
    height: 96px; }
    @media (max-width: 750px) {
      .wp-block-brigada-component-divider.size-l .component-inner {
        height: 45px; } }
    @media (max-width: 535px) {
      .wp-block-brigada-component-divider.size-l .component-inner {
        height: 32.1px; } }
    @media (min-width: 751px) and (max-width: 1600px) {
      .wp-block-brigada-component-divider.size-l .component-inner {
        height: calc(100vw  *  (96  /  1600)); } }
  .wp-block-brigada-component-divider.size-xl .component-inner {
    height: 144px; }
    @media (max-width: 750px) {
      .wp-block-brigada-component-divider.size-xl .component-inner {
        height: 67.5px; } }
    @media (max-width: 535px) {
      .wp-block-brigada-component-divider.size-xl .component-inner {
        height: 48.15px; } }
    @media (min-width: 751px) and (max-width: 1600px) {
      .wp-block-brigada-component-divider.size-xl .component-inner {
        height: calc(100vw  *  (144  /  1600)); } }
  .wp-block-brigada-component-divider.size-xxl .component-inner {
    height: 224px; }
    @media (max-width: 750px) {
      .wp-block-brigada-component-divider.size-xxl .component-inner {
        height: 105px; } }
    @media (max-width: 535px) {
      .wp-block-brigada-component-divider.size-xxl .component-inner {
        height: 74.9px; } }
    @media (min-width: 751px) and (max-width: 1600px) {
      .wp-block-brigada-component-divider.size-xxl .component-inner {
        height: calc(100vw  *  (224  /  1600)); } }
  .wp-block-brigada-component-divider.size-xxxl .component-inner {
    height: 304px; }
    @media (max-width: 750px) {
      .wp-block-brigada-component-divider.size-xxxl .component-inner {
        height: 142.5px; } }
    @media (max-width: 535px) {
      .wp-block-brigada-component-divider.size-xxxl .component-inner {
        height: 101.65px; } }
    @media (min-width: 751px) and (max-width: 1600px) {
      .wp-block-brigada-component-divider.size-xxxl .component-inner {
        height: calc(100vw  *  (304  /  1600)); } }
  .wp-block-brigada-component-divider.line-true .component-inner:after {
    position: absolute;
    top: 50%;
    left: 24px;
    right: 24px;
    height: 0;
    border-bottom: 1px solid #ddd;
    content: ""; }

/*  end:  Component  »  Divider  */
/*  begin:  Component  »  Embed  */
.wp-block-embed-twitter,
.wp-block-embed-facebook,
.wp-block-embed-instagram,
.wp-block-embed-soundcloud,
.wp-block-embed-flickr,
.wp-block-embed-issuu {
  position: relative;
  margin-top: 36px;
  margin-bottom: 36px;
  position: relative;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  padding-left: 24px;
  padding-right: 24px; }
  .wp-block-embed-twitter:first-child,
  .wp-block-embed-facebook:first-child,
  .wp-block-embed-instagram:first-child,
  .wp-block-embed-soundcloud:first-child,
  .wp-block-embed-flickr:first-child,
  .wp-block-embed-issuu:first-child {
    margin-top: 0; }
  .wp-block-embed-twitter:last-child,
  .wp-block-embed-facebook:last-child,
  .wp-block-embed-instagram:last-child,
  .wp-block-embed-soundcloud:last-child,
  .wp-block-embed-flickr:last-child,
  .wp-block-embed-issuu:last-child {
    margin-bottom: 0; }
  .component-inner .wp-block-embed-twitter .component-inner, .component-inner .wp-block-embed-facebook .component-inner, .component-inner .wp-block-embed-instagram .component-inner, .component-inner .wp-block-embed-soundcloud .component-inner, .component-inner .wp-block-embed-flickr .component-inner, .component-inner .wp-block-embed-issuu .component-inner {
    padding-left: 0 !important;
    padding-right: 0 !important; }

/*  end:  Component  »  Embed  */
/*  begin:  Component  »  HTML Code  */
.wp-block-brigada-component-code {
  position: relative;
  margin-top: 36px;
  margin-bottom: 36px;
  position: relative;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  padding-left: 24px;
  padding-right: 24px; }
  .wp-block-brigada-component-code:first-child {
    margin-top: 0; }
  .wp-block-brigada-component-code:last-child {
    margin-bottom: 0; }
  .component-inner .wp-block-brigada-component-code .component-inner {
    padding-left: 0 !important;
    padding-right: 0 !important; }

/*  end:  Component  »  HTML Code  */
/*  begin:  Component  »  Image Slider  */
/*  end:  Component  »  Image Slider  */
/*  begin:  Component  »  logo Garden  */
.wp-block-brigada-component-logo-garden {
  position: relative;
  margin-top: 36px;
  margin-bottom: 36px;
  position: relative;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  padding-left: 24px;
  padding-right: 24px; }
  .wp-block-brigada-component-logo-garden:first-child {
    margin-top: 0; }
  .wp-block-brigada-component-logo-garden:last-child {
    margin-bottom: 0; }
  .component-inner .wp-block-brigada-component-logo-garden .component-inner {
    padding-left: 0 !important;
    padding-right: 0 !important; }

/*  end:  Component  »  logo Garden  */
/*  begin:  Component  »  Quote  */
.wp-block-quote,
.wp-block-brigada-component-generic-quote {
  position: relative;
  margin-top: 36px;
  margin-bottom: 36px;
  position: relative;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  padding-left: 24px;
  padding-right: 24px;
  text-align: center; }
  .wp-block-quote:first-child,
  .wp-block-brigada-component-generic-quote:first-child {
    margin-top: 0; }
  .wp-block-quote:last-child,
  .wp-block-brigada-component-generic-quote:last-child {
    margin-bottom: 0; }
  .component-inner .wp-block-quote .component-inner, .component-inner .wp-block-brigada-component-generic-quote .component-inner {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .wp-block-quote p,
  .wp-block-brigada-component-generic-quote p {
    font-family: Reenie Beanie, serif;
    font-style: italic;
    font-weight: 400;
    font-size: 25.4655172414px; }
    @media (max-width: 896px) {
      .wp-block-quote p,
      .wp-block-brigada-component-generic-quote p {
        font-size: 21.3910344828px; } }
    @media (max-width: 750px) {
      .wp-block-quote p,
      .wp-block-brigada-component-generic-quote p {
        font-size: 17.9054418103px; } }
    @media (max-width: 535px) {
      .wp-block-quote p,
      .wp-block-brigada-component-generic-quote p {
        font-size: 14.9212015086px; } }
    @media (min-width: 897px) and (max-width: 1600px) {
      .wp-block-quote p,
      .wp-block-brigada-component-generic-quote p {
        font-size: calc(100vw  *  (25.4655172414  /  1600)); } }
    .wp-block-quote p:nth-child(1):before,
    .wp-block-brigada-component-generic-quote p:nth-child(1):before {
      position: relative;
      padding-right: 4px;
      content: "“";
      font-size: 150%;
      line-height: 0.75; }
    .wp-block-quote p:nth-last-child(2):after,
    .wp-block-brigada-component-generic-quote p:nth-last-child(2):after {
      position: relative;
      padding-left: 4px;
      content: "”";
      font-size: 150%;
      line-height: 0.75; }
  .wp-block-quote footer,
  .wp-block-brigada-component-generic-quote footer {
    font-size: 14px;
    font-weight: 400; }
    .wp-block-quote footer b,
    .wp-block-brigada-component-generic-quote footer b {
      font-weight: 700; }

/*  end:  Component  »  Quote  */
/*  begin:  Component  »  Section Heading  */
.wp-block-brigada-component-heading,
.wp-block-brigada-component-section-heading {
  position: relative;
  margin-top: 36px;
  margin-bottom: 36px;
  position: relative;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  padding-left: 24px;
  padding-right: 24px; }
  .wp-block-brigada-component-heading:first-child,
  .wp-block-brigada-component-section-heading:first-child {
    margin-top: 0; }
  .wp-block-brigada-component-heading:last-child,
  .wp-block-brigada-component-section-heading:last-child {
    margin-bottom: 0; }
  .component-inner .wp-block-brigada-component-heading .component-inner, .component-inner .wp-block-brigada-component-section-heading .component-inner {
    padding-left: 0 !important;
    padding-right: 0 !important; }

/*  end:  Component  »  Section Heading  */
/*  begin:  Component  »  Text Columns  */
.wp-block-text-columns,
.wp-block-brigada-component-generic-text {
  position: relative;
  margin-top: 36px;
  margin-bottom: 36px;
  position: relative;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  padding-left: 24px;
  padding-right: 24px; }
  .wp-block-text-columns:first-child,
  .wp-block-brigada-component-generic-text:first-child {
    margin-top: 0; }
  .wp-block-text-columns:last-child,
  .wp-block-brigada-component-generic-text:last-child {
    margin-bottom: 0; }
  .component-inner .wp-block-text-columns .component-inner, .component-inner .wp-block-brigada-component-generic-text .component-inner {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .wp-block-text-columns:before, .wp-block-text-columns:after,
  .wp-block-brigada-component-generic-text:before,
  .wp-block-brigada-component-generic-text:after {
    content: " ";
    display: table; }
  .wp-block-text-columns:after,
  .wp-block-brigada-component-generic-text:after {
    clear: both; }
  @media (max-width: 750px) {
    .wp-block-text-columns .wp-block-column + .wp-block-column,
    .wp-block-brigada-component-generic-text .wp-block-column + .wp-block-column {
      margin-top: 36px; } }
  @media (min-width: 751px) {
    .wp-block-text-columns.columns-2 .wp-block-column,
    .wp-block-brigada-component-generic-text.columns-2 .wp-block-column {
      float: left;
      width: 50%;
      box-sizing: border-box; }
      .wp-block-text-columns.columns-2 .wp-block-column:nth-child(1),
      .wp-block-brigada-component-generic-text.columns-2 .wp-block-column:nth-child(1) {
        padding-right: 12px; }
      .wp-block-text-columns.columns-2 .wp-block-column:nth-child(2),
      .wp-block-brigada-component-generic-text.columns-2 .wp-block-column:nth-child(2) {
        padding-left: 12px; } }
  @media (min-width: 751px) {
    .wp-block-text-columns.columns-3 .wp-block-column,
    .wp-block-brigada-component-generic-text.columns-3 .wp-block-column {
      float: left;
      width: 33.333%;
      box-sizing: border-box; }
      .wp-block-text-columns.columns-3 .wp-block-column:nth-child(1),
      .wp-block-brigada-component-generic-text.columns-3 .wp-block-column:nth-child(1) {
        padding-right: 16px; }
      .wp-block-text-columns.columns-3 .wp-block-column:nth-child(2),
      .wp-block-brigada-component-generic-text.columns-3 .wp-block-column:nth-child(2) {
        padding-left: 8px;
        padding-right: 8px; }
      .wp-block-text-columns.columns-3 .wp-block-column:nth-child(3),
      .wp-block-brigada-component-generic-text.columns-3 .wp-block-column:nth-child(3) {
        padding-left: 16px; } }
  @media (min-width: 751px) {
    .wp-block-text-columns.columns-4 .wp-block-column,
    .wp-block-brigada-component-generic-text.columns-4 .wp-block-column {
      float: left;
      width: 25%;
      box-sizing: border-box; }
      .wp-block-text-columns.columns-4 .wp-block-column:nth-child(1),
      .wp-block-brigada-component-generic-text.columns-4 .wp-block-column:nth-child(1) {
        padding-right: 18px; }
      .wp-block-text-columns.columns-4 .wp-block-column:nth-child(2),
      .wp-block-brigada-component-generic-text.columns-4 .wp-block-column:nth-child(2) {
        padding-left: 12px;
        padding-right: 6px; }
      .wp-block-text-columns.columns-4 .wp-block-column:nth-child(3),
      .wp-block-brigada-component-generic-text.columns-4 .wp-block-column:nth-child(3) {
        padding-left: 6px;
        padding-right: 12px; }
      .wp-block-text-columns.columns-4 .wp-block-column:nth-child(4),
      .wp-block-brigada-component-generic-text.columns-4 .wp-block-column:nth-child(4) {
        padding-left: 18px; } }
/*  end:  Component  »  Text Columns  */
/*  begin:  Component  »  Video Player  */
.wp-block-embed-youtube,
.wp-block-embed-vimeo,
.wp-block-brigada-component-video-player {
  position: relative;
  margin-top: 36px;
  margin-bottom: 36px;
  position: relative;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
  padding-top: 55%;
  padding-top: calc((100vw  -  48px)  *  0.5625); }
  .wp-block-embed-youtube:first-child,
  .wp-block-embed-vimeo:first-child,
  .wp-block-brigada-component-video-player:first-child {
    margin-top: 0; }
  .wp-block-embed-youtube:last-child,
  .wp-block-embed-vimeo:last-child,
  .wp-block-brigada-component-video-player:last-child {
    margin-bottom: 0; }
  .component-inner .wp-block-embed-youtube .component-inner, .component-inner .wp-block-embed-vimeo .component-inner, .component-inner .wp-block-brigada-component-video-player .component-inner {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  @media (min-width: 960px) {
    .wp-block-embed-youtube,
    .wp-block-embed-vimeo,
    .wp-block-brigada-component-video-player {
      padding-top: calc((960px  -  48px)  *  0.5625); } }
  .wp-block-embed-youtube iframe,
  .wp-block-embed-vimeo iframe,
  .wp-block-brigada-component-video-player iframe {
    position: absolute;
    left: 24px;
    top: 0;
    bottom: 0;
    left: 24px;
    width: calc(100%  -  48px);
    height: 100%; }

/*  end:  Component  »  Video Player  */
/*
* Component
*
* @author				Matt Gifford
* @copyright			2016 Brigada Limited
*/
/*  begin:  Component  »  Accordion  */
.component-accordion .accordion-item {
  position: relative;
  padding: 10px 0 10px 0;
  background-color: #fff;
  -webkit-transition: max-height 300ms linear 0ms;
  /* webkit mobile */
  transition: max-height 300ms linear 0ms;
  border-bottom: 1px solid #f7f7f7; }
  .component-accordion .accordion-item:first-child {
    border-top: 1px solid #f7f7f7; }
  .component-accordion .accordion-item .accordion-item-heading {
    position: relative;
    cursor: pointer;
    padding: 10px 0;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-transition: color 300ms linear 0ms;
    /* webkit mobile */
    transition: color 300ms linear 0ms; }
    .component-accordion .accordion-item .accordion-item-heading h3 {
      margin: 0;
      font-size: 21px;
      font-weight: 700;
      /* bold */
      padding-right: 6vw;
      color: #981a67; }
      .mouse .component-accordion .accordion-item .accordion-item-heading h3:hover {
        color: #ff009b !important; }
    .mouse .component-accordion .accordion-item .accordion-item-heading:hover {
      color: #ff009b; }
      .mouse .component-accordion .accordion-item .accordion-item-heading:hover:before {
        color: #ff009b !important; }
  .component-accordion .accordion-item .accordion-item-content {
    position: relative;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 150ms ease-out 0ms;
    /* webkit mobile */
    transition: max-height 150ms ease-out 0ms; }
    .component-accordion .accordion-item .accordion-item-content .content-wrapper {
      padding: 8px 30px 10px 0 !important; }
  .component-accordion .accordion-item.accordion-item--expanded .accordion-item-content {
    max-height: 3000px !important;
    -webkit-transition: max-height 600ms ease-in-out 0ms;
    /* webkit mobile */
    transition: max-height 600ms ease-in-out 0ms; }
  .component-accordion .accordion-item .accordion-item-heading:before {
    content: '+';
    font-size: 36px;
    position: absolute;
    font-weight: 500;
    /* bold */
    padding: 0;
    margin: 0;
    top: 50%;
    right: 0;
    color: #981a67;
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%); }
  .component-accordion .accordion-item.accordion-item--expanded .accordion-item-heading:before {
    content: '-';
    font-size: 48px; }

/*  end:  Component  »  Accordion  */
/*
* Component
*
* @author				Matt Gifford
* @copyright			2016 Brigada Limited
*/
/*  begin:  Component  »  Divider  */
.component-divider {
  position: relative;
  margin-top: -48px;
  margin-bottom: 0 !important; }
  .component-divider.size-xxs .component-inner {
    height: 12.8px; }
    @media (max-width: 750px) {
      .component-divider.size-xxs .component-inner {
        height: 6px; } }
    @media (max-width: 535px) {
      .component-divider.size-xxs .component-inner {
        height: 4.28px; } }
    @media (min-width: 751px) and (max-width: 1600px) {
      .component-divider.size-xxs .component-inner {
        height: calc(100vw  *  (12.8  /  1600)); } }
  .component-divider.size-xs .component-inner {
    height: 21.3333333333px; }
    @media (max-width: 750px) {
      .component-divider.size-xs .component-inner {
        height: 10px; } }
    @media (max-width: 535px) {
      .component-divider.size-xs .component-inner {
        height: 7.1333333333px; } }
    @media (min-width: 751px) and (max-width: 1600px) {
      .component-divider.size-xs .component-inner {
        height: calc(100vw  *  (21.3333333333  /  1600)); } }
  .component-divider.size-s .component-inner {
    height: 42.6666666667px; }
    @media (max-width: 750px) {
      .component-divider.size-s .component-inner {
        height: 20px; } }
    @media (max-width: 535px) {
      .component-divider.size-s .component-inner {
        height: 14.2666666667px; } }
    @media (min-width: 751px) and (max-width: 1600px) {
      .component-divider.size-s .component-inner {
        height: calc(100vw  *  (42.6666666667  /  1600)); } }
  .component-divider.size-m .component-inner {
    height: 64px; }
    @media (max-width: 750px) {
      .component-divider.size-m .component-inner {
        height: 30px; } }
    @media (max-width: 535px) {
      .component-divider.size-m .component-inner {
        height: 21.4px; } }
    @media (min-width: 751px) and (max-width: 1600px) {
      .component-divider.size-m .component-inner {
        height: calc(100vw  *  (64  /  1600)); } }
  .component-divider.size-l .component-inner {
    height: 96px; }
    @media (max-width: 750px) {
      .component-divider.size-l .component-inner {
        height: 45px; } }
    @media (max-width: 535px) {
      .component-divider.size-l .component-inner {
        height: 32.1px; } }
    @media (min-width: 751px) and (max-width: 1600px) {
      .component-divider.size-l .component-inner {
        height: calc(100vw  *  (96  /  1600)); } }
  .component-divider.size-xl .component-inner {
    height: 144px; }
    @media (max-width: 750px) {
      .component-divider.size-xl .component-inner {
        height: 67.5px; } }
    @media (max-width: 535px) {
      .component-divider.size-xl .component-inner {
        height: 48.15px; } }
    @media (min-width: 751px) and (max-width: 1600px) {
      .component-divider.size-xl .component-inner {
        height: calc(100vw  *  (144  /  1600)); } }
  .component-divider.size-xxl .component-inner {
    height: 224px; }
    @media (max-width: 750px) {
      .component-divider.size-xxl .component-inner {
        height: 105px; } }
    @media (max-width: 535px) {
      .component-divider.size-xxl .component-inner {
        height: 74.9px; } }
    @media (min-width: 751px) and (max-width: 1600px) {
      .component-divider.size-xxl .component-inner {
        height: calc(100vw  *  (224  /  1600)); } }
  .component-divider.size-xxxl .component-inner {
    height: 304px; }
    @media (max-width: 750px) {
      .component-divider.size-xxxl .component-inner {
        height: 142.5px; } }
    @media (max-width: 535px) {
      .component-divider.size-xxxl .component-inner {
        height: 101.65px; } }
    @media (min-width: 751px) and (max-width: 1600px) {
      .component-divider.size-xxxl .component-inner {
        height: calc(100vw  *  (304  /  1600)); } }
  .component-divider.line .component-inner:after {
    position: absolute;
    top: 50%;
    left: 24px;
    right: 24px;
    height: 0;
    border-bottom: 1px solid #ddd;
    content: ""; }

/*  end:  Component  »  Divider  */
/*
* Component
*
* @author				Matt Gifford
* @copyright			2016 Brigada Limited
*/
/*  begin:  Component  »  Generic Text  */
.component-generic-text {
  position: relative;
  margin-top: 36px;
  margin-bottom: 36px; }
  .component-generic-text:first-child {
    margin-top: 0; }
  .component-generic-text:last-child {
    margin-bottom: 0; }
  .component-inner .component-generic-text .component-inner {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .component-generic-text .component-inner {
    position: relative;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    padding-left: 24px;
    padding-right: 24px; }
  .component-generic-text:before, .component-generic-text:after {
    content: " ";
    display: table; }
  .component-generic-text:after {
    clear: both; }
  @media (max-width: 750px) {
    .component-generic-text .wp-block-column + .wp-block-column {
      margin-top: 36px; } }
  @media (min-width: 751px) {
    .component-generic-text.columns-2 .wp-block-column {
      float: left;
      width: 50%;
      box-sizing: border-box; }
      .component-generic-text.columns-2 .wp-block-column:nth-child(1) {
        padding-right: 12px; }
      .component-generic-text.columns-2 .wp-block-column:nth-child(2) {
        padding-left: 12px; } }
  @media (min-width: 751px) {
    .component-generic-text.columns-3 .wp-block-column {
      float: left;
      width: 33.333%;
      box-sizing: border-box; }
      .component-generic-text.columns-3 .wp-block-column:nth-child(1) {
        padding-right: 16px; }
      .component-generic-text.columns-3 .wp-block-column:nth-child(2) {
        padding-left: 8px;
        padding-right: 8px; }
      .component-generic-text.columns-3 .wp-block-column:nth-child(3) {
        padding-left: 16px; } }
  @media (min-width: 751px) {
    .component-generic-text.columns-4 .wp-block-column {
      float: left;
      width: 25%;
      box-sizing: border-box; }
      .component-generic-text.columns-4 .wp-block-column:nth-child(1) {
        padding-right: 18px; }
      .component-generic-text.columns-4 .wp-block-column:nth-child(2) {
        padding-left: 12px;
        padding-right: 6px; }
      .component-generic-text.columns-4 .wp-block-column:nth-child(3) {
        padding-left: 6px;
        padding-right: 12px; }
      .component-generic-text.columns-4 .wp-block-column:nth-child(4) {
        padding-left: 18px; } }
  .component-generic-text.borders {
    padding: 16px 10.6666666667px 16px 16px; }
    .component-generic-text.borders p {
      margin-top: 8px; }
    @media (min-width: 751px) {
      .component-generic-text.borders.columns-2 {
        position: relative;
        border: 1px solid #ededed;
        overflow: hidden; }
        .component-generic-text.borders.columns-2:after {
          position: absolute;
          left: 50%;
          top: 0;
          bottom: 0;
          border-left: 1px solid #ededed;
          content: "";
          z-index: 1000;
          display: block; }
      .component-generic-text.borders.columns-3 {
        position: relative;
        border: 1px solid #ededed;
        overflow: hidden; }
        .component-generic-text.borders.columns-3:before {
          position: absolute;
          right: 33.33%;
          top: 0;
          bottom: 0;
          border-left: 1px solid #ededed;
          content: "";
          z-index: 1000;
          display: block; }
        .component-generic-text.borders.columns-3:after {
          position: absolute;
          left: 33.33%;
          top: 0;
          bottom: 0;
          border-left: 1px solid #ededed;
          content: "";
          z-index: 1000;
          display: block; } }
/*  end:  Component  »  Generic Text  */
/*
* Component
*
* @author				Matt Gifford
* @copyright			2016 Brigada Limited
*/
/*  begin:  Component  »  Generic CTA  */
.component-generic-cta {
  text-align: center; }
  .component-generic-cta .title {
    font-size: 46px;
    color: #ff009b; }
    @media (max-width: 896px) {
      .component-generic-cta .title {
        font-size: 38.64px; } }
    @media (max-width: 750px) {
      .component-generic-cta .title {
        font-size: 32.34375px; } }
    @media (max-width: 535px) {
      .component-generic-cta .title {
        font-size: 26.953125px; } }
    @media (min-width: 897px) and (max-width: 1600px) {
      .component-generic-cta .title {
        font-size: calc(100vw  *  (46  /  1600)); } }
  .component-generic-cta .button-container {
    padding-top: 24px; }
    .component-generic-cta .button-container .button {
      display: inline-block;
      padding: 10px 25px;
      background: #981a67;
      color: #fff;
      text-decoration: none; }
      .mouse .component-generic-cta .button-container .button:hover {
        background: #ff009b; }

/*  end:  Component  »  Generic CTA  */
/*
* Component
*
* @author				Matt Gifford
* @copyright			2016 Brigada Limited
*/
/*  begin:  Component  »  Generic Quote  */
.component-generic-quote blockquote {
  position: relative;
  width: 90%;
  margin: 0 auto;
  text-align: center; }
  .component-generic-quote blockquote p {
    font-family: Reenie Beanie, serif;
    font-style: italic;
    font-weight: 400;
    font-size: 25.4655172414px; }
    @media (max-width: 896px) {
      .component-generic-quote blockquote p {
        font-size: 21.3910344828px; } }
    @media (max-width: 750px) {
      .component-generic-quote blockquote p {
        font-size: 17.9054418103px; } }
    @media (max-width: 535px) {
      .component-generic-quote blockquote p {
        font-size: 14.9212015086px; } }
    @media (min-width: 897px) and (max-width: 1600px) {
      .component-generic-quote blockquote p {
        font-size: calc(100vw  *  (25.4655172414  /  1600)); } }
    .component-generic-quote blockquote p:first-child:before {
      position: relative;
      padding-right: 4px;
      content: "“";
      font-size: 150%;
      line-height: 0.75; }
    .component-generic-quote blockquote p:last-child:after {
      position: relative;
      padding-left: 4px;
      content: "”";
      font-size: 150%;
      line-height: 0.75; }

.component-generic-quote .author {
  font-size: 14px;
  font-weight: 400;
  text-align: right; }
  .component-generic-quote .author b {
    font-weight: 700; }

/*  end:  Component  »  Generic Quote  */
/*
* Component
*
* @author				Matt Gifford
* @copyright			2016 Brigada Limited
*/
/*  begin:  Component  »  Code  */
/*  end:  Component  »  Code  */
/*
* Component
*
* @author				Matt Gifford
* @copyright			2016 Brigada Limited
*/
/*  begin:  Component  »  Image Slider  */
.component-image-slider {
  position: relative;
  margin-top: 36px;
  margin-bottom: 36px;
  margin: 0 0 72px 0; }
  .component-image-slider:first-child {
    margin-top: 0; }
  .component-image-slider:last-child {
    margin-bottom: 0; }
  .component-inner .component-image-slider .component-inner {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .component-image-slider .component-inner {
    position: relative;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    padding-left: 24px;
    padding-right: 24px; }
  .component-image-slider .slide-container {
    position: relative;
    width: 100%; }
    .component-image-slider .slide-container .slide-item {
      position: relative;
      width: 100%;
      background: #222; }
      .component-image-slider .slide-container .slide-item img {
        width: 100%; }
    .component-image-slider .slide-container > .slide-item {
      position: absolute;
      visibility: hidden; }
      .component-image-slider .slide-container > .slide-item:first-child {
        position: relative;
        visibility: visible; }
  @media (min-width: 1025px) {
    .component-image-slider.project .slide-container {
      position: relative;
      width: 100%;
      height: 450px; }
      .component-image-slider.project .slide-container .slide-item {
        position: relative;
        width: 100%;
        background: #fcfcfc;
        height: 450px;
        overflow: hidden; }
        .component-image-slider.project .slide-container .slide-item img {
          max-height: 450px;
          width: auto;
          height: auto;
          margin: 0 auto; } }
  .component-image-slider .flickity-prev-next-button.previous {
    left: -75px;
    background: #f00;
    border-radius: 0px;
    padding: 50px 25px;
    border-radius: 2px;
    background: #ededed; }
    .component-image-slider .flickity-prev-next-button.previous svg path {
      color: #666;
      fill: #666; }
    @media (max-width: 1150px) {
      .component-image-slider .flickity-prev-next-button.previous {
        left: 5px;
        background: none; }
        .component-image-slider .flickity-prev-next-button.previous svg path {
          color: #981a67;
          fill: #981a67; } }
  .component-image-slider .flickity-prev-next-button.next {
    right: -75px;
    background: #f00;
    border-radius: 0px;
    padding: 50px 25px;
    border-radius: 2px;
    background: #ededed; }
    .component-image-slider .flickity-prev-next-button.next svg path {
      color: #666;
      fill: #666; }
    @media (max-width: 1150px) {
      .component-image-slider .flickity-prev-next-button.next {
        right: 5px;
        background: none; }
        .component-image-slider .flickity-prev-next-button.next svg path {
          color: #981a67;
          fill: #981a67; } }
  .component-image-slider .flickity-prev-next-button {
    background: transparent;
    width: 40px;
    height: 40px;
    border: 0 !important;
    outline: none !important;
    box-shadow: none !important; }
    .mouse .component-image-slider .flickity-prev-next-button:hover {
      border: 0 !important;
      outline: none !important;
      box-shadow: none !important; }
  .component-image-slider .flickity-prev-next-button .arrow {
    fill: #981a67; }
  .mouse .component-image-slider .flickity-prev-next-button:hover .arrow {
    fill: #ff009b; }
  .component-image-slider .flickity-prev-next-button.no-svg {
    color: #981a67; }
    .mouse .component-image-slider .flickity-prev-next-button.no-svg:hover {
      color: #ff009b; }
  .component-image-slider .flickity-prev-next-button:hover {
    background: transparent; }
  .component-image-slider .flickity-prev-next-button:disabled {
    display: none; }
  .component-image-slider .caption {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: rgba(255, 255, 255, 0.85);
    padding: 16px 24px; }
    .component-image-slider .caption p {
      font-size: 18px;
      font-family: Reenie Beanie, serif;
      color: #000; }
      @media (max-width: 896px) {
        .component-image-slider .caption p {
          font-size: 15.12px; } }
      @media (max-width: 750px) {
        .component-image-slider .caption p {
          font-size: 12.65625px; } }
      @media (max-width: 535px) {
        .component-image-slider .caption p {
          font-size: 10.546875px; } }
      @media (min-width: 897px) and (max-width: 1600px) {
        .component-image-slider .caption p {
          font-size: calc(100vw  *  (18  /  1600)); } }
/*  end:  Component  »  Image Slider  */
/*
* Component
*
* @author				Matt Gifford
* @copyright			2016 Brigada Limited
*/
/*  begin:  Component  »  Logo Garden  */
.component-logo-garden .logo-container {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none; }
  .component-logo-garden .logo-container:before, .component-logo-garden .logo-container:after {
    content: " ";
    display: table; }
  .component-logo-garden .logo-container:after {
    clear: both; }
  .component-logo-garden .logo-container .logo-item {
    position: relative;
    margin: 0;
    padding: 0;
    float: left; }
    @media (min-width: 751px) {
      .component-logo-garden .logo-container .logo-item {
        float: left;
        width: 33.333%;
        box-sizing: border-box; }
        .component-logo-garden .logo-container .logo-item:nth-child(3n+1) {
          clear: left; } }
    .component-logo-garden .logo-container .logo-item img {
      max-width: 100%;
      height: auto;
      width: auto;
      margin: 0 auto;
      outline: 1px solid #ededed; }

/*  end:  Component  »  Logo Garden  */
/*
* Component
*
* @author				Matt Gifford
* @copyright			2016 Brigada Limited
*/
/*  begin:  Component  »  Section Heading  */
.component-section-heading .title {
  font-size: 28px; }
  @media (max-width: 896px) {
    .component-section-heading .title {
      font-size: 23.52px; } }
  @media (max-width: 750px) {
    .component-section-heading .title {
      font-size: 19.6875px; } }
  @media (max-width: 535px) {
    .component-section-heading .title {
      font-size: 16.40625px; } }
  @media (min-width: 897px) and (max-width: 1600px) {
    .component-section-heading .title {
      font-size: calc(100vw  *  (28  /  1600)); } }
.component-section-heading .subtitle {
  margin: 0;
  font-size: 14px;
  color: #4d4d4d; }

/*  end:  Component  »  Section Heading  */
/*
* Component
*
* @author				Matt Gifford
* @copyright			2016 Brigada Limited
*/
/*  begin:  Component  »  Video Player  */
.component-video-player .video-container {
  position: relative;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto; }
  .component-video-player .video-container .shim {
    position: relative;
    width: 100% !important;
    height: auto !important;
    max-width: 2048px !important; }
  .component-video-player .video-container iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

/*  end:  Component  »  Video Player  */
/*
* Component
*
* @author				Matt Gifford
* @copyright			2018 Brigada Limited
*/
/*  begin:  Component  »  Section Menu  */
.component-section-menu {
  position: relative;
  margin-top: 36px;
  margin-bottom: 36px; }
  .component-section-menu:first-child {
    margin-top: 0; }
  .component-section-menu:last-child {
    margin-bottom: 0; }
  .component-inner .component-section-menu .component-inner {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .component-section-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    display: block;
    border-top: 1px solid #ededed; }
    .component-section-menu ul li {
      position: relative;
      display: block;
      margin: 0;
      padding: 0;
      border-top: 1px solid #fff;
      border-bottom: 1px solid #ededed;
      font-size: 14px; }
      .component-section-menu ul li a {
        display: block;
        padding: 10.6666666667px 16px; }
        .mouse .component-section-menu ul li a:hover, .component-section-menu ul li a.active {
          background: #f5f5f5;
          color: #000;
          text-decoration: none; }
  .component-section-menu .donate {
    padding-top: 30px;
    padding-left: 40px;
    width: 230px; }
    @media (max-width: 750px) {
      .component-section-menu .donate {
        margin: 0 auto; } }
    .component-section-menu .donate .btn {
      display: inline-block;
      font-size: 1em;
      border: 0;
      cursor: pointer;
      font-weight: 700;
      width: 131px;
      height: 130px;
      padding: 0px;
      line-height: 1.5em;
      color: #333;
      border-radius: 0px;
      background: url(../images/bubble.jpg) no-repeat center top;
      text-transform: uppercase;
      text-align: center; }
      .component-section-menu .donate .btn .bubbletext {
        padding-top: 35px; }
      .component-section-menu .donate .btn span {
        font-size: 20px; }
      .component-section-menu .donate .btn:hover {
        color: white;
        background: url(../images/bubble.jpg) no-repeat center bottom;
        text-decoration: none; }

/*  end:  Component  »  Section Menu  */
/*
* Component
*
* @author				Matt Gifford
* @copyright			2018 Brigada Limited
*/
/*  begin:  Component  »  Section Overview  */
.component-section-overview {
  position: relative;
  margin-top: 36px;
  margin-bottom: 36px; }
  .component-section-overview:first-child {
    margin-top: 0; }
  .component-section-overview:last-child {
    margin-bottom: 0; }
  .component-inner .component-section-overview .component-inner {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .component-section-overview .component-inner {
    position: relative;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    padding-left: 24px;
    padding-right: 24px; }
  .component-section-overview .pages {
    position: relative; }
    .component-section-overview .pages:before, .component-section-overview .pages:after {
      content: " ";
      display: table; }
    .component-section-overview .pages:after {
      clear: both; }
  .component-section-overview .page-item {
    position: relative;
    display: block;
    box-sizing: border-box; }
    .component-section-overview .page-item .photo {
      padding: 0 0 24px 0; }
      .component-section-overview .page-item .photo img {
        max-width: 100%;
        height: auto; }
    .component-section-overview .page-item .text {
      padding: 0 16px 24px 16px;
      text-align: center; }
      .component-section-overview .page-item .text .title {
        font-weight: 400;
        /* regular */ }
      .component-section-overview .page-item .text .title + p {
        margin-top: 3.2px; }
    @media (min-width: 751px) {
      .component-section-overview .page-item {
        float: left;
        width: 33.333%;
        box-sizing: border-box; }
        .component-section-overview .page-item:nth-child(3n+1) {
          clear: left;
          padding-right: 24px; }
        .component-section-overview .page-item:nth-child(3n+2) {
          padding-left: 12px;
          padding-right: 12px; }
        .component-section-overview .page-item:nth-child(3n+3) {
          padding-left: 24px; } }
/*  end:  Component  »  Section Overview  */
/*
* Component
*
* @author				Matt Gifford
* @copyright			2018 Brigada Limited
*/
/*  begin:  Component  »  Team List  */
.component-team-list {
  position: relative;
  margin-top: 36px;
  margin-bottom: 36px;
  /*
	<div class="team">
<div class="team-item">
					<div class="photo">
						<img src="http://meshsculpture.local/site/uploads/2019/01/meshtrustee-10.jpg">
					</div>
					<div class="text">
						<h3 class="title">Nancy Caiger</h3>
						<p class="title">Chair</p>
						<div class="bio">
						    <p>Nancy is involved with the local business community as a member of the Waikato Chamber of Commerce and a Life Member of the Waikato Property Investors Association. Nancy is a proven business leader and strategic thinker who brings to the Trust invaluable experience with financial markets and investment management. Nancy is both an art collector and a supporter of the wider arts community in Hamilton. Her contribution to Hamilton for services to the arts and community was recognised by a civic award in 2016.</p>

                        </div>
					</div>
				</div>

	 */ }
  .component-team-list:first-child {
    margin-top: 0; }
  .component-team-list:last-child {
    margin-bottom: 0; }
  .component-inner .component-team-list .component-inner {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .component-team-list .component-inner {
    position: relative;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    padding-left: 24px;
    padding-right: 24px; }
  .component-team-list .team {
    position: relative;
    overflow: hidden; }
  .component-team-list .team-item {
    position: relative;
    overflow: hidden;
    padding: 0 0 50px 0; }
    .component-team-list .team-item .photo {
      float: left;
      padding: 0 30px 0 0; }
    .component-team-list .team-item .text {
      position: relative;
      display: block;
      overflow: hidden; }
      .component-team-list .team-item .text .name {
        margin: 0;
        font-size: 20px; }
      .component-team-list .team-item .text .title {
        margin: 0;
        padding: 2.2857142857px 0 0 0;
        font-size: 14px;
        color: #666; }
      .component-team-list .team-item .text .bio {
        padding: 16px 0 0 0; }

/*  end:  Component  »  Team List  */
/*
* Component
*
* @author				Matt Gifford
* @copyright			2018 Brigada Limited
*/
/*  begin:  Component  »  Projects List  */
.component-projects-list {
  position: relative;
  margin-top: 36px;
  margin-bottom: 36px; }
  .component-projects-list:first-child {
    margin-top: 0; }
  .component-projects-list:last-child {
    margin-bottom: 0; }
  .component-inner .component-projects-list .component-inner {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .component-projects-list .component-inner {
    position: relative;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    padding-left: 24px;
    padding-right: 24px; }
    .component-projects-list .component-inner:before, .component-projects-list .component-inner:after {
      content: " ";
      display: table; }
    .component-projects-list .component-inner:after {
      clear: both; }
  .component-projects-list .project-item {
    position: relative;
    display: block;
    margin: 0 0 72px 0;
    box-sizing: border-box; }
    @media (min-width: 751px) {
      .component-projects-list .project-item:nth-child(2n+1) {
        float: left;
        width: 50%;
        clear: both;
        padding-right: 36px; }
      .component-projects-list .project-item:nth-child(2n+2) {
        float: right;
        width: 50%;
        padding-left: 36px; } }
    .component-projects-list .project-item .photo {
      position: relative;
      border-radius: 5px 5px 0 0;
      overflow: hidden; }
      .component-projects-list .project-item .photo img {
        width: 100%; }
    .component-projects-list .project-item .text {
      position: relative;
      background: #fafafa;
      border: 1px solid #ebebeb;
      border-top: 0;
      border-radius: 0 0 5px 5px;
      padding: 24px 24px; }
      .component-projects-list .project-item .text .title a {
        color: #000;
        font-weight: 700;
        /* bold */ }
      .component-projects-list .project-item .text table, .component-projects-list .project-item .text td {
        background: none !important;
        border: none !important;
        vertical-align: top; }
      .component-projects-list .project-item .text td:first-child {
        font-weight: 700;
        /* bold */ }

/*  end:  Component  »  Projects List  */
/*
* Component
*
* @author				Matt Gifford
* @copyright			2018 Brigada Limited
*/
/*  begin:  Component  »  Project Videos  */
.component-project-videos {
  position: relative;
  margin: 0 0 36px 0; }
  .component-project-videos:before, .component-project-videos:after {
    content: " ";
    display: table; }
  .component-project-videos:after {
    clear: both; }
  .component-project-videos .heading {
    padding-top: 24px;
    padding-bottom: 16px;
    font-size: 28px; }
    @media (min-width: 751px) {
      .component-project-videos .heading {
        /* screen reader only content */
        position: absolute !important;
        clip: rect(1px 1px 1px 1px);
        clip: rect(1px, 1px, 1px, 1px);
        padding: 0 !important;
        border: 0 !important;
        height: 1px !important;
        width: 1px !important;
        overflow: hidden; } }
    @media (max-width: 896px) {
      .component-project-videos .heading {
        font-size: 23.52px; } }
    @media (max-width: 750px) {
      .component-project-videos .heading {
        font-size: 19.6875px; } }
    @media (max-width: 535px) {
      .component-project-videos .heading {
        font-size: 16.40625px; } }
    @media (min-width: 897px) and (max-width: 1600px) {
      .component-project-videos .heading {
        font-size: calc(100vw  *  (28  /  1600)); } }
  .component-project-videos .video-item {
    margin: 0 0 16px 0; }
    .component-project-videos .video-item .title {
      font-weight: 400;
      /* regular */
      font-size: 18px;
      margin: 0; }
    @media (min-width: 536px) and (max-width: 750px) {
      .component-project-videos .video-item {
        float: left;
        width: 50%; }
        .component-project-videos .video-item:nth-child(2n+2) {
          clear: left; } }
/*  end:  Component  »  Project Videos  */
/*
* Component
*
* @author				Matt Gifford
* @copyright			2018 Brigada Limited
*/
/*  begin:  Component  »  Project Artist  */
.component-project-artist {
  position: relative;
  margin: 0 0 36px 0;
  background: #f5e8f4;
  padding: 36px 16px; }
  .component-project-artist.has-quote {
    padding: 24px 16px 0 16px; }
  .component-project-artist blockquote {
    padding-left: 24px;
    padding-right: 24px; }
    .component-project-artist blockquote p {
      font-style: italic;
      font-size: 14px;
      color: #8c6b90;
      font-weight: 700;
      /* bold */ }
  .component-project-artist .name {
    font-family: Reenie Beanie, serif;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 31px;
    margin: 0 0 24px 0; }
  .component-project-artist img {
    max-width: 100%;
    height: auto;
    margin: 0 auto; }

/*  end:  Component  »  Project Artist  */
/*
* Component
*
* @author				Matt Gifford
* @copyright			2018 Brigada Limited
*/
/*  begin:  Component  »  Project Stats  */
.component-project-stats {
  padding: 16px 0 0 0; }
  .component-project-stats ul {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fafafa;
    border: 1px solid #ebebeb; }
    .component-project-stats ul li {
      margin: 0;
      padding: 10%;
      border-top: 1px solid #ebebeb;
      font-size: 21px; }
      @media (max-width: 750px) {
        .component-project-stats ul li {
          padding: 31px 36px; } }
      .component-project-stats ul li:first-child {
        border: 0; }
      .component-project-stats ul li b {
        display: block;
        font-weight: 400;
        /* regular */
        text-transform: uppercase;
        font-size: 12px;
        color: #666; }

/*  end:  Component  »  Project Stats  */
/*
* Component
*
* @author				Matt Gifford
* @copyright			2018 Brigada Limited
*/
/*  begin:  Component  »  Project Records  */
.component-project-records {
  position: relative;
  clear: both;
  -webkit-transition: all 600ms linear 0ms;
  /* webkit mobile */
  transition: all 600ms linear 0ms;
  opacity: 0; }
  .component-project-records.animate {
    opacity: 1; }
  .component-project-records .component-inner {
    position: relative;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    padding-left: 24px;
    padding-right: 24px;
    padding: 75px 0 0 0; }
  .component-project-records ul {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden; }
    .component-project-records ul.items-2 li {
      width: 50%; }
    .component-project-records ul.items-3 li {
      width: 33.33333%; }
    .component-project-records ul.items-4 li {
      width: 25%; }
    .component-project-records ul.items-5 li {
      width: 20%; }
  .component-project-records li {
    margin: 0;
    padding: 0;
    border: 1px solid #ededed;
    text-align: center;
    float: left;
    box-sizing: border-box;
    padding: 24px; }
    .component-project-records li b {
      font-size: 91px;
      font-weight: 300;
      /* light */
      display: block;
      color: #666666; }
    .component-project-records li span {
      font-size: 21px;
      font-weight: 400;
      /* regular */
      color: #8c8c8c; }

/*  end:  Component  »  Project Records  */
/*
* Component
*
* @author				Matt Gifford
* @copyright			2018 Brigada Limited
*/
/*  begin:  Component  »  Donations  */
.component-donations {
  position: relative;
  margin-top: 36px;
  margin-bottom: 36px; }
  .component-donations:first-child {
    margin-top: 0; }
  .component-donations:last-child {
    margin-bottom: 0; }
  .component-inner .component-donations .component-inner {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .component-donations .component-inner {
    position: relative;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    padding-left: 24px;
    padding-right: 24px; }
  .component-donations .errors {
    color: #f00; }
  .component-donations .donation-fields {
    position: relative;
    overflow: hidden; }
  .component-donations .donation-values {
    position: relative;
    float: left;
    width: 80%; }
    @media (max-width: 1024px) {
      .component-donations .donation-values {
        width: 100%; } }
  .component-donations .donation-custom {
    position: relative;
    float: left;
    width: 20%;
    margin: 6px 0;
    display: block;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(4%, #981b67), color-stop(50%, #600d55), color-stop(94%, #600d55)) top;
    background: linear-gradient(#981b67 4%, #600d55 50%, #600d55 94%) top;
    background-size: auto;
    background-size: 200%;
    border: 5px solid #fff;
    color: #fff;
    padding: 20px 20px 0 20px;
    font-size: 36px;
    text-align: center;
    -webkit-transition: background-position .15s;
    transition: background-position .15s;
    margin-bottom: 0;
    box-sizing: border-box;
    height: 150px; }
    @media (max-width: 1024px) {
      .component-donations .donation-custom {
        width: 100%; } }
    @media (max-width: 1024px) {
      .component-donations .donation-custom {
        padding-top: 16px;
        height: 125px; } }
    .component-donations .donation-custom input {
      font-size: 20px;
      font-weight: 700;
      /* bold */
      font-family: lato, sans-serif;
      text-align: center; }
    .component-donations .donation-custom.active {
      border-color: #ff009b; }
    .component-donations .donation-custom label {
      font-size: 14px;
      color: #fff;
      text-transform: uppercase;
      font-weight: 700;
      /* bold */ }
      @media (max-width: 1024px) {
        .component-donations .donation-custom label {
          font-size: 16px; } }
  .component-donations .donation-fields input[type="radio"] {
    opacity: 0;
    position: absolute; }
  .component-donations .donation-fields .optionset {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none; }
    .component-donations .donation-fields .optionset li {
      margin: 0;
      padding: 0;
      float: left;
      width: 25%; }
      @media (max-width: 1024px) {
        .component-donations .donation-fields .optionset li {
          width: 50%; } }
    .component-donations .donation-fields .optionset input[checked="checked"] + label {
      border-color: #ff009b; }
  .component-donations .donation-fields .optionset label {
    display: block;
    width: 100%;
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(4%, #981b67), color-stop(50%, #600d55), color-stop(94%, #600d55)) top;
    background: linear-gradient(#981b67 4%, #600d55 50%, #600d55 94%) top;
    background-size: auto;
    background-size: 200%;
    border: 5px solid #fff;
    color: #fff;
    padding: 39px 20px 0 20px;
    font-size: 36px;
    text-align: center;
    -webkit-transition: background-position .15s;
    transition: background-position .15s;
    margin-bottom: 0;
    box-sizing: border-box;
    height: 150px;
    cursor: pointer; }
    @media (max-width: 1024px) {
      .component-donations .donation-fields .optionset label {
        font-size: 28px;
        height: 100px;
        padding-top: 22px; } }
    .mouse .component-donations .donation-fields .optionset label:hover {
      color: #ff009b; }
  .component-donations .field-divider {
    position: relative; }
    .component-donations .field-divider:before, .component-donations .field-divider:after {
      content: " ";
      display: table; }
    .component-donations .field-divider:after {
      clear: both; }
    .component-donations .field-divider.stripe {
      border-top: 1px solid #ddd;
      margin: 20px 0 0 0;
      padding: 20px 0 0 0; }
      .component-donations .field-divider.stripe h3 {
        font-weight: 700; }
      .component-donations .field-divider.stripe p {
        padding: 0 0 10px 0;
        color: #999; }
      .component-donations .field-divider.stripe #card-element {
        max-width: 460px;
        box-sizing: border-box;
        border-radius: 5px;
        padding: 10px;
        border: 1px solid #aaa; }
    .component-donations .field-divider .field {
      padding: 16px 0 0 0; }
      @media (min-width: 751px) {
        .component-donations .field-divider .field:first-child {
          float: left;
          width: 48%; }
        .component-donations .field-divider .field:last-child {
          float: right;
          width: 48%; } }
    .component-donations .field-divider.checkbox {
      width: auto;
      clear: both; }
      .component-donations .field-divider.checkbox input, .component-donations .field-divider.checkbox label {
        display: inline; }
      @media (min-width: 751px) {
        .component-donations .field-divider.checkbox .field:first-child {
          float: none;
          width: auto; } }
/*  end:  Component  »  Donations  */
