@charset "UTF-8";
/*!
 * Bootstrap v3.0.3
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

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

[hidden], template {
  display: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

.form-group {
    width: 100%;
}

.form-email {
    background-color: #f7f7f7;
    height: 90%;
    margin: -30px 20px 30px 20px;
}

a {
  background: transparent;
}

a:focus {
  outline: thin dotted;
}

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

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

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

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

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

pre {
  white-space: pre-wrap;
}

q {
  quotes: "“" "”" "‘" "’";
}

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: 0;
}

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

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

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;
}

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

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

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

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

textarea {
  overflow: auto;
  vertical-align: top;
}

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

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  a, a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

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

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

  @page {
    margin: 2cm 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }

  select {
    background: #fff !important;
  }

  .navbar {
    display: none;
  }

  .table td, .table th {
    background-color: #fff !important;
  }

  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table-bordered th, .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

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

a {
  color: #428bca;
  text-decoration: none;
}

a:hover, a:focus {
  color: #2a6496;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  vertical-align: middle;
}

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

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

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

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

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

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

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

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

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

h1 small, h2 small, h3 small, h1 .small, h2 .small, h3 .small {
  font-size: 65%;
}

h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small, h5 small, h6 small, h4 .small, h5 .small, h6 .small {
  font-size: 75%;
}

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

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

h2.lab {
    -webkit-filter: drop-shadow(-1px 1px 1px black) drop-shadow(-1px -1px 3px black);
}

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

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

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

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

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small, .small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

.text-muted {
  color: #999999;
}

.text-primary {
  color: #428bca;
}

.text-primary:hover {
  color: #3071a9;
}

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

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

.text-danger {
  color: #a94442;
}

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

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

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

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

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

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

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

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

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

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

ul ul, ol ul, ul ol, ol ol {
  margin-bottom: 0;
}

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

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

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

.list-inline > li:first-child {
  padding-left: 0;
}

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

dt, dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

  .dl-horizontal dd {
    margin-left: 180px;
  }

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

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

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

  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title], abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}

blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

blockquote p:last-child {
  margin-bottom: 0;
}

blockquote small, blockquote .small {
  display: block;
  line-height: 1.428571429;
  color: #999999;
}

blockquote small:before, blockquote .small:before {
  content: "— ";
}

blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

blockquote.pull-right p, blockquote.pull-right small, blockquote.pull-right .small {
  text-align: right;
}

blockquote.pull-right small:before, blockquote.pull-right .small:before {
  content: "";
}

blockquote.pull-right small:after, blockquote.pull-right .small:after {
  content: " —";
}

blockquote:before, blockquote:after {
  content: "";
}

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

code, kbd, pre, samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

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

.container:after {
  clear: both;
}

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

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}

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

.row:after {
  clear: both;
}

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

.row:after {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-pull-0 {
    right: 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-push-0 {
    left: 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .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.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-pull-0 {
    right: 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-push-0 {
    left: 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .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.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-pull-0 {
    right: 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-push-0 {
    left: 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table .table {
  background-color: #ffffff;
}

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*=col-], table th[class*=col-] {
  float: none;
  display: table-cell;
}

.table > thead > tr > .active, .table > tbody > tr > .active, .table > tfoot > tr > .active, .table > thead > .active > td, .table > tbody > .active > td, .table > tfoot > .active > td, .table > thead > .active > th, .table > tbody > .active > th, .table > tfoot > .active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > .active:hover, .table-hover > tbody > .active:hover > td, .table-hover > tbody > .active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > .success, .table > tbody > tr > .success, .table > tfoot > tr > .success, .table > thead > .success > td, .table > tbody > .success > td, .table > tfoot > .success > td, .table > thead > .success > th, .table > tbody > .success > th, .table > tfoot > .success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > .success:hover, .table-hover > tbody > .success:hover > td, .table-hover > tbody > .success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > .danger, .table > tbody > tr > .danger, .table > tfoot > tr > .danger, .table > thead > .danger > td, .table > tbody > .danger > td, .table > tfoot > .danger > td, .table > thead > .danger > th, .table > tbody > .danger > th, .table > tfoot > .danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > .danger:hover, .table-hover > tbody > .danger:hover > td, .table-hover > tbody > .danger:hover > th {
  background-color: #ebcccc;
}

.table > thead > tr > .warning, .table > tbody > tr > .warning, .table > tfoot > tr > .warning, .table > thead > .warning > td, .table > tbody > .warning > td, .table > tfoot > .warning > td, .table > thead > .warning > th, .table > tbody > .warning > th, .table > tfoot > .warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > .warning:hover, .table-hover > tbody > .warning:hover > td, .table-hover > tbody > .warning:hover > th {
  background-color: #faf2cc;
}

@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive > .table {
    margin-bottom: 0;
  }

  .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

  .table-responsive > .table-bordered {
    border: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }

  .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=radio], input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

input[type=file] {
  display: block;
}

select[multiple], select[size] {
  height: auto;
}

select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}

input[type=file]:focus, input[type=radio]:focus, input[type=checkbox]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

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

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control:-moz-placeholder {
  color: #999999;
}

.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999999;
}

.form-control::-webkit-input-placeholder {
  color: #999999;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 15px;
}

.radio, .checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}

.radio label, .checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
  float: left;
  margin-left: -20px;
}

.radio + .radio, .checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline, .checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type=radio][disabled], input[type=checkbox][disabled], .radio[disabled], .radio-inline[disabled], .checkbox[disabled], .checkbox-inline[disabled], fieldset[disabled] input[type=radio], fieldset[disabled] input[type=checkbox], fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm {
  height: auto;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg {
  height: auto;
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.form-control-static {
  margin-bottom: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
  }

  .form-inline select.form-control {
    width: auto;
  }

  .form-inline .radio, .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }

  .form-inline .radio input[type=radio], .form-inline .checkbox input[type=checkbox] {
    float: none;
    margin-left: 0;
  }
}
.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio, .form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

.form-horizontal .form-control-static {
  padding-top: 7px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover, .btn:focus {
  color: #333333;
  text-decoration: none;
}

.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}

.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-default .badge {
  color: #ffffff;
  background-color: #fff;
}

.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}

.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}

.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}

.btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}

.btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}

.btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}

.btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block, input[type=reset].btn-block, input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url(".dist/fonts/glyphicons-halflings-regular.html");
  src: url(".dist/fonts/glyphicons-halflings-regulard41d.html?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.html") format("woff"), url("../fonts/glyphicons-halflings-regular-2.html") format("truetype"), url("../fonts/glyphicons-halflings-regular-3.html#glyphicons-halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon:empty {
  width: 1em;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "";
}

.glyphicon-music:before {
  content: "";
}

.glyphicon-search:before {
  content: "";
}

.glyphicon-heart:before {
  content: "";
}

.glyphicon-star:before {
  content: "";
}

.glyphicon-star-empty:before {
  content: "";
}

.glyphicon-user:before {
  content: "";
}

.glyphicon-film:before {
  content: "";
}

.glyphicon-th-large:before {
  content: "";
}

.glyphicon-th:before {
  content: "";
}

.glyphicon-th-list:before {
  content: "";
}

.glyphicon-ok:before {
  content: "";
}

.glyphicon-remove:before {
  content: "";
}

.glyphicon-zoom-in:before {
  content: "";
}

.glyphicon-zoom-out:before {
  content: "";
}

.glyphicon-off:before {
  content: "";
}

.glyphicon-signal:before {
  content: "";
}

.glyphicon-cog:before {
  content: "";
}

.glyphicon-trash:before {
  content: "";
}

.glyphicon-home:before {
  content: "";
}

.glyphicon-file:before {
  content: "";
}

.glyphicon-time:before {
  content: "";
}

.glyphicon-road:before {
  content: "";
}

.glyphicon-download-alt:before {
  content: "";
}

.glyphicon-download:before {
  content: "";
}

.glyphicon-upload:before {
  content: "";
}

.glyphicon-inbox:before {
  content: "";
}

.glyphicon-play-circle:before {
  content: "";
}

.glyphicon-repeat:before {
  content: "";
}

.glyphicon-refresh:before {
  content: "";
}

.glyphicon-list-alt:before {
  content: "";
}

.glyphicon-lock:before {
  content: "";
}

.glyphicon-flag:before {
  content: "";
}

.glyphicon-headphones:before {
  content: "";
}

.glyphicon-volume-off:before {
  content: "";
}

.glyphicon-volume-down:before {
  content: "";
}

.glyphicon-volume-up:before {
  content: "";
}

.glyphicon-qrcode:before {
  content: "";
}

.glyphicon-barcode:before {
  content: "";
}

.glyphicon-tag:before {
  content: "";
}

.glyphicon-tags:before {
  content: "";
}

.glyphicon-book:before {
  content: "";
}

.glyphicon-bookmark:before {
  content: "";
}

.glyphicon-print:before {
  content: "";
}

.glyphicon-camera:before {
  content: "";
}

.glyphicon-font:before {
  content: "";
}

.glyphicon-bold:before {
  content: "";
}

.glyphicon-italic:before {
  content: "";
}

.glyphicon-text-height:before {
  content: "";
}

.glyphicon-text-width:before {
  content: "";
}

.glyphicon-align-left:before {
  content: "";
}

.glyphicon-align-center:before {
  content: "";
}

.glyphicon-align-right:before {
  content: "";
}

.glyphicon-align-justify:before {
  content: "";
}

.glyphicon-list:before {
  content: "";
}

.glyphicon-indent-left:before {
  content: "";
}

.glyphicon-indent-right:before {
  content: "";
}

.glyphicon-facetime-video:before {
  content: "";
}

.glyphicon-picture:before {
  content: "";
}

.glyphicon-map-marker:before {
  content: "";
}

.glyphicon-adjust:before {
  content: "";
}

.glyphicon-tint:before {
  content: "";
}

.glyphicon-edit:before {
  content: "";
}

.glyphicon-share:before {
  content: "";
}

.glyphicon-check:before {
  content: "";
}

.glyphicon-move:before {
  content: "";
}

.glyphicon-step-backward:before {
  content: "";
}

.glyphicon-fast-backward:before {
  content: "";
}

.glyphicon-backward:before {
  content: "";
}

.glyphicon-play:before {
  content: "";
}

.glyphicon-pause:before {
  content: "";
}

.glyphicon-stop:before {
  content: "";
}

.glyphicon-forward:before {
  content: "";
}

.glyphicon-fast-forward:before {
  content: "";
}

.glyphicon-step-forward:before {
  content: "";
}

.glyphicon-eject:before {
  content: "";
}

.glyphicon-chevron-left:before {
  content: "";
}

.glyphicon-chevron-right:before {
  content: "";
}

.glyphicon-plus-sign:before {
  content: "";
}

.glyphicon-minus-sign:before {
  content: "";
}

.glyphicon-remove-sign:before {
  content: "";
}

.glyphicon-ok-sign:before {
  content: "";
}

.glyphicon-question-sign:before {
  content: "";
}

.glyphicon-info-sign:before {
  content: "";
}

.glyphicon-screenshot:before {
  content: "";
}

.glyphicon-remove-circle:before {
  content: "";
}

.glyphicon-ok-circle:before {
  content: "";
}

.glyphicon-ban-circle:before {
  content: "";
}

.glyphicon-arrow-left:before {
  content: "";
}

.glyphicon-arrow-right:before {
  content: "";
}

.glyphicon-arrow-up:before {
  content: "";
}

.glyphicon-arrow-down:before {
  content: "";
}

.glyphicon-share-alt:before {
  content: "";
}

.glyphicon-resize-full:before {
  content: "";
}

.glyphicon-resize-small:before {
  content: "";
}

.glyphicon-exclamation-sign:before {
  content: "";
}

.glyphicon-gift:before {
  content: "";
}

.glyphicon-leaf:before {
  content: "";
}

.glyphicon-fire:before {
  content: "";
}

.glyphicon-eye-open:before {
  content: "";
}

.glyphicon-eye-close:before {
  content: "";
}

.glyphicon-warning-sign:before {
  content: "";
}

.glyphicon-plane:before {
  content: "";
}

.glyphicon-calendar:before {
  content: "";
}

.glyphicon-random:before {
  content: "";
}

.glyphicon-comment:before {
  content: "";
}

.glyphicon-magnet:before {
  content: "";
}

.glyphicon-chevron-up:before {
  content: "";
}

.glyphicon-chevron-down:before {
  content: "";
}

.glyphicon-retweet:before {
  content: "";
}

.glyphicon-shopping-cart:before {
  content: "";
}

.glyphicon-folder-close:before {
  content: "";
}

.glyphicon-folder-open:before {
  content: "";
}

.glyphicon-resize-vertical:before {
  content: "";
}

.glyphicon-resize-horizontal:before {
  content: "";
}

.glyphicon-hdd:before {
  content: "";
}

.glyphicon-bullhorn:before {
  content: "";
}

.glyphicon-bell:before {
  content: "";
}

.glyphicon-certificate:before {
  content: "";
}

.glyphicon-thumbs-up:before {
  content: "";
}

.glyphicon-thumbs-down:before {
  content: "";
}

.glyphicon-hand-right:before {
  content: "";
}

.glyphicon-hand-left:before {
  content: "";
}

.glyphicon-hand-up:before {
  content: "";
}

.glyphicon-hand-down:before {
  content: "";
}

.glyphicon-circle-arrow-right:before {
  content: "";
}

.glyphicon-circle-arrow-left:before {
  content: "";
}

.glyphicon-circle-arrow-up:before {
  content: "";
}

.glyphicon-circle-arrow-down:before {
  content: "";
}

.glyphicon-globe:before {
  content: "";
}

.glyphicon-wrench:before {
  content: "";
}

.glyphicon-tasks:before {
  content: "";
}

.glyphicon-filter:before {
  content: "";
}

.glyphicon-briefcase:before {
  content: "";
}

.glyphicon-fullscreen:before {
  content: "";
}

.glyphicon-dashboard:before {
  content: "";
}

.glyphicon-paperclip:before {
  content: "";
}

.glyphicon-heart-empty:before {
  content: "";
}

.glyphicon-link:before {
  content: "";
}

.glyphicon-phone:before {
  content: "";
}

.glyphicon-pushpin:before {
  content: "";
}

.glyphicon-usd:before {
  content: "";
}

.glyphicon-gbp:before {
  content: "";
}

.glyphicon-sort:before {
  content: "";
}

.glyphicon-sort-by-alphabet:before {
  content: "";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "";
}

.glyphicon-sort-by-order:before {
  content: "";
}

.glyphicon-sort-by-order-alt:before {
  content: "";
}

.glyphicon-sort-by-attributes:before {
  content: "";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "";
}

.glyphicon-unchecked:before {
  content: "";
}

.glyphicon-expand:before {
  content: "";
}

.glyphicon-collapse-down:before {
  content: "";
}

.glyphicon-collapse-up:before {
  content: "";
}

.glyphicon-log-in:before {
  content: "";
}

.glyphicon-flash:before {
  content: "";
}

.glyphicon-log-out:before {
  content: "";
}

.glyphicon-new-window:before {
  content: "";
}

.glyphicon-record:before {
  content: "";
}

.glyphicon-save:before {
  content: "";
}

.glyphicon-open:before {
  content: "";
}

.glyphicon-saved:before {
  content: "";
}

.glyphicon-import:before {
  content: "";
}

.glyphicon-export:before {
  content: "";
}

.glyphicon-send:before {
  content: "";
}

.glyphicon-floppy-disk:before {
  content: "";
}

.glyphicon-floppy-saved:before {
  content: "";
}

.glyphicon-floppy-remove:before {
  content: "";
}

.glyphicon-floppy-save:before {
  content: "";
}

.glyphicon-floppy-open:before {
  content: "";
}

.glyphicon-credit-card:before {
  content: "";
}

.glyphicon-transfer:before {
  content: "";
}

.glyphicon-cutlery:before {
  content: "";
}

.glyphicon-header:before {
  content: "";
}

.glyphicon-compressed:before {
  content: "";
}

.glyphicon-earphone:before {
  content: "";
}

.glyphicon-phone-alt:before {
  content: "";
}

.glyphicon-tower:before {
  content: "";
}

.glyphicon-stats:before {
  content: "";
}

.glyphicon-sd-video:before {
  content: "";
}

.glyphicon-hd-video:before {
  content: "";
}

.glyphicon-subtitles:before {
  content: "";
}

.glyphicon-sound-stereo:before {
  content: "";
}

.glyphicon-sound-dolby:before {
  content: "";
}

.glyphicon-sound-5-1:before {
  content: "";
}

.glyphicon-sound-6-1:before {
  content: "";
}

.glyphicon-sound-7-1:before {
  content: "";
}

.glyphicon-copyright-mark:before {
  content: "";
}

.glyphicon-registration-mark:before {
  content: "";
}

.glyphicon-cloud-download:before {
  content: "";
}

.glyphicon-cloud-upload:before {
  content: "";
}

.glyphicon-tree-conifer:before {
  content: "";
}

.glyphicon-tree-deciduous:before {
  content: "";
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.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: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  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: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  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: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #999999;
}

.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-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999999;
}

.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 solid;
  content: "";
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn, .btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group > .btn:focus, .btn-group-vertical > .btn:focus {
  outline: none;
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn-group {
  float: left;
}

.btn-toolbar > .btn + .btn, .btn-toolbar > .btn-group + .btn, .btn-toolbar > .btn + .btn-group, .btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child > .btn:last-child, .btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

[data-toggle=buttons] > .btn > input[type=radio], [data-toggle=buttons] > .btn > input[type=checkbox] {
  display: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}

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

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type=radio], .input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  white-space: nowrap;
}

.input-group-btn:first-child > .btn {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn {
  margin-left: -1px;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -4px;
}

.input-group-btn > .btn:hover, .input-group-btn > .btn:active {
  z-index: 2;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

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

.nav:after {
  clear: both;
}

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

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #999999;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #dddddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #428bca;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

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

.navbar:after {
  clear: both;
}

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

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}

.navbar-header:after {
  clear: both;
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.container > .navbar-header, .container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header, .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top, .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-top, .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }

  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }

  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav > li {
    float: left;
  }

  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .form-control {
    display: inline-block;
  }

  .navbar-form select.form-control {
    width: auto;
  }

  .navbar-form .radio, .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }

  .navbar-form .radio input[type=radio], .navbar-form .checkbox input[type=checkbox] {
    float: none;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-nav.pull-right > li > .dropdown-menu, .navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }

  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777777;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777777;
}

.navbar-default .navbar-nav > li > a {
  color: #777777;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #dddddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}

.navbar-default .navbar-link:hover {
  color: #333333;
}

.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #999999;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #999999;
}

.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333333;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}

.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #cccccc;
}

.breadcrumb > .active {
  color: #999999;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  background-color: #eeeeee;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}

.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}

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

.pager:after {
  clear: both;
}

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

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a, .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}

.pager li > a:hover, .pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next > a, .pager .next > span {
  float: right;
}

.pager .previous > a, .pager .previous > span {
  float: left;
}

.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
  color: #999999;
  background-color: #ffffff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

.label[href]:hover, .label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #999999;
}

.label-default[href]:hover, .label-default[href]:focus {
  background-color: #808080;
}

.label-primary {
  background-color: #428bca;
}

.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #3071a9;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

a.badge:hover, a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

a.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #ffffff;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #eeeeee;
}

.jumbotron h1, .jumbotron .h1 {
  line-height: 1;
  color: inherit;
}

.jumbotron p {
  line-height: 1.4;
}

.container .jumbotron {
  border-radius: 6px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }

  .jumbotron h1, .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.thumbnail > img, .thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
  border-color: #428bca;
}

.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p, .alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable {
  padding-right: 35px;
}

.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media, .media-body {
  overflow: hidden;
  zoom: 1;
}

.media, .media .media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media-object {
  display: block;
}

.media-heading {
  margin: 0 0 5px;
}

.media > .pull-left {
  margin-right: 10px;
}

.media > .pull-right {
  margin-left: 10px;
}

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

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

a.list-group-item {
  color: #555555;
}

a.list-group-item .list-group-item-heading {
  color: #333333;
}

a.list-group-item:hover, a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

a.list-group-item.active .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}

a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}

.panel-body:after {
  clear: both;
}

.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}

.panel-body:after {
  clear: both;
}

.panel > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item {
  border-width: 1px 0;
}

.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.panel > .table, .panel > .table-responsive > .table {
  margin-bottom: 0;
}

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}

.panel > .table > tbody:first-child th, .panel > .table > tbody:first-child td {
  border-top: 0;
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:last-child > th, .panel > .table-responsive > .table-bordered > thead > tr:last-child > th, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .panel > .table-bordered > thead > tr:last-child > td, .panel > .table-responsive > .table-bordered > thead > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}

.panel-default {
  border-color: #dddddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}

.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}

.panel-primary {
  border-color: #428bca;
}

.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}

.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover, .close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  z-index: 1050;
}

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 20px;
}

.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

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

.popover-content {
  padding: 9px 14px;
}

.popover .arrow, .popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow {
  border-width: 11px;
}

.popover .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}

.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
}

.carousel-control:hover, .carousel-control:focus {
  outline: none;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
  left: 50%;
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
  right: 50%;
}

.carousel-control .icon-prev, .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: "‹";
}

.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}

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

.carousel-caption .btn {
  text-shadow: none;
}

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

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

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

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

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

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs, tr.visible-xs, th.visible-xs, td.visible-xs {
  display: none !important;
}

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

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

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

  table.visible-xs.visible-sm {
    display: table;
  }

  tr.visible-xs.visible-sm {
    display: table-row !important;
  }

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

  table.visible-xs.visible-md {
    display: table;
  }

  tr.visible-xs.visible-md {
    display: table-row !important;
  }

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

  table.visible-xs.visible-lg {
    display: table;
  }

  tr.visible-xs.visible-lg {
    display: table-row !important;
  }

  th.visible-xs.visible-lg, td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm, tr.visible-sm, th.visible-sm, td.visible-sm {
  display: none !important;
}

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

  table.visible-sm.visible-xs {
    display: table;
  }

  tr.visible-sm.visible-xs {
    display: table-row !important;
  }

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

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

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

  table.visible-sm.visible-md {
    display: table;
  }

  tr.visible-sm.visible-md {
    display: table-row !important;
  }

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

  table.visible-sm.visible-lg {
    display: table;
  }

  tr.visible-sm.visible-lg {
    display: table-row !important;
  }

  th.visible-sm.visible-lg, td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md, tr.visible-md, th.visible-md, td.visible-md {
  display: none !important;
}

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

  table.visible-md.visible-xs {
    display: table;
  }

  tr.visible-md.visible-xs {
    display: table-row !important;
  }

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

  table.visible-md.visible-sm {
    display: table;
  }

  tr.visible-md.visible-sm {
    display: table-row !important;
  }

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

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

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

  table.visible-md.visible-lg {
    display: table;
  }

  tr.visible-md.visible-lg {
    display: table-row !important;
  }

  th.visible-md.visible-lg, td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg, tr.visible-lg, th.visible-lg, td.visible-lg {
  display: none !important;
}

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

  table.visible-lg.visible-xs {
    display: table;
  }

  tr.visible-lg.visible-xs {
    display: table-row !important;
  }

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

  table.visible-lg.visible-sm {
    display: table;
  }

  tr.visible-lg.visible-sm {
    display: table-row !important;
  }

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

  table.visible-lg.visible-md {
    display: table;
  }

  tr.visible-lg.visible-md {
    display: table-row !important;
  }

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

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg, td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}

table.hidden-xs {
  display: table;
}

tr.hidden-xs {
  display: table-row !important;
}

th.hidden-xs, td.hidden-xs {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-xs, tr.hidden-xs, th.hidden-xs, td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm, tr.hidden-xs.hidden-sm, th.hidden-xs.hidden-sm, td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md, tr.hidden-xs.hidden-md, th.hidden-xs.hidden-md, td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg, tr.hidden-xs.hidden-lg, th.hidden-xs.hidden-lg, td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}

table.hidden-sm {
  display: table;
}

tr.hidden-sm {
  display: table-row !important;
}

th.hidden-sm, td.hidden-sm {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-sm.hidden-xs, tr.hidden-sm.hidden-xs, th.hidden-sm.hidden-xs, td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm, tr.hidden-sm, th.hidden-sm, td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md, tr.hidden-sm.hidden-md, th.hidden-sm.hidden-md, td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg, tr.hidden-sm.hidden-lg, th.hidden-sm.hidden-lg, td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}

table.hidden-md {
  display: table;
}

tr.hidden-md {
  display: table-row !important;
}

th.hidden-md, td.hidden-md {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-md.hidden-xs, tr.hidden-md.hidden-xs, th.hidden-md.hidden-xs, td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm, tr.hidden-md.hidden-sm, th.hidden-md.hidden-sm, td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md, tr.hidden-md, th.hidden-md, td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg, tr.hidden-md.hidden-lg, th.hidden-md.hidden-lg, td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}

table.hidden-lg {
  display: table;
}

tr.hidden-lg {
  display: table-row !important;
}

th.hidden-lg, td.hidden-lg {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-lg.hidden-xs, tr.hidden-lg.hidden-xs, th.hidden-lg.hidden-xs, td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm, tr.hidden-lg.hidden-sm, th.hidden-lg.hidden-sm, td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md, tr.hidden-lg.hidden-md, th.hidden-lg.hidden-md, td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg, tr.hidden-lg, th.hidden-lg, td.hidden-lg {
    display: none !important;
  }
}
.visible-print, tr.visible-print, th.visible-print, td.visible-print {
  display: none !important;
}

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

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print, td.visible-print {
    display: table-cell !important;
  }

  .hidden-print, tr.hidden-print, th.hidden-print, td.hidden-print {
    display: none !important;
  }
}
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont5b62.eot?v=4.6.3");
  src: url("../fonts/fontawesome-webfontd41d.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont5b62.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont5b62.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfont5b62.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont5b62.html?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

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

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

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

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

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

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

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

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

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

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

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

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

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

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

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

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

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-mercury:before {
  content: "";
}

.fa-intersex:before, .fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before, .fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before, .fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before, .fa-battery-full:before {
  content: "";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before, .fa-battery-half:before {
  content: "";
}

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before, .fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before, .fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before, .fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "";
}

.fa-fa:before, .fa-font-awesome:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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;
}

body {
  position: relative;
}

html, body {
  height: 100%;
  width: 100%;
  font-family: "Open Sans", sans-serif !important;
  color: #414243;
  font-weight: 300;
  font-size: 100%;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  text-align: center;
}

.site {
  font-size: 1.3125em;
}

.alma-red {
  color: #EB6841;
}

.alma-orange {
  color: #F8AA52;
}

.alma-yellow {
  color: #FFC77A;
}

.alma-green {
  color: #9EC583;
}

.alma-lblue {
  color: #70D2D7;
}

.alma-blue {
  color: #3FC1C8;
}

/*reset Buttons*/
button {
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button;
  /* for input */
  -webkit-user-select: none;
  /* for button */
  -moz-user-select: none;
  -ms-user-select: none;
}
button:focus {
  outline: none;
}

.wp-block-button__link,
.btn {
  background-color: #d80033;
  border: 0;
  padding: 1em 2em;
  border-radius: 4px;
  color: #fff !important;
  margin-bottom: 1em;
}
.wp-block-button__link:active, .wp-block-button__link:hover, .wp-block-button__link:focus,
.btn:active,
.btn:hover,
.btn:focus {
  background: #102656;
  color: #fff !important;
  text-decoration: none !important;
}

.wp-block-button.alt .wp-block-button__link,
.btn-alt {
  background-color: #0a1939;
}

.wp-block-button__link,
.btn-alma {
  background-color: ##FF003C;
  color: #fff;
}
.wp-block-button__link:active, .wp-block-button__link:hover, .wp-block-button__link:focus,
.btn-alma:active,
.btn-alma:hover,
.btn-alma:focus {
  background-color: #b31b3f;
}

.wp-block-button.primary .wp-block-button__link,
.btn-primary {
  background-color: #0A1939;
}
.wp-block-button.primary .wp-block-button__link:active, .wp-block-button.primary .wp-block-button__link:hover, .wp-block-button.primary .wp-block-button__link:focus,
.btn-primary:active,
.btn-primary:hover,
.btn-primary:focus {
  background-color: #0e2350;
}

.wp-block-button.secondary .wp-block-button__link,
.btn-secondary {
  background-color: #9EC583;
}
.wp-block-button.secondary .wp-block-button__link:active, .wp-block-button.secondary .wp-block-button__link:hover, .wp-block-button.secondary .wp-block-button__link:focus,
.btn-secondary:active,
.btn-secondary:hover,
.btn-secondary:focus {
  background-color: #83b560;
}

#packages,
#district-bundle ul {
  font-size: 0.761904762em;
}

#packages h3 {
  font-size: 24px;
}

.quick-feature-list {
  font-size: 0.666666667em;
}

.quick-feature-list h3 {
  font-size: 18px;
}

.no-results {
  font-style: italic;
  color: #999;
}

.breath {
  padding-top: 2%;
}

.fade {
  opacity: 1;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif !important;
}

.hero {
  background: #414243;
  color: #fff;
  overflow: hidden;
}
.hero .container {
  padding-top: 7em;
}
.hero p {
  font-size: 24px;
  -webkit-filter: drop-shadow(-1px 1px 1px black) drop-shadow(-1px -1px 3px black);
}

.home .hero {
    background: #ff003c 50% 0/1300px url('/imagens/home-hero-bg.svg') no-repeat;
}
@media only screen and (min-width: 1200px) {
  .home .hero {
    background-size: contain;
  }
}
.home .hero h1 {
  opacity: 0;
  animation: 1s ease-in 0.5s forwards fadein;
}
.home .hero h1 em {
  opacity: 0;
  animation: 1s ease-in 1.5s forwards fadein;
}

section header {
  margin-bottom: 2em;
}

h1 {
  font-size: 40px;
}
h1 em {
  color: #EB6841;
  font-style: normal;
  font-weight: bold;
}

h2 {
  font-size: 30px;
}

h2.cog {
  font-size: 30px;
  -webkit-filter: drop-shadow(-1px 1px 1px black) drop-shadow(-1px -1px 3px black);
}

h3 {
  font-size: 28px;
}

h2.sub, h3.sub, h4.sub {
  margin-top: -5px;
}

ul, ol {
  text-align: left;
}

.modal video {
  width: 100%;
  margin: auto;
  display: block;
}

svg {
  max-width: 100%;
}

.inline {
  display: inline-block;
}

.orphan {
  display: inline-block;
}

h1 .typed-wrap {
  min-width: 220px;
  border-bottom: 1px solid #fff;
  text-align: center;
}

.typed-wrap {
  display: inline-block;
  text-align: left;
  min-width: 106px;
}

.typed {
    color: #0A1939;
    font-weight: 900;
    font-style: normal;
}

.horizontal-media {
  font-size: 0.65em;
  text-align: center;
}

.horizontal-media li {
  display: inline-block;
  margin: 0 1em 1em 0;
  width: 120px;
  vertical-align: top;
}

.horizontal-media li figure {
  height: 58px;
  position: relative;
}

.horizontal-media li img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.start-sub {
  text-align: center;
}

.about-links a {
  color: #ffffff;
  text-decoration: none;
}

#home .carousel {
  padding-bottom: 40px;
}

#home .carousel-indicators {
  bottom: 0;
  margin-bottom: 0;
}

.onlight .carousel-indicators .active {
  background-color: #7a7a7a;
}

.onlight .carousel-indicators li {
  border-color: #7a7a7a;
}

.carousel-control {
  color: #7a7a7a;
  width: 100px;
  height: 100%;
  opacity: 1;
  text-shadow: none;
}

.carousel-control:hover,
.carousel-control:focus {
  color: #7a7a7a;
  opacity: 1;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.carousel-control.left {
  background: transparent;
  left: -6%;
}

.carousel-control.right {
  background: transparent;
  right: -6%;
}

.school-types {
  text-align: center;
}

.testimonial {
  background-color: #f9f4ef;
  text-align: center;
  position: relative;
  z-index: 2;
}

.testimonial .container {
  padding: 1.5em 0.5em;
}

.testimonial.bottom .container {
  padding-bottom: 2.5em;
}

.section-combine {
  background: #414243;
}

section.alma-blue {
  background: #3FC1C8;
}

section.alma-green {
  background: #9EC583;
}

.container-fluid .row {
  margin: 0;
}

#home h1 {
  margin: 0.1em 0 0.7em;
  font-size: 38px;
}

#home .mid {
  font-size: 16px;
}

.hero.world-map {
  background: #9EC583 url(../images/world-map.png) 50% 50% no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
}

section.horsepower {
  overflow: hidden;
}

section.full-page .container {
  padding: 10em 0.5em;
}

section .container-responsive {
  padding: 5em 0;
  margin: 0 5%;
  position: relative;
}

#home .container-responsive {
  padding: 5%;
  margin: 0;
}

#why h2 {
  margin: 0 0 1.2em;
}

#affordable h2 {
  font-size: 16px;
}

.question {
  z-index: 0;
  -webkit-overflow-scrolling: touch;
}

.question.is_stuck {
  z-index: 2;
}

.question .container {
  padding-top: 4em;
  padding-bottom: 1em;
}

a, .link {
  color: #3FC1C8;
}
a:hover, a:focus, .link:hover, .link:focus {
  color: #2f9fa5;
  text-decoration: underline;
}

p {
  margin-bottom: 1em;
}

i {
  font-style: normal;
}

figcaption {
  font-style: italic;
  text-align: center;
}

.justify {
  text-align: justify;
}

.mint {
  color: #9EC583;
}

.media-set {
  margin-bottom: 2em;
}

.media-set h3 {
  margin-top: 1.5em;
}

.img-responsive {
    margin: auto;
    margin-top: -40px;
    display: block;
    -webkit-filter: drop-shadow(-1px 1px 1px black) drop-shadow(-1px -1px 3px black);
}

.popover {
  max-width: 870px;
}

.popover h3 {
  margin-top: 0;
}

.lead-eye {
  position: relative;
}

.lead-eye:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -40px;
  border-top: 40px solid #fff;
  border-right: 100px solid transparent;
  border-left: 100px solid transparent;
}

/* .img-circle {
background:rgba(0,0,0,.1);
width:50px;
height:50px;
line-height:50px;
margin:0 auto;
color:#fff
} */
.img-circle:hover {
  background: rgba(0, 0, 0, 0.2);
}

.content-box {
  background-color: #fff;
  color: #414243;
  padding: 1em;
}

.alt .content-box a,
.content-box a {
  color: #3FC1C8;
}

button.close:hover {
  background-color: transparent;
}

small {
  display: block;
  line-height: 1;
}

p.callout {
  font-size: 21px;
  font-weight: 700;
}

.onboarding {
  font-size: 25px;
  font-weight: 700;
  color: #EB6841;
}

input[type=text], input[type=number], input[type=email], input[type=url], input[type=tel], input[type=password], textarea, select {
  height: 40px;
  width: 100%;
  margin: 0 0 1em;
  padding: 0 10px;
  border: 1px solid #aaa;
  border-radius: 5px;
}

#footer-newsletter-form input[type=email] {
  margin: 1em 0;
}

form label {
  font-size: 13px;
}

.input-error {
  border-color: #C63D2D !important;
}

.radio, .checkbox {
  padding-left: 0;
}

.radio input[type=radio], .checkbox input[type=checkbox] {
  display: none;
}

.radio i:before, .checkbox i:before {
  font-family: "FontAwesome";
  padding-right: 3px;
  font-size: 18px;
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.radio i:before {
  content: "";
}

.radio input[type=radio]:checked + i:before {
  content: "";
}

.checkbox i:before {
  content: "";
  padding-right: 3px;
}

.checkbox input[type=checkbox]:checked + i:before {
  content: "";
  padding-right: 0;
}

.alt a {
  color: #fff;
}

.alt .carousel-inner a {
  font-style: italic;
  cursor: pointer;
  display: block;
  margin: 1em 0;
  text-decoration: underline;
}

.alt .carousel-inner a:hover {
  color: inherit;
}

.alt .nav a {
  border-radius: 0;
}

.alt .nav a:hover, .alt .nav a.active {
  background-color: #f8aa52;
  color: #fff;
}

/* Begin Header Styles*/
.header-text-restraint {
  max-width: 650px;
  margin: auto;
}

img[src*=trackalyzer] {
  position: absolute;
}

/* Section Styles */
section {
  background-color: #fff;
}

section.secondary {
  background-color: #f9f4ef;
}

section.primary {
  background-color: #3FC1C8;
  color: #fff;
}

section.independent-primary {
  background-color: #F8AA52;
  color: #fff;
}

section.independent-secondary {
  background-color: #FFFFFF;
}

section.independent-tertiary {
  background-color: #F0E7DA;
}

section.charter-primary {
  background-color: #9EC583;
  color: #fff;
}

section.charter-secondary {
  background-color: #FFFFFF;
}

section.charter-tertiary {
  background-color: #F0E7DA;
}

section.cta {
  background: #f9f4ef;
  text-align: center;
}

section.cta.secondary {
  background: #fff;
}

.testimonials-page section.cta.primary {
  background: #9EC583;
}

.district-page section.cta.primary {
  background: #3FC1C8;
}

.features-page section.cta.primary {
  background: #70D2D7;
}

.homepage section.cta.primary {
  background: #444;
}

.schools-page section.cta.primary {
  background: #9EC583;
}

section.cta h1 {
  margin-top: 0;
}

section.cta-district {
  background: #3FC1C8;
}

section.small .container, section.cta-district .container, section.cta-independent-charter .container {
  padding: 2em 0.5em;
}

section.hero.small .container {
  padding-top: 5em;
}

section.small {
  text-align: center;
}

section.cta-district h1 {
  margin-top: 0;
  color: #ffffff;
}

section.cta-independent-charter {
  background: #F8AA52;
}

section.cta-independent-charter h1 {
  margin-top: 0;
  color: #ffffff;
}

.progressive .media-image {
  margin-bottom: -30px;
}

.highlight-list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 0.761904762em;
}

.highlight-list li {
  width: 50%;
  float: left;
  padding: 0 7px;
  margin: 10px 0;
}

.highlight-list li .fa {
  color: #d80033;
  font-size: 1.875em;
  width: 35px;
  text-align: center;
}

.highlight-list li .st {
  display: block;
  margin: 0 auto 7px;
}

.highlight-list li:nth-child(odd) {
  clear: left;
}

section footer {
  margin-top: 2em;
}

#testimonials .container-responsive {
  padding: 5em 15px;
  position: relative;
  max-width: 1140px;
  margin: auto;
}

#touch-bottom-shift-left {
  border-top: 1px solid #cfcfcf;
  margin-bottom: -30em;
  margin-left: 200px;
}

section .container {
  padding: 5em 15px;
  position: relative;
}
section .container.break-bottom {
  padding-bottom: 0;
}

header + section .container {
  padding-top: 7em;
}

section .container-bottom {
  padding-bottom: 5em;
}

.touch-bottom {
  margin-bottom: -5em;
}

.overlap-bottom {
  margin-bottom: -220px;
}

.overlap-bottom-spacing {
  padding-top: 50px;
}

#district-home .overlap-bottom {
  margin-bottom: -70px;
}

.touch-the-bottom {
  margin-bottom: -4em;
}

section .quote {
  padding: 2em 0;
  position: relative;
}

.gridbox {
  background: #fff;
  color: #414243;
  padding: 50px;
}

/* Home Page Styles */
#home {
  background-color: #444;
  color: #fff;
}

#why,
#report-cards {
  background-color: #0A1939;
  color: #fff;
}
#why blockquote,
#report-cards blockquote {
  margin: 10px 0 30px 0;
}
#why blockquote:before,
#report-cards blockquote:before {
  color: rgba(255, 255, 255, 0.5);
}
#why blockquote cite,
#report-cards blockquote cite {
  color: rgba(255, 255, 255, 0.7);
}
#why a, #why a:target, #why a:focus, #why a:hover,
#report-cards a,
#report-cards a:target,
#report-cards a:focus,
#report-cards a:hover {
  color: #fff;
  text-decoration: underline;
}

#report-cards {
  background-color: #3FC1C8;
  color: #fff;
}

#report-cards .container {
  padding-bottom: 0;
}

#report-cards img {
  margin: 3em 0 4em 0;
}

#report-cards .tour img {
  margin: 2em 0 2em 0;
  height: 70px;
}

#independent {
  background-color: #9EC583;
  color: #fff;
}

#independent .container {
  padding-bottom: 0;
}

#independent img {
  margin: 3em 0 4em 0;
}

#independent .tour img {
  margin: 2em 0 2em 0;
  height: 70px;
}

#charter {
  background-color: #9EC583;
  color: #fff;
}

#charter .container {
  padding-bottom: 0;
}

#charter img {
  margin: 3em 0 4em 0;
}

#charter .tour img {
  margin: 2em 0 2em 0;
  height: 70px;
}

#district {
  background-color: #3FC1C8;
  color: #fff;
}

#district .container {
  padding-bottom: 0;
}

#district img {
  margin: 3em 0 4em 0;
}

#district .tour img {
  margin: 2em 0 2em 0;
  height: 70px;
}

#district-home {
  background-color: #444;
  color: #fff;
  position: relative;
  z-index: 1;
}

#district-home .container {
  padding-bottom: 0;
}

.img-video {
  position: relative;
  margin-bottom: 2em;
}

.img-video .play-video {
  background: #EB6841;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  width: 50px;
  height: 50px;
  font-size: 1em;
  opacity: 0.7;
  position: absolute;
  padding: 0;
  top: 45%;
  left: 65%;
  margin-left: -25px;
  margin-top: -25px;
  color: #fff;
  -webkit-transition: opacity 0.2s, box-shadow 0.2s;
  -moz-transition: opacity 0.2s, box-shadow 0.2s;
  transition: opacity 0.2s, box-shadow 0.2s;
}

.img-video .play-video:hover,
.img-video .play-video:focus {
  opacity: 0.9;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.4);
  outline: none;
}

.img-video .play-video .fa-play {
  margin-left: 8px;
}

.img-video .play-video:active {
  opacity: 1;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.img-video img {
  margin: 1.5em auto 0 auto;
  max-width: 100%;
}

#district-home .tour img {
  margin: 2em 0 2em 0;
  height: 70px;
}

.headaches {
  margin-top: 200px;
}

#meet {
  background-color: #FFF;
}

#meet h3 {
  color: #3FC1C8;
}

#meet .container-responsive {
  padding: 8em;
  margin: 0;
}

#meet .row-lg {
  margin-top: 60px;
  margin-bottom: 20px;
  padding: 6% 0;
}

#featured-press {
  margin-bottom: -60px;
  background-color: #fff;
  padding: 25px 0 0 0;
}

/* Contact Form */
#tiered-contact {
  background-color: #3FC1C8;
  color: #fff;
}

#tiered-contact .container {
  padding-top: 8em;
}

#search-features {
  padding-left: 40px;
  margin-bottom: 0;
}

.search-wrap {
  position: relative;
  width: 100%;
}

.search-wrap:before {
  content: "";
  display: block;
  font-family: FontAwesome;
  position: absolute;
  width: 40px;
  text-align: center;
  top: 50%;
  color: #777;
  font-size: 1.285714286em;
  line-height: 1;
  margin-top: -0.5em;
}

#features {
  color: #4e4e4e;
}

#features hr {
  margin: 50px 0;
  border-color: #ccc;
}

#features .heading {
  text-align: left;
}

#features .heading h1 {
  margin-bottom: 0.2em;
}

#feature-table {
  margin-top: 2em;
}

#feature-table .feature-title {
  text-align: center;
}

.feature-row {
  border-bottom: 1px solid #00c5cb;
  padding-bottom: 1em;
  margin-bottom: 1em;
}

.feature-row p {
  line-height: 1.1;
  margin-bottom: 0.6em;
}

.narwhal-container {
  position: relative;
}

.narwhal-container img {
  position: absolute;
  top: 0;
  left: 0;
}

#contact-form {
  text-align: left;
  margin: 1em 2em;
}

#contact-form div[class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}

#contact-form .row {
  margin: 0 -10px;
}

#contact-form input[type=submit] {
  float: right;
}

.lead-gen-form-container {
  background: #fff;
  color: #4e4e4e;
  padding: 2em 3em 4em;
  margin-bottom: 1em;
  text-align: left;
}

.form-msg-container {
  display: none;
}

.vimeo {
  padding-bottom: 60%;
  background: url(../images/vimeo-background.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.vimeo iframe {
  position: absolute;
  margin: 6% 13%;
  width: 71% !important;
  height: 70% !important;
}

.styled-dropdown-container select {
  color: #666;
  border-radius: 0;
  height: 40px;
  /*-webkit-appearance:none;*/
  /*-moz-appearance:none;*/
  padding: 0 4%;
  width: 100%;
  margin: 0 0 1em;
}

.styled-dropdown-container-features select {
  color: #999;
  border-radius: 0;
  height: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0 4%;
  width: 100%;
  margin: 0 0 1em;
}

.features-calculation {
  list-style-type: none;
  line-height: 120%;
  margin-left: 15px;
  padding: 0;
}

.styled-dropdown-container select option.default {
  color: #fff;
}

.styled-dropdown-container-features select option.default {
  color: #fff;
}

.addthis_toolbox {
  display: inline-block;
  margin: auto;
  min-width: 108px;
}

.modal .highlight {
  margin: 0;
  font-size: 14px;
}

.modal-header {
  border: none;
  padding: 20px;
}

.modal-body {
  padding: 0 20px 20px;
}

/*CUSTOM video modal*/
#video-modal .modal-content {
  background: transparent;
  box-shadow: none;
  border: none;
}

#video-modal .modal-header {
  background: #fff;
  height: 32px;
  max-height: 32px;
  padding: 0;
}

#video-modal .modal-header .close {
  padding: 5px 10px;
  margin-top: 0;
  color: #5a5a5a;
  opacity: 0.8;
}

#video-modal .modal-header .close:hover {
  opacity: 1;
}

#video-modal .modal-body {
  background: #fff;
  padding: 0;
}

.sell-arrows {
  position: absolute;
  background-color: #eb6841;
  color: #fff;
  text-align: center;
  width: 280px;
  padding: 2em 0 0;
  z-index: 3;
}

.sell-arrows:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -75px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 140px solid transparent;
  border-right: 140px solid transparent;
  border-top: 75px solid #eb6841;
  -moz-transform: scale(0.9999);
}

.sell-arrows.mobile-add-ons {
  background-color: #f8aa52;
  position: relative;
  margin-left: -160px;
  margin-bottom: 90px;
  left: 50%;
}

.sell-arrows.mobile-add-ons:after {
  border-top-color: #f8aa52;
}

.sell-arrows.get-alma-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -145px;
}

.take-tour {
  text-align: center;
  padding-top: 2%;
}

.sell-arrows.add-ons small a {
  text-decoration: underline;
  color: #fff;
}

.feature-wall.hero {
  background: #70D2D7 url(../images/hero-features.png) bottom right no-repeat;
  text-align: left;
  background-size: contain;
  color: #fff;
}
.feature-wall.hero h1 {
  font-size: 36px;
}

.schools-page .feature-wall.hero {
  background-color: #9EC583;
}
.schools-page section a, .schools-page section .link {
  color: #9EC583;
}
.schools-page section a:hover, .schools-page section a:focus, .schools-page section .link:hover, .schools-page section .link:focus {
  color: #9EC583;
  text-decoration: underline;
}

/* Why Alma Styles */
#why .container {
  background-size: contain;
}

#why .container.core-narwhal {
  background: transparent url(../images/Free_Features_Narwhal.png) 100% 100% no-repeat;
}

#why .container-responsive {
  padding-top: 5em;
  padding-bottom: 0;
}

#why.core-clouds {
  background: #3FC1C8 url(../images/hero-clouds.png) top right no-repeat;
}

#why .img-overlay {
  position: relative;
  bottom: -70px;
  max-width: 110%;
  left: -5%;
}

.media-group {
  margin-top: 25px;
}
.media-group .pull-left {
  width: 150px;
}
.media-group img {
  max-width: 100px;
  margin: auto;
  display: block;
}

.media-list {
  text-align: left;
  margin-top: 1em;
}
.media-list li {
  clear: left;
  padding-bottom: 1em;
  overflow: hidden;
}
.media-list figure {
  width: 80px;
  display: table-cell;
  vertical-align: middle;
}
.media-list figure img {
  max-width: 100%;
  margin: auto;
  display: block;
}
.media-list .media-body {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
}

.media figure.pull-left {
  max-width: 80px;
  margin-right: 10px;
}

.collapse-list {
  padding: 0 5em;
  list-style: none;
  text-align: left;
  margin-top: 40px;
}

.collapse-list .media figure.pull-left {
  float: none !important;
  margin-bottom: 10px;
  max-width: 350px;
  margin-right: 0;
}

.quote-list {
  list-style: none;
  text-align: center;
}

.media-body {
  text-align: left;
}

.media-body p small {
  display: inline-block;
}

.feature-list {
  text-align: center;
}

.feature-list .feature {
  margin: 40px 0 0 0;
}

.feature h2 {
  font-size: 22px;
}

.feature-list .col-sm-4:nth-child(3n+1) {
  clear: left;
}

.why-badge {
  text-align: center;
  background-color: #fff;
  color: #9EC583;
  position: relative;
  padding-bottom: 20px;
}

.why-badge h3 {
  background-color: #9EC583;
  color: #fff;
  margin: 0 -15px 1em;
  padding: 0.5em;
}

.why-badge .callout {
  margin-bottom: 0;
  font-size: 1.285714286em;
}

.why-badge .media-heading {
  color: #9EC583;
}

.why-badge .media-body {
  color: #4e4e4e;
}

#intuitive {
  background-color: #EB6841;
  color: #fff;
  padding-top: 120px;
}

#intuitive .container {
  padding-bottom: 2em;
}

#intuitive .callout {
  font-size: 1.285714286em;
}

#comprehensive .container {
  padding-bottom: 0;
}

#comprehensive h2 {
  color: #3fc1c8;
  border-bottom: 1px solid #3fc1c8;
  font-size: 1.5em;
  padding-bottom: 0.5em;
}

#comprehensive h3 {
  text-transform: uppercase;
  font-size: 1em;
}

.feature-narwhal {
  margin-top: 2em;
  margin-bottom: -2em;
}

/* Pricing Styles */
#affordable {
  background-color: #3FC1C8;
  color: #fff;
}

#affordable .financials-container {
  background: #fff;
  color: #4e4e4e;
  padding: 2em;
}

#affordable table tbody {
  width: 70%;
}

.financials-container .feature-group {
  border-top: 1px solid #3FC1C8;
  padding: 1em 0 0;
}

.feature-group td.feature {
  font-size: 1.285714286em;
  font-weight: 700;
  position: relative;
  text-align: left;
}

.feature-group td.feature small {
  font-size: 0.666666667em;
  font-weight: 400;
  color: #888;
  font-style: italic;
  margin: 0.5em 0;
}

.feature-group td.feature .highlight {
  padding: 1em 0;
  font-size: 12px;
  display: block;
}

.feature-group table tr td {
  border-color: #3FC1C8;
}

.feature-group .cost {
  font-size: 1.285714286em;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  border-top: none;
  padding-top: 4px;
  padding-bottom: 4px;
}

.feature-group tr:last-of-type th {
  padding-bottom: 1.5em;
}

.cost .price {
  line-height: 1;
  font-size: 1.142857143em;
  display: inline-block;
  font-weight: 700;
}

.table-title {
  font-size: 0.75em;
  color: #CECECE;
}

.cost .prefix, .cost .per {
  font-size: 0.666666667em;
  color: #888;
  font-style: italic;
}

.cost .prefix {
  vertical-align: top;
}

.cost .price::first-letter {
  font-size: 0.5em;
  vertical-align: top;
}

.feature-group th[scope=row] {
  padding-left: 2em;
}

.feature-group th[scope=row] a {
  color: #4e4e4e;
}

.feature-group tbody td {
  text-align: center;
}

.feature-group .arrow {
  position: relative;
}

.feature-group .arrow:before,
.feature-group .arrow:after {
  position: absolute;
  bottom: -25px;
  content: "";
  width: 50.5%;
  height: 25px;
}

.feature-group .arrow:before {
  left: 0;
  background: linear-gradient(to left bottom, #9DC482 49%, transparent 51%);
}

.feature-group .arrow:after {
  right: 0;
  background: linear-gradient(to right bottom, #9DC482 49%, transparent 51%);
}

/*Add-Ons arrow color*/
.feature-group .add-ons.arrow:before {
  background: linear-gradient(to left bottom, #ccc 49%, transparent 51%);
}

.feature-group .add-ons.arrow:after {
  background: linear-gradient(to right bottom, #ccc 49%, transparent 51%);
}

.feature-group .core-features {
  background-color: #9DC482;
  color: #fff;
  text-align: center;
}

.feature-group .add-ons {
  background: #ccc;
  color: #4e4e4e;
  text-align: center;
}

.feature-group tbody td:nth-child(2) {
  background: #eee;
}

.table > thead > tr > th {
  border-bottom: none;
}

.feature-group.table {
  border-bottom: 2px solid #dddddd;
}

.feature-group .core-features small,
.feature-group .add-ons small {
  color: inherit;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 0.5em;
}

.training-group h2 {
  margin: 1.5em 0;
}

.training-group h3 {
  font-size: 1.142857143em;
  text-transform: uppercase;
  margin-top: 0.5em;
}

.training-group .panel-body {
  text-align: center;
}

.training-group .cost {
  font-size: 28px;
}

.training-group .call {
  font-size: 28px;
  display: block;
}

.training-group .cost .per {
  color: #fff;
}

.training-group .panel-footer {
  min-height: 150px;
}

.financials-container .feature-group:first-child, .feature-group table tr:first-child td {
  border: none;
}

.price-calc {
  background-color: #414243;
  color: #fff;
  padding: 2em;
  text-align: left;
}

.check-select .styled-dropdown-container {
  margin-left: 20px;
}

.check-select .styled-dropdown-container-features {
  margin-left: 20px;
}

#pricing-form input[type=number],
#pricing-form input[type=text],
#pricing-form input[type=email],
#pricing-form input[type=tel] {
  background: transparent;
  border: 1px solid transparent;
  border-bottom-color: #fff;
  color: #3fc1c8;
  margin: 0 0 0.5em;
  width: auto;
  text-align: center;
  height: auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#pricing-form input[type=number] {
  width: 7em;
  font-weight: 700;
  font-size: 1.125em;
}

#pricing-options label.checkbox {
  color: #fff;
}

#pricing-options h3 {
  color: #3fc1c8;
}

#pricing-form .styled-dropdown-container {
  color: #fff;
  display: inline-block;
  width: auto;
  vertical-align: baseline;
  margin: 0.5em;
}

#pricing-form.styled-dropdown-container select {
  border-color: #818283;
  color: #3fc1c8;
}

#pricing-form .styled-dropdown-container-features {
  color: #fff;
  display: inline-block;
  width: auto;
  vertical-align: baseline;
  margin: 0.5em;
}

#pricing-form.styled-dropdown-container-features select {
  border-color: #818283;
  color: #3fc1c8;
}

#pricing-options .add-ons {
  margin-top: 2em;
}

#pricing-results table {
  background: #f9f4ef;
  color: #414243;
}

#pricing-results table tr td {
  border: none;
}

#pricing-results table tr th {
  border: none;
  padding-left: 2em;
}

#pricing-results table caption {
  background: #9EC583;
  color: #fff;
  padding: 1em;
}

#pricing-results table caption .dollars {
  font-size: 1.285714286em;
  font-weight: 700;
}

#pricing-results tbody .category, #pricing-results tfoot .totals-line {
  padding-left: 4em;
}

#pricing-results tbody .selection, #pricing-results tfoot .totals-amount {
  text-align: right;
  padding-right: 2em;
}

#pricing-results tbody .line {
  padding: 8px 0;
}

#pricing-results tbody hr {
  margin: 0 2em 0 4em;
  border-color: #000;
}

#pricing-results tfoot .last td {
  padding-bottom: 2em;
}

#pricing-results .total-savings {
  color: #9EC583;
}

#pricing-results .total-savings .savings {
  font-size: 1.714285714em;
  font-weight: 700;
}

#pricing-results form .section {
  margin: 1em 0;
}

/* Landing Page */
#BCD {
  background-color: #F9F4EF;
}

#standards .outcut-box-wrap {
  overflow: hidden;
  padding-right: 40px;
  margin: 3em 0;
  width: 100%;
}

/* About Page */
#about {
  background-color: #9DC482;
  color: #fff;
}

#about .pop {
  cursor: pointer;
  position: relative;
  padding-top: 171px;
}

#about .img-circle {
  width: auto;
  height: auto;
}

#about .employees .pop {
  margin-bottom: 2em;
}

#about .pop .young, #about .pop .now {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -85px;
}

#about .pop .now {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}

#about .pop:hover .now {
  opacity: 1;
  filter: alpha(opacity=100);
}

#about .join-us {
  background-color: #EB6841;
  padding-top: 0;
  text-align: center;
  height: 175px;
  width: 175px;
  margin: 0 auto;
}

#about .join-us img {
  margin-top: 53.5px;
}

#leadership {
  background-color: #F8AA52;
  color: #fff;
}

.pop {
  cursor: pointer;
  position: relative;
  padding-top: 171px;
}

#leadership .pop-join {
  cursor: pointer;
  position: relative;
  padding-top: 30px;
}

#leadership .pop-fit {
  padding-top: 0px;
}

#leadership .img-circle {
  width: auto;
  height: auto;
}

#leadership .employees .pop {
  margin-bottom: 2em;
}

.pop .young, .pop .now {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -85px;
}

.pop .now {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}

.pop:hover .now {
  opacity: 1;
  filter: alpha(opacity=100);
}

#leadership .join-us {
  background-color: #EB6841;
  padding-top: 0;
  text-align: center;
  height: 175px;
  width: 175px;
  margin: 0 auto;
}

#leadership .join-us img {
  margin-top: 53.5px;
}

#advisors {
  padding-top: 25px;
}
#advisors .pop {
  padding-top: 0;
  text-align: center;
  padding: 10px;
  background: #fff;
  border-radius: 5px;
  color: #414243;
  font-size: 0.666666667em;
  margin-bottom: 30px;
}
#advisors .pop h3 {
  font-size: 16px;
}
#advisors .pop img {
  display: inline-block;
}
#advisors .pop p {
  height: 3.2em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#advisors .employees .pop {
  padding-top: 181px;
}
#advisors .employees .pop .young, #advisors .employees .pop .now {
  top: 10px;
}

.leader-modal {
  display: none;
}

.modern {
  background: #EB6841;
  padding: 24px;
  position: relative;
}

#mission h1 {
  font-size: 3em;
  text-align: center;
  padding-top: 10%;
}

.mission-list {
  margin-bottom: 1em;
}

.mission-list .mission-text {
  border-bottom: 1px solid #3fc1c8;
  margin-top: 2em;
  padding-bottom: 1em;
}

.mission-list .mission-text.last {
  border: none;
}

.mission-list .outcut-box h3 {
  font-size: 0.857142857em;
  margin: 0;
}

.mission-list .outcut-box-wrap {
  overflow: hidden;
  padding-right: 40px;
  margin: 2em 0;
  max-width: 70%;
  margin-left: -15px;
}

.aqua-outcut {
  margin-top: 50px;
  position: relative;
  padding: 4%;
  width: 105%;
  z-index: 1;
  background-color: #3FC1C8;
  color: #fff;
}

.aqua-outcut:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  width: 0;
  height: 0;
  top: 0;
  right: -23px;
  text-indent: -9999px;
  border-top: 33px solid transparent;
  border-left: 23px solid #3FC1C8;
  border-bottom: 33px solid transparent;
  -moz-transform: scale(0.9999);
}

#standards .outcut-box, .mission-list .outcut-box {
  background-color: #3FC1C8;
  color: #fff;
  padding: 1.5em 1em;
  position: relative;
}

#standards .outcut-box:after,
.mission-list .outcut-box:after {
  content: "";
  position: absolute;
  right: -40px;
  top: 50%;
  margin-top: -90px;
  border-left: 40px solid #3FC1C8;
  border-top: 90px solid transparent;
  border-bottom: 90px solid transparent;
}

#news {
  background-color: #F9F4EF;
}

.news-icon {
  margin-right: 40px;
  float: left;
}

.news-link {
  background-color: #FFFFFF;
}

.news-link a {
  color: #3FC1C8;
}

.news-link a:hover {
  color: #2a6496;
  text-decoration: underline;
}

#news .content-box {
  min-height: 350px;
}

.news-link .media,
#news .news-item,
#news .media {
  border-bottom: 1px solid #eee;
  margin-top: 20px;
  padding-bottom: 15px;
}

#news .news-item:last-of-type {
  border: none;
}

.news-wrap .pull-left {
  width: 75px;
  min-height: 50px;
}
.news-wrap .pull-left img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}

#news h1 {
  line-height: 1;
  background-color: #3fc1c8;
  color: #fff;
  font-size: 40px;
  padding: 20px;
  margin: 0 15px;
}

.news-wrap h2 {
  font-size: 21px;
  font-weight: bold;
}

.news-wrap .date {
  color: #999;
  font-size: 16px;
}

.news-wrap p {
  font-size: 18px;
  line-height: 1.3;
  margin: 0.3em 0;
}

.news-item .date {
  color: #9EC583;
  font-weight: 700;
  font-size: 1.142857143em;
}

blockquote::before {
  content: "“";
  font: 120px/1 "Times New Roman", serif;
  display: block;
  font-size: 120px;
  height: 65px;
  color: #ccc;
}

blockquote {
  padding: 0;
  margin: 0;
  border: none;
  line-height: 1;
}
blockquote p {
  font-size: inherit;
  margin-bottom: 0;
}
blockquote cite {
  font-size: 0.666666667em;
  font-weight: bold;
  color: #999;
}

.quote-list {
  text-align: left;
  padding-left: 75px;
}
.quote-list li {
  margin: 2em 0;
}
.quote-list blockquote:before {
  position: absolute;
  left: 0;
  width: 75px;
}

.author {
  font-size: 0.65em;
  line-height: 1;
}

.press-list {
  margin: 1em 0;
}

.press-list li:first-child,
.press-list li {
  padding: 0.5em;
  width: 45%;
}

.press-list li img {
  max-width: 100%;
}

#press-kit h4 {
  color: #9EC583;
}

#press-kit .doc {
  display: block;
  margin: 0 0 1em;
}

#contact h4 {
  font-weight: bold;
  margin: 2em 0 0.5em 0;
}

#contact .location a {
  color: #414243;
}

#map {
  width: 600px;
  height: 400px;
}

/*REPORT CARDS*/
#heroCarousel {
  height: 675px;
}

.school-types img {
  max-height: 90px;
}

.report-head {
  margin-top: 50px;
}

.learn-more {
  text-align: center;
  font-size: 20px;
}

.learn-more p {
  color: #888;
}

img.shrink {
  max-width: 20%;
}

/* STYLES FOR FEATURES & PRICING TABLES  */
.panel.price,
.panel.price > .panel-heading {
  border-radius: 0px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.panel.price > .panel-heading {
  box-shadow: 0px 5px 0px rgba(50, 50, 50, 0.2) inset;
  text-shadow: 0px 3px 0px rgba(50, 50, 50, 0.6);
}

.price .list-group-item {
  color: #fff;
  border-bottom-: 1px solid rgba(250, 250, 250, 0.5);
}

.panel.price .list-group-item:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.panel.price .list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

.panel .panel-body {
  padding: 15px 10px;
}

.panel .panel-footer {
  background-color: #f5f1eb;
  color: #333;
  padding: 0;
}

.panel .panel-footer .wrap {
  padding: 10px;
}

.package-groups {
  margin: 2em 0;
}

.panel {
  border: none;
  padding-bottom: 1em;
  border-radius: 0;
}

.panel-footer {
  border-radius: 0;
}

.panel-footer h4 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}

.panel-footer .lines {
  position: relative;
  z-index: 0;
  margin-top: 2em;
}

.panel-footer .lines span {
  background: #f5f1eb;
  display: inline-block;
  padding: 0 0.5em;
  margin-right: 1em;
  margin-left: 1em;
}

.panel-footer .lines span:before {
  content: "";
  position: absolute;
  height: 1px;
  top: 50%;
  left: 0;
  right: 0;
  background-color: #ccc;
  z-index: -1;
}

.panel-footer ul.list-unstyled li {
  border-bottom: 1px solid #ccc;
  padding: 0.5em 0;
  color: #777;
}

.panel-footer ul.list-unstyled li:last-of-type {
  border-bottom: none;
}

.summary {
  border-top: 5px solid #aaa;
  margin: 1em 0 2em 0;
}

.btn-grouping .btn {
  margin: 0.5em;
}

/* green panel */
.panel.panel-green {
  color: #fff;
  background-color: #9EC583;
}

.panel.panel-green .list-group-item {
  color: #333;
  background-color: rgba(50, 50, 50, 0.01);
  font-weight: 600;
}

.panel-green strong {
  color: #9EC583;
}

/*blue panel*/
.panel.panel-blue {
  color: #fff;
  background-color: #3FC1C8;
}

.panel.panel-blue .list-group-item {
  color: #333;
  background-color: rgba(50, 50, 50, 0.01);
  font-weight: 600;
}

.panel-blue strong {
  color: #9EC583;
}

.panel-district {
  box-shadow: 0 0 200px #7CE7EC;
}
.panel-district .panel-footer ul.list-unstyled li {
  border-color: #ddd;
}
.panel-district strong {
  color: #3FC1C8;
}

/* silver panel */
.panel.panel-silver {
  color: #fff;
  background-color: #B3B3B3;
}

.panel.panel-silver .list-group-item {
  color: #333;
  background-color: rgba(50, 50, 50, 0.01);
  font-weight: 600;
}

.panel-silver strong {
  color: #B3B3B3;
}

/* gold panel */
.panel.panel-gold {
  color: #fff;
  background-color: #F6A952;
}

.panel.panel-gold .list-group-item {
  color: #333;
  background-color: rgba(50, 50, 50, 0.01);
  font-weight: 600;
}

.panel-gold strong {
  color: #43C1C8;
}

/* platinum panel */
.panel.panel-platinum {
  color: #fff;
  background-color: #808080;
}

.panel.panel-platinum .list-group-item {
  color: #333;
  background-color: rgba(50, 50, 50, 0.01);
  font-weight: 600;
}

.panel-platinum strong {
  color: #808080;
}

/* custom panel */
.panel.panel-black,
.panel.panel-custom {
  color: #fff;
  background-color: #232323;
}

.panel.panel-custom .list-group-item {
  color: #333;
  background-color: rgba(50, 50, 50, 0.01);
  font-weight: 600;
}

.panel-black strong {
  color: #F6A952;
}

/* red price */
.panel.panel-red > .panel-body {
  color: #fff;
  background-color: #EF5A5C;
}

.panel.panel-red .list-group-item {
  color: #333;
  background-color: rgba(50, 50, 50, 0.01);
  font-weight: 600;
}

/* grey price */
.panel.panel-grey > .panel-body {
  color: #fff;
  background-color: #808080;
}

.panel.panel-grey .list-group-item {
  color: #333;
  background-color: rgba(50, 50, 50, 0.01);
  font-weight: 600;
}

/* white price */
.panel.panel-white.price:hover > .panel-heading {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05) inset;
}

.panel.panel-white > .panel-body {
  color: #fff;
  background-color: #dfdfdf;
}

.panel.panel-white > .panel-body .lead {
  color: #666;
}

.panel:hover.panel-white > .panel-body .lead {
  color: #333;
}

.panel.panel-white .list-group-item {
  color: #333;
  background-color: rgba(50, 50, 50, 0.01);
  font-weight: 600;
}

.list-4 {
  overflow: hidden;
}

.list-4 li {
  float: none;
  width: auto;
}

.highlight {
  background-color: #f5f1eb;
  padding: 1.5em;
  margin: 2em 0;
  font-size: 20px;
}

.quick-feature-list .highlight {
  background-color: #F8F7F7;
  padding: 1em;
  margin: 1em 0;
  font-size: 1em;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #3FC1C8;
}
.quick-feature-list .highlight h2 {
  text-transform: uppercase;
  color: #888;
  text-align: center;
}

.schools-page .quick-feature-list .highlight {
  border-color: #9EC583;
}

.media-split {
  margin: 25px 0 !important;
}

.action-list {
  color: #ccc;
  font-size: 21px;
}

.action-list a {
  font-weight: 700;
  color: #EB6841;
}

/* line-clamp */
.line-clamp-1,
.line-clamp-2,
.line-clamp-3,
.line-clamp-4,
.line-clamp-5 {
  display: block;
  line-height: 1.3em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.line-clamp-1 {
  -webkit-line-clamp: 1;
  max-height: 1.3em;
}

.line-clamp-2 {
  -webkit-line-clamp: 2;
  max-height: 2.6em;
}

.line-clamp-3 {
  -webkit-line-clamp: 3;
  max-height: 3.9em;
}

.line-clamp-4 {
  -webkit-line-clamp: 4;
  max-height: 5.2em;
}

.line-clamp-5 {
  -webkit-line-clamp: 5;
  max-height: 6.5em;
}

/*modal form*/
#contact-form-modal .row {
  margin-right: -5px;
  margin-left: -5px;
}

#contact-form-modal div[class^=col] {
  padding-left: 5px;
  padding-right: 5px;
}

/*Sprites*/
.st {
  display: inline-block;
  width: 47px;
  height: 47px;
  background-image: url(../images/sprite-icon-tools.png);
  background-size: 700%;
  background-position: 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.st.st-sg {
  background-position: 0 0;
}

.st.st-st {
  background-position: -47px 0;
}

.st.st-check {
  background-position: -94px 0;
}

.st.st-bl {
  background-position: -141px 0;
}

.st.st-da {
  background-position: -188px 0;
}

.st.st-pls {
  background-position: -235px 0;
}

.st.st-gci {
  background-position: -282px 0;
}

/*Carousel animation*/
/*default is laptop frame*/
[class*=-frame] {
  background: transparent url(../images/macbook-pro.png) 50% 50% no-repeat;
  background-size: contain;
  height: 0;
  padding-bottom: 54.8946716%;
  position: relative;
}

[class*=-frame] .carousel-inner,
[class*=-frame] .inner {
  position: absolute;
  padding-left: 12.5%;
  padding-right: 12.1666667%;
  top: 5.5045872%;
  bottom: 11.9266055%;
  overflow: hidden;
}

[class*=-frame] .inner img {
  max-width: 100%;
}

.ipad-frame {
  background-image: url(../images/ipad.png);
  padding-bottom: 70.7317073%;
}

.ipad-frame .carousel-inner {
  padding-left: 9.2334495%;
  padding-right: 9.2334495%;
  top: 9.5%;
  bottom: 9.5%;
}

.imac-frame {
  background-image: url(../images/imac.png);
  padding-bottom: 93.3333333%;
}

.imac-frame .carousel-inner,
.imac-frame .inner {
  padding-left: 5%;
  padding-right: 4.8333333%;
  top: 5%;
  bottom: 32.8571429%;
}

.macbook-frame {
  background-image: url(../images/macbook.png);
  padding-bottom: 56.427379%;
}

.macbook-frame .carousel-inner {
  padding-left: 13.0217028%;
  padding-right: 13.0217028%;
  top: 5.3254438%;
  bottom: 13.3136095%;
}

/*resetting browser-frame it doesnt use a bg image*/
.browser-frame {
  background-image: none;
  padding-bottom: 0;
  height: auto;
}

.browser-frame .carousel-inner,
.browser-frame .inner {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  top: 0;
  bottom: 0;
}

.browser-frame {
  border: 1px solid #E3E3E3;
  position: relative;
  margin: auto;
}

.browser-frame::before {
  content: "";
  height: 22px;
  border-radius: 4px 4px 0 0;
  border: 1px solid #E3E3E3;
  position: absolute;
  top: -22px;
  left: -1px;
  right: -1px;
  background-color: #E3E3E3;
  z-index: 0;
}

/*.browser-frame::after,*/
/*.browser-frame .tab-art::before,*/
/*.browser-frame .tab-art::after {*/
/*content: '';*/
/*height: 12px;*/
/*width: 12px;*/
/*background-color: #FF5F57;*/
/*border: 1px solid #E0453E;*/
/*border-radius: 50%;*/
/*position: absolute;*/
/*top: 5px;*/
/*left: 7px;*/
/*z-index: 1;*/
/*}*/
/*.browser-frame .tab-art::before {*/
/*left: 24px;*/
/*background-color: #FFBD2E;*/
/*border-color: #DFA014;*/
/*}*/
/*.browser-frame .tab-art::after {*/
/*left: 41px;*/
/*background-color: #28C940;*/
/*border-color: #13AC27;*/
/*}*/
.carousel-inner > .item {
  transition: none;
}

.carousel-inner > .next {
  -webkit-animation: fadein 1s;
  -moz-animation: fadein 1s;
  animation: fadein 1s;
}

.blockquote.carousel {
  margin: 80px 0;
}

.blockquote .carousel-inner > .active.left {
  animation: fadeoutCustom 0.6s;
}

.blockquote .carousel-inner > .next {
  position: absolute;
  animation: fadeinCustom 0.6s;
}

/*Blockquote carousel*/
.carousel.rotate .carousel-inner {
  overflow: visible;
}
.carousel.rotate .carousel-inner > .item {
  transform: rotate(20deg);
  transform-origin: 50% 1450%;
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: 1s, 1s;
  overflow: hidden;
}
.carousel.rotate .carousel-inner > .active {
  transform: rotate(0deg);
  opacity: 1;
}
.carousel.rotate .carousel-inner > .prev {
  display: block;
  transform: rotate(-20deg);
  transition-duration: 1s, 1s;
  opacity: 0;
  left: 0;
}
.carousel.rotate .carousel-inner > .next {
  display: block;
  transition: none;
}

.scrollshow-header {
  overflow: hidden;
  padding-bottom: 2em;
  margin-bottom: 0;
  transform: translateZ(0);
}

.scrollshow-header.is_stuck {
  z-index: 2;
  background: -moz-linear-gradient(top, white 0%, white 70%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(top, white 0%, white 70%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, white 0%, white 70%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f9f4ef", endColorstr="#00f9f4ef",GradientType=0 );
}

.secondary .scrollshow-header.is_stuck {
  background: -moz-linear-gradient(top, #f9f4ef 0%, #f9f4ef 70%, rgba(249, 244, 239, 0) 100%);
  background: -webkit-linear-gradient(top, #f9f4ef 0%, #f9f4ef 70%, rgba(249, 244, 239, 0) 100%);
  background: linear-gradient(to bottom, #f9f4ef 0%, #f9f4ef 70%, rgba(249, 244, 239, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f9f4ef", endColorstr="#00f9f4ef",GradientType=0 );
}

.scrollshow-carousel {
  transform: translateZ(0);
}

.scrollshow-carousel-wrapper {
  position: relative;
  padding-bottom: 2.5em;
}

.scrollshow-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.scrollshow-list li {
  padding: 0.5em;
  position: relative;
}
.scrollshow-list li.active {
  color: #3FC1C8;
}

.schools-page .scrollshow-list li.active {
  color: #9EC583;
}

.scrollshow-list li[data-target] {
  cursor: pointer;
  font-weight: 400;
}

.scrollshow-list li:not([data-target]) {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  transition: all 0.2s;
}

.scrollshow-list.open li:not([data-target]) {
  height: auto;
  padding: 0.5em;
  overflow: visible;
}

.scrollshow-list.open + button.view-all-features {
  color: #F8AA52;
}

.scrollshow-list.open + button.view-all-features .fa {
  transform: rotate(45deg);
  transition: transform 0.2s, color 0.2s;
}

button.view-all-features {
  font-size: 14px;
  color: #777;
  font-weight: bold;
}

button.view-all-features:hover {
  color: #777;
}

.check-list {
  margin: 2em 0;
  list-style: none;
  position: relative;
}

.check-list li {
  margin-bottom: 0.75em;
}

.check-list li::before {
  content: "";
  font-family: FontAwesome;
  position: absolute;
  left: 20px;
  margin-left: -0.5em;
  color: #9EC583;
}

.primary .check-list li::before {
  color: rgba(255, 255, 255, 0.8);
}

.teacher-group {
  background: transparent url(../images/teachers.png) 50% 100% no-repeat;
  background-size: 400px;
}
.teacher-group .container {
  padding-bottom: 12em;
}
.teacher-group .list-unstyled {
  margin: 1em 0;
}
.teacher-group .list-unstyled li {
  margin-bottom: 0.5em;
}

.icon-circle-graph {
  position: relative;
}
.icon-circle-graph ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.icon-circle-graph ul li {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.5);
}
.icon-circle-graph ul li:nth-child(1) {
  transform: translate(-115%, -115%) scale(0.75);
}
.icon-circle-graph ul li:nth-child(2) {
  transform: translate(15%, -115%) scale(0.75);
}
.icon-circle-graph ul li:nth-child(3) {
  transform: translate(-185%, -30%) scale(0.75);
}
.icon-circle-graph ul li:nth-child(4) {
  transform: translate(20%, -30%) scale(0.75);
}
.icon-circle-graph ul li:nth-child(5) {
  transform: translate(-50%, 45%) scale(0.75);
}
.icon-circle-graph ul li .fa {
  font-size: 100px;
}
.icon-circle-graph ul li.active {
  opacity: 1;
  transform: translate(-50%, -50%);
  transition: transform 0.3s, opacity 0.3s;
}

.circle-list li.active {
  font-weight: 400;
}

.circle-list li:not(.active) {
  color: #414243;
}

.large-media-list {
  margin: 2em 0 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.large-media-list .media {
  display: table-cell;
  width: 600px;
  height: 170px;
  vertical-align: bottom;
  text-align: center;
}
.large-media-list .media img {
  display: inline-block;
  vertical-align: bottom;
}
.large-media-list .media-text {
  margin-top: 0.5em;
}
.large-media-list .overlap-images {
  position: relative;
  display: block;
  width: auto;
}
.large-media-list .overlap-images .pop {
  height: 170px;
  width: 170px;
  position: absolute;
  right: 0;
  cursor: default;
}
.large-media-list .overlap-images .pop:nth-child(2) {
  right: 50%;
  margin-right: -85px;
}
.large-media-list .overlap-images .pop:nth-child(3) {
  right: auto;
  left: 0;
}

/*Infographic style graphs*/
.infographic-compass {
  text-align: center;
}
.infographic-compass .container {
  padding: 2em 0.5em;
}
.infographic-compass h1 {
  font-size: 58px;
  margin: 1em 0;
}

.statistic {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin: 0 auto 2em auto;
}
.statistic svg {
  display: block;
}
.statistic.country-stats {
  background-image: url(../images/world-map-small.png);
  color: #9EC583;
  width: 405px;
  margin-top: 25px;
}
.statistic.country-stats .stat {
  top: 10px;
  left: 30px;
}
.statistic.country-stats svg {
  width: 100%;
}
.statistic.country-stats svg circle {
  fill: #9EC583;
  cy: 245;
  transition: all 187.5ms ease-in;
}
.statistic.country-stats svg #graph-line {
  stroke-dasharray: 0 485;
  transition: none;
}
.statistic.state-stats {
  background-image: url(../images/us-map-small.png);
  background-position: 50% 60%;
  background-size: 240px;
  color: #70D2D7;
  width: 300px;
}
.statistic.state-stats .stat {
  top: 50%;
  left: 0;
  width: 300px;
  margin-top: -90px;
}
.statistic.state-stats svg {
  display: block;
}
.statistic.state-stats svg .pie-value {
  stroke-dasharray: 0 880 !important;
  transition: stroke-dasharray 1500ms ease-in-out;
}

.aos-animate.statistic.country-stats svg circle:nth-child(3) {
  cy: 243;
  transition-delay: 0;
}
.aos-animate.statistic.country-stats svg circle:nth-child(4) {
  cy: 235;
  transition-delay: 187.5ms;
}
.aos-animate.statistic.country-stats svg circle:nth-child(5) {
  cy: 220;
  transition-delay: 375ms;
}
.aos-animate.statistic.country-stats svg circle:nth-child(6) {
  cy: 200;
  transition-delay: 562.5ms;
}
.aos-animate.statistic.country-stats svg circle:nth-child(7) {
  cy: 170;
  transition-delay: 750ms;
}
.aos-animate.statistic.country-stats svg circle:nth-child(8) {
  cy: 130;
  transition-delay: 937.5ms;
}
.aos-animate.statistic.country-stats svg circle:nth-child(9) {
  cy: 80;
  transition-delay: 1125ms;
}
.aos-animate.statistic.country-stats svg circle:nth-child(10) {
  cy: 5;
  transition-delay: 1312.5ms;
}
.aos-animate.statistic.country-stats svg #graph-line {
  stroke-dasharray: 485 0;
  opacity: 1;
  transition: all 1500ms linear;
  transition-delay: 187.5ms;
}
.aos-animate.statistic.state-stats svg .pie-value {
  stroke-dasharray: 757, 123 !important;
}

.circle-graph {
  transform: rotate(-90deg);
}
.circle-graph circle {
  r: 140px;
}
.circle-graph .pie-template,
.circle-graph .pie-value {
  fill: transparent;
  stroke: #ccc;
  stroke-width: 20px;
}
.circle-graph .pie-value {
  stroke: #70D2D7;
}

.stat {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-weight: bold;
  text-align: center;
  font-size: 1.523809524em;
}
.stat em {
  font-weight: 100;
  font-size: 4.5em;
  font-style: normal;
  display: block;
  line-height: 0.9em;
}

.scale-svg {
  position: relative;
  height: 0;
  width: 100%;
  padding: 0;
  padding-bottom: 100%;
  z-index: 1;
}
.scale-svg svg {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.curve .needle {
  transform-origin: 50% 950%;
}

.bottom .curve .needle {
  transform-origin: 50% -800%;
}

.animate .curve .needle {
  animation: compass 1.5s;
}

.no-js #testimonial-infinite-scroll {
  visibility: visible;
}

#testimonial-infinite-scroll {
  visibility: hidden;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}
#testimonial-infinite-scroll .scroll-full-width {
  position: relative;
  left: 0;
  width: 8200%;
  transform: translate3d(0, 0, 0);
  animation: infiniteSlide 328s linear infinite;
  overflow: hidden;
}
#testimonial-infinite-scroll blockquote {
  width: 1.2195121951%;
  display: inline-block;
  white-space: nowrap;
  padding: 1em 2em;
  vertical-align: middle;
}
#testimonial-infinite-scroll .group {
  white-space: nowrap;
}
#testimonial-infinite-scroll .group p {
  white-space: normal;
}
#testimonial-infinite-scroll .group:nth-child(2) blockquote:first-child {
  margin-left: -0.6097560976%;
}

.timeline-line {
  position: relative;
  margin-bottom: 6em;
  margin-top: -5em;
}
.timeline-line .line {
  display: block;
  height: 4px;
  position: relative;
  top: -2px;
  background: #ccc;
  background: linear-gradient(to right, #3FC1C8 36%, #EB6841 45%);
  margin-top: 50px;
}
.timeline-line .line-list {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.timeline-line .line-list li {
  position: absolute;
  top: -25px;
  width: 50px;
  height: 50px;
  text-align: center;
  background: #EB6841;
  color: #fff;
  border-radius: 50%;
  margin-left: -25px;
}
.timeline-line .line-list li .fa {
  line-height: 50px;
  width: 100%;
}
.timeline-line .line-list li.simple {
  background-color: #3FC1C8;
}
.timeline-line .line-list li:nth-child(1) {
  left: 10%;
}
.timeline-line .line-list li:nth-child(2) {
  left: 30%;
}
.timeline-line .line-list li:nth-child(3) {
  left: 50%;
}
.timeline-line .line-list li:nth-child(4) {
  left: 70%;
}
.timeline-line .line-list li:nth-child(5) {
  left: 90%;
}
.timeline-line .line-list li .tooltip {
  position: absolute;
  width: 150px;
  top: 115%;
  left: 50%;
  transform: translate(-50%, 0);
  background: inherit;
  padding: 0.25em;
  font-size: 16px;
  z-index: 100;
}
.timeline-line .line-list li .tooltip.left {
  transform: translate(-100%, 0);
  left: 100%;
}
.timeline-line .line-list li .tooltip.right {
  transform: translate(0, 0);
  left: 0%;
}
.timeline-line .line-list li i:hover + .tooltip {
  opacity: 1;
}

/*split-timeline*/
#split-timeline {
  position: relative;
}
#split-timeline .container-responsive {
  padding-top: 81px;
}
#split-timeline .cover-down {
  background: linear-gradient(to bottom, white 75%, rgba(255, 255, 255, 0) 100%);
  padding-top: 30px;
  padding-bottom: 50px;
  margin: 0;
  z-index: 1;
  transform: translateZ(0);
}
#split-timeline .legacy-vs-alma {
  display: none;
  background: transparent;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  transform: translateZ(0);
}
#split-timeline .legacy-vs-alma h1 {
  margin: 0 0 0.5em 0;
  padding-top: 0.5em;
}
#split-timeline .round-hole {
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
#split-timeline .round-hole img {
  width: 100%;
}
#split-timeline .carousel-inner > .item {
  position: relative;
  -webkit-transition: none;
  transition: none;
}
#split-timeline .carousel-inner > .item img {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.6s ease-in-out top;
  transition: 0.6s ease-in-out top;
}
#split-timeline .carousel-inner > .item .caption {
  margin-top: 0.5em;
  font-weight: 400;
  opacity: 1;
}
#split-timeline .carousel-inner > .item .caption p {
  min-height: 6.4em;
}
#split-timeline .carousel-inner > .active {
  left: 0;
}
#split-timeline .carousel-inner > .next, #split-timeline .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
#split-timeline .carousel-inner > .next img, #split-timeline .carousel-inner > .prev img {
  top: 0;
}
#split-timeline .carousel-inner > .next .caption, #split-timeline .carousel-inner > .prev .caption {
  opacity: 1;
}
#split-timeline .carousel-inner > .next {
  left: 0;
}
#split-timeline .carousel-inner > .next img {
  top: 100%;
}
#split-timeline .carousel-inner > .next .caption {
  opacity: 1;
}
#split-timeline .carousel-inner > .prev {
  left: 0;
}
#split-timeline .carousel-inner > .prev img {
  top: -100%;
}
#split-timeline .carousel-inner > .prev .caption {
  opacity: 0;
}
#split-timeline .carousel-inner > .next.left, #split-timeline .carousel-inner > .prev.right {
  left: 0;
}
#split-timeline .carousel-inner > .next.left img, #split-timeline .carousel-inner > .prev.right img {
  top: 0;
}
#split-timeline .carousel-inner > .next.left .caption, #split-timeline .carousel-inner > .prev.right .caption {
  opacity: 1;
}
#split-timeline .carousel-inner > .active.left {
  left: 0;
}
#split-timeline .carousel-inner > .active.left img {
  top: -100%;
}
#split-timeline .carousel-inner > .active.left .caption {
  opacity: 0;
}
#split-timeline .carousel-inner > .active.right {
  left: 0;
}
#split-timeline .carousel-inner > .active.right img {
  top: 100%;
}
#split-timeline .carousel-inner > .active.right .caption {
  opacity: 0;
}

.counter-list {
  font-size: 0.857142857em;
  padding: 50px 0 0 0;
  margin: 0;
  list-style: none;
  text-align: center;
  counter-reset: order;
  border-left: 4px solid #444;
  transform: translate(50%, 0);
}
.counter-list li {
  background: #fff;
  margin-bottom: 75px;
  margin-left: -2px;
  transform: translate(-50%, 0);
}
.counter-list li:before {
  counter-increment: order;
  content: counter(order);
  background: #444;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-block;
}
.counter-list li h3 {
  background: #fff;
  font-size: 18px;
  padding: 0.25em 0;
  margin: 0;
}
.counter-list li p {
  padding: 0.25em 0 0.5em 0;
}

.timeline-section p {
  font-weight: 400;
}

.timeline-section[data-carousel-position="0"] h2 {
  color: #ffb856;
}
.timeline-section[data-carousel-position="0"] .counter-list {
  border-left: 4px solid #FFC77A;
}
.timeline-section[data-carousel-position="0"] .counter-list li:before {
  background: #FFC77A;
}

.timeline-section[data-carousel-position="1"] h2 {
  color: #70D2D7;
}
.timeline-section[data-carousel-position="1"] .counter-list {
  border-left: 4px solid #70D2D7;
}
.timeline-section[data-carousel-position="1"] .counter-list li:before {
  background: #70D2D7;
}

.timeline-section[data-carousel-position="2"] h2 {
  color: #EB6841;
}
.timeline-section[data-carousel-position="2"] .counter-list {
  border-left: 4px solid #EB6841;
}
.timeline-section[data-carousel-position="2"] .counter-list li:before {
  background: #EB6841;
}

.timeline-section[data-carousel-position="3"] h2 {
  color: #3FC1C8;
}
.timeline-section[data-carousel-position="3"] .counter-list {
  border-left: 4px solid #3FC1C8;
}
.timeline-section[data-carousel-position="3"] .counter-list li:before {
  background: #3FC1C8;
}

.timeline-section[data-carousel-position="4"] h2 {
  color: #9EC583;
}
.timeline-section[data-carousel-position="4"] .counter-list {
  border-left: 4px solid #9EC583;
}
.timeline-section[data-carousel-position="4"] .counter-list li:before {
  background: #9EC583;
}

.timeline-section[data-carousel-position] .counter-list li > ol > li:before {
  background: transparent;
}

.btn-dropdown {
  position: relative;
  display: inline-block;
  font-size: 16px;
}

.btn-dropdown-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 200px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.btn-dropdown-list.active {
  display: block;
}

/*Careers section*/
#careers h2 {
  margin-top: 1.5em;
}

ul.openings {
  margin: 1em 0;
  padding: 0;
  list-style-type: none;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}
ul.openings li {
  margin: 0;
  padding: 1em;
  border-bottom: 1px solid #ccc;
}
ul.openings li:last-child {
  border-bottom: none;
}
ul.openings li .btn-alma {
  margin: 8px 0;
}
ul.openings p {
  margin: 0;
}

@keyframes infiniteSlide {
  100% {
    left: -7900%;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeoutCustom {
  0% {
    opacity: 1;
    right: 0;
    left: auto;
  }
  50% {
    opacity: 0;
    right: 20px;
    left: auto;
  }
  100% {
    opacity: 0;
    right: 20px;
    left: auto;
  }
}
@keyframes fadeinCustom {
  0% {
    opacity: 0;
    right: -20px;
    left: auto;
  }
  50% {
    opacity: 0;
    right: -20px;
    left: auto;
  }
  100% {
    opacity: 1;
    right: 0;
    left: auto;
  }
}
.typed-cursor {
  opacity: 1;
  vertical-align: text-bottom;
  -webkit-animation: blink 1s step-end infinite;
  -moz-animation: blink 1s step-end infinite;
  animation: blink 1s step-end infinite;
}

@keyframes blink {
  from, to {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@-webkit-keyframes blink {
  from, to {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@-moz-keyframes blink {
  from, to {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes compass {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(-3deg);
  }
  40% {
    transform: rotate(2deg);
  }
  60% {
    transform: rotate(-1deg);
  }
  80% {
    transform: rotate(0.5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes slideup {
  from {
    position: relative;
    top: 100%;
  }
  to {
    position: relative;
    top: 0;
  }
}
@keyframes slideout {
  from {
    position: relative;
    bottom: 0%;
  }
  to {
    position: relative;
    bottom: 100%;
  }
}
div[class*=animation-] {
  position: absolute;
}

.item.active.right div[class*=animation-],
.item.active.left div[class*=animation-],
.item div[class*=animation-] {
  display: none;
}

.item.active div[class*=animation-] {
  display: block;
}

.animation-heart {
  top: 28.6666667%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 0 0;
  animation: heartbeat 1.2s infinite;
  width: 15%;
}
.animation-heart svg {
  display: block;
  width: 100%;
  height: auto;
}

.animation-fire {
  background: transparent url(../images/animated-fire.png) 0 0 no-repeat;
  width: 76px;
  height: 103px;
  background-size: 100%;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 0);
  animation: cycle-images-fire 0.5s steps(4) infinite;
}

.animation-ellipsis {
  background: transparent url(../images/animated-ellipsis.png) 0 0 no-repeat;
  width: 34px;
  height: 8px;
  bottom: 20%;
  right: 18%;
  animation: cycle-images 0.75s steps(3) infinite;
}

.animation-typing {
  background: transparent url(../images/animation-typing.png) 0 0 no-repeat;
  top: 0;
  bottom: 0;
  width: 100%;
  background-size: 100%;
  border-radius: 50%;
  animation: opacity 0.35s steps(1) infinite;
}

.animation-type-three {
  width: 100%;
  top: 0;
  bottom: 0;
}
.animation-type-three span {
  display: block;
  position: absolute;
  text-align: center;
  top: 28.5%;
  left: 33%;
  width: 40%;
  transform: translate(-50%, -50%);
  font-weight: 400;
  font-style: italic;
  line-height: 1.1;
}
.animation-type-three span:nth-child(2) {
  top: 46.5%;
  left: 75%;
}
.animation-type-three span:nth-child(3) {
  top: 76.5%;
  left: 50%;
}

.animation-type {
  top: 32%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  font-weight: 400;
  max-width: 45%;
  line-height: 1.1;
}

.item.active .animation-sand {
  top: 50%;
  left: 50%;
  margin-left: -5px;
  animation: 0.5s linear infinite infinite-drop;
}

.animation-sand,
.animation-sand::before,
.animation-sand::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #FFC77A;
  position: absolute;
  margin-left: -5px;
  border-radius: 50%;
}

.animation-sand::before {
  top: -25px;
}

.animation-sand::after {
  top: 25px;
}

.active .excite {
  animation: excite 0.5s infinite alternate;
}

section .flush-graphic-bottom {
  padding-bottom: 0;
}

@keyframes infinite-drop {
  from {
    margin-top: -25px;
  }
  to {
    margin-top: 25px;
  }
}
@keyframes heartbeat {
  0% {
    transform: scale(1) translate(-50%, -50%);
  }
  25% {
    transform: scale(1.05) translate(-50%, -50%);
  }
  50% {
    transform: scale(0.95) translate(-50%, -50%);
  }
  75% {
    transform: scale(1.15) translate(-50%, -50%);
  }
  100% {
    transform: scale(1) translate(-50%, -50%);
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cycle-images-fire {
  to {
    background-position: 0 -412px;
  }
}
@keyframes excite {
  0% {
    transform: scale(1) rotate(-2deg);
  }
  25% {
    transform: scale(1.02) rotate(2deg);
  }
  50% {
    transform: scale(1.04) rotate(-2deg);
  }
  75% {
    transform: scale(1.06) rotate(2deg);
  }
  100% {
    transform: scale(1.06) rotate(2deg);
  }
}
@keyframes cycle-images {
  to {
    background-position: 0 -24px;
  }
}
.parting-animation .part-right,
.parting-animation .part-left {
  opacity: 0.75;
  position: absolute;
  top: 8%;
}
.parting-animation .cloud {
  width: 473px;
  height: 261px;
}
.parting-animation .part-right {
  left: 49%;
  animation: 3s ease-in-out normal forwards part-right;
}
.parting-animation .part-left {
  right: 49%;
  animation: 3s ease-in-out normal forwards part-left;
}
.parting-animation .tree {
  width: 533.333333333px;
  height: 413.333333333px;
}
.parting-animation .part-right.tree {
  animation-name: part-right-tree;
}
.parting-animation .part-left.tree {
  animation-name: part-left-tree;
}

@keyframes part-left-tree {
  to {
    right: 100%;
    width: 800px;
    height: 630px;
  }
}
@keyframes part-right-tree {
  to {
    left: 100%;
    opacity: 0.5;
    width: 800px;
    height: 630px;
  }
}
@keyframes part-left {
  to {
    right: 100%;
    opacity: 0.3;
  }
}
@keyframes part-right {
  to {
    left: 100%;
    opacity: 0.3;
  }
}
.anim-period {
  position: relative;
  margin-right: 0.9em;
  vertical-align: middle;
}

.anim-period:after {
  content: "&";
  position: absolute;
  color: transparent;
  bottom: 0.25em;
  right: -0.25em;
  height: 5px;
  width: 5px;
  background: #fff;
  animation: grow 0.5s 3s ease-in-out normal forwards;
}

.vertflip {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 1em;
  font-size: 0.5em;
  font-weight: bold;
  vertical-align: middle;
}

.vertflip span {
  position: absolute;
  white-space: nowrap;
  top: -2px;
  left: 0;
  transition: transform 0.15s ease-in-out, opacity 0s 0.15s linear;
  opacity: 0;
  transform: rotateX(90deg);
}

.vertflip span.active {
  transition: transform 0.15s 0.1s ease-in-out;
  opacity: 1;
  transform: rotateX(0);
}

/*Vertical Flip Animation*/
@keyframes grow {
  50% {
    height: 0.9em;
    width: 3px;
    right: -0.25em;
    color: rgba(255, 255, 255, 0);
    background: rgba(255, 255, 255, 0.5);
  }
  100% {
    color: rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0);
    height: 0.9em;
    width: 1em;
    right: -1.25em;
  }
}
@keyframes vertical {
  0% {
    transform: rotateX(90deg);
  }
  10% {
    transform: translateY(0);
  }
  90% {
    transform: translateY(0);
  }
  100% {
    transform: rotateX(90deg);
  }
}
.phone-hand {
  display: none;
}

@media (min-width: 768px) {
  .container-responsive {
    padding: 0 1.75%;
  }
}
.navbar .btn {
  margin-bottom: 0;
}

.navbar {
  background-color: #0A1939;
  color: #fff;
  font-size: 16px;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .navbar {
    font-size: 14px;
    padding: 20px 0;
  }
}

.navbar.navbar-alt {
  background-color: #414243;
}

@media only screen and (min-width: 768px) {
  .alt-nav .navbar a {
    color: #414243;
  }
}

li.dropdown > a:hover {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1);
}

.alt-nav .navbar-brand {
  background-image: url('/imagens/sjc_header.png');
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  .alt-nav .navbar-brand {
    background-image: url('/imagens/sjc_header.png');
    height: 50px;
    width: 50px;
    margin: 5px 0;
  }
}
@media only screen and (min-width: 992px) {
  .alt-nav .navbar-brand {
    background-image: url('/imagens/sjc_header.png');
    width: 178px;
    height: 60px;
    max-width: 100%;
    margin: 0 10px 0 0;
  }
}

.navbar-brand {
  height: 50px;
  width: 150px;
  max-width: none;
  margin: 5px 10px;
  overflow: hidden;
  padding: 0;
  text-indent: -999px;
  transition: all 0.3s;
  background-size: contain;
}
@media only screen and (min-width: 768px) {
  .navbar-brand {
    height: 50px;
    margin: 5px 0;
  }
}
@media only screen and (min-width: 992px) {
  .navbar-brand {
    width: 178px;
    height: 60px;
    max-width: 100%;
    margin: 0 10px 0 0;
  }
}

@media only screen and (min-width: 768px) {
  .navbar-brand {
    background-image: url('imagens/sjc_header.png');
    -webkit-filter: drop-shadow(-1px 1px 1px black) drop-shadow(-1px -1px 3px black);
  }
}

nav {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 400;
  text-align: left;
  transition: all 0.3s;
}
nav a {
  color: #fff;
}

.nav > li > a:hover,
.nav > li > a:focus {
  background-color: #7a1130;
  color: #fff;
}

.has-scrolled header.navbar {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-fixed-top {
  position: sticky;
  top: 0;
}

header a {
  color: #fff;
}

header nav a:hover,
header a.active {
  color: inherit;
}

.navbar {
  margin-bottom: 0;
}

.navbar-toggle {
  margin: 13px 10px;
}

.alt-nav .navbar-toggle .icon-bar {
  background: #7a7a7a;
}

.navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-toggle:hover {
  background-color: #fff;
}

.navbar-toggle:hover .icon-bar {
  background-color: #0a1939;
}

.navbar-collapse {
  background-color: #0a1939;
}

/*nav dropdown specific styles*/
.dropdown-menu > .active > a {
  background: transparent;
  color: #414243;
}

.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #fff;
  color: #3FC1C8;
}

.navbar-collapse a.active,
.navbar-collapse a:hover {
  background-color: #fff;
}

.navbar-collapse a.active,
.navbar-collapse a:hover,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #3FC1C8;
}

.navbar-collapse.in .btn {
  text-align: left;
  font-size: inherit;
}

.navbar-nav .open .dropdown-menu {
  background-color: #fff;
  color: #3FC1C8;
}

.dropdown-menu > li:not(.sub) > a {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.2em;
}

.dropdown-menu > li.sub > a {
  margin-left: 25px;
  padding-left: 0;
}

#bs-example-navbar-collapse-1 .menu-item.btn {
  padding: 0;
  margin: 0 5px 0 5px;
  border-radius: 0;
  background: transparent;
}

#bs-example-navbar-collapse-1 .menu-item.btn a {
  color: #fff;
  border-radius: 4px;
}

#bs-example-navbar-collapse-1 .menu-item.btn-primary a {
  background-color: #3FC1C8;
}
#bs-example-navbar-collapse-1 .menu-item.btn-primary a:active, #bs-example-navbar-collapse-1 .menu-item.btn-primary a:hover, #bs-example-navbar-collapse-1 .menu-item.btn-primary a:focus {
  background-color: #2f9fa5;
}

#bs-example-navbar-collapse-1 .menu-item.btn-alma a {
    background-color: #D80033;
}
#bs-example-navbar-collapse-1 .menu-item.btn-alma a:active, #bs-example-navbar-collapse-1 .menu-item.btn-alma a:hover, #bs-example-navbar-collapse-1 .menu-item.btn-alma a:focus {
    background-color: #A70027;
}

@media (min-width: 768px) {
  .navbar-nav.navbar-right:last-child {
    margin-right: 0;
  }

  .dropdown-menu {
    font-size: 0.85em;
  }

  .dropdown:hover .dropdown-menu {
    display: block;
  }

  .navbar-nav .dropdown-menu,
.dropdown:hover .dropdown-toggle {
    background-color: #fff;
    color: #414243;
  }

  nav .navbar-nav {
    margin-top: 5px;
  }

  .nav > li.btn-primary > a,
.nav > li.btn-alma > a {
    margin-left: 10px;
  }

  .nav > li > a.active {
    text-decoration: underline;
  }

  .nav > li > a {
    padding: 15px;
    text-align: center;
  }

  .nav > li > a:hover,
.nav > li > a:focus {
    background-color: #0f224a;
    color: #fff;
  }

  .navbar-nav .open .dropdown-menu {
    color: #414243;
  }

  .nav > li.btn-primary > a:hover,
.nav > li.btn-primary > a:focus {
    background-color: #2a8c91;
  }

  .nav > li.btn-alma > a:hover,
.nav > li.btn-alma > a:focus {
    background-color: #f4860a;
    color: #fff;
  }

  .navbar-collapse {
    background-color: transparent;
  }

  .navbar-collapse a.active,
.navbar-collapse a:hover,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: transparent;
    color: #fff;
  }

  /*nav dropdown specific styles*/
  .dropdown-menu {
    border: none;
    padding-bottom: 5px;
    min-width: 200px;
  }

  .dropdown-menu > li > a {
    white-space: normal;
    padding: 10px 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    text-align: left;
  }

  .dropdown-menu > li:first-child a {
    border-top: none;
  }

  .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus,
.dropdown-menu a.active, .dropdown-menu a.active:hover {
    background-color: #fff;
    color: #3FC1C8;
  }
}
.toc {
  text-align: left;
  font-size: 0.8em;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .toc {
    float: left;
    margin-right: 20px;
    width: 20%;
  }
  .toc li {
    line-height: 1.2;
    margin-bottom: 1em;
  }
}

[id^=toc_legal_] {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}

/* Begin Footer Styles */
footer.site-footer {
  text-align: left;
  font-size: 14px;
  background-color: #414243;
  color: #c6c6c6;
  padding: 2em 0 50px 0;
}

footer.site-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer.site-footer .footer-nav {
  display: flex;
}

footer.site-footer .footer-nav > li {
  flex: 1;
}

footer.site-footer .footer-nav a {
  color: #c6c6c6;
  padding: 0;
  text-align: left;
}

footer.site-footer .footer-nav a:hover {
  background: transparent;
  color: #3fc1c8;
}

footer.site-footer .footer-nav h5 {
  color: #888;
  text-transform: uppercase;
}

/* Begin Media Styles */
@media (min-width: 768px) {
  .modern {
    padding: 24px 6em;
  }

  .phone-hand {
    display: block;
    position: absolute;
    bottom: 0;
    right: -14%;
    max-width: 55%;
    max-height: 90%;
    transition: all 0.5s ease-in-out;
  }

  h1.flip-animation {
    font-size: 34px;
  }

  .vertflip {
    width: auto;
    font-size: 1em;
  }

  .mobile-only {
    display: none;
  }

  #split-timeline .legacy-vs-alma {
    display: block;
  }

  .feature-wall.hero {
    background-image: url(../images/hero-features2.png), url(../images/hero-features.png);
    background-position: left bottom, right bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
  }
  .feature-wall.hero h1 {
    font-size: 48px;
    text-shadow: none;
  }

  .state-reporting {
    position: relative;
  }
  .state-reporting h4 {
    display: none;
  }

  .timeline-line {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5em;
    font-size: 0.857142857em;
    margin: 3em 0;
    padding: 0;
  }
  .timeline-line .line {
    margin: 0;
    width: 4px;
    top: 0;
    left: -2px;
    height: 100%;
    background: linear-gradient(to bottom, #3FC1C8 36%, #EB6841 45%);
  }
  .timeline-line .line:before, .timeline-line .line:after {
    position: absolute;
    padding: 0 0.5em;
    transform: translate(-50%, 0);
    text-align: center;
    color: #fff;
    font-weight: 400;
  }
  .timeline-line .line:before {
    content: "Lightweight";
    top: -1.6em;
    color: #3FC1C8;
  }
  .timeline-line .line:after {
    content: "Complex";
    bottom: -1.5em;
    color: #EB6841;
  }
  .timeline-line .line-list {
    position: absolute;
    height: 100%;
    top: 0;
  }
  .timeline-line .line-list li {
    top: auto;
    margin-top: -25px;
  }
  .timeline-line .line-list li:nth-child(1) {
    top: 10%;
    left: auto;
  }
  .timeline-line .line-list li:nth-child(2) {
    top: 30%;
    left: auto;
  }
  .timeline-line .line-list li:nth-child(3) {
    top: 50%;
    left: auto;
  }
  .timeline-line .line-list li:nth-child(4) {
    top: 70%;
    left: auto;
  }
  .timeline-line .line-list li:nth-child(5) {
    top: 90%;
    left: auto;
  }
  .timeline-line .line-list li .fa {
    font-size: 1.3125em;
  }
  .timeline-line .line-list li .tooltip {
    top: 50%;
    left: auto;
    right: 115%;
    transform: translate(0, -50%);
  }
  .timeline-line .line-list li .tooltip.left {
    transform: translate(0, -50%);
    left: auto;
  }
  .timeline-line .line-list li .tooltip.right {
    transform: translate(0, -50%);
    left: auto;
  }

  #testimonial-infinite-scroll .scroll-full-width {
    width: 4920%;
  }

  @keyframes infiniteSlide {
    100% {
      left: -4740%;
    }
  }
  .icon-circle-graph-container {
    min-height: 312px;
  }

  .icon-circle-graph {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
  }

  .large-media-list li {
    float: left;
    width: 50%;
    padding-left: 20px;
  }
  .large-media-list li:nth-child(odd) {
    clear: left;
    padding-left: 0;
    padding-right: 20px;
  }

  .teacher-group {
    background-position: 105% 100%;
  }
  .teacher-group .container {
    padding-bottom: 5em;
  }

  .overflow-image {
    width: 600px;
  }

  .testimonial blockquote {
    width: 50%;
    /*float: left;*/
  }

  .cover {
    position: absolute;
    width: 100%;
    height: 140px;
    background: pink;
    margin-bottom: -100px;
    z-index: 2;
    background: linear-gradient(to top, white 50%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
  }

  .secondary .cover {
    background: linear-gradient(to top, #f9f4ef 50%, rgba(249, 244, 239, 0) 100%);
  }

  .scrollshow-header {
    margin-left: -1em;
    margin-right: -1em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .secondary .scrollshow-header.is_stuck {
    pointer-events: none;
  }

  .scrollshow-list li:not([data-target]):not([class]) {
    height: auto;
    padding: 0.5em;
    overflow: visible;
  }

  .scrollshow-list {
    padding-bottom: 2em;
  }

  .scrollshow-carousel .browser-frame {
    max-width: none;
  }

  .scrollshow-list li {
    margin-bottom: 0.5em;
  }

  .view-all-features {
    display: none;
  }

  #news .custom-col-3 {
    float: left;
    width: 25%;
    z-index: 1;
    position: sticky;
    top: 81px;
  }

  #news h1 {
    position: relative;
    z-index: 1;
    margin: 1em -15px 1em 15px;
  }

  #news h1:after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: 0;
    right: -20px;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 20px solid #3fc1c8;
    -moz-transform: scale(0.9999);
  }

  .press-list li:first-child,
.press-list li {
    width: auto;
  }

  .img-video {
    display: block;
    position: relative;
  }

  .img-video {
    position: relative;
    z-index: 1;
  }

  .img-video .play-video {
    width: 100px;
    height: 100px;
    line-height: 50px;
    font-size: 2em;
    margin-left: -50px;
    margin-top: -50px;
  }

  .progressive .media-image {
    margin-bottom: 0;
  }

  .progressive .media-content h3 {
    margin-top: 0;
  }

  .progressive .media-set {
    margin-bottom: 0;
  }

  .educators .media-content h3 {
    margin-top: 2.6em;
  }

  .text-right-sm {
    text-align: right;
  }

  body {
    text-align: left;
  }

  .content-box {
    padding: 2em 3em;
  }

  section button {
    width: auto;
  }

  .toolkit-image {
    margin-top: -100px;
  }

  .container-responsive {
    padding: 0 1.75%;
  }

  section .container {
    padding-left: 0;
    padding-right: 0;
  }

  #home .carousel-indicators {
    bottom: -20px;
  }

  .headaches .betterway {
    min-height: 300px;
  }

  .oops {
    margin: 100px 0;
  }

  .headaches .container {
    background: url(../images/a-better-way.png) 0 50% no-repeat;
    background-size: contain;
  }

  .slide-help {
    position: absolute;
    top: 5em;
    right: 35px;
  }

  .slide-help.bottom {
    top: auto;
    bottom: 3em;
  }

  #page-nav > li.active > a, #page-nav > li.active > a:focus {
    background-color: transparent;
  }

  #page-nav > li.active > a:hover {
    background-color: #eee;
    color: #00c5cb;
  }

  #page-nav {
    background-color: #FFF;
    position: fixed;
    top: 80px;
    z-index: 2;
    opacity: 0.9;
    -webkit-transition: top 0.3s;
    transition: top 0.3s;
  }

  #page-nav > li.active > a {
    color: #00c5cb;
  }

  #page-nav a:hover,
.navbar-collapse a:hover {
    background-color: #eee;
  }

  .modal-header {
    color: #3FC1C8;
    text-align: center;
  }

  .modal-dialog {
    width: 750px;
  }

  #request-demo .modal-body {
    padding-left: 5px;
  }

  #meet img.cloud {
    position: absolute;
  }

  .sell-arrows.core-features {
    left: 55%;
    margin-left: -160px;
    margin-top: 4%;
    color: #9DC482;
  }

  #feature-table .feature-title {
    text-align: left;
  }

  #feature-table .feature-title h4 {
    margin-top: 0;
  }

  .feature-narwhal img {
    margin-left: -75px;
  }

  .take-tour {
    float: right;
  }

  .why-badge:after {
    left: 0;
    margin: 0;
    border-left-width: 156px;
    border-right-width: 156px;
  }

  #why .media-body {
    padding-left: 1em;
    padding-top: 1.1em;
    font-size: 16px;
  }

  #intuitive {
    padding-top: 0;
  }

  #intuitive .container {
    padding-bottom: 1em;
  }

  #intuitive .callout {
    text-align: right;
  }

  .feature-group td.feature .highlight {
    background-color: gray;
    color: #fff;
    padding: 1em;
    font-size: 12px;
    display: block;
    position: absolute;
    left: -210px;
    width: 190px;
    height: 58px;
    top: 8px;
  }

  .feature-group td.feature .highlight:after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    width: 20px;
    height: 50%;
    top: 0;
    right: -20px;
    border-top: 29px solid transparent;
    border-left: 20px solid gray;
    border-bottom: 29px solid transparent;
    -moz-transform: scale(0.9999);
  }

  .feature-group td.feature .highlight.gold {
    background-color: #F8AA52;
  }

  .feature-group td.feature .highlight.gold:after {
    border-left-color: #F8AA52;
  }

  #tour .container {
    padding-bottom: 0;
  }

  #tour .product-badge ul {
    background: #fff;
    padding: 1em;
    min-height: 18em;
    margin: 0;
    font-size: 0.928571429em;
  }

  #tour .product-badge ul li {
    margin: 0.5em 0;
  }

  #tour .product-badge ul a {
    color: #4e4e4e;
    text-decoration: underline;
  }

  #tour .product-badge.lead-eye:after {
    border-right-width: 82px;
    border-left-width: 82px;
  }

  #tour h2 {
    margin: 0;
    font-size: 0.857142857em;
  }

  #tour .product-badge a.action:hover {
    color: #fff;
    text-decoration: none;
  }

  .incut-box:before {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    border-width: 75px;
    left: 0;
    top: 0;
  }

  .mission-list .outcut-box-wrap {
    max-width: 100%;
    margin-left: 0;
  }

  /*Report Cards*/
  .media figure.pull-left {
    max-width: 200px;
    margin-right: 100px;
  }

  .collapse-list .media figure.pull-left {
    float: left !important;
    margin-bottom: 0;
    max-width: 350px;
    margin-right: 40px;
  }

  .collapse-list .media,
.media-list .media {
    margin: 50px 0;
  }

  #heroCarousel {
    height: 840px;
  }

  .school-types img {
    max-height: none;
  }

  .custom-templates {
    background: transparent url(../images/templates.png) 135% 50% no-repeat;
    background-size: contain;
    margin: 3em 0;
  }

  .custom-templates .container {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  ul.columns-2 li {
    /*width: 50%;*/
    /*float: left;*/
  }

  .list-2 {
    overflow: hidden;
  }

  .list-2 li {
    float: left;
    width: 48%;
    margin: 0 1%;
  }
  .list-2 li:nth-child(even) {
    margin-right: 0;
    margin-left: 2%;
  }
  .list-2 li:nth-child(odd) {
    clear: left;
    margin-left: 0;
    margin-right: 2%;
  }

  .panel-district .list-2 li:nth-last-child(2) {
    border-bottom: none;
  }

  .list-4 {
    overflow: hidden;
  }

  .list-4 li {
    float: left;
    width: 33%;
  }

  #why .container-responsive {
    padding-top: 10em;
    padding-bottom: 10em;
  }

  #why.core-clouds {
    background-position: bottom right;
    background-size: contain;
  }

  #why .img-overlay {
    position: absolute;
    bottom: -170px;
    max-width: 65%;
    left: auto;
    right: 0;
  }

  .highlight-list {
    text-align: left;
    font-size: 0.857142857em;
  }

  .highlight-list li {
    width: 50%;
    float: left;
    min-height: 47.5px;
    margin-top: 50px;
    padding: 0;
  }

  .highlight-list li:nth-child(even) {
    padding-left: 15px;
  }

  .highlight-list li div {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
  }

  .highlight-list li .st,
.highlight-list li .fa {
    display: table-cell;
    vertical-align: top;
  }

  .highlight-list li .fa {
    font-size: 1.5em;
    vertical-align: baseline;
  }
}
@media (min-width: 840px) {
  .animation-type {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  h1.flip-animation {
    font-size: 42px;
  }

  .vertflip {
    font-size: 1em;
  }

  .timeline-line {
    right: 30%;
  }
  .timeline-line .line-list li.simple .tooltip {
    /*color: $alma-blue;*/
  }
  .timeline-line .line-list li .tooltip {
    opacity: 1;
    background: transparent;
    color: #414243;
    text-align: left;
    right: auto;
    left: 115%;
    width: 200px;
  }
  .timeline-line .line-list li .tooltip.right, .timeline-line .line-list li .tooltip.left {
    left: 115%;
  }

  #testimonial-infinite-scroll .scroll-full-width {
    width: 4100%;
  }

  @keyframes infiniteSlide {
    100% {
      left: -3950%;
    }
  }
  .teacher-group {
    background-position: 90% 100%;
  }

  .state-reporting h1 {
    margin-top: 1.5em;
  }

  .horsepower .check-list {
    margin: 4em 0;
  }

  .overflow-image {
    width: 700px;
  }

  .press-list li:first-child,
.press-list li {
    padding: 1em;
  }

  .visibility .media-content h3 {
    margin-top: 2.5em;
  }

  .progressive .media-content h3 {
    margin-top: 1.5em;
  }

  .media-set h3 {
    margin-top: 2em;
  }

  .custom-templates {
    background-position: 100% 50%;
    margin: 3em 0;
  }

  .custom-templates .container {
    padding-top: 6%;
    padding-bottom: 6%;
  }

  .why-badge:after {
    border-left-width: 202px;
    border-right-width: 202px;
  }

  #tour h2 {
    font-size: 1em;
  }

  #tour .product-badge ul {
    min-height: 15em;
  }

  #heroCarousel {
    height: 602px;
  }

  .animation-type {
    font-size: 21px;
  }

  .animation-sand::before {
    top: -35px;
  }

  .animation-sand::after {
    top: 35px;
  }

  @keyframes infinite-drop {
    from {
      margin-top: -35px;
    }
    to {
      margin-top: 35px;
    }
  }
  .animation-fire {
    width: 100px;
    height: 135.5px;
  }

  @keyframes cycle-images-fire {
    to {
      background-position: 0 -542px;
    }
  }
}
@media (min-width: 1200px) {
  .start-sub {
    margin-left: 117.5613495px;
    text-align: left;
  }

  h1.flip-animation {
    font-size: 46px;
  }

  #testimonial-infinite-scroll .scroll-full-width {
    width: 2733.333333306%;
  }

  @keyframes infiniteSlide {
    100% {
      left: -2633.333333306%;
    }
  }
  .teacher-group {
    background-size: 500px;
  }

  .overflow-image {
    width: 750px;
  }

  section .container-responsive {
    margin: 0 10%;
  }

  .container-responsive {
    padding: 0 5%;
  }

  .vimeo-wrap {
    max-width: 820px;
  }

  .vimeo iframe {
    width: 74% !important;
    height: 71% !important;
  }

  .vimeo {
    position: relative;
  }

  #heroCarousel {
    height: 500px;
  }

  #heroCarousel img {
    max-height: 465px;
  }
}
@media (min-width: 1500px) {
  .phone-hand {
    right: 1%;
    max-width: 42%;
  }
}
@media (max-width: 768px) {
  .vimeo iframe {
    left: 6px;
  }

  body {
    text-align: center;
  }

  #meet .container-responsive {
    padding: 2em;
  }

  #why .container.core-narwhal {
    background: transparent;
  }

  .media.media-stack-sm .pull-right,
.media.media-stack-sm .pull-left {
    float: none !important;
  }
}

/*# sourceMappingURL=style.css.map */
