html {
  box-sizing: border-box; }

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

.wrapper, #content main {
  width: 100%;
  margin: 0;
  padding: 0 20px; }
  .wrapper::after, #content main::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 767px) {
    .wrapper, #content main {
      width: 750px;
      margin: 0 auto;
      padding: 0; } }
  @media screen and (min-width: 1023px) {
    .wrapper, #content main {
      width: 960px; } }
  @media screen and (min-width: 1279px) {
    .wrapper, #content main {
      width: 1140px; } }

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

.col8, .central {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%; }
  .col8:last-child, .central:last-child {
    margin-right: 0; }
  @media screen and (min-width: 767px) {
    .col8, .central {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 65.8807828007%; }
      .col8:last-child, .central:last-child {
        margin-right: 0; } }

.col6 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%; }
  .col6:last-child {
    margin-right: 0; }
  @media screen and (min-width: 767px) {
    .col6 {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%; }
      .col6:last-child {
        margin-right: 0; }
      .col6:nth-child(2n) {
        margin-right: 0; }
      .col6:nth-child(2n+1) {
        clear: left; } }

.col4 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%; }
  .col4:last-child {
    margin-right: 0; }
  @media screen and (min-width: 767px) {
    .col4 {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 31.7615656014%; }
      .col4:last-child {
        margin-right: 0; }
      .col4:nth-child(3n) {
        margin-right: 0; }
      .col4:nth-child(3n+1) {
        clear: left; } }

.col3 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%; }
  .col3:last-child {
    margin-right: 0; }
  @media screen and (min-width: 767px) {
    .col3 {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 23.2317613015%; }
      .col3:last-child {
        margin-right: 0; }
      .col3:nth-child(4n) {
        margin-right: 0; }
      .col3:nth-child(4n+1) {
        clear: left; } }

/* -----------------------------------------------------------------
    RESET - NORMALIZE.CSS (v3.0.0)
------------------------------------------------------------------*/
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/* -----------------------------------------------------------------
    RESET ELEMENTS - HTML5 BOILERPLATE (4.3.0)
------------------------------------------------------------------*/
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  color: #222;
  font-size: 1em;
  line-height: 1.628571429; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

audio,
canvas,
img,
svg,
video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

address {
  font-style: normal; }

span.skype_pnh_container {
  display: none !important; }

span.skype_pnh_print_container {
  display: inline !important; }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    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 #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

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

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

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }
.button, .internal a.button {
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .large.button, .internal a.large.button {
    padding: 15px 25px;
    font-size: 16px; }
  .small.button, .internal a.small.button {
    padding: 5px 10px;
    font-size: 12px; }

.left {
  float: left; }

.right {
  float: right; }

.five {
  width: 5%; }

.ten {
  width: 10%; }

.fifteen {
  width: 15%; }

.twenty {
  width: 20%; }

.twentyfive {
  width: 25%; }

.thirty {
  width: 30%; }

.thirtyfive {
  width: 35%; }

.fourty {
  width: 40%; }

.fourtyfive {
  width: 45%; }

.fifty {
  width: 50%; }

.fiftyfive {
  width: 55%; }

.sixty {
  width: 60%; }

.sixtyfive {
  width: 65%; }

.seventy {
  width: 70%; }

.seventyfive {
  width: 75%; }

.eighty {
  width: 80%; }

.eightyfive {
  width: 85%; }

.ninety {
  width: 90%; }

.ninetyfive {
  width: 95%; }

.onehundred {
  width: 100%; }

#browserAlert {
  display: none;
  font-size: 14px;
  color: #fff;
  padding: 10px 0;
  background: #941111;
  text-align: center;
  border-bottom: 1px solid #000;
  line-height: 18px; }

#browserAlert a {
  color: #faabab;
  font-weight: bold; }

#browserAlert a:hover {
  color: #fff; }

.lt-ie9 #browserAlert {
  display: block; }

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

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

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

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }
  .ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%; }

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

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.visible-mobile {
  display: block; }
  @media screen and (min-width: 1023px) {
    .visible-mobile {
      display: none; } }

.visible-desktop {
  display: none; }
  @media screen and (min-width: 1023px) {
    .visible-desktop {
      display: block; } }

/* -----------------------------------------------------------------
	TYPOGRAPHY ELEMENTS
------------------------------------------------------------------*/
a {
  color: #00ADEF;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  a:hover {
    color: #0088bc; }

.text-error {
  color: #c82727; }

.text-success {
  color: #62b51f; }

.text-warning {
  color: #e4be4c; }

.text-info {
  color: #5bc0de; }

b, strong {
  font-weight: 700; }

::-moz-selection {
  background: #00ADEF;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #00ADEF;
  color: #fff;
  text-shadow: none; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
  font-weight: normal;
  font-family: "Oswald", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  text-transform: uppercase; }

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-weight: normal;
  line-height: 1;
  color: gray; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 20px;
  margin-bottom: 10px; }

h1 {
  font-size: 24px;
  font-weight: 700; }
  @media screen and (min-width: 767px) {
    h1 {
      font-size: 36px; } }

h2 {
  font-size: 32px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 20px; }

h6 {
  font-size: 18px; }

h1 small {
  font-size: 24px; }

h2 small {
  font-size: 18px; }

h3 small, h4 small {
  font-size: 14px; }

.lead {
  font-family: "Pacifico", cursive;
  font-size: 1.5em; }
  @media screen and (min-width: 767px) {
    .lead {
      font-size: 2em; } }

blockquote {
  border-left: 5px solid #e6e6e6;
  padding-left: 20px; }
  blockquote cite {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    margin: 5px 0 0;
    font-style: normal; }

hr {
  border-color: #f2f2f2; }

/* -----------------------------------------------------------------
	FORM ELEMENTS
------------------------------------------------------------------*/
label {
  display: block;
  padding: 10px 0;
  font-size: 14px; }
  label .required {
    margin-left: 5px;
    color: #c82727; }
  label.error {
    color: #c82727; }

input,
textarea {
  display: inline-block;
  width: 100%;
  padding: 10px;
  border: 1px solid #cccccc;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  color: #314045;
  font-size: 16px;
  background: #fff;
  margin: 0 0 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  outline: none; }
  input:focus,
  textarea:focus {
    background: white; }
  input.error,
  textarea.error {
    border: 1px solid #c82727; }
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: white; }
  input::-moz-placeholder,
  textarea::-moz-placeholder {
    color: white; }
  input:-moz-placeholder,
  textarea:-moz-placeholder {
    color: white; }
  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: white; }

textarea {
  height: 160px; }

select {
  width: 100%; }
  select.error {
    border: 1px solid #c82727; }

.radio label,
.checkbox label {
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  display: inline-block;
  padding: 0;
  margin-right: 20px; }
.radio input,
.checkbox input {
  width: auto;
  margin-right: 5px;
  display: inline-block; }

button.button,
input.button {
  border: none;
  display: inline-block;
  width: auto; }

.errormsg,
.successmsg {
  margin: 20px 0 0;
  font-size: 14px; }
  .errormsg span,
  .successmsg span {
    display: inline-block;
    padding: 5px 10px;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    margin: 0 10px 0 0; }

.errormsg span {
  background: #c82727; }

.successmsg span {
  background: #62b51f; }

/* -----------------------------------------------------------------
REUSABLE ELEMENTS & CLASSES
------------------------------------------------------------------*/
img,
iframe {
  display: block;
  max-width: 100%; }

.content-left img {
  height: auto !important; }

.button, .internal a.button {
  padding: 10px 40px;
  background: #00ADEF;
  color: #fff;
  font-size: 36px;
  font-family: "Oswald", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 5px;
  border-radius: 5px; }
  .button:hover, .internal a.button:hover {
    color: #fff;
    background: #0088bc; }

.alignleft,
.alignright,
.aligncenter {
  margin: 20px auto;
  display: block;
  padding: 5px;
  border: 1px solid gray;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

@media screen and (min-width: 767px) {
  .alignleft {
    float: left;
    margin: 0 30px 10px 0; } }

@media screen and (min-width: 767px) {
  .alignright {
    float: right;
    margin: 0 0 10px 30px; } }

a .alignleft:hover,
a .alignright:hover,
a .aligncenter:hover {
  border-color: #bfbfbf; }

.video-wrapper {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative; }
  .video-wrapper embed,
  .video-wrapper object,
  .video-wrapper iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%; }

/* -----------------------------------------------------------------
    FANCYBOX STYLES (fancyBox v2.1.5)
------------------------------------------------------------------*/
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 60px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.3); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

.fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../images/scripts/fancybox/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 24px;
  height: 24px;
  background: url("../images/scripts/fancybox/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../images/scripts/fancybox/blank.gif");
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -30px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -60px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../images/scripts/fancybox/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

.fancybox-title {
  visibility: hidden;
  font: normal 16px/24px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../images/scripts/fancybox/fancybox_sprite@2x.png");
    background-size: 30px 90px; }

  #fancybox-loading div {
    background-image: url("../images/scripts/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px; } }
/* -----------------------------------------------------------------
	GENERAL ELEMENTS 
------------------------------------------------------------------*/
html {
  background: #fff; }

body {
  font-size: 16px;
  color: #314045;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  background: #fff; }

.space {
  height: 30px; }
  .space::after {
    clear: both;
    content: "";
    display: table; }

/* -----------------------------------------------------------------
	HEADER ELEMENTS 
------------------------------------------------------------------*/
.hero {
  background: url("../images/bg.jpg") no-repeat;
  height: 100vh;
  background-position: center top;
  background-size: cover;
  position: relative; }
  .hero .splash {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%; }
    .hero .splash h1 {
      margin-bottom: 20px;
      font-size: 40px; }
    .hero .splash img {
      margin: 0 auto;
      width: 170px; }
      @media screen and (min-width: 767px) {
        .hero .splash img {
          width: auto; } }
    .hero .splash p {
      font-size: 18px;
      text-transform: uppercase;
      font-weight: bolder; }
  .hero a.go {
    position: absolute;
    bottom: 0;
    color: #ffffff;
    font-size: 52px;
    left: 50%;
    margin-left: -16px; }
  @media screen and (min-width: 767px) {
    .hero img.splash {
      top: -10%;
      max-height: 40vh; } }
  @media screen and (min-width: 1023px) {
    .hero img.splash {
      top: 0; } }

header {
  background: #000;
  color: #fff;
  padding-top: 1em;
  padding-bottom: 1em; }
  header::after {
    clear: both;
    content: "";
    display: table; }

#logo {
  display: inline-block;
  line-height: 1.2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px; }

a.question {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  padding: 0;
  display: inline-block;
  -webkit-border-radius: 36px;
  border-radius: 36px;
  line-height: 32px;
  float: right;
  margin-top: 10px;
  color: #fff;
  border: 2px solid #fff; }
  a.question:hover {
    background: #fff;
    color: #000; }
  a.question i {
    padding-left: 3px; }

/* -----------------------------------------------------------------
	CONTENT AREA ELEMENTS 
------------------------------------------------------------------*/
#content {
  padding-top: 2em;
  padding-bottom: 2em; }
  #content main {
    text-align: center; }
  #content .coin {
    width: 33%;
    float: left;
    text-align: center;
    padding: 0 6px; }
    #content .coin img {
      margin: auto; }
    #content .coin:nth-child(4n) {
      margin-left: 16%; }
    #content .coin label > input {
      visibility: hidden;
      display: none; }
    #content .coin label > input + img {
      cursor: pointer;
      opacity: 0.5; }
    #content .coin label > input ~ h5 {
      opacity: 0.5; }
    #content .coin label > input:checked + img {
      opacity: 1; }
    #content .coin label > input:checked ~ h5 {
      opacity: 1; }
    @media screen and (min-width: 767px) {
      #content .coin {
        width: 20%;
        padding: 0 15px; }
        #content .coin:nth-child(4n) {
          margin-left: 0; } }
  #content .year {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px; }
    @media screen and (min-width: 767px) {
      #content .year {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 31.7615656014%;
        margin-left: 34.1192171993%;
        margin-top: 30px;
        margin-bottom: 30px; }
        #content .year:last-child {
          margin-right: 0; } }

.internal {
  padding: 1em; }
  .internal::after {
    clear: both;
    content: "";
    display: table; }
  .internal.result {
    text-align: center; }
    .internal.result h1 {
      font-family: "Oswald", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
      font-size: 34px;
      text-align: center;
      font-weight: 400; }
      .internal.result h1 b {
        font-size: 32px; }
      @media screen and (min-width: 767px) {
        .internal.result h1 {
          font-size: 58px; }
          .internal.result h1 b {
            font-size: 54px; } }
  .internal ul, .internal ol {
    padding-left: 20px; }
  .internal a {
    color: #314045;
    text-decoration: underline; }
    .internal a:hover {
      color: #00ADEF; }
  .internal .hr {
    height: 4px;
    background: #314045;
    margin: 30px auto;
    width: 30%; }
    .internal .hr::after {
      clear: both;
      content: "";
      display: table; }
  .internal .message {
    font-weight: 300;
    font-size: 18px;
    text-align: center; }
    @media screen and (min-width: 767px) {
      .internal .message {
        font-size: 28px; } }
  .internal .fa-frown-o {
    font-size: 130px; }
    @media screen and (min-width: 767px) {
      .internal .fa-frown-o {
        font-size: 280px; } }
  .internal .half {
    width: 100%; }
    @media screen and (min-width: 767px) {
      .internal .half {
        width: 50%;
        float: left; } }
  .internal .button, .internal a.button {
    font-size: 18px;
    padding: 10px 20px;
    margin-bottom: 20px;
    width: 80%; }
  @media screen and (min-width: 767px) {
    .internal {
      padding: 2em; }
      .internal .button, .internal a.button {
        font-size: 24px; } }

.central {
  margin-top: 30px;
  margin-bottom: 30px; }
  @media screen and (min-width: 767px) {
    .central {
      margin-left: 17.0596085997%; } }

/* -----------------------------------------------------------------
	FOOTER ELEMENTS 
------------------------------------------------------------------*/
#footer {
  border-top: 1px solid #cccccc;
  margin-top: 60px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center; }
  #footer p {
    font-size: 14px;
    display: inline-block; }
  #footer a {
    color: #314045; }
  #footer img {
    width: 100px;
    display: inline-block;
    margin-top: -5px;
    margin-left: 5px; }
