/* line 79, ../scss/_config.scss */
* .lightest-gray {
  color: #cccccc;
}

/* line 80, ../scss/_config.scss */
* .light-gray {
  color: #999999;
}

/* line 81, ../scss/_config.scss */
* .mid-gray {
  color: #666666;
}

/* line 82, ../scss/_config.scss */
* .dark-gray {
  color: #333333;
}

/* line 83, ../scss/_config.scss */
* .all-black {
  color: black;
}

/* line 92, ../scss/_config.scss */
*, b, strong {
  font-weight: normal !important;
}

@font-face {
  font-family: 'open_sanslight';
  src: url("../fonts/opensans/opensans-light-webfont.eot");
  src: url("../fonts/opensans/opensans-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans/opensans-light-webfont.woff") format("woff"), url("../fonts/opensans/opensans-light-webfont.ttf") format("truetype"), url("../fonts/opensans/opensans-light-webfont.svg#open_sansbold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'open_sansregular';
  src: url("../fonts/opensans/opensans-regular-webfont.eot");
  src: url("../fonts/opensans/opensans-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans/opensans-regular-webfont.woff2") format("woff2"), url("../fonts/opensans/opensans-regular-webfont.woff") format("woff"), url("../fonts/opensans/opensans-regular-webfont.ttf") format("truetype"), url("../fonts/opensans/opensans-regular-webfont.svg#open_sansregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'open_sanssemibold';
  src: url("../fonts/opensans/opensans-semibold-webfont.eot");
  src: url("../fonts/opensans/opensans-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans/opensans-semibold-webfont.woff2") format("woff2"), url("../fonts/opensans/opensans-semibold-webfont.woff") format("woff"), url("../fonts/opensans/opensans-semibold-webfont.ttf") format("truetype"), url("../fonts/opensans/opensans-semibold-webfont.svg#open_sanssemibold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'open_sansbold';
  src: url("../fonts/opensans/opensans-bold-webfont.eot");
  src: url("../fonts/opensans/opensans-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans/opensans-bold-webfont.woff2") format("woff2"), url("../fonts/opensans/opensans-bold-webfont.woff") format("woff"), url("../fonts/opensans/opensans-bold-webfont.ttf") format("truetype"), url("../fonts/opensans/opensans-bold-webfont.svg#open_sansbold") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 179, ../scss/_config.scss */
.anilink {
  background-image: linear-gradient(to left, #03a2df 0%, #03a2df 100%);
  background-repeat: no-repeat;
  background-size: 0% 1px;
  background-position: 0 100%;
  color: #03a2df;
  display: inline;
  text-decoration: none;
  transition: background-size 0.3s ease-in;
}
/* line 160, ../scss/_config.scss */
.anilink:hover {
  background-size: 100% 1px;
}

/* line 183, ../scss/_config.scss */
.revanilink {
  background-image: linear-gradient(to left, #03a2df 0%, #03a2df 100%);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: 0 100%;
  color: #03a2df;
  display: inline;
  text-decoration: none;
  transition: background-size 0.3s ease-in;
}
/* line 174, ../scss/_config.scss */
.revanilink:hover {
  background-size: 0% 1px;
}

/* line 187, ../scss/_config.scss */
.offset,
.visually-hidden,
.ui-helper-hidden-accessible {
  height: 0;
  left: -1000px;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: -1000px;
  transition: none;
  width: 0;
  z-index: -2;
}

/* line 2, ../scss/_fontello.scss */
[class^="icon-"]:before, [class*=" icon-"]:before,
.fieldset .select-holder:after,
.fieldset .ac-holder:after,
.fieldset.cb input:checked + label:before,
.scroller.totop:before,
ul.features li:before {
  display: inline-block;
  font-family: "fontello";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1em;
  margin-left: .2em;
  margin-right: .2em;
  speak: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  width: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 20, ../scss/_fontello.scss */
.icon-ok:before {
  content: '\e800';
}

/* '' */
/* line 21, ../scss/_fontello.scss */
.icon-down-open-mini:before {
  content: '\e801';
}

/* '' */
/* line 22, ../scss/_fontello.scss */
.icon-left-open-mini:before {
  content: '\e802';
}

/* '' */
/* line 23, ../scss/_fontello.scss */
.icon-right-open-mini:before {
  content: '\e803';
}

/* '' */
/* line 24, ../scss/_fontello.scss */
.icon-up-open-mini:before {
  content: '\e804';
}

/* '' */
/* line 25, ../scss/_fontello.scss */
.icon-plus:before {
  content: '\e805';
}

/* '' */
/* line 26, ../scss/_fontello.scss */
.icon-twitter:before {
  content: '\f099';
}

/* '' */
/* line 27, ../scss/_fontello.scss */
.icon-facebook:before {
  content: '\f09a';
}

/* '' */
/* line 28, ../scss/_fontello.scss */
.icon-linkedin:before {
  content: '\f0e1';
}

/* '' */
/* line 29, ../scss/_fontello.scss */
.icon-desktop:before {
  content: '\f108';
}

/* '' */
/* line 30, ../scss/_fontello.scss */
.icon-tablet:before {
  content: '\f10a';
}

/* '' */
/* line 31, ../scss/_fontello.scss */
.icon-mobile:before {
  content: '\f10b';
}

/* '' */
/* line 32, ../scss/_fontello.scss */
.icon-medium:before {
  content: '\f23a';
}

/* '' */
/* line 35, ../scss/_fontello.scss */
.animate-spin {
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
  display: inline-block;
}

@-webkit-keyframes spin {
  /* line 42, ../scss/_fontello.scss */
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  /* line 47, ../scss/_fontello.scss */
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes spin {
  /* line 54, ../scss/_fontello.scss */
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  /* line 59, ../scss/_fontello.scss */
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* line 4, ../scss/_helpers.scss */
*:focus,
*:active {
  outline: none;
}

/* line 8, ../scss/_helpers.scss */
.nicescroll-rails {
  z-index: 100 !important;
}

/* line 12, ../scss/_helpers.scss */
select::-ms-expand {
  display: none;
}

/* line 16, ../scss/_helpers.scss */
body {
  -webkit-tap-highlight-color: transparent;
}

/* line 17, ../scss/_helpers.scss */
::selection {
  background: #03a2df;
  color: #fff;
}

/* line 18, ../scss/_helpers.scss */
::-moz-selection {
  background: #03a2df;
  color: #fff;
}

/* line 19, ../scss/_helpers.scss */
img::selection {
  background: transparent;
}

/* line 20, ../scss/_helpers.scss */
img::-moz-selection {
  background: transparent;
}

/* line 28, ../scss/_helpers.scss */
body,
img,
.row,
.columns,
h1,
.bg-layer,
a {
  transition: all .2s linear;
}

/* line 32, ../scss/_helpers.scss */
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* line 40, ../scss/_helpers.scss */
i.normal {
  font-style: normal;
}

/* line 44, ../scss/_helpers.scss */
strong, b, .sbold {
  font-family: "open_sanssemibold", Arial, Helvetica, sans-serif;
}

/* line 48, ../scss/_helpers.scss */
.nowrap {
  white-space: nowrap;
}

/* line 50, ../scss/_helpers.scss */
.notextwrap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 56, ../scss/_helpers.scss */
.left {
  float: left;
}

/* line 57, ../scss/_helpers.scss */
.right {
  float: right;
}

/* line 58, ../scss/_helpers.scss */
.align-left {
  text-align: left;
}

/* line 59, ../scss/_helpers.scss */
.align-right {
  text-align: right;
}

/* line 60, ../scss/_helpers.scss */
.align-center {
  text-align: center;
}

/* line 61, ../scss/_helpers.scss */
.relative {
  position: relative;
}

/* line 63, ../scss/_helpers.scss */
.m-center {
  text-align: center;
}
@media screen and (min-width: 40.063em) {
  /* line 63, ../scss/_helpers.scss */
  .m-center {
    text-align: inherit;
  }
}

@media screen and (min-width: 40.063em) {
  /* line 70, ../scss/_helpers.scss */
  .align-left-for-medium {
    text-align: left;
  }
}

@media screen and (min-width: 40.063em) {
  /* line 76, ../scss/_helpers.scss */
  .align-center-for-medium {
    text-align: center;
  }
}

@media screen and (min-width: 40.063em) {
  /* line 82, ../scss/_helpers.scss */
  .align-right-for-medium {
    text-align: right;
  }
}

@media screen and (max-width: 40em) {
  /* line 88, ../scss/_helpers.scss */
  .block-for-small {
    display: block;
  }
}

@media screen and (max-width: 40em) {
  /* line 94, ../scss/_helpers.scss */
  .hide-for-small {
    height: 0;
    margin: 0 !important;
    overflow: hidden;
    padding: 0 !important;
    position: absolute;
    visibility: hidden;
    width: 0;
    z-index: -2;
  }
}

@media screen and (min-width: 40.063em) {
  /* line 107, ../scss/_helpers.scss */
  .show-for-small-only {
    height: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    visibility: hidden;
    width: 0;
    z-index: -2;
  }
}

/* line 120, ../scss/_helpers.scss */
.show-for-medium {
  position: absolute;
  visibility: hidden;
  z-index: -2;
}
@media screen and (min-width: 40.063em) {
  /* line 120, ../scss/_helpers.scss */
  .show-for-medium {
    position: relative;
    visibility: visible;
    z-index: 2;
  }
}

/* line 131, ../scss/_helpers.scss */
.show-for-large {
  position: absolute;
  visibility: hidden;
  z-index: -2;
}
@media screen and (min-width: 64.063em) {
  /* line 131, ../scss/_helpers.scss */
  .show-for-large {
    position: relative;
    visibility: visible;
    z-index: 2;
  }
}

@media screen and (min-width: 40.063em) {
  /* line 142, ../scss/_helpers.scss */
  .hide-for-medium {
    height: 0;
    margin: 0 !important;
    overflow: hidden;
    padding: 0 !important;
    position: absolute;
    visibility: hidden;
    width: 0;
    z-index: -2;
  }
}

@media screen and (min-width: 64.063em) {
  /* line 155, ../scss/_helpers.scss */
  .hide-for-large {
    height: 0;
    margin: 0 !important;
    overflow: hidden;
    padding: 0 !important;
    position: absolute;
    visibility: hidden;
    width: 0;
    z-index: -2;
  }
}

/* line 168, ../scss/_helpers.scss */
.screen-reader-text {
  height: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  visibility: hidden;
  width: 0;
  z-index: -2;
}

/* line 179, ../scss/_helpers.scss */
img {
  max-width: 100%;
}

/* line 183, ../scss/_helpers.scss */
#map img {
  max-width: none;
  transition: none;
}

/* line 188, ../scss/_helpers.scss */
img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 194, ../scss/_helpers.scss */
iframe {
  border: 0;
  height: 100%;
  min-height: 400px;
  width: 100%;
}

/* line 203, ../scss/_helpers.scss */
.column-list,
nav ul,
nav ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 209, ../scss/_helpers.scss */
a {
  color: #03a2df;
  cursor: pointer;
  text-decoration: underline;
}
/* line 220, ../scss/_helpers.scss */
a:active, a:focus, a:hover {
  color: #000;
  text-decoration: none;
}

/* line 229, ../scss/_helpers.scss */
button.simple,
.button.simple,
input[type="button"].button.simple,
input[type="submit"].button.simple,
input[type="reset"].button.simple {
  text-decoration: underline;
}

/* line 236, ../scss/_helpers.scss */
button.simple:hover,
.button.simple:hover,
input[type="button"].button.simple:hover,
input[type="submit"].button.simple:hover,
input[type="reset"].button.simple:hover {
  text-decoration: none;
}

/* line 243, ../scss/_helpers.scss */
a.smaller {
  font-size: 90%;
}

/* line 247, ../scss/_helpers.scss */
.inline-block {
  display: inline-block;
  vertical-align: middle;
}

/* line 252, ../scss/_helpers.scss */
.block {
  display: table;
}

/* line 262, ../scss/_helpers.scss */
a[disabled],
a.aspNetDisabled,
a.disabled,
span.aspNetDisabled {
  color: #000;
  cursor: default;
  opacity: .75;
  pointer-events: none;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
}

/* line 272, ../scss/_helpers.scss */
.nm {
  margin: 0 !important;
}

/* line 273, ../scss/_helpers.scss */
.pn {
  padding: 0 !important;
}

/* line 275, ../scss/_helpers.scss */
.pbt {
  padding-bottom: 10px !important;
}

/* line 276, ../scss/_helpers.scss */
.pbs {
  padding-bottom: 20px !important;
}

/* line 277, ../scss/_helpers.scss */
.pbl {
  padding-bottom: 40px !important;
}

/* line 278, ../scss/_helpers.scss */
.ptt {
  padding-top: 10px !important;
}

/* line 279, ../scss/_helpers.scss */
.pts {
  padding-top: 20px !important;
}

/* line 280, ../scss/_helpers.scss */
.ptl {
  padding-top: 40px !important;
}

/* line 282, ../scss/_helpers.scss */
.plt {
  padding-left: 10px !important;
}

/* line 283, ../scss/_helpers.scss */
.pls {
  padding-left: 20px !important;
}

/* line 284, ../scss/_helpers.scss */
.pll {
  padding-left: 40px !important;
}

/* line 285, ../scss/_helpers.scss */
.prt {
  padding-right: 10px !important;
}

/* line 286, ../scss/_helpers.scss */
.prs {
  padding-right: 20px !important;
}

/* line 287, ../scss/_helpers.scss */
.prl {
  padding-right: 40px !important;
}

/* line 289, ../scss/_helpers.scss */
.pt {
  padding: 10px !important;
}

/* line 290, ../scss/_helpers.scss */
.ps {
  padding: 20px !important;
}

/* line 291, ../scss/_helpers.scss */
.pl {
  padding: 40px !important;
}

/* line 293, ../scss/_helpers.scss */
.mbt {
  margin-bottom: 10px !important;
}

/* line 294, ../scss/_helpers.scss */
.mbs {
  margin-bottom: 20px !important;
}

/* line 295, ../scss/_helpers.scss */
.mbl {
  margin-bottom: 40px !important;
}

/* line 296, ../scss/_helpers.scss */
.mtt {
  margin-top: 10px !important;
}

/* line 297, ../scss/_helpers.scss */
.mts {
  margin-top: 20px !important;
}

/* line 298, ../scss/_helpers.scss */
.mtl {
  margin-top: 40px !important;
}

/* line 299, ../scss/_helpers.scss */
.mt {
  margin: 10px !important;
}

/* line 300, ../scss/_helpers.scss */
.ms {
  margin: 20px !important;
}

/* line 301, ../scss/_helpers.scss */
.ml {
  margin: 40px !important;
}

/* line 303, ../scss/_helpers.scss */
.mlt {
  margin-left: 10px !important;
}

/* line 304, ../scss/_helpers.scss */
.mls {
  margin-left: 20px !important;
}

/* line 305, ../scss/_helpers.scss */
.mll {
  margin-left: 40px !important;
}

/* line 306, ../scss/_helpers.scss */
.mrt {
  margin-right: 10px !important;
}

/* line 307, ../scss/_helpers.scss */
.mrs {
  margin-right: 20px !important;
}

/* line 308, ../scss/_helpers.scss */
.mrl {
  margin-right: 40px !important;
}

/* line 310, ../scss/_helpers.scss */
.stack1 {
  z-index: 1;
}

/* line 311, ../scss/_helpers.scss */
.stack2 {
  z-index: 2;
}

/* line 312, ../scss/_helpers.scss */
.stack3 {
  z-index: 3;
}

/* line 313, ../scss/_helpers.scss */
.stack4 {
  z-index: 4;
}

/* line 314, ../scss/_helpers.scss */
.stack5 {
  z-index: 5;
}

/* line 315, ../scss/_helpers.scss */
.stack6 {
  z-index: 6;
}

/* line 316, ../scss/_helpers.scss */
.stack7 {
  z-index: 7;
}

/* line 317, ../scss/_helpers.scss */
.stack8 {
  z-index: 8;
}

/* line 318, ../scss/_helpers.scss */
.stack9 {
  z-index: 9;
}

/* line 321, ../scss/_helpers.scss */
.word-wrap {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

/* line 341, ../scss/_helpers.scss */
.qtip {
  line-height: 1rem;
  border-radius: 2px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
  min-width: 1px;
}

/* line 4, ../scss/_forms.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 9, ../scss/_forms.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 13, ../scss/_forms.scss */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* line 18, ../scss/_forms.scss */
select::-ms-expand {
  display: none;
}

/* line 22, ../scss/_forms.scss */
select[multiple] {
  height: auto;
}

/* line 26, ../scss/_forms.scss */
.fieldset {
  border: 0;
  margin: 0;
  padding: 0 0 10px;
  position: relative;
}
@media screen and (min-width: 20em) {
  /* line 26, ../scss/_forms.scss */
  .fieldset {
    max-width: 600px;
  }
  /* line 33, ../scss/_forms.scss */
  .fieldset.tiny {
    max-width: 100px;
  }
  /* line 36, ../scss/_forms.scss */
  .fieldset.small {
    max-width: 150px;
  }
  /* line 39, ../scss/_forms.scss */
  .fieldset.medium {
    max-width: 250px;
  }
  /* line 42, ../scss/_forms.scss */
  .fieldset.large {
    max-width: 400px;
  }
}
@media screen and (min-width: 40.063em) {
  /* line 26, ../scss/_forms.scss */
  .fieldset {
    margin: 0 10px 0 0;
  }
}
/* line 52, ../scss/_forms.scss */
.fieldset label, .fieldset .label, .fieldset legend {
  color: black;
  display: block;
  font-family: "open_sanssemibold", Arial, Helvetica, sans-serif;
  margin: 0 0 8px;
}
/* line 57, ../scss/_forms.scss */
.fieldset label .normal, .fieldset label.normal, .fieldset .label .normal, .fieldset .label.normal, .fieldset legend .normal, .fieldset legend.normal {
  color: #666666;
  font-family: "open_sansregular", Arial, Helvetica, sans-serif;
}
/* line 68, ../scss/_forms.scss */
.fieldset input:not([type="radio"]),
.fieldset input:not([type="checkbox"]),
.fieldset input:not([type="submit"]),
.fieldset input:not([type="reset"]),
.fieldset input:not([type="button"]),
.fieldset select,
.fieldset textarea {
  -webkit-appearance: textfield;
  background: rgba(100, 100, 100, 0.05);
  border-radius: 3px;
  border: 1px solid #999999;
  box-sizing: border-box;
  box-shadow: none;
  color: black;
  min-height: 46px;
  padding: 10px;
  vertical-align: top;
  width: 100%;
}
@media screen and (min-width: 64.063em) {
  /* line 68, ../scss/_forms.scss */
  .fieldset input:not([type="radio"]),
  .fieldset input:not([type="checkbox"]),
  .fieldset input:not([type="submit"]),
  .fieldset input:not([type="reset"]),
  .fieldset input:not([type="button"]),
  .fieldset select,
  .fieldset textarea {
    min-height: 48px;
  }
}
/* line 84, ../scss/_forms.scss */
.fieldset input:not([type="radio"])[readonly], .fieldset input:not([type="radio"])[disabled],
.fieldset input:not([type="checkbox"])[readonly],
.fieldset input:not([type="checkbox"])[disabled],
.fieldset input:not([type="submit"])[readonly],
.fieldset input:not([type="submit"])[disabled],
.fieldset input:not([type="reset"])[readonly],
.fieldset input:not([type="reset"])[disabled],
.fieldset input:not([type="button"])[readonly],
.fieldset input:not([type="button"])[disabled],
.fieldset select[readonly],
.fieldset select[disabled],
.fieldset textarea[readonly],
.fieldset textarea[disabled] {
  background: rgba(125, 125, 125, 0.15);
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5) inset;
  pointer-events: none;
}
/* line 90, ../scss/_forms.scss */
.fieldset input:not([type="radio"]):active, .fieldset input:not([type="radio"]):focus,
.fieldset input:not([type="checkbox"]):active,
.fieldset input:not([type="checkbox"]):focus,
.fieldset input:not([type="submit"]):active,
.fieldset input:not([type="submit"]):focus,
.fieldset input:not([type="reset"]):active,
.fieldset input:not([type="reset"]):focus,
.fieldset input:not([type="button"]):active,
.fieldset input:not([type="button"]):focus,
.fieldset select:active,
.fieldset select:focus,
.fieldset textarea:active,
.fieldset textarea:focus {
  background: #fff;
  border: 1px solid #999999;
  box-shadow: none;
}
@media screen and (min-width: 20em) {
  /* line 68, ../scss/_forms.scss */
  .fieldset input:not([type="radio"]),
  .fieldset input:not([type="checkbox"]),
  .fieldset input:not([type="submit"]),
  .fieldset input:not([type="reset"]),
  .fieldset input:not([type="button"]),
  .fieldset select,
  .fieldset textarea {
    max-width: 600px;
  }
  /* line 97, ../scss/_forms.scss */
  .fieldset input:not([type="radio"]).tiny,
  .fieldset input:not([type="checkbox"]).tiny,
  .fieldset input:not([type="submit"]).tiny,
  .fieldset input:not([type="reset"]).tiny,
  .fieldset input:not([type="button"]).tiny,
  .fieldset select.tiny,
  .fieldset textarea.tiny {
    max-width: 100px;
  }
  /* line 100, ../scss/_forms.scss */
  .fieldset input:not([type="radio"]).small,
  .fieldset input:not([type="checkbox"]).small,
  .fieldset input:not([type="submit"]).small,
  .fieldset input:not([type="reset"]).small,
  .fieldset input:not([type="button"]).small,
  .fieldset select.small,
  .fieldset textarea.small {
    max-width: 150px;
  }
  /* line 103, ../scss/_forms.scss */
  .fieldset input:not([type="radio"]).medium,
  .fieldset input:not([type="checkbox"]).medium,
  .fieldset input:not([type="submit"]).medium,
  .fieldset input:not([type="reset"]).medium,
  .fieldset input:not([type="button"]).medium,
  .fieldset select.medium,
  .fieldset textarea.medium {
    max-width: 250px;
  }
  /* line 106, ../scss/_forms.scss */
  .fieldset input:not([type="radio"]).large,
  .fieldset input:not([type="checkbox"]).large,
  .fieldset input:not([type="submit"]).large,
  .fieldset input:not([type="reset"]).large,
  .fieldset input:not([type="button"]).large,
  .fieldset select.large,
  .fieldset textarea.large {
    max-width: 400px;
  }
}
@media screen and (min-width: 112.063em) {
  /* line 68, ../scss/_forms.scss */
  .fieldset input:not([type="radio"]),
  .fieldset input:not([type="checkbox"]),
  .fieldset input:not([type="submit"]),
  .fieldset input:not([type="reset"]),
  .fieldset input:not([type="button"]),
  .fieldset select,
  .fieldset textarea {
    max-width: 800px;
  }
}
/* line 115, ../scss/_forms.scss */
.fieldset textarea {
  min-height: 120px;
  resize: vertical;
}
/* line 122, ../scss/_forms.scss */
.fieldset .input-holder {
  position: relative;
}
/* line 125, ../scss/_forms.scss */
.fieldset .input-holder.prefixed span.prefix {
  background: #fff;
  border-right: 1px solid #cccccc;
  color: #03a2df;
  display: block;
  font-size: .9rem;
  height: 36;
  left: 1px;
  line-height: 36px;
  position: absolute;
  text-align: center;
  top: 5px;
  width: 50px;
}
/* line 138, ../scss/_forms.scss */
.fieldset .input-holder.prefixed span.prefix [class^="icon-"]:before {
  color: #999999;
  font-size: 1.2rem;
  margin: 10px 0 0;
}
/* line 144, ../scss/_forms.scss */
.fieldset .input-holder.prefixed input {
  padding-left: 60px;
}
/* line 153, ../scss/_forms.scss */
.fieldset .select-holder,
.fieldset .ac-holder {
  position: relative;
}
@media screen and (min-width: 20em) {
  /* line 153, ../scss/_forms.scss */
  .fieldset .select-holder,
  .fieldset .ac-holder {
    max-width: 600px;
  }
  /* line 157, ../scss/_forms.scss */
  .fieldset .select-holder.tiny,
  .fieldset .ac-holder.tiny {
    max-width: 100px;
  }
  /* line 160, ../scss/_forms.scss */
  .fieldset .select-holder.small,
  .fieldset .ac-holder.small {
    max-width: 150px;
  }
  /* line 163, ../scss/_forms.scss */
  .fieldset .select-holder.medium,
  .fieldset .ac-holder.medium {
    max-width: 250px;
  }
  /* line 166, ../scss/_forms.scss */
  .fieldset .select-holder.large,
  .fieldset .ac-holder.large {
    max-width: 400px;
  }
}
@media screen and (min-width: 112.063em) {
  /* line 153, ../scss/_forms.scss */
  .fieldset .select-holder,
  .fieldset .ac-holder {
    max-width: 800px;
  }
}
/* line 173, ../scss/_forms.scss */
.fieldset .select-holder:after,
.fieldset .ac-holder:after {
  content: '\f107';
  font-size: 1.5rem;
  pointer-events: none;
  position: absolute;
  right: 8px;
  top: 13px;
  transition: all .2s linear;
  z-index: 2;
}
/* line 185, ../scss/_forms.scss */
.fieldset .select-holder:active:after,
.fieldset .ac-holder:active:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
/* line 190, ../scss/_forms.scss */
.fieldset .select-holder select,
.fieldset .ac-holder select {
  cursor: pointer;
  width: 100%;
}
/* line 197, ../scss/_forms.scss */
.fieldset.radio-set {
  padding: 0 0 30px;
}
/* line 199, ../scss/_forms.scss */
.fieldset.radio-set .radio {
  display: inline-block;
  padding: 10px 10px 10px 0;
  vertical-align: middle;
}
/* line 203, ../scss/_forms.scss */
.fieldset.radio-set .radio input {
  min-height: 1px;
  opacity: 0;
  position: absolute;
  width: 22px;
}
/* line 209, ../scss/_forms.scss */
.fieldset.radio-set .radio input + label {
  color: #666666;
  cursor: pointer;
  font-size: 1.125rem;
  padding: 0 0 0 32px;
  position: relative;
}
/* line 215, ../scss/_forms.scss */
.fieldset.radio-set .radio input + label:before {
  background: #fff;
  border: 1px solid #999999;
  border-radius: 50%;
  content: " ";
  display: inline-block;
  height: 22px;
  left: 0;
  position: absolute;
  top: 0;
  width: 22px;
  z-index: 1;
}
/* line 230, ../scss/_forms.scss */
.fieldset.radio-set .radio input:checked + label:after {
  background: #03a2df;
  border: 4px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 1px #666666;
  content: " ";
  display: inline-block;
  height: 20px;
  left: 1px;
  position: absolute;
  top: 1px;
  width: 20px;
  z-index: 2;
}
/* line 246, ../scss/_forms.scss */
.fieldset.radio-set .radio input:hover + label:before {
  border: 1px solid #03a2df;
}
/* line 251, ../scss/_forms.scss */
.fieldset.radio-set .radio input:active + label:before {
  border: 1px solid #666666;
  box-shadow: 0 0 5px #03a2df;
}
/* line 263, ../scss/_forms.scss */
.fieldset.radio-set .radio input:disabled + label,
.fieldset.radio-set .radio input:disabled:active + label,
.fieldset.radio-set .radio input:disabled:hover + label,
.fieldset.radio-set .radio input[readonly] + label,
.fieldset.radio-set .radio input[readonly]:active + label,
.fieldset.radio-set .radio input[readonly]:hover + label {
  pointer-events: none;
}
/* line 266, ../scss/_forms.scss */
.fieldset.radio-set .radio input:disabled + label:before,
.fieldset.radio-set .radio input:disabled:active + label:before,
.fieldset.radio-set .radio input:disabled:hover + label:before,
.fieldset.radio-set .radio input[readonly] + label:before,
.fieldset.radio-set .radio input[readonly]:active + label:before,
.fieldset.radio-set .radio input[readonly]:hover + label:before {
  border: 1px solid #999999;
}
/* line 269, ../scss/_forms.scss */
.fieldset.radio-set .radio input:disabled + label:after,
.fieldset.radio-set .radio input:disabled:active + label:after,
.fieldset.radio-set .radio input:disabled:hover + label:after,
.fieldset.radio-set .radio input[readonly] + label:after,
.fieldset.radio-set .radio input[readonly]:active + label:after,
.fieldset.radio-set .radio input[readonly]:hover + label:after {
  background: #cccccc;
}
/* line 275, ../scss/_forms.scss */
.fieldset.radio-set.stacked .radio {
  display: block;
  padding: 5px 10px 5px 0;
}
/* line 283, ../scss/_forms.scss */
.fieldset.cb {
  padding-left: 34px;
  position: relative;
}
/* line 286, ../scss/_forms.scss */
.fieldset.cb input {
  background: #999;
  min-height: 24px;
  height: 24px;
  left: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  width: 24px;
  z-index: 1;
}
/* line 298, ../scss/_forms.scss */
.fieldset.cb input:checked + label:before {
  background: #03a2df;
  border-color: #03a2df;
  color: #fff;
  content: '\e804';
  line-height: 1.1;
  margin: 0;
  width: 24px;
}
/* line 311, ../scss/_forms.scss */
.fieldset.cb input:disabled + label {
  cursor: default;
  pointer-events: none;
}
/* line 317, ../scss/_forms.scss */
.fieldset.cb input:disabled:checked + label:before {
  background: #999999;
  border-color: #999999;
  box-shadow: none;
}
/* line 326, ../scss/_forms.scss */
.fieldset.cb label {
  color: inherit;
  cursor: pointer;
  font-family: "open_sansregular", Arial, Helvetica, sans-serif;
  position: relative;
}
/* line 331, ../scss/_forms.scss */
.fieldset.cb label:before {
  background: #fff;
  border: 3px solid #cccccc;
  border-radius: 3px;
  color: transparent;
  content: " ";
  display: block;
  min-height: 24px;
  height: 24px;
  left: -34px;
  line-height: 110%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: -1px;
  transition: all .2s linear;
  width: 24px;
  z-index: 2;
}
@media screen and (min-width: 64.063em) {
  /* line 331, ../scss/_forms.scss */
  .fieldset.cb label:before {
    top: 1px;
  }
}
/* line 354, ../scss/_forms.scss */
.fieldset.cb label:hover:before {
  border-color: #999999;
}
/* line 360, ../scss/_forms.scss */
.fieldset.cb label:active:before, .fieldset.cb label:focus:before {
  border-color: #03a2df;
  box-shadow: 0 0 5px #03a2df;
}

/* line 371, ../scss/_forms.scss */
::-webkit-input-placeholder {
  /* Chrome */
  color: #777;
  transition: opacity 250ms ease-in-out;
}

/* line 375, ../scss/_forms.scss */
:focus::-webkit-input-placeholder {
  opacity: 0.5;
}

/* line 378, ../scss/_forms.scss */
:-ms-input-placeholder {
  /* IE 10+ */
  color: #999;
  transition: opacity 250ms ease-in-out;
}

/* line 382, ../scss/_forms.scss */
:focus:-ms-input-placeholder {
  opacity: 0.5;
}

/* line 385, ../scss/_forms.scss */
::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}

/* line 390, ../scss/_forms.scss */
:focus::-moz-placeholder {
  opacity: 0.5;
}

/* line 393, ../scss/_forms.scss */
:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #999;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}

/* line 398, ../scss/_forms.scss */
:focus:-moz-placeholder {
  opacity: 0.5;
}

/* line 405, ../scss/_forms.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 411, ../scss/_forms.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 416, ../scss/_forms.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 421, ../scss/_forms.scss */
input {
  line-height: normal;
}

/* line 429, ../scss/_forms.scss */
button,
.button,
input[type="button"].button,
input[type="submit"].button,
input[type="reset"].button {
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-family: "open_sanssemibold", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
  max-width: 100%;
  overflow: hidden;
  padding: 12px 36px;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  text-transform: none;
  transition: all .2s linear;
  white-space: nowrap;
}
/* line 446, ../scss/_forms.scss */
button.primary,
.button.primary,
input[type="button"].button.primary,
input[type="submit"].button.primary,
input[type="reset"].button.primary {
  background: #03a2df;
  border: 1px solid #027dad;
  border-bottom-width: 5px;
}
/* line 450, ../scss/_forms.scss */
button.primary:hover,
.button.primary:hover,
input[type="button"].button.primary:hover,
input[type="submit"].button.primary:hover,
input[type="reset"].button.primary:hover {
  background: #0390c6;
  color: #fff;
}
/* line 455, ../scss/_forms.scss */
button.primary:active, button.primary:focus,
.button.primary:active,
.button.primary:focus,
input[type="button"].button.primary:active,
input[type="button"].button.primary:focus,
input[type="submit"].button.primary:active,
input[type="submit"].button.primary:focus,
input[type="reset"].button.primary:active,
input[type="reset"].button.primary:focus {
  background: #027dad;
  color: #fff;
}
/* line 460, ../scss/_forms.scss */
button.simple,
.button.simple,
input[type="button"].button.simple,
input[type="submit"].button.simple,
input[type="reset"].button.simple {
  background: transparent;
  border: 1px solid transparent;
  border-bottom-width: 5px;
  color: #03a2df;
}
/* line 466, ../scss/_forms.scss */
button.simple:hover,
.button.simple:hover,
input[type="button"].button.simple:hover,
input[type="submit"].button.simple:hover,
input[type="reset"].button.simple:hover {
  background: transparent;
}
/* line 471, ../scss/_forms.scss */
button.simple:active, button.simple:focus,
.button.simple:active,
.button.simple:focus,
input[type="button"].button.simple:active,
input[type="button"].button.simple:focus,
input[type="submit"].button.simple:active,
input[type="submit"].button.simple:focus,
input[type="reset"].button.simple:active,
input[type="reset"].button.simple:focus {
  background: #fff;
  border-color: #cccccc;
}
/* line 476, ../scss/_forms.scss */
button.hollow,
.button.hollow,
input[type="button"].button.hollow,
input[type="submit"].button.hollow,
input[type="reset"].button.hollow {
  background: transparent;
  border: 1px solid #03a2df;
}
/* line 479, ../scss/_forms.scss */
button.hollow.inverted,
.button.hollow.inverted,
input[type="button"].button.hollow.inverted,
input[type="submit"].button.hollow.inverted,
input[type="reset"].button.hollow.inverted {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
/* line 484, ../scss/_forms.scss */
button.hollow.inverted:active, button.hollow.inverted:focus, button.hollow.inverted:hover,
.button.hollow.inverted:active,
.button.hollow.inverted:focus,
.button.hollow.inverted:hover,
input[type="button"].button.hollow.inverted:active,
input[type="button"].button.hollow.inverted:focus,
input[type="button"].button.hollow.inverted:hover,
input[type="submit"].button.hollow.inverted:active,
input[type="submit"].button.hollow.inverted:focus,
input[type="submit"].button.hollow.inverted:hover,
input[type="reset"].button.hollow.inverted:active,
input[type="reset"].button.hollow.inverted:focus,
input[type="reset"].button.hollow.inverted:hover {
  border-color: #fff;
}
/* line 489, ../scss/_forms.scss */
button.rounded,
.button.rounded,
input[type="button"].button.rounded,
input[type="submit"].button.rounded,
input[type="reset"].button.rounded {
  border-width: 0;
  border-radius: 100px;
}
/* line 492, ../scss/_forms.scss */
button.rounded.hollow,
.button.rounded.hollow,
input[type="button"].button.rounded.hollow,
input[type="submit"].button.rounded.hollow,
input[type="reset"].button.rounded.hollow {
  border-width: 1px;
}
/* line 501, ../scss/_forms.scss */
button[disabled], button.disabled, button[disabled]:active, button.disabled:active, button[disabled]:focus, button.disabled:focus,
.button[disabled],
.button.disabled,
.button[disabled]:active,
.button.disabled:active,
.button[disabled]:focus,
.button.disabled:focus,
input[type="button"].button[disabled],
input[type="button"].button.disabled,
input[type="button"].button[disabled]:active,
input[type="button"].button.disabled:active,
input[type="button"].button[disabled]:focus,
input[type="button"].button.disabled:focus,
input[type="submit"].button[disabled],
input[type="submit"].button.disabled,
input[type="submit"].button[disabled]:active,
input[type="submit"].button.disabled:active,
input[type="submit"].button[disabled]:focus,
input[type="submit"].button.disabled:focus,
input[type="reset"].button[disabled],
input[type="reset"].button.disabled,
input[type="reset"].button[disabled]:active,
input[type="reset"].button.disabled:active,
input[type="reset"].button[disabled]:focus,
input[type="reset"].button.disabled:focus {
  background-color: #bbb;
  border-color: rgba(0, 0, 0, 0.1);
  color: #fff;
  opacity: 1;
  -webkit-text-fill-color: #fff;
}

@-webkit-keyframes jump {
  /* line 4, ../scss/_main.scss */
  0% {
    bottom: 10px;
    -webkit-animation-timing-function: ease;
  }

  /* line 5, ../scss/_main.scss */
  50% {
    bottom: 16px;
    -webkit-animation-timing-function: ease;
  }

  /* line 6, ../scss/_main.scss */
  100% {
    bottom: 10px;
    -webkit-animation-timing-function: ease;
  }
}

@-moz-keyframes jump {
  /* line 10, ../scss/_main.scss */
  0% {
    bottom: 10px;
    -moz-animation-timing-function: ease;
  }

  /* line 11, ../scss/_main.scss */
  50% {
    bottom: 16px;
    -moz-animation-timing-function: ease;
  }

  /* line 12, ../scss/_main.scss */
  100% {
    bottom: 10px;
    -moz-animation-timing-function: ease;
  }
}

@-o-keyframes jump {
  /* line 16, ../scss/_main.scss */
  0% {
    bottom: 10px;
    -o-animation-timing-function: ease;
  }

  /* line 17, ../scss/_main.scss */
  50% {
    bottom: 16px;
    -o-animation-timing-function: ease;
  }

  /* line 18, ../scss/_main.scss */
  100% {
    bottom: 10px;
    -o-animation-timing-function: ease;
  }
}

@-ms-keyframes jump {
  /* line 22, ../scss/_main.scss */
  0% {
    bottom: 10px;
    -ms-animation-timing-function: ease;
  }

  /* line 23, ../scss/_main.scss */
  50% {
    bottom: 16px;
    -ms-animation-timing-function: ease;
  }

  /* line 24, ../scss/_main.scss */
  100% {
    bottom: 10px;
    -ms-animation-timing-function: ease;
  }
}

@keyframes jump {
  /* line 28, ../scss/_main.scss */
  0% {
    bottom: 10px;
    animation-timing-function: ease;
  }

  /* line 29, ../scss/_main.scss */
  50% {
    bottom: 16px;
    animation-timing-function: ease;
  }

  /* line 30, ../scss/_main.scss */
  100% {
    bottom: 10px;
    animation-timing-function: ease;
  }
}

/* line 33, ../scss/_main.scss */
:before, :after {
  box-sizing: border-box;
}

/* line 37, ../scss/_main.scss */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: sans-serif;
  font-size: 16px;
  height: 100%;
  overflow-x: hidden;
}

/* line 46, ../scss/_main.scss */
body {
  background: white;
  color: #666666;
  font-family: "open_sansregular", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  height: 100%;
  line-height: 1.4em;
  padding: 0;
  cursor: grab;
  cursor: -webkit-grab;
}
/* line 57, ../scss/_main.scss */
body:active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}
/* line 62, ../scss/_main.scss */
body img {
  pointer-events: none;
}
/* line 66, ../scss/_main.scss */
body .row {
  padding: 10px 20px;
}
@media screen and (min-width: 64.063em) {
  /* line 66, ../scss/_main.scss */
  body .row {
    max-width: 1600px;
  }
}
@media screen and (min-width: 90.063em) {
  /* line 66, ../scss/_main.scss */
  body .row {
    max-width: 80%;
  }
}
/* line 74, ../scss/_main.scss */
body .row .row {
  padding: 0;
}

/* line 85, ../scss/_main.scss */
h1 {
  color: white;
  font-family: "open_sanssemibold", Arial, Helvetica, sans-serif;
  font-size: 2rem;
  line-height: 2.25rem;
  margin: 20px 0;
}
@media screen and (min-width: 20em) {
  /* line 85, ../scss/_main.scss */
  h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

/* line 97, ../scss/_main.scss */
h2, h3, h4, h5, h6 {
  color: #03a2df;
  font-family: "open_sanssemibold", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  margin: 0 0 1rem;
}
/* line 102, ../scss/_main.scss */
h2.light, h3.light, h4.light, h5.light, h6.light {
  color: #000;
  font-family: "open_sanslight", Arial, Helvetica, sans-serif;
}

/* line 108, ../scss/_main.scss */
h3, h4, h5, h6 {
  color: black;
  font-size: 1.15rem;
  margin: 0 0 10px;
}

/* line 114, ../scss/_main.scss */
h4, h5, h6 {
  font-size: 1.125rem;
  margin: 0 0 2px;
}

/* line 119, ../scss/_main.scss */
p, address {
  font-size: inherit;
  margin: 0;
  padding: 0 0 1rem;
}
/* line 123, ../scss/_main.scss */
p.smaller, address.smaller {
  font-size: 90%;
}

/* line 128, ../scss/_main.scss */
p + h2 {
  margin-top: 20px;
}

/* line 132, ../scss/_main.scss */
address {
  font-style: normal;
}

/* line 136, ../scss/_main.scss */
ul, ol {
  margin: 0 0 30px;
}

/* line 140, ../scss/_main.scss */
hr {
  background: #cfcdcd;
  border: 0;
  box-shadow: 0 1px 0 #fff;
  clear: both;
  height: 1px;
  margin: 20px 0;
}
/* line 147, ../scss/_main.scss */
hr.nm {
  margin: 0;
}
/* line 150, ../scss/_main.scss */
hr.dashed {
  background: none;
  border-top: 1px dashed #999;
  box-shadow: none;
}
/* line 155, ../scss/_main.scss */
hr.white {
  background: #fff;
  box-shadow: none;
}
/* line 159, ../scss/_main.scss */
hr.blank {
  background: none;
  box-shadow: none;
}
/* line 163, ../scss/_main.scss */
hr.vertical {
  box-shadow: none;
  height: inherit;
  margin: 0 auto;
  width: 1px;
}

/* line 171, ../scss/_main.scss */
.section {
  overflow: hidden;
  position: relative;
}
/* line 175, ../scss/_main.scss */
.section.content {
  padding: 20px 0;
}
/* line 178, ../scss/_main.scss */
.section.s1 {
  background: url(../images/bg.jpg) no-repeat top center;
  background-size: cover;
  background-attachment: fixed;
  padding: 60px 0 20px;
  text-align: center;
  z-index: 3;
}
@media screen and (min-width: 40.063em) {
  /* line 178, ../scss/_main.scss */
  .section.s1 {
    min-height: 600px;
    padding: 80px 0 40px;
  }
}
/* line 189, ../scss/_main.scss */
.section.s1 .logo {
  display: block;
  height: 120px;
  margin: 0 auto;
  transition: all .2s linear;
  width: 120px;
}
@media screen and (min-width: 40.063em) {
  /* line 189, ../scss/_main.scss */
  .section.s1 .logo {
    height: 210px;
    width: 210px;
  }
}
/* line 200, ../scss/_main.scss */
.section.s1 h1 {
  color: #fff;
  font-family: "open_sanssemibold", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin: 20px;
  transition: all .2s linear;
}
@media screen and (min-width: 40.063em) {
  /* line 200, ../scss/_main.scss */
  .section.s1 h1 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
/* line 213, ../scss/_main.scss */
.section a.play {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  cursor: pointer;
  display: block;
  height: 60px;
  margin: 40px auto 20px;
  position: relative;
  transition: all .2s linear;
  width: 60px;
}
/* line 223, ../scss/_main.scss */
.section a.play:after {
  border-left: 25px solid rgba(0, 0, 0, 0.5);
  border-bottom: 15px solid transparent;
  border-top: 15px solid transparent;
  content: " ";
  display: block;
  height: 0;
  left: 50%;
  margin: -15px 0 0 -8px;
  position: absolute;
  top: 50%;
  transition: all .2s linear;
}
/* line 237, ../scss/_main.scss */
.section a.play:before {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  content: " ";
  display: block;
  height: 80px;
  left: -10px;
  position: absolute;
  top: -10px;
  transition: all .2s linear;
  width: 80px;
}
/* line 249, ../scss/_main.scss */
.section a.play:hover {
  background: #fff;
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}
/* line 253, ../scss/_main.scss */
.section a.play:hover:before {
  border: 1px solid transparent;
  height: 100px;
  left: -20px;
  top: -20px;
  width: 100px;
}

/* line 264, ../scss/_main.scss */
.ios .section.s1 {
  background-attachment: scroll !important;
}

/* line 268, ../scss/_main.scss */
.scroller {
  background: url(../images/scroller.png) no-repeat center center;
  bottom: 0;
  display: block;
  height: 50px;
  margin: 60px auto 0;
  position: relative;
  transition: all .2s linear;
  width: 54px;
  -webkit-animation: jump 1s infinite;
  -moz-animation: jump 1s infinite;
  -o-animation: jump 1s infinite;
  -ms-animation: jump 1s infinite;
  animation: jump 1s infinite;
}
/* line 283, ../scss/_main.scss */
.scroller.totop {
  background: none;
  bottom: 20px;
  margin: 0;
  position: fixed;
  right: 20px;
  text-decoration: none;
  z-index: 2;
}
@media screen and (max-width: 40em) {
  /* line 283, ../scss/_main.scss */
  .scroller.totop {
    display: none;
  }
}
/* line 294, ../scss/_main.scss */
.scroller.totop:before {
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid #cccccc;
  border-radius: 50%;
  color: #666;
  content: '\e804';
  font-size: 2rem;
  height: 46px;
  line-height: 46px;
  text-align: center;
  transition: all .2s linear;
  width: 46px;
}
/* line 309, ../scss/_main.scss */
.scroller.totop:hover:before {
  color: #000;
  transform: scale(1.25, 1.25);
  -webkit-transform: scale(1.25, 1.25);
}

/* line 319, ../scss/_main.scss */
.touch .scroller.totop {
  display: none;
}

/* line 324, ../scss/_main.scss */
ul.features {
  list-style: none;
  margin: 0;
  padding: 5px 0 10px;
}
/* line 328, ../scss/_main.scss */
ul.features li {
  padding: 0 0 10px 30px;
  position: relative;
}
/* line 331, ../scss/_main.scss */
ul.features li:before {
  background: #66c329;
  border-radius: 50%;
  color: #fff;
  content: '\e800';
  display: inline-block;
  font-size: .8rem;
  height: 20px;
  left: 0;
  line-height: 20px;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 2px;
  width: 20px;
}

/* line 351, ../scss/_main.scss */
.device-banner {
  background: #0f6597;
}
/* line 353, ../scss/_main.scss */
.device-banner .statement {
  color: #fff;
  font-family: "open_sanssemibold", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  margin: 0;
  padding: 20px;
  text-align: center;
}
@media screen and (min-width: 64.063em) {
  /* line 353, ../scss/_main.scss */
  .device-banner .statement {
    padding: 40px 0;
    text-align: left;
  }
}
@media screen and (min-width: 90.063em) {
  /* line 353, ../scss/_main.scss */
  .device-banner .statement {
    padding: 60px 0;
  }
}
/* line 368, ../scss/_main.scss */
.device-banner .devices {
  padding: 20px 0;
  text-align: center;
}
@media screen and (min-width: 64.063em) {
  /* line 368, ../scss/_main.scss */
  .device-banner .devices {
    margin-left: -20%;
    padding: 40px 0;
    text-align: left;
  }
}
@media screen and (min-width: 90.063em) {
  /* line 368, ../scss/_main.scss */
  .device-banner .devices {
    padding: 60px 0;
  }
}
/* line 379, ../scss/_main.scss */
.device-banner .devices span {
  color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  font-size: 2rem;
  transition: all .2s linear;
  vertical-align: middle;
}
/* line 385, ../scss/_main.scss */
.device-banner .devices span.icon-plus {
  font-size: 1rem;
}
@media screen and (min-width: 40.063em) {
  /* line 379, ../scss/_main.scss */
  .device-banner .devices span {
    font-size: 2.5rem;
  }
  /* line 390, ../scss/_main.scss */
  .device-banner .devices span.icon-plus {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 64.063em) {
  /* line 379, ../scss/_main.scss */
  .device-banner .devices span {
    font-size: 3rem;
  }
  /* line 396, ../scss/_main.scss */
  .device-banner .devices span.icon-plus {
    font-size: 1.75rem;
  }
}

@keyframes slideleft {
  /* line 405, ../scss/_main.scss */
  from {
    background-position: 0%;
  }

  /* line 406, ../scss/_main.scss */
  to {
    background-position: 90000%;
  }
}

@-webkit-keyframes slideleft {
  /* line 410, ../scss/_main.scss */
  from {
    background-position: 0%;
  }

  /* line 411, ../scss/_main.scss */
  to {
    background-position: 90000%;
  }
}

/* line 414, ../scss/_main.scss */
.products {
  background: url(../images/products.jpg) repeat-x top center;
  background-size: auto 100%;
  height: 120px;
  animation: slideleft 15000s infinite linear;
  -webkit-animation: slideleft 15000s infinite linear;
}
@media screen and (min-width: 40.063em) {
  /* line 414, ../scss/_main.scss */
  .products {
    height: 180px;
    animation: slideleft 10000s infinite linear;
    -webkit-animation: slideleft 10000s infinite linear;
  }
}
@media screen and (min-width: 64.063em) {
  /* line 414, ../scss/_main.scss */
  .products {
    height: 240px;
    animation: slideleft 5000s infinite linear;
    -webkit-animation: slideleft 5000s infinite linear;
  }
}

/* line 435, ../scss/_main.scss */
.slide {
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
/* line 440, ../scss/_main.scss */
.slide:active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

/* line 449, ../scss/_main.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 450, ../scss/_main.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

/* line 451, ../scss/_main.scss */
.slick-list:focus {
  outline: none;
}

/* line 452, ../scss/_main.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 453, ../scss/_main.scss */
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 454, ../scss/_main.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

/* line 455, ../scss/_main.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

/* line 456, ../scss/_main.scss */
.slick-track:after {
  clear: both;
}

/* line 457, ../scss/_main.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 458, ../scss/_main.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

/* line 459, ../scss/_main.scss */
.slick-slide img {
  display: block;
  margin: 0 auto;
  max-height: 100px;
}

/* line 460, ../scss/_main.scss */
.slick-slide img:hover {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}

/* line 461, ../scss/_main.scss */
.slick-slide.slick-loading img {
  display: none;
}

/* line 462, ../scss/_main.scss */
.slick-slide.dragging img {
  pointer-events: none;
}

/* line 463, ../scss/_main.scss */
.slick-initialized .slick-slide {
  display: inline-block;
  float: none;
  vertical-align: middle;
}

/* line 464, ../scss/_main.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 466, ../scss/_main.scss */
.slick-slider {
  margin-bottom: 30px;
  visibility: hidden;
}
/* line 469, ../scss/_main.scss */
.slick-slider.slick-initialized {
  visibility: visible;
}

/* line 1, ../scss/_modal.scss */
.reveal-modal {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  top: 100px !important;
}
@media screen and (max-width: 40em) {
  /* line 1, ../scss/_modal.scss */
  .reveal-modal {
    top: 0 !important;
  }
}
/* line 11, ../scss/_modal.scss */
.reveal-modal.fixed {
  position: fixed;
}
/* line 14, ../scss/_modal.scss */
.reveal-modal .close-modal {
  color: #fff;
  font-size: 3rem;
  margin: 0;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none;
  top: 20px;
  transition: none;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  z-index: 10000;
}

/* line 3, ../scss/_footer.scss */
footer {
  padding: 20px 0;
}
/* line 5, ../scss/_footer.scss */
footer h2 {
  color: #333;
  font-size: 1.2rem;
  padding-top: 10px;
}
/* line 10, ../scss/_footer.scss */
footer span.copy {
  display: inline-block;
  margin: 0 30px 10px 0;
}
/* line 13, ../scss/_footer.scss */
footer span.copy a {
  background-image: linear-gradient(to left, #03a2df 0%, #03a2df 100%);
  background-repeat: no-repeat;
  background-size: 0% 1px;
  background-position: 0 100%;
  color: #03a2df;
  display: inline;
  text-decoration: none;
  transition: background-size 0.3s ease-in;
}
/* line 160, ../scss/_config.scss */
footer span.copy a:hover {
  background-size: 100% 1px;
}
/* line 17, ../scss/_footer.scss */
footer ul:not(.social) {
  list-style: none;
  margin: 0;
  padding: 0 0 10px;
}
/* line 22, ../scss/_footer.scss */
footer ul:not(.social) li a {
  background-image: linear-gradient(to left, #03a2df 0%, #03a2df 100%);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: 0 100%;
  color: #03a2df;
  display: inline;
  text-decoration: none;
  transition: background-size 0.3s ease-in;
}
/* line 174, ../scss/_config.scss */
footer ul:not(.social) li a:hover {
  background-size: 0% 1px;
}
/* line 29, ../scss/_footer.scss */
footer ul.social li {
  display: inline-block;
}
/* line 31, ../scss/_footer.scss */
footer ul.social li a {
  border-radius: 100px;
  color: #fff;
  display: inline-block;
  font-size: 0;
  height: 46px;
  line-height: 46px;
  margin: 0 10px 10px 0;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 46px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
/* line 46, ../scss/_footer.scss */
footer ul.social li a:before {
  font-size: 1.5rem;
  height: 46px;
  line-height: 46px;
}
/* line 51, ../scss/_footer.scss */
footer ul.social li a:after {
  border-radius: 50%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  box-shadow: inset 0 0 0 24px #03a2df;
  -webkit-transform: scale3d(0.9, 0.9, 1);
  transform: scale3d(0.9, 0.9, 1);
  -webkit-transition: box-shadow 0.3s, -webkit-transform 0.3;
  transition: box-shadow 0.3s, transform 0.3s;
}
/* line 66, ../scss/_footer.scss */
footer ul.social li a:hover {
  color: #03a2df;
}
/* line 68, ../scss/_footer.scss */
footer ul.social li a:hover:after {
  box-shadow: inset 0 0 0 1px #03a2df;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
/* line 79, ../scss/_footer.scss */
footer nav {
  display: inline-block;
}
/* line 81, ../scss/_footer.scss */
footer nav ul {
  display: inline-block;
  margin-bottom: 10px;
}
/* line 84, ../scss/_footer.scss */
footer nav ul li {
  color: #999999;
  display: inline-block;
}
/* line 87, ../scss/_footer.scss */
footer nav ul li:before {
  content: "|";
  display: inline-block;
  padding: 0 5px;
  vertical-align: middle;
}
/* line 94, ../scss/_footer.scss */
footer nav ul li:first-child:before {
  display: none;
}
/* line 98, ../scss/_footer.scss */
footer nav ul li a {
  background-image: linear-gradient(to left, #03a2df 0%, #03a2df 100%);
  background-repeat: no-repeat;
  background-size: 0% 1px;
  background-position: 0 100%;
  color: #03a2df;
  display: inline;
  text-decoration: none;
  transition: background-size 0.3s ease-in;
  white-space: nowrap;
}
/* line 160, ../scss/_config.scss */
footer nav ul li a:hover {
  background-size: 100% 1px;
}

@media print {
  /* line 4, ../scss/_print.scss */
  .print-only {
    display: block !important;
  }

  /* line 8, ../scss/_print.scss */
  * {
    box-shadow: none !important;
    float: none !important;
    overflow: visible !important;
  }

  /* line 14, ../scss/_print.scss */
  html, body, form {
    height: auto !important;
  }

  /* line 18, ../scss/_print.scss */
  body {
    line-height: 16px !important;
  }

  /* line 24, ../scss/_print.scss */
  a[href^="javascript:"]:after,
  a[href^="#"]:after,
  a[href=""]:after {
    content: "";
  }

  /* line 28, ../scss/_print.scss */
  a.button[href]:after {
    content: "" !important;
  }

  /* line 36, ../scss/_print.scss */
  html .no-print,
  html .screen-reader-text,
  html header,
  html footer {
    display: none !important;
  }
}
