@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lato:300,400|Merriweather:300italic);
.sidr {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.datetime-group:after, .page-footer:after, .footer-nav__list:after, .page-header:after, .site-nav:after, ul.dnnAdminTabNav:after {
  content: "";
  display: block;
  clear: both;
}

.cc-cookies:before, .jumbo--head, .section--contact {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.features {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=cb92989bf04138fab40fa4fd65d423ab)
 * Config saved to config.json and https://gist.github.com/cb92989bf04138fab40fa4fd65d423ab
 */
/*!
 * Bootstrap v3.3.6 (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: 16px;
  line-height: 1.4;
  color: #333;
  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.4;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eee;
}

.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;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.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-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@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-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@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-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}

@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-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

.fade {
  opacity: 0;
  transition: opacity .15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: .35s;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup, .dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.4;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.4;
  color: #777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: none;
  opacity: .2;
  filter: alpha(opacity=20);
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
  content: " ";
  display: table;
}

.clearfix:after, .container:after, .container-fluid:after, .row: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, .visible-sm, .visible-md, .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-face {
  font-family: 'FontAwesome';
  src: url("../fonts/FontAwesome.eot?m1msd1");
  src: url("../fonts/FontAwesome.eot?m1msd1#iefix") format("embedded-opentype"), url("../fonts/FontAwesome.ttf?m1msd1") format("truetype"), url("../fonts/FontAwesome.woff?m1msd1") format("woff"), url("../fonts/FontAwesome.svg?m1msd1#FontAwesome") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="fa-"]:before, [class*=" fa-"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'FontAwesome' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-spin:before {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

@-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-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-close:before {
  content: "\f00d";
}

.fa-remove:before {
  content: "\f00d";
}

.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-cog:before {
  content: "\f013";
}

.fa-gear:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-repeat:before {
  content: "\f01e";
}

.fa-rotate-right:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before {
  content: "\f03b";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-image:before {
  content: "\f03e";
}

.fa-photo:before {
  content: "\f03e";
}

.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before {
  content: "\f044";
}

.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before {
  content: "\f064";
}

.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-warning:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart:before {
  content: "\f080";
}

.fa-bar-chart-o:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-gears:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before {
  content: "\f09e";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before {
  content: "\f0c0";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before {
  content: "\f0c1";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-navicon:before {
  content: "\f0c9";
}

.fa-reorder:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-unsorted:before {
  content: "\f0dc";
}

.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-asc:before {
  content: "\f0de";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before {
  content: "\f0e2";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-legal:before {
  content: "\f0e3";
}

.fa-dashboard:before {
  content: "\f0e4";
}

.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-flash:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-clipboard:before {
  content: "\f0ea";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-phone:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before {
  content: "\f112";
}

.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before {
  content: "\f122";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before {
  content: "\f123";
}

.fa-star-half-full:before {
  content: "\f123";
}

.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-chain-broken:before {
  content: "\f127";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-down:before {
  content: "\f150";
}

.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-up:before {
  content: "\f151";
}

.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-toggle-right:before {
  content: "\f152";
}

.fa-eur:before {
  content: "\f153";
}

.fa-euro:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before {
  content: "\f155";
}

.fa-usd:before {
  content: "\f155";
}

.fa-inr:before {
  content: "\f156";
}

.fa-rupee:before {
  content: "\f156";
}

.fa-cny:before {
  content: "\f157";
}

.fa-jpy:before {
  content: "\f157";
}

.fa-rmb:before {
  content: "\f157";
}

.fa-yen:before {
  content: "\f157";
}

.fa-rouble:before {
  content: "\f158";
}

.fa-rub:before {
  content: "\f158";
}

.fa-ruble:before {
  content: "\f158";
}

.fa-krw:before {
  content: "\f159";
}

.fa-won:before {
  content: "\f159";
}

.fa-bitcoin:before {
  content: "\f15a";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before {
  content: "\f184";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-toggle-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-try:before {
  content: "\f195";
}

.fa-turkish-lira:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-bank:before {
  content: "\f19c";
}

.fa-institution:before {
  content: "\f19c";
}

.fa-university:before {
  content: "\f19c";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-mortar-board:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before {
  content: "\f1b9";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before {
  content: "\f1ba";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-photo-o:before {
  content: "\f1c5";
}

.fa-file-picture-o:before {
  content: "\f1c5";
}

.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-zip-o:before {
  content: "\f1c6";
}

.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-sound-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before {
  content: "\f1c8";
}

.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before {
  content: "\f1cd";
}

.fa-life-buoy:before {
  content: "\f1cd";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-life-saver:before {
  content: "\f1cd";
}

.fa-support:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before {
  content: "\f1d0";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-resistance:before {
  content: "\f1d0";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-ge:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-y-combinator-square:before {
  content: "\f1d4";
}

.fa-yc-square:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before {
  content: "\f1d7";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send:before {
  content: "\f1d8";
}

.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-send-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-soccer-ball-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-ils:before {
  content: "\f20b";
}

.fa-shekel:before {
  content: "\f20b";
}

.fa-sheqel:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before {
  content: "\f224";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-bed:before {
  content: "\f236";
}

.fa-hotel:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yc:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before {
  content: "\f240";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before {
  content: "\f241";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before {
  content: "\f242";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before {
  content: "\f243";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before {
  content: "\f244";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before {
  content: "\f251";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before {
  content: "\f252";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before {
  content: "\f253";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before {
  content: "\f255";
}

.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-stop-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-television:before {
  content: "\f26c";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-asl-interpreting:before {
  content: "\f2a3";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-deafness:before {
  content: "\f2a4";
}

.fa-hard-of-hearing:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-signing:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before {
  content: "\f2b3";
}

.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before {
  content: "\f2b4";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.in,
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.in.delay-1,
.in .delay-1 {
  animation-delay: 200ms;
  -webkit-animation-delay: 200ms;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.in.delay-2,
.in .delay-2 {
  animation-delay: 400ms;
  -webkit-animation-delay: 400ms;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.in.delay-3,
.in .delay-3 {
  animation-delay: 600ms;
  -webkit-animation-delay: 600ms;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.in.delay-4,
.in .delay-4 {
  animation-delay: 800ms;
  -webkit-animation-delay: 800ms;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.in.delay-5,
.in .delay-5 {
  animation-delay: 1000ms;
  -webkit-animation-delay: 1000ms;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.in.delay-6,
.in .delay-6 {
  animation-delay: 1200ms;
  -webkit-animation-delay: 1200ms;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.in.delay-7,
.in .delay-7 {
  animation-delay: 1400ms;
  -webkit-animation-delay: 1400ms;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.in.delay-8,
.in .delay-8 {
  animation-delay: 1600ms;
  -webkit-animation-delay: 1600ms;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.in.delay-9,
.in .delay-9 {
  animation-delay: 1800ms;
  -webkit-animation-delay: 1800ms;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.in.delay-10,
.in .delay-10 {
  animation-delay: 2000ms;
  -webkit-animation-delay: 2000ms;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  visibility: hidden;
}

.in .fadeInUp,
.fadeInUp.in {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  visibility: visible;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  visibility: hidden;
}

.in .slideInUp,
.slideInUp.in {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  visibility: visible;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  visibility: hidden;
}

.in .fadeInRight,
.fadeInRight.in {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  visibility: visible;
}

/*!
cookieCuttr.css - http://cookiecuttr.com
Licensed under GNU General Public License
by Chris Wharton
*/
.cc-cookies {
  position: fixed;
  z-index: 9000;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 1em 0.5em;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-right: 0.5em;
  padding-left: 6em;
  text-align: center;
  background-color: rgba(4, 169, 244, 0.9);
  color: #fafafa;
  text-align: left;
}

.cc-cookies:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 5em;
  height: 100%;
  background-image: url(../images/cookies.jpg);
}

.cc-message {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
}

@media screen and (min-width: 992px) {
  .cc-message {
    font-size: 1.3rem;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-right: 0.5em;
  }
}

.cc-cookies a {
  color: #fafafa;
  text-decoration: underline;
  transition: color 0.3s linear;
}

.cc-cookies a:visited {
  color: #fafafa;
}

.cc-cookies a:hover, .cc-cookies a:focus {
  color: #02415d;
}

@media screen and (min-width: 992px) {
  .cc-cookies a {
    font-size: 1.3rem;
  }
}

.cc-overlay {
  height: 100%;
  padding-top: 25%;
}

.cc-cookies-error {
  float: left;
  width: 100%;
  text-align: left;
  margin: 1em 0 2em 0;
  background-color: #fafafa;
  padding: 2em 5%;
  color: #1e1e1e;
}

.cc-cookies a.cc-cookie-accept,
.cc-cookies-error a.cc-cookie-accept,
.cc-cookies a.cc-cookie-decline,
.cc-cookies-error a.cc-cookie-decline,
.cc-cookies a.cc-cookie-reset {
  display: block;
  color: #04a9f4;
  text-decoration: none;
  background-color: #fafafa;
  padding: 0.5em 1em;
  text-align: center;
  transition: background 0.25s ease-in;
}

@media screen and (min-width: 768px) {
  .cc-cookies a.cc-cookie-accept,
  .cc-cookies-error a.cc-cookie-accept,
  .cc-cookies a.cc-cookie-decline,
  .cc-cookies-error a.cc-cookie-decline,
  .cc-cookies a.cc-cookie-reset {
    display: inline-block;
    margin-top: 0;
  }
}

.cc-cookies a.cc-cookie-accept:hover,
.cc-cookies-error a.cc-cookie-accept:hover {
  color: #fafafa;
  background-color: #3bb34c;
}

.cc-cookies a.cc-cookie-decline,
.cc-cookies-error a.cc-cookie-decline {
  background-color: #cb3234;
  margin-left: 0.5em;
}

.cc-cookies a.cc-cookie-reset {
  background-color: #f2983b;
}

.cc-cookies-error a.cc-cookie-accept,
.cc-cookies-error a.cc-cookie-decline {
  display: block;
  margin-top: 1em;
}

.cc-cookies.cc-discreet {
  width: auto;
  padding: 0.5em 1em;
  left: auto;
  top: auto;
}

.cc-cookies.cc-discreet a.cc-cookie-reset {
  background: none;
  text-shadow: none;
  padding: 0;
  text-decoration: underline;
}

.cc-cookies.cc-discreet a.cc-cookie-reset:hover {
  text-decoration: none;
}

/*@import "base/contenido.scss";*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, main, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: 300;
  line-height: normal;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

*, *::before, *::after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  border-width: 0;
  vertical-align: middle;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Lato", Segoe UI Light, Arial, Helvetica, Sans-Serif;
  font-weight: 300;
  line-height: normal;
  text-rendering: optimizelegibility;
}

h1.upper, .upper.h1, h2.upper, .upper.h2, h3.upper, .upper.h3, h4.upper, .upper.h4, h5.upper, .upper.h5, h6.upper, .upper.h6 {
  text-transform: uppercase;
}

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-size: 0.8rem;
  color: #777777;
}

h1 span, .h1 span, h2 span, .h2 span, h3 span, .h3 span, h4 span, .h4 span, h5 span, .h5 span, h6 span, .h6 span {
  font-family: "Merriweather", Segoe UI Light, Arial, Helvetica, Sans-Serif;
  font-style: italic;
  font-weight: 400;
  color: #981066;
  font-size: 0.9em;
}

h1, .h1 {
  margin-bottom: 0;
  font-size: 2.5rem;
  line-height: 1.5;
}

h2, .h2 {
  margin-bottom: 0;
  font-size: 2.4rem;
  line-height: 1.5;
}

h3, .h3 {
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 1.5;
}

h4, .h4 {
  margin-bottom: 0;
  font-size: 1.8rem;
  line-height: 1.5;
}

h5, .h5 {
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 1.5;
}

h6, .h6 {
  margin-bottom: 0;
  font-size: 1.4rem;
  line-height: 1.5;
}

.font-tiny {
  font-size: 0.6rem;
}

.font-small {
  font-size: 0.8rem;
}

.font-normal {
  font-size: 1rem;
}

.font-large {
  font-size: 1.3rem;
}

.font-big {
  font-size: 1.6rem;
}

.font-huge {
  font-size: 2.5rem;
}

p {
  margin-bottom: 1em;
}

mark, .mark {
  background-color: #e3bc55;
  color: #1e1e1e;
}

abbr {
  cursor: help;
  border-bottom: 2px dotted #383838;
}

hr {
  clear: both;
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #1a9ace;
}

pre, code {
  font-family: "Courier New", Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
  font-size: 1rem;
  padding: 0.1em 0.3em;
  background-color: #eaeaea;
}

ul, ol {
  margin-bottom: 1em;
  margin-left: 1em;
  padding-left: 1em;
}

li ul,
li ol {
  margin: 0;
}

dl {
  margin-bottom: 1em;
}

dt {
  font-weight: bold;
}

dl, dd {
  margin-bottom: 1em;
}

blockquote {
  position: relative;
  padding: 0.5em 1em;
  margin-top: 1em;
  margin-bottom: 1em;
}

blockquote p {
  font-style: italic;
  text-align: left;
  color: #1e1e1e;
}

blockquote p:before {
  display: block;
  font-size: 1.6rem;
  color: #1a9ace;
  opacity: 0.9;
}

@media all and (min-width: 768px) {
  blockquote p:before {
    font-size: 2.5rem;
  }
}

blockquote footer {
  text-align: left;
  color: #777777;
}

blockquote footer span {
  margin-right: 0.5em;
}

blockquote cite {
  text-align: left;
  font-style: italic;
}

.blockquote--primary {
  border-color: #1a9ace;
}

.blockquote--secondary {
  border-color: #383838;
}

.blockquote--colored {
  background-color: #eaeaea;
}

.blockquote--large {
  font-size: 1.6rem;
}

.blockquote--large p {
  margin-bottom: 0.5em;
}

.blockquote--large footer {
  font-size: 0.6rem;
}

.img--rounded {
  border-radius: 0px;
}

.img--polaroid {
  padding: 15px 15px 30px;
  background-color: #ffffff;
  border: 1px solid #eaeaea;
  box-shadow: 0px 0px 0px 0.3;
}

.img--circle {
  border-radius: 100%;
}

form {
  margin-bottom: 1em;
}

form fieldset {
  margin-bottom: 1em;
  border-width: 0;
}

form legend {
  margin-bottom: 1em;
  font-size: 1.5em;
  border-bottom: 1px solid #777777;
}

form legend small {
  font-size: 0.8rem;
  color: #777777;
}

label, input, button, select, textarea {
  border-radius: 0px;
  vertical-align: baseline;
}

label {
  display: inline-block;
  margin-bottom: 0.2em;
  font-weight: normal;
  color: #1e1e1e;
  cursor: pointer;
}

label.required:after {
  display: inline-block;
  content: "*";
  color: #FD0028;
  margin-left: 0.2em;
}

input, textarea, select {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 1em;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 0.4em 0.5em;
  font-size: 1rem;
  color: #04a9f4;
  background-color: rgba(255, 255, 255, 0.85);
}

@media screen and (min-width: 768px) {
  input, textarea, select {
    font-size: 1.3rem;
  }
}

input, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #04a9f4;
  opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #04a9f4;
  opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #04a9f4;
  opacity: 1;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #04a9f4;
  opacity: 1;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
  width: auto;
  margin-bottom: 0;
}

input[disabled],
select[disabled],
textarea[disabled] {
  opacity: 0.7;
  cursor: not-allowed !important;
}

input[readonly],
select[readonly],
textarea[readonly] {
  opacity: 0.7;
}

input:focus,
textarea:focus,
select:focus {
  border-color: #04a9f4;
  box-shadow: none;
  outline: none;
}

input:required {
  border-left: 3px solid #FD0028;
}

input[type="checkbox"],
input[type="radio"] {
  width: 0.9em;
  height: 0.9em;
  padding: 0;
  margin-right: 0.3em;
  line-height: normal;
  cursor: pointer;
  background-color: #fafafa;
}

input[type="checkbox"]:checked,
input[type="radio"]:checked {
  background-color: #1a9ace;
  border-color: #fafafa;
  border-width: 1px;
  box-shadow: 0 0 0 1px #1a9ace;
  outline: none;
}

input[type="checkbox"]:focus,
input[type="radio"]:focus {
  outline: none;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  margin-right: 1em;
}

input[type="checkbox"] {
  border-radius: 0;
}

input[type="radio"] {
  border-radius: 100%;
}

label input[type="checkbox"],
label input[type="radio"] {
  margin-right: 1em;
}

.datetime-group {
  display: inline-block;
  width: 100%;
}

.datetime-group input[type="date"] {
  float: left;
  width: 60%;
}

.datetime-group input[type="time"] {
  float: left;
  width: calc(40% - 1em);
  margin-left: 1em;
}

@media screen and (max-width: 767px) {
  .datetime-group input[type="date"],
  .datetime-group input[type="time"] {
    float: none;
    width: 100%;
  }
  .datetime-group input[type="time"] {
    margin-left: 0;
  }
}

a {
  text-decoration: none;
  color: #04a9f4;
}

a:visited {
  color: #04a9f4;
}

a:hover {
  text-decoration: underline;
  color: #0375a9;
}

a:focus {
  outline: thin dotted;
  color: #0375a9;
}

a:hover, a:active {
  outline: 0;
}

/*
	Animating CSS-Only Hamburger Menu Icons
	by Call Me Nick
	https://github.com/callmenick
	Licensed under the MIT license, http://www.opensource.org/licenses/mit-license.php
	http://callmenick.com
*/
.burger-menu {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 32px;
  height: 32px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}

.burger-menu:focus {
  outline: none;
}

.burger-menu span {
  display: block;
  position: absolute;
  top: 15px;
  left: 2px;
  right: 2px;
  height: 2px;
  background: #04a9f4;
}

.burger-menu span:before,
.burger-menu span:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #04a9f4;
  content: "";
}

.burger-menu span:before {
  top: -8px;
}

.burger-menu span:after {
  bottom: -8px;
}

.burger-menu--x span {
  transition: background 0s 0.3s;
}

.burger-menu--x span:before {
  transition: top 0.3s 0.3s, -webkit-transform 0.3s 0s;
  transition: top 0.3s 0.3s, transform 0.3s 0s;
  transition: top 0.3s 0.3s, transform 0.3s 0s, -webkit-transform 0.3s 0s;
}

.burger-menu--x span:after {
  transition: bottom 0.3s 0.3s, -webkit-transform 0.3s 0s;
  transition: bottom 0.3s 0.3s, transform 0.3s 0s;
  transition: bottom 0.3s 0.3s, transform 0.3s 0s, -webkit-transform 0.3s 0s;
}

.is-open .burger-menu--x span {
  background: none;
}

.is-open .burger-menu--x span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  transition: top 0.3s 0s, -webkit-transform 0.3s 0.3s;
  transition: top 0.3s 0s, transform 0.3s 0.3s;
  transition: top 0.3s 0s, transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}

.is-open .burger-menu--x span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  transition: bottom 0.3s 0s, -webkit-transform 0.3s 0.3s;
  transition: bottom 0.3s 0s, transform 0.3s 0.3s;
  transition: bottom 0.3s 0s, transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}

.page-footer {
  position: relative;
  padding-top: 1em;
  background-color: #fafafa;
  color: #04a9f4;
  font-weight: 400;
}

.page-footer h3 {
  color: #04a9f4;
}

.footer-pane--left,
.footer-pane--right {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .footer-pane--left {
    text-align: left;
  }
  .footer-pane--right {
    text-align: right;
  }
}

.footer-pane--copyright {
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .footer-pane--copyright {
    text-align: left;
  }
}

.footer-pane--copyright a {
  display: inline-block;
  padding-left: 1em;
  padding-right: 1em;
}

.footer-pane--copyright a:hover {
  text-decoration: underline;
  color: #0375a9;
}

.footer-pane--copyright a:focus {
  outline: thin dotted;
  color: #0375a9;
}

.footer__logo {
  width: auto !important;
  height: 60px !important;
  margin: 0 auto 1em;
}

.footer-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-nav__item {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .footer-nav__item {
    float: left;
    text-align: left;
  }
}

.footer-nav__link {
  padding: 0 0.5em;
  line-height: 37.33333px;
  color: #04a9f4;
  transition: all 0.3s linear;
}

.footer-nav__link:visited {
  color: #04a9f4;
}

.footer-nav__link:hover {
  color: #0375a9;
  text-decoration: none;
}

.footer-nav__link:active, .footer-nav__link:focus {
  color: #0375a9;
}

.footer-nav__link:before {
  margin-right: 0.5em;
}

.footer-nav__list--social {
  float: none;
  margin-top: 0.5em;
}

@media screen and (min-width: 768px) {
  .footer-nav__list--social {
    float: right;
  }
}

.footer-nav__list--social .footer-nav__item {
  display: inline-block;
  width: auto;
  padding: 0.5em 0.5em;
}

.footer-nav__list--social .footer-nav__link {
  font-size: 0;
}

.footer-nav__list--social .footer-nav__link:before {
  font-size: 1rem;
  margin-right: 0.5em;
}

.page-header {
  position: relative;
  width: 100%;
  z-index: 4000;
}

.site-nav {
  position: fixed !important;
  top: 0;
  left: auto;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 1px solid transparent;
  background-color: #fafafa;
  transition: all 0.3s linear;
}

@media screen and (min-width: 992px) {
  .site-nav {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    background-color: transparent;
  }
}

.site-nav--active {
  background-color: #fafafa;
  border-color: #eaeaea;
}

.site-nav__home {
  position: relative;
  display: block;
  float: left;
  margin-left: 1em;
}

.site-nav__logo {
  width: auto;
  max-width: none;
  height: 56px;
  padding: 0.5em 0;
}

@media screen and (min-width: 992px) {
  .site-nav__logo {
    padding: 0.3em 0;
  }
}

.site-nav__burger {
  padding: 12px;
  transition: background-color 0.3s linear;
}

.site-nav__burger:hover {
  background-color: #eaeaea;
}

.site-nav__burger:active, .site-nav__burger:focus {
  outline: none;
  text-decoration: none;
}

.site-nav__burger--mobile {
  display: block;
  float: right;
}

@media screen and (min-width: 992px) {
  .site-nav__burger--mobile {
    display: none;
  }
}

.site-nav__list {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media screen and (min-width: 992px) {
  .site-nav__list {
    display: block;
    float: right;
  }
}

.site-nav__item {
  float: left;
}

.site-nav__link {
  position: relative;
  display: block;
  padding: 0 0.75em;
  line-height: 56px;
  color: #fafafa;
  font-weight: 300;
  transition: all 0.3s linear;
}

.site-nav__link:after {
  position: absolute;
  bottom: -5px;
  left: 50%;
  color: transparent;
  content: "•";
  text-shadow: transparent 0px 0px;
  line-height: normal;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
  transition: text-shadow 0.3s linear;
}

.site-nav__link:link, .site-nav__link:visited {
  color: #fafafa;
}

.site-nav__link:hover {
  color: #fafafa;
  text-decoration: none;
}

.site-nav__link:hover:after {
  color: #fafafa;
  text-shadow: 12px 0 #fafafa, -12px 0 #fafafa;
}

.site-nav__link:active, .site-nav__link:focus {
  color: #fafafa;
  outline: none;
  text-decoration: none;
}

.site-nav--active .site-nav__link {
  color: #04a9f4;
}

.site-nav--active .site-nav__link:hover:after {
  color: #04a9f4;
  text-shadow: 12px 0 #04a9f4, -12px 0 #04a9f4;
}

@media screen and (min-width: 992px) {
  .site-nav__link {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 1200px) {
  .site-nav__link {
    font-size: 1.6rem;
  }
  .site-nav__link:after {
    bottom: -10px;
  }
}

.site-nav__link--disabled {
  cursor: not-allowed;
  color: #777777;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.site-nav__link--disabled:visited, .site-nav__link--disabled:active, .site-nav__link--disabled:focus {
  color: #777777;
}

.site-nav__link--disabled:hover {
  color: #777777;
}

.showControlBar .site-nav {
  background-color: #fafafa;
  border-color: #eaeaea;
}

.showControlBar .site-nav__link {
  color: #04a9f4;
}

.showControlBar .site-nav__link:hover:after {
  color: #04a9f4;
  text-shadow: 12px 0 #04a9f4, -12px 0 #04a9f4;
}

.showControlBar .site-nav {
  top: 53px;
}

.sidr {
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100%;
  z-index: 9000;
  width: 260px;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fafafa;
  border-left: 1px solid #eaeaea;
}

.sidr.right {
  left: auto;
  right: -260px;
}

.sidr.left {
  left: -260px;
  right: auto;
}

.sidr .site-nav__list {
  display: block;
  float: none;
  overflow: hidden;
}

.sidr .site-nav__item {
  float: none;
}

.sidr .site-nav__item:hover {
  background-color: #eaeaea;
}

.sidr .site-nav__item:hover .site-nav__link:after {
  content: "";
}

.sidr .site-nav__link {
  padding-left: 1em;
  padding-right: 1em;
  font-size: 1.3rem;
  color: #04a9f4;
  line-height: 40px;
}

.sidr-menu__title {
  position: relative;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  padding: 0 1.5em 0 0.5em;
  text-transform: uppercase;
  color: #04a9f4;
}

@media screen and (min-width: 992px) {
  .sidr-menu__title {
    padding: 0 0.5em 0 1.5em;
  }
  .sidr-menu__title .icon-menu {
    left: 0;
    right: auto;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
  }
}

.sidr-menu--mobile .site-nav__list > .site-nav__item {
  opacity: 0;
}

.sidr-open .sidr-menu--mobile .site-nav__list > .site-nav__item {
  opacity: 1;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.sidr-menu--mobile .site-nav__list > .site-nav__item:nth-child(1) {
  -webkit-animation-delay: 0.03s;
          animation-delay: 0.03s;
}

.sidr-menu--mobile .site-nav__list > .site-nav__item:nth-child(2) {
  -webkit-animation-delay: 0.06s;
          animation-delay: 0.06s;
}

.sidr-menu--mobile .site-nav__list > .site-nav__item:nth-child(3) {
  -webkit-animation-delay: 0.09s;
          animation-delay: 0.09s;
}

.sidr-menu--mobile .site-nav__list > .site-nav__item:nth-child(4) {
  -webkit-animation-delay: 0.12s;
          animation-delay: 0.12s;
}

.sidr-menu--mobile .site-nav__list > .site-nav__item:nth-child(5) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}

.sidr-menu--mobile .site-nav__list > .site-nav__item:nth-child(6) {
  -webkit-animation-delay: 0.18s;
          animation-delay: 0.18s;
}

.sidr-menu--mobile .site-nav__list > .site-nav__item:nth-child(7) {
  -webkit-animation-delay: 0.21s;
          animation-delay: 0.21s;
}

.sidr-menu--mobile .site-nav__list > .site-nav__item:nth-child(8) {
  -webkit-animation-delay: 0.24s;
          animation-delay: 0.24s;
}

.sidr-menu--mobile .site-nav__list > .site-nav__item:nth-child(9) {
  -webkit-animation-delay: 0.27s;
          animation-delay: 0.27s;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.mg-1 {
  margin: 1em;
}

.mg-2 {
  margin: 2em;
}

.mg-3 {
  margin: 3em;
}

.mg-4 {
  margin: 4em;
}

.mg-5 {
  margin: 5em;
}

.mg-6 {
  margin: 6em;
}

.mg-7 {
  margin: 7em;
}

.mg-8 {
  margin: 8em;
}

.mg-9 {
  margin: 9em;
}

.mg-10 {
  margin: 10em;
}

.mt-1 {
  margin-top: 1em;
}

.mt-2 {
  margin-top: 2em;
}

.mt-3 {
  margin-top: 3em;
}

.mt-4 {
  margin-top: 4em;
}

.mt-5 {
  margin-top: 5em;
}

.mt-6 {
  margin-top: 6em;
}

.mt-7 {
  margin-top: 7em;
}

.mt-8 {
  margin-top: 8em;
}

.mt-9 {
  margin-top: 9em;
}

.mt-10 {
  margin-top: 10em;
}

.mr-1 {
  margin-right: 1em;
}

.mr-2 {
  margin-right: 2em;
}

.mr-3 {
  margin-right: 3em;
}

.mr-4 {
  margin-right: 4em;
}

.mr-5 {
  margin-right: 5em;
}

.mr-6 {
  margin-right: 6em;
}

.mr-7 {
  margin-right: 7em;
}

.mr-8 {
  margin-right: 8em;
}

.mr-9 {
  margin-right: 9em;
}

.mr-10 {
  margin-right: 10em;
}

.mb-1 {
  margin-bottom: 1em;
}

.mb-2 {
  margin-bottom: 2em;
}

.mb-3 {
  margin-bottom: 3em;
}

.mb-4 {
  margin-bottom: 4em;
}

.mb-5 {
  margin-bottom: 5em;
}

.mb-6 {
  margin-bottom: 6em;
}

.mb-7 {
  margin-bottom: 7em;
}

.mb-8 {
  margin-bottom: 8em;
}

.mb-9 {
  margin-bottom: 9em;
}

.mb-10 {
  margin-bottom: 10em;
}

.ml-1 {
  margin-left: 1em;
}

.ml-2 {
  margin-left: 2em;
}

.ml-3 {
  margin-left: 3em;
}

.ml-4 {
  margin-left: 4em;
}

.ml-5 {
  margin-left: 5em;
}

.ml-6 {
  margin-left: 6em;
}

.ml-7 {
  margin-left: 7em;
}

.ml-8 {
  margin-left: 8em;
}

.ml-9 {
  margin-left: 9em;
}

.ml-10 {
  margin-left: 10em;
}

.pd-1 {
  padding: 1em;
}

.pd-2 {
  padding: 2em;
}

.pd-3 {
  padding: 3em;
}

.pd-4 {
  padding: 4em;
}

.pd-5 {
  padding: 5em;
}

.pd-6 {
  padding: 6em;
}

.pd-7 {
  padding: 7em;
}

.pd-8 {
  padding: 8em;
}

.pd-9 {
  padding: 9em;
}

.pd-10 {
  padding: 10em;
}

.pt-1 {
  padding-top: 1em;
}

.pt-2 {
  padding-top: 2em;
}

.pt-3 {
  padding-top: 3em;
}

.pt-4 {
  padding-top: 4em;
}

.pt-5 {
  padding-top: 5em;
}

.pt-6 {
  padding-top: 6em;
}

.pt-7 {
  padding-top: 7em;
}

.pt-8 {
  padding-top: 8em;
}

.pt-9 {
  padding-top: 9em;
}

.pt-10 {
  padding-top: 10em;
}

.pr-1 {
  padding-right: 1em;
}

.pr-2 {
  padding-right: 2em;
}

.pr-3 {
  padding-right: 3em;
}

.pr-4 {
  padding-right: 4em;
}

.pr-5 {
  padding-right: 5em;
}

.pr-6 {
  padding-right: 6em;
}

.pr-7 {
  padding-right: 7em;
}

.pr-8 {
  padding-right: 8em;
}

.pr-9 {
  padding-right: 9em;
}

.pr-10 {
  padding-right: 10em;
}

.pb-1 {
  padding-bottom: 1em;
}

.pb-2 {
  padding-bottom: 2em;
}

.pb-3 {
  padding-bottom: 3em;
}

.pb-4 {
  padding-bottom: 4em;
}

.pb-5 {
  padding-bottom: 5em;
}

.pb-6 {
  padding-bottom: 6em;
}

.pb-7 {
  padding-bottom: 7em;
}

.pb-8 {
  padding-bottom: 8em;
}

.pb-9 {
  padding-bottom: 9em;
}

.pb-10 {
  padding-bottom: 10em;
}

.pl-1 {
  padding-left: 1em;
}

.pl-2 {
  padding-left: 2em;
}

.pl-3 {
  padding-left: 3em;
}

.pl-4 {
  padding-left: 4em;
}

.pl-5 {
  padding-left: 5em;
}

.pl-6 {
  padding-left: 6em;
}

.pl-7 {
  padding-left: 7em;
}

.pl-8 {
  padding-left: 8em;
}

.pl-9 {
  padding-left: 9em;
}

.pl-10 {
  padding-left: 10em;
}

body {
  width: 100%;
  background-color: #fafafa;
  font-family: "Lato", Segoe UI, Arial, Helvetica, Sans-Serif;
  font-weight: 300;
  line-height: 1.2;
  color: #1e1e1e;
  overflow-x: hidden;
  transition: all 0.3s linear;
}

.page-content {
  position: relative;
}

.showControlBar .page-content {
  padding-top: 56px;
}

.sidr-open .page-content {
  position: relative;
}

.sidr-open .page-content .close-menu {
  content: "";
  display: block;
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.jumbo {
  width: 100%;
}

.jumbo--head {
  position: relative;
  padding-top: 56px;
  background-image: url("/portals/0/images/landing/ipista-jumbo.jpg");
  overflow: hidden;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .jumbo--head {
    padding-top: 112px;
  }
}

.jumbo__title {
  margin-top: 1em;
  margin-bottom: 1em;
  line-height: normal;
  color: #fafafa;
  font-size: 1.3rem;
}

@media screen and (min-width: 768px) {
  .jumbo__title {
    font-size: 1.6rem;
  }
}

.jumbo__actions {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.jumbo__actions .btn--primary, .jumbo__actions input[type="button"], .jumbo__actions
input[type="submit"] {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: 1em;
  margin-right: 1em;
}

@media screen and (min-width: 768px) {
  .jumbo__actions {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}

.jumbo__image {
  margin-top: 2em;
}

.scroll-to-top {
  position: fixed;
  right: 1em;
  bottom: 1em;
  z-index: 4000;
  display: block;
  overflow: hidden;
  width: 3em;
  height: 3em;
  text-indent: -9999px;
  color: #fafafa;
  background-color: #04a9f4;
  border-radius: 100%;
  text-decoration: none;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  visibility: hidden;
}

.scroll-to-top:link, .scroll-to-top:visited {
  color: #fafafa;
}

.scroll-to-top:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  text-indent: 0;
  font-size: 1.6rem;
}

.scroll-to-top--active {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  visibility: visible;
}

@media screen and (min-width: 768px) {
  .features {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.feature {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .feature {
    width: 50%;
  }
}

@media screen and (min-width: 992px) {
  .feature {
    width: 25%;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.feature__icon {
  position: relative;
  display: block;
  width: 4em;
  height: 4em;
  margin: 0 auto 0.5em;
  background-color: #fafafa;
  border-width: 2px;
  border-style: solid;
  border-color: #04a9f4;
  border-radius: 100%;
  text-indent: -9999px;
  overflow: hidden;
}

.feature__icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #04a9f4;
  font-size: 1.6rem;
  text-indent: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
  .feature__icon {
    width: 6em;
    height: 6em;
  }
}

.feature__title {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0.5em;
  line-height: normal;
}

.feature__description {
  margin-bottom: 0;
}

.feature--small .feature__title {
  font-size: 1.3rem;
}

.feature--small p {
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  .feature--small {
    width: 33.33333%;
    padding-top: 2em;
    padding-bottom: 2em;
  }
}

@media screen and (min-width: 992px) {
  .feature--small {
    width: 25%;
  }
}

@media screen and (min-width: 1200px) {
  .feature--small {
    width: 20%;
  }
}

.feature--small .feature__icon {
  width: 3em;
  height: 3em;
  border-width: 1px;
}

.feature--small .feature__icon:before {
  font-size: 1rem;
}

.feature--small .feature__description {
  font-size: 1rem;
}

.section {
  padding-top: 2em;
  padding-bottom: 2em;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .section {
    padding-top: 5em;
    padding-bottom: 5em;
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .section p {
    font-size: 1.3rem;
  }
}

.section__image {
  display: inline-block;
  width: 12em;
  height: auto;
  margin-top: 1em;
  margin-bottom: 1em;
  border-radius: 100%;
  box-shadow: 7px 0 0 7px rgba(250, 250, 250, 0.4), -7px 0 0 7px rgba(250, 250, 250, 0.4);
}

@media screen and (min-width: 768px) {
  .section__image {
    width: 25em;
    box-shadow: 12px 0 0 12px rgba(250, 250, 250, 0.4), -12px 0 0 12px rgba(250, 250, 250, 0.4);
  }
}

.section__title {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 1.3rem;
}

@media screen and (min-width: 768px) {
  .section__title {
    font-size: 1.6rem;
  }
}

.section--rent {
  color: #fafafa;
  background-color: rgba(4, 169, 244, 0.7);
}

.section--rent .section__title {
  color: #fafafa;
}

.section--inscriptions .section__image {
  box-shadow: 7px 0 0 7px rgba(59, 179, 76, 0.4), -7px 0 0 7px rgba(59, 179, 76, 0.4);
}

@media screen and (min-width: 768px) {
  .section--inscriptions .section__image {
    width: 25em;
    box-shadow: 12px 0 0 12px rgba(59, 179, 76, 0.4), -12px 0 0 12px rgba(59, 179, 76, 0.4);
  }
}

.section--events .section__image {
  box-shadow: 7px 0 0 7px rgba(4, 169, 244, 0.4), -7px 0 0 7px rgba(4, 169, 244, 0.4);
}

@media screen and (min-width: 768px) {
  .section--events .section__image {
    width: 25em;
    box-shadow: 12px 0 0 12px rgba(4, 169, 244, 0.4), -12px 0 0 12px rgba(4, 169, 244, 0.4);
  }
}

.section--stats {
  background-color: #eaeaea;
}

.section--contact {
  background-image: url("/portals/0/images/landing/contact.jpg");
  color: #fafafa;
  background-attachment: fixed;
}

.section--contact .section__title {
  color: #fafafa;
}

.section--contact label,
.section--contact .dnnFormSectionHead,
.section--contact .Feedback_CharCount {
  display: none !important;
}

.section--contact .dnnActions {
  margin: 0;
  padding: 0;
}

.section--contact .dnnPrimaryAction:before, .section--contact .dnnFormItem input[type="button"]:before, .dnnFormItem .section--contact input[type="button"]:before, .section--contact
.dnnFormItem input[type="submit"]:before,
.dnnFormItem .section--contact input[type="submit"]:before {
  content: "\f1d8";
  font-family: "FontAwesome";
}

.section--contact .dnnFormItem {
  position: relative;
  margin-bottom: 1em;
}

.section--contact .dnnFormItem textarea,
.section--contact .dnnFormItem input[type="text"],
.section--contact .dnnFormItem input[type="email"],
.section--contact .dnnFormItem input[type="password"] {
  padding-left: 2em;
}

.section--contact .dnnFormHelp {
  display: none !important;
}

.section--contact .dnnLabel {
  position: absolute !important;
  top: 0.6em;
  margin: 0;
  padding: 0;
  line-height: normal;
  text-indent: -9999px;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .section--contact .dnnLabel {
    font-size: 1.3rem;
  }
}

.section--contact [id*="Feedback_divEmail"] .dnnLabel:before {
  content: "\f0e0";
  text-indent: 0;
  font-family: "FontAwesome";
  color: #04a9f4;
  display: block;
  padding-left: 0.5em;
}

.section--contact [id*="Feedback_divName"] .dnnLabel:before {
  content: "\f007";
  text-indent: 0;
  font-family: "FontAwesome";
  color: #04a9f4;
  display: block;
  padding-left: 0.5em;
}

.section--contact [id*="Feedback_divMessage"] .dnnLabel:before {
  content: "\f075";
  text-indent: 0;
  font-family: "FontAwesome";
  color: #04a9f4;
  display: block;
  padding-left: 0.5em;
}

.section--contact .dnnFormItem span.dnnFormMessage.dnnFormError {
  position: relative;
  bottom: 0;
  left: 0;
  right: auto;
  padding: 1px 10px;
  font-size: 1rem;
  background: #FD0028;
  color: #fafafa;
  border-radius: 0;
}

.section--contact .dnnFormItem span.dnnFormMessage.dnnFormError:after {
  display: none;
}

.section--contact .dnnFormValidationSummary {
  display: none !important;
}

.stat {
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: center;
  color: #04a9f4;
}

.stat__chart {
  position: relative;
  width: 170px;
  height: 170px;
  margin: 0 auto;
}

.stat__amount {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 1.3rem;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}

.stat__amount:before {
  display: block;
  margin-bottom: 0.2em;
  font-size: 1.6rem;
}

.stat__amount:after {
  content: "+";
  display: inline-block;
  position: absolute;
  left: -0.7em;
  bottom: 0;
}

.stat--work .stat__amount:after {
  content: "%";
  position: relative;
  left: auto;
  bottom: auto;
}

.control {
  position: relative;
  margin-bottom: 1em;
}

.control input, .control textarea {
  margin: 0;
  padding-left: 2em;
}

.control:before {
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  color: #04a9f4;
}

@media screen and (min-width: 768px) {
  .control:before {
    font-size: 1.3rem;
  }
}

.btn--primary, input[type="button"],
input[type="submit"], .dnnPrimaryAction, .dnnFormItem input[type="button"],
.dnnFormItem input[type="submit"], a.dnnPrimaryAction, .dnnSecondaryAction, .dnnFormItem input[type="reset"], a.dnnSecondaryAction,
.dnnTertiaryAction, a.dnnTertiaryAction {
  display: inline-block;
  padding: 0.5em 3em;
  border-width: 2px;
  border-style: solid;
  border-color: currentColor;
  border-radius: 0px;
  color: #fafafa;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  box-shadow: none;
  transition: all 0.3s linear;
}

.btn--primary:visited, input[type="button"]:visited,
input[type="submit"]:visited, .dnnPrimaryAction:visited, .dnnSecondaryAction:visited, .dnnFormItem input[type="reset"]:visited,
.dnnTertiaryAction:visited {
  color: #1e1e1e;
}

.btn--primary:hover, input[type="button"]:hover,
input[type="submit"]:hover, .dnnPrimaryAction:hover, .dnnSecondaryAction:hover, .dnnFormItem input[type="reset"]:hover,
.dnnTertiaryAction:hover {
  text-decoration: none;
}

.btn--primary:active, input[type="button"]:active,
input[type="submit"]:active, .dnnPrimaryAction:active, .dnnSecondaryAction:active, .dnnFormItem input[type="reset"]:active,
.dnnTertiaryAction:active, .btn--primary:focus, input[type="button"]:focus,
input[type="submit"]:focus, .dnnPrimaryAction:focus, .dnnSecondaryAction:focus, .dnnFormItem input[type="reset"]:focus,
.dnnTertiaryAction:focus {
  text-decoration: none;
  outline: none;
}

.btn--linear.btn--primary, input.btn--linear[type="button"],
input.btn--linear[type="submit"], .btn--linear.dnnPrimaryAction, .btn--linear.dnnSecondaryAction, .dnnFormItem input.btn--linear[type="reset"],
.btn--linear.dnnTertiaryAction {
  background-color: transparent;
}

.btn--primary:before, input[type="button"]:before,
input[type="submit"]:before, .dnnPrimaryAction:before, .dnnFormItem input[type="button"]:before,
.dnnFormItem input[type="submit"]:before, .dnnSecondaryAction:before, .dnnFormItem input[type="reset"]:before,
.dnnTertiaryAction:before {
  display: inline-block;
  margin-right: 0.5em;
}

.btn--primary, input[type="button"],
input[type="submit"] {
  border-color: #fafafa;
  background-color: #fafafa;
  color: #04a9f4;
}

.btn--primary:visited, input[type="button"]:visited,
input[type="submit"]:visited, .btn--primary:active, input[type="button"]:active,
input[type="submit"]:active, .btn--primary:focus, input[type="button"]:focus,
input[type="submit"]:focus {
  color: #04a9f4;
}

.btn--primary:hover, input[type="button"]:hover,
input[type="submit"]:hover {
  background-color: #04a9f4;
  border-color: #04a9f4;
  color: #fafafa;
}

.btn--primary.btn--linear, input.btn--linear[type="button"],
input.btn--linear[type="submit"] {
  color: #1a9ace;
}

.btn--primary.btn--linear:hover, input.btn--linear[type="button"]:hover,
input.btn--linear[type="submit"]:hover {
  background-color: #1a9ace;
  color: #fafafa;
  border-color: #1a9ace;
}

.btn--small {
  padding: 0.3em 0.6em;
  font-size: 0.8rem;
}

.btn--large {
  padding: 0.8em 2em;
  font-size: 1.3rem;
}

.dnnPrimaryAction, .dnnFormItem input[type="button"],
.dnnFormItem input[type="submit"], a.dnnPrimaryAction {
  font-weight: 300;
  text-shadow: none;
  background: none;
  background-color: #fafafa;
  border-color: #fafafa;
  color: #04a9f4;
}

.dnnPrimaryAction:visited, .dnnFormItem input[type="button"]:visited,
.dnnFormItem input[type="submit"]:visited, a.dnnPrimaryAction:visited {
  color: #04a9f4;
}

.dnnPrimaryAction:hover, .dnnFormItem input[type="button"]:hover,
.dnnFormItem input[type="submit"]:hover, .dnnPrimaryAction:focus, .dnnFormItem input[type="button"]:focus,
.dnnFormItem input[type="submit"]:focus, .dnnPrimaryAction:active, .dnnFormItem input[type="button"]:active,
.dnnFormItem input[type="submit"]:active, a.dnnPrimaryAction:hover, a.dnnPrimaryAction:focus, a.dnnPrimaryAction:active {
  background: none;
  background-color: #04a9f4;
  border-color: #04a9f4;
  color: #fafafa;
}

.dnnSecondaryAction, .dnnFormItem input[type="reset"], a.dnnSecondaryAction,
.dnnTertiaryAction, a.dnnTertiaryAction {
  font-weight: 300;
  text-shadow: none;
  background: none;
  background-color: #eaeaea;
  border-color: #eaeaea;
  color: #fafafa;
}

.dnnSecondaryAction:visited, .dnnFormItem input[type="reset"]:visited, a.dnnSecondaryAction:visited,
.dnnTertiaryAction:visited, a.dnnTertiaryAction:visited {
  color: #fafafa;
}

.dnnSecondaryAction:hover, .dnnFormItem input[type="reset"]:hover, .dnnSecondaryAction:focus, .dnnFormItem input[type="reset"]:focus, .dnnSecondaryAction:active, .dnnFormItem input[type="reset"]:active, a.dnnSecondaryAction:hover, a.dnnSecondaryAction:focus, a.dnnSecondaryAction:active,
.dnnTertiaryAction:hover,
.dnnTertiaryAction:focus,
.dnnTertiaryAction:active, a.dnnTertiaryAction:hover, a.dnnTertiaryAction:focus, a.dnnTertiaryAction:active {
  background: none;
  background-color: #04a9f4;
  border-color: #04a9f4;
  color: #fafafa;
}

.dnnFormMessage.dnnFormInfo {
  border-color: #247db1;
  background-color: #5eaede;
  color: #0f3247;
}

.dnnFormMessage.dnnFormSuccess {
  border-color: #199c4a;
  background-color: #66e796;
  color: #0e5a2a;
}

.dnnFormMessage.dnnFormWarning {
  border-color: #dfb33f;
  background-color: #f1dfad;
  color: #896916;
}

.dnnFormMessage.dnnFormError {
  border-color: #ff3152;
  background-color: #ff7e92;
  color: #7e0014;
}

body > form #ControlBar_ControlPanel {
  z-index: 9000 !important;
}

form#Form {
  margin: 0 !important;
}

.Normal, .NormalDisabled, .NormalDeleted {
  color: inherit;
  font-size: 100%;
  font-weight: normal;
  line-height: normal;
}

ul#ControlBar_Module_ModulePosition li,
div.actionMenu ul.dnn_mact > li.actionMenuMove > ul li {
  height: auto !important;
}

.dnnDropDownList .selected-item a {
  height: auto !important;
}

div.actionMenu ul.dnn_mact > li.actionMenuMove > ul li {
  padding: 5px 10px;
}

.dnnFileUploadScope .dnnFormItem span,
.urlControlTab .dnnFormItem > span {
  width: auto;
  padding-left: 0;
  padding-right: 5px;
}

.dnnFileUploadScope {
  background-color: transparent;
}

div.dnnFormGroup {
  background: transparent;
}

.urlControl {
  background-color: transparent;
}

.dnnForm fieldset {
  margin-bottom: 0;
}

.dnnFormRadioButtons {
  background-color: transparent !important;
}

.dnnFormRadioButtons tbody tr:hover td,
.dnnFormRadioButtons tbody tr:hover th,
.dnnFormRadioButtons tbody tr:hover td,
.dnnFormRadioButtons tbody tr:hover th {
  background-color: transparent;
}

.dnnFormRadioButtons th, .dnnFormRadioButtons td,
.dnnFormRadioButtons th,
.dnnFormRadioButtons td {
  border: none;
}

.dnnFormItem input[type="button"],
.dnnFormItem input[type="reset"],
.dnnFormItem input[type="submit"] {
  width: auto;
  margin-bottom: 0;
}

.dnnFormItem input[type="text"],
.dnnFormItem input[type="email"],
.dnnFormItem input[type="search"],
.dnnFormItem input[type="password"],
.dnnFormItem select,
.dnnFormItem textarea {
  display: inline-block;
  width: 100% !important;
  max-width: 100% !important;
  margin-bottom: 0;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-radius: 0;
  padding: 0.4em 0.5em;
  font-size: 1rem;
  color: #04a9f4;
  background: none;
  background-color: rgba(255, 255, 255, 0.85);
  box-shadow: none;
}

@media screen and (min-width: 768px) {
  .dnnFormItem input[type="text"],
  .dnnFormItem input[type="email"],
  .dnnFormItem input[type="search"],
  .dnnFormItem input[type="password"],
  .dnnFormItem select,
  .dnnFormItem textarea {
    font-size: 1.3rem;
  }
}

.dnnFormItem input[type="text"]:active, .dnnFormItem input[type="text"]:focus,
.dnnFormItem input[type="email"]:active,
.dnnFormItem input[type="email"]:focus,
.dnnFormItem input[type="search"]:active,
.dnnFormItem input[type="search"]:focus,
.dnnFormItem input[type="password"]:active,
.dnnFormItem input[type="password"]:focus,
.dnnFormItem select:active,
.dnnFormItem select:focus,
.dnnFormItem textarea:active,
.dnnFormItem textarea:focus {
  outline: none;
  border-color: #1a9ace;
  color: #04a9f4;
  background: none;
  background-color: rgba(255, 255, 255, 0.85);
  box-shadow: none;
}

.dnnFormItem input[type="text"],
.dnnFormItem input[type="email"],
.dnnFormItem input[type="search"],
.dnnFormItem input[type="password"],
.dnnFormItem textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.dnnFormItem input[type="text"]::-webkit-input-placeholder,
.dnnFormItem input[type="email"]::-webkit-input-placeholder,
.dnnFormItem input[type="search"]::-webkit-input-placeholder,
.dnnFormItem input[type="password"]::-webkit-input-placeholder,
.dnnFormItem textarea::-webkit-input-placeholder {
  color: #04a9f4;
  opacity: 1;
}

.dnnFormItem input[type="text"]::-moz-placeholder,
.dnnFormItem input[type="email"]::-moz-placeholder,
.dnnFormItem input[type="search"]::-moz-placeholder,
.dnnFormItem input[type="password"]::-moz-placeholder,
.dnnFormItem textarea::-moz-placeholder {
  color: #04a9f4;
  opacity: 1;
}

.dnnFormItem input[type="text"]:-ms-input-placeholder,
.dnnFormItem input[type="email"]:-ms-input-placeholder,
.dnnFormItem input[type="search"]:-ms-input-placeholder,
.dnnFormItem input[type="password"]:-ms-input-placeholder,
.dnnFormItem textarea:-ms-input-placeholder {
  color: #04a9f4;
  opacity: 1;
}

.dnnFormItem input[type="text"]:-moz-placeholder,
.dnnFormItem input[type="email"]:-moz-placeholder,
.dnnFormItem input[type="search"]:-moz-placeholder,
.dnnFormItem input[type="password"]:-moz-placeholder,
.dnnFormItem textarea:-moz-placeholder {
  color: #04a9f4;
  opacity: 1;
}

.dnnFormItem input[type="radio"],
.dnnFormItem input[type="checkbox"] {
  position: relative !important;
  z-index: inherit !important;
  opacity: 1 !important;
  width: 0.9em !important;
  height: 0.9em !important;
}

.dnnFormItem input[type="checkbox"] + span,
.dnnFormItem input[type="radio"] + span,
.dnnFormItem .dnnRadioButton,
.dnnFormItem .dnnCheckbox {
  display: none !important;
  visibility: hidden;
}

.dnnDropDownList .selected-item {
  position: relative;
  padding: 0;
  margin: 0;
  background: #ffffff;
  color: #1e1e1e;
  text-decoration: none;
  border: 1px solid #777777;
  box-shadow: none;
  border-radius: 0px;
}

.RadComboBox_Default, .RadComboBox_Default .rcbInput, .RadComboBoxDropDown_Default {
  font-size: 100% !important;
  color: #1e1e1e;
}

.RadComboBox_Default td.rcbInputCellLeft,
.RadComboBox_Default td.rcbInputCellRight,
.RadComboBox_Default td.rcbArrowCellLeft,
.RadComboBox_Default td.rcbArrowCellRight {
  border: 1px solid #777777 !important;
  padding: 0 !important;
  margin: 0 !important;
  background: #ffffff !important;
  color: #1e1e1e !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

.RadComboBox_Default td.rcbInputCellLeft,
.RadComboBox_Default td.rcbArrowCellLeft {
  border-right: none;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  -webkit-border-top-left-radius: 0px !important;
  -webkit-border-bottom-left-radius: 0px !important;
}

.RadComboBox_Default td.rcbInputCellRight,
.RadComboBox_Default td.rcbArrowCellRight {
  border-left: none;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  -webkit-border-top-right-radius: 0px !important;
  -webkit-border-bottom-right-radius: 0px !important;
}

.RadComboBox_Default .rcbFocused td.rcbInputCellLeft,
.RadComboBox_Default .rcbFocused td.rcbInputCellRight,
.RadComboBox_Default .rcbFocused td.rcbArrowCellRight {
  border-color: #1a9ace;
  box-shadow: 0 0 1px 1px #4cbbe8;
}

.dnnForm .ui-corner-all,
.dnnForm .ui-corner-top,
.dnnForm .ui-corner-right,
.dnnForm .ui-corner-tr {
  border-radius: 0px;
}

#ControlEditPageMenu input[type="radio"],
#ControlEditPageMenu input[type="checkbox"] {
  position: relative !important;
  z-index: inherit !important;
  opacity: 1 !important;
  width: 0.9em !important;
  height: 0.9em !important;
}

#ControlEditPageMenu .dnnCheckbox {
  display: none;
  visibility: hidden;
}

#ControlEditPageMenu .dnnCheckbox + label {
  margin-left: 0;
}

.dnnGridItem input, .dnnGridItem textarea, .dnnGridItem select,
.dnnGridAltItem input,
.dnnGridAltItem textarea,
.dnnGridAltItem select {
  display: inline-block;
  width: auto;
  max-width: none;
  margin-bottom: 0;
  border: 0;
  padding: 0;
}

.dnnFormItem:after {
  display: block;
  content: "";
  clear: both;
}

ul.dnnAdminTabNav {
  height: auto;
  border-bottom: 1px solid #1a9ace;
}

ul.dnnAdminTabNav li a {
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0px;
  background: transparent;
  background-color: #eaeaea;
  color: #777777;
  text-shadow: none;
  border: 1px solid #eaeaea;
  padding: 0.5em 1em;
}

ul.dnnAdminTabNav li a:visited {
  color: #1e1e1e;
}

ul.dnnAdminTabNav li a:hover {
  background: transparent;
  background-color: #1a9ace;
  border-color: #1a9ace;
  color: #fafafa;
  box-shadow: none;
  text-decoration: none;
}

ul.dnnAdminTabNav li a:active, ul.dnnAdminTabNav li a:focus {
  box-shadow: none;
  text-decoration: none;
  outline: none;
}

ul.dnnAdminTabNav li.ui-tabs-active a {
  background: transparent;
  background-color: #1a9ace;
  border: 1px solid #1a9ace;
  color: #fafafa;
  margin-top: 0;
  padding: 0.5em 1em;
}

table.dnnPermissionsGrid,
table.dnnGrid,
table.dnnASPGrid {
  border-color: #1e1e1e;
}

table.dnnPermissionsGrid td, table.dnnPermissionsGrid th,
table.dnnGrid td,
table.dnnGrid th,
table.dnnASPGrid td,
table.dnnASPGrid th {
  background: transparent;
  vertical-align: middle;
}

table.dnnPermissionsGrid .dnnGridHeader td,
table.dnnPermissionsGrid thead.dnnGridHeader th,
table.dnnPermissionsGrid tr.dnnGridHeader th,
table.dnnGrid .dnnGridHeader td,
table.dnnGrid thead.dnnGridHeader th,
table.dnnGrid tr.dnnGridHeader th,
table.dnnASPGrid .dnnGridHeader td,
table.dnnASPGrid thead.dnnGridHeader th,
table.dnnASPGrid tr.dnnGridHeader th {
  border-color: #1e1e1e;
}

table.dnnPermissionsGrid .dnnGridItem img,
table.dnnPermissionsGrid .dnnGridAltItem img,
table.dnnGrid .dnnGridItem img,
table.dnnGrid .dnnGridAltItem img,
table.dnnASPGrid .dnnGridItem img,
table.dnnASPGrid .dnnGridAltItem img {
  display: inline-block;
  height: auto;
}

table.dnnPermissionsGrid .dnnGridItem input[type="image"],
table.dnnPermissionsGrid .dnnGridAltItem input[type="image"],
table.dnnGrid .dnnGridItem input[type="image"],
table.dnnGrid .dnnGridAltItem input[type="image"],
table.dnnASPGrid .dnnGridItem input[type="image"],
table.dnnASPGrid .dnnGridAltItem input[type="image"] {
  padding: 0;
  width: 20px;
  height: auto;
  border: none;
}

table.dnnPermissionsGrid td[align="center"],
table.dnnGrid td[align="center"],
table.dnnASPGrid td[align="center"] {
  text-align: center;
}

table.dnnPermissionsGrid td[align="left"],
table.dnnGrid td[align="left"],
table.dnnASPGrid td[align="left"] {
  text-align: left;
}

table.dnnPermissionsGrid td[align="right"],
table.dnnGrid td[align="right"],
table.dnnASPGrid td[align="right"] {
  text-align: right;
}

table.dnnPermissionsGrid tbody tr:nth-child(odd) td,
table.dnnPermissionsGrid tbody tr:nth-child(odd) th,
table.dnnGrid tbody tr:nth-child(odd) td,
table.dnnGrid tbody tr:nth-child(odd) th,
table.dnnASPGrid tbody tr:nth-child(odd) td,
table.dnnASPGrid tbody tr:nth-child(odd) th {
  background-color: #eaeaea;
}

table.dnnPermissionsGrid tbody tr.dnnGridItem:hover td,
table.dnnPermissionsGrid tbody tr.dnnGridItem:hover th,
table.dnnPermissionsGrid tbody tr.dnnGridAltItem:hover td,
table.dnnPermissionsGrid tbody tr.dnnGridAltItem:hover th,
table.dnnGrid tbody tr.dnnGridItem:hover td,
table.dnnGrid tbody tr.dnnGridItem:hover th,
table.dnnGrid tbody tr.dnnGridAltItem:hover td,
table.dnnGrid tbody tr.dnnGridAltItem:hover th,
table.dnnASPGrid tbody tr.dnnGridItem:hover td,
table.dnnASPGrid tbody tr.dnnGridItem:hover th,
table.dnnASPGrid tbody tr.dnnGridAltItem:hover td,
table.dnnASPGrid tbody tr.dnnGridAltItem:hover th {
  background-color: #d4effa;
}

table[id*="SiteSettings_rblSMTPmode"] {
  width: auto;
}

table[id*="SiteSettings_rblSMTPmode"] th, table[id*="SiteSettings_rblSMTPmode"] td {
  border: 0;
}

table[id*="SiteSettings_rblSMTPmode"] tbody tr:hover td,
table[id*="SiteSettings_rblSMTPmode"] tbody tr:hover th {
  background-color: transparent;
}

table[id*="SiteSettings_profileDefinitions"] img,
table[id*="SiteSettings_profileDefinitions"] input[type="image"] {
  filter: invert(40%);
  -webkit-filter: invert(40%);
  -moz-filter: invert(40%);
  -o-filter: invert(40%);
  -ms-filter: invert(40%);
}

.RadGrid input[type="image"] {
  cursor: pointer;
  width: auto;
  border: 0;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.RadGrid_Default .rgRow a,
.RadGrid_Default .rgAltRow a,
.RadGrid_Default .rgEditRow a,
.RadGrid_Default tr.rgEditRow a,
.RadGrid_Default tr.rgHoveredRow a,
.RadGrid_Default tr.rgActiveRow a,
.RadGrid_Default .rgFooter a,
.RadGrid_Default .rgEditForm a {
  display: inline-block;
}

.ucLinkTypeRadioButtons td {
  border-top: 0;
}
