/*  
  .
  =======================================
  Author          liamegan
  email           liam@wethecollective.com
  Created         2015-03-09 16:32:15
  Description     .
  Edited by       liamegan
  Edited          2015-07-06 13:24:06
*/
@import url(http://fonts.googleapis.com/css?family=Titan+One|Montserrat:400,700);
@import url(http://fonts.googleapis.com/css?family=Arvo:400,700);
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

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

a img {
  border: none;
}

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

/*  
  .
  =======================================
  Author          liamegan
  email           liam@wethecollective.com
  Created         2014-10-30 13:30:18
  Description     .
  Edited by       liamegan
  Edited          2015-07-17 14:39:59
*/
/*  
  Variables. Nothing should appear in the CSS for this file
  =======================================
  Author          liamegan
  email           liam@wethecollective.com
  Created         2014-11-03 15:18:16
  Description     .
  Edited by       liamegan
  Edited          2015-11-04 13:23:20
*/
/*  
  .
  =======================================
  Author          liamegan
  email           liam@wethecollective.com
  Created         2015-03-09 16:38:44
  Description     .
  Edited by       liamegan
  Edited          2015-03-09 17:16:07
*/
meta.foundation-version {
  font-family: "/5.4.7/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:54.063em)/";
  width: 54.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:71.063em)/";
  width: 71.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  height: 100%;
}

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

html,
body {
  font-size: 14px;
}

body {
  background: #fff;
  color: #4f4f4f;
  padding: 0;
  margin: 0;
  font-family: "Arvo", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

img {
  -ms-interpolation-mode: bicubic;
}

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

.hide {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.71429rem;
}
[class*="block-grid-"]:before, [class*="block-grid-"]:after {
  content: " ";
  display: table;
}
[class*="block-grid-"]:after {
  clear: both;
}
[class*="block-grid-"] > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 0.71429rem 1.42857rem;
}

@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .small-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  .small-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .small-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }
  .small-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .small-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  .small-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .small-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  .small-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .small-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }
  .small-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .small-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }
  .small-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  .small-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .small-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }
  .small-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .small-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  .small-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .small-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }
  .small-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .small-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }
  .small-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 40.063em) {
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  .medium-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  .medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .medium-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }
  .medium-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  .medium-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  .medium-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .medium-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }
  .medium-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .medium-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }
  .medium-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  .medium-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .medium-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }
  .medium-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  .medium-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .medium-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }
  .medium-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .medium-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }
  .medium-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 54.063em) {
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .large-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  .large-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .large-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }
  .large-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .large-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  .large-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .large-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  .large-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .large-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }
  .large-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .large-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }
  .large-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  .large-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .large-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }
  .large-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .large-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  .large-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .large-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }
  .large-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .large-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }
  .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important;
  }

  .small-only-text-right {
    text-align: right !important;
  }

  .small-only-text-center {
    text-align: center !important;
  }

  .small-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen {
  .small-text-left {
    text-align: left !important;
  }

  .small-text-right {
    text-align: right !important;
  }

  .small-text-center {
    text-align: center !important;
  }

  .small-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 54em) {
  .medium-only-text-left {
    text-align: left !important;
  }

  .medium-only-text-right {
    text-align: right !important;
  }

  .medium-only-text-center {
    text-align: center !important;
  }

  .medium-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 40.063em) {
  .medium-text-left {
    text-align: left !important;
  }

  .medium-text-right {
    text-align: right !important;
  }

  .medium-text-center {
    text-align: center !important;
  }

  .medium-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 54.063em) and (max-width: 71em) {
  .large-only-text-left {
    text-align: left !important;
  }

  .large-only-text-right {
    text-align: right !important;
  }

  .large-only-text-center {
    text-align: center !important;
  }

  .large-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 54.063em) {
  .large-text-left {
    text-align: left !important;
  }

  .large-text-right {
    text-align: right !important;
  }

  .large-text-center {
    text-align: center !important;
  }

  .large-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 71.063em) and (max-width: 120em) {
  .xlarge-only-text-left {
    text-align: left !important;
  }

  .xlarge-only-text-right {
    text-align: right !important;
  }

  .xlarge-only-text-center {
    text-align: center !important;
  }

  .xlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 71.063em) {
  .xlarge-text-left {
    text-align: left !important;
  }

  .xlarge-text-right {
    text-align: right !important;
  }

  .xlarge-text-center {
    text-align: center !important;
  }

  .xlarge-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
  .xxlarge-only-text-left {
    text-align: left !important;
  }

  .xxlarge-only-text-right {
    text-align: right !important;
  }

  .xxlarge-only-text-center {
    text-align: center !important;
  }

  .xxlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 120.063em) {
  .xxlarge-text-left {
    text-align: left !important;
  }

  .xxlarge-text-right {
    text-align: right !important;
  }

  .xxlarge-text-center {
    text-align: center !important;
  }

  .xxlarge-text-justify {
    text-align: justify !important;
  }
}
/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

/* Default Link Styles */
a {
  color: #4f4f4f;
  text-decoration: none;
  line-height: inherit;
}
a:hover, a:focus {
  color: #444444;
}
a img {
  border: none;
}

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.42857rem;
  text-rendering: optimizeLegibility;
}
p.lead {
  font-size: 1.25rem;
  line-height: 1.6;
}
p aside {
  font-size: 1rem;
  line-height: 1.35;
  font-style: italic;
}

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: "Arvo", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #4f4f4f;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 60%;
  color: #8d8d8d;
  line-height: 0;
}

h1 {
  font-size: 2.42857rem;
}

h2 {
  font-size: 2.14286rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.28571rem;
}

h5 {
  font-size: 1.28571rem;
}

h6 {
  font-size: 1rem;
}

.subheader {
  line-height: 1.4;
  color: #8d8d8d;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}

hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.42857rem 0 1.35714rem;
  height: 0;
}

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 60%;
  line-height: inherit;
}

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #333333;
  background-color: #f8f8f8;
  border-width: 1px;
  border-style: solid;
  border-color: #dfdfdf;
  padding: 0.14286rem 0.35714rem 0.07143rem;
}

/* Lists */
ul,
ol,
dl {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.42857rem;
  list-style-position: outside;
  font-family: inherit;
}

ul {
  margin-left: 1.1rem;
}
ul.no-bullet {
  margin-left: 0;
}
ul.no-bullet li ul,
ul.no-bullet li ol {
  margin-left: 1.42857rem;
  margin-bottom: 0;
  list-style: none;
}

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.42857rem;
  margin-bottom: 0;
}
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}
ul.square {
  list-style-type: square;
  margin-left: 1.1rem;
}
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem;
}
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem;
}
ul.no-bullet {
  list-style: none;
}

/* Ordered Lists */
ol {
  margin-left: 1.4rem;
}
ol li ul,
ol li ol {
  margin-left: 1.42857rem;
  margin-bottom: 0;
}

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}
dl dd {
  margin-bottom: 0.85714rem;
}

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #4f4f4f;
  cursor: help;
}

abbr {
  text-transform: none;
}
abbr[title] {
  border-bottom: 1px dotted #DDDDDD;
}

/* Blockquotes */
blockquote {
  margin: 0 0 1.42857rem;
  padding: 0.64286rem 1.42857rem 0 1.35714rem;
  border-left: 1px solid #DDDDDD;
}
blockquote cite {
  display: block;
  font-size: 0.92857rem;
  color: #777777;
}
blockquote cite:before {
  content: "\2014 \0020";
}
blockquote cite a,
blockquote cite a:visited {
  color: #777777;
}

blockquote,
blockquote p {
  line-height: 1.6;
  color: #8d8d8d;
}

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.42857rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.71429rem 0.85714rem;
}
.vcard li {
  margin: 0;
  display: block;
}
.vcard .fn {
  font-weight: bold;
  font-size: 1.07143rem;
}

.vevent .summary {
  font-weight: bold;
}
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.07143rem;
}

@media only screen and (min-width: 40.063em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }

  h1 {
    font-size: 3.14286rem;
  }

  h2 {
    font-size: 2.85714rem;
  }

  h3 {
    font-size: 1.85714rem;
  }

  h4 {
    font-size: 1.64286rem;
  }

  h5 {
    font-size: 1.28571rem;
  }

  h6 {
    font-size: 1rem;
  }
}
/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
.print-only {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

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

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

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

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

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

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

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

  h2,
  h3 {
    page-break-after: avoid;
  }

  .hide-on-print {
    display: none !important;
  }

  .print-only {
    display: block !important;
  }

  .hide-for-print {
    display: none !important;
  }

  .show-for-print {
    display: inherit !important;
  }
}
/*  
  .
  =======================================
  Author          liamegan
  email           liam@wethecollective.com
  Created         2014-10-31 08:33:21
  Description     .
  Edited by       liamegan
  Edited          2014-11-12 13:07:38
*/
/*  
  Text mixins
  =======================================
  Author          liamegan
  email           liam@wethecollective.com
  Created         2014-11-03 16:27:08
  Description     .
  Edited by       liamegan
  Edited          2015-01-20 10:09:53
*/
/*  
  Various image mixins
  =======================================
  Author          liamegan
  email           liam@wethecollective.com
  Created         2014-11-03 17:06:00
  Description     .
  Edited by       liamegan
  Edited          2015-03-09 17:17:17
*/
/*  
  Gradient mixins
  =======================================
  Author          liamegan
  email           liam@wethecollective.com
  Created         2014-11-03 18:04:11
  Description     .
  Edited by       liamegan
  Edited          2014-11-03 18:15:21
*/
/*  
  Transition mixins
  =======================================
  Author          liamegan
  email           liam@wethecollective.com
  Created         2014-11-04 09:07:18
  Description     .
  Edited by       liamegan
  Edited          2015-07-22 16:32:05
*/
@-moz-keyframes translateDown {
  0% {
    -moz-transform: translateY(-66.66667%);
    transform: translateY(-66.66667%);
  }
  100% {
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-webkit-keyframes translateDown {
  0% {
    -webkit-transform: translateY(-66.66667%);
    transform: translateY(-66.66667%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes translateDown {
  0% {
    -moz-transform: translateY(-66.66667%);
    -ms-transform: translateY(-66.66667%);
    -webkit-transform: translateY(-66.66667%);
    transform: translateY(-66.66667%);
  }
  100% {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-moz-keyframes rubberband {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -moz-transform: scaleX(1.125) scaleY(0.83333);
    transform: scaleX(1.125) scaleY(0.83333);
  }
  40% {
    -moz-transform: scaleX(0.83333) scaleY(1.125);
    transform: scaleX(0.83333) scaleY(1.125);
  }
  60% {
    -moz-transform: scaleX(1.035) scaleY(0.94444);
    transform: scaleX(1.035) scaleY(0.94444);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes rubberband {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scaleX(1.125) scaleY(0.83333);
    transform: scaleX(1.125) scaleY(0.83333);
  }
  40% {
    -webkit-transform: scaleX(0.83333) scaleY(1.125);
    transform: scaleX(0.83333) scaleY(1.125);
  }
  60% {
    -webkit-transform: scaleX(1.035) scaleY(0.94444);
    transform: scaleX(1.035) scaleY(0.94444);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes rubberband {
  0% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -moz-transform: scaleX(1.125) scaleY(0.83333);
    -ms-transform: scaleX(1.125) scaleY(0.83333);
    -webkit-transform: scaleX(1.125) scaleY(0.83333);
    transform: scaleX(1.125) scaleY(0.83333);
  }
  40% {
    -moz-transform: scaleX(0.83333) scaleY(1.125);
    -ms-transform: scaleX(0.83333) scaleY(1.125);
    -webkit-transform: scaleX(0.83333) scaleY(1.125);
    transform: scaleX(0.83333) scaleY(1.125);
  }
  60% {
    -moz-transform: scaleX(1.035) scaleY(0.94444);
    -ms-transform: scaleX(1.035) scaleY(0.94444);
    -webkit-transform: scaleX(1.035) scaleY(0.94444);
    transform: scaleX(1.035) scaleY(0.94444);
  }
  100% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes wobble {
  0% {
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -moz-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -moz-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -moz-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -moz-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -moz-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -moz-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -moz-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -moz-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -moz-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -moz-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes dropIn {
  0% {
    -moz-transform: scale(1.5) rotateY(90deg);
    transform: scale(1.5) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  65% {
    -moz-transform: scale(1.06);
    transform: scale(1.06);
  }
  75% {
    -moz-transform: scale(1) rotateY(-5deg);
    transform: scale(1) rotateY(-5deg);
  }
  95% {
    -moz-transform: scale(1.03);
    transform: scale(1.03);
  }
  100% {
    -moz-transform: scale(1) rotateY(0deg);
    transform: scale(1) rotateY(0deg);
  }
}
@-webkit-keyframes dropIn {
  0% {
    -webkit-transform: scale(1.5) rotateY(90deg);
    transform: scale(1.5) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  65% {
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
  }
  75% {
    -webkit-transform: scale(1) rotateY(-5deg);
    transform: scale(1) rotateY(-5deg);
  }
  95% {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
  }
  100% {
    -webkit-transform: scale(1) rotateY(0deg);
    transform: scale(1) rotateY(0deg);
  }
}
@keyframes dropIn {
  0% {
    -moz-transform: scale(1.5) rotateY(90deg);
    -ms-transform: scale(1.5) rotateY(90deg);
    -webkit-transform: scale(1.5) rotateY(90deg);
    transform: scale(1.5) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  65% {
    -moz-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
  }
  75% {
    -moz-transform: scale(1) rotateY(-5deg);
    -ms-transform: scale(1) rotateY(-5deg);
    -webkit-transform: scale(1) rotateY(-5deg);
    transform: scale(1) rotateY(-5deg);
  }
  95% {
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
  }
  100% {
    -moz-transform: scale(1) rotateY(0deg);
    -ms-transform: scale(1) rotateY(0deg);
    -webkit-transform: scale(1) rotateY(0deg);
    transform: scale(1) rotateY(0deg);
  }
}
@-moz-keyframes dropInSlow {
  0% {
    -moz-transform: scale(1.5) rotateY(-90deg);
    transform: scale(1.5) rotateY(-90deg);
    opacity: 0;
  }
  50% {
    -moz-transform: scale(1) rotateY(5deg);
    transform: scale(1) rotateY(5deg);
    opacity: 1;
  }
  70% {
    -moz-transform: scale(1.06) rotateY(0deg);
    transform: scale(1.06) rotateY(0deg);
  }
  85% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  95% {
    -moz-transform: scale(1.03);
    transform: scale(1.03);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes dropInSlow {
  0% {
    -webkit-transform: scale(1.5) rotateY(-90deg);
    transform: scale(1.5) rotateY(-90deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1) rotateY(5deg);
    transform: scale(1) rotateY(5deg);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(1.06) rotateY(0deg);
    transform: scale(1.06) rotateY(0deg);
  }
  85% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  95% {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes dropInSlow {
  0% {
    -moz-transform: scale(1.5) rotateY(-90deg);
    -ms-transform: scale(1.5) rotateY(-90deg);
    -webkit-transform: scale(1.5) rotateY(-90deg);
    transform: scale(1.5) rotateY(-90deg);
    opacity: 0;
  }
  50% {
    -moz-transform: scale(1) rotateY(5deg);
    -ms-transform: scale(1) rotateY(5deg);
    -webkit-transform: scale(1) rotateY(5deg);
    transform: scale(1) rotateY(5deg);
    opacity: 1;
  }
  70% {
    -moz-transform: scale(1.06) rotateY(0deg);
    -ms-transform: scale(1.06) rotateY(0deg);
    -webkit-transform: scale(1.06) rotateY(0deg);
    transform: scale(1.06) rotateY(0deg);
  }
  85% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  95% {
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
  }
  100% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*  
  .
  =======================================
  Author          liamegan
  email           liam@wethecollective.com
  Created         2015-07-21 10:36:18
  Description     .
  Edited by       liamegan
  Edited          2015-07-27 14:42:25
*/
/*  
  Basic link styles
  =======================================
  Author          liamegan
  email           liam@wethecollective.com
  Created         2014-11-03 16:14:07
  Description     .
  Edited by       liamegan
  Edited          2015-03-09 17:01:39
*/
/*  
  Main navigation styles
  =======================================
  Author          liamegan
  email           liam@wethecollective.com
  Created         2014-11-03 16:14:22
  Description     .
  Edited by       liamegan
  Edited          2015-03-09 17:02:24
*/
/*  
  Button styles
  =======================================
  Author          liamegan
  email           liam@wethecollective.com
  Created         2014-11-03 16:14:14
  Description     .
  Edited by       liamegan
  Edited          2014-11-12 13:26:15
*/
.button {
  display: block;
  display: inline-block;
  overflow: hidden;
  text-indent: -999em;
}

/*  
  Basic text styles
  =======================================
  Author          liamegan
  email           liam@wethecollective.com
  Created         2014-10-31 08:53:33
  Description     Basic text styles
  Edited by       liamegan
  Edited          2015-07-17 14:38:49
*/
/* Basic text elements */
body {
  font-family: 'Arvo', serif;
}

p {
  font-size: 1rem;
  line-height: 1.4em;
}
p strong {
  font-weight: 700;
}
p em {
  font-style: italic;
}

/* Anchors */
/* Headers */
h1, h2, h3 {
  line-height: 1em;
}

h1 {
  font-size: 3.21429rem;
  letter-spacing: normal;
}

h2 {
  font-size: 2.85714rem;
  letter-spacing: normal;
}

h3 {
  font-size: 2.85714rem;
  letter-spacing: 0.03em;
}

/*  
  Modal layouts
  =======================================
  Author          liamegan
  email           liam@wethecollective.com
  Created         2014-11-05 11:17:23
  Description     .
  Edited by       liamegan
  Edited          2015-03-09 17:17:43
*/
#ModalView {
  background: rgba(255, 255, 255, 0.7);
  display: none;
  position: fixed;
  top: 0;
  z-index: 50001;
}
#ModalView .modal-container {
  width: 100%;
  height: 100%;
  position: relative;
}
#ModalView .modal-container > .modal-content {
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 50px;
  left: 50%;
  position: absolute;
  top: 50%;
  z-index: 101;
  max-width: 940px;
}
#ModalView .modal-container > .modal-content .modal-content {
  left: 0px;
  top: 0px;
}
#ModalView .modal-container > .modal-content h2, #ModalView .modal-container > .modal-content p {
  text-align: center;
}
#ModalView .modal-container > .modal-content p {
  margin: 0.6em 0 0;
}

@media only screen and (min-width: 40.063em) {
  #ModalView .modal-container > .modal-content {
    padding: 73px;
  }
}
@media only screen and (min-width: 54.063em) {
  #ModalView .modal-container > .modal-content {
    padding: 80px;
  }
}
/*  
  .
  =======================================
  Author          liamegan
  email           liam@wethecollective.com
  Created         2015-07-02 14:47:06
  Description     .
  Edited by       liamegan
  Edited          2015-12-09 10:46:25
*/
#ModalView .modal-container > .modal-content .modal-content {
  display: block;
  margin: 1em auto;
  box-shadow: 0px -6px 7px 0px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
#ModalView .modal-container > .modal-content .modal-content img {
  width: 100%;
}
#ModalView .modal-container > .modal-content .modal-content:after {
  width: 100%;
  height: 100%;
  content: " ";
  box-shadow: inset 1.5px 8.33px 7px 0px rgba(6, 6, 6, 0.294), inset 1.5px -8.33px 7px 0px rgba(6, 6, 6, 0.294);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  border-radius: 20px;
}

html {
  overflow-x: hidden;
}

#footer-main {
  background: #00957b url('../img/bg-dot-footer.png?1438035476') left top repeat-x;
  background-size: 13px 243px;
  border-top: 3px solid #CCC;
  color: #FFF;
  clear: both;
  margin-top: 100px;
  padding: 50px 0;
  text-align: center;
}
#footer-main .content {
  padding: 0 20px;
}
#footer-main .share {
  display: -ms-flexbox;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-line-pack: start;
  -webkit-flex-line-pack: start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -ms-flex-align: center;
  -webkit-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #FFF;
  border-radius: 50px;
  box-shadow: 0px 4px 0px RGBA(0, 0, 0, 0.2);
  margin: 0 auto 2em auto;
  padding: 10px;
  width: 350px;
}
#footer-main .share > * {
  margin: 0;
}
#footer-main .share img {
  vertical-align: baseline;
}
#footer-main .share .house {
  background: url('../img/grey-house-icon.png?1439936961') no-repeat;
  background-size: contain;
  height: 38px;
  width: 38px;
}
#footer-main .share p {
  color: #27bfaf;
  font-size: 1.3em;
  font-weight: bold;
  margin: 0 5px 0 15px;
}
#footer-main #nintendo-footer > * {
  color: #FFF !important;
  display: inline-block;
  float: none !important;
}
#footer-main .legal {
  font-size: 0.8em;
  margin-bottom: 1em;
}

#nintendo-footer {
  margin: 2em;
}

@media only screen and (max-width: 40em) {
  .FAQ_section .content h1 {
    font-size: 2.2em;
  }
  .FAQ_section .content h2 {
    font-size: 1.9em !important;
  }
  .FAQ_section .content p,
  .FAQ_section .content .button {
    font-size: 1.2em !important;
  }
  .FAQ_section .content .button {
    padding: 10px 20px !important;
  }

  #footer-main .share {
    width: 100%;
  }
  #footer-main .share .house {
    display: none;
  }
  #footer-main .share #nintendo-sharing {
    position: relative;
    top: 2px;
  }
  #footer-main .content {
    padding: 0px 10px;
  }

  #nintendo-footer {
    margin: 0;
  }
  #nintendo-footer div#footer-amiibo-container {
    width: 60px !important;
  }
}
/*
  .
  =======================================
  Author          liamegan
  email           liam@wethecollective.com
  Created         2014-11-06 13:07:21
  Description     .
  Edited by       liamegan
  Edited          2015-02-25 11:18:15
*/
#ncom-header {
  min-height: 36px;
}
#ncom-header .placeholder {
  background: #e6e6e6;
  background: -moz-linear-gradient(top, #e6e6e6 0%, #f5f5f5 100%);
  background: -webkit-linear-gradient(top, #e6e6e6 0%, #f5f5f5 100%);
  background: -o-linear-gradient(top, #e6e6e6 0%, #f5f5f5 100%);
  background: -ms-linear-gradient(top, #e6e6e6 0%, #f5f5f5 100%);
  background: linear-gradient(to bottom, #e6e6e6 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#f5f5f5',GradientType=0 );
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  height: 36px;
  left: 0;
  opacity: .95;
  font-family: 'Lato';
  top: 0;
  width: 100%;
  position: relative;
  z-index: 500;
}

#nclude-global-nav {
  opacity: 0;
}

body[data-useragent*="WiiU"] div.retailers-modal {
  z-index: 9999 !important;
}

/*  
  .
  =======================================
  Author          liamegan
  email           liam@wethecollective.com
  Created         2015-03-09 17:02:39
  Description     .
  Edited by       liamegan
  Edited          2015-07-27 15:37:19
*/
nav#controls,
#card_index {
  margin: 0px auto;
  max-width: 1000px;
}

nav#controls,
header[role="main"],
#sectionHeader,
.amiibo-lists,
#ncom-header,
.amiibo-pagination,
#footer-main {
  display: none;
}

.main-controller-view {
  margin-top: 0px !important;
}

#card_index {
  margin-bottom: 10em;
}
#card_index ul.list li:nth-child(2n+2) {
  background: #e1eef2;
}
#card_index ul.list li.header-row {
  font-weight: bold;
}
#card_index ul.list li span {
  display: inline-block;
}
#card_index ul.list li span.id {
  width: 10%;
}
#card_index ul.list li span.name {
  width: 30%;
}
#card_index ul.list li span.type {
  width: 30%;
}
#card_index ul.list li span.birthday {
  width: 27%;
}
#card_index ul.grid {
  margin: 1em 0 1em 1em;
}
#card_index ul.grid li {
  float: left;
  margin-bottom: 1em;
  padding-right: 1em;
  width: 25%;
}
#card_index ul.grid li a {
  border-radius: 1.3vw;
  display: block;
  overflow: hidden;
}
#card_index ul.grid li .amiiboCardContainer .front,
#card_index ul.grid li .amiiboCardContainer .rear {
  border-radius: 0px;
}
#card_index::after {
  content: ' ';
  display: block;
  height: 1px;
  overflow: hidden;
  clear: both;
}

.amiibo-card .controls {
  position: relative;
}
.amiibo-card .controls h3 {
  white-space: nowrap;
}
.amiibo-card ul.favMenu,
.amiibo-card label.favMenu,
.amiibo-card input.favMenu {
  display: none;
}

/* RESPONSIVE HOOKS
 * ================
 */
body::after {
  content: 'small';
  display: none;
  display: block;
  position: fixed;
  padding: 10px;
  background: #FFF;
  bottom: 0px;
  right: 0px;
  z-index: 9999;
}

.no-more:last-child {
  height: 4em;
}

@media only screen and (min-width: 40.063em) and (max-width: 54em) {
  body::after {
    content: 'medium';
  }
}
@media only screen and (min-width: 54.063em) and (max-width: 71em) {
  body::after {
    content: 'large';
  }
}
@media only screen and (min-width: 71.063em) {
  body::after {
    content: 'xlarge';
  }
}

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