@charset "UTF-8";
/**
 * Application Imports
 */
/* Fonts */
@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Days+One);
/* Vendor */
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

* {
  box-sizing: border-box; }

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover,
  a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

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

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

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

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

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

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

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.428571429; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before,
.dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before,
  .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1200px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before,
  .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before,
  .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

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

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        transition: -webkit-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next,
        .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev,
        .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left,
        .carousel-inner > .item.prev.right,
        .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-control.left {
    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); }
  .carousel-control.right {
    left: auto;
    right: 0;
    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); }
  .carousel-control:hover,
  .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.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; }
  .carousel-indicators li {
    display: inline-block;
    width: 15px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent; }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

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

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

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

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.4.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.2857142857em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

/* Globals */
/**
 * Base
 */
.text, .text--dark, .text--article {
  color: #fffcd6;
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  line-height: 1.43em; }
  .text .headline, .text--dark .headline, .text--article .headline, .text h1, .text--dark h1, .text--article h1, .text h2, .text--dark h2, .text--article h2 {
    font-size: 40px;
    font-family: "Days One", sans-serif;
    margin: 0 0 10px 0; }
    @media (min-width: 0px) and (max-width: 480px) {
      .text .headline, .text--dark .headline, .text--article .headline, .text h1, .text--dark h1, .text--article h1, .text h2, .text--dark h2, .text--article h2 {
        font-size: 30px; } }
  .text .secondary-headline, .text--dark .secondary-headline, .text--article .secondary-headline, .text h3, .text--dark h3, .text--article h3 {
    color: #605f5b;
    font-size: 35px;
    font-family: "Days One", sans-serif;
    margin-bottom: 12px;
    margin-top: 0; }
  .text p.sub-headline, .text--dark p.sub-headline, .text--article p.sub-headline, .text h4, .text--dark h4, .text--article h4 {
    color: #a45b44;
    font-size: 20px;
    font-family: "Days One", sans-serif;
    margin-bottom: 24px; }
    .text p.sub-headline.no-pad, .text--dark p.sub-headline.no-pad, .text--article p.sub-headline.no-pad, .text h4.no-pad, .text--dark h4.no-pad, .text--article h4.no-pad {
      margin-bottom: 0; }
  .text .caption, .text--dark .caption, .text--article .caption {
    font-size: 14px;
    font-weight: 600; }
  .text .list-headline, .text--dark .list-headline, .text--article .list-headline, .text h5, .text--dark h5, .text--article h5, .text h6, .text--dark h6, .text--article h6 {
    font-weight: bold;
    font-size: 1em;
    margin-bottom: 3px; }
  .text ul, .text--dark ul, .text--article ul {
    list-style: square;
    padding-left: 30px; }
  .text img, .text--dark img, .text--article img {
    max-width: 100%; }
  .text .meta, .text--dark .meta, .text--article .meta {
    color: #a45b44;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    margin-top: 2px;
    margin-bottom: 11px; }
    .text .meta__share, .text--dark .meta__share, .text--article .meta__share {
      float: right; }
    .text .meta__facebook, .text--dark .meta__facebook, .text--article .meta__facebook {
      color: #3460a1;
      font-size: 22px;
      transition: color 0.2s ease-in-out; }
      .text .meta__facebook:hover, .text--dark .meta__facebook:hover, .text--article .meta__facebook:hover, .text .meta__facebook:active, .text--dark .meta__facebook:active, .text--article .meta__facebook:active {
        color: #213e67;
        text-decoration: none; }
  .text--dark, .text--article {
    color: #605f5b; }
    .text--dark .headline, .text--article .headline, .text--dark h1, .text--article h1, .text--dark h2, .text--article h2 {
      color: #0099a4; }
  .text--article p {
    margin-bottom: 25px; }
  .text--article h1, .text--article h2 {
    font-size: 25px;
    margin-bottom: 0; }

/* Components */
@media (min-width: 768px) and (max-width: 992px) {
  .container {
    width: 100%; } }

.header, .header--secondary {
  background: url("../images/background-header.jpg") repeat;
  padding-bottom: 60px; }
  .header--secondary {
    background: url("../images/background-header-secondary.jpg") no-repeat top center;
    height: 309px;
    padding-bottom: 0; }

.header-secondary-wrap {
  position: relative;
  height: 169px; }

.header-secondary {
  color: #fffcd6;
  font-size: 50px;
  font-family: "Days One", sans-serif;
  vertical-align: middle;
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 0; }
  @media (min-width: 0px) and (max-width: 480px) {
    .header-secondary {
      font-size: 40px; } }
  .header-secondary span {
    vertical-align: middle; }
  .header-secondary .fa {
    font-size: 35px;
    margin-left: 15px;
    vertical-align: middle; }

.header-title {
  color: #fffcd6;
  font-size: 155px;
  font-family: "Days One", sans-serif;
  line-height: .83125;
  max-width: 100%;
  text-align: right;
  position: relative; }
  .header-title:after {
    background: url("../images/overlay-headline.png") no-repeat;
    content: "";
    display: block;
    width: 100%;
    height: 400px;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  @media (min-width: 992px) and (max-width: 1200px) {
    .header-title {
      font-size: 125px; } }
  @media (min-width: 768px) and (max-width: 992px) {
    .header-title {
      font-size: 90px;
      margin: 55px 40px 0 0; } }
  @media (min-width: 0px) and (max-width: 480px) {
    .header-title {
      font-size: 35px;
      text-align: center; } }
  @media (min-width: 480px) and (max-width: 768px) {
    .header-title {
      font-size: 60px;
      text-align: center; } }

@media (min-width: 480px) and (max-width: 768px) {
  #carousel-header {
    margin-top: 30px;
    max-width: 380px;
    margin: 35px auto; } }

@media (min-width: 0px) and (max-width: 480px) {
  #carousel-header {
    margin-top: 50px; } }

.header-column, .header-column--left, .header-column--right {
  float: left; }
  .header-column--left {
    width: 586px; }
  .header-column--right {
    width: 550px; }

.nav {
  color: #fdfad4;
  font-family: "Titillium Web", sans-serif;
  font-size: 18px;
  font-weight: bold;
  list-style: none;
  margin: 0;
  padding: 14px 0 19px;
  text-align: right;
  transition: all 0.2s ease-in-out; }
  .nav li {
    display: inline-block;
    margin-left: 20px; }
    @media (min-width: 768px) and (max-width: 992px) {
      .nav li {
        font-size: 16px;
        margin-left: 11px; } }
  .nav a {
    color: #fdfad4;
    text-decoration: none;
    vertical-align: middle;
    transition: color 0.2s ease-in-out; }
    .nav a:hover, .nav a:active {
      color: #faf18b; }
  .nav .fa {
    font-size: 13px; }
  @media (min-width: 480px) and (max-width: 768px), (min-width: 0px) and (max-width: 480px) {
    .nav {
      background: url(../images/background-brown.jpg);
      position: fixed;
      right: -60%;
      right: -60%;
      top: 0;
      padding: 0;
      width: 60%;
      transition: right 0.2s ease-in-out; }
      .mobile-nav-active .nav {
        right: 0; }
      .nav li {
        display: block;
        padding: 0;
        margin: 0;
        text-align: left; }
      .nav a {
        display: block;
        padding: 0.5em 1em; }
      .nav .fa {
        display: none; } }

.mobile-menu-button {
  display: none;
  color: #fffcd6;
  font-size: 25px;
  text-align: right;
  line-height: 45px; }
  @media (min-width: 480px) and (max-width: 768px), (min-width: 0px) and (max-width: 480px) {
    .mobile-menu-button.open {
      display: block; }
    .mobile-menu-button.close {
      display: none; } }

body {
  transition: all 0.2s ease-in-out;
  position: relative;
  right: 0; }

body.mobile-nav-active {
  width: 100%;
  position: relative;
  right: 60%;
  overflow: hidden; }
  body.mobile-nav-active .mobile-menu-button.close {
    display: block !important; }
  body.mobile-nav-active .mobile-menu-button.open {
    display: none; }

.logos, .logos--footer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2; }
  @media (min-width: 768px) and (max-width: 992px), (min-width: 480px) and (max-width: 768px) {
    .logos, .logos--footer {
      left: 15px; } }
  @media (min-width: 0px) and (max-width: 480px) {
    .logos--footer {
      width: 100%; } }

.logo, .logo--footer, .logo--qhest-life, .logo--coeur-dalane-tribe {
  background: url("../images/background-logo.png") no-repeat;
  display: block;
  float: left;
  height: 152px;
  margin-right: 30px;
  text-align: center;
  width: 165px;
  vertical-align: top; }
  .logo svg, .logo--footer svg, .logo--qhest-life svg, .logo--coeur-dalane-tribe svg, .logo img, .logo--footer img, .logo--qhest-life img, .logo--coeur-dalane-tribe img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    max-width: 100%;
    max-height: 100%; }
  @media (min-width: 768px) and (max-width: 992px), (min-width: 480px) and (max-width: 768px) {
    .logo, .logo--footer, .logo--qhest-life, .logo--coeur-dalane-tribe {
      margin-right: 15px; } }
  @media (min-width: 480px) and (max-width: 768px), (min-width: 0px) and (max-width: 480px) {
    .logo--footer {
      height: 100px !important;
      margin-right: 0;
      padding: 1em;
      width: 33.333% !important; }
      .logo--footer svg, .logo--footer img {
        margin-top: 0 !important; } }
  .logo--qhest-life svg {
    height: auto;
    margin-top: 16px;
    width: 133px; }
  .logo--coeur-dalane-tribe img {
    margin-top: 6px; }

.social, .social--footer {
  float: right;
  list-style: none;
  margin: 30px 0 0 0;
  padding: 0;
  position: relative;
  z-index: 0; }
  .social li, .social--footer li {
    float: left;
    display: inline-block;
    margin-left: 2px; }
  .social a, .social--footer a {
    display: block; }
  .social svg, .social--footer svg {
    background: #fdfad4;
    display: block;
    height: 32px;
    width: 32px;
    transition: fill 0.2s ease-in-out; }
    .social svg.facebook, .social--footer svg.facebook {
      fill: #36609F; }
      .social svg.facebook:hover, .social--footer svg.facebook:hover, .social svg.facebook:active, .social--footer svg.facebook:active {
        fill: #233e66; }
    .social svg.twitter, .social--footer svg.twitter {
      fill: #2CAAE1; }
      .social svg.twitter:hover, .social--footer svg.twitter:hover, .social svg.twitter:active, .social--footer svg.twitter:active {
        fill: #187da9; }
    .social svg.youtube, .social--footer svg.youtube {
      fill: #EE3537; }
      .social svg.youtube:hover, .social--footer svg.youtube:hover, .social svg.youtube:active, .social--footer svg.youtube:active {
        fill: #c61113; }
  @media (min-width: 0px) and (max-width: 480px) {
    .social--footer {
      float: left;
      margin-top: 130px; } }

.slideshow {
  position: relative; }
  .slideshow img {
    max-width: 100%; }
  .slideshow__nav {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 39px; }
    .slideshow__nav li {
      background: #fff;
      border-radius: 15px;
      display: inline-block;
      height: 15px;
      margin: 0 10px;
      opacity: .5;
      transition: opacity 0.2s ease-in-out;
      width: 15px; }
      .slideshow__nav li:hover, .slideshow__nav li.active {
        opacity: 1; }

.carousel-indicators li {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background: #fff;
  opacity: .5;
  transition: all 0.2s ease-in-out;
  margin: 0 10px;
  padding: 0;
  bottom: 0;
  left: 0; }
  .carousel-indicators li.active {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    margin: 0 10px;
    opacity: 1; }

.carousel-fade .carousel-inner .item {
  transition-property: opacity; }

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0; }

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1; }

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.carousel-fade .carousel-control {
  z-index: 2; }

.icon-list {
  margin: 0 0 6px 0;
  padding: 0;
  list-style: none; }
  .icon-list li {
    display: inline-block;
    margin: 0 12px;
    vertical-align: middle; }
    @media (min-width: 0px) and (max-width: 480px) {
      .icon-list li {
        margin: 0 6px; } }
  .icon-list svg {
    fill: #fffcd6; }
    .icon-list svg.fish {
      width: 115px;
      height: 53px; }
    .icon-list svg.shoe {
      width: 92px;
      height: 59px; }
    .icon-list svg.feather {
      width: 111px;
      height: 35px; }
    @media (min-width: 0px) and (max-width: 480px) {
      .icon-list svg.fish {
        width: 71px;
        height: 32px; }
      .icon-list svg.shoe {
        width: 57px;
        height: 36px; }
      .icon-list svg.feather {
        width: 63px;
        height: 20px; } }

.tiles--light .tile {
  background: #f4f1e6; }

.tile {
  background: #f6f3cd;
  border-radius: 5px;
  color: #605f5b;
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  line-height: 1.375;
  margin-bottom: 33px;
  padding: 30px; }
  @media (min-width: 768px) and (max-width: 992px) {
    .tile {
      margin-bottom: 27px; } }
  @media (min-width: 480px) and (max-width: 768px) {
    .news-tile.col-md-12 .tile {
      min-height: 118px; } }
  .tile__headline {
    color: #7b361e;
    font-family: "Days One", sans-serif;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 7px; }
  .tile p {
    margin-bottom: 7px; }
  .tile__date {
    margin-right: 10px; }
  .tile__button {
    color: #00764b;
    font-style: italic;
    text-transform: uppercase;
    text-decoration: underline; }

.upcoming-event {
  margin-bottom: 33px; }
  @media (min-width: 480px) and (max-width: 768px) {
    .upcoming-event {
      min-height: 118px; } }
  .upcoming-event:last-of-type {
    margin-bottom: 27px; }
  .upcoming-event__date {
    color: #0099a4;
    float: left;
    font-size: 22px;
    font-family: "Days One", sans-serif;
    line-height: 1;
    text-align: left;
    width: 68px; }
  .upcoming-event__day {
    font-size: 40px;
    line-height: .8; }
  .upcoming-event__month {
    text-transform: uppercase; }
  .upcoming-event__content {
    margin-left: 75px; }

.gallery {
  margin-bottom: 30px; }
  .gallery__image-wrap {
    display: block;
    width: 100%;
    margin-bottom: 9px;
    overflow: hidden;
    position: relative; }
    .gallery__image-wrap:after {
      padding-top: 56.25%;
      display: block;
      content: ''; }
  .gallery__image {
    left: 50%;
    position: absolute;
    top: 50%;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.gallery-image {
  margin-bottom: 9px; }

.pagination ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0; }
  .pagination ul li {
    display: inline-block;
    margin-right: 12px; }
  .pagination ul a {
    color: #605f5b;
    font-size: 15px;
    font-weight: bold;
    font-style: "Days One", sans-serif; }
    .pagination ul a:hover, .pagination ul a:active, .pagination ul a.active {
      color: #0099a4;
      text-decoration: none; }

.calendar-key {
  background: #f4f1e6;
  border-radius: 5px;
  list-style: none;
  margin: 0 0 53px 0;
  overflow: hidden;
  padding: 1.5em 19px; }
  .calendar-key li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 26px; }
    .calendar-key li:last-of-type {
      margin-right: 0; }
    @media (min-width: 992px) and (max-width: 1200px), (min-width: 768px) and (max-width: 992px) {
      .calendar-key li {
        display: block;
        float: left;
        width: 25%;
        margin-right: 0;
        margin-bottom: .5em;
        margin-top: .5em; }
        .calendar-key li:last-of-type {
          width: 50%; } }
    @media (min-width: 0px) and (max-width: 480px), (min-width: 480px) and (max-width: 768px) {
      .calendar-key li {
        display: block;
        margin-bottom: .75em; } }
  .calendar-key__color {
    background: #00828b;
    border-radius: 9px;
    display: inline-block;
    height: 18px;
    width: 18px;
    vertical-align: middle; }
    .calendar-key__color.all-ages {
      background: #4C4C4C; }
    .calendar-key__color.elementary {
      background: #c88e13; }
    .calendar-key__color.teens {
      background: #584fad; }
    .calendar-key__color.young-adult {
      background: #00764b; }
    .calendar-key__color.adult {
      background: #ba5437; }
    .calendar-key__color.elders {
      background: #72a338; }
    .calendar-key__color.family-community {
      background: #aeac28; }
  .calendar-key__name {
    color: #a45b44;
    display: inline-block;
    font-size: 17px;
    font-family: "Days One", sans-serif;
    vertical-align: middle;
    line-height: 18px; }

.mobile-calendar {
  margin-top: 2em; }

#calendar .fc-unthemed .fc-divider, #calendar .fc-unthemed .fc-popover, #calendar .fc-unthemed .fc-row, #calendar .fc-unthemed tbody, #calendar .fc-unthemed td, #calendar .fc-unthemed th, #calendar .fc-unthemed thead {
  border-color: #824838; }

#calendar .fc-row .fc-content-skeleton td, #calendar .fc-row .fc-helper-skeleton td {
  border-color: #824838; }

@media (min-width: 0px) and (max-width: 480px) {
  #calendar .fc-view-container *, #calendar .fc-view-container :after, #calendar .fc-view-container :before {
    display: block !important; }
  #calendar .fc-head {
    display: none !important; }
  #calendar .fc-day-grid-container.fc-scroller {
    height: auto !important;
    overflow: visible !important; }
  #calendar .fc-other-month {
    display: none !important; } }

#calendar .fc-row, #calendar table {
  display: table;
  width: 100%; }

#calendar .fc-day-header {
  background: #824838;
  color: #fffcd6;
  font-size: 20px;
  font-family: "Days One", sans-serif;
  text-align: center;
  padding: 20px 0 18px; }
  @media (min-width: 0px) and (max-width: 480px), (min-width: 480px) and (max-width: 768px) {
    #calendar .fc-day-header {
      display: none; } }

#calendar .fc-content-skeleton {
  overflow: hidden; }
  @media (min-width: 0px) and (max-width: 480px), (min-width: 480px) and (max-width: 768px) {
    #calendar .fc-content-skeleton {
      border-top: 1px solid #824838; } }
  #calendar .fc-content-skeleton tr:last-child .fc-event {
    border: none; }

#calendar .fc-week {
  background: #f4f1e6;
  border-bottom: 1px solid #824838;
  overflow: hidden;
  display: table; }

#calendar .fc-day-number {
  background: #dfdbce;
  color: #a45b44;
  font-size: 20px;
  font-family: "Days One", sans-serif;
  height: 30px;
  line-height: 30px;
  padding: 0 13px;
  text-align: left; }

#calendar .fc-day-number.fc-today {
  background: #0099a4;
  color: #fffcd6; }

#calendar .fc-time {
  display: none; }

#calendar .fc-event {
  padding: 10px 0;
  margin: 0 15px;
  background: transparent;
  border: 0;
  border-radius: 0; }
  #calendar .fc-event .fc-content {
    padding-bottom: 2px;
    border-bottom: 5px solid transparent; }
  #calendar .fc-event.all-ages .fc-content {
    border-color: #4C4C4C; }
  #calendar .fc-event.preschool .fc-content {
    border-color: #00828b; }
  #calendar .fc-event.elementary .fc-content {
    border-color: #c88e13; }
  #calendar .fc-event.teens .fc-content {
    border-color: #584fad; }
  #calendar .fc-event.young-adult .fc-content {
    border-color: #00764b; }
  #calendar .fc-event.adult .fc-content {
    border-color: #ba5437; }
  #calendar .fc-event.elders .fc-content {
    border-color: #72a338; }
  #calendar .fc-event.family-community .fc-content {
    border-color: #aeac28; }

#calendar .event-time {
  color: #824838;
  font-size: 13px;
  font-style: italic;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 1px;
  display: block; }

#calendar .event-name {
  font-size: 16px;
  line-height: 1.125;
  font-weight: bold; }
  #calendar .event-name.all-ages {
    color: #4C4C4C; }
  #calendar .event-name.preschool {
    color: #00828b; }
  #calendar .event-name.elementary {
    color: #c88e13; }
  #calendar .event-name.teens {
    color: #584fad; }
  #calendar .event-name.young-adult {
    color: #00764b; }
  #calendar .event-name.adult {
    color: #ba5437; }
  #calendar .event-name.elders {
    color: #72a338; }
  #calendar .event-name.family-community {
    color: #aeac28; }

.calendar-navigation {
  color: #0099a4;
  font-size: 35px;
  font-family: "Days One", sans-serif;
  line-height: 1;
  margin-bottom: 30px;
  margin-top: 30px; }
  @media (min-width: 0px) and (max-width: 480px) {
    .calendar-navigation {
      font-size: 25px;
      display: none; } }
  .calendar-navigation i {
    font-size: 26px; }
    @media (min-width: 0px) and (max-width: 480px) {
      .calendar-navigation i {
        font-size: 18px; } }
  .calendar-navigation a {
    color: #0099a4;
    text-decoration: none;
    transition: all 0.2s ease-in-out; }
    .calendar-navigation a:hover, .calendar-navigation a:active {
      text-decoration: none;
      color: #006971; }
    .calendar-navigation a i {
      color: #824838; }
  .calendar-navigation__prev {
    float: left; }
  .calendar-navigation__next {
    float: right; }

.age-groups {
  list-style: none;
  margin: 0 0 45px 0;
  padding: 0;
  text-align: center; }
  .age-groups li {
    display: inline-block; }
  @media (min-width: 992px) and (max-width: 1200px), (min-width: 0px) and (max-width: 480px), (min-width: 480px) and (max-width: 768px), (min-width: 768px) and (max-width: 992px) {
    .age-groups {
      text-align: center; } }
  .age-groups__button {
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 67px;
    margin-right: 9px;
    overflow: hidden; }
    .age-groups__button:last-of-type {
      margin-right: 0; }
    @media (min-width: 0px) and (max-width: 480px), (min-width: 480px) and (max-width: 768px) {
      .age-groups__button {
        margin-right: 3px;
        margin-bottom: 5px; } }
    @media (min-width: 768px) and (max-width: 992px) {
      .age-groups__button {
        margin-bottom: 5px; } }
    .age-groups__button a {
      background: #ccc;
      color: #fffcd6;
      display: block;
      font-size: 20px;
      font-family: "Days One", sans-serif;
      height: 134px;
      text-align: center;
      width: 134px;
      vertical-align: middle;
      line-height: 1em;
      transition: background 0.2s ease-in-out; }
      .age-groups__button a:before {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle; }
      @media (min-width: 992px) and (max-width: 1200px), (min-width: 768px) and (max-width: 992px), (min-width: 480px) and (max-width: 768px), (min-width: 0px) and (max-width: 480px) {
        .age-groups__button a {
          height: 94px;
          width: 94px;
          font-size: 15px; } }
    .age-groups__button.all-ages {
      background-image: url(../images/age-groups/all-ages.jpg); }
      .age-groups__button.all-ages a {
        background: rgba(76, 76, 76, 0.55); }
        .age-groups__button.all-ages a:hover, .age-groups__button.all-ages a:active {
          background: rgba(76, 76, 76, 0.7); }
    .age-groups__button.preschool {
      background-image: url(../images/age-groups/preschool.jpg); }
      .age-groups__button.preschool a {
        background: rgba(0, 130, 139, 0.55); }
        .age-groups__button.preschool a:hover, .age-groups__button.preschool a:active {
          background: rgba(0, 130, 139, 0.7); }
    .age-groups__button.elementary {
      background-image: url(../images/age-groups/elementary.jpg); }
      .age-groups__button.elementary a {
        background: rgba(200, 142, 19, 0.55); }
        .age-groups__button.elementary a:hover, .age-groups__button.elementary a:active {
          background: rgba(200, 142, 19, 0.7); }
    .age-groups__button.teens {
      background-image: url(../images/age-groups/teens.jpg); }
      .age-groups__button.teens a {
        background: rgba(88, 79, 173, 0.55); }
        .age-groups__button.teens a:hover, .age-groups__button.teens a:active {
          background: rgba(88, 79, 173, 0.7); }
    .age-groups__button.young-adult {
      background-image: url(../images/age-groups/young-adult.jpg); }
      .age-groups__button.young-adult a {
        background: rgba(0, 118, 75, 0.55); }
        .age-groups__button.young-adult a:hover, .age-groups__button.young-adult a:active {
          background: rgba(0, 118, 75, 0.7); }
    .age-groups__button.adult {
      background-image: url(../images/age-groups/adult.jpg); }
      .age-groups__button.adult a {
        background: rgba(186, 84, 55, 0.55); }
        .age-groups__button.adult a:hover, .age-groups__button.adult a:active {
          background: rgba(186, 84, 55, 0.7); }
    .age-groups__button.elders {
      background-image: url(../images/age-groups/elders.jpg); }
      .age-groups__button.elders a {
        background: rgba(114, 163, 56, 0.55); }
        .age-groups__button.elders a:hover, .age-groups__button.elders a:active {
          background: rgba(114, 163, 56, 0.7); }
    .age-groups__button.family-community {
      background-image: url(../images/age-groups/family-community.jpg); }
      .age-groups__button.family-community a {
        background: rgba(174, 172, 40, 0.55); }
        .age-groups__button.family-community a:hover, .age-groups__button.family-community a:active {
          background: rgba(174, 172, 40, 0.7); }
  .age-groups__button-content {
    display: inline-block;
    vertical-align: middle; }
    .active .age-groups__button-content {
      text-decoration: underline; }

.article, .article--clear {
  background: #fffcd6;
  margin-bottom: 30px; }
  .article--clear {
    background: transparent; }
  .article:last-of-type, .article--clear:last-of-type {
    margin-bottom: 0; }
  .article__feature-image img {
    width: 100%; }
  .article__content {
    padding: 57px 30px 30px 30px;
    position: relative; }
  .article__share {
    background: #0099a4;
    padding: 0.6em 1em;
    position: absolute;
    border-radius: 5px;
    font-size: 20px;
    font-family: "Days One", sans-serif;
    color: #fffcd6;
    vertical-align: middle;
    position: absolute;
    top: -24px;
    right: 30px; }
    .article__share:after {
      content: "";
      display: block;
      position: absolute;
      top: 100%;
      border: 19px solid transparent;
      border-right-width: 14px;
      border-left-width: 14px;
      border-top-color: #0099a4;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .article__share span {
      display: inline-block;
      vertical-align: middle;
      margin-right: 3px; }
    .article__share a {
      font-size: 24px;
      color: #fffcd6;
      transition: color 0.2s ease-in-out;
      vertical-align: middle; }
      .article__share a:hover, .article__share a:active {
        text-decoration: none;
        color: #faf18b; }
      .article__share a:focus {
        text-decoration: none; }
  @media (min-width: 0px) and (max-width: 480px) {
    .article:last-of-type, .article--clear:last-of-type {
      margin-bottom: 60px; } }

.article-tile {
  background: #fffcd6;
  overflow: hidden; }
  .article-tile p {
    margin-bottom: 12px;
    margin-top: 12px; }
    .article-tile p:last-of-type {
      margin-bottom: 0; }
  .article-tile__image {
    float: left;
    max-height: 100%;
    overflow: hidden;
    width: 48%; }
    .article-tile__image img {
      max-width: none;
      position: relative;
      left: -50%; }
    @media (min-width: 0px) and (max-width: 480px), (min-width: 480px) and (max-width: 768px) {
      .article-tile__image {
        width: 100%; }
        .article-tile__image img {
          max-width: 100%;
          left: 0; } }
  .article-tile__text {
    box-sizing: border-box;
    float: left;
    padding: 27px 30px;
    width: 52%; }
    @media (min-width: 480px) and (max-width: 768px) {
      .article-tile__text {
        width: 100%; } }
    @media (min-width: 0px) and (max-width: 480px) {
      .article-tile__text {
        width: 100%;
        padding: 15px 15px; } }
  .article-tile__title {
    font-size: 25px; }

.article__divider {
  background: #00828b;
  height: 4px;
  margin-bottom: 11px;
  width: 154px; }

.article.all-ages h1, .all-ages.article--clear h1, .article.all-ages h2, .all-ages.article--clear h2 {
  color: #4C4C4C; }

.article.all-ages .article__divider, .all-ages.article--clear .article__divider {
  background: #4C4C4C; }

.article.elementary h1, .elementary.article--clear h1, .article.elementary h2, .elementary.article--clear h2 {
  color: #c88e13; }

.article.elementary .article__divider, .elementary.article--clear .article__divider {
  background: #c88e13; }

.article.teens h1, .teens.article--clear h1, .article.teens h2, .teens.article--clear h2 {
  color: #584fad; }

.article.teens .article__divider, .teens.article--clear .article__divider {
  background: #584fad; }

.article.young-adult h1, .young-adult.article--clear h1, .article.young-adult h2, .young-adult.article--clear h2 {
  color: #00764b; }

.article.young-adult .article__divider, .young-adult.article--clear .article__divider {
  background: #00764b; }

.article.adult h1, .adult.article--clear h1, .article.adult h2, .adult.article--clear h2 {
  color: #ba5437; }

.article.adult .article__divider, .adult.article--clear .article__divider {
  background: #ba5437; }

.article.elders h1, .elders.article--clear h1, .article.elders h2, .elders.article--clear h2 {
  color: #72a338; }

.article.elders .article__divider, .elders.article--clear .article__divider {
  background: #72a338; }

.article.family-community h1, .family-community.article--clear h1, .article.family-community h2, .family-community.article--clear h2 {
  color: #aeac28; }

.article.family-community .article__divider, .family-community.article--clear .article__divider {
  background: #aeac28; }

.pagination {
  font-size: 20px;
  font-family: "Days One", sans-serif;
  margin: 1.5em 0;
  text-align: center; }
  .pagination span {
    margin: 0 0.5em; }
  .pagination a {
    color: #0099a4;
    margin: 0 0.5em;
    transition: all 0.2s ease-in-out; }
    .pagination a:hover, .pagination a:active {
      text-decoration: none;
      color: #005258; }

.footer {
  background: url("../images/background-footer.jpg") no-repeat top center;
  background-size: cover;
  color: #fffcd6;
  padding-bottom: 27px; }
  .footer .footer-title {
    font-size: 60px;
    font-family: "Days One", sans-serif;
    line-height: 1;
    margin-bottom: 4px;
    margin-top: 22px; }
    @media (min-width: 768px) and (max-width: 992px), (min-width: 480px) and (max-width: 768px) {
      .footer .footer-title {
        margin-top: 50px; } }
    @media (min-width: 0px) and (max-width: 480px) {
      .footer .footer-title {
        font-size: 35px;
        margin-top: 25px; } }

.copyright {
  text-align: right; }
  @media (min-width: 0px) and (max-width: 480px) {
    .copyright {
      text-align: left; } }

.bar {
  background: linear-gradient(to right, rgba(130, 72, 56, 0.8) 0%, rgba(130, 72, 56, 0.8) 1%, rgba(130, 72, 56, 0) 9%, rgba(130, 72, 56, 0) 32%, rgba(130, 72, 56, 0.8) 51%, rgba(130, 72, 56, 0.8) 100%);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  min-height: 60px;
  position: relative;
  z-index: 1; }
  @media (min-width: 768px) and (max-width: 992px), (min-width: 480px) and (max-width: 768px), (min-width: 0px) and (max-width: 480px) {
    .bar {
      background: linear-gradient(to right, rgba(130, 72, 56, 0) 0%, rgba(130, 72, 56, 0) 9%, rgba(130, 72, 56, 0) 25%, rgba(130, 72, 56, 0.9) 51%, rgba(130, 72, 56, 0.9) 100%); } }
  @media (min-width: 480px) and (max-width: 768px), (min-width: 0px) and (max-width: 480px) {
    .bar {
      min-height: 0; } }

.background, .background--brown, .background--green, .background--blue, .background--tan, .background--white {
  background-repeat: repeat; }
  .background--brown {
    background-image: url("../images/background-brown.jpg"); }
  .background--green {
    background-image: url("../images/background-green.jpg"); }
  .background--blue {
    background-image: url("../images/background-blue.jpg"); }
  .background--tan {
    background-image: url("../images/background-tan.jpg"); }
  .background--white {
    background-image: url("../images/background-white.jpg"); }

.section {
  padding-top: 60px;
  padding-bottom: 60px; }

.section-label {
  font-family: "Days One", sans-serif;
  font-size: 100px;
  margin: 0 0 19px 0;
  vertical-align: middle; }
  @media (min-width: 992px) and (max-width: 1200px) {
    .section-label {
      font-size: 95px; } }
  @media (min-width: 768px) and (max-width: 992px) {
    .section-label {
      font-size: 75px; }
      .section-label.feather {
        margin-bottom: 30px; } }
  @media (min-width: 0px) and (max-width: 480px) {
    .section-label {
      font-size: 50px; } }
  .section-label__icon, .section-label__icon--fish, .section-label__icon--moccasin, .section-label__icon--feather {
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    fill: #fffcd6;
    margin-right: -16px;
    vertical-align: middle; }
    @media (min-width: 0px) and (max-width: 480px) {
      .section-label__icon, .section-label__icon--fish, .section-label__icon--moccasin, .section-label__icon--feather {
        margin-right: 0; } }
    .section-label__icon--fish {
      background-image: url("../images/icons/fish.png");
      height: 87px;
      width: 190px; }
      @media (min-width: 768px) and (max-width: 992px) {
        .section-label__icon--fish {
          height: 87px;
          width: 140px; } }
      @media (min-width: 0px) and (max-width: 480px) {
        .section-label__icon--fish {
          height: 55px;
          width: 120px; } }
    .section-label__icon--moccasin {
      background-image: url("../images/icons/moccasin.png");
      height: 100px;
      width: 157px; }
      @media (min-width: 768px) and (max-width: 992px) {
        .section-label__icon--moccasin {
          height: 71px;
          width: 127px; } }
      @media (min-width: 0px) and (max-width: 480px) {
        .section-label__icon--moccasin {
          height: 68px;
          width: 107px; } }
    .section-label__icon--feather {
      background-image: url("../images/icons/feather.png");
      height: 60px;
      width: 190px; }
      @media (min-width: 992px) and (max-width: 1200px), (min-width: 768px) and (max-width: 992px) {
        .section-label__icon--feather {
          height: 29px;
          width: 92px; } }
      @media (min-width: 0px) and (max-width: 480px) {
        .section-label__icon--feather {
          height: 28px;
          width: 90px; } }

.sidebar-section {
  margin-bottom: 34px; }
  .sidebar-section:last-of-type {
    margin-bottom: 0; }

.valign-center {
  display: inline-block;
  float: none;
  vertical-align: middle; }

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

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

.button, .button--view-gallery {
  background: #605f5b;
  border-radius: 5px;
  color: #fffcd6;
  display: inline-block;
  font-family: "Days One", sans-serif;
  font-size: 14px;
  line-height: 1em;
  padding: 14px 26px;
  text-decoration: none;
  transition: background 0.2s ease-in-out; }
  .button:hover, .button--view-gallery:hover, .button:active, .button--view-gallery:active {
    color: #fffcd6;
    background: #393836;
    text-decoration: none; }
  .button:focus, .button--view-gallery:focus {
    color: #fffcd6;
    text-decoration: none; }
  .button--view-gallery {
    margin: 1em 0 1.5em 0; }

/* responsive video */
.video, .video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  margin-bottom: 10px;
  height: 0; }
  .video iframe, .video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.video__thumb {
  display: block;
  margin-bottom: 10px;
  width: 100%; }

.clear {
  clear: both; }