@charset "UTF-8";
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* line 22, ../sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/* line 32, ../sass/_normalize.scss */
audio,
canvas,
video {
  display: inline-block; }

/* line 41, ../sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0; }

/* line 52, ../sass/_normalize.scss */
[hidden],
template {
  display: none; }

/* line 66, ../sass/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

/* line 76, ../sass/_normalize.scss */
body {
  margin: 0; }

/* line 88, ../sass/_normalize.scss */
a {
  background: transparent; }

/* line 96, ../sass/_normalize.scss */
a:focus {
  outline: thin dotted; }

/* line 105, ../sass/_normalize.scss */
a:active,
a:hover {
  outline: 0; }

/* line 118, ../sass/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* line 127, ../sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted; }

/* line 136, ../sass/_normalize.scss */
b,
strong {
  font-weight: bold; }

/* line 144, ../sass/_normalize.scss */
dfn {
  font-style: italic; }

/* line 152, ../sass/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/* line 162, ../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000; }

/* line 174, ../sass/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/* line 183, ../sass/_normalize.scss */
pre {
  white-space: pre-wrap; }

/* line 191, ../sass/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/* line 199, ../sass/_normalize.scss */
small {
  font-size: 80%; }

/* line 208, ../sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 215, ../sass/_normalize.scss */
sup {
  top: -0.5em; }

/* line 219, ../sass/_normalize.scss */
sub {
  bottom: -0.25em; }

/* line 231, ../sass/_normalize.scss */
img {
  border: 0; }

/* line 239, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden; }

/* line 251, ../sass/_normalize.scss */
figure {
  margin: 0; }

/* line 263, ../sass/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/* line 274, ../sass/_normalize.scss */
legend {
  border: 0;
  padding: 0; }

/* line 288, ../sass/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

/* line 300, ../sass/_normalize.scss */
button,
input {
  line-height: normal; }

/* line 312, ../sass/_normalize.scss */
button,
select {
  text-transform: none; }

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

/* line 337, ../sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default; }

/* line 347, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

/* line 358, ../sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

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

/* line 380, ../sass/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* line 390, ../sass/_normalize.scss */
textarea {
  overflow: auto;
  vertical-align: top; }

/* line 403, ../sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 10, ../sass/_scaffolding.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 17, ../sass/_scaffolding.scss */
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* line 22, ../sass/_scaffolding.scss */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: black;
  background-color: white; }

/* line 34, ../sass/_scaffolding.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

/* line 43, ../sass/_scaffolding.scss */
a {
  color: black;
  text-decoration: none;
  font-family: 'ProximaNova-Bold',Helvetica, Arial, sans-serif; }
  /* line 49, ../sass/_scaffolding.scss */
  a:hover, a:focus {
    color: black;
    text-decoration: underline; }
  /* line 54, ../sass/_scaffolding.scss */
  a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

/* line 59, ../sass/_scaffolding.scss */
a.cta {
  font-size: 1.143em; }
  /* line 62, ../sass/_scaffolding.scss */
  a.cta.is-aqua {
    color: #04d7b3; }
  /* line 66, ../sass/_scaffolding.scss */
  a.cta > span {
    font-family: "Entypo"; }

/* line 77, ../sass/_scaffolding.scss */
img {
  vertical-align: middle; }

/* line 82, ../sass/_scaffolding.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

/* line 87, ../sass/_scaffolding.scss */
.img-rounded {
  border-radius: 6px; }

/* line 94, ../sass/_scaffolding.scss */
.img-thumbnail, .thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

/* line 107, ../sass/_scaffolding.scss */
.img-circle {
  border-radius: 50%; }

/* line 114, ../sass/_scaffolding.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

/* line 126, ../sass/_scaffolding.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

/* line 9, ../sass/_type.scss */
p {
  font-family: 'ProximaNova-Light',Helvetica, Arial, sans-serif;
  font-size: 1.35em;
  margin: 0 0 10px; }
  /* line 14, ../sass/_type.scss */
  p.on-dark {
    color: #a8a8a2; }
  /* line 17, ../sass/_type.scss */
  p.on-light {
    color: black; }

/* line 22, ../sass/_type.scss */
.lead {
  font-family: 'ProximaNova-Semibold',Helvetica, Arial, sans-serif;
  font-size: 1.3em;
  line-height: .9em; }
  /* line 27, ../sass/_type.scss */
  .lead.upper {
    text-transform: uppercase; }

/* line 36, ../sass/_type.scss */
.text-copyright {
  font-size: 1em !important; }

/* line 42, ../sass/_type.scss */
small,
.small {
  font-size: 85%; }

/* line 45, ../sass/_type.scss */
cite {
  font-style: normal; }

/* line 48, ../sass/_type.scss */
.text-muted {
  color: #999999; }

/* line 51, ../sass/_type.scss */
.text-primary {
  color: #428bca; }
  /* line 53, ../sass/_type.scss */
  .text-primary:hover {
    color: #3071a9; }

/* line 57, ../sass/_type.scss */
.text-warning {
  color: #c09853; }
  /* line 59, ../sass/_type.scss */
  .text-warning:hover {
    color: #a47e3c; }

/* line 63, ../sass/_type.scss */
.text-danger {
  color: #fd1c15; }
  /* line 65, ../sass/_type.scss */
  .text-danger:hover {
    color: #dd0902; }

/* line 69, ../sass/_type.scss */
.text-success {
  color: #468847; }
  /* line 71, ../sass/_type.scss */
  .text-success:hover {
    color: #356635; }

/* line 75, ../sass/_type.scss */
.text-info {
  color: #3a87ad; }
  /* line 77, ../sass/_type.scss */
  .text-info:hover {
    color: #2d6987; }

/* line 83, ../sass/_type.scss */
.text-left {
  text-align: left; }

/* line 84, ../sass/_type.scss */
.text-right {
  text-align: right; }

/* line 85, ../sass/_type.scss */
.text-center {
  text-align: center; }

/* line 91, ../sass/_type.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal !important; }

/* line 95, ../sass/_type.scss */
h1 {
  font-size: 2.286em;
  font-family: 'ProximaNovaT-Thin',Helvetica, Arial, sans-serif;
  color: white;
  text-align: center; }

/* line 103, ../sass/_type.scss */
h2 {
  font-size: 1.714em;
  font-family: 'ProximaNova-Light',Helvetica, Arial, sans-serif;
  color: #787875;
  text-align: center; }

/* line 111, ../sass/_type.scss */
h3 {
  font-size: 1.714em;
  line-height: 2.0em;
  font-family: 'ProximaNova-Bold',Helvetica, Arial, sans-serif;
  color: white;
  text-transform: uppercase;
  text-align: center; }

/* line 121, ../sass/_type.scss */
h4 {
  font-size: 1.55em;
  font-family: 'ProximaNova-Semibold',Helvetica, Arial, sans-serif;
  color: black; }
  /* line 126, ../sass/_type.scss */
  h4.aqua {
    color: #04d7b3; }

/* line 130, ../sass/_type.scss */
h5 {
  font-size: 1.286em;
  font-family: 'ProximaNova-Bold',Helvetica, Arial, sans-serif;
  color: black; }

/* line 136, ../sass/_type.scss */
h1.hero {
  font-family: 'ProximaNova-Semibold',Helvetica, Arial, sans-serif;
  font-size: 7.286em;
  top: 40%; }
  /* line 141, ../sass/_type.scss */
  h1.hero > span {
    font-family: 'ProximaNovaT-Thin',Helvetica, Arial, sans-serif; }

/* line 152, ../sass/_type.scss */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

/* line 165, ../sass/_type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  /* line 169, ../sass/_type.scss */
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

/* line 177, ../sass/_type.scss */
.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none; }

/* line 186, ../sass/_type.scss */
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px; }
  /* line 191, ../sass/_type.scss */
  .list-inline > li:first-child {
    padding-left: 0; }

/* line 198, ../sass/_type.scss */
dl {
  margin-bottom: 11px; }

/* line 202, ../sass/_type.scss */
dt,
dd {
  line-height: 1.42857; }

/* line 205, ../sass/_type.scss */
dt {
  font-size: 1.45em;
  font-family: 'ProximaNova-Bold',Helvetica, Arial, sans-serif;
  color: black;
  text-transform: uppercase; }

/* line 211, ../sass/_type.scss */
dd {
  margin-left: 0;
  font-size: 1.55em;
  font-family: 'ProximaNova-Light',Helvetica, Arial, sans-serif;
  color: black; }

@media (min-width: 768px) {
  /* line 227, ../sass/_type.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  /* line 234, ../sass/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px; }
    /* line 21, ../sass/_mixins.scss */
    .dl-horizontal dd:before, .dl-horizontal dd:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    /* line 25, ../sass/_mixins.scss */
    .dl-horizontal dd:after {
      clear: both; } }
/* line 247, ../sass/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999; }

/* line 251, ../sass/_type.scss */
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase; }

/* line 257, ../sass/_type.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee; }
  /* line 261, ../sass/_type.scss */
  blockquote p {
    font-size: 17.5px;
    font-weight: 300;
    line-height: 1.25; }
  /* line 266, ../sass/_type.scss */
  blockquote p:last-child {
    margin-bottom: 0; }
  /* line 269, ../sass/_type.scss */
  blockquote small {
    display: block;
    line-height: 1.42857;
    color: #999999; }
    /* line 273, ../sass/_type.scss */
    blockquote small:before {
      content: '\2014 \00A0'; }
  /* line 279, ../sass/_type.scss */
  blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0; }
    /* line 286, ../sass/_type.scss */
    blockquote.pull-right p,
    blockquote.pull-right small,
    blockquote.pull-right .small {
      text-align: right; }
    /* line 291, ../sass/_type.scss */
    blockquote.pull-right small:before,
    blockquote.pull-right .small:before {
      content: ''; }
    /* line 294, ../sass/_type.scss */
    blockquote.pull-right small:after,
    blockquote.pull-right .small:after {
      content: '\00A0 \2014'; }

/* line 303, ../sass/_type.scss */
blockquote:before,
blockquote:after {
  content: ""; }

/* line 308, ../sass/_type.scss */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }
  /* line 313, ../sass/_type.scss */
  address.contact {
    font-family: 'ProximaNova-Light',Helvetica, Arial, sans-serif;
    font-size: 1.35em;
    margin-bottom: 0px; }
    /* line 314, ../sass/_type.scss */
    address.contact > strong {
      font-family: 'ProximaNova-Semibold',Helvetica, Arial, sans-serif;
      font-weight: normal; }

/* line 6, ../sass/_grid.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  /* line 21, ../sass/_mixins.scss */
  .container:before, .container:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  /* line 25, ../sass/_mixins.scss */
  .container:after {
    clear: both; }

/* line 11, ../sass/_grid.scss */
.row {
  margin-left: -15px;
  margin-right: -15px; }
  /* line 21, ../sass/_mixins.scss */
  .row:before, .row:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  /* line 25, ../sass/_mixins.scss */
  .row:after {
    clear: both; }

/* line 728, ../sass/_mixins.scss */
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

/* line 747, ../sass/_mixins.scss */
.col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1 {
  float: left; }

/* line 755, ../sass/_mixins.scss */
.col-xs-1 {
  width: 8.33333%; }

/* line 755, ../sass/_mixins.scss */
.col-xs-2 {
  width: 16.66667%; }

/* line 755, ../sass/_mixins.scss */
.col-xs-3 {
  width: 25%; }

/* line 755, ../sass/_mixins.scss */
.col-xs-4 {
  width: 33.33333%; }

/* line 755, ../sass/_mixins.scss */
.col-xs-5 {
  width: 41.66667%; }

/* line 755, ../sass/_mixins.scss */
.col-xs-6 {
  width: 50%; }

/* line 755, ../sass/_mixins.scss */
.col-xs-7 {
  width: 58.33333%; }

/* line 755, ../sass/_mixins.scss */
.col-xs-8 {
  width: 66.66667%; }

/* line 755, ../sass/_mixins.scss */
.col-xs-9 {
  width: 75%; }

/* line 755, ../sass/_mixins.scss */
.col-xs-10 {
  width: 83.33333%; }

/* line 755, ../sass/_mixins.scss */
.col-xs-11 {
  width: 91.66667%; }

/* line 755, ../sass/_mixins.scss */
.col-xs-12 {
  width: 100%; }

/* line 765, ../sass/_mixins.scss */
.col-xs-pull-0 {
  right: 0%; }

/* line 765, ../sass/_mixins.scss */
.col-xs-pull-1 {
  right: 8.33333%; }

/* line 765, ../sass/_mixins.scss */
.col-xs-pull-2 {
  right: 16.66667%; }

/* line 765, ../sass/_mixins.scss */
.col-xs-pull-3 {
  right: 25%; }

/* line 765, ../sass/_mixins.scss */
.col-xs-pull-4 {
  right: 33.33333%; }

/* line 765, ../sass/_mixins.scss */
.col-xs-pull-5 {
  right: 41.66667%; }

/* line 765, ../sass/_mixins.scss */
.col-xs-pull-6 {
  right: 50%; }

/* line 765, ../sass/_mixins.scss */
.col-xs-pull-7 {
  right: 58.33333%; }

/* line 765, ../sass/_mixins.scss */
.col-xs-pull-8 {
  right: 66.66667%; }

/* line 765, ../sass/_mixins.scss */
.col-xs-pull-9 {
  right: 75%; }

/* line 765, ../sass/_mixins.scss */
.col-xs-pull-10 {
  right: 83.33333%; }

/* line 765, ../sass/_mixins.scss */
.col-xs-pull-11 {
  right: 91.66667%; }

/* line 765, ../sass/_mixins.scss */
.col-xs-pull-12 {
  right: 100%; }

/* line 760, ../sass/_mixins.scss */
.col-xs-push-0 {
  left: 0%; }

/* line 760, ../sass/_mixins.scss */
.col-xs-push-1 {
  left: 8.33333%; }

/* line 760, ../sass/_mixins.scss */
.col-xs-push-2 {
  left: 16.66667%; }

/* line 760, ../sass/_mixins.scss */
.col-xs-push-3 {
  left: 25%; }

/* line 760, ../sass/_mixins.scss */
.col-xs-push-4 {
  left: 33.33333%; }

/* line 760, ../sass/_mixins.scss */
.col-xs-push-5 {
  left: 41.66667%; }

/* line 760, ../sass/_mixins.scss */
.col-xs-push-6 {
  left: 50%; }

/* line 760, ../sass/_mixins.scss */
.col-xs-push-7 {
  left: 58.33333%; }

/* line 760, ../sass/_mixins.scss */
.col-xs-push-8 {
  left: 66.66667%; }

/* line 760, ../sass/_mixins.scss */
.col-xs-push-9 {
  left: 75%; }

/* line 760, ../sass/_mixins.scss */
.col-xs-push-10 {
  left: 83.33333%; }

/* line 760, ../sass/_mixins.scss */
.col-xs-push-11 {
  left: 91.66667%; }

/* line 760, ../sass/_mixins.scss */
.col-xs-push-12 {
  left: 100%; }

/* line 770, ../sass/_mixins.scss */
.col-xs-offset-0 {
  margin-left: 0%; }

/* line 770, ../sass/_mixins.scss */
.col-xs-offset-1 {
  margin-left: 8.33333%; }

/* line 770, ../sass/_mixins.scss */
.col-xs-offset-2 {
  margin-left: 16.66667%; }

/* line 770, ../sass/_mixins.scss */
.col-xs-offset-3 {
  margin-left: 25%; }

/* line 770, ../sass/_mixins.scss */
.col-xs-offset-4 {
  margin-left: 33.33333%; }

/* line 770, ../sass/_mixins.scss */
.col-xs-offset-5 {
  margin-left: 41.66667%; }

/* line 770, ../sass/_mixins.scss */
.col-xs-offset-6 {
  margin-left: 50%; }

/* line 770, ../sass/_mixins.scss */
.col-xs-offset-7 {
  margin-left: 58.33333%; }

/* line 770, ../sass/_mixins.scss */
.col-xs-offset-8 {
  margin-left: 66.66667%; }

/* line 770, ../sass/_mixins.scss */
.col-xs-offset-9 {
  margin-left: 75%; }

/* line 770, ../sass/_mixins.scss */
.col-xs-offset-10 {
  margin-left: 83.33333%; }

/* line 770, ../sass/_mixins.scss */
.col-xs-offset-11 {
  margin-left: 91.66667%; }

/* line 770, ../sass/_mixins.scss */
.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  /* line 43, ../sass/_grid.scss */
  .container {
    width: 750px; }

  /* line 747, ../sass/_mixins.scss */
  .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1 {
    float: left; }

  /* line 755, ../sass/_mixins.scss */
  .col-sm-1 {
    width: 8.33333%; }

  /* line 755, ../sass/_mixins.scss */
  .col-sm-2 {
    width: 16.66667%; }

  /* line 755, ../sass/_mixins.scss */
  .col-sm-3 {
    width: 25%; }

  /* line 755, ../sass/_mixins.scss */
  .col-sm-4 {
    width: 33.33333%; }

  /* line 755, ../sass/_mixins.scss */
  .col-sm-5 {
    width: 41.66667%; }

  /* line 755, ../sass/_mixins.scss */
  .col-sm-6 {
    width: 50%; }

  /* line 755, ../sass/_mixins.scss */
  .col-sm-7 {
    width: 58.33333%; }

  /* line 755, ../sass/_mixins.scss */
  .col-sm-8 {
    width: 66.66667%; }

  /* line 755, ../sass/_mixins.scss */
  .col-sm-9 {
    width: 75%; }

  /* line 755, ../sass/_mixins.scss */
  .col-sm-10 {
    width: 83.33333%; }

  /* line 755, ../sass/_mixins.scss */
  .col-sm-11 {
    width: 91.66667%; }

  /* line 755, ../sass/_mixins.scss */
  .col-sm-12 {
    width: 100%; }

  /* line 765, ../sass/_mixins.scss */
  .col-sm-pull-0 {
    right: 0%; }

  /* line 765, ../sass/_mixins.scss */
  .col-sm-pull-1 {
    right: 8.33333%; }

  /* line 765, ../sass/_mixins.scss */
  .col-sm-pull-2 {
    right: 16.66667%; }

  /* line 765, ../sass/_mixins.scss */
  .col-sm-pull-3 {
    right: 25%; }

  /* line 765, ../sass/_mixins.scss */
  .col-sm-pull-4 {
    right: 33.33333%; }

  /* line 765, ../sass/_mixins.scss */
  .col-sm-pull-5 {
    right: 41.66667%; }

  /* line 765, ../sass/_mixins.scss */
  .col-sm-pull-6 {
    right: 50%; }

  /* line 765, ../sass/_mixins.scss */
  .col-sm-pull-7 {
    right: 58.33333%; }

  /* line 765, ../sass/_mixins.scss */
  .col-sm-pull-8 {
    right: 66.66667%; }

  /* line 765, ../sass/_mixins.scss */
  .col-sm-pull-9 {
    right: 75%; }

  /* line 765, ../sass/_mixins.scss */
  .col-sm-pull-10 {
    right: 83.33333%; }

  /* line 765, ../sass/_mixins.scss */
  .col-sm-pull-11 {
    right: 91.66667%; }

  /* line 765, ../sass/_mixins.scss */
  .col-sm-pull-12 {
    right: 100%; }

  /* line 760, ../sass/_mixins.scss */
  .col-sm-push-0 {
    left: 0%; }

  /* line 760, ../sass/_mixins.scss */
  .col-sm-push-1 {
    left: 8.33333%; }

  /* line 760, ../sass/_mixins.scss */
  .col-sm-push-2 {
    left: 16.66667%; }

  /* line 760, ../sass/_mixins.scss */
  .col-sm-push-3 {
    left: 25%; }

  /* line 760, ../sass/_mixins.scss */
  .col-sm-push-4 {
    left: 33.33333%; }

  /* line 760, ../sass/_mixins.scss */
  .col-sm-push-5 {
    left: 41.66667%; }

  /* line 760, ../sass/_mixins.scss */
  .col-sm-push-6 {
    left: 50%; }

  /* line 760, ../sass/_mixins.scss */
  .col-sm-push-7 {
    left: 58.33333%; }

  /* line 760, ../sass/_mixins.scss */
  .col-sm-push-8 {
    left: 66.66667%; }

  /* line 760, ../sass/_mixins.scss */
  .col-sm-push-9 {
    left: 75%; }

  /* line 760, ../sass/_mixins.scss */
  .col-sm-push-10 {
    left: 83.33333%; }

  /* line 760, ../sass/_mixins.scss */
  .col-sm-push-11 {
    left: 91.66667%; }

  /* line 760, ../sass/_mixins.scss */
  .col-sm-push-12 {
    left: 100%; }

  /* line 770, ../sass/_mixins.scss */
  .col-sm-offset-0 {
    margin-left: 0%; }

  /* line 770, ../sass/_mixins.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  /* line 770, ../sass/_mixins.scss */
  .col-sm-offset-2 {
    margin-left: 16.66667%; }

  /* line 770, ../sass/_mixins.scss */
  .col-sm-offset-3 {
    margin-left: 25%; }

  /* line 770, ../sass/_mixins.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  /* line 770, ../sass/_mixins.scss */
  .col-sm-offset-5 {
    margin-left: 41.66667%; }

  /* line 770, ../sass/_mixins.scss */
  .col-sm-offset-6 {
    margin-left: 50%; }

  /* line 770, ../sass/_mixins.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  /* line 770, ../sass/_mixins.scss */
  .col-sm-offset-8 {
    margin-left: 66.66667%; }

  /* line 770, ../sass/_mixins.scss */
  .col-sm-offset-9 {
    margin-left: 75%; }

  /* line 770, ../sass/_mixins.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  /* line 770, ../sass/_mixins.scss */
  .col-sm-offset-11 {
    margin-left: 91.66667%; }

  /* line 770, ../sass/_mixins.scss */
  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  /* line 63, ../sass/_grid.scss */
  .container {
    width: 970px; }

  /* line 747, ../sass/_mixins.scss */
  .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1 {
    float: left; }

  /* line 755, ../sass/_mixins.scss */
  .col-md-1 {
    width: 8.33333%; }

  /* line 755, ../sass/_mixins.scss */
  .col-md-2 {
    width: 16.66667%; }

  /* line 755, ../sass/_mixins.scss */
  .col-md-3 {
    width: 25%; }

  /* line 755, ../sass/_mixins.scss */
  .col-md-4 {
    width: 33.33333%; }

  /* line 755, ../sass/_mixins.scss */
  .col-md-5 {
    width: 41.66667%; }

  /* line 755, ../sass/_mixins.scss */
  .col-md-6 {
    width: 50%; }

  /* line 755, ../sass/_mixins.scss */
  .col-md-7 {
    width: 58.33333%; }

  /* line 755, ../sass/_mixins.scss */
  .col-md-8 {
    width: 66.66667%; }

  /* line 755, ../sass/_mixins.scss */
  .col-md-9 {
    width: 75%; }

  /* line 755, ../sass/_mixins.scss */
  .col-md-10 {
    width: 83.33333%; }

  /* line 755, ../sass/_mixins.scss */
  .col-md-11 {
    width: 91.66667%; }

  /* line 755, ../sass/_mixins.scss */
  .col-md-12 {
    width: 100%; }

  /* line 765, ../sass/_mixins.scss */
  .col-md-pull-0 {
    right: 0%; }

  /* line 765, ../sass/_mixins.scss */
  .col-md-pull-1 {
    right: 8.33333%; }

  /* line 765, ../sass/_mixins.scss */
  .col-md-pull-2 {
    right: 16.66667%; }

  /* line 765, ../sass/_mixins.scss */
  .col-md-pull-3 {
    right: 25%; }

  /* line 765, ../sass/_mixins.scss */
  .col-md-pull-4 {
    right: 33.33333%; }

  /* line 765, ../sass/_mixins.scss */
  .col-md-pull-5 {
    right: 41.66667%; }

  /* line 765, ../sass/_mixins.scss */
  .col-md-pull-6 {
    right: 50%; }

  /* line 765, ../sass/_mixins.scss */
  .col-md-pull-7 {
    right: 58.33333%; }

  /* line 765, ../sass/_mixins.scss */
  .col-md-pull-8 {
    right: 66.66667%; }

  /* line 765, ../sass/_mixins.scss */
  .col-md-pull-9 {
    right: 75%; }

  /* line 765, ../sass/_mixins.scss */
  .col-md-pull-10 {
    right: 83.33333%; }

  /* line 765, ../sass/_mixins.scss */
  .col-md-pull-11 {
    right: 91.66667%; }

  /* line 765, ../sass/_mixins.scss */
  .col-md-pull-12 {
    right: 100%; }

  /* line 760, ../sass/_mixins.scss */
  .col-md-push-0 {
    left: 0%; }

  /* line 760, ../sass/_mixins.scss */
  .col-md-push-1 {
    left: 8.33333%; }

  /* line 760, ../sass/_mixins.scss */
  .col-md-push-2 {
    left: 16.66667%; }

  /* line 760, ../sass/_mixins.scss */
  .col-md-push-3 {
    left: 25%; }

  /* line 760, ../sass/_mixins.scss */
  .col-md-push-4 {
    left: 33.33333%; }

  /* line 760, ../sass/_mixins.scss */
  .col-md-push-5 {
    left: 41.66667%; }

  /* line 760, ../sass/_mixins.scss */
  .col-md-push-6 {
    left: 50%; }

  /* line 760, ../sass/_mixins.scss */
  .col-md-push-7 {
    left: 58.33333%; }

  /* line 760, ../sass/_mixins.scss */
  .col-md-push-8 {
    left: 66.66667%; }

  /* line 760, ../sass/_mixins.scss */
  .col-md-push-9 {
    left: 75%; }

  /* line 760, ../sass/_mixins.scss */
  .col-md-push-10 {
    left: 83.33333%; }

  /* line 760, ../sass/_mixins.scss */
  .col-md-push-11 {
    left: 91.66667%; }

  /* line 760, ../sass/_mixins.scss */
  .col-md-push-12 {
    left: 100%; }

  /* line 770, ../sass/_mixins.scss */
  .col-md-offset-0 {
    margin-left: 0%; }

  /* line 770, ../sass/_mixins.scss */
  .col-md-offset-1 {
    margin-left: 8.33333%; }

  /* line 770, ../sass/_mixins.scss */
  .col-md-offset-2 {
    margin-left: 16.66667%; }

  /* line 770, ../sass/_mixins.scss */
  .col-md-offset-3 {
    margin-left: 25%; }

  /* line 770, ../sass/_mixins.scss */
  .col-md-offset-4 {
    margin-left: 33.33333%; }

  /* line 770, ../sass/_mixins.scss */
  .col-md-offset-5 {
    margin-left: 41.66667%; }

  /* line 770, ../sass/_mixins.scss */
  .col-md-offset-6 {
    margin-left: 50%; }

  /* line 770, ../sass/_mixins.scss */
  .col-md-offset-7 {
    margin-left: 58.33333%; }

  /* line 770, ../sass/_mixins.scss */
  .col-md-offset-8 {
    margin-left: 66.66667%; }

  /* line 770, ../sass/_mixins.scss */
  .col-md-offset-9 {
    margin-left: 75%; }

  /* line 770, ../sass/_mixins.scss */
  .col-md-offset-10 {
    margin-left: 83.33333%; }

  /* line 770, ../sass/_mixins.scss */
  .col-md-offset-11 {
    margin-left: 91.66667%; }

  /* line 770, ../sass/_mixins.scss */
  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1360px) {
  /* line 83, ../sass/_grid.scss */
  .container {
    width: 1360px; }

  /* line 747, ../sass/_mixins.scss */
  .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1 {
    float: left; }

  /* line 755, ../sass/_mixins.scss */
  .col-lg-1 {
    width: 8.33333%; }

  /* line 755, ../sass/_mixins.scss */
  .col-lg-2 {
    width: 16.66667%; }

  /* line 755, ../sass/_mixins.scss */
  .col-lg-3 {
    width: 25%; }

  /* line 755, ../sass/_mixins.scss */
  .col-lg-4 {
    width: 33.33333%; }

  /* line 755, ../sass/_mixins.scss */
  .col-lg-5 {
    width: 41.66667%; }

  /* line 755, ../sass/_mixins.scss */
  .col-lg-6 {
    width: 50%; }

  /* line 755, ../sass/_mixins.scss */
  .col-lg-7 {
    width: 58.33333%; }

  /* line 755, ../sass/_mixins.scss */
  .col-lg-8 {
    width: 66.66667%; }

  /* line 755, ../sass/_mixins.scss */
  .col-lg-9 {
    width: 75%; }

  /* line 755, ../sass/_mixins.scss */
  .col-lg-10 {
    width: 83.33333%; }

  /* line 755, ../sass/_mixins.scss */
  .col-lg-11 {
    width: 91.66667%; }

  /* line 755, ../sass/_mixins.scss */
  .col-lg-12 {
    width: 100%; }

  /* line 765, ../sass/_mixins.scss */
  .col-lg-pull-0 {
    right: 0%; }

  /* line 765, ../sass/_mixins.scss */
  .col-lg-pull-1 {
    right: 8.33333%; }

  /* line 765, ../sass/_mixins.scss */
  .col-lg-pull-2 {
    right: 16.66667%; }

  /* line 765, ../sass/_mixins.scss */
  .col-lg-pull-3 {
    right: 25%; }

  /* line 765, ../sass/_mixins.scss */
  .col-lg-pull-4 {
    right: 33.33333%; }

  /* line 765, ../sass/_mixins.scss */
  .col-lg-pull-5 {
    right: 41.66667%; }

  /* line 765, ../sass/_mixins.scss */
  .col-lg-pull-6 {
    right: 50%; }

  /* line 765, ../sass/_mixins.scss */
  .col-lg-pull-7 {
    right: 58.33333%; }

  /* line 765, ../sass/_mixins.scss */
  .col-lg-pull-8 {
    right: 66.66667%; }

  /* line 765, ../sass/_mixins.scss */
  .col-lg-pull-9 {
    right: 75%; }

  /* line 765, ../sass/_mixins.scss */
  .col-lg-pull-10 {
    right: 83.33333%; }

  /* line 765, ../sass/_mixins.scss */
  .col-lg-pull-11 {
    right: 91.66667%; }

  /* line 765, ../sass/_mixins.scss */
  .col-lg-pull-12 {
    right: 100%; }

  /* line 760, ../sass/_mixins.scss */
  .col-lg-push-0 {
    left: 0%; }

  /* line 760, ../sass/_mixins.scss */
  .col-lg-push-1 {
    left: 8.33333%; }

  /* line 760, ../sass/_mixins.scss */
  .col-lg-push-2 {
    left: 16.66667%; }

  /* line 760, ../sass/_mixins.scss */
  .col-lg-push-3 {
    left: 25%; }

  /* line 760, ../sass/_mixins.scss */
  .col-lg-push-4 {
    left: 33.33333%; }

  /* line 760, ../sass/_mixins.scss */
  .col-lg-push-5 {
    left: 41.66667%; }

  /* line 760, ../sass/_mixins.scss */
  .col-lg-push-6 {
    left: 50%; }

  /* line 760, ../sass/_mixins.scss */
  .col-lg-push-7 {
    left: 58.33333%; }

  /* line 760, ../sass/_mixins.scss */
  .col-lg-push-8 {
    left: 66.66667%; }

  /* line 760, ../sass/_mixins.scss */
  .col-lg-push-9 {
    left: 75%; }

  /* line 760, ../sass/_mixins.scss */
  .col-lg-push-10 {
    left: 83.33333%; }

  /* line 760, ../sass/_mixins.scss */
  .col-lg-push-11 {
    left: 91.66667%; }

  /* line 760, ../sass/_mixins.scss */
  .col-lg-push-12 {
    left: 100%; }

  /* line 770, ../sass/_mixins.scss */
  .col-lg-offset-0 {
    margin-left: 0%; }

  /* line 770, ../sass/_mixins.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333%; }

  /* line 770, ../sass/_mixins.scss */
  .col-lg-offset-2 {
    margin-left: 16.66667%; }

  /* line 770, ../sass/_mixins.scss */
  .col-lg-offset-3 {
    margin-left: 25%; }

  /* line 770, ../sass/_mixins.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333%; }

  /* line 770, ../sass/_mixins.scss */
  .col-lg-offset-5 {
    margin-left: 41.66667%; }

  /* line 770, ../sass/_mixins.scss */
  .col-lg-offset-6 {
    margin-left: 50%; }

  /* line 770, ../sass/_mixins.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333%; }

  /* line 770, ../sass/_mixins.scss */
  .col-lg-offset-8 {
    margin-left: 66.66667%; }

  /* line 770, ../sass/_mixins.scss */
  .col-lg-offset-9 {
    margin-left: 75%; }

  /* line 770, ../sass/_mixins.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333%; }

  /* line 770, ../sass/_mixins.scss */
  .col-lg-offset-11 {
    margin-left: 91.66667%; }

  /* line 770, ../sass/_mixins.scss */
  .col-lg-offset-12 {
    margin-left: 100%; } }
/* line 6, ../sass/_tables.scss */
table {
  max-width: 100%;
  background-color: transparent; }

/* line 10, ../sass/_tables.scss */
th {
  text-align: left; }

/* line 17, ../sass/_tables.scss */
.table {
  width: 100%;
  margin-bottom: 20px; }
  /* line 26, ../sass/_tables.scss */
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #dddddd; }
  /* line 35, ../sass/_tables.scss */
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #dddddd; }
  /* line 45, ../sass/_tables.scss */
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  /* line 51, ../sass/_tables.scss */
  .table > tbody + tbody {
    border-top: 2px solid #dddddd; }
  /* line 56, ../sass/_tables.scss */
  .table .table {
    background-color: white; }

/* line 70, ../sass/_tables.scss */
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

/* line 82, ../sass/_tables.scss */
.table-bordered {
  border: 1px solid #dddddd; }
  /* line 89, ../sass/_tables.scss */
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #dddddd; }
  /* line 96, ../sass/_tables.scss */
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

/* line 110, ../sass/_tables.scss */
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9; }

/* line 124, ../sass/_tables.scss */
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: whitesmoke; }

/* line 135, ../sass/_tables.scss */
table col[class*="col-"] {
  float: none;
  display: table-column; }

/* line 142, ../sass/_tables.scss */
table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell; }

/* line 163, ../sass/_tables.scss */
.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: whitesmoke; }

/* line 441, ../sass/_mixins.scss */
.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

/* line 452, ../sass/_mixins.scss */
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

/* line 441, ../sass/_mixins.scss */
.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #fd1c15; }

/* line 452, ../sass/_mixins.scss */
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th {
  background-color: #f60902; }

/* line 441, ../sass/_mixins.scss */
.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

/* line 452, ../sass/_mixins.scss */
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

@media (max-width: 767px) {
  /* line 183, ../sass/_tables.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch; }
    /* line 193, ../sass/_tables.scss */
    .table-responsive > .table {
      margin-bottom: 0; }
      /* line 202, ../sass/_tables.scss */
      .table-responsive > .table > thead > tr > th,
      .table-responsive > .table > thead > tr > td,
      .table-responsive > .table > tbody > tr > th,
      .table-responsive > .table > tbody > tr > td,
      .table-responsive > .table > tfoot > tr > th,
      .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap; }
    /* line 210, ../sass/_tables.scss */
    .table-responsive > .table-bordered {
      border: 0; }
      /* line 219, ../sass/_tables.scss */
      .table-responsive > .table-bordered > thead > tr > th:first-child,
      .table-responsive > .table-bordered > thead > tr > td:first-child,
      .table-responsive > .table-bordered > tbody > tr > th:first-child,
      .table-responsive > .table-bordered > tbody > tr > td:first-child,
      .table-responsive > .table-bordered > tfoot > tr > th:first-child,
      .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0; }
      /* line 223, ../sass/_tables.scss */
      .table-responsive > .table-bordered > thead > tr > th:last-child,
      .table-responsive > .table-bordered > thead > tr > td:last-child,
      .table-responsive > .table-bordered > tbody > tr > th:last-child,
      .table-responsive > .table-bordered > tbody > tr > td:last-child,
      .table-responsive > .table-bordered > tfoot > tr > th:last-child,
      .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0; }
      /* line 236, ../sass/_tables.scss */
      .table-responsive > .table-bordered > tbody > tr:last-child > th,
      .table-responsive > .table-bordered > tbody > tr:last-child > td,
      .table-responsive > .table-bordered > tfoot > tr:last-child > th,
      .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0; } }
/* line 10, ../sass/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0; }

/* line 16, ../sass/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

/* line 28, ../sass/_forms.scss */
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold; }

/* line 38, ../sass/_forms.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 44, ../sass/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal; }

/* line 51, ../sass/_forms.scss */
input[type="file"] {
  display: block; }

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

/* line 62, ../sass/_forms.scss */
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit; }

/* line 71, ../sass/_forms.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

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

/* line 86, ../sass/_forms.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #969591;
  vertical-align: middle; }

/* line 118, ../sass/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: 41px;
  padding: 6px 12px;
  font-size: 17px;
  line-height: 1.42857;
  color: black;
  vertical-align: middle;
  background-color: #e9e8e0;
  background-image: none;
  border: 1px solid #a8a8a2;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out, box-shadow ease-in-out;
  -webkit-transition-delay: 0.15s, 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  font-family: 'ProximaNova-Light',Helvetica, Arial, sans-serif; }
  /* line 834, ../sass/_mixins.scss */
  .form-control:focus {
    border: 1px solid black;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px rgba(0, 0, 0, 0.6); }
  /* line 57, ../sass/_mixins.scss */
  .form-control:-moz-placeholder {
    color: #b3b3b3; }
  /* line 58, ../sass/_mixins.scss */
  .form-control::-moz-placeholder {
    color: #b3b3b3; }
  /* line 59, ../sass/_mixins.scss */
  .form-control:-ms-input-placeholder {
    color: #b3b3b3; }
  /* line 60, ../sass/_mixins.scss */
  .form-control::-webkit-input-placeholder {
    color: #b3b3b3; }
  /* line 151, ../sass/_forms.scss */
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee; }

/* line 160, ../sass/_forms.scss */
#contactForm .form-control {
  background-color: #fcfbf5; }

/* line 167, ../sass/_forms.scss */
textarea.form-control {
  height: auto; }

/* line 177, ../sass/_forms.scss */
.form-group {
  margin-bottom: 7px; }

/* line 188, ../sass/_forms.scss */
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle; }
  /* line 195, ../sass/_forms.scss */
  .radio label,
  .checkbox label {
    display: inline;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

/* line 205, ../sass/_forms.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px; }

/* line 210, ../sass/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

/* line 216, ../sass/_forms.scss */
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

/* line 225, ../sass/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

/* line 240, ../sass/_forms.scss */
input[type="radio"][disabled], fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled], fieldset[disabled]
input[type="checkbox"],
.radio[disabled], fieldset[disabled]
.radio,
.radio-inline[disabled], fieldset[disabled]
.radio-inline,
.checkbox[disabled], fieldset[disabled]
.checkbox,
.checkbox-inline[disabled], fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

/* line 850, ../sass/_mixins.scss */
.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

/* line 855, ../sass/_mixins.scss */
select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

/* line 860, ../sass/_mixins.scss */
textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn {
  height: auto; }

/* line 850, ../sass/_mixins.scss */
.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

/* line 855, ../sass/_mixins.scss */
select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 45px;
  line-height: 45px; }

/* line 860, ../sass/_mixins.scss */
textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn {
  height: auto; }

/* line 797, ../sass/_mixins.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #c09853; }
/* line 812, ../sass/_mixins.scss */
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3; }

/* line 263, ../sass/_forms.scss */
.has-error .form-control {
  border: 1px solid black; }

/* line 797, ../sass/_mixins.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #468847; }
/* line 812, ../sass/_mixins.scss */
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8; }

/* line 280, ../sass/_forms.scss */
.form-control-static {
  margin-bottom: 0; }

/* line 290, ../sass/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #404040; }

@media (min-width: 768px) {
  /* line 315, ../sass/_forms.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  /* line 322, ../sass/_forms.scss */
  .form-inline .form-control {
    display: inline-block; }
  /* line 330, ../sass/_forms.scss */
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0; }
  /* line 337, ../sass/_forms.scss */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0; } }

/* line 357, ../sass/_forms.scss */
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }
/* line 364, ../sass/_forms.scss */
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  /* line 21, ../sass/_mixins.scss */
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  /* line 25, ../sass/_mixins.scss */
  .form-horizontal .form-group:after {
    clear: both; }
/* line 368, ../sass/_forms.scss */
.form-horizontal .form-control-static {
  padding-top: 7px; }
@media (min-width: 768px) {
  /* line 374, ../sass/_forms.scss */
  .form-horizontal .control-label {
    text-align: right; } }

/* line 380, ../sass/_forms.scss */
label.valid {
  width: 24px;
  height: 0px;
  display: inline-block;
  text-indent: -9999px; }

/* line 386, ../sass/_forms.scss */
label.error {
  font-family: 'ProximaNovaT-Thin',Helvetica, Arial, sans-serif;
  font-size: .9em;
  color: black;
  top: 10px; }

/* line 395, ../sass/_forms.scss */
#formMessage {
  margin-top: 2em;
  font-family: 'ProximaNova-Semibold',Helvetica, Arial, sans-serif;
  font-size: 1.2em; }

/* line 10, ../sass/_buttons.scss */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-family: 'ProximaNova-Semibold',Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  padding-bottom: 7px; }
  /* line 25, ../sass/_buttons.scss */
  .btn:focus {
    outline: 0; }
  /* line 31, ../sass/_buttons.scss */
  .btn:hover, .btn:focus {
    color: #333333;
    text-decoration: none; }
  /* line 37, ../sass/_buttons.scss */
  .btn:active, .btn.active {
    outline: 0;
    background-image: none; }
  /* line 44, ../sass/_buttons.scss */
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
    opacity: 0.65;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

/* line 56, ../sass/_buttons.scss */
.btn-default {
  background: transparent;
  border: 1px black solid;
  width: 141px;
  height: 46px;
  letter-spacing: 1px; }
  /* line 64, ../sass/_buttons.scss */
  .btn-default:hover, .btn-default:focus {
    background: black;
    color: #f3f1e9; }

/* line 71, ../sass/_buttons.scss */
.btn-wide {
  font-family: 'ProximaNova-Bold',Helvetica, Arial, sans-serif;
  background: transparent;
  border: 1px black solid;
  width: 193px;
  height: 46px;
  font-size: .88em;
  padding-top: 14px;
  margin: 0px auto;
  display: block; }
  /* line 84, ../sass/_buttons.scss */
  .btn-wide:hover, .btn-wide:focus {
    background: black;
    color: #f3f1e9; }

/* line 89, ../sass/_buttons.scss */
.btn-submit {
  background: transparent;
  border: 1px black solid;
  width: 141px;
  height: 46px;
  padding-top: 9px;
  margin-top: 2em; }
  /* line 97, ../sass/_buttons.scss */
  .btn-submit.no-margin {
    margin-top: 0em;
    margin-bottom: 20px; }
  /* line 104, ../sass/_buttons.scss */
  .btn-submit:hover, .btn-submit:focus {
    background: black;
    color: #f3f1e9; }

/* line 109, ../sass/_buttons.scss */
.btn-wide-aqua {
  font-family: "ProximaNova-Semibold", Helvetica, Arial, sans-serif;
  background: transparent;
  border: 1px #04d7b3 solid;
  width: 174px;
  height: 41px;
  color: #04d7b3;
  font-size: .88em;
  padding-top: 14px;
  vertical-align: middle;
  margin: 0px auto;
  display: block; }
  /* line 123, ../sass/_buttons.scss */
  .btn-wide-aqua:hover, .btn-wide-aqua:focus {
    background: #04d7b3;
    color: #252525; }

@media (min-width: 992px) {
  /* line 130, ../sass/_buttons.scss */
  a.btn-wide-aqua, a.btn-wide {
    font-family: 'ProximaNova-Bold',Helvetica, Arial, sans-serif;
    width: 193px;
    height: 46px;
    font-size: .9em;
    padding-top: 14px; } }
/* line 140, ../sass/_buttons.scss */
.btn-play {
  background: transparent;
  border: 1px black solid;
  width: 153px;
  height: 39px;
  letter-spacing: 1px;
  text-align: center;
  font-size: .85em;
  margin: 0px auto;
  display: table; }
  /* line 151, ../sass/_buttons.scss */
  .btn-play > span {
    top: 4px;
    font-size: 1.8em; }
  /* line 158, ../sass/_buttons.scss */
  .btn-play:hover, .btn-play:focus {
    background: black;
    color: #f3f1e9; }
    /* line 161, ../sass/_buttons.scss */
    .btn-play:hover > span, .btn-play:focus > span {
      -webkit-transform: translate(4px, 0px);
      -moz-transform: translate(4px, 0px);
      -ms-transform: translate(4px, 0px);
      -o-transform: translate(4px, 0px);
      transform: translate(4px, 0px); }

/* line 166, ../sass/_buttons.scss */
.btn-play-sm {
  background: transparent;
  border: 1px black solid;
  width: 52px;
  height: 39px;
  letter-spacing: 1px;
  text-align: center; }
  /* line 174, ../sass/_buttons.scss */
  .btn-play-sm > span {
    top: 4px;
    font-size: 1.8em; }
  /* line 181, ../sass/_buttons.scss */
  .btn-play-sm:hover, .btn-play-sm:focus {
    background: black;
    color: #f3f1e9; }
    /* line 184, ../sass/_buttons.scss */
    .btn-play-sm:hover > span, .btn-play-sm:focus > span {
      -webkit-transform: translate(4px, 0px);
      -moz-transform: translate(4px, 0px);
      -ms-transform: translate(4px, 0px);
      -o-transform: translate(4px, 0px);
      transform: translate(4px, 0px); }

/* line 191, ../sass/_buttons.scss */
.btn-circle {
  background: rgba(252, 251, 245, 0.8);
  width: 250px;
  height: 250px;
  border-radius: 50%;
  padding: 20px; }
  /* line 198, ../sass/_buttons.scss */
  .btn-circle > p {
    font-family: 'ProximaNova-Light',Helvetica, Arial, sans-serif;
    font-size: 1.875em;
    letter-spacing: 1px;
    white-space: normal; }
  /* line 205, ../sass/_buttons.scss */
  .btn-circle > span {
    font-family: 'Entypo' !important; }
  /* line 211, ../sass/_buttons.scss */
  .btn-circle:hover, .btn-circle:focus {
    background: #fcfbf5; }
    /* line 214, ../sass/_buttons.scss */
    .btn-circle:hover > span, .btn-circle:focus > span {
      -webkit-transform: translate(0, -6px);
      -moz-transform: translate(0, -6px);
      -ms-transform: translate(0, -6px);
      -o-transform: translate(0, -6px);
      transform: translate(0, -6px); }

/* line 224, ../sass/_buttons.scss */
.cta-text {
  font-family: 'ProximaNova-Semibold',Helvetica, Arial, sans-serif;
  color: #04d7b3;
  font-size: 1.143em;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }
  /* line 230, ../sass/_buttons.scss */
  .cta-text.map {
    font-size: 1.4em; }
    /* line 233, ../sass/_buttons.scss */
    .cta-text.map:hover {
      text-decoration: none; }
  /* line 238, ../sass/_buttons.scss */
  .cta-text > span {
    font-size: .8em; }
  /* line 245, ../sass/_buttons.scss */
  .cta-text:hover, .cta-text:focus {
    color: #0ac0a1;
    text-decoration: none;
    background-color: transparent; }
    /* line 249, ../sass/_buttons.scss */
    .cta-text:hover > span, .cta-text:focus > span {
      -webkit-transform: translate(6px, 0px);
      -moz-transform: translate(6px, 0px);
      -ms-transform: translate(6px, 0px);
      -o-transform: translate(6px, 0px);
      transform: translate(6px, 0px); }

/* line 258, ../sass/_buttons.scss */
.hovers-gray:hover {
  color: #787875;
  text-decoration: none; }

/* line 270, ../sass/_buttons.scss */
.btn-link {
  color: black;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0; }
  /* line 279, ../sass/_buttons.scss */
  .btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  /* line 286, ../sass/_buttons.scss */
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  /* line 290, ../sass/_buttons.scss */
  .btn-link:hover, .btn-link:focus {
    color: black;
    text-decoration: underline;
    background-color: transparent; }
  /* line 298, ../sass/_buttons.scss */
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #999999;
    text-decoration: none; }

/* line 305, ../sass/_buttons.scss */
.link-social {
  padding-top: 1.1em;
  font-family: 'ProximaNova-Semibold',Helvetica, Arial, sans-serif; }
  /* line 309, ../sass/_buttons.scss */
  .link-social:hover {
    color: #787875;
    text-decoration: none; }

/* line 319, ../sass/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

/* line 324, ../sass/_buttons.scss */
.btn-sm, .btn-group-sm > .btn,
.btn-xs,
.btn-group-xs > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

/* line 328, ../sass/_buttons.scss */
.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px; }

/* line 336, ../sass/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0; }

/* line 344, ../sass/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px; }

/* line 352, ../sass/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

/* line 357, ../sass/_buttons.scss */
a.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(0, 0, 0, 0.7);
  width: 72px;
  height: 72px;
  background: url("../images/glyphs/close-sprite.png") no-repeat;
  background-position: 0 0; }
  /* line 368, ../sass/_buttons.scss */
  a.modal-close:hover {
    background-position: 0 -75px;
    text-decoration: none;
    cursor: pointer; }

/* line 10, ../sass/_component-animations.scss */
.fade {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear; }
  /* line 13, ../sass/_component-animations.scss */
  .fade.in {
    opacity: 1; }
  /* line 16, ../sass/_component-animations.scss */
  .fade.out {
    opacity: 0; }

/* line 23, ../sass/_component-animations.scss */
.collapse {
  display: none; }
  /* line 25, ../sass/_component-animations.scss */
  .collapse.in {
    display: block; }

/* line 29, ../sass/_component-animations.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease; }

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

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?71656527#fontello') format('svg');
  }
}
*/
/* line 22, ../sass/_glyphicons.scss */
[class^="ikon-"]:before, [class*=" ikon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased ikons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

/* line 53, ../sass/_glyphicons.scss */
.ikon-menu:before {
  content: '\e805'; }

/* '' */
/* line 54, ../sass/_glyphicons.scss */
.ikon-plus:before {
  content: '\e806'; }

/* '' */
/* line 55, ../sass/_glyphicons.scss */
.ikon-down-open-big:before {
  content: '\e802'; }

/* '' */
/* line 56, ../sass/_glyphicons.scss */
.ikon-left-open-big:before {
  content: '\e800'; }

/* '' */
/* line 57, ../sass/_glyphicons.scss */
.ikon-right-open-big:before {
  content: '\e801'; }

/* '' */
/* line 58, ../sass/_glyphicons.scss */
.ikon-up-open-big:before {
  content: '\e803'; }

/* '' */
/* line 59, ../sass/_glyphicons.scss */
.ikon-right-dir:before {
  content: '\e804'; }

/* '' */
/* line 60, ../sass/_glyphicons.scss */
.ikon-twitter:before {
  content: '\e808'; }

/* '' */
/* line 61, ../sass/_glyphicons.scss */
.ikon-facebook-squared:before {
  content: '\e807'; }

/* '' */
/* line 64, ../sass/_glyphicons.scss */
.glyph, .btn-play > span, .btn-play-sm > span, .cta-text > span {
  position: relative;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  /* line 73, ../sass/_glyphicons.scss */
  .glyph:empty, .btn-play > span:empty, .btn-play-sm > span:empty, .cta-text > span:empty {
    width: 1em; }

/* line 78, ../sass/_glyphicons.scss */
.ikon-social {
  font-size: 2.1em;
  color: #a8a8a2;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }
  /* line 83, ../sass/_glyphicons.scss */
  .ikon-social:hover {
    color: black; }

/* line 88, ../sass/_glyphicons.scss */
.ikon-3x {
  font-size: 3em;
  color: white; }

/* line 93, ../sass/_glyphicons.scss */
.ikon-2x {
  font-size: 2.0em;
  color: white; }
  /* line 96, ../sass/_glyphicons.scss */
  .ikon-2x.dark {
    color: black;
    display: block;
    text-align: center; }

/* line 104, ../sass/_glyphicons.scss */
.imdb_icon, .imdb_icon_hvr, .LinkedIn_icon, .LinkedIn_icon_hvr {
  background: url(../images/glyphs/icons_linkedin.png) no-repeat;
  position: relative;
  display: inline-block;
  left: 15px;
  vertical-align: middle; }

/* line 113, ../sass/_glyphicons.scss */
.imdb_icon {
  background-position: 0 0;
  width: 25px;
  height: 25px; }
  /* line 119, ../sass/_glyphicons.scss */
  .imdb_icon:hover {
    background-position: 0 -29px;
    width: 25px;
    height: 25px; }

/* line 129, ../sass/_glyphicons.scss */
.LinkedIn_icon {
  background-position: -31px 0;
  width: 25px;
  height: 25px; }
  /* line 134, ../sass/_glyphicons.scss */
  .LinkedIn_icon:hover {
    background-position: -32px -29px;
    width: 25px;
    height: 25px; }

/* line 7, ../sass/_dropdowns.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid black;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted; }

/* line 22, ../sass/_dropdowns.scss */
.dropdown {
  position: relative; }

/* line 27, ../sass/_dropdowns.scss */
.dropdown-toggle:focus {
  outline: 0; }

/* line 32, ../sass/_dropdowns.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: white;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  /* line 52, ../sass/_dropdowns.scss */
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  /* line 58, ../sass/_dropdowns.scss */
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  /* line 63, ../sass/_dropdowns.scss */
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

/* line 77, ../sass/_dropdowns.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: whitesmoke; }

/* line 88, ../sass/_dropdowns.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: white;
  text-decoration: none;
  outline: 0;
  background-color: #428bca; }

/* line 103, ../sass/_dropdowns.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #999999; }

/* line 110, ../sass/_dropdowns.scss */
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

/* line 122, ../sass/_dropdowns.scss */
.open > .dropdown-menu {
  display: block; }
/* line 127, ../sass/_dropdowns.scss */
.open > a {
  outline: 0; }

/* line 133, ../sass/_dropdowns.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #999999; }

/* line 142, ../sass/_dropdowns.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

/* line 152, ../sass/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

/* line 165, ../sass/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid black;
  content: ""; }
/* line 173, ../sass/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px; }

@media (min-width: 768px) {
  /* line 187, ../sass/_dropdowns.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; } }
/* line 10, ../sass/_button-groups.scss */
.btn-default .caret {
  border-top-color: #333333; }
/* line 17, ../sass/_button-groups.scss */
.btn-primary .caret, .btn-success .caret, .btn-warning .caret, .btn-danger .caret, .btn-info .caret {
  border-top-color: #fff; }

/* line 22, ../sass/_button-groups.scss */
.dropup .btn-default .caret {
  border-bottom-color: #333333; }
/* line 30, ../sass/_button-groups.scss */
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff; }

/* line 38, ../sass/_button-groups.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  /* line 42, ../sass/_button-groups.scss */
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    /* line 49, ../sass/_button-groups.scss */
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }
    /* line 52, ../sass/_button-groups.scss */
    .btn-group > .btn:focus,
    .btn-group-vertical > .btn:focus {
      outline: none; }

/* line 64, ../sass/_button-groups.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

/* line 21, ../sass/_mixins.scss */
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }
/* line 25, ../sass/_mixins.scss */
.btn-toolbar:after {
  clear: both; }
/* line 73, ../sass/_button-groups.scss */
.btn-toolbar .btn-group {
  float: left; }
/* line 80, ../sass/_button-groups.scss */
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px; }

/* line 86, ../sass/_button-groups.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

/* line 91, ../sass/_button-groups.scss */
.btn-group > .btn:first-child {
  margin-left: 0; }
  /* line 93, ../sass/_button-groups.scss */
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0; }

/* line 99, ../sass/_button-groups.scss */
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0; }

/* line 104, ../sass/_button-groups.scss */
.btn-group > .btn-group {
  float: left; }

/* line 107, ../sass/_button-groups.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

/* line 112, ../sass/_button-groups.scss */
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0; }

/* line 116, ../sass/_button-groups.scss */
.btn-group > .btn-group:last-child > .btn:first-child {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0; }

/* line 122, ../sass/_button-groups.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

/* line 140, ../sass/_button-groups.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

/* line 144, ../sass/_button-groups.scss */
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

/* line 151, ../sass/_button-groups.scss */
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  /* line 155, ../sass/_button-groups.scss */
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

/* line 162, ../sass/_button-groups.scss */
.btn .caret {
  margin-left: 0; }

/* line 166, ../sass/_button-groups.scss */
.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

/* line 171, ../sass/_button-groups.scss */
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

/* line 181, ../sass/_button-groups.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }
/* line 21, ../sass/_mixins.scss */
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }
/* line 25, ../sass/_mixins.scss */
.btn-group-vertical > .btn-group:after {
  clear: both; }
/* line 191, ../sass/_button-groups.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none; }
/* line 199, ../sass/_button-groups.scss */
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

/* line 206, ../sass/_button-groups.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }
/* line 209, ../sass/_button-groups.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0; }
/* line 213, ../sass/_button-groups.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0; }

/* line 218, ../sass/_button-groups.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

/* line 223, ../sass/_button-groups.scss */
.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0; }

/* line 227, ../sass/_button-groups.scss */
.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0; }

/* line 236, ../sass/_button-groups.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  /* line 241, ../sass/_button-groups.scss */
  .btn-group-justified .btn {
    float: none;
    display: table-cell;
    width: 1%; }

/* line 251, ../sass/_button-groups.scss */
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none; }

/* line 7, ../sass/_input-groups.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  /* line 13, ../sass/_input-groups.scss */
  .input-group.col {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  /* line 19, ../sass/_input-groups.scss */
  .input-group .form-control {
    width: 100%;
    margin-bottom: 0; }

/* line 42, ../sass/_input-groups.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  /* line 45, ../sass/_input-groups.scss */
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

/* line 51, ../sass/_input-groups.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

/* line 59, ../sass/_input-groups.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #969591;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px; }
  /* line 71, ../sass/_input-groups.scss */
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  /* line 76, ../sass/_input-groups.scss */
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
  /* line 84, ../sass/_input-groups.scss */
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

/* line 94, ../sass/_input-groups.scss */
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0; }

/* line 97, ../sass/_input-groups.scss */
.input-group-addon:first-child {
  border-right: 0; }

/* line 104, ../sass/_input-groups.scss */
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0; }

/* line 107, ../sass/_input-groups.scss */
.input-group-addon:last-child {
  border-left: 0; }

/* line 113, ../sass/_input-groups.scss */
.input-group-btn {
  position: relative;
  white-space: nowrap; }
  /* line 118, ../sass/_input-groups.scss */
  .input-group-btn:first-child > .btn {
    margin-right: -1px; }
  /* line 121, ../sass/_input-groups.scss */
  .input-group-btn:last-child > .btn {
    margin-left: -1px; }

/* line 125, ../sass/_input-groups.scss */
.input-group-btn > .btn {
  position: relative; }
  /* line 128, ../sass/_input-groups.scss */
  .input-group-btn > .btn + .btn {
    margin-left: -4px; }
  /* line 133, ../sass/_input-groups.scss */
  .input-group-btn > .btn:hover, .input-group-btn > .btn:active {
    z-index: 2; }

/* line 9, ../sass/_navs.scss */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  /* line 21, ../sass/_mixins.scss */
  .nav:before, .nav:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  /* line 25, ../sass/_mixins.scss */
  .nav:after {
    clear: both; }
  /* line 15, ../sass/_navs.scss */
  .nav > li {
    position: relative;
    display: block; }
    /* line 19, ../sass/_navs.scss */
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px;
      color: white; }
      /* line 25, ../sass/_navs.scss */
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: transparent; }
    /* line 32, ../sass/_navs.scss */
    .nav > li.disabled > a {
      color: #999999; }
      /* line 36, ../sass/_navs.scss */
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: white;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  /* line 51, ../sass/_navs.scss */
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: black; }
    /* line 55, ../sass/_navs.scss */
    .nav .open > a .caret, .nav .open > a:hover .caret, .nav .open > a:focus .caret {
      border-top-color: black;
      border-bottom-color: black; }
  /* line 67, ../sass/_navs.scss */
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  /* line 74, ../sass/_navs.scss */
  .nav > li > a > img {
    max-width: none; }

/* line 84, ../sass/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #dddddd; }
  /* line 86, ../sass/_navs.scss */
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    /* line 92, ../sass/_navs.scss */
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      /* line 97, ../sass/_navs.scss */
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #dddddd; }
    /* line 106, ../sass/_navs.scss */
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #787875;
      background-color: white;
      border: 1px solid #dddddd;
      border-bottom-color: transparent;
      cursor: default; }

/* line 126, ../sass/_navs.scss */
.nav-pills > li {
  float: left; }
  /* line 130, ../sass/_navs.scss */
  .nav-pills > li > a {
    border-radius: 4px; }
  /* line 133, ../sass/_navs.scss */
  .nav-pills > li + li {
    margin-left: 2px; }
  /* line 141, ../sass/_navs.scss */
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: white;
    background-color: #428bca; }
    /* line 145, ../sass/_navs.scss */
    .nav-pills > li.active > a .caret, .nav-pills > li.active > a:hover .caret, .nav-pills > li.active > a:focus .caret {
      border-top-color: white;
      border-bottom-color: white; }

/* line 157, ../sass/_navs.scss */
.nav-stacked > li {
  float: none; }
  /* line 159, ../sass/_navs.scss */
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

/* line 173, ../sass/_navs.scss */
.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  /* line 176, ../sass/_navs.scss */
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    /* line 178, ../sass/_navs.scss */
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  /* line 184, ../sass/_navs.scss */
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    /* line 190, ../sass/_navs.scss */
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      /* line 193, ../sass/_navs.scss */
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

/* line 203, ../sass/_navs.scss */
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  /* line 206, ../sass/_navs.scss */
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  /* line 214, ../sass/_navs.scss */
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #dddddd; }
  @media (min-width: 768px) {
    /* line 219, ../sass/_navs.scss */
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #dddddd;
      border-radius: 4px 4px 0 0; }
    /* line 225, ../sass/_navs.scss */
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: white; } }

/* line 237, ../sass/_navs.scss */
.tab-content > .tab-pane {
  display: none; }
/* line 240, ../sass/_navs.scss */
.tab-content > .active {
  display: block; }

/* line 250, ../sass/_navs.scss */
.nav .caret {
  border-top-color: black;
  border-bottom-color: black; }

/* line 254, ../sass/_navs.scss */
.nav a:hover .caret {
  border-top-color: black;
  border-bottom-color: black; }

/* line 260, ../sass/_navs.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0; }

/* line 13, ../sass/_navbar.scss */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  /* line 21, ../sass/_mixins.scss */
  .navbar:before, .navbar:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  /* line 25, ../sass/_mixins.scss */
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    /* line 13, ../sass/_navbar.scss */
    .navbar {
      border-radius: 4px; } }

/* line 27, ../sass/_navbar.scss */
.nav-container {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 100;
  background: transparent; }
  /* line 34, ../sass/_navbar.scss */
  .nav-container.inverted {
    background-color: black; }
  /* line 38, ../sass/_navbar.scss */
  .nav-container.specs {
    position: absolute; }

/* line 44, ../sass/_navbar.scss */
.nav-container-home {
  top: 0px;
  width: 100%;
  z-index: 100;
  position: absolute; }

/* line 51, ../sass/_navbar.scss */
.sticky {
  background: #04d7b3; }

/* line 58, ../sass/_navbar.scss */
.nav-main {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  float: right;
  font-size: 0.929em;
  color: white;
  position: relative;
  top: 26px; }
  /* line 21, ../sass/_mixins.scss */
  .nav-main:before, .nav-main:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  /* line 25, ../sass/_mixins.scss */
  .nav-main:after {
    clear: both; }
  /* line 71, ../sass/_navbar.scss */
  .nav-main.left {
    float: left; }
  /* line 75, ../sass/_navbar.scss */
  .nav-main.right {
    position: absolute;
    right: 0px;
    top: 26px; }
  /* line 82, ../sass/_navbar.scss */
  .nav-main.home {
    float: left;
    font-size: 1.1em; }
    /* line 86, ../sass/_navbar.scss */
    .nav-main.home > li {
      margin-right: 19px; }
      /* line 88, ../sass/_navbar.scss */
      .nav-main.home > li.audio {
        width: 90px; }
      /* line 92, ../sass/_navbar.scss */
      .nav-main.home > li.music {
        width: 53px; }
      /* line 95, ../sass/_navbar.scss */
      .nav-main.home > li.studio {
        width: 100px; }
  /* line 102, ../sass/_navbar.scss */
  .nav-main > li {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s; }
    /* line 108, ../sass/_navbar.scss */
    .nav-main > li:last-child {
      margin-right: 0px; }
    /* line 112, ../sass/_navbar.scss */
    .nav-main > li.audio {
      width: 80px; }
    /* line 116, ../sass/_navbar.scss */
    .nav-main > li.music {
      width: 45px; }
    /* line 119, ../sass/_navbar.scss */
    .nav-main > li.studio {
      width: 87px; }
    /* line 122, ../sass/_navbar.scss */
    .nav-main > li.specs {
      width: 47px; }
    /* line 127, ../sass/_navbar.scss */
    .nav-main > li > a {
      font-family: 'ProximaNova-Light',Helvetica, Arial, sans-serif;
      color: white;
      text-transform: uppercase;
      position: relative;
      display: block;
      color: white;
      -webkit-transition-property: font-family;
      -moz-transition-property: font-family;
      -o-transition-property: font-family;
      transition-property: font-family;
      -webkit-transition-duration: 2s;
      -moz-transition-duration: 2s;
      -o-transition-duration: 2s;
      transition-duration: 2s; }
      /* line 141, ../sass/_navbar.scss */
      .nav-main > li > a:hover, .nav-main > li > a:focus, .nav-main > li > a.active {
        text-decoration: none;
        background-color: transparent;
        padding-right: 0px;
        text-shadow: 0 0 1px white, 0 0 1px white, 0 0 1px white; }
    /* line 152, ../sass/_navbar.scss */
    .nav-main > li #showSpecs {
      font-size: 1.35em;
      top: 1px; }

/* line 161, ../sass/_navbar.scss */
#dash {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

/* line 171, ../sass/_navbar.scss */
.nav-specs {
  width: 332px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  font-size: 0.929em;
  position: absolute;
  top: 25px;
  left: 0px;
  right: 0px; }
  /* line 21, ../sass/_mixins.scss */
  .nav-specs:before, .nav-specs:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  /* line 25, ../sass/_mixins.scss */
  .nav-specs:after {
    clear: both; }
  /* line 184, ../sass/_navbar.scss */
  .nav-specs > li {
    position: relative;
    display: inline-block;
    margin-right: 7px; }
    /* line 189, ../sass/_navbar.scss */
    .nav-specs > li:first-child {
      font-family: 'ProximaNovaT-Thin',Helvetica, Arial, sans-serif;
      color: #dddcd3;
      font-size: 1.35em;
      margin-right: 1em;
      display: none; }
    /* line 197, ../sass/_navbar.scss */
    .nav-specs > li span {
      font-family: 'ProximaNovaT-Thin',Helvetica, Arial, sans-serif;
      color: white;
      -webkit-transform: rotate(10deg);
      -moz-transform: rotate(10deg);
      transform: rotate(10deg);
      position: absolute;
      top: 3px;
      height: 45px; }
    /* line 209, ../sass/_navbar.scss */
    .nav-specs > li > a {
      font-family: 'ProximaNovaT-Thin',Helvetica, Arial, sans-serif;
      color: white;
      position: relative;
      display: block;
      color: white;
      font-size: 1.27em !important; }
      /* line 217, ../sass/_navbar.scss */
      .nav-specs > li > a.dash:after {
        content: "";
        border-left: 1px solid white;
        height: 22px;
        position: absolute;
        -webkit-transform: scale(0.9) skewX(-30deg);
        display: inline-block;
        right: -10px;
        top: 0px; }
      /* line 228, ../sass/_navbar.scss */
      .nav-specs > li > a:hover {
        text-decoration: none;
        text-shadow: 0 0 1px white, 0 0 1px white, 0 0 1px white; }

/* line 21, ../sass/_mixins.scss */
.navbar-header:before, .navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }
/* line 25, ../sass/_mixins.scss */
.navbar-header:after {
  clear: both; }
@media (min-width: 768px) {
  /* line 244, ../sass/_navbar.scss */
  .navbar-header {
    float: left; } }

/* line 263, ../sass/_navbar.scss */
.navbar-collapse {
  height: 340px;
  top: -340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  /* line 21, ../sass/_mixins.scss */
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  /* line 25, ../sass/_mixins.scss */
  .navbar-collapse:after {
    clear: both; }
  /* line 278, ../sass/_navbar.scss */
  .navbar-collapse.in {
    overflow-y: auto;
    position: relative;
    top: 0px;
    background: #04d7b3;
    width: 100%;
    display: block; }
  @media (min-width: 768px) {
    /* line 263, ../sass/_navbar.scss */
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      /* line 292, ../sass/_navbar.scss */
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      /* line 299, ../sass/_navbar.scss */
      .navbar-collapse.in {
        overflow-y: auto; }
      /* line 304, ../sass/_navbar.scss */
      .navbar-collapse .navbar-nav.navbar-left:first-child {
        margin-left: -15px; }
      /* line 307, ../sass/_navbar.scss */
      .navbar-collapse .navbar-nav.navbar-right:last-child {
        margin-right: -15px; }
      /* line 310, ../sass/_navbar.scss */
      .navbar-collapse .navbar-text:last-child {
        margin-right: 0; } }

/* line 322, ../sass/_navbar.scss */
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    /* line 322, ../sass/_navbar.scss */
    .container > .navbar-header,
    .container > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

/* line 340, ../sass/_navbar.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    /* line 340, ../sass/_navbar.scss */
    .navbar-static-top {
      border-radius: 0; } }

/* line 351, ../sass/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    /* line 351, ../sass/_navbar.scss */
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

/* line 362, ../sass/_navbar.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

/* line 366, ../sass/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

/* line 375, ../sass/_navbar.scss */
.navbar-brand {
  float: left;
  font-size: 18px;
  line-height: 20px; }
  /* line 381, ../sass/_navbar.scss */
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  @media (min-width: 768px) {
    /* line 386, ../sass/_navbar.scss */
    .navbar > .container .navbar-brand {
      margin-left: -15px; } }

/* line 400, ../sass/_navbar.scss */
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px; }
  /* line 411, ../sass/_navbar.scss */
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: white; }
  /* line 418, ../sass/_navbar.scss */
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    /* line 400, ../sass/_navbar.scss */
    .navbar-toggle {
      display: none; } }

/* line 433, ../sass/_navbar.scss */
.navbar-nav {
  margin: 7.5px -15px; }
  /* line 436, ../sass/_navbar.scss */
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    /* line 444, ../sass/_navbar.scss */
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      /* line 453, ../sass/_navbar.scss */
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      /* line 456, ../sass/_navbar.scss */
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        /* line 459, ../sass/_navbar.scss */
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    /* line 433, ../sass/_navbar.scss */
    .navbar-nav {
      float: left;
      margin: 0; }
      /* line 471, ../sass/_navbar.scss */
      .navbar-nav > li {
        float: left; }
        /* line 473, ../sass/_navbar.scss */
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; } }

@media (min-width: 768px) {
  /* line 490, ../sass/_navbar.scss */
  .navbar-left {
    float: left !important; }

  /* line 493, ../sass/_navbar.scss */
  .navbar-right {
    float: right !important; } }
/* line 504, ../sass/_navbar.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0; }

/* line 509, ../sass/_navbar.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0; }

/* line 515, ../sass/_navbar.scss */
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0; }

/* line 525, ../sass/_navbar.scss */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }

/* line 534, ../sass/_navbar.scss */
.navbar-text {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    /* line 534, ../sass/_navbar.scss */
    .navbar-text {
      margin-left: 15px;
      margin-right: 15px; } }

/* line 548, ../sass/_navbar.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  /* line 552, ../sass/_navbar.scss */
  .navbar-default .navbar-brand {
    color: #777777; }
    /* line 555, ../sass/_navbar.scss */
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  /* line 561, ../sass/_navbar.scss */
  .navbar-default .navbar-text {
    color: #777777; }
  /* line 566, ../sass/_navbar.scss */
  .navbar-default .navbar-nav > li > a {
    color: #777777; }
    /* line 570, ../sass/_navbar.scss */
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333333;
      background-color: transparent; }
  /* line 578, ../sass/_navbar.scss */
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7; }
  /* line 586, ../sass/_navbar.scss */
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent; }
  /* line 596, ../sass/_navbar.scss */
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  /* line 604, ../sass/_navbar.scss */
  .navbar-default .navbar-nav > .dropdown > a:hover .caret,
  .navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #333333;
    border-bottom-color: #333333; }
  /* line 613, ../sass/_navbar.scss */
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555555; }
    /* line 616, ../sass/_navbar.scss */
    .navbar-default .navbar-nav > .open > a .caret, .navbar-default .navbar-nav > .open > a:hover .caret, .navbar-default .navbar-nav > .open > a:focus .caret {
      border-top-color: #555555;
      border-bottom-color: #555555; }
  /* line 622, ../sass/_navbar.scss */
  .navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #777777;
    border-bottom-color: #777777; }
  @media (max-width: 767px) {
    /* line 631, ../sass/_navbar.scss */
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777777; }
      /* line 634, ../sass/_navbar.scss */
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333333;
        background-color: transparent; }
    /* line 642, ../sass/_navbar.scss */
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555555;
      background-color: #e7e7e7; }
    /* line 650, ../sass/_navbar.scss */
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #cccccc;
      background-color: transparent; } }
  /* line 664, ../sass/_navbar.scss */
  .navbar-default .navbar-link {
    color: #777777; }
    /* line 666, ../sass/_navbar.scss */
    .navbar-default .navbar-link:hover {
      color: #333333; }

/* line 675, ../sass/_navbar.scss */
.navbar-inverse {
  background-color: #222222;
  border-color: #090909; }
  /* line 679, ../sass/_navbar.scss */
  .navbar-inverse .navbar-brand {
    color: #999999; }
    /* line 682, ../sass/_navbar.scss */
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: white;
      background-color: transparent; }
  /* line 688, ../sass/_navbar.scss */
  .navbar-inverse .navbar-text {
    color: #999999; }
  /* line 693, ../sass/_navbar.scss */
  .navbar-inverse .navbar-nav > li > a {
    color: #999999; }
    /* line 697, ../sass/_navbar.scss */
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: white;
      background-color: transparent; }
  /* line 705, ../sass/_navbar.scss */
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: white;
    background-color: #090909; }
  /* line 713, ../sass/_navbar.scss */
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444444;
    background-color: transparent; }
  /* line 721, ../sass/_navbar.scss */
  .navbar-inverse .navbar-toggle {
    border-color: #333333; }
    /* line 724, ../sass/_navbar.scss */
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333333; }
    /* line 727, ../sass/_navbar.scss */
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: white; }
  /* line 733, ../sass/_navbar.scss */
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  /* line 742, ../sass/_navbar.scss */
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: white; }
  /* line 747, ../sass/_navbar.scss */
  .navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
    border-top-color: white;
    border-bottom-color: white; }
  /* line 751, ../sass/_navbar.scss */
  .navbar-inverse .navbar-nav > .dropdown > a .caret {
    border-top-color: #999999;
    border-bottom-color: #999999; }
  /* line 759, ../sass/_navbar.scss */
  .navbar-inverse .navbar-nav > .open > a .caret, .navbar-inverse .navbar-nav > .open > a:hover .caret, .navbar-inverse .navbar-nav > .open > a:focus .caret {
    border-top-color: white;
    border-bottom-color: white; }
  @media (max-width: 767px) {
    /* line 769, ../sass/_navbar.scss */
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    /* line 772, ../sass/_navbar.scss */
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #999999; }
      /* line 775, ../sass/_navbar.scss */
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: white;
        background-color: transparent; }
    /* line 783, ../sass/_navbar.scss */
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: white;
      background-color: #090909; }
    /* line 791, ../sass/_navbar.scss */
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444444;
      background-color: transparent; } }
  /* line 800, ../sass/_navbar.scss */
  .navbar-inverse .navbar-link {
    color: #999999; }
    /* line 802, ../sass/_navbar.scss */
    .navbar-inverse .navbar-link:hover {
      color: white; }

/*! responsive-nav.js 1.0.25 by @viljamis */
/* line 811, ../sass/_navbar.scss */
.nav-collapse ul {
  margin: 0;
  padding: 1.5em 0em;
  width: 100%;
  display: block;
  list-style: none;
  text-align: center;
  background: #04D7B3; }

/* line 821, ../sass/_navbar.scss */
.nav-collapse li {
  width: 100%;
  display: block;
  padding: .55em 0em; }
  /* line 826, ../sass/_navbar.scss */
  .nav-collapse li > a {
    font-family: 'ProximaNova-Light', Helvetica, Arial, sans-serif;
    font-size: 1.00em;
    color: #ffffff;
    text-transform: uppercase; }
    /* line 834, ../sass/_navbar.scss */
    .nav-collapse li > a:hover, .nav-collapse li > a:focus, .nav-collapse li > a.active {
      font-family: 'ProximaNova-Semibold', Helvetica, Arial, sans-serif;
      text-decoration: none; }

/* line 843, ../sass/_navbar.scss */
.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1; }

/* line 852, ../sass/_navbar.scss */
.nav-collapse.opened {
  max-height: 9999px; }

/* line 856, ../sass/_navbar.scss */
.nav-collapse.disable-pointer-events {
  pointer-events: none !important; }

/* line 863, ../sass/_navbar.scss */
.nav-toggle {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  position: absolute;
  right: 30px;
  top: 23px;
  display: block;
  z-index: 500;
  color: rgba(255, 255, 255, 0.8);
  background: url("../images/glyphs/toggle-sprite.png") no-repeat;
  background-position: 0 0;
  width: 21px;
  height: 16px; }
  /* line 881, ../sass/_navbar.scss */
  .nav-toggle:hover, .nav-toggle:focus {
    color: white;
    text-decoration: none;
    cursor: pointer; }

/* line 903, ../sass/_navbar.scss */
.menu-toggle:before {
  font-family: "fontello";
  font-size: 40px;
  display: inline-block;
  content: '\e800';
  color: white; }

@media (min-width: 992px) {
  /* line 909, ../sass/_navbar.scss */
  .js .nav-collapse {
    position: relative; }

  /* line 912, ../sass/_navbar.scss */
  .js .nav-collapse.closed {
    max-height: none; }

  /* line 915, ../sass/_navbar.scss */
  .nav-toggle {
    display: none; } }
/* line 6, ../sass/_breadcrumbs.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: whitesmoke;
  border-radius: 4px; }
  /* line 12, ../sass/_breadcrumbs.scss */
  .breadcrumb > li {
    display: inline-block; }
    /* line 14, ../sass/_breadcrumbs.scss */
    .breadcrumb > li + li:before {
      content: "/\00a0";
      padding: 0 5px;
      color: #cccccc; }
  /* line 20, ../sass/_breadcrumbs.scss */
  .breadcrumb > .active {
    color: #999999; }

/* line 4, ../sass/_pagination.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  /* line 10, ../sass/_pagination.scss */
  .pagination > li {
    display: inline; }
    /* line 13, ../sass/_pagination.scss */
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.42857;
      text-decoration: none;
      background-color: white;
      border: 1px solid #dddddd;
      margin-left: -1px; }
    /* line 25, ../sass/_pagination.scss */
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      -moz-border-radius-topleft: 4px;
      -webkit-border-top-left-radius: 4px;
      border-top-left-radius: 4px;
      -moz-border-radius-bottomleft: 4px;
      -webkit-border-bottom-left-radius: 4px;
      border-bottom-left-radius: 4px; }
    /* line 32, ../sass/_pagination.scss */
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      -moz-border-radius-topright: 4px;
      -webkit-border-top-right-radius: 4px;
      border-top-right-radius: 4px;
      -moz-border-radius-bottomright: 4px;
      -webkit-border-bottom-right-radius: 4px;
      border-bottom-right-radius: 4px; }
  /* line 41, ../sass/_pagination.scss */
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    background-color: #eeeeee; }
  /* line 50, ../sass/_pagination.scss */
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 2;
    color: white;
    background-color: #428bca;
    border-color: #428bca;
    cursor: default; }
  /* line 65, ../sass/_pagination.scss */
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #999999;
    background-color: white;
    border-color: #dddddd;
    cursor: not-allowed; }

/* line 515, ../sass/_mixins.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px; }
/* line 521, ../sass/_mixins.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px; }
/* line 527, ../sass/_mixins.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  -moz-border-radius-topright: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px; }

/* line 515, ../sass/_mixins.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px; }
/* line 521, ../sass/_mixins.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px; }
/* line 527, ../sass/_mixins.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px; }

/* line 6, ../sass/_pager.scss */
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }
  /* line 21, ../sass/_mixins.scss */
  .pager:before, .pager:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  /* line 25, ../sass/_mixins.scss */
  .pager:after {
    clear: both; }
  /* line 12, ../sass/_pager.scss */
  .pager li {
    display: inline; }
    /* line 15, ../sass/_pager.scss */
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: white;
      border: 1px solid #dddddd;
      border-radius: 15px; }
    /* line 24, ../sass/_pager.scss */
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  /* line 32, ../sass/_pager.scss */
  .pager .next > a,
  .pager .next > span {
    float: right; }
  /* line 39, ../sass/_pager.scss */
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  /* line 48, ../sass/_pager.scss */
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #999999;
    background-color: white;
    cursor: not-allowed; }

/* line 5, ../sass/_labels.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: white;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  /* line 20, ../sass/_labels.scss */
  .label[href]:hover, .label[href]:focus {
    color: white;
    text-decoration: none;
    cursor: pointer; }
  /* line 28, ../sass/_labels.scss */
  .label:empty {
    display: none; }

/* line 36, ../sass/_labels.scss */
.label-default {
  background-color: #999999; }
  /* line 540, ../sass/_mixins.scss */
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: gray; }

/* line 40, ../sass/_labels.scss */
.label-primary {
  background-color: #428bca; }
  /* line 540, ../sass/_mixins.scss */
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #3071a9; }

/* line 44, ../sass/_labels.scss */
.label-success {
  background-color: #5cb85c; }
  /* line 540, ../sass/_mixins.scss */
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

/* line 48, ../sass/_labels.scss */
.label-info {
  background-color: #5bc0de; }
  /* line 540, ../sass/_mixins.scss */
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

/* line 52, ../sass/_labels.scss */
.label-warning {
  background-color: #f0ad4e; }
  /* line 540, ../sass/_mixins.scss */
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

/* line 56, ../sass/_labels.scss */
.label-danger {
  background-color: #d9534f; }
  /* line 540, ../sass/_mixins.scss */
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

/* line 7, ../sass/_badges.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: white;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px; }
  /* line 22, ../sass/_badges.scss */
  .badge:empty {
    display: none; }

/* line 30, ../sass/_badges.scss */
a.badge:hover, a.badge:focus {
  color: white;
  text-decoration: none;
  cursor: pointer; }

/* line 38, ../sass/_badges.scss */
.btn .badge {
  position: relative;
  top: -1px; }

/* line 45, ../sass/_badges.scss */
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: black;
  background-color: white; }

/* line 49, ../sass/_badges.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px; }

/* line 6, ../sass/_jumbotron.scss */
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.14286;
  color: inherit;
  background-color: #eeeeee; }
  /* line 15, ../sass/_jumbotron.scss */
  .jumbotron h1 {
    line-height: 1;
    color: inherit; }
  /* line 19, ../sass/_jumbotron.scss */
  .jumbotron p {
    line-height: 1.4; }
  /* line 23, ../sass/_jumbotron.scss */
  .container .jumbotron {
    border-radius: 6px; }
  @media screen and (min-width: 768px) {
    /* line 6, ../sass/_jumbotron.scss */
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      /* line 31, ../sass/_jumbotron.scss */
      .container .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      /* line 36, ../sass/_jumbotron.scss */
      .jumbotron h1 {
        font-size: 63px; } }

/* line 7, ../sass/_thumbnails.scss */
.thumbnail {
  display: block;
  margin-bottom: 20px; }
  /* line 12, ../sass/_thumbnails.scss */
  .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  /* line 21, ../sass/_thumbnails.scss */
  .thumbnail .caption {
    padding: 9px;
    color: black; }

/* line 30, ../sass/_thumbnails.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: black; }

/* line 11, ../sass/_media.scss */
.media,
.media-body {
  overflow: hidden;
  zoom: 1; }

/* line 18, ../sass/_media.scss */
.media,
.media .media {
  margin-top: 15px; }

/* line 21, ../sass/_media.scss */
.media:first-child {
  margin-top: 0; }

/* line 26, ../sass/_media.scss */
.media-object {
  display: block; }

/* line 31, ../sass/_media.scss */
.media-heading {
  margin: 0 0 5px; }

/* line 40, ../sass/_media.scss */
.media > .pull-left {
  margin-right: 10px; }
/* line 43, ../sass/_media.scss */
.media > .pull-right {
  margin-left: 10px; }

/* line 53, ../sass/_media.scss */
.media-list {
  padding-left: 0;
  list-style: none; }

/* line 8, ../sass/_list-group.scss */
.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

/* line 17, ../sass/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: white;
  border: 1px solid #dddddd; }
  /* line 27, ../sass/_list-group.scss */
  .list-group-item:first-child {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px; }
  /* line 30, ../sass/_list-group.scss */
  .list-group-item:last-child {
    margin-bottom: 0;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px; }
  /* line 36, ../sass/_list-group.scss */
  .list-group-item > .badge {
    float: right; }
  /* line 39, ../sass/_list-group.scss */
  .list-group-item > .badge + .badge {
    margin-right: 5px; }

/* line 45, ../sass/_list-group.scss */
a.list-group-item {
  color: #555555; }
  /* line 48, ../sass/_list-group.scss */
  a.list-group-item .list-group-item-heading {
    color: #333333; }
  /* line 54, ../sass/_list-group.scss */
  a.list-group-item:hover, a.list-group-item:focus {
    text-decoration: none;
    background-color: whitesmoke; }
  /* line 62, ../sass/_list-group.scss */
  a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    z-index: 2;
    color: white;
    background-color: #428bca;
    border-color: #428bca; }
    /* line 69, ../sass/_list-group.scss */
    a.list-group-item.active .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading {
      color: inherit; }
    /* line 72, ../sass/_list-group.scss */
    a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:focus .list-group-item-text {
      color: #e1edf7; }

/* line 81, ../sass/_list-group.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

/* line 85, ../sass/_list-group.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

/* line 7, ../sass/_panels.scss */
.panel {
  margin-bottom: 20px;
  background-color: white;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

/* line 16, ../sass/_panels.scss */
.panel-body {
  padding: 15px; }
  /* line 21, ../sass/_mixins.scss */
  .panel-body:before, .panel-body:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  /* line 25, ../sass/_mixins.scss */
  .panel-body:after {
    clear: both; }

/* line 28, ../sass/_panels.scss */
.panel > .list-group {
  margin-bottom: 0; }
  /* line 31, ../sass/_panels.scss */
  .panel > .list-group .list-group-item {
    border-width: 1px 0; }
    /* line 35, ../sass/_panels.scss */
    .panel > .list-group .list-group-item:first-child {
      -moz-border-radius-topleft: 0;
      -webkit-border-top-left-radius: 0;
      border-top-left-radius: 0;
      -moz-border-radius-topright: 0;
      -webkit-border-top-right-radius: 0;
      border-top-right-radius: 0; }
    /* line 39, ../sass/_panels.scss */
    .panel > .list-group .list-group-item:last-child {
      border-bottom: 0; }

/* line 47, ../sass/_panels.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

/* line 60, ../sass/_panels.scss */
.panel > .table,
.panel > .table-responsive {
  margin-bottom: 0; }
/* line 64, ../sass/_panels.scss */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd; }
/* line 68, ../sass/_panels.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  /* line 75, ../sass/_panels.scss */
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  /* line 79, ../sass/_panels.scss */
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  /* line 84, ../sass/_panels.scss */
  .panel > .table-bordered > thead > tr:last-child > th, .panel > .table-bordered > thead > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0; }

/* line 94, ../sass/_panels.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px; }
  /* line 99, ../sass/_panels.scss */
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

/* line 105, ../sass/_panels.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px; }
  /* line 109, ../sass/_panels.scss */
  .panel-title > a {
    color: inherit; }

/* line 115, ../sass/_panels.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: whitesmoke;
  border-top: 1px solid #dddddd;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px; }

/* line 130, ../sass/_panels.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden; }
  /* line 134, ../sass/_panels.scss */
  .panel-group .panel + .panel {
    margin-top: 5px; }
/* line 139, ../sass/_panels.scss */
.panel-group .panel-heading {
  border-bottom: 0; }
  /* line 141, ../sass/_panels.scss */
  .panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: 1px solid #dddddd; }
/* line 145, ../sass/_panels.scss */
.panel-group .panel-footer {
  border-top: 0; }
  /* line 147, ../sass/_panels.scss */
  .panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #dddddd; }

/* line 155, ../sass/_panels.scss */
.panel-default {
  border-bottom: 2px solid white; }
  /* line 158, ../sass/_panels.scss */
  .panel-default:last-child {
    border-bottom: none; }

/* line 162, ../sass/_panels.scss */
.panel-primary {
  border-color: #428bca; }
  /* line 396, ../sass/_mixins.scss */
  .panel-primary > .panel-heading {
    color: white;
    background-color: #428bca;
    border-color: #428bca; }
    /* line 401, ../sass/_mixins.scss */
    .panel-primary > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #428bca; }
    /* line 404, ../sass/_mixins.scss */
    .panel-primary > .panel-heading > .dropdown .caret {
      border-color: white transparent; }
  /* line 409, ../sass/_mixins.scss */
  .panel-primary > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #428bca; }

/* line 165, ../sass/_panels.scss */
.panel-success {
  border-color: #d6e9c6; }
  /* line 396, ../sass/_mixins.scss */
  .panel-success > .panel-heading {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    /* line 401, ../sass/_mixins.scss */
    .panel-success > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #d6e9c6; }
    /* line 404, ../sass/_mixins.scss */
    .panel-success > .panel-heading > .dropdown .caret {
      border-color: #468847 transparent; }
  /* line 409, ../sass/_mixins.scss */
  .panel-success > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #d6e9c6; }

/* line 168, ../sass/_panels.scss */
.panel-warning {
  border-color: #faebcc; }
  /* line 396, ../sass/_mixins.scss */
  .panel-warning > .panel-heading {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    /* line 401, ../sass/_mixins.scss */
    .panel-warning > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #faebcc; }
    /* line 404, ../sass/_mixins.scss */
    .panel-warning > .panel-heading > .dropdown .caret {
      border-color: #c09853 transparent; }
  /* line 409, ../sass/_mixins.scss */
  .panel-warning > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #faebcc; }

/* line 171, ../sass/_panels.scss */
.panel-danger {
  border-color: #f60223; }
  /* line 396, ../sass/_mixins.scss */
  .panel-danger > .panel-heading {
    color: #fd1c15;
    background-color: #fd1c15;
    border-color: #f60223; }
    /* line 401, ../sass/_mixins.scss */
    .panel-danger > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #f60223; }
    /* line 404, ../sass/_mixins.scss */
    .panel-danger > .panel-heading > .dropdown .caret {
      border-color: #fd1c15 transparent; }
  /* line 409, ../sass/_mixins.scss */
  .panel-danger > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #f60223; }

/* line 174, ../sass/_panels.scss */
.panel-info {
  border-color: #bce8f1; }
  /* line 396, ../sass/_mixins.scss */
  .panel-info > .panel-heading {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    /* line 401, ../sass/_mixins.scss */
    .panel-info > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #bce8f1; }
    /* line 404, ../sass/_mixins.scss */
    .panel-info > .panel-heading > .dropdown .caret {
      border-color: #3a87ad transparent; }
  /* line 409, ../sass/_mixins.scss */
  .panel-info > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #bce8f1; }

/* line 7, ../sass/_wells.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: whitesmoke;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  /* line 15, ../sass/_wells.scss */
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

/* line 22, ../sass/_wells.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px; }

/* line 26, ../sass/_wells.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px; }

/* line 6, ../sass/_close.scss */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: black;
  text-shadow: 0 1px 0 white;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2; }
  /* line 16, ../sass/_close.scss */
  .close:hover, .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5; }

/* line 29, ../sass/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

/* line 11, ../sass/_modals.scss */
.modal-open {
  overflow: hidden; }

/* line 16, ../sass/_modals.scss */
.modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background: rgba(0, 0, 0, 0.5); }
  /* line 29, ../sass/_modals.scss */
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -moz-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  /* line 33, ../sass/_modals.scss */
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

/* line 37, ../sass/_modals.scss */
.modal-dialog {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  top: 25%;
  padding: 10px;
  z-index: 1050; }

/* line 48, ../sass/_modals.scss */
.modal-content {
  position: relative;
  background-color: #f3f1e9;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
  outline: none;
  padding: 2em; }
  /* line 58, ../sass/_modals.scss */
  .modal-content h3 {
    font-family: 'ProximaNova-Light',Helvetica, Arial, sans-serif;
    color: #787875;
    font-size: 2em;
    text-transform: none;
    text-align: left;
    line-height: 1em;
    margin-bottom: 1.5em; }
  /* line 67, ../sass/_modals.scss */
  .modal-content .control-label {
    font-size: 1.0em;
    font-weight: normal; }
  /* line 71, ../sass/_modals.scss */
  .modal-content .form-group {
    margin-bottom: 2em; }
  /* line 74, ../sass/_modals.scss */
  .modal-content .form-control {
    background-color: #fcfbf5; }
  /* line 77, ../sass/_modals.scss */
  .modal-content .small {
    font-size: .95em; }
  /* line 80, ../sass/_modals.scss */
  .modal-content span {
    font-size: .7em; }
  /* line 83, ../sass/_modals.scss */
  .modal-content a:hover {
    text-decoration: none;
    color: #787875; }
    /* line 86, ../sass/_modals.scss */
    .modal-content a:hover span {
      -webkit-transform: translate(4px, 0px);
      -moz-transform: translate(4px, 0px);
      -ms-transform: translate(4px, 0px);
      -o-transform: translate(4px, 0px);
      transform: translate(4px, 0px); }

/* line 93, ../sass/_modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100% !important;
  z-index: 1030;
  background-color: black;
  overflow: hidden; }
  /* line 103, ../sass/_modals.scss */
  .modal-backdrop.fade {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }
  /* line 104, ../sass/_modals.scss */
  .modal-backdrop.in {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5; }

/* line 110, ../sass/_modals.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px; }

/* line 116, ../sass/_modals.scss */
.modal-header .close {
  margin-top: -2px; }

/* line 121, ../sass/_modals.scss */
.modal-title {
  margin: 0;
  line-height: 1.42857; }

/* line 128, ../sass/_modals.scss */
.modal-body {
  position: relative; }

/* line 135, ../sass/_modals.scss */
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  /* line 21, ../sass/_mixins.scss */
  .modal-footer:before, .modal-footer:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  /* line 25, ../sass/_mixins.scss */
  .modal-footer:after {
    clear: both; }
  /* line 143, ../sass/_modals.scss */
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  /* line 148, ../sass/_modals.scss */
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  /* line 152, ../sass/_modals.scss */
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

@media screen and (min-width: 768px) {
  /* line 160, ../sass/_modals.scss */
  .modal-dialog {
    width: 600px;
    padding-top: 10%;
    padding-bottom: 30px; } }
/* line 7, ../sass/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; }
  /* line 16, ../sass/_tooltip.scss */
  .tooltip.in {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    opacity: 0.9; }
  /* line 17, ../sass/_tooltip.scss */
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  /* line 18, ../sass/_tooltip.scss */
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  /* line 19, ../sass/_tooltip.scss */
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  /* line 20, ../sass/_tooltip.scss */
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

/* line 24, ../sass/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: white;
  text-align: center;
  text-decoration: none;
  background-color: black;
  border-radius: 4px; }

/* line 35, ../sass/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

/* line 43, ../sass/_tooltip.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: black; }
/* line 50, ../sass/_tooltip.scss */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: black; }
/* line 56, ../sass/_tooltip.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: black; }
/* line 62, ../sass/_tooltip.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: black; }
/* line 69, ../sass/_tooltip.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: black; }
/* line 76, ../sass/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: black; }
/* line 83, ../sass/_tooltip.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: black; }
/* line 89, ../sass/_tooltip.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: black; }

/* line 6, ../sass/_popovers.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal; }
  /* line 26, ../sass/_popovers.scss */
  .popover.top {
    margin-top: -10px; }
  /* line 27, ../sass/_popovers.scss */
  .popover.right {
    margin-left: 10px; }
  /* line 28, ../sass/_popovers.scss */
  .popover.bottom {
    margin-top: 10px; }
  /* line 29, ../sass/_popovers.scss */
  .popover.left {
    margin-left: -10px; }

/* line 32, ../sass/_popovers.scss */
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

/* line 43, ../sass/_popovers.scss */
.popover-content {
  padding: 9px 14px; }

/* line 53, ../sass/_popovers.scss */
.popover .arrow, .popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

/* line 62, ../sass/_popovers.scss */
.popover .arrow {
  border-width: 11px; }

/* line 65, ../sass/_popovers.scss */
.popover .arrow:after {
  border-width: 10px;
  content: ""; }

/* line 71, ../sass/_popovers.scss */
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  /* line 78, ../sass/_popovers.scss */
  .popover.top .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: white; }
/* line 86, ../sass/_popovers.scss */
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  /* line 93, ../sass/_popovers.scss */
  .popover.right .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: white; }
/* line 101, ../sass/_popovers.scss */
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  /* line 108, ../sass/_popovers.scss */
  .popover.bottom .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: white; }
/* line 117, ../sass/_popovers.scss */
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  /* line 124, ../sass/_popovers.scss */
  .popover.left .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: white;
    bottom: -10px; }

/* line 7, ../sass/_carousel.scss */
.carousel {
  position: relative; }

/* line 11, ../sass/_carousel.scss */
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  /* line 16, ../sass/_carousel.scss */
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -moz-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    /* line 23, ../sass/_carousel.scss */
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
  /* line 31, ../sass/_carousel.scss */
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  /* line 33, ../sass/_carousel.scss */
  .carousel-inner > .active {
    left: 0; }
  /* line 38, ../sass/_carousel.scss */
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  /* line 44, ../sass/_carousel.scss */
  .carousel-inner > .next {
    left: 100%; }
  /* line 47, ../sass/_carousel.scss */
  .carousel-inner > .prev {
    left: -100%; }
  /* line 51, ../sass/_carousel.scss */
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  /* line 55, ../sass/_carousel.scss */
  .carousel-inner > .active.left {
    left: -100%; }
  /* line 58, ../sass/_carousel.scss */
  .carousel-inner > .active.right {
    left: 100%; }

/* line 67, ../sass/_carousel.scss */
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  font-size: 20px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  /* line 82, ../sass/_carousel.scss */
  .carousel-control.left {
    background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  /* line 85, ../sass/_carousel.scss */
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  /* line 93, ../sass/_carousel.scss */
  .carousel-control:hover, .carousel-control:focus {
    color: white;
    text-decoration: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    opacity: 0.9; }
  /* line 103, ../sass/_carousel.scss */
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block; }
  /* line 110, ../sass/_carousel.scss */
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%; }
  /* line 114, ../sass/_carousel.scss */
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%; }
  /* line 118, ../sass/_carousel.scss */
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    font-family: serif; }
  /* line 127, ../sass/_carousel.scss */
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  /* line 132, ../sass/_carousel.scss */
  .carousel-control .icon-next:before {
    content: '\203a'; }

/* line 143, ../sass/_carousel.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  /* line 154, ../sass/_carousel.scss */
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid white;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0); }
  /* line 175, ../sass/_carousel.scss */
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: white; }

/* line 186, ../sass/_carousel.scss */
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  /* line 197, ../sass/_carousel.scss */
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  /* line 211, ../sass/_carousel.scss */
  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px; }

  /* line 221, ../sass/_carousel.scss */
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }

  /* line 228, ../sass/_carousel.scss */
  .carousel-indicators {
    bottom: 20px; } }
/* line 21, ../sass/_mixins.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }
/* line 25, ../sass/_mixins.scss */
.clearfix:after {
  clear: both; }

/* line 12, ../sass/_utilities.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* line 15, ../sass/_utilities.scss */
.pull-right {
  float: right !important; }

/* line 18, ../sass/_utilities.scss */
.pull-left {
  float: left !important; }

/* line 27, ../sass/_utilities.scss */
.hide {
  display: none !important; }

/* line 30, ../sass/_utilities.scss */
.show {
  display: block !important; }

/* line 33, ../sass/_utilities.scss */
.invisible {
  visibility: hidden; }

/* line 36, ../sass/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

/* line 45, ../sass/_utilities.scss */
.hidden {
  display: none !important;
  visibility: hidden !important; }

/* line 54, ../sass/_utilities.scss */
.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

/* line 580, ../sass/_mixins.scss */
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important; }

@media (max-width: 767px) {
  /* line 569, ../sass/_mixins.scss */
  .visible-xs {
    display: block !important; }

  /* line 570, ../sass/_mixins.scss */
  tr.visible-xs {
    display: table-row !important; }

  /* line 572, ../sass/_mixins.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  /* line 569, ../sass/_mixins.scss */
  .visible-xs.visible-sm {
    display: block !important; }

  /* line 570, ../sass/_mixins.scss */
  tr.visible-xs.visible-sm {
    display: table-row !important; }

  /* line 572, ../sass/_mixins.scss */
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1359px) {
  /* line 569, ../sass/_mixins.scss */
  .visible-xs.visible-md {
    display: block !important; }

  /* line 570, ../sass/_mixins.scss */
  tr.visible-xs.visible-md {
    display: table-row !important; }

  /* line 572, ../sass/_mixins.scss */
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important; } }
@media (min-width: 1360px) {
  /* line 569, ../sass/_mixins.scss */
  .visible-xs.visible-lg {
    display: block !important; }

  /* line 570, ../sass/_mixins.scss */
  tr.visible-xs.visible-lg {
    display: table-row !important; }

  /* line 572, ../sass/_mixins.scss */
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important; } }
/* line 580, ../sass/_mixins.scss */
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important; }

@media (max-width: 767px) {
  /* line 569, ../sass/_mixins.scss */
  .visible-sm.visible-xs {
    display: block !important; }

  /* line 570, ../sass/_mixins.scss */
  tr.visible-sm.visible-xs {
    display: table-row !important; }

  /* line 572, ../sass/_mixins.scss */
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  /* line 569, ../sass/_mixins.scss */
  .visible-sm {
    display: block !important; }

  /* line 570, ../sass/_mixins.scss */
  tr.visible-sm {
    display: table-row !important; }

  /* line 572, ../sass/_mixins.scss */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1359px) {
  /* line 569, ../sass/_mixins.scss */
  .visible-sm.visible-md {
    display: block !important; }

  /* line 570, ../sass/_mixins.scss */
  tr.visible-sm.visible-md {
    display: table-row !important; }

  /* line 572, ../sass/_mixins.scss */
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important; } }
@media (min-width: 1360px) {
  /* line 569, ../sass/_mixins.scss */
  .visible-sm.visible-lg {
    display: block !important; }

  /* line 570, ../sass/_mixins.scss */
  tr.visible-sm.visible-lg {
    display: table-row !important; }

  /* line 572, ../sass/_mixins.scss */
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important; } }
/* line 580, ../sass/_mixins.scss */
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important; }

@media (max-width: 767px) {
  /* line 569, ../sass/_mixins.scss */
  .visible-md.visible-xs {
    display: block !important; }

  /* line 570, ../sass/_mixins.scss */
  tr.visible-md.visible-xs {
    display: table-row !important; }

  /* line 572, ../sass/_mixins.scss */
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  /* line 569, ../sass/_mixins.scss */
  .visible-md.visible-sm {
    display: block !important; }

  /* line 570, ../sass/_mixins.scss */
  tr.visible-md.visible-sm {
    display: table-row !important; }

  /* line 572, ../sass/_mixins.scss */
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1359px) {
  /* line 569, ../sass/_mixins.scss */
  .visible-md {
    display: block !important; }

  /* line 570, ../sass/_mixins.scss */
  tr.visible-md {
    display: table-row !important; }

  /* line 572, ../sass/_mixins.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 1360px) {
  /* line 569, ../sass/_mixins.scss */
  .visible-md.visible-lg {
    display: block !important; }

  /* line 570, ../sass/_mixins.scss */
  tr.visible-md.visible-lg {
    display: table-row !important; }

  /* line 572, ../sass/_mixins.scss */
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important; } }
/* line 580, ../sass/_mixins.scss */
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important; }

@media (max-width: 767px) {
  /* line 569, ../sass/_mixins.scss */
  .visible-lg.visible-xs {
    display: block !important; }

  /* line 570, ../sass/_mixins.scss */
  tr.visible-lg.visible-xs {
    display: table-row !important; }

  /* line 572, ../sass/_mixins.scss */
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  /* line 569, ../sass/_mixins.scss */
  .visible-lg.visible-sm {
    display: block !important; }

  /* line 570, ../sass/_mixins.scss */
  tr.visible-lg.visible-sm {
    display: table-row !important; }

  /* line 572, ../sass/_mixins.scss */
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1359px) {
  /* line 569, ../sass/_mixins.scss */
  .visible-lg.visible-md {
    display: block !important; }

  /* line 570, ../sass/_mixins.scss */
  tr.visible-lg.visible-md {
    display: table-row !important; }

  /* line 572, ../sass/_mixins.scss */
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important; } }
@media (min-width: 1360px) {
  /* line 569, ../sass/_mixins.scss */
  .visible-lg {
    display: block !important; }

  /* line 570, ../sass/_mixins.scss */
  tr.visible-lg {
    display: table-row !important; }

  /* line 572, ../sass/_mixins.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
/* line 569, ../sass/_mixins.scss */
.hidden-xs {
  display: block !important; }

/* line 570, ../sass/_mixins.scss */
tr.hidden-xs {
  display: table-row !important; }

/* line 572, ../sass/_mixins.scss */
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important; }

@media (max-width: 767px) {
  /* line 580, ../sass/_mixins.scss */
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  /* line 580, ../sass/_mixins.scss */
  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1359px) {
  /* line 580, ../sass/_mixins.scss */
  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important; } }
@media (min-width: 1360px) {
  /* line 580, ../sass/_mixins.scss */
  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important; } }
/* line 569, ../sass/_mixins.scss */
.hidden-sm {
  display: block !important; }

/* line 570, ../sass/_mixins.scss */
tr.hidden-sm {
  display: table-row !important; }

/* line 572, ../sass/_mixins.scss */
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important; }

@media (max-width: 767px) {
  /* line 580, ../sass/_mixins.scss */
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  /* line 580, ../sass/_mixins.scss */
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1359px) {
  /* line 580, ../sass/_mixins.scss */
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important; } }
@media (min-width: 1360px) {
  /* line 580, ../sass/_mixins.scss */
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important; } }
/* line 569, ../sass/_mixins.scss */
.hidden-md {
  display: block !important; }

/* line 570, ../sass/_mixins.scss */
tr.hidden-md {
  display: table-row !important; }

/* line 572, ../sass/_mixins.scss */
th.hidden-md,
td.hidden-md {
  display: table-cell !important; }

@media (max-width: 767px) {
  /* line 580, ../sass/_mixins.scss */
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  /* line 580, ../sass/_mixins.scss */
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1359px) {
  /* line 580, ../sass/_mixins.scss */
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important; } }
@media (min-width: 1360px) {
  /* line 580, ../sass/_mixins.scss */
  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important; } }
/* line 569, ../sass/_mixins.scss */
.hidden-lg {
  display: block !important; }

/* line 570, ../sass/_mixins.scss */
tr.hidden-lg {
  display: table-row !important; }

/* line 572, ../sass/_mixins.scss */
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important; }

@media (max-width: 767px) {
  /* line 580, ../sass/_mixins.scss */
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  /* line 580, ../sass/_mixins.scss */
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1359px) {
  /* line 580, ../sass/_mixins.scss */
  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important; } }
@media (min-width: 1360px) {
  /* line 580, ../sass/_mixins.scss */
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important; } }
/* line 580, ../sass/_mixins.scss */
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important; }

@media print {
  /* line 569, ../sass/_mixins.scss */
  .visible-print {
    display: block !important; }

  /* line 570, ../sass/_mixins.scss */
  tr.visible-print {
    display: table-row !important; }

  /* line 572, ../sass/_mixins.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important; }

  /* line 580, ../sass/_mixins.scss */
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important; } }
/* line 3, ../sass/_layout.scss */
footer {
  height: 73px;
  width: 100%;
  padding: 30px 0px;
  background: #dddcd3; }
  /* line 9, ../sass/_layout.scss */
  footer.fixed {
    position: fixed;
    bottom: 0px; }
  /* line 13, ../sass/_layout.scss */
  footer.absolute {
    position: absolute;
    bottom: 0px; }
  /* line 18, ../sass/_layout.scss */
  footer.inverted {
    background: black;
    color: #f3f1e9 !important; }
    /* line 22, ../sass/_layout.scss */
    footer.inverted a {
      color: #f3f1e9; }
      /* line 25, ../sass/_layout.scss */
      footer.inverted a:hover {
        color: #dddcd3;
        text-decoration: none; }

/* line 33, ../sass/_layout.scss */
.nav-home {
  width: 400px;
  height: 50px;
  background: white;
  position: absolute;
  top: 40%;
  left: 40%;
  bottom: 60%;
  right: 60%; }

/* line 42, ../sass/_layout.scss */
.videoWrapper {
  position: relative;
  height: 100%;
  width: 100%;
  display: table; }
  /* line 50, ../sass/_layout.scss */
  .videoWrapper .video {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center top;
    overflow: hidden;
    position: relative; }

/* line 58, ../sass/_layout.scss */
.videoWrapper iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle; }

/* line 70, ../sass/_layout.scss */
.content {
  position: relative;
  top: 0px;
  height: 100%; }

/* line 77, ../sass/_layout.scss */
hr {
  border-top: 1px solid black; }

/* line 1, ../sass/_specimen.scss */
.group {
  border-bottom: 1px #999 solid;
  padding-bottom: .5em;
  margin-bottom: 2em;
  color: #999;
  background: none !important; }

/* line 10, ../sass/_specimen.scss */
.swatch {
  list-style-type: none; }
  /* line 13, ../sass/_specimen.scss */
  .swatch > li {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: inline-block;
    line-height: 10em;
    text-align: center; }
    /* line 21, ../sass/_specimen.scss */
    .swatch > li.beige-lt {
      background: #fcfbf5; }
    /* line 24, ../sass/_specimen.scss */
    .swatch > li.beige {
      background: #f3f1e9; }
    /* line 27, ../sass/_specimen.scss */
    .swatch > li.beige-dk {
      background: #dddcd3; }
    /* line 30, ../sass/_specimen.scss */
    .swatch > li.aqua {
      background: #04d7b3; }
    /* line 33, ../sass/_specimen.scss */
    .swatch > li.gray-lt {
      background: #a8a8a2; }
    /* line 36, ../sass/_specimen.scss */
    .swatch > li.gray {
      background: #787875; }
    /* line 39, ../sass/_specimen.scss */
    .swatch > li.gray-dk {
      background: #252525; }

/* line 12, ../sass/_theme.scss */
.bg-beige-lt {
  background: #fcfbf5;
  width: 100%; }

/* line 16, ../sass/_theme.scss */
.bg-beige {
  background: #f3f1e9; }

/* line 19, ../sass/_theme.scss */
.bg-beige-dk {
  background: #dddcd3; }

/* line 22, ../sass/_theme.scss */
.bg-gray-lt {
  background: #a8a8a2; }

/* line 25, ../sass/_theme.scss */
.bg-gray {
  background: #787875; }

/* line 28, ../sass/_theme.scss */
.bg-gray-md {
  background: #63635d; }

/* line 31, ../sass/_theme.scss */
.bg-gray-dk {
  background: #252525; }

/* line 34, ../sass/_theme.scss */
.bg-aqua {
  background: #04d7b3; }

/* line 51, ../sass/_theme.scss */
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  /* line 58, ../sass/_theme.scss */
  .btn-default:active, .btn-default.active,
  .btn-primary:active,
  .btn-primary.active,
  .btn-success:active,
  .btn-success.active,
  .btn-info:active,
  .btn-info.active,
  .btn-warning:active,
  .btn-warning.active,
  .btn-danger:active,
  .btn-danger.active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

/* line 87, ../sass/_theme.scss */
.btn:active, .btn.active {
  background-image: none; }

/* line 93, ../sass/_theme.scss */
.btn-default {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(white), to(#e0e0e0));
  background-image: -webkit-linear-gradient(top, white 0%, #e0e0e0 100%);
  background-image: -moz-linear-gradient(top, white 0%, #e0e0e0 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE0E0E0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc; }
  /* line 71, ../sass/_theme.scss */
  .btn-default:hover, .btn-default:focus {
    background-color: #e0e0e0;
    background-position: 0 -15px; }
  /* line 77, ../sass/_theme.scss */
  .btn-default:active, .btn-default.active {
    background-color: #e0e0e0;
    border-color: #dbdbdb; }

/* line 94, ../sass/_theme.scss */
.btn-primary {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#2d6ca2));
  background-image: -webkit-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
  background-image: -moz-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF428BCA', endColorstr='#FF2D6CA2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #2b669a; }
  /* line 71, ../sass/_theme.scss */
  .btn-primary:hover, .btn-primary:focus {
    background-color: #2d6ca2;
    background-position: 0 -15px; }
  /* line 77, ../sass/_theme.scss */
  .btn-primary:active, .btn-primary.active {
    background-color: #2d6ca2;
    border-color: #2b669a; }

/* line 95, ../sass/_theme.scss */
.btn-success {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5cb85c), to(#419641));
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -moz-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5CB85C', endColorstr='#FF419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e; }
  /* line 71, ../sass/_theme.scss */
  .btn-success:hover, .btn-success:focus {
    background-color: #419641;
    background-position: 0 -15px; }
  /* line 77, ../sass/_theme.scss */
  .btn-success:active, .btn-success.active {
    background-color: #419641;
    border-color: #3e8f3e; }

/* line 96, ../sass/_theme.scss */
.btn-warning {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f0ad4e), to(#eb9316));
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -moz-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF0AD4E', endColorstr='#FFEB9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13; }
  /* line 71, ../sass/_theme.scss */
  .btn-warning:hover, .btn-warning:focus {
    background-color: #eb9316;
    background-position: 0 -15px; }
  /* line 77, ../sass/_theme.scss */
  .btn-warning:active, .btn-warning.active {
    background-color: #eb9316;
    border-color: #e38d13; }

/* line 97, ../sass/_theme.scss */
.btn-danger {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9534f), to(#c12e2a));
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -moz-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD9534F', endColorstr='#FFC12E2A', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28; }
  /* line 71, ../sass/_theme.scss */
  .btn-danger:hover, .btn-danger:focus {
    background-color: #c12e2a;
    background-position: 0 -15px; }
  /* line 77, ../sass/_theme.scss */
  .btn-danger:active, .btn-danger.active {
    background-color: #c12e2a;
    border-color: #b92c28; }

/* line 98, ../sass/_theme.scss */
.btn-info {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5bc0de), to(#2aabd2));
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -moz-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE', endColorstr='#FF2AABD2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #28a4c9; }
  /* line 71, ../sass/_theme.scss */
  .btn-info:hover, .btn-info:focus {
    background-color: #2aabd2;
    background-position: 0 -15px; }
  /* line 77, ../sass/_theme.scss */
  .btn-info:active, .btn-info.active {
    background-color: #2aabd2;
    border-color: #28a4c9; }

/* line 107, ../sass/_theme.scss */
.thumbnail,
.img-thumbnail,
.thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075); }

/* line 118, ../sass/_theme.scss */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(whitesmoke), to(#e8e8e8));
  background-image: -webkit-linear-gradient(top, whitesmoke 0%, #e8e8e8 100%);
  background-image: -moz-linear-gradient(top, whitesmoke 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF5F5F5', endColorstr='#FFE8E8E8', GradientType=0);
  background-color: #e8e8e8; }

/* line 124, ../sass/_theme.scss */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#357ebd));
  background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
  background-image: -moz-linear-gradient(top, #428bca 0%, #357ebd 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF428BCA', endColorstr='#FF357EBD', GradientType=0);
  background-color: #357ebd; }

/* line 136, ../sass/_theme.scss */
.navbar-default {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(white), to(#f8f8f8));
  background-image: -webkit-linear-gradient(top, white 0%, #f8f8f8 100%);
  background-image: -moz-linear-gradient(top, white 0%, #f8f8f8 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF8F8F8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075); }
  /* line 143, ../sass/_theme.scss */
  .navbar-default .navbar-nav > .active > a {
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ebebeb), to(#f3f3f3));
    background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
    background-image: -moz-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
    background-image: linear-gradient(to bottom, #ebebeb 0%, #f3f3f3 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEBEBEB', endColorstr='#FFF3F3F3', GradientType=0);
    -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075); }

/* line 149, ../sass/_theme.scss */
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25); }

/* line 154, ../sass/_theme.scss */
.navbar-inverse {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#3c3c3c), to(#222222));
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background-image: -moz-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF3C3C3C', endColorstr='#FF222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }
  /* line 158, ../sass/_theme.scss */
  .navbar-inverse .navbar-nav > .active > a {
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#222222), to(#282828));
    background-image: -webkit-linear-gradient(top, #222222 0%, #282828 100%);
    background-image: -moz-linear-gradient(top, #222222 0%, #282828 100%);
    background-image: linear-gradient(to bottom, #222222 0%, #282828 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF222222', endColorstr='#FF282828', GradientType=0);
    -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25); }
  /* line 164, ../sass/_theme.scss */
  .navbar-inverse .navbar-brand,
  .navbar-inverse .navbar-nav > li > a {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

/* line 172, ../sass/_theme.scss */
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0; }

/* line 183, ../sass/_theme.scss */
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05); }

/* line 196, ../sass/_theme.scss */
.alert-success {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#dff0d8), to(#c8e5bc));
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -moz-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFDFF0D8', endColorstr='#FFC8E5BC', GradientType=0);
  border-color: #b2dba1; }

/* line 197, ../sass/_theme.scss */
.alert-info {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9edf7), to(#b9def0));
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -moz-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD9EDF7', endColorstr='#FFB9DEF0', GradientType=0);
  border-color: #9acfea; }

/* line 198, ../sass/_theme.scss */
.alert-warning {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fcf8e3), to(#f8efc0));
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -moz-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFCF8E3', endColorstr='#FFF8EFC0', GradientType=0);
  border-color: #f5e79e; }

/* line 199, ../sass/_theme.scss */
.alert-danger {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fd1c15), to(#ea0902));
  background-image: -webkit-linear-gradient(top, #fd1c15 0%, #ea0902 100%);
  background-image: -moz-linear-gradient(top, #fd1c15 0%, #ea0902 100%);
  background-image: linear-gradient(to bottom, #fd1c15 0%, #ea0902 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFD1C15', endColorstr='#FFEA0902', GradientType=0);
  border-color: #c40802; }

/* line 208, ../sass/_theme.scss */
.progress {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ebebeb), to(whitesmoke));
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, whitesmoke 100%);
  background-image: -moz-linear-gradient(top, #ebebeb 0%, whitesmoke 100%);
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEBEBEB', endColorstr='#FFF5F5F5', GradientType=0); }

/* line 218, ../sass/_theme.scss */
.progress-bar {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#3071a9));
  background-image: -webkit-linear-gradient(top, #428bca 0%, #3071a9 100%);
  background-image: -moz-linear-gradient(top, #428bca 0%, #3071a9 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF428BCA', endColorstr='#FF3071A9', GradientType=0); }

/* line 219, ../sass/_theme.scss */
.progress-bar-success {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5cb85c), to(#449d44));
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -moz-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5CB85C', endColorstr='#FF449D44', GradientType=0); }

/* line 220, ../sass/_theme.scss */
.progress-bar-info {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5bc0de), to(#31b0d5));
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -moz-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE', endColorstr='#FF31B0D5', GradientType=0); }

/* line 221, ../sass/_theme.scss */
.progress-bar-warning {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f0ad4e), to(#ec971f));
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -moz-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF0AD4E', endColorstr='#FFEC971F', GradientType=0); }

/* line 222, ../sass/_theme.scss */
.progress-bar-danger {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9534f), to(#c9302c));
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -moz-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD9534F', endColorstr='#FFC9302C', GradientType=0); }

/* line 230, ../sass/_theme.scss */
.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075); }

/* line 236, ../sass/_theme.scss */
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #3071a9;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#3278b3));
  background-image: -webkit-linear-gradient(top, #428bca 0%, #3278b3 100%);
  background-image: -moz-linear-gradient(top, #428bca 0%, #3278b3 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #3278b3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF428BCA', endColorstr='#FF3278B3', GradientType=0);
  border-color: #3278b3; }

/* line 249, ../sass/_theme.scss */
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); }

/* line 259, ../sass/_theme.scss */
.panel-default > .panel-heading {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(whitesmoke), to(#e8e8e8));
  background-image: -webkit-linear-gradient(top, whitesmoke 0%, #e8e8e8 100%);
  background-image: -moz-linear-gradient(top, whitesmoke 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF5F5F5', endColorstr='#FFE8E8E8', GradientType=0); }

/* line 260, ../sass/_theme.scss */
.panel-primary > .panel-heading {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#357ebd));
  background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
  background-image: -moz-linear-gradient(top, #428bca 0%, #357ebd 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF428BCA', endColorstr='#FF357EBD', GradientType=0); }

/* line 261, ../sass/_theme.scss */
.panel-success > .panel-heading {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#dff0d8), to(#d0e9c6));
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -moz-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFDFF0D8', endColorstr='#FFD0E9C6', GradientType=0); }

/* line 262, ../sass/_theme.scss */
.panel-info > .panel-heading {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9edf7), to(#c4e3f3));
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -moz-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD9EDF7', endColorstr='#FFC4E3F3', GradientType=0); }

/* line 263, ../sass/_theme.scss */
.panel-warning > .panel-heading {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fcf8e3), to(#faf2cc));
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -moz-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFCF8E3', endColorstr='#FFFAF2CC', GradientType=0); }

/* line 264, ../sass/_theme.scss */
.panel-danger > .panel-heading {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fd1c15), to(#f60902));
  background-image: -webkit-linear-gradient(top, #fd1c15 0%, #f60902 100%);
  background-image: -moz-linear-gradient(top, #fd1c15 0%, #f60902 100%);
  background-image: linear-gradient(to bottom, #fd1c15 0%, #f60902 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFD1C15', endColorstr='#FFF60902', GradientType=0); }

/* line 272, ../sass/_theme.scss */
.well {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#e8e8e8), to(whitesmoke));
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, whitesmoke 100%);
  background-image: -moz-linear-gradient(top, #e8e8e8 0%, whitesmoke 100%);
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE8E8E8', endColorstr='#FFF5F5F5', GradientType=0);
  border-color: gainsboro;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1); }

@font-face {
  font-family: 'ProximaNovaT-Thin';
  src: url("../fonts/webfonts/29609B_2_0.eot");
  src: url("../fonts/webfonts/29609B_2_0.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/29609B_2_0.woff") format("woff"), url("../fonts/webfonts/29609B_2_0.ttf") format("truetype"); }

@font-face {
  font-family: 'ProximaNova-Light';
  src: url("../fonts/webfonts/2956B5_4_0.eot");
  src: url("../fonts/webfonts/2956B5_4_0.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/2956B5_4_0.woff") format("woff"), url("../fonts/webfonts/2956B5_4_0.ttf") format("truetype"); }

@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/webfonts/2956AD_5_0.eot");
  src: url("../fonts/webfonts/2956AD_5_0.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/2956AD_5_0.woff") format("woff"), url("../fonts/webfonts/2956AD_5_0.ttf") format("truetype"); }

@font-face {
  font-family: 'ProximaNova-Semibold';
  src: url("../fonts/webfonts/2956B5_5_0.eot");
  src: url("../fonts/webfonts/2956B5_5_0.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/2956B5_5_0.woff") format("woff"), url("../fonts/webfonts/2956B5_5_0.ttf") format("truetype"); }

@font-face {
  font-family: 'ProximaNova-Bold';
  src: url("../fonts/webfonts/29579D_2_0.eot");
  src: url("../fonts/webfonts/29579D_2_0.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/29579D_2_0.woff") format("woff"), url("../fonts/webfonts/29579D_2_0.ttf") format("truetype"); }

@font-face {
  font-family: 'ProximaNova-Extrabld';
  src: url("../fonts/webfonts/2956AD_4_0.eot");
  src: url("../fonts/webfonts/2956AD_4_0.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/2956AD_4_0.woff") format("woff"), url("../fonts/webfonts/2956AD_4_0.ttf") format("truetype"); }

/* line 5, ../sass/_modules.scss */
.logo {
  width: 170px;
  position: relative;
  top: 0px;
  left: 12px; }

/* line 17, ../sass/_modules.scss */
.masthead {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center top;
  overflow: hidden;
  position: relative;
  top: 0px;
  height: 482px;
  width: 100%; }
  /* line 31, ../sass/_modules.scss */
  .masthead.audio h1 {
    position: absolute;
    padding: 0em 1.28em;
    font-size: 2.6em;
    line-height: 1.3em;
    top: 30%;
    left: 0;
    bottom: 0;
    right: 0; }
  /* line 43, ../sass/_modules.scss */
  .masthead.music h1 {
    position: absolute;
    padding: 0em .28em;
    font-size: 2.6em;
    line-height: 1.2em;
    top: 29%;
    left: 0;
    bottom: 0;
    right: 0; }
  /* line 54, ../sass/_modules.scss */
  .masthead.studio h1 {
    position: absolute;
    padding: 0em .28em;
    font-size: 2.6em;
    line-height: 1.2em;
    top: 34%;
    left: 0;
    bottom: 0;
    right: 0; }
  /* line 65, ../sass/_modules.scss */
  .masthead.contact h1 {
    position: absolute;
    padding: 0em .28em;
    font-size: 2.6em;
    line-height: 1.2em;
    top: 36%;
    left: 0;
    bottom: 0;
    right: 0; }

/* line 76, ../sass/_modules.scss */
.fixed-head {
  height: 482px;
  position: relative;
  width: 100%;
  top: 0px; }

/* line 84, ../sass/_modules.scss */
.tint-scrim {
  width: 105%;
  height: 685px;
  display: block;
  position: absolute;
  top: 0px;
  left: 40%;
  background: rgba(4, 215, 179, 0.2);
  -webkit-transform: skew(-45deg, 0deg);
  -ms-transform: skewX(-45deg) skewY(0deg);
  transform: skew(-45deg, 0deg); }

/* line 95, ../sass/_modules.scss */
#intro {
  overflow: hidden;
  position: relative;
  min-height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center top;
  z-index: 10; }

/* line 106, ../sass/_modules.scss */
.invite-wrap {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: table; }
  /* line 121, ../sass/_modules.scss */
  .invite-wrap h1 {
    text-align: left;
    margin-bottom: 20px;
    margin-top: 50px; }
  /* line 127, ../sass/_modules.scss */
  .invite-wrap p {
    font-size: 1.185em;
    line-height: 1.45em; }

/* line 133, ../sass/_modules.scss */
#scrim {
  width: 105%;
  height: 685px;
  display: block;
  position: absolute;
  top: 0px;
  left: 76%;
  background: rgba(4, 215, 179, 0.2);
  border-left: 4px solid #ffffff;
  -webkit-transform: skew(-44deg, 0deg);
  -ms-transform: skewX(-44deg) skewY(0deg);
  transform: skew(-44deg, 0deg); }

/* line 148, ../sass/_modules.scss */
.scrim-overlay {
  background-image: url(../images/scrim_overlay_lg.png);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  height: 100%;
  position: relative; }

/* line 157, ../sass/_modules.scss */
.text-block {
  padding: 55px 0px;
  width: 100%;
  display: block; }
  /* line 163, ../sass/_modules.scss */
  .text-block p {
    font-size: 1.18em; }
  /* line 167, ../sass/_modules.scss */
  .text-block.home {
    padding: 55px 0px 35px 0px; }
  /* line 173, ../sass/_modules.scss */
  .text-block.team h2 {
    margin-bottom: 45px; }
  /* line 176, ../sass/_modules.scss */
  .text-block.team p {
    margin-bottom: 40px; }
  /* line 180, ../sass/_modules.scss */
  .text-block.studio {
    padding: 77px 0px 61px 0px; }
    /* line 184, ../sass/_modules.scss */
    .text-block.studio h4 {
      font-family: 'ProximaNova-Light',Helvetica, Arial, sans-serif;
      color: white;
      line-height: 1.8em;
      font-size: 1.35em;
      padding: .5em 4em; }
  /* line 194, ../sass/_modules.scss */
  .text-block.contact {
    padding: 25px 0px 93px 0px; }

/* line 198, ../sass/_modules.scss */
.spec-block {
  padding: 22px 0px;
  width: 100%;
  display: block; }
  /* line 204, ../sass/_modules.scss */
  .spec-block dl {
    margin-bottom: 20px; }
  /* line 208, ../sass/_modules.scss */
  .spec-block dt,
  .spec-block dd {
    line-height: 1.42857; }
  /* line 211, ../sass/_modules.scss */
  .spec-block dt {
    font-size: 1.15em;
    font-family: 'ProximaNova-Bold',Helvetica, Arial, sans-serif;
    color: black;
    text-transform: none; }
  /* line 217, ../sass/_modules.scss */
  .spec-block dd {
    margin-left: 0;
    font-size: 1.15em;
    font-family: 'ProximaNova-Light',Helvetica, Arial, sans-serif;
    color: black; }
  /* line 224, ../sass/_modules.scss */
  .spec-block h2 {
    color: black; }
  /* line 227, ../sass/_modules.scss */
  .spec-block p {
    font-size: 1.15em; }
  /* line 231, ../sass/_modules.scss */
  .spec-block i {
    font-size: 1.6em; }

/* line 237, ../sass/_modules.scss */
.list-block {
  padding-left: 0;
  list-style: none; }
  /* line 241, ../sass/_modules.scss */
  .list-block > li {
    font-family: 'ProximaNova-Light',Helvetica, Arial, sans-serif;
    font-size: 1.15em;
    margin: 0 0 2px;
    color: #a8a8a2; }

/* line 249, ../sass/_modules.scss */
.slider-wrap {
  min-height: 555px;
  background: #63635d;
  overflow: hidden; }

/* line 259, ../sass/_modules.scss */
.slides > .slider-item {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  height: 288px; }

/* line 266, ../sass/_modules.scss */
.slide-caption {
  position: relative;
  top: 347px;
  padding: 0em 3em; }
  /* line 271, ../sass/_modules.scss */
  .slide-caption > h2 {
    color: white;
    text-align: center;
    font-size: 1.75em;
    margin-bottom: 11px; }
  /* line 277, ../sass/_modules.scss */
  .slide-caption > p {
    color: white;
    text-align: center;
    font-size: 1.1em; }

/* line 285, ../sass/_modules.scss */
video#bgvid {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  background: url("../images/waveloop.gif") no-repeat;
  background-size: cover; }

/* line 293, ../sass/_modules.scss */
#bgvid, .videoBG {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  background-size: cover; }

/* line 301, ../sass/_modules.scss */
#more {
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s; }

/* line 315, ../sass/_modules.scss */
.thumb {
  width: 50%;
  margin: 0;
  float: left;
  position: relative; }

/* line 323, ../sass/_modules.scss */
.post-image {
  overflow: hidden; }
  /* line 329, ../sass/_modules.scss */
  .post-image .caption {
    font-family: 'ProximaNova-Semibold',Helvetica, Arial, sans-serif;
    visibility: hidden;
    opacity: 0;
    color: white;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    margin: -10px auto 0; }

/* line 346, ../sass/_modules.scss */
.post-image .img-overlay {
  position: absolute;
  background: rgba(4, 215, 179, 0.75);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0; }

/* line 359, ../sass/_modules.scss */
.post-image:hover .img-overlay {
  opacity: 1;
  visibility: visible; }
/* line 364, ../sass/_modules.scss */
.post-image:hover .caption {
  opacity: 1;
  visibility: visible; }

/* line 372, ../sass/_modules.scss */
.spec-panel {
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center bottom;
  overflow: hidden;
  position: relative;
  height: 478px; }
  /* line 384, ../sass/_modules.scss */
  .spec-panel.jade {
    background-image: url(../images/specs/jade_half.jpg); }
  /* line 387, ../sass/_modules.scss */
  .spec-panel.wine {
    background-image: url(../images/specs/wine_half.jpg); }
  /* line 390, ../sass/_modules.scss */
  .spec-panel.azul {
    background-image: url(../images/specs/azul_half.jpg); }
  /* line 393, ../sass/_modules.scss */
  .spec-panel.booth {
    background-image: url(../images/specs/booth_half.jpg); }
  /* line 398, ../sass/_modules.scss */
  .spec-panel .acc-toggle {
    height: 180px;
    width: 180px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.8);
    padding: 3.7em 1em;
    text-align: center;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    /* line 413, ../sass/_modules.scss */
    .spec-panel .acc-toggle p {
      font-family: 'ProximaNova-Light',Helvetica, Arial, sans-serif;
      font-size: 1.6em;
      line-height: 1.2em;
      color: black; }
    /* line 419, ../sass/_modules.scss */
    .spec-panel .acc-toggle span {
      display: block;
      margin-top: -10px; }
      /* line 422, ../sass/_modules.scss */
      .spec-panel .acc-toggle span > i {
        font-size: 1.6em; }

/* line 431, ../sass/_modules.scss */
.acc-toggle:hover {
  text-decoration: none;
  background: white; }
  /* line 435, ../sass/_modules.scss */
  .acc-toggle:hover h4 {
    text-decoration: none; }
  /* line 438, ../sass/_modules.scss */
  .acc-toggle:hover span {
    -webkit-transform: translate(0px, 6px);
    -ms-transform: translate(0px, 6px);
    transform: translate(0px, 6px); }

/* line 443, ../sass/_modules.scss */
.home-nav-wrap {
  width: 450px;
  height: 50px;
  position: relative;
  left: 30%;
  top: 52%;
  display: block;
  z-index: 2000; }

/* line 3, ../sass/_helpers.scss */
.rwd-break {
  display: none; }

/* line 7, ../sass/_helpers.scss */
.center {
  margin: 0px auto; }

/* line 10, ../sass/_helpers.scss */
.spacer-top10 {
  margin-top: 10px; }

/* line 13, ../sass/_helpers.scss */
.spacer-top20 {
  margin-top: 20px; }

/* line 16, ../sass/_helpers.scss */
.spacer-top30 {
  margin-top: 30px; }

/* line 20, ../sass/_helpers.scss */
.spacer-tb40 {
  margin-top: 40px;
  margin-bottom: 40px; }

/* line 24, ../sass/_helpers.scss */
.spacer-tb60 {
  margin-top: 66px;
  margin-bottom: 66px; }

/* line 28, ../sass/_helpers.scss */
.spacer-h20 {
  margin-bottom: 20px; }

/* line 31, ../sass/_helpers.scss */
.spacer-h30 {
  margin-bottom: 30px; }

/* line 34, ../sass/_helpers.scss */
.spacer-h50 {
  margin-bottom: 50px; }

/* line 38, ../sass/_helpers.scss */
.spacer-top50 {
  margin-top: 50px; }

/* line 41, ../sass/_helpers.scss */
.spacer-top70 {
  margin-top: 70px; }

/* line 44, ../sass/_helpers.scss */
.spacer-h75 {
  height: 75px; }

/* line 48, ../sass/_helpers.scss */
.Absolute-Center {
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

/* line 58, ../sass/_helpers.scss */
.is-fixed {
  position: fixed;
  top: 0px; }

/* line 62, ../sass/_helpers.scss */
.is-relative {
  position: relative; }

/* line 66, ../sass/_helpers.scss */
.padding-h20 {
  padding: 0px 25px; }

/* line 69, ../sass/_helpers.scss */
.padding-h50 {
  padding: 0px 50px; }

@media (min-width: 768px) {
  /* line 6, ../sass/_fluid.scss */
  h1 {
    font-size: 3.286em; }

  /* line 11, ../sass/_fluid.scss */
  h2 {
    font-size: 2.35em; }

  /* line 15, ../sass/_fluid.scss */
  h3 {
    font-size: 1.714em; }

  /* line 19, ../sass/_fluid.scss */
  h4 {
    font-size: 1.429em; }

  /* line 23, ../sass/_fluid.scss */
  h5 {
    font-size: 1.286em; }

  /* line 26, ../sass/_fluid.scss */
  .text-block p {
    font-size: 1.185em;
    word-spacing: 1px; }

  /* line 30, ../sass/_fluid.scss */
  .logo {
    width: 193px;
    height: 70px;
    left: 0px; }

  /* line 35, ../sass/_fluid.scss */
  .tint-scrim {
    left: 52%; }

  /* line 39, ../sass/_fluid.scss */
  .slides > .slider-item {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    height: 530px; }

  /* line 44, ../sass/_fluid.scss */
  .slider-wrap {
    min-height: 530px; }

  /* line 48, ../sass/_fluid.scss */
  .slide-caption {
    position: relative;
    top: 150px;
    padding: 0em 3em; }
    /* line 53, ../sass/_fluid.scss */
    .slide-caption > h2 {
      font-family: 'ProximaNova-Semibold',Helvetica, Arial, sans-serif;
      color: white;
      text-align: center;
      text-transform: uppercase;
      font-size: 2.2em;
      line-height: 1em;
      margin-top: 2.5em; }
    /* line 62, ../sass/_fluid.scss */
    .slide-caption > p {
      color: white;
      text-align: center;
      font-size: 1.5em;
      text-align: center;
      margin-top: -.5em; }

  /* line 70, ../sass/_fluid.scss */
  .scrim-overlay {
    background-image: url(../images/scrim_overlay_lg.png); }

  /* line 73, ../sass/_fluid.scss */
  .masthead {
    height: 687px; }
    /* line 76, ../sass/_fluid.scss */
    .masthead h1 {
      top: 45%;
      margin: auto;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }
    /* line 83, ../sass/_fluid.scss */
    .masthead.studio .rwd-break {
      display: block; }
    /* line 86, ../sass/_fluid.scss */
    .masthead.studio h1 {
      font-size: 3.5em;
      top: 42%; }
    /* line 92, ../sass/_fluid.scss */
    .masthead.audio h1 {
      font-size: 3.5em;
      margin: auto;
      padding: 0em 2em;
      top: 40%;
      left: 0;
      bottom: 0;
      right: 0; }
    /* line 100, ../sass/_fluid.scss */
    .masthead.music h1 {
      font-size: 3.5em;
      top: 34%;
      padding: 0em 2em; }
    /* line 107, ../sass/_fluid.scss */
    .masthead.contact h1 {
      font-size: 3.5em;
      top: 44%;
      padding: 0em 1em; }

  /* line 115, ../sass/_fluid.scss */
  .content {
    top: 204px; }

  /* line 118, ../sass/_fluid.scss */
  .list-block > li {
    font-size: 1.185em; }

  /* line 121, ../sass/_fluid.scss */
  .text-block {
    padding: 90px 0px; }
    /* line 124, ../sass/_fluid.scss */
    .text-block.studio {
      padding: 77px 0px; }
      /* line 127, ../sass/_fluid.scss */
      .text-block.studio h4 {
        line-height: 1.0em;
        font-size: 1.5em; }

  /* line 134, ../sass/_fluid.scss */
  .btn-play {
    width: 176px;
    height: 46px;
    font-size: .93em;
    padding-bottom: 0px; }
    /* line 140, ../sass/_fluid.scss */
    .btn-play > span {
      top: 2px;
      font-size: 1.5em; }
    /* line 148, ../sass/_fluid.scss */
    .btn-play:hover > span, .btn-play:focus > span {
      -webkit-transform: translate(4px, 0px);
      -ms-transform: translate(4px, 0px);
      transform: translate(4px, 0px); }

  /* line 154, ../sass/_fluid.scss */
  .thumb {
    width: calc(100% / 2); }

  /* line 160, ../sass/_fluid.scss */
  .flex-control-nav {
    bottom: 10px; }

  /* line 164, ../sass/_fluid.scss */
  .nav-collapse li {
    padding-right: 1.75em; }
    /* line 169, ../sass/_fluid.scss */
    .nav-collapse li a {
      font-size: 1.15em; }

  /* line 174, ../sass/_fluid.scss */
  .spec-panel {
    height: 684px; }
    /* line 178, ../sass/_fluid.scss */
    .spec-panel .acc-toggle {
      height: 252px;
      width: 252px;
      padding: 5.5em 1em; }
      /* line 183, ../sass/_fluid.scss */
      .spec-panel .acc-toggle p {
        font-size: 2em;
        line-height: 1.2em; }
      /* line 188, ../sass/_fluid.scss */
      .spec-panel .acc-toggle span > i {
        font-size: 2em; }

  /* line 194, ../sass/_fluid.scss */
  .spec-block {
    padding: 21px 0px; }
    /* line 198, ../sass/_fluid.scss */
    .spec-block dt, .spec-block dd, .spec-block p {
      font-size: 1.3em; }
    /* line 202, ../sass/_fluid.scss */
    .spec-block h2 {
      color: black; }
    /* line 206, ../sass/_fluid.scss */
    .spec-block i {
      font-size: 2em; }
    /* line 210, ../sass/_fluid.scss */
    .spec-block hr {
      margin: 35px 0px; }

  /* line 215, ../sass/_fluid.scss */
  .nav-specs {
    width: 212px; }
    /* line 218, ../sass/_fluid.scss */
    .nav-specs li:first-child {
      display: none; }

  /* line 224, ../sass/_fluid.scss */
  .invite-wrap h1 {
    margin-bottom: 20px; }
  /* line 227, ../sass/_fluid.scss */
  .invite-wrap p {
    font-size: 1.185em;
    line-height: 1.45em; }

  /* line 232, ../sass/_fluid.scss */
  .modal-content {
    padding: 4em 1em 4em 5em; }
    /* line 235, ../sass/_fluid.scss */
    .modal-content h3 {
      font-size: 2.1em;
      text-align: left;
      line-height: 1em;
      margin-bottom: 1.5em; }
    /* line 241, ../sass/_fluid.scss */
    .modal-content .control-label {
      font-size: 1.2em;
      font-weight: normal; }
    /* line 245, ../sass/_fluid.scss */
    .modal-content .form-group {
      margin-bottom: 3em; }
    /* line 248, ../sass/_fluid.scss */
    .modal-content .small {
      font-size: 1em; }
    /* line 251, ../sass/_fluid.scss */
    .modal-content span {
      font-size: .7em; }
    /* line 255, ../sass/_fluid.scss */
    .modal-content a:hover span {
      -webkit-transform: translate(4px, 0px);
      -ms-transform: translate(4px, 0px);
      transform: translate(4px, 0px); } }
@media (min-width: 992px) {
  /* line 265, ../sass/_fluid.scss */
  h1 {
    font-size: 3.571em; }

  /* line 270, ../sass/_fluid.scss */
  h2 {
    font-size: 2.429em; }

  /* line 274, ../sass/_fluid.scss */
  h3 {
    font-size: 2.143em; }

  /* line 278, ../sass/_fluid.scss */
  h4 {
    font-size: 1.571em; }

  /* line 282, ../sass/_fluid.scss */
  h5 {
    font-size: 1.286em; }

  /* line 285, ../sass/_fluid.scss */
  .text-block p {
    word-spacing: 0px; }

  /* line 288, ../sass/_fluid.scss */
  .logo {
    width: 193px;
    height: 70px;
    left: 0px; }

  /* line 294, ../sass/_fluid.scss */
  .scrim-overlay {
    background-image: url(../images/scrim_overlay_tablet.png); }

  /* line 298, ../sass/_fluid.scss */
  .masthead {
    height: 687px; }
    /* line 301, ../sass/_fluid.scss */
    .masthead h1 {
      top: 45%;
      margin: auto;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }
    /* line 309, ../sass/_fluid.scss */
    .masthead.music h1 {
      top: 38%;
      max-width: 95%; }

  /* line 316, ../sass/_fluid.scss */
  .content {
    top: 685px; }

  /* line 319, ../sass/_fluid.scss */
  .fixed-head {
    position: fixed; }

  /* line 322, ../sass/_fluid.scss */
  .text-block {
    padding: 100px 0px; }

  /* line 326, ../sass/_fluid.scss */
  .thumb {
    width: calc(100% / 4); }

  /* line 330, ../sass/_fluid.scss */
  .sticky-nav {
    top: 70px !important; }

  /* line 333, ../sass/_fluid.scss */
  .home-nav-wrap {
    left: 24%; }

  /* line 337, ../sass/_fluid.scss */
  .spec-panel {
    height: 684px; }
    /* line 341, ../sass/_fluid.scss */
    .spec-panel.luxe {
      height: 761px; }
    /* line 344, ../sass/_fluid.scss */
    .spec-panel.jade {
      background-image: url(../images/specs/jade.jpg); }
    /* line 347, ../sass/_fluid.scss */
    .spec-panel.wine {
      background-image: url(../images/specs/wine.jpg); }
    /* line 350, ../sass/_fluid.scss */
    .spec-panel.azul {
      background-image: url(../images/specs/azul.jpg); }
    /* line 353, ../sass/_fluid.scss */
    .spec-panel.booth {
      background-image: url(../images/specs/booth.jpg); }

  /* line 359, ../sass/_fluid.scss */
  .invite-wrap h1 {
    font-size: 3.1em;
    word-spacing: 3px;
    letter-spacing: 1px;
    line-height: .7em;
    margin-top: 180px; }
  /* line 366, ../sass/_fluid.scss */
  .invite-wrap p {
    font-size: 1.15em;
    line-height: 1.45em; }

  /* line 372, ../sass/_fluid.scss */
  a.modal-close {
    top: 75px;
    right: 24px; } }
@media (min-width: 1360px) {
  /* line 381, ../sass/_fluid.scss */
  p {
    font-size: 1.4em;
    line-height: 1.45em; }

  /* line 386, ../sass/_fluid.scss */
  h1 {
    font-size: 3.929em; }

  /* line 390, ../sass/_fluid.scss */
  h2 {
    font-size: 2.429em; }

  /* line 394, ../sass/_fluid.scss */
  h3 {
    font-size: 2.571em; }

  /* line 398, ../sass/_fluid.scss */
  h4 {
    font-size: 1.714em; }

  /* line 402, ../sass/_fluid.scss */
  h5 {
    font-size: 1.429em; }

  /* line 405, ../sass/_fluid.scss */
  .logo {
    width: 208px;
    height: 77px; }

  /* line 410, ../sass/_fluid.scss */
  .slides > .slider-item {
    height: 686px; }

  /* line 413, ../sass/_fluid.scss */
  .slider-wrap {
    min-height: 686px; }

  /* line 417, ../sass/_fluid.scss */
  .fixed-head {
    height: 687px; }

  /* line 421, ../sass/_fluid.scss */
  .masthead {
    height: 687px; }
    /* line 424, ../sass/_fluid.scss */
    .masthead h1 {
      top: 40%;
      max-width: 95%;
      margin: auto;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }
    /* line 432, ../sass/_fluid.scss */
    .masthead.audio h1 {
      font-size: 4em; }
    /* line 437, ../sass/_fluid.scss */
    .masthead.music .rwd-break {
      display: block; }
    /* line 440, ../sass/_fluid.scss */
    .masthead.music h1 {
      font-size: 4em;
      padding: 0em 1.28em;
      top: 40%; }
    /* line 447, ../sass/_fluid.scss */
    .masthead.studio .rwd-break {
      display: block; }
    /* line 450, ../sass/_fluid.scss */
    .masthead.studio h1 {
      font-size: 4em;
      padding: 0em 4.28em;
      top: 39%;
      max-width: 84%; }
    /* line 458, ../sass/_fluid.scss */
    .masthead.contact h1 {
      font-size: 4em;
      padding: 0em 4.28em;
      top: 44%; }

  /* line 465, ../sass/_fluid.scss */
  .slide-caption {
    position: relative;
    top: 222px;
    padding: 0em 3em; }
    /* line 470, ../sass/_fluid.scss */
    .slide-caption > h2 {
      font-size: 2.5em;
      line-height: 1em;
      margin-top: 2.5em; }
    /* line 475, ../sass/_fluid.scss */
    .slide-caption > p {
      font-size: 1.6em;
      margin-top: -9px; }

  /* line 481, ../sass/_fluid.scss */
  .text-block {
    padding: 103px 0px;
    width: 100%;
    display: block; }
    /* line 486, ../sass/_fluid.scss */
    .text-block p {
      font-size: 1.4em;
      line-height: 1.45em; }
    /* line 491, ../sass/_fluid.scss */
    .text-block.team {
      padding: 53px 0px 93px 0px; }
    /* line 495, ../sass/_fluid.scss */
    .text-block.studio {
      padding: 111px 0px 132px 0px; }
      /* line 498, ../sass/_fluid.scss */
      .text-block.studio h4 {
        font-family: 'ProximaNova-Light',Helvetica, Arial, sans-serif;
        color: white;
        line-height: 1em;
        font-size: 1.6em; }
    /* line 506, ../sass/_fluid.scss */
    .text-block.home {
      height: 406px;
      padding: 81px 0px 35px 0px; }
      /* line 510, ../sass/_fluid.scss */
      .text-block.home h4 {
        margin-bottom: 1.3em; }
    /* line 515, ../sass/_fluid.scss */
    .text-block.contact {
      padding: 25px 0px 93px 0px; }
      /* line 518, ../sass/_fluid.scss */
      .text-block.contact h4 {
        font-size: 1.4em; }

  /* line 524, ../sass/_fluid.scss */
  dt {
    font-size: 1.5em;
    font-family: 'ProximaNova-Semibold',Helvetica, Arial, sans-serif; }

  /* line 528, ../sass/_fluid.scss */
  dd {
    font-size: 1.55em; }

  /* line 533, ../sass/_fluid.scss */
  .list-block > li {
    font-size: 1.4em; }

  /* line 538, ../sass/_fluid.scss */
  .tint-scrim {
    left: 50%; }

  /* line 543, ../sass/_fluid.scss */
  .content {
    top: 685px; }

  /* line 547, ../sass/_fluid.scss */
  .padding-h20 {
    padding: 0px 0px; }

  /* line 554, ../sass/_fluid.scss */
  .spec-block .padding-h20 {
    padding: 0px 20px; }

  /* line 558, ../sass/_fluid.scss */
  .nav-specs {
    width: 332px; }
    /* line 561, ../sass/_fluid.scss */
    .nav-specs li:first-child {
      display: inline-block; }

  /* line 567, ../sass/_fluid.scss */
  .home-nav-wrap {
    left: 30%; }

  /* line 570, ../sass/_fluid.scss */
  .scrim-overlay {
    background-image: url(../images/scrim_overlay.png); }

  /* line 575, ../sass/_fluid.scss */
  .sticky-nav {
    position: fixed;
    top: 77px !important; } }
/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 445px) {
  /* line 587, ../sass/_fluid.scss */
  .scrim-overlay {
    background-image: url(../images/scrim_overlay_320.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center bottom;
    height: 100%; } }
/* Galaxy Tablet (portrait) ----------- */
@media (min-width: 446px) and (max-width: 767px) and (orientation: portrait) {
  /* line 599, ../sass/_fluid.scss */
  .scrim-overlay {
    background-image: url(../images/scrim_overlay_767.png) !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center bottom;
    height: 100%; } }
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 370px) and (max-width: 600px) {
  /* line 611, ../sass/_fluid.scss */
  .modal-content {
    padding: .9em 2em; }
    /* line 614, ../sass/_fluid.scss */
    .modal-content h3 {
      font-size: 1.3em;
      text-align: left;
      line-height: 1.05em;
      margin-bottom: .9em; }
    /* line 620, ../sass/_fluid.scss */
    .modal-content .control-label {
      font-size: 1em;
      font-weight: normal; }
    /* line 624, ../sass/_fluid.scss */
    .modal-content .form-group {
      margin-bottom: 1.5em; }
    /* line 627, ../sass/_fluid.scss */
    .modal-content .small {
      font-size: 1em; }
    /* line 630, ../sass/_fluid.scss */
    .modal-content span {
      font-size: .7em; }
    /* line 634, ../sass/_fluid.scss */
    .modal-content a:hover span {
      -webkit-transform: translate(4px, 0px);
      -ms-transform: translate(4px, 0px);
      transform: translate(4px, 0px); } }
/* =============================================================

	Tabby 4.0
	Simple, mobile-first toggle tabs by Chris Ferdinandi.
	http://gomakethings.com

	Free to use under the MIT License.
	http://gomakethings.com/mit/

 * ============================================================= */
/*  Hide tab navigation by default */
/* line 12, ../sass/_tabby.scss */
.tabs {
  display: none;
  visibility: hidden; }

/* line 17, ../sass/_tabby.scss */
.tabs-horizontal {
  list-style: none;
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 100;
  top: -60px; }
  /* line 27, ../sass/_tabby.scss */
  .tabs-horizontal > li {
    display: inline-block; }
    /* line 30, ../sass/_tabby.scss */
    .tabs-horizontal > li > .left {
      background: rgba(255, 255, 255, 0.5); }
    /* line 33, ../sass/_tabby.scss */
    .tabs-horizontal > li > .right {
      background: rgba(0, 0, 0, 0.5); }
    /* line 38, ../sass/_tabby.scss */
    .tabs-horizontal > li.slash {
      background: url("../images/slash.png") no-repeat center;
      height: 44px;
      width: 48px;
      position: relative;
      top: 17px; }
    /* line 46, ../sass/_tabby.scss */
    .tabs-horizontal > li > a {
      text-decoration: none;
      font-family: 'ProximaNova-Bold',Helvetica, Arial, sans-serif;
      color: #f3f1e9;
      text-transform: uppercase;
      font-size: 15px; }
    /* line 53, ../sass/_tabby.scss */
    .tabs-horizontal > li > li:first-child {
      margin-right: 3.5em; }
    /* line 58, ../sass/_tabby.scss */
    .tabs-horizontal > li.active > a {
      color: #02CAA8; }

/* line 66, ../sass/_tabby.scss */
.sticky-nav {
  position: fixed;
  top: 70px;
  height: 44px;
  background: url("../images/nav-bg.gif") no-repeat center; }
  /* line 73, ../sass/_tabby.scss */
  .sticky-nav.left {
    background: url("../images/nav-bg-left.gif") no-repeat center; }
  /* line 77, ../sass/_tabby.scss */
  .sticky-nav > li {
    margin-top: -17px; }

/*  Display tab navigation if javascript enabled.
 *  This requires on the included js-accessibility.js script. */
/* line 87, ../sass/_tabby.scss */
.js .tabs {
  display: block;
  visibility: visible; }

/*  Force browser to show a pointer on tab navigation. */
/* line 94, ../sass/_tabby.scss */
.tabs a,
.tabs button {
  cursor: pointer; }

/*  Hide tab content if javascript is enabled. */
/* line 99, ../sass/_tabby.scss */
.js .tabs-pane {
  display: none;
  visibility: hidden; }

/*  Show tab content when active class is added.
 *  This class is added via javascript. */
/* line 107, ../sass/_tabby.scss */
.tabs-pane.active {
  display: block;
  visibility: visible;
  -webkit-transition: 2s;
  transition: 2s; }

/* Clearfix */
/* line 115, ../sass/_tabby.scss */
.tabs:before,
.tabs:after {
  display: table;
  content: ""; }

/* line 120, ../sass/_tabby.scss */
.tabs:after {
  clear: both; }

/* line 5, ../sass/_modernizr.scss */
.touch video {
  display: none; }
/* line 9, ../sass/_modernizr.scss */
.touch #intro {
  background-image: url("../images/waveloop2.gif") !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center bottom; }
/* line 15, ../sass/_modernizr.scss */
.touch #video-home {
  display: none; }
/* line 19, ../sass/_modernizr.scss */
.touch .home-nav-wrap {
  left: 24%; }
/* line 23, ../sass/_modernizr.scss */
.touch .flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 20px; }
/* line 24, ../sass/_modernizr.scss */
.touch .flexslider:hover .flex-next {
  opacity: 0.7;
  right: 20px; }
