/*!
 * http://meyerweb.com/eric/tools/css/reset/ 
 * v2.0 | 20110126
 * License: none (public domain) 
 * */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

html {
  font-family: "futura-pt", Helvetica, sans-serif;
  font-weight: 300;
  font-style: normal;
}

body {
  font-size: 1.125em;
  line-height: 1.5;
}

h1, .h1, h2, .h2 {
  font-family: "futura-pt-bold", Helvetica, sans-serif;
}

h3, .h3, h4, .h4 {
  font-family: "futura-pt", Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
}

h1, .h1 {
  font-size: 2.2222222222em;
  line-height: 1.3;
  margin: 1.1em 0 0.75em;
}

h2, .h2 {
  font-size: 1.6666666667em;
  line-height: 1.4;
  margin: 1.2em 0 0.4em;
}

h3, .h3 {
  font-size: 1.3333333333em;
  line-height: 1.4166666667;
  margin: 1.5em 0 0.5em;
}

h4, .h4 {
  font-size: 1.1111111111em;
  line-height: 1.4;
  margin: 1.4em 0 0.6em;
}

p {
  margin-bottom: 1.4444444444em;
}

li {
  margin-bottom: 0.7222222222em;
}

h1, .h1 {
  font-size: 2.6666666667em;
  line-height: 1.2916666667;
  margin: 1.1041666667em 0 0.75em;
}

h2, .h2 {
  font-size: 1.8888888889em;
  line-height: 1.2941176471;
  margin: 1.2058823529em 0 0.4117647059em;
}

h3, .h3 {
  font-size: 1.5555555556em;
  line-height: 1.3928571429;
  margin: 1.5em 0 0.5em;
}

h4, .h4 {
  font-size: 1.2222222222em;
  line-height: 1.4090909091;
  margin: 1.3181818182em 0 0.5909090909em;
}

p, li {
  font-size: 1.0555555556em;
  line-height: 1.5263157895;
}

p {
  margin-bottom: 1.5263157895em;
}

li {
  margin-bottom: 0.6842105263em;
}

h1, .h1 {
  font-size: 3em;
  line-height: 1.2962962963;
  margin: 1.0925925926em 0 0.7592592593em;
}

h2, .h2 {
  font-size: 2.2222222222em;
  line-height: 1.4;
  margin: 1.15em 0 0.375em;
}

h3, .h3 {
  font-size: 1.6666666667em;
  line-height: 1.4;
  margin: 1.5em 0 0.5em;
}

h4, .h4 {
  font-size: 1.3333333333em;
  line-height: 1.4166666667;
  margin: 1.25em 0 0.5833333333em;
}

p, li {
  font-size: 1.1666666667em;
  line-height: 1.5238095238;
}

p {
  margin-bottom: 1.4285714286em;
}

li {
  margin-bottom: 0.7619047619em;
}

h1, .h1 {
  font-size: 3.3333333333em;
  line-height: 1.25;
  margin: 1.1em 0 0.75em;
}

h2, .h2 {
  font-size: 2.6666666667em;
  line-height: 1.3958333333;
  margin: 1em 0 0.3333333333em;
}

h3, .h3 {
  font-size: 1.7777777778em;
  line-height: 1.40625;
  margin: 1.5em 0 0.5em;
}

h4, .h4 {
  font-size: 1.4444444444em;
  line-height: 1.3846153846;
  margin: 1.3461538462em 0 0.6153846154em;
}

p, li {
  font-size: 1.3333333333em;
  line-height: 1.5;
}

p {
  margin-bottom: 1.4583333333em;
}

li {
  margin-bottom: 0.6666666667em;
}

a {
  border-bottom: 4px solid rgba(106, 45, 145, 0.25);
  color: #6a2d91;
  text-decoration: none;
  transition-duration: 200ms;
  transition-property: border, background-color, color;
}
a:hover, a:focus {
  border-color: #d60d8c;
  outline-color: currentColor;
}

.button {
  font-family: "futura-pt-bold", Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.2777777778;
  background-color: #6a2d91;
  border: 4px solid #6a2d91;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0.5277777778em 2.0555555556em;
  transition-duration: 200ms;
  transition-property: background-color, border, color;
  width: 100%;
}
.button svg {
  margin-left: 0.5555555556em;
}
.button:hover, .button:focus {
  background-color: #d60d8c;
  border-color: #d60d8c;
}
.button.secondary {
  background-color: #ffffff;
  color: #6a2d91;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: #d60d8c;
  color: #ffffff;
}
.button.tertiary {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
.button.tertiary:hover, .button.tertiary:focus {
  background-color: #d60d8c;
  color: #ffffff;
  border-color: #d60d8c;
}

.button {
  width: auto;
}

.button {
  font-size: 1.0555555556em;
  line-height: 1.3157894737;
  padding: 0.5em 1.9473684211em;
}

.button {
  font-size: 1.1666666667em;
  line-height: 1.2857142857;
  padding: 0.4523809524em 1.7619047619em;
}

.button {
  font-size: 1.3333333333em;
  line-height: 1.2916666667;
  padding: 0.3958333333em 1.5416666667em;
}

.wrapper {
  margin: 0 auto;
  max-width: 1440px;
  width: 88%;
  width: 78%;
  width: 78%;
  width: 88%;
  width: 88%;
  width: 88%;
  width: 72%;
}

body.grid_system .wrapper {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Crect%20x%3D%220%25%22%20fill%3D%22rgba(255,%20205,%20205,%200%2E3625)%22%20width%3D%221%2E315%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%221%2E315%25%22%20fill%3D%22rgba(255,%200,%200,%200%2E15)%22%20width%3D%225%2E7033333333%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%227%2E0183333333%25%22%20fill%3D%22rgba(255,%20205,%20205,%200%2E3625)%22%20width%3D%222%2E63%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%229%2E6483333333%25%22%20fill%3D%22rgba(255,%200,%200,%200%2E15)%22%20width%3D%225%2E7033333333%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2215%2E3516666667%25%22%20fill%3D%22rgba(255,%20205,%20205,%200%2E3625)%22%20width%3D%222%2E63%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2217%2E9816666667%25%22%20fill%3D%22rgba(255,%200,%200,%200%2E15)%22%20width%3D%225%2E7033333333%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2223%2E685%25%22%20fill%3D%22rgba(255,%20205,%20205,%200%2E3625)%22%20width%3D%222%2E63%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2226%2E315%25%22%20fill%3D%22rgba(255,%200,%200,%200%2E15)%22%20width%3D%225%2E7033333333%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2232%2E0183333333%25%22%20fill%3D%22rgba(255,%20205,%20205,%200%2E3625)%22%20width%3D%222%2E63%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2234%2E6483333333%25%22%20fill%3D%22rgba(255,%200,%200,%200%2E15)%22%20width%3D%225%2E7033333333%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2240%2E3516666667%25%22%20fill%3D%22rgba(255,%20205,%20205,%200%2E3625)%22%20width%3D%222%2E63%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2242%2E9816666667%25%22%20fill%3D%22rgba(255,%200,%200,%200%2E15)%22%20width%3D%225%2E7033333333%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2248%2E685%25%22%20fill%3D%22rgba(255,%20205,%20205,%200%2E3625)%22%20width%3D%222%2E63%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2251%2E315%25%22%20fill%3D%22rgba(255,%200,%200,%200%2E15)%22%20width%3D%225%2E7033333333%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2257%2E0183333333%25%22%20fill%3D%22rgba(255,%20205,%20205,%200%2E3625)%22%20width%3D%222%2E63%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2259%2E6483333333%25%22%20fill%3D%22rgba(255,%200,%200,%200%2E15)%22%20width%3D%225%2E7033333333%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2265%2E3516666667%25%22%20fill%3D%22rgba(255,%20205,%20205,%200%2E3625)%22%20width%3D%222%2E63%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2267%2E9816666667%25%22%20fill%3D%22rgba(255,%200,%200,%200%2E15)%22%20width%3D%225%2E7033333333%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2273%2E685%25%22%20fill%3D%22rgba(255,%20205,%20205,%200%2E3625)%22%20width%3D%222%2E63%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2276%2E315%25%22%20fill%3D%22rgba(255,%200,%200,%200%2E15)%22%20width%3D%225%2E7033333333%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2282%2E0183333333%25%22%20fill%3D%22rgba(255,%20205,%20205,%200%2E3625)%22%20width%3D%222%2E63%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2284%2E6483333333%25%22%20fill%3D%22rgba(255,%200,%200,%200%2E15)%22%20width%3D%225%2E7033333333%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2290%2E3516666667%25%22%20fill%3D%22rgba(255,%20205,%20205,%200%2E3625)%22%20width%3D%222%2E63%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2292%2E9816666667%25%22%20fill%3D%22rgba(255,%200,%200,%200%2E15)%22%20width%3D%225%2E7033333333%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2298%2E685%25%22%20fill%3D%22rgba(255,%20205,%20205,%200%2E3625)%22%20width%3D%221%2E315%25%22%20height%3D%22100%25%22%2F%3E%3C%2Fsvg%3E");
}

.hide {
  height: 0;
  overflow: hidden;
  position: absolute;
  text-indent: -9999px;
  width: 0;
}

.align_center {
  text-align: center;
}

.big_link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-indent: -9999px;
  border-bottom: 0;
  z-index: 10;
}

[fill] {
  transition: 200ms fill;
}

.back_to_link {
  font-family: "futura-pt-bold", Helvetica, sans-serif;
  font-size: 1.6666666667em;
  line-height: 1.4;
  display: block;
  padding: 1.0666666667em 9%;
  background-color: #6a2d91;
  color: #ffffff;
  bottom: 0;
  text-align: center;
}
.back_to_link svg, .back_to_link span {
  vertical-align: middle;
}
.back_to_link svg {
  width: 0.4em;
  height: auto;
  margin-right: 0.1666666667em;
}
.back_to_link:hover, .back_to_link:focus {
  background-color: #d60d8c;
}

.margin_bottom {
  margin-bottom: 3.3333333333em;
  padding: 0.1px 0;
}

.text_column, .large_column, .full_column {
  width: 30.7033333333%;
  margin: 0 auto;
}

.text_column, .large_column, .full_column {
  width: 96%;
}

.back_to_link {
  padding: 1.0666666667em 13%;
}

.text_column, .large_column, .full_column {
  width: 96%;
}

.back_to_link {
  font-size: 1.8888888889em;
  line-height: 1.2941176471;
  padding: 0.9411764706em 13%;
}
.back_to_link svg {
  width: 0.4117647059em;
  margin-right: 0.1470588235em;
}

.text_column {
  width: 64.6666666667%;
}

.large_column {
  width: 81.3333333333%;
}

.full_column {
  width: 98%;
}

.margin_bottom {
  margin-bottom: 4.4444444444em;
}

.back_to_link {
  padding: 1.0666666667em 7%;
}

.text_column {
  width: 64.0366666667%;
}

.large_column {
  width: 80.7033333333%;
}

.full_column {
  width: 97.37%;
}

.back_to_link {
  font-size: 2.1111111111em;
  line-height: 1.3947368421;
  padding: 0.8421052632em 7.315%;
}
.back_to_link svg {
  width: 0.3684210526em;
  margin-right: 0.1315789474em;
}

.text_column {
  width: 64.0366666667%;
}

.large_column {
  width: 80.7033333333%;
}

.full_column {
  width: 97.37%;
}

.back_to_link {
  font-size: 2.2222222222em;
  line-height: 1.325;
  padding: 0.95em 7.315%;
}
.back_to_link svg {
  width: 0.35em;
  margin-right: 0.125em;
}

.text_column {
  width: 64.0366666667%;
}

.large_column {
  width: 80.7033333333%;
}

.full_column {
  width: 97.37%;
}

.back_to_link {
  padding: 0.95em 15.315%;
}
