@charset "UTF-8";
/* Compass mixins */
/*
 * A partial implementation of the Ruby list functions from Compass:
 * https://github.com/Compass/compass/blob/stable/lib/compass/sass_extensions/functions/lists.rb
 */
/*
 * A partial implementation of the Ruby constants functions from Compass:
 * https://github.com/Compass/compass/blob/stable/lib/compass/sass_extensions/functions/constants.rb
 */
/*
 * A partial implementation of the Ruby display functions from Compass:
 * https://github.com/Compass/compass/blob/stable/core/lib/compass/core/sass_extensions/functions/display.rb
 */
/* Vendors */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  -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;
}

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

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

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

body {
  font-family: "azo-sans-web", Helvetica, Arial, sans-serif;
  font-size: 19px;
  line-height: 1.3684210526;
  color: #333333;
  background-color: #fff;
}

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

a {
  color: #259C9B;
  text-decoration: none;
}

a:hover, a:focus {
  color: #1b6b6a;
  text-decoration: underline;
}

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

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "clavo", Georgia, "Times New Roman", Times, serif;
  font-weight: 300;
  line-height: 1.1;
  color: inherit;
}

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

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 26px;
  margin-bottom: 13px;
}

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

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

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

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

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

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

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

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

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

p {
  margin: 0 0 13px;
}

.lead {
  margin-bottom: 26px;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 28.5px;
  }
}

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #777777;
}

.text-primary {
  color: #259C9B;
}

a.text-primary:hover {
  color: #1b7372;
}

.text-success {
  color: #259C9B;
}

a.text-success:hover {
  color: #1b7372;
}

.text-info {
  color: #fff;
}

a.text-info:hover {
  color: #e6e6e6;
}

.text-warning {
  color: #221e1f;
}

a.text-warning:hover {
  color: #070606;
}

.text-danger {
  color: #D65431;
}

a.text-danger:hover {
  color: #b14123;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #259C9B;
}

a.bg-primary:hover {
  background-color: #1b7372;
}

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

a.bg-success:hover {
  background-color: #e6e6e6;
}

.bg-info {
  background-color: #693c73;
}

a.bg-info:hover {
  background-color: #4a2b51;
}

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

a.bg-warning:hover {
  background-color: #ccb300;
}

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

a.bg-danger:hover {
  background-color: #e6e6e6;
}

.page-header {
  padding-bottom: 12px;
  margin: 52px 0 26px;
  border-bottom: 1px solid #eeeeee;
}

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

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

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

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

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

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

dt,
dd {
  line-height: 1.3684210526;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

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

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

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

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 13px 26px;
  margin: 0 0 26px;
  font-size: 23.75px;
  border-left: 5px solid #eeeeee;
}

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

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.3684210526;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

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

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 26px;
  font-style: normal;
  line-height: 1.3684210526;
}

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

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

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 736px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 956px;
  }
}

@media (min-width: 1300px) {
  .container {
    width: 1276px;
  }
}

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

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

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -8px;
  margin-right: -8px;
}

.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, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16 {
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}

.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, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16 {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-13 {
  width: 81.25%;
}

.col-xs-14 {
  width: 87.5%;
}

.col-xs-15 {
  width: 93.75%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-pull-13 {
  right: 81.25%;
}

.col-xs-pull-14 {
  right: 87.5%;
}

.col-xs-pull-15 {
  right: 93.75%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-push-13 {
  left: 81.25%;
}

.col-xs-push-14 {
  left: 87.5%;
}

.col-xs-push-15 {
  left: 93.75%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16 {
    float: left;
  }
  .col-sm-1 {
    width: 6.25%;
  }
  .col-sm-2 {
    width: 12.5%;
  }
  .col-sm-3 {
    width: 18.75%;
  }
  .col-sm-4 {
    width: 25%;
  }
  .col-sm-5 {
    width: 31.25%;
  }
  .col-sm-6 {
    width: 37.5%;
  }
  .col-sm-7 {
    width: 43.75%;
  }
  .col-sm-8 {
    width: 50%;
  }
  .col-sm-9 {
    width: 56.25%;
  }
  .col-sm-10 {
    width: 62.5%;
  }
  .col-sm-11 {
    width: 68.75%;
  }
  .col-sm-12 {
    width: 75%;
  }
  .col-sm-13 {
    width: 81.25%;
  }
  .col-sm-14 {
    width: 87.5%;
  }
  .col-sm-15 {
    width: 93.75%;
  }
  .col-sm-16 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 6.25%;
  }
  .col-sm-pull-2 {
    right: 12.5%;
  }
  .col-sm-pull-3 {
    right: 18.75%;
  }
  .col-sm-pull-4 {
    right: 25%;
  }
  .col-sm-pull-5 {
    right: 31.25%;
  }
  .col-sm-pull-6 {
    right: 37.5%;
  }
  .col-sm-pull-7 {
    right: 43.75%;
  }
  .col-sm-pull-8 {
    right: 50%;
  }
  .col-sm-pull-9 {
    right: 56.25%;
  }
  .col-sm-pull-10 {
    right: 62.5%;
  }
  .col-sm-pull-11 {
    right: 68.75%;
  }
  .col-sm-pull-12 {
    right: 75%;
  }
  .col-sm-pull-13 {
    right: 81.25%;
  }
  .col-sm-pull-14 {
    right: 87.5%;
  }
  .col-sm-pull-15 {
    right: 93.75%;
  }
  .col-sm-pull-16 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 6.25%;
  }
  .col-sm-push-2 {
    left: 12.5%;
  }
  .col-sm-push-3 {
    left: 18.75%;
  }
  .col-sm-push-4 {
    left: 25%;
  }
  .col-sm-push-5 {
    left: 31.25%;
  }
  .col-sm-push-6 {
    left: 37.5%;
  }
  .col-sm-push-7 {
    left: 43.75%;
  }
  .col-sm-push-8 {
    left: 50%;
  }
  .col-sm-push-9 {
    left: 56.25%;
  }
  .col-sm-push-10 {
    left: 62.5%;
  }
  .col-sm-push-11 {
    left: 68.75%;
  }
  .col-sm-push-12 {
    left: 75%;
  }
  .col-sm-push-13 {
    left: 81.25%;
  }
  .col-sm-push-14 {
    left: 87.5%;
  }
  .col-sm-push-15 {
    left: 93.75%;
  }
  .col-sm-push-16 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 6.25%;
  }
  .col-sm-offset-2 {
    margin-left: 12.5%;
  }
  .col-sm-offset-3 {
    margin-left: 18.75%;
  }
  .col-sm-offset-4 {
    margin-left: 25%;
  }
  .col-sm-offset-5 {
    margin-left: 31.25%;
  }
  .col-sm-offset-6 {
    margin-left: 37.5%;
  }
  .col-sm-offset-7 {
    margin-left: 43.75%;
  }
  .col-sm-offset-8 {
    margin-left: 50%;
  }
  .col-sm-offset-9 {
    margin-left: 56.25%;
  }
  .col-sm-offset-10 {
    margin-left: 62.5%;
  }
  .col-sm-offset-11 {
    margin-left: 68.75%;
  }
  .col-sm-offset-12 {
    margin-left: 75%;
  }
  .col-sm-offset-13 {
    margin-left: 81.25%;
  }
  .col-sm-offset-14 {
    margin-left: 87.5%;
  }
  .col-sm-offset-15 {
    margin-left: 93.75%;
  }
  .col-sm-offset-16 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16 {
    float: left;
  }
  .col-md-1 {
    width: 6.25%;
  }
  .col-md-2 {
    width: 12.5%;
  }
  .col-md-3 {
    width: 18.75%;
  }
  .col-md-4 {
    width: 25%;
  }
  .col-md-5 {
    width: 31.25%;
  }
  .col-md-6 {
    width: 37.5%;
  }
  .col-md-7 {
    width: 43.75%;
  }
  .col-md-8 {
    width: 50%;
  }
  .col-md-9 {
    width: 56.25%;
  }
  .col-md-10 {
    width: 62.5%;
  }
  .col-md-11 {
    width: 68.75%;
  }
  .col-md-12 {
    width: 75%;
  }
  .col-md-13 {
    width: 81.25%;
  }
  .col-md-14 {
    width: 87.5%;
  }
  .col-md-15 {
    width: 93.75%;
  }
  .col-md-16 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 6.25%;
  }
  .col-md-pull-2 {
    right: 12.5%;
  }
  .col-md-pull-3 {
    right: 18.75%;
  }
  .col-md-pull-4 {
    right: 25%;
  }
  .col-md-pull-5 {
    right: 31.25%;
  }
  .col-md-pull-6 {
    right: 37.5%;
  }
  .col-md-pull-7 {
    right: 43.75%;
  }
  .col-md-pull-8 {
    right: 50%;
  }
  .col-md-pull-9 {
    right: 56.25%;
  }
  .col-md-pull-10 {
    right: 62.5%;
  }
  .col-md-pull-11 {
    right: 68.75%;
  }
  .col-md-pull-12 {
    right: 75%;
  }
  .col-md-pull-13 {
    right: 81.25%;
  }
  .col-md-pull-14 {
    right: 87.5%;
  }
  .col-md-pull-15 {
    right: 93.75%;
  }
  .col-md-pull-16 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 6.25%;
  }
  .col-md-push-2 {
    left: 12.5%;
  }
  .col-md-push-3 {
    left: 18.75%;
  }
  .col-md-push-4 {
    left: 25%;
  }
  .col-md-push-5 {
    left: 31.25%;
  }
  .col-md-push-6 {
    left: 37.5%;
  }
  .col-md-push-7 {
    left: 43.75%;
  }
  .col-md-push-8 {
    left: 50%;
  }
  .col-md-push-9 {
    left: 56.25%;
  }
  .col-md-push-10 {
    left: 62.5%;
  }
  .col-md-push-11 {
    left: 68.75%;
  }
  .col-md-push-12 {
    left: 75%;
  }
  .col-md-push-13 {
    left: 81.25%;
  }
  .col-md-push-14 {
    left: 87.5%;
  }
  .col-md-push-15 {
    left: 93.75%;
  }
  .col-md-push-16 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 6.25%;
  }
  .col-md-offset-2 {
    margin-left: 12.5%;
  }
  .col-md-offset-3 {
    margin-left: 18.75%;
  }
  .col-md-offset-4 {
    margin-left: 25%;
  }
  .col-md-offset-5 {
    margin-left: 31.25%;
  }
  .col-md-offset-6 {
    margin-left: 37.5%;
  }
  .col-md-offset-7 {
    margin-left: 43.75%;
  }
  .col-md-offset-8 {
    margin-left: 50%;
  }
  .col-md-offset-9 {
    margin-left: 56.25%;
  }
  .col-md-offset-10 {
    margin-left: 62.5%;
  }
  .col-md-offset-11 {
    margin-left: 68.75%;
  }
  .col-md-offset-12 {
    margin-left: 75%;
  }
  .col-md-offset-13 {
    margin-left: 81.25%;
  }
  .col-md-offset-14 {
    margin-left: 87.5%;
  }
  .col-md-offset-15 {
    margin-left: 93.75%;
  }
  .col-md-offset-16 {
    margin-left: 100%;
  }
}

@media (min-width: 1300px) {
  .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, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16 {
    float: left;
  }
  .col-lg-1 {
    width: 6.25%;
  }
  .col-lg-2 {
    width: 12.5%;
  }
  .col-lg-3 {
    width: 18.75%;
  }
  .col-lg-4 {
    width: 25%;
  }
  .col-lg-5 {
    width: 31.25%;
  }
  .col-lg-6 {
    width: 37.5%;
  }
  .col-lg-7 {
    width: 43.75%;
  }
  .col-lg-8 {
    width: 50%;
  }
  .col-lg-9 {
    width: 56.25%;
  }
  .col-lg-10 {
    width: 62.5%;
  }
  .col-lg-11 {
    width: 68.75%;
  }
  .col-lg-12 {
    width: 75%;
  }
  .col-lg-13 {
    width: 81.25%;
  }
  .col-lg-14 {
    width: 87.5%;
  }
  .col-lg-15 {
    width: 93.75%;
  }
  .col-lg-16 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 6.25%;
  }
  .col-lg-pull-2 {
    right: 12.5%;
  }
  .col-lg-pull-3 {
    right: 18.75%;
  }
  .col-lg-pull-4 {
    right: 25%;
  }
  .col-lg-pull-5 {
    right: 31.25%;
  }
  .col-lg-pull-6 {
    right: 37.5%;
  }
  .col-lg-pull-7 {
    right: 43.75%;
  }
  .col-lg-pull-8 {
    right: 50%;
  }
  .col-lg-pull-9 {
    right: 56.25%;
  }
  .col-lg-pull-10 {
    right: 62.5%;
  }
  .col-lg-pull-11 {
    right: 68.75%;
  }
  .col-lg-pull-12 {
    right: 75%;
  }
  .col-lg-pull-13 {
    right: 81.25%;
  }
  .col-lg-pull-14 {
    right: 87.5%;
  }
  .col-lg-pull-15 {
    right: 93.75%;
  }
  .col-lg-pull-16 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 6.25%;
  }
  .col-lg-push-2 {
    left: 12.5%;
  }
  .col-lg-push-3 {
    left: 18.75%;
  }
  .col-lg-push-4 {
    left: 25%;
  }
  .col-lg-push-5 {
    left: 31.25%;
  }
  .col-lg-push-6 {
    left: 37.5%;
  }
  .col-lg-push-7 {
    left: 43.75%;
  }
  .col-lg-push-8 {
    left: 50%;
  }
  .col-lg-push-9 {
    left: 56.25%;
  }
  .col-lg-push-10 {
    left: 62.5%;
  }
  .col-lg-push-11 {
    left: 68.75%;
  }
  .col-lg-push-12 {
    left: 75%;
  }
  .col-lg-push-13 {
    left: 81.25%;
  }
  .col-lg-push-14 {
    left: 87.5%;
  }
  .col-lg-push-15 {
    left: 93.75%;
  }
  .col-lg-push-16 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 6.25%;
  }
  .col-lg-offset-2 {
    margin-left: 12.5%;
  }
  .col-lg-offset-3 {
    margin-left: 18.75%;
  }
  .col-lg-offset-4 {
    margin-left: 25%;
  }
  .col-lg-offset-5 {
    margin-left: 31.25%;
  }
  .col-lg-offset-6 {
    margin-left: 37.5%;
  }
  .col-lg-offset-7 {
    margin-left: 43.75%;
  }
  .col-lg-offset-8 {
    margin-left: 50%;
  }
  .col-lg-offset-9 {
    margin-left: 56.25%;
  }
  .col-lg-offset-10 {
    margin-left: 62.5%;
  }
  .col-lg-offset-11 {
    margin-left: 68.75%;
  }
  .col-lg-offset-12 {
    margin-left: 75%;
  }
  .col-lg-offset-13 {
    margin-left: 81.25%;
  }
  .col-lg-offset-14 {
    margin-left: 87.5%;
  }
  .col-lg-offset-15 {
    margin-left: 93.75%;
  }
  .col-lg-offset-16 {
    margin-left: 100%;
  }
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

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

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

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

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

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

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

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

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

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

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

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #efefef;
}

.table-hover > tbody > tr:hover {
  background-color: #D65431;
}

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

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

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

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

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

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

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #693c73;
}

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

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

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

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

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

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 19.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #fff;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

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

label {
  display: inline-block;
  max-width: 100%;
  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;
}

input[type="range"] {
  display: block;
  width: 100%;
}

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

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

output {
  display: block;
  padding-top: 7px;
  font-size: 19px;
  line-height: 1.3684210526;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 19px;
  line-height: 1.3684210526;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 50px;
  -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;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.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: #999;
  opacity: 1;
}

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

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

.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 40px;
  }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn, input[type="date"].input-custom,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  input[type="time"].input-custom,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  input[type="datetime-local"].input-custom,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  input[type="month"].input-custom,
  .input-group-lg
  input[type="month"] {
    line-height: 54px;
  }
}

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

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 26px;
  padding-left: 20px;
  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"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

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

.radio-inline,
.checkbox-inline {
  position: relative;
  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="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

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

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 45px;
}

.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-custom, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

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

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

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

.form-group-sm .form-control {
  height: 34px;
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 34px;
  line-height: 34px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 34px;
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1.5;
  min-height: 41px;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn, .input-custom {
  height: 54px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.3333333;
  border-radius: 6px;
}

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

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn, textarea.input-custom,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn,
select[multiple].input-custom {
  height: auto;
}

.form-group-lg .form-control {
  height: 54px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 54px;
  line-height: 54px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 54px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.3333333;
  min-height: 50px;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 50px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback, .input-custom + .form-control-feedback {
  width: 54px;
  height: 54px;
  line-height: 54px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback {
  width: 34px;
  height: 34px;
  line-height: 34px;
}

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

.has-success .form-control {
  border-color: #259C9B;
  -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: #1b7372;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #51d6d5;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #51d6d5;
}

.has-success .input-group-addon {
  color: #259C9B;
  border-color: #259C9B;
  background-color: #fff;
}

.has-success .form-control-feedback {
  color: #259C9B;
}

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

.has-warning .form-control {
  border-color: #221e1f;
  -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: #070606;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #584e50;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #584e50;
}

.has-warning .input-group-addon {
  color: #221e1f;
  border-color: #221e1f;
  background-color: #ffe000;
}

.has-warning .form-control-feedback {
  color: #221e1f;
}

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

.has-error .form-control {
  border-color: #D65431;
  -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: #b14123;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e79b86;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e79b86;
}

.has-error .input-group-addon {
  color: #D65431;
  border-color: #D65431;
  background-color: #fff;
}

.has-error .form-control-feedback {
  color: #D65431;
}

.has-feedback label ~ .form-control-feedback {
  top: 31px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 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;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.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: 33px;
}

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

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

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

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 8px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 300;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 19px;
  line-height: 1.3684210526;
  border-radius: 50px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

.btn:hover, .btn:focus, .btn.focus {
  color: #FFF;
  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: #FFF;
  background-color: #A3A6A9;
  border-color: #A3A6A9;
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #FFF;
  background-color: #898d90;
  border-color: #83878b;
}

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

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

.btn-default .badge {
  color: #A3A6A9;
  background-color: #FFF;
}

.btn-primary {
  color: #fff;
  background-color: #259C9B;
  border-color: #259C9B;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #1b7372;
  border-color: #196b6a;
}

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

.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #259C9B;
  border-color: #259C9B;
}

.btn-primary .badge {
  color: #259C9B;
  background-color: #fff;
}

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

.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

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

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

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

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

.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-link {
  color: #259C9B;
  font-weight: normal;
  border-radius: 0;
}

.btn-link, .btn-link:active, .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: #1b6b6a;
  text-decoration: underline;
  background-color: transparent;
}

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

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

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

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

.btn-block {
  display: block;
  width: 100%;
}

.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;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

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

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 19px;
  text-align: left;
  background-color: #404040;
  border: 1px solid #ccc;
  border: 1px solid #404040;
  border-radius: 50px;
  -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: 12px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.3684210526;
  color: #fff;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #ffe000;
  background-color: transparent;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #259C9B;
}

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

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

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 15px;
  line-height: 1.3684210526;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}

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

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.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 {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.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: 19px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 50px;
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 15px;
  border-radius: 3px;
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn, .input-group-addon.input-custom {
  padding: 10px 16px;
  font-size: 24px;
  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 > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  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 > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

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

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

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

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

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

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

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

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

.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: #777777;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  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: #259C9B;
}

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

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

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

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

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

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

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

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

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

.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: #fff;
  background-color: #259C9B;
}

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

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

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

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

.nav-justified > li > a, .nav-tabs.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, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

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

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

@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #259C9B;
    border-radius: 50px 50px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #259C9B;
  }
}

.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: 26px;
  border: 1px solid transparent;
}

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

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 50px;
  }
}

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

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

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 8px;
  padding-left: 8px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

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

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -8px;
  margin-left: -8px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .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: 12px 8px;
  font-size: 24px;
  line-height: 26px;
  height: 50px;
}

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

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -8px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 8px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 50px;
}

.navbar-toggle:focus {
  outline: 0;
}

.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: 6px -8px;
}

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

@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: 26px;
  }
  .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: 12px;
    padding-bottom: 12px;
  }
}

.navbar-form {
  margin-left: -8px;
  margin-right: -8px;
  padding: 10px 8px;
  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: 5px;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@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-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 {
  margin-bottom: 0;
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 5px;
  margin-bottom: 5px;
}

.navbar-btn.btn-sm {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 12px;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 8px;
    margin-right: 8px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -8px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.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: #555;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    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: #555;
    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: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.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: #090909;
  color: #fff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    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: #fff;
    background-color: #090909;
  }
  .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: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 0 0;
  margin-bottom: 26px;
  list-style: none;
  background-color: #fff;
  border-radius: 50px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #a3a6a9;
}

.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 26px 0;
  border-radius: 50px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.3684210526;
  text-decoration: none;
  color: #259C9B;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
}

.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  color: #1b6b6a;
  background-color: #eeeeee;
  border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #259C9B;
  border-color: #259C9B;
  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: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 24px;
}

.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: 15px;
}

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

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}

.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #259C9B;
}

.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #1b7372;
}

.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: 15px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #259C9B;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 29px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 85.5px;
  }
}

.alert {
  padding: 15px;
  margin-bottom: 26px;
  border: 1px solid transparent;
  border-radius: 0;
}

.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,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #fff;
  border-color: #fff;
  color: #259C9B;
}

.alert-success hr {
  border-top-color: #f2f2f2;
}

.alert-success .alert-link {
  color: #1b7372;
}

.alert-info {
  background-color: #693c73;
  border-color: #693c73;
  color: #fff;
}

.alert-info hr {
  border-top-color: #5a3362;
}

.alert-info .alert-link {
  color: #e6e6e6;
}

.alert-warning {
  background-color: #ffe000;
  border-color: #ffe000;
  color: #221e1f;
}

.alert-warning hr {
  border-top-color: #e6ca00;
}

.alert-warning .alert-link {
  color: #070606;
}

.alert-danger {
  background-color: #D65431;
  border-color: #D65431;
  color: #fff;
}

.alert-danger hr {
  border-top-color: #c64927;
}

.alert-danger .alert-link {
  color: #e6e6e6;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #f1f1f0;
}

.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

a.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover, a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #259C9B;
  border-color: #259C9B;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #a4e9e9;
}

.list-group-item-success {
  color: #259C9B;
  background-color: #fff;
}

a.list-group-item-success {
  color: #259C9B;
}

a.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover, a.list-group-item-success:focus {
  color: #259C9B;
  background-color: #f2f2f2;
}

a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #259C9B;
  border-color: #259C9B;
}

.list-group-item-info {
  color: #fff;
  background-color: #693c73;
}

a.list-group-item-info {
  color: #fff;
}

a.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover, a.list-group-item-info:focus {
  color: #fff;
  background-color: #5a3362;
}

a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}

.list-group-item-warning {
  color: #221e1f;
  background-color: #ffe000;
}

a.list-group-item-warning {
  color: #221e1f;
}

a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover, a.list-group-item-warning:focus {
  color: #221e1f;
  background-color: #e6ca00;
}

a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #221e1f;
  border-color: #221e1f;
}

.list-group-item-danger {
  color: #D65431;
  background-color: #fff;
}

a.list-group-item-danger {
  color: #D65431;
}

a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover, a.list-group-item-danger:focus {
  color: #D65431;
  background-color: #f2f2f2;
}

a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #D65431;
  border-color: #D65431;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 26px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  -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-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

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

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1;
  border-bottom-right-radius: -1;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #fff;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr: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-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

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

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

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

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

.panel-group {
  margin-bottom: 26px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #f1f1f0;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f1f1f0;
  border-color: #f1f1f0;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f1f1f0;
}

.panel-default > .panel-heading .badge {
  color: #f1f1f0;
  background-color: #333333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f1f1f0;
}

.panel-primary {
  border-color: #259C9B;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #259C9B;
  border-color: #259C9B;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #259C9B;
}

.panel-primary > .panel-heading .badge {
  color: #259C9B;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #259C9B;
}

.panel-success {
  border-color: #fff;
}

.panel-success > .panel-heading {
  color: #259C9B;
  background-color: #fff;
  border-color: #fff;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #fff;
}

.panel-success > .panel-heading .badge {
  color: #fff;
  background-color: #259C9B;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #fff;
}

.panel-info {
  border-color: #693c73;
}

.panel-info > .panel-heading {
  color: #fff;
  background-color: #693c73;
  border-color: #693c73;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #693c73;
}

.panel-info > .panel-heading .badge {
  color: #693c73;
  background-color: #fff;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #693c73;
}

.panel-warning {
  border-color: #ffe000;
}

.panel-warning > .panel-heading {
  color: #221e1f;
  background-color: #ffe000;
  border-color: #ffe000;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ffe000;
}

.panel-warning > .panel-heading .badge {
  color: #ffe000;
  background-color: #221e1f;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ffe000;
}

.panel-danger {
  border-color: #D65431;
}

.panel-danger > .panel-heading {
  color: #D65431;
  background-color: #fff;
  border-color: #D65431;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #D65431;
}

.panel-danger > .panel-heading .badge {
  color: #fff;
  background-color: #D65431;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #D65431;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 50px;
  -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: 28.5px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover, .close:focus {
  color: #000;
  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: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  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: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.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.3684210526px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.3684210526;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

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

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (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);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "azo-sans-web", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: normal;
  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: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 50px;
}

.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: #000;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "azo-sans-web", Helvetica, Arial, sans-serif;
  font-size: 19px;
  font-weight: normal;
  line-height: 1.3684210526;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid #999;
  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: 19px;
  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: #999999;
  bottom: -11px;
}

.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #999;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: #999999;
}

.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #999;
}

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: #999999;
  top: -11px;
}

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #999;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: #999999;
}

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #999;
  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;
  -o-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;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

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

.carousel-caption .btn {
  text-shadow: none;
}

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

.clearfix:before, .form-btn-wrapper:before, .webapp-container .list-panel .top:before,
.webapp-container .list-panel .bottom:before, .clearfix:after, .form-btn-wrapper:after, .webapp-container .list-panel .top:after,
.webapp-container .list-panel .bottom:after {
  content: " ";
  display: table;
}

.clearfix:after, .form-btn-wrapper:after, .webapp-container .list-panel .top:after,
.webapp-container .list-panel .bottom:after {
  clear: both;
}

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

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) and (max-width: 1299px) {
  .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: 992px) and (max-width: 1299px) {
  .visible-md-block {
    display: block !important;
  }
}

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

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

@media (min-width: 1300px) {
  .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;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=60);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #cccccc;
}

.mfp-preloader a:hover {
  color: white;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure {
    /* The shadow behind the image */
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* Custom libraries */
/**
 * Apply Bootstrap media query breakpoints by name.
 */
/**
 * Apply vendor prefixes for styling HTML5 placeholder attributes.
 */
[class*="block-grid-"] {
  display: block;
  margin: -8px;
  padding: 0;
}

[class*="block-grid-"]:before, [class*="block-grid-"]:after {
  content: " ";
  display: table;
}

[class*="block-grid-"]:after {
  clear: both;
}

.block-grid-item {
  display: inline;
  margin: 0;
  padding: 8px;
  height: auto;
  float: left;
  list-style: none;
}

.block-grid-item img {
  width: 100%;
  height: auto;
}

/* Custom website styles */
html, body {
  height: 100%;
  margin: 0 !important;
  overflow: visible !important;
}

.site-header {
  min-height: 460px;
}

.site-navbar {
  width: 100%;
  padding-top: 40px;
  height: 160px;
  z-index: 2000;
}

.site-header-navbar-fat {
  min-height: 155px;
  background-color: #2B2B2B !important;
}

.site-header-navbar-fat .site-navbar {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.site-logo {
  position: relative;
  display: block;
  width: 169px;
  height: 81px;
  z-index: 100;
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
}

.site-logo-white {
  display: block;
}

.site-logo-green {
  display: none;
}

.site-logo-compact {
  display: none;
  width: 56px;
  height: 71px;
}

.site-footer {
  font-size: 14px;
  color: #fff;
  background: #404040;
  padding: 80px 0 40px;
}

.site-footer .inner-container {
  padding: 0 20px;
}

.site-footer h3 {
  font-size: 24px;
  line-height: 30px;
  padding: 0 0 10px;
  margin: 0;
  display: block;
  font-weight: 100;
}

.site-footer ul {
  padding: 0;
  margin: 0;
}

.site-footer li {
  list-style-type: none;
}

.site-footer a {
  padding: 10px 0;
  display: block;
}

.site-footer a:hover {
  text-decoration: none;
  color: #fff;
}

.site-footer .smedia {
  margin: 50px 0 0;
  padding: 50px 0 0;
  border-top: 1px solid #000;
}

.site-footer .smedia h3 {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .site-footer .smedia h3 {
    text-align: left;
  }
}

.site-footer .smedia p {
  max-width: 400px;
  margin: auto;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .site-footer .smedia p {
    text-align: left;
    max-width: none;
  }
}

.site-footer .smedia ul {
  margin: 20px 0 0;
  display: block;
}

.site-footer .smedia li {
  width: 50%;
  float: left;
  text-align: center;
}

.site-footer .smedia a {
  color: #259c9b;
  display: inline-block;
  text-align: left;
  width: 120px;
}

@media screen and (min-width: 768px) {
  .site-footer .smedia a {
    width: 100%;
  }
}

.site-footer .smedia a:hover {
  color: #fff;
}

.site-footer .smedia a:hover i {
  color: #fff;
}

.site-footer .smedia i {
  color: #404040;
  background: #259c9b;
  padding: 0;
  margin: 0 10px 0 0;
  border-radius: 100%;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .site-footer .smedia {
    margin: 0;
    padding: 0;
    border-top: none;
  }
  .site-footer .smedia li {
    padding: 0;
  }
}

.site-footer .mailchimp {
  border-top: 1px solid #000;
  margin: 50px 0 0 0;
  padding: 50px 0 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .site-footer .mailchimp {
    border-top: 1px solid #000;
    margin-top: 50px;
    padding: 50px;
    text-align: center;
  }
}

@media screen and (min-width: 992px) {
  .site-footer .mailchimp {
    margin: 0;
    padding: 0;
    text-align: left;
    border: none;
  }
}

.footer-section {
  margin-bottom: 40px;
  text-align: center;
}

.footer-section-contact {
  font-size: 16px;
  font-weight: 600;
}

.footer-section-contact a {
  display: block;
  line-height: 32px;
  text-decoration: none;
  vertical-align: middle;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .footer-section-contact a {
    display: inline-block;
    padding: 0 20px;
  }
}

.footer-section-contact .social {
  margin-bottom: 0;
}

.footer-section-subscribe form {
  max-width: 400px;
}

@media screen and (max-width: 991px) {
  .footer-section-subscribe form {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1300px) {
  .footer-section-subscribe form {
    max-width: 100%;
  }
}

.footer-section-subscribe .input-group {
  margin: 20px 0;
}

@media screen and (min-width: 992px) {
  .footer-section-contact,
  .footer-section-subscribe {
    text-align: left;
  }
}

@media screen and (max-width: 991px) {
  .list-social li {
    display: inline-block;
  }
}

.site-copyright {
  text-align: center;
  color: #F3F3F3;
  background: #2A2526;
  padding: 65px 0;
}

.block-grid-item--spaceless {
  padding: 0 !important;
  margin: 0 !important;
}

.page-content {
  position: relative;
  max-width: 780px;
  margin: 0 auto;
  padding: 40px 0;
}

.page-article {
  position: relative;
  padding-bottom: 60px;
}

.uv-icon {
  z-index: 99 !important;
}

.noscript {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #1b6b6a;
  top: 0;
  left: 0;
  z-index: 99999;
}

.noscript .noscript-container {
  padding: 30px;
  background: #fff;
  max-width: 400px;
  margin: 0 auto;
  color: #333;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

body {
  font-weight: 300;
  font-size: 15px;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 19px;
  }
}

h1 {
  color: #221E1F;
  margin-bottom: 0.5em;
}

h2 {
  font-size: 36px;
  font-weight: 600;
  color: #221E1F;
}

.featured-list {
  color: #231F20;
  font-size: 16px;
  list-style: disc;
  text-align: left;
}

.page-title-small {
  font-size: 19px;
  font-family: "azo-sans-web", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin: 40px 0;
}

.panel-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 1.5em;
}

.lightbox-title {
  font-size: 44px;
}

.section-heading {
  font-size: 19px;
  font-weight: 400;
  font-family: "azo-sans-web", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
}

.subsection-heading {
  text-align: center;
  margin-bottom: 40px;
}

.breadcrumb {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #a3a6a9;
}

.breadcrumb > li + li:before {
  padding: 0 2px;
}

.start-termin-form h2 {
  color: #fff;
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 10px;
}

.read-more {
  font-weight: bold;
}

.underline {
  text-decoration: underline;
}

.site-navigation {
  position: relative;
  margin-top: 16px;
  z-index: 2;
}

.site-navigation ul {
  margin-right: -10px;
  margin-left: 15px;
  margin-bottom: 0;
}

.site-navigation li {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  vertical-align: middle;
}

.site-navigation .nav-separator {
  background: #fff;
  width: 1px;
  height: 28px;
}

.site-navigation .nav-item {
  display: block;
  font-size: 15px;
  line-height: 54px;
  letter-spacing: 1px;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

.site-navigation .nav-item.active, .site-navigation .nav-item:hover {
  color: #ffe000;
}

.site-navigation .nav-item.active {
  font-weight: 600;
}

.site-navigation .open .nav-item {
  color: #ffe000;
}

.site-navigation.nav-primary li {
  display: none;
}

.site-navigation.nav-primary li.menu-bars {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .site-navigation.nav-primary li.nav-separator {
    display: inline-block;
  }
}

@media screen and (min-width: 992px) {
  .site-navigation.nav-primary li.overlay-show {
    display: inline-block;
  }
}

@media screen and (min-width: 1300px) {
  .site-navigation.nav-primary li {
    display: inline-block;
  }
  .site-navigation.nav-primary li.menu-bars {
    display: none;
  }
}

.site-navigation .menu-bars {
  display: none;
}

.site-navigation .btn {
  font-size: 18px;
  line-height: 48px;
  margin: 0 10px;
  padding: 0 25px;
  -webkit-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
}

.site-navigation .nav-item-featured {
  color: #ffe000;
  font-weight: 600;
}

.site-navigation .nav-item-featured:hover {
  color: #fff !important;
}

.navbar-header {
  float: left;
}

.navbar-header .site-logo-color {
  display: none;
}

.page-front .navbar-header .site-logo-white {
  display: none;
}

.page-front .navbar-header .site-logo-color {
  display: block;
}

.nav-primary {
  float: right;
}

.nav-secondary {
  float: right;
}

.site-navigation .has-dropdown:hover > .dropdown-menu {
  display: block;
  z-index: 1000;
}

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

.footer-navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 13px;
}

.footer-navigation a:hover {
  color: #fff;
  text-decoration: none;
}

.navbar-stuck .masthead-content {
  padding-top: 160px;
}

.navbar-stuck .site-logo {
  display: none !important;
}

.navbar-stuck .site-logo-compact {
  display: block;
  margin-top: 7px;
  margin-bottom: 14px;
}

.navbar-stuck .site-navbar {
  background: #2B2B2B;
  padding-top: 0;
  height: 85px;
  -webkit-transition: background-color 0.3s ease-in;
  -o-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
}

.navbar-stuck .nav-secondary {
  display: none;
  text-align: right;
}

.navbar-stuck .nav-separator {
  display: none;
}

@media screen and (min-width: 768px) {
  .navbar-stuck .nav-separator {
    display: inline-block;
  }
  .navbar-stuck .nav-secondary {
    display: inline-block;
  }
}

@media screen and (max-width: 1299px) {
  .navbar-stuck .nav-primary {
    float: right;
  }
  .navbar-stuck .nav-primary li {
    display: none;
  }
  .navbar-stuck .nav-primary li.menu-bars {
    display: inline-block;
  }
}

@media screen and (min-width: 992px) and (max-width: 1299px) {
  .navbar-stuck .nav-primary li.overlay-show {
    display: inline-block;
  }
}

@media screen and (min-width: 768px) {
  .navbar-stuck .site-navigation .nav-separator {
    display: inline-block;
  }
}

.navbar-stuck .site-navigation .nav-item {
  color: #fff !important;
}

.navbar-stuck .site-navigation .open .nav-item,
.navbar-stuck .site-navigation .nav-item.active,
.navbar-stuck .site-navigation .nav-item:hover {
  color: #ffe000;
}

.navbar-stuck.reloaded .site-navbar,
.navbar-stuck.reloaded .site-logo {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.section-navigation {
  display: inline-block;
  overflow: hidden;
  border: 3px solid #259C9B;
  border-radius: 50px;
  text-align: center;
  margin: 0 auto;
  padding: 0 25px;
}

.section-navigation ul {
  margin: 0;
  padding: 0;
}

.section-navigation li {
  display: inline-block;
  margin: 0;
  padding: 0 10px;
}

.section-navigation .nav-item {
  display: block;
  font-size: 15px;
  line-height: 36px;
  color: #259C9B;
  text-transform: uppercase;
  text-decoration: none;
}

.section-navigation .nav-item:hover {
  color: #1b6b6a;
}

.section-navigation .nav-item.active {
  color: #393939;
}

@media screen and (min-width: 768px) {
  .section-navigation .nav-item {
    font-size: 19px;
    line-height: 44px;
  }
}

.section-navigation--solid {
  display: block;
  padding: 0;
  background-color: #259C9B;
}

.section-navigation--solid li {
  padding: 0;
  float: left;
}

.section-navigation--solid .nav-item {
  padding-left: 30px;
  padding-right: 30px;
  background-color: #2B2B2B;
}

.section-navigation--solid .nav-item:hover, .section-navigation--solid .nav-item.active {
  color: #fff;
  font-weight: inherit;
}

.section-navigation--solid .nav-item.active {
  background-color: #259C9B;
}

.site-dropdown-nav {
  border-radius: 10px;
  border-width: 0;
  font-size: 13px;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
  left: auto;
  right: 5px;
}

.site-dropdown-nav:before {
  position: absolute;
  top: -18px;
  right: 12px;
  width: 14px;
  height: 14px;
  border-radius: 12px;
  background-color: #404040;
  content: "";
}

.site-dropdown-nav li {
  display: block !important;
}

.site-dropdown-nav a {
  display: block;
}

.footer-section-navigation {
  text-align: center;
  margin: 95px auto;
}

.header-section-navigation {
  text-align: center;
  margin: 30px auto;
}

.page-front .site-navigation .nav-item {
  color: #2b2b2b;
}

.page-front .site-navigation .nav-item:focus, .page-front .site-navigation .nav-item:hover {
  color: #259c9b !important;
}

.page-front .site-navigation .btn-secondary {
  color: #2b2b2b;
  border-color: #2b2b2b;
  background-color: transparent;
}

.page-front .site-navigation .btn-secondary:focus, .page-front .site-navigation .btn-secondary:hover {
  border-color: #259c9b !important;
  background-color: #259c9b !important;
  color: #fff;
}

.page-front .site-navigation .nav-item-featured {
  color: #2b2b2b;
}

.page-front .site-navigation .nav-item-featured:hover {
  color: #259c9b;
}

.page-front .navbar-stuck .btn-secondary {
  color: #fff !important;
  border-color: #fff !important;
}

/* -----------------------------------------------------------------------------
    #MASTHEADS
----------------------------------------------------------------------------- */
.site-header-navbar-fat .site-navigation .nav-item {
  color: #fff;
}

.site-header-navbar-fat .site-navigation .nav-item.active, .site-header-navbar-fat .site-navigation .nav-item:hover {
  color: #ffe000;
}

.page-front .site-logo-white {
  display: block;
}

.landing-page .masthead-front h1 {
  font-size: 66px;
}

.masthead-title {
  font-size: 36px;
  font-weight: 300;
  color: #fff;
  margin-top: 80px;
  margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .masthead-title {
    font-size: 50px;
  }
}

@media screen and (min-width: 992px) {
  .masthead-title {
    margin-right: -85px;
  }
}

.masthead-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 30px;
  text-align: center;
}

.masthead-content .masthead-title {
  margin-top: 80px;
  margin-bottom: 60px;
}

@media screen and (min-width: 992px) {
  .masthead-content .masthead-title {
    margin-right: -85px;
  }
}

.masthead-front {
  padding-bottom: 20px;
  margin-top: 30px;
}

.masthead-front h1 {
  font-size: 30px;
  margin: 0 auto 10px;
  max-width: 800px;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .masthead-front h1 {
    font-size: 48px;
  }
}

.masthead-front .tagline {
  font-size: 22px;
  color: #fff;
  font-weight: 200;
  max-width: 660px;
  margin: 0 auto 20px;
}

.masthead-front h2 {
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 10px;
}

.masthead-front .btn-page-down {
  margin-top: 100px;
}

@media screen and (min-width: 768px) {
  .masthead-front {
    margin-top: 100px;
  }
}

@media screen and (min-width: 992px) {
  .masthead-front {
    margin-top: 180px;
  }
}

.cover-image {
  position: relative;
  background: #ddd top center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.cover-image-full {
  min-height: 100%;
}

@media screen and (min-width: 992px) {
  .full {
    height: 100%;
    min-height: 750px;
  }
  .full .col-xs-16 {
    position: initial;
  }
  .full .action {
    position: absolute !important;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

.nav-app {
  display: none;
}

.site-header.bg-motor {
  background-image: url("../img/masthead_motor.jpg");
}

.site-header.bg-city {
  background-image: url("../img/masthead_city.jpg");
  background-position: bottom center;
}

.site-header.bg-team {
  background-image: url("../img/masthead_team.jpg");
  background-position: bottom center;
}

.site-header.bg-waterfall {
  background-image: url("../img/masthead_yellow_waterfall.jpg");
}

.site-header.bg-group {
  background-image: url("../img/masthead_group.jpg");
}

.site-header.bg-guysmiling {
  background-image: url("../img/masthead_guysmiling.jpg");
}

.site-header.bg-swimmer {
  background-image: url("../img/masthead_swimmer.jpg");
}

.page-who-we-are .site-header {
  background-image: url("../img/masthead_team.jpg");
  background-position: bottom center;
}

.masthead-waterfall .site-header {
  background-image: url("../img/masthead_yellow_waterfall.jpg");
}

.masthead-group .site-header {
  background-image: url("../img/masthead_group.jpg");
}

.masthead-guysmiling .site-header {
  background-image: url("../img/masthead_guysmiling.jpg");
}

/* ----------------------------------------------------------------------------- HOME SITE HEADER */
/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
.page-front .site-header {
  position: relative;
  background-image: url("../img/masthead_people.jpg");
  background-position: center;
  background-attachment: fixed;
  margin: 0 0 20px;
}

@media screen and (min-width: 768px) {
  .page-front .site-header {
    margin: 0;
  }
}

.page-front .site-header .logo {
  display: block;
  padding: 20px 0 0;
}

@media screen and (min-width: 768px) {
  .page-front .site-header .logo {
    padding: 80px 0 40px 0;
  }
}

.page-front .site-header .logo img {
  display: inline-block;
  width: 180px;
  height: auto;
}

.page-front .site-header .masthead-front {
  padding: 20px;
}

@media screen and (min-width: 768px) {
  .page-front .site-header .masthead-front {
    padding: 100px 40px;
  }
}

.page-front .site-header .masthead-content {
  margin: 0 auto;
  text-align: center;
}

.page-front .site-header .masthead-content h1 {
  font-weight: 500;
  font-size: 28px;
  max-width: 100%;
  padding: 20px 0;
  margin: 0;
  color: #2b2b2b;
}

@media screen and (min-width: 768px) {
  .page-front .site-header .masthead-content h1 {
    font-size: 55px;
  }
}

.page-front .site-header .masthead-content .tagline {
  font-size: 21px;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  font-weight: 400;
  color: #2b2b2b;
}

@media screen and (min-width: 768px) {
  .page-front .site-header .masthead-content .tagline {
    margin: 0 auto 60px;
    padding: 0;
    font-size: 23px;
  }
}

.page-front .site-header .masthead-content .tagline span.largeunderline {
  position: relative;
}

.page-front .site-header .masthead-content .tagline span.largeunderline:after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 3px;
  background: #000;
  content: "";
}

.page-front .site-header .action {
  text-align: center;
  display: block;
  position: relative;
  height: 200px;
}

.page-front .site-header .action a {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.page-front .site-header:after {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 200px;
  content: '';
}

.page-front .site-header.navbar-stuck > .container {
  padding-top: 160px;
}

.section-feature {
  background: #f4f4f4;
  text-align: center;
  padding: 60px 0;
  margin-top: 50px;
}

.section-featured-content {
  text-align: center;
  font-size: 19px;
  color: #8C8A8B;
  margin-top: 100px;
}

.section-featured-content > .content-inner {
  max-width: 700px;
  margin: 0 auto 40px;
  padding: 0 30px;
}

.section-featured-content .btn {
  margin-top: 30px;
}

@media screen and (min-width: 992px) {
  .section-featured-content {
    padding-left: 0;
    padding-right: 0;
  }
}

.featured-content-title {
  text-align: center;
  letter-spacing: -1px;
  margin: 0 auto 40px;
  max-width: 780px;
  font-size: 36px;
}

@media screen and (min-width: 768px) {
  .featured-content-title {
    font-size: 55px;
  }
}

.featured-content-video {
  text-align: center;
}

.featured-content-video iframe {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.alphabet-bg {
  position: relative;
  background: #313232 url("../img/alphabet_bg@2x.png") center center repeat;
  background-size: 172px 172px;
  z-index: 10;
}

.alphabet-bg:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, transparent 40%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.4)), color-stop(37%, transparent));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, transparent 40%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, transparent 40%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, transparent 40%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, transparent 40%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
  /* IE6-9 */
}

.alphabet-bg:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.4) 0%, transparent 40%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, rgba(0, 0, 0, 0.4)), color-stop(37%, transparent));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.4) 0%, transparent 40%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.4) 0%, transparent 40%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.4) 0%, transparent 40%);
  /* IE10+ */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, transparent 40%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
  /* IE6-9 */
}

.section-content {
  margin: 60px 0;
}

.section-horizontal-bottom {
  border-bottom: 1px solid #D6D7D6;
}

.section-header {
  text-align: center;
  border-bottom: 1px solid #dddede;
  margin: 50px 0 40px;
}

/* -----------------------------------------------------------------------------
    #LIGHTBOXES

    Styling MagnificPopup defaults and creating custom lightboxes.
----------------------------------------------------------------------------- */
.mfp-bg {
  background-color: #000;
  opacity: 0.6;
  z-index: 9000;
}

.mfp-wrap {
  z-index: 9001;
}

.mfp-move-from-top {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-move-from-top .mfp-content {
  vertical-align: top;
}

.mfp-move-from-top .mfp-with-short-anim,
.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: transform 0.3s, opacity 0.3s;
  -o-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
}

.mfp-move-from-top.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
}

@media screen and (min-width: 768px) {
  .mfp-move-from-top.mfp-ready .mfp-with-anim {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
  }
}

@media screen and (min-width: 992px) {
  .mfp-move-from-top.mfp-ready .mfp-with-anim {
    -webkit-transform: translateY(200px);
    -moz-transform: translateY(200px);
    -ms-transform: translateY(200px);
    -o-transform: translateY(200px);
    transform: translateY(200px);
  }
}

.mfp-move-from-top.mfp-ready .mfp-with-short-anim {
  opacity: 1;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
}

.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.6;
}

.mfp-move-from-top.mfp-removing .mfp-with-short-anim,
.mfp-move-from-top.mfp-removing .mfp-with-anim {
  opacity: 0;
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
}

.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-lightbox,
.login-lightbox {
  display: table;
  position: relative;
  background: #FFF;
  max-width: 840px;
  max-height: 420px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.mfp-lightbox .mfp-close,
.login-lightbox .mfp-close {
  margin-top: -40px;
  margin-right: -20px;
}

.mfp-lightbox .col-form,
.login-lightbox .col-form {
  display: table-cell;
  width: 50%;
  padding: 30px 20px 0;
  vertical-align: middle;
}

.mfp-lightbox .col-cta,
.login-lightbox .col-cta {
  display: table-cell;
  text-align: center;
  color: #fff;
  background: #404040;
  width: 50%;
  padding: 30px 70px;
  vertical-align: middle;
}

.mfp-lightbox .h3,
.login-lightbox .h3 {
  font-size: 18px;
}

.mfp-lightbox .btn-default,
.login-lightbox .btn-default {
  margin-top: 10px;
}

.mfp-lightbox .or,
.login-lightbox .or {
  font-size: 30px;
  margin: 20px 0;
}

.mfp-lightbox input,
.login-lightbox input {
  background-color: #fff;
  border-color: #fff;
}

.login-lightbox {
  font-size: 13px;
  background: #D6D7D6;
}

.content-lightbox {
  padding: 40px 20px;
}

@media screen and (min-width: 768px) {
  .content-lightbox {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.testimonial-lightbox h1 {
  margin: 0;
}

.testimonial-lightbox h3 {
  margin-bottom: 40px;
}

/* -----------------------------------------------------------------------------
    #BUTTONS
----------------------------------------------------------------------------- */
*, a:hover, a:active, a:focus {
  outline: 0 !important;
}

.btn {
  outline: 0 !important;
  font-family: "azo-sans-web", Helvetica, Arial, sans-serif;
  font-size: 18px;
  border-width: 3px;
  padding: 10px 27px;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s, color 0.2s, border-color 0.2s;
  -o-transition: background-color 0.2s, color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}

.btn:focus, .btn:active {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.btn-small {
  font-size: 13px;
  padding: 4px 15px;
  border-width: 2px !important;
}

@media screen and (min-width: 768px) {
  .btn-xlarge {
    padding: 26px 60px;
    font-size: 23px;
  }
}

.btn-secondary {
  border-color: #ffe000;
  color: #221E1F;
  background: #ffe000;
}

.btn-secondary:hover {
  border-color: #fff;
  color: #fff;
  background-color: transparent;
}

.btn-tertiary {
  color: #fff;
  border-color: #998ab9;
  background-color: #998ab9;
}

.btn-tertiary:focus, .btn-tertiary:hover {
  border-color: #998ab9;
  color: #998ab9;
  background-color: transparent;
}

.btn-danger {
  background-color: #D65431;
  border-color: #D65431;
  color: #fff;
}

.btn-danger:focus, .btn-danger:hover {
  border-color: #D65431;
  color: #D65431;
  background-color: transparent;
}

.btn-featured {
  color: #998ab9;
  border-color: #d6d7d5;
  background-color: #d6d7d5;
}

.btn-featured:focus, .btn-featured:hover {
  border-color: #d6d7d5;
  color: #d6d7d5;
  background-color: transparent;
}

.btn-primary:hover {
  border-color: #259C9B;
  color: #259C9B;
  background: transparent;
}

.btn-default:hover {
  border-color: #fff;
  color: #fff;
  background: transparent;
}

.btn.btn-hover-dark:hover {
  border-color: #000;
  color: #000;
}

.btn.btn-hover-light:hover {
  border-color: #fff;
  color: #fff;
}

.btn-fat {
  padding-left: 50px;
  padding-right: 50px;
}

.btn-chevron-right i {
  margin: -4px 0 0 5px;
}

/* -----------------------------------------------------------------------------
    #CUSTOM-FORMS
----------------------------------------------------------------------------- */
.free-tool-keyword-form {
  max-width: 700px;
  margin: 0 auto;
  color: #565857;
}

.free-tool-keyword-form h1 {
  margin-top: 10px;
  color: #565857;
}

.free-tool-keyword-form .input-group {
  margin: 20px auto;
  max-width: 600px;
}

.free-tool-keyword-form input {
  border-color: #1b6b6a;
  background: #fff;
}

.footer-form {
  border-top: 1px solid #ddd;
}

.start-termin-form {
  background-color: rgba(37, 156, 155, 0.8);
  border-radius: 149px;
  max-width: 800px;
  margin: 0 auto;
  padding: 30px 50px 40px 50px;
}

.start-termin-form h2 {
  margin-top: 0;
}

.start-termin-form .input-group {
  overflow: hidden;
  margin: 0 auto;
  height: auto;
  max-width: 640px;
  background: #ffffff;
  padding: 3px;
}

.start-termin-form .input-group > input {
  border: 0;
  background: transparent;
  padding-left: 25px;
  padding-top: 14px;
  padding-bottom: 12px;
  height: 55px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.start-termin-form .input-group > input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}

.start-termin-form .input-group > input::-webkit-input-placeholder {
  color: rgba(34, 30, 31, 0.7);
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  height: 55px;
  line-height: 29px;
}

.start-termin-form .input-group > input:-moz-placeholder {
  color: rgba(34, 30, 31, 0.7);
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  height: 55px;
  line-height: 29px;
}

.start-termin-form .input-group > input::-moz-placeholder {
  color: rgba(34, 30, 31, 0.7);
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  height: 55px;
  line-height: 29px;
}

.start-termin-form .input-group > input:-ms-input-placeholder {
  color: rgba(34, 30, 31, 0.7);
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  height: 55px;
  line-height: 29px;
}

.modal .start-termin-form .input-group {
  width: 100%;
}

.start-termin-form .input-group-btn {
  margin-left: 10px;
}

.start-termin-form .input-group-btn > .btn {
  background-color: #ffe000;
  border-color: #ffe000;
  color: #333;
  height: 55px;
  line-height: 20px;
  padding: 15px 25px;
  -webkit-transition: background 0.5s ease, border 0.5s ease;
  -o-transition: background 0.5s ease, border 0.5s ease;
  transition: background 0.5s ease, border 0.5s ease;
}

.start-termin-form .input-group-btn > .btn:hover {
  background-color: transparent;
  border-color: #333333;
  color: #333333;
}

.start-termin-form .input-group, .start-termin-form .input-group-btn > .btn {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}

.start-termin-form p {
  max-width: 500px;
  margin: 0 auto;
}

#masthead .start-termin-form {
  color: #fff;
}

#masthead .start-termin-form h2 {
  color: #ffffff;
}

/* -----------------------------------------------------------------------------
    #INPUT-GROUPS
----------------------------------------------------------------------------- */
.control-label {
  font-size: 15px;
}

.input-group-featured {
  overflow: hidden;
  height: auto;
  max-width: 640px;
  background: #fff;
  padding: 3px;
}

.input-group-featured > input {
  border: 0;
  background: transparent;
  padding-left: 25px;
  padding-top: 14px;
  padding-bottom: 12px;
  height: 48px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.input-group-featured > input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}

.input-group-featured > input::-webkit-input-placeholder {
  color: rgba(34, 30, 31, 0.7);
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
}

.input-group-featured > input:-moz-placeholder {
  color: rgba(34, 30, 31, 0.7);
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
}

.input-group-featured > input::-moz-placeholder {
  color: rgba(34, 30, 31, 0.7);
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
}

.input-group-featured > input:-ms-input-placeholder {
  color: rgba(34, 30, 31, 0.7);
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
}

.input-group-btn-featured {
  margin-left: 10px;
}

.input-group-btn-featured > .btn {
  height: 48px;
  line-height: 20px;
  padding: 12px 25px;
}

.input-group-featured, .input-group-btn.input-group-btn-featured > .btn {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}

.form-control {
  font-size: inherit;
}

.input-group-custom {
  overflow: hidden;
  height: auto;
  max-width: 640px;
  background: #fff;
  padding: 4px;
  border: 1px solid #a3a6a8;
}

.input-group-custom .form-control {
  border: 0;
  background: transparent;
  padding-left: 30px;
  padding-top: 13px;
  padding-bottom: 13px;
  height: 48px;
  font-size: 14px;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.input-group-custom .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}

.input-group-custom .form-control::-webkit-input-placeholder {
  opacity: 1;
  font-style: italic;
  font-weight: 200;
  color: #a3a6a8;
}

.input-group-custom .form-control:-moz-placeholder {
  opacity: 1;
  font-style: italic;
  font-weight: 200;
  color: #a3a6a8;
}

.input-group-custom .form-control::-moz-placeholder {
  opacity: 1;
  font-style: italic;
  font-weight: 200;
  color: #a3a6a8;
}

.input-group-custom .form-control:-ms-input-placeholder {
  opacity: 1;
  font-style: italic;
  font-weight: 200;
  color: #a3a6a8;
}

.input-group-custom-btn {
  margin-left: 10px;
}

.input-group-custom-btn > .btn {
  height: 48px;
  line-height: 18px;
  padding: 12px 25px;
}

.input-group-custom, .input-group-btn.input-group-custom-btn > .btn {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}

.link-text-btn {
  line-height: 48px;
  font-size: 14px;
}

.form-btn-wrapper .link-text-btn {
  margin-left: 25px;
}

.form-btn-wrapper .btn {
  float: right;
}

.form-title {
  font-size: 18px;
  margin-bottom: 1.5em;
}

.login-form-copy {
  max-width: 800px;
  margin: 60px auto;
  text-align: center;
}

.login-form-copy h3 {
  margin-bottom: 30px;
}

.login-form-copy .or {
  display: inline;
  font-size: 30px;
  padding-left: 20px;
  padding-right: 20px;
  vertical-align: middle;
}

.login-form-copy .btn {
  font-size: 20px;
}

.narrow-content {
  max-width: 400px;
  padding: 0 10px;
  margin: 0 auto;
}

input[type="tel"],
input[type="email"],
input[type="password"],
input[type="text"] {
  -webkit-appearance: none;
}

.input-custom {
  padding-left: 25px;
  padding-right: 25px;
  border-color: #d6d7d6;
  background-color: #d6d7d6;
  border-width: 3px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.input-custom::-webkit-input-placeholder {
  color: rgba(34, 30, 31, 0.7);
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  padding-top: 0;
  padding-bottom: 0;
}

.input-custom:-moz-placeholder {
  color: rgba(34, 30, 31, 0.7);
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  padding-top: 0;
  padding-bottom: 0;
}

.input-custom::-moz-placeholder {
  color: rgba(34, 30, 31, 0.7);
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  padding-top: 0;
  padding-bottom: 0;
}

.input-custom:-ms-input-placeholder {
  color: rgba(34, 30, 31, 0.7);
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  padding-top: 0;
  padding-bottom: 0;
}

.input-custom:focus {
  border-color: #e9eded;
  background-color: #e9eded;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.has-error .input-custom {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: rgba(214, 84, 49, 0.2);
}

.form-group .errorlist {
  font-size: 14px;
  color: #D65431;
  text-align: left;
  list-style-type: none;
  margin: 5px 0 0 25px;
  padding: 0;
}

.nav-tabs {
  border-bottom: 0;
}

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

.nav-tabs > li > a {
  background-color: #259C9B;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  margin-right: 10px;
  padding-left: 40px;
  padding-right: 40px;
  border: 0 !important;
  outline: none;
}

.nav-tabs > li > a:hover {
  background-color: #259C9B;
  color: #fff;
  border-color: #259C9B;
}

/**
 * Registration form
 */
.form-group-agree-eula {
  margin: 30px 0;
}

.form-group-agree-eula input[type="checkbox"] {
  margin: 0 6px 0 0;
}

.showHide {
  display: none;
}

.showHide label {
  font-weight: 400;
  font-size: 16px;
  cursor: pointer;
}

.showHide input[type="checkbox"] {
  cursor: pointer;
  margin: 0 0 0 5px;
}

/* -----------------------------------------------------------------------------
    MAILCHIMP EMAIL REGISTRATION FORM
----------------------------------------------------------------------------- */
#mc_embed_signup {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
}

#mc_embed_signup #mc-embedded-subscribe {
  font-size: 0;
  position: relative;
}

@media screen and (min-width: 768px) {
  #mc_embed_signup #mc-embedded-subscribe {
    font-size: 18px;
  }
}

@media screen and (min-width: 992px) {
  #mc_embed_signup #mc-embedded-subscribe {
    font-size: 0;
  }
}

@media screen and (min-width: 1300px) {
  #mc_embed_signup #mc-embedded-subscribe {
    font-size: 18px;
  }
}

#mc_embed_signup .input-group {
  overflow: hidden;
  margin: 0 auto;
  height: auto;
  background: #fff;
  padding: 3px;
  text-align: left;
  max-width: 400px;
}

@media screen and (min-width: 1300px) {
  #mc_embed_signup .input-group {
    margin: 0;
  }
}

#mc_embed_signup .input-group > input {
  border: 0;
  background: transparent;
  height: 55px;
  line-height: 55px;
  color: #333;
  border: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-indent: 20px;
  outline: none !important;
  width: 100%;
}

#mc_embed_signup .input-group-btn {
  margin-left: 10px;
}

#mc_embed_signup .input-group-btn:hover {
  color: #259c9b;
}

#mc_embed_signup .input-group-btn:after {
  content: "\f105";
  font-size: 35px;
  font-family: FontAwesome;
  position: absolute;
  right: 18px;
  top: 4px;
}

@media screen and (min-width: 768px) {
  #mc_embed_signup .input-group-btn:after {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  #mc_embed_signup .input-group-btn:after {
    display: block;
  }
}

@media screen and (min-width: 1300px) {
  #mc_embed_signup .input-group-btn:after {
    display: none;
  }
}

#mc_embed_signup .input-group-btn > .btn {
  height: 55px;
  line-height: 20px;
  padding: 15px 25px;
}

#mc_embed_signup .input-group, #mc_embed_signup .input-group-btn > .btn {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}

#mc_embed_signup div.mce_inline_error {
  position: absolute;
  background: #259c9b !important;
  font-weight: 300 !important;
  left: 0;
  top: 80px;
  width: 100%;
  margin: 0 !important;
  padding: 10px 30px !important;
}

#mc_embed_signup #mce-responses {
  padding: 20px 0;
}

.feature-icon {
  display: inline-block;
  width: 110px;
  height: 110px;
}

.feature-icon-large {
  display: inline-block;
  width: 160px;
  height: 160px;
}

/**
* Business feature
*/
.business-feature {
  text-align: center;
  margin: 0 auto 50px;
  padding: 0 20px;
  max-width: 400px;
}

.business-feature .feature-icon {
  width: 110px;
  height: 110px;
  margin: 0 auto 50px;
}

.business-feature .feature-icon img {
  width: 100%;
  height: auto;
}

.business-feature .feature-icon.business-feature-target .business-feature .feature-icon {
  width: 114px;
  height: 114px;
}

.business-feature h3 {
  font-size: 24px;
  margin-top: 0;
}

.business-feature > .content-inner {
  font-size: 16px;
  font-weight: 400;
  margin: 20px 0 40px;
}

@media screen and (min-width: 992px) {
  .business-feature {
    margin-bottom: 0;
    max-width: 100%;
  }
}

/**
* Social network icons
*/
a.social {
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  margin-bottom: 12px;
  color: #404040;
  background: #259C9B;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

a.social:hover {
  background: #fff;
  color: #1b6b6a;
}

a.social .fa {
  font-size: 1.4em;
  line-height: 36px;
}

a.social .fa-twitter {
  margin-left: 2px;
}

a.social .fa-linkedin {
  margin-top: -1px;
  margin-left: 1px;
}

a.social .fa-google-plus {
  margin-left: 2px;
}

/* -----------------------------------------------------------------------------
#FEATURED CONTENT
----------------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .section-landing-featured-content {
    padding: 40px 0;
  }
}

.section-landing-featured-content .featured-content-title {
  margin: 0 auto;
  max-width: 840px;
  padding: 20px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .section-landing-featured-content .featured-content-title {
    padding: 40px;
  }
}

.section-landing-featured-content .featured-content-title h1 {
  color: #062828;
  font-size: 28px;
  font-weight: 300;
  margin: 0 auto 30px;
  max-width: 780px;
}

@media screen and (min-width: 768px) {
  .section-landing-featured-content .featured-content-title h1 {
    font-size: 48px;
  }
}

.section-landing-featured-content .featured-content-title h1 span {
  font-family: 'roboto';
  font-weight: 300;
}

.section-landing-featured-content .featured-content-title p {
  color: #000;
  font-size: 19px;
  margin: 0;
  padding: 0 0 20px;
  letter-spacing: 1px;
}

@media screen and (min-width: 768px) {
  .section-landing-featured-content .featured-content-title p {
    padding: 0;
  }
}

.section-landing-featured-content .featured-content-title br {
  display: none;
}

@media screen and (min-width: 768px) {
  .section-landing-featured-content .featured-content-title br {
    display: block;
  }
}

.section-landing-featured-content .featured-content-bullets {
  text-align: center;
  padding: 0;
  margin: 0;
}

.section-landing-featured-content .featured-content-bullets ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.section-landing-featured-content .featured-content-bullets li {
  padding: 20px;
  background: #eee;
}

@media screen and (min-width: 992px) {
  .section-landing-featured-content .featured-content-bullets li {
    background: #fff;
  }
}

.section-landing-featured-content .featured-content-bullets li:first-child {
  border-radius: 5px 5px 0 0;
}

.section-landing-featured-content .featured-content-bullets li:last-child {
  border-radius: 0 0 5px 5px;
}

.section-landing-featured-content .featured-content-bullets li:nth-child(2n) {
  background: #e5e5e5;
}

@media screen and (min-width: 992px) {
  .section-landing-featured-content .featured-content-bullets li:nth-child(2n) {
    background: #fff;
  }
}

.section-landing-featured-content .featured-content-bullets h2 {
  font-size: 24px;
  margin: 0 0 20px;
  font-weight: 200;
  color: #000;
}

.section-landing-featured-content .featured-content-bullets h2 strong {
  font-weight: 500;
}

.section-landing-featured-content .featured-content-bullets p {
  color: #949292;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 300;
}

.section-landing-featured-content .featured-content-action {
  display: block;
  text-align: center;
  padding: 40px;
}

/* -----------------------------------------------------------------------------
#TESTIMONIALS
----------------------------------------------------------------------------- */
.testimonial {
  text-align: center;
  margin: 0 0 40px;
}

.testimonial .testimonial-header {
  background-color: #9889b8;
  float: left;
  width: 100%;
  padding: 60px;
  border-radius: 5px 5px 0 0;
}

.testimonial .testimonial-header h3 {
  font-size: 28px;
  font-weight: 200;
  color: #fff;
  margin: 0;
  padding: 0 0 20px;
}

@media screen and (min-width: 768px) {
  .testimonial .testimonial-header h3 {
    font-size: 48px;
  }
}

.testimonial .testimonial-header p {
  color: #000;
  font-size: 19px;
  margin: 0;
  color: #fff;
}

.testimonial .testimonial-list {
  background-color: #ffe000;
  float: left;
  width: 100%;
}

.testimonial .testimonial-list ul {
  list-style-type: none;
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}

.testimonial .testimonial-list li {
  list-style-type: none;
  float: left;
  width: 100%;
}

.testimonial .testimonial-list li > div {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .testimonial .testimonial-list li > div {
    width: 50%;
  }
}

.testimonial .testimonial-list .quote .quote-container {
  position: relative;
  font-size: 16px;
  text-align: left;
  margin: 40px;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .testimonial .testimonial-list .quote .quote-container {
    font-size: 18px;
  }
}

@media screen and (min-width: 992px) {
  .testimonial .testimonial-list .quote .quote-container {
    margin: 50px 50px 0 50px;
  }
}

@media screen and (min-width: 1300px) {
  .testimonial .testimonial-list .quote .quote-container {
    font-size: 21px;
    margin: 80px 100px;
  }
}

.testimonial .testimonial-list .quote .quote-container p {
  font-weight: 300;
  font-size: 19px;
  line-height: 1.3em;
  color: #000;
  float: left;
  width: 100%;
  text-align: justify;
  padding: 10px 0;
  margin: 0;
}

@media screen and (min-width: 992px) {
  .testimonial .testimonial-list .quote .quote-container p {
    font-size: 15px;
  }
}

@media screen and (min-width: 1300px) {
  .testimonial .testimonial-list .quote .quote-container p {
    padding: 20px 0;
    font-size: 19px;
  }
}

.testimonial .testimonial-list .quote .quote-container cite {
  float: left;
  width: 100%;
  font-weight: 200;
  font-style: italic;
  color: #565858;
  padding: 20px 0 0;
  margin: 0;
  font-size: 14px;
}

@media screen and (min-width: 1300px) {
  .testimonial .testimonial-list .quote .quote-container cite {
    font-size: 16px;
  }
}

.testimonial .testimonial-list .quote .quote-container .quote-close,
.testimonial .testimonial-list .quote .quote-container .quote-open {
  max-width: 45px;
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 992px) {
  .testimonial .testimonial-list .quote .quote-container .quote-close,
  .testimonial .testimonial-list .quote .quote-container .quote-open {
    max-width: 25px;
  }
}

@media screen and (min-width: 1300px) {
  .testimonial .testimonial-list .quote .quote-container .quote-close,
  .testimonial .testimonial-list .quote .quote-container .quote-open {
    max-width: 45px;
  }
}

.testimonial .testimonial-list .quote .quote-container .quote-close {
  margin-top: -20px;
}

@media screen and (min-width: 992px) {
  .testimonial .testimonial-list .quote .quote-container .quote-close {
    margin-top: 0;
  }
}

@media screen and (min-width: 1300px) {
  .testimonial .testimonial-list .quote .quote-container .quote-close {
    margin-top: -20px;
  }
}

.testimonial .testimonial-list .quote .quote-container .client-logo {
  display: block;
  text-align: center;
  padding: 0 0 20px;
}

.testimonial .testimonial-list .quote .quote-container .client-logo img {
  max-height: 60px;
  padding: 0 50px 0 0;
  width: auto;
}

.testimonial .testimonial-list .picture {
  position: relative;
  max-height: 490px;
}

.testimonial .testimonial-list .picture a {
  max-height: 490px;
  overflow: hidden;
}

.testimonial .testimonial-footer {
  background-color: #9889b8;
  float: left;
  width: 100%;
  padding: 40px;
  text-align: center;
  border-radius: 0 0 5px 5px;
}

@media screen and (min-width: 768px) {
  .testimonial .testimonial-footer {
    padding: 60px;
  }
}

.testimonial .testimonial-footer h2 {
  font-size: 28px;
  font-weight: 200;
  color: #fff;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .testimonial .testimonial-footer h2 {
    font-size: 48px;
  }
}

.testimonial .testimonial-footer h3 {
  font-family: "azo-sans-web",Helvetica,Arial,sans-serif;
  padding: 5px 0 30px;
}

.testimonial .testimonial-footer h3, .testimonial .testimonial-footer p {
  color: #000;
  max-width: 700px;
  font-size: 19px;
  margin: 0 auto;
  color: #fff;
}

.testimonial .testimonial-footer .btn {
  background: #fff;
  color: #259c9b;
  border: 2px solid #fff;
  margin: 30px 0 0;
}

.testimonial .testimonial-footer .btn:hover {
  background: #ffe000;
  color: #000;
  border: 2px solid #ffe000;
}

/* -----------------------------------------------------------------------------
#STILL-QUESTION
----------------------------------------------------------------------------- */
.still-question {
  padding: 0 10px 20px;
}

@media screen and (min-width: 768px) {
  .still-question {
    padding: 20px 0 40px;
  }
}

@media screen and (min-width: 992px) {
  .still-question {
    padding: 40px 0 60px;
  }
}

.still-question ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.still-question h3 {
  font-weight: 200;
  font-size: 24px;
  padding: 0 0 30px;
  margin: 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .still-question h3 {
    font-size: 32px;
  }
}

@media screen and (min-width: 992px) {
  .still-question h3 {
    font-size: 38px;
    padding: 0;
  }
}

@media screen and (min-width: 1300px) {
  .still-question h3 {
    font-size: 44px;
  }
}

@media screen and (min-width: 768px) {
  .still-question .clearfix, .still-question .form-btn-wrapper, .still-question .webapp-container .list-panel .top, .webapp-container .list-panel .still-question .top, .still-question
  .webapp-container .list-panel .bottom,
  .webapp-container .list-panel .still-question .bottom {
    display: none;
  }
}

.still-question .btn {
  padding: 10px 0;
  margin: 0 auto 20px;
  width: 100%;
  max-width: 300px;
}

@media screen and (min-width: 768px) {
  .still-question .btn {
    padding: 10px 30px;
    margin: 0 auto;
    width: auto;
  }
}

@media screen and (min-width: 1300px) {
  .still-question .btn {
    padding: 10px 60px;
  }
}

@media screen and (min-width: 768px) {
  .still-question .btn-primary {
    margin: 0 10px 0;
  }
}

/* -----------------------------------------------------------------------------
#LAYOUT
----------------------------------------------------------------------------- */
.row-col-split {
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  margin-top: 50px;
  margin-bottom: 40px;
}

.col-split {
  padding: 80px 80px 50px 60px;
  text-align: center;
  color: #8C8A8B;
}

.row .col-split:last-of-type {
  padding-left: 80px;
  padding-right: 60px;
}

@media screen and (min-width: 992px) {
  .row .col-split:last-of-type {
    border-left: 1px solid #ddd;
  }
}

.row .col-split-no-padding {
  padding: 0 !important;
}

/* -----------------------------------------------------------------------------
#BLOG
----------------------------------------------------------------------------- */
.article-teaser {
  margin-bottom: 30px;
}

.article-teaser:last-of-type {
  margin-bottom: 50px;
}

.article-teaser-title {
  display: block;
}

.article-teaser-time {
  display: block;
  font-style: italic;
  font-size: 15px;
  font-weight: 200;
  color: #555757;
  margin-top: 5px;
}

/* -----------------------------------------------------------------------------
#GENERAL-COMPONENTS
----------------------------------------------------------------------------- */
.btn-page-down {
  display: inline-block;
  width: 63px;
  height: 63px;
  background: url("../img/button_page_down@2x.png") no-repeat;
  background-size: 63px 63px;
}

.overlay-btn-centered {
  display: block;
  position: relative;
  background: #000;
  outline: 0;
}

.overlay-btn-centered:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.overlay-btn-centered:hover .btn {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

.overlay-btn-centered .btn {
  margin-top: -20px;
  background: rgba(37, 156, 155, 0.77);
  border-color: transparent;
  z-index: 100;
}

.overlay-btn-centered .btn-wrapper {
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 1000;
}

.overlay-btn-centered img {
  width: 100.5%;
  height: auto;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}

/* -----------------------------------------------------------------------------
#CASE-STUDIES
----------------------------------------------------------------------------- */
.casestudy-tile {
  display: block;
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #000;
  text-align: left;
  font-size: 14px;
}

.casestudy-tile:hover {
  color: #fff;
}

.casestudy-tile:hover .picture {
  opacity: 0.9;
}

.casestudy-tile.open {
  color: #000;
  background-color: #ffe000;
}

.casestudy-tile.open .company-name {
  color: #000;
}

.casestudy-tile.open .thumbnail {
  width: 90px;
  height: 90px;
}

@media screen and (min-width: 1300px) {
  .casestudy-tile.open .thumbnail {
    width: 140px;
    height: 140px;
  }
}

.casestudy-tile.open .picture {
  opacity: 0;
}

@media screen and (min-width: 1300px) {
  .casestudy-tile {
    font-size: 19px;
  }
}

.casestudy-tile .company-name {
  font-weight: 600;
  color: #ffe000;
}

.casestudy-tile .company-type {
  font-style: italic;
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 20px;
}

.casestudy-tile .quote {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px;
  z-index: 1;
}

.casestudy-tile .thumbnail {
  display: inline-block;
  overflow: hidden;
  width: 0;
  height: 0;
  border-radius: 50%;
  margin: 0 auto 10px;
  text-align: center;
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
}

.casestudy-tile .thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}

.casestudy-tile .picture {
  opacity: 0.5;
  width: 100.5%;
  height: auto;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
}

.casestudy-grid {
  margin: 0 0 60px 0;
}

.casestudy-detail {
  display: none;
  position: relative;
  clear: both;
  padding: 40px;
}

@media screen and (min-width: 992px) {
  .casestudy-detail {
    padding: 60px 100px 100px;
  }
}

@media screen and (min-width: 1300px) {
  .casestudy-detail {
    padding: 80px 150px 120px;
  }
}

.casestudy-close-btn {
  position: absolute;
  right: 40px;
  top: 20px;
}

@media screen and (min-width: 992px) {
  .casestudy-close-btn {
    right: 60px;
    top: 40px;
  }
}

.casestudy-detail-content {
  font-size: 16px;
  color: #231F20;
  margin-top: 40px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  -ms-column-gap: 30px;
  -o-column-gap: 30px;
  column-gap: 30px;
}

/* -----------------------------------------------------------------------------
#PRICING-PACKAGES
----------------------------------------------------------------------------- */
.package-col-wrapper {
  border-top: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.package-tile {
  position: relative;
  display: block;
  text-align: center;
  color: #8D8B8B;
  padding: 50px 0 75px;
  -webkit-transition: background-color 0.2s, color 0.2s, border-color 0.2s;
  -o-transition: background-color 0.2s, color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}

.package-tile .btn {
  position: relative;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.package-tile .btn-wrapper {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
}

.package-tile .list-features {
  padding-right: 40px;
  padding-left: 40px;
}

@media screen and (min-width: 768px) {
  .package-tile .list-features {
    padding-right: 80px;
    padding-left: 80px;
  }
}

@media screen and (min-width: 1300px) {
  .package-tile .list-features {
    padding-right: 120px;
    padding-left: 120px;
  }
}

.package-tile h3 {
  color: #231F20;
}

.package-tile .package-price {
  font-family: "Roboto", sans-serif;
  font-size: 90px;
  color: #259C9B;
  margin-top: -16px;
}

.package-tile:hover {
  background-color: #259C9B;
  text-decoration: none;
  color: #46BFAE;
}

.package-tile:hover .list-feature-item {
  border-color: #46BFAE;
}

.package-tile:hover .package-price {
  color: #ffe000;
}

.package-tile:hover .btn {
  border-color: #fff;
  color: #fff;
}

.package-tile:hover h3 {
  color: #fff;
}

.package-freetool-title {
  font-size: 36px;
  margin: 10px 0 20px;
}

.package-subscription-title {
  font-size: 48px;
  margin: 0 0 20px;
}

.list-features {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.list-feature-item {
  border-top: 1px solid #DDDEDE;
  padding: 10px;
}

.list-feature-item:first-child {
  border-top: 0;
}

.feature-icon-titled {
  text-transform: uppercase;
  font-weight: 500;
}

.feature-icon-titled img {
  margin-right: 5px;
}

.container-account-info {
  font-size: 15px;
  padding-bottom: 100px;
}

@media screen and (min-width: 992px) {
  .container-account-info {
    margin: 0 100px;
  }
}

.product-grid-item {
  text-align: center;
  padding: 60px 0 30px;
  margin-bottom: 100px;
}

.product-grid-item .btn {
  display: block;
  margin: 0 50px;
}

.product-grid-item .list-features {
  margin-top: 30px;
  margin-bottom: 30px;
}

.product-grid-item .list-feature-item {
  font-weight: 200;
  border-width: 2px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.product-grid-item .sherpa-logo {
  margin-top: 13px;
  width: 91px;
  height: 94px;
}

.product-grid-item-featured {
  overflow: hidden;
  color: #fff;
  background-color: #998ab9;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 0;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.product-grid-item-featured .list-features {
  margin-left: 30px;
  margin-right: 30px;
}

.product-grid-item-featured .product-item-heading,
.product-grid-item-featured .product-item-price {
  color: #fff;
}

.product-item-featured-header {
  font: 300 16px/normal "Roboto", sans-serif;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  color: #fff;
  background-color: #393939;
  height: 50px;
  padding-top: 20px;
}

.product-item-featured-badge {
  background-color: transparent;
  margin-bottom: 10px;
}

.product-item-featured-badge path {
  fill: #393939;
}

.product-item-heading {
  font-weight: 200;
  font-size: 36px;
  color: #998ab9;
  margin: 10px 0 0;
}

.product-item-heading.quick-buy {
  margin-bottom: 36px;
}

.product-item-price {
  font: 300 90px/90px "Roboto", sans-serif;
  color: #998ab9;
  margin-top: 10px;
}

.product-item-price sup {
  font-weight: 200;
  font-size: 65%;
}

.product-item-price small {
  display: block;
  font-size: 20px;
  line-height: 20px;
}

/* -----------------------------------------------------------------------------
#ROADMAP
----------------------------------------------------------------------------- */
.block-roadmap {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  max-width: 940px;
}

.table-row {
  display: table-row;
}

.roadmap-step {
  display: table;
  font: 300 13px/18px "azo-sans-web", Helvetica, Arial, sans-serif;
  text-align: center;
  color: #259C9B;
  width: 100%;
}

.roadmap-step .roadmap-step-top {
  display: table-cell;
  width: 100%;
  height: 320px;
  vertical-align: bottom;
  padding-bottom: 15px;
  text-align: center;
}

.roadmap-step .roadmap-step-top .roadmap-step-title {
  margin-bottom: 30px;
}

.roadmap-step .roadmap-step-bottom {
  display: table-cell;
  border-top: 20px solid #259C9B;
  padding-top: 20px;
  width: 100%;
  text-align: center;
}

.roadmap-step .roadmap-step-bottom .roadmap-step-title {
  margin-top: 30px;
}

.roadmap-step .feature-icon {
  width: 63px;
  height: 63px;
}

.roadmap-step .dot {
  display: inline-block;
  margin-top: 20px;
  background-color: #259C9B;
  border-radius: 50%;
  width: 16px;
  height: 16px;
}

.roadmap-step .number {
  font-weight: 700;
  font-size: 36px;
  line-height: 36px;
  margin-top: 10px;
}

.roadmap-step a {
  color: #fff;
}

.roadmap-step p {
  margin-bottom: 0;
}

.roadmap-step.active {
  color: #ffe000;
}

.roadmap-step.active a {
  color: #259C9B;
}

.roadmap-step.active .roadmap-step-bottom {
  border-color: #ffe000;
}

.roadmap-step.active .roadmap-step-title {
  margin-top: 40px;
}

.roadmap-step.active .number {
  font-size: 76px;
  line-height: 66px;
}

.roadmap-step.active .dot {
  background-color: #ffe000;
}

.roadmap-step-title {
  font-size: 19px;
  font-weight: 700;
  font-family: "azo-sans-web", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 0;
}

.roadmap-step-active-title {
  font-size: 36px;
  font-family: "azo-sans-web", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 30px;
}

/* -----------------------------------------------------------------------------
#FREQUENTLY ASKED QUESTIONS
----------------------------------------------------------------------------- */
.sidebar {
  background: #dddede;
}

.sidebar-header {
  padding: 20px;
  border-bottom: 1px solid #a3a6a9;
}

.sidebar-heading {
  font-family: "azo-sans-web", Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  margin: 0;
}

.sidebar-content {
  padding: 20px 10px;
}

.tree-nav {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.tree-nav-item {
  font-size: 16px;
  margin: 0 0 10px 30px;
  padding: 0;
}

.tree-panel {
  position: relative;
  padding-bottom: 10px;
}

.faq-group,
.faq-group a {
  font-family: "azo-sans-web", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 19px;
  color: #393939;
  margin: 0;
  text-decoration: none;
  outline: none;
}

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

.faq-group .fa {
  margin-right: 3px;
  -webkit-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
}

.faq-answer {
  font-size: 16px;
  line-height: 1.6em;
  color: #8d8b8b;
}

.faq-entry {
  margin-bottom: 50px;
}

.faq-entry .faq-question {
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .faq-content-container {
    padding-left: 30px;
  }
}

@media screen and (min-width: 1300px) {
  .faq-content-container {
    padding-left: 60px;
  }
}

@media screen and (min-width: 992px) {
  .faq-content-container .col-first {
    padding-top: 40px;
    padding-right: 40px;
    border-right: 1px solid #dddede;
  }
  .faq-content-container .col-last {
    padding-top: 40px;
    padding-left: 40px;
    border-left: 1px solid #dddede;
    margin-left: -1px;
  }
}

.faq-content {
  padding: 40px 0;
}

/* -----------------------------------------------------------------------------
    start-termin-cta
----------------------------------------------------------------------------- */
.start-termin-cta-wrapper {
  padding: 50px 20px;
}

.start-termin-cta h3 span {
  font-family: 'roboto';
}

.start-termin-cta p {
  color: #8c8a8b;
  font-size: 19px;
  margin: 0 0 20px;
}

/* -----------------------------------------------------------------------------
# COLOR
----------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
# WEBAPP CONTAINER
----------------------------------------------------------------------------- */
.webapp {
  background-color: #fff;
  padding: 70px 0 0 0;
}

.webapp header .container,
.webapp header .container > .row,
.webapp header .container > .row > div {
  width: 100% !important;
  margin: 0;
  padding: 0;
}

.webapp main .container {
  width: 100% !important;
  margin: 0;
  padding: 0;
}

.webapp main .container > .row,
.webapp main .container #content {
  width: 100%;
  margin: 0;
  padding: 0;
}

.webapp .site-header,
.webapp .navbar-stuck {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px !important;
  background: #2b2b2b;
  min-height: initial;
  max-height: initial;
  padding: 0 !important;
  margin: 0 !important;
  transition: background-color 0.3s ease-in 0s;
  z-index: 999;
}

.webapp .site-header .nav-app,
.webapp .navbar-stuck .nav-app {
  padding: 0;
}

.webapp .site-header #svg-logo,
.webapp .navbar-stuck #svg-logo {
  display: none;
}

.webapp .site-header .site-logo-white,
.webapp .navbar-stuck .site-logo-white {
  float: left;
  display: block !important;
  height: 50px;
  margin: 10px 0;
  width: auto;
}

.webapp .site-header .navbar-header,
.webapp .navbar-stuck .navbar-header {
  float: left;
  height: 70px;
  padding: 0;
  margin: 0;
}

.webapp .site-header .nav-primary,
.webapp .site-header .nav-secondary,
.webapp .navbar-stuck .nav-primary,
.webapp .navbar-stuck .nav-secondary {
  display: none;
}

.webapp .site-header .nav-app,
.webapp .navbar-stuck .nav-app {
  display: block;
  float: right;
  margin: 0 !important;
}

.webapp .site-header .nav-app .nav-item,
.webapp .navbar-stuck .nav-app .nav-item {
  line-height: 70px;
}

.webapp .site-header .site-navbar,
.webapp .site-header .affix-top,
.webapp .site-header .affix,
.webapp .navbar-stuck .site-navbar,
.webapp .navbar-stuck .affix-top,
.webapp .navbar-stuck .affix {
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
  height: 70px;
  padding: 0 30px;
}

@media screen and (min-width: 1850px) {
  .webapp .site-header .site-navbar,
  .webapp .site-header .affix-top,
  .webapp .site-header .affix,
  .webapp .navbar-stuck .site-navbar,
  .webapp .navbar-stuck .affix-top,
  .webapp .navbar-stuck .affix {
    padding: 0 100px;
  }
}

.webapp .toolbar {
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 500;
  font-family: "roboto";
  background: #fff;
  padding: 0 30px;
}

@media screen and (min-width: 1850px) {
  .webapp .toolbar {
    padding: 0 100px;
  }
}

.webapp .toolbar a {
  color: #00908B;
  text-decoration: none !important;
}

.webapp .helpBtn {
  position: fixed;
  bottom: 10px;
  left: 10px;
  width: 35px;
}

.webapp .helpBtn * {
  padding: 0;
  margin: 0;
}

.webapp .helpBtn a {
  height: 35px;
  width: 35px;
  cursor: pointer;
  display: block;
}

.webapp .helpBtn a:after {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 35px;
  text-transform: capitalize;
  top: 0;
  left: 0;
  -webkit-transition: opacity, 0.2s;
  -o-transition: opacity, 0.2s;
  transition: opacity, 0.2s;
  color: #00B5AE;
  text-align: left;
  width: 200px;
  z-index: -1;
}

.webapp .helpBtn a:hover {
  background: transparent;
  color: #00B5AE;
}

.webapp .helpBtn a:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
  padding: 0 0 0 40px;
  z-index: auto;
}

.webapp .helpBtn i {
  line-height: 30px;
  height: 100%;
  font-size: 18px;
  -webkit-transform: rotate(7deg);
  -ms-transform: rotate(7deg);
  -o-transform: rotate(7deg);
  transform: rotate(7deg);
}

.webapp .helpBtn .tutorial-icon {
  background: #00B5AE;
  color: #fff;
  text-align: center;
  border-radius: 100%;
  border: 2px solid #00B5AE;
  margin: 0 0 5px;
  -webkit-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}

.webapp .helpBtn .tutorial-icon:after {
  content: "display video Tutorial";
}

.webapp .helpBtn .tutorial-icon:hover {
  background: transparent;
  color: #00B5AE;
}

.webapp .helpBtn .userJourney {
  background: #00B5AE;
  color: #fff;
  text-align: center;
  border-radius: 100%;
  border: 2px solid #00B5AE;
  -webkit-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
  position: relative;
}

.webapp .helpBtn .userJourney.bounce {
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  transform: translateX(20px);
}

.webapp .helpBtn .userJourney:after {
  content: "enable tour";
}

.webapp .userHelper {
  color: #fff;
}

.webapp .userHelper * {
  padding: 0;
  margin: 0;
}

.webapp .userHelper h1 {
  text-transform: uppercase;
  font-size: 21px;
  padding: 0 0 10px 0;
  margin: 0 auto;
  font-weight: 500;
  font-family: "roboto";
  color: #fff;
  text-align: center;
  display: block;
}

.webapp .userHelper p {
  padding: 0;
  margin: auto;
  font-size: 14px;
  text-align: justify;
  font-weight: 400;
  font-family: "roboto";
}

.webapp .userHelper .step {
  display: none;
  position: fixed;
  border: 3px solid #00B5AE;
  border: none;
  z-index: 999;
  background: #00B5AE;
  text-align: center;
  -webkit-transition: all 0.4s cubic-bezier(0.73, -0.3, 1, 0.715);
  -o-transition: all 0.4s cubic-bezier(0.73, -0.3, 1, 0.715);
  transition: all 0.4s cubic-bezier(0.73, -0.3, 1, 0.715);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 5px 5px 50px rgba(0, 0, 0, 0.6);
  box-shadow: 5px 5px 50px rgba(0, 0, 0, 0.6);
}

.webapp .userHelper .step.active {
  display: block;
}

.webapp .userHelper .step .container {
  position: relative;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.webapp .userHelper .step .container .content {
  margin: auto;
}

.webapp .userHelper .step:after {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-width: 25px;
}

.webapp .userHelper .step.top:after {
  bottom: 100%;
  left: 50%;
  margin-left: -25px;
  border-bottom-color: #00B5AE;
}

.webapp .userHelper .step.btm:after {
  top: 100%;
  left: 50%;
  margin-left: -25px;
  border-top-color: #00B5AE;
}

.webapp .userHelper .step.left:after {
  right: 99%;
  top: 50%;
  margin-top: -25px;
  border-right-color: #00B5AE;
}

.webapp .userHelper .step.right:after {
  left: 99%;
  top: 50%;
  margin-top: -25px;
  border-left-color: #00B5AE;
}

.webapp .userHelper .tip {
  margin: 20px auto 0;
  padding: 10px;
  position: relative;
  display: block;
  background: rgba(255, 255, 255, 0.2);
}

.webapp .userHelper .tip .thb {
  position: absolute;
  left: 0px;
  top: 10px;
  width: 60px;
  text-align: center;
  color: #dbeeed;
}

.webapp .userHelper .tip .thb p {
  padding: 0;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}

.webapp .userHelper .tip .thb i {
  font-size: 34px;
}

.webapp .userHelper .tip .content p {
  font-weight: 300;
  font-size: 14px;
  font-style: italic;
  font-family: "roboto";
  text-align: left;
  padding: 0 0 0 50px;
}

.webapp .userHelper .cta {
  display: block;
  width: 100%;
  padding: 20px 0 0;
  text-align: center;
}

.webapp .userHelper .cta a {
  color: #00B5AE;
  padding: 10px 0;
  background: #fff;
  font-weight: 500;
  font-size: 14px;
  width: 100px;
  color: #fff;
  border: transparent;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.webapp .userHelper .cta a:hover {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3) inset;
  color: #dbeeed;
  padding: 11px 0 9px;
}

.webapp .userHelper .cta a.closeHelper {
  margin: 0 0 0 5px;
  background: #56c57b;
}

.webapp .userHelper .cta a.disable {
  margin: 0 5px 0 0;
  background: #e44e37;
}

.webapp .userHelper .s0 {
  width: 400px;
  height: 400px;
  -webkit-transform: rotate(25deg) scale(1);
  -moz-transform: rotate(25deg) scale(1);
  -ms-transform: rotate(25deg) scale(1);
  -o-transform: rotate(25deg) scale(1);
  transform: rotate(25deg) scale(1);
}

.webapp .userHelper .s0 .container {
  -webkit-transform: translate(-50%, -50%) rotate(-25deg);
  -moz-transform: translate(-50%, -50%) rotate(-25deg);
  -ms-transform: translate(-50%, -50%) rotate(-25deg);
  -o-transform: translate(-50%, -50%) rotate(-25deg);
  transform: translate(-50%, -50%) rotate(-25deg);
}

.webapp .userHelper .s0 .container .content {
  max-width: 250px;
}

.webapp .userHelper .s0.mignify {
  -webkit-transform: rotate(25deg) scale(0);
  -moz-transform: rotate(25deg) scale(0);
  -ms-transform: rotate(25deg) scale(0);
  -o-transform: rotate(25deg) scale(0);
  transform: rotate(25deg) scale(0);
}

.webapp .userHelper .s1 {
  width: 450px;
  height: 450px;
  -webkit-transform: rotate(-25deg) scale(1);
  -moz-transform: rotate(-25deg) scale(1);
  -ms-transform: rotate(-25deg) scale(1);
  -o-transform: rotate(-25deg) scale(1);
  transform: rotate(-25deg) scale(1);
}

.webapp .userHelper .s1 .container {
  -webkit-transform: translate(-50%, -50%) rotate(25deg);
  -moz-transform: translate(-50%, -50%) rotate(25deg);
  -ms-transform: translate(-50%, -50%) rotate(25deg);
  -o-transform: translate(-50%, -50%) rotate(25deg);
  transform: translate(-50%, -50%) rotate(25deg);
}

.webapp .userHelper .s1 .container .content {
  max-width: 280px;
}

.webapp .userHelper .s1.mignify {
  -webkit-transform: rotate(-25deg) scale(0);
  -moz-transform: rotate(-25deg) scale(0);
  -ms-transform: rotate(-25deg) scale(0);
  -o-transform: rotate(-25deg) scale(0);
  transform: rotate(-25deg) scale(0);
}

.webapp .userHelper .s2 {
  width: 430px;
  height: 430px;
  -webkit-transform: rotate(10deg) scale(1);
  -moz-transform: rotate(10deg) scale(1);
  -ms-transform: rotate(10deg) scale(1);
  -o-transform: rotate(10deg) scale(1);
  transform: rotate(10deg) scale(1);
}

.webapp .userHelper .s2 .container {
  -webkit-transform: translate(-50%, -50%) rotate(-10deg);
  -moz-transform: translate(-50%, -50%) rotate(-10deg);
  -ms-transform: translate(-50%, -50%) rotate(-10deg);
  -o-transform: translate(-50%, -50%) rotate(-10deg);
  transform: translate(-50%, -50%) rotate(-10deg);
}

.webapp .userHelper .s2 .container .content {
  max-width: 300px;
}

.webapp .userHelper .s2.mignify {
  -webkit-transform: rotate(10deg) scale(0);
  -moz-transform: rotate(10deg) scale(0);
  -ms-transform: rotate(10deg) scale(0);
  -o-transform: rotate(10deg) scale(0);
  transform: rotate(10deg) scale(0);
}

.webapp .userHelper .s3 {
  width: 380px;
  height: 380px;
  -webkit-transform: rotate(55deg) scale(1);
  -moz-transform: rotate(55deg) scale(1);
  -ms-transform: rotate(55deg) scale(1);
  -o-transform: rotate(55deg) scale(1);
  transform: rotate(55deg) scale(1);
}

.webapp .userHelper .s3 .container {
  -webkit-transform: translate(-50%, -50%) rotate(-55deg);
  -moz-transform: translate(-50%, -50%) rotate(-55deg);
  -ms-transform: translate(-50%, -50%) rotate(-55deg);
  -o-transform: translate(-50%, -50%) rotate(-55deg);
  transform: translate(-50%, -50%) rotate(-55deg);
}

.webapp .userHelper .s3 .container .content {
  max-width: 280px;
}

.webapp .userHelper .s3.mignify {
  -webkit-transform: rotate(55deg) scale(0);
  -moz-transform: rotate(55deg) scale(0);
  -ms-transform: rotate(55deg) scale(0);
  -o-transform: rotate(55deg) scale(0);
  transform: rotate(55deg) scale(0);
}

.webapp .webapp-msg-output > div {
  z-index: 9999;
  width: 300px;
  display: block;
  background: #fff;
  position: fixed;
  right: -300px;
  top: 15px;
  -webkit-transition: all, 0.5s, ease;
  -o-transition: all, 0.5s, ease;
  transition: all, 0.5s, ease;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
}

.webapp .webapp-msg-output > div.show {
  right: 15px;
  opacity: 1;
  filter: alpha(opacity=100);
}

.webapp .webapp-msg-output .loading,
.webapp .webapp-msg-output .info {
  background: #00908B;
}

.webapp .webapp-msg-output .error {
  background: #D65330;
}

.webapp .webapp-msg-output .success {
  background: #56c57b;
}

.webapp .webapp-msg-output .container {
  padding: 20px !important;
  display: block;
}

.webapp .webapp-msg-output .close {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  text-align: center;
}

.webapp .webapp-msg-output p {
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  color: #fff;
  margin: 0;
}

.webapp .right-panel-overlay {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
}

.webapp .right-panel-overlay.on {
  opacity: 1;
  z-index: 99;
}

.webapp .data-quantity {
  display: inline-block;
  width: 100%;
  height: 5px;
  background-color: #797878;
  position: relative;
  -webkit-border-radius: 2.5px;
  -moz-border-radius: 2.5px;
  -ms-border-radius: 2.5px;
  -o-border-radius: 2.5px;
  border-radius: 2.5px;
}

.webapp .data-quantity .data-filled {
  position: relative;
  background: transparent;
  z-index: 1;
  height: 100%;
  -webkit-border-radius: 2.5px;
  -moz-border-radius: 2.5px;
  -ms-border-radius: 2.5px;
  -o-border-radius: 2.5px;
  border-radius: 2.5px;
}

.webapp .data-quantity span {
  font-family: 'roboto';
  font-size: 10px;
  position: absolute;
  left: 0;
  bottom: 6px;
  text-align: left;
  color: #4D4B4B;
}

.webapp .data-quantity.green .data-filled {
  background: #56c57b;
}

.webapp .data-quantity.red .data-filled {
  background: #e44e37;
}

.webapp .webapp-loading {
  text-align: center;
  background: #fff;
  height: 100%;
  left: 0;
  margin: 0 auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.webapp .webapp-loading .loading {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.webapp-container {
  background: #fff;
  font-family: "Roboto",sans-serif;
  font-size: 14px;
  padding: 0;
  margin: 0 0 40px;
  position: relative;
}

.webapp-container .heading {
  padding: 40px 0;
  position: relative;
  display: block;
}

.webapp-container .heading h1 {
  line-height: 30px;
  font-size: 16px;
  display: inline-block;
  font-family: 'roboto';
  font-weight: 300;
  color: #4D4B4B;
  padding: 0;
  margin: 0;
  display: inline-block;
}

@media screen and (min-width: 1300px) {
  .webapp-container .heading h1 {
    font-size: 18px;
  }
}

.webapp-container .heading i {
  display: inline-block;
  color: #797878;
  font-size: 25px;
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 5px;
}

.webapp-container .heading i.fa-question-circle {
  position: relative;
  left: auto;
  bottom: auto;
  color: #4D4B4B;
  line-height: 30px;
  font-size: 18px;
  margin: 0 0 0 5px;
}

.webapp-container .heading .row {
  margin: 0;
  padding: 0;
}

.webapp-container .heading .step {
  float: left;
  background: #fff;
  width: 30px;
  height: 30px;
  line-height: 28px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  border: 2px solid #666;
  color: #4D4B4B;
  margin: 0 10px 0 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

.webapp-container .heading .info {
  font-weight: 300;
  font-size: 14px;
  font-family: 'roboto';
  display: block;
  padding: 0 0 0 40px;
  color: #4D4B4B;
}

.webapp-container .panel {
  background: transparent;
  padding: 0;
  margin: 0 0 30px;
  box-shadow: none;
  border: 0;
}

.webapp-container .search-panel {
  float: left;
  width: 20%;
  margin: 0;
  padding: 0 30px;
}

@media screen and (min-width: 1850px) {
  .webapp-container .search-panel {
    padding: 0 30px 0 100px;
  }
}

.webapp-container .search-panel .search-area {
  position: relative;
}

.webapp-container .search-panel .search-area input[type="text"] {
  color: #7A6E94;
  border: 1px solid #797878;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
  height: 32px;
  line-height: 32px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.webapp-container .search-panel .search-area input[type="text"]::-webkit-input-placeholder {
  font-weight: 500;
  color: #797878;
  opacity: 1;
  filter: alpha(opacity=100);
}

.webapp-container .search-panel .search-area input[type="text"]:-moz-placeholder {
  font-weight: 500;
  color: #797878;
  opacity: 1;
  filter: alpha(opacity=100);
}

.webapp-container .search-panel .search-area input[type="text"]::-moz-placeholder {
  font-weight: 500;
  color: #797878;
  opacity: 1;
  filter: alpha(opacity=100);
}

.webapp-container .search-panel .search-area input[type="text"]:-ms-input-placeholder {
  font-weight: 500;
  color: #797878;
  opacity: 1;
  filter: alpha(opacity=100);
}

.webapp-container .search-panel .search-area .input-group-btn {
  border: 0;
  width: 21px;
  height: 32px;
  line-height: 32px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 7px;
  top: 1px;
  background: transparent;
  text-align: right;
}

.webapp-container .search-panel .search-area .input-group-btn button {
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
}

.webapp-container .search-panel .search-area .input-group-btn button:hover i {
  color: #7A6E94;
}

.webapp-container .search-panel .search-area .input-group-btn i {
  -webkit-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: inherit;
  font-size: 21px;
  color: #ADA1C7;
}

.webapp-container .search-panel .target-nodes-list {
  margin: 50px 0 0;
}

.webapp-container .search-panel .target-nodes-list li {
  margin: 10px 0 0;
  padding: 0;
  border: none;
  position: relative;
  background: transparent;
}

.webapp-container .search-panel .target-nodes-list li.unchecked {
  opacity: .6;
}

.webapp-container .search-panel .target-nodes-list .target-node-label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 13px;
  color: #fff;
  font-weight: 300;
  background-color: #998ab9;
  margin: 0;
  padding: 0 40px;
  line-height: 40px;
  height: 40px;
  font-weight: 400;
}

.webapp-container .search-panel .target-nodes-list .target-node-label.unchecked {
  background-color: #CCCCCC;
}

.webapp-container .search-panel .target-nodes-list .target-node-label input {
  display: none;
}

.webapp-container .search-panel .target-nodes-list .target-node-label .count {
  display: none;
}

.webapp-container .search-panel .target-nodes-list .target-node-actions * {
  margin: 0;
  padding: 0;
}

.webapp-container .search-panel .target-nodes-list .target-node-actions input[type="checkbox"] {
  display: none;
}

.webapp-container .search-panel .target-nodes-list .target-node-actions label, .webapp-container .search-panel .target-nodes-list .target-node-actions a {
  line-height: 40px;
  height: 40px;
  position: absolute;
  top: 0;
}

.webapp-container .search-panel .target-nodes-list .target-node-actions a {
  right: 10px;
}

.webapp-container .search-panel .target-nodes-list .target-node-actions label {
  line-height: 43px;
  left: 10px;
}

.webapp-container .search-panel .target-nodes-list .target-node-actions label .fa-square-o {
  display: none;
}

.webapp-container .search-panel .target-nodes-list .target-node-actions label .fa-check-square-o {
  display: inline-block;
}

.webapp-container .search-panel .target-nodes-list .target-node-actions label.unchecked .fa-square-o {
  display: inline-block;
}

.webapp-container .search-panel .target-nodes-list .target-node-actions label.unchecked .fa-check-square-o {
  display: none;
}

.webapp-container .search-panel .target-nodes-list .target-node-actions i {
  float: left;
  color: #fff;
  line-height: inherit;
  height: 100%;
  font-size: 18px;
  margin: 0;
  cursor: pointer;
}

.webapp-container .search-panel .target-nodes-list .target-node-actions i:hover {
  color: #3D374A;
}

.webapp-container .list-panel {
  float: left;
  width: 60%;
  padding: 0 50px;
  position: relative;
  background: #e5e5e5;
}

.webapp-container .list-panel .panel {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: none;
  padding: 0;
}

.webapp-container .list-panel .export {
  display: none;
  float: left;
  margin: 0 0 0 10px;
  line-height: inherit;
  position: absolute;
  right: 0;
  top: 40px;
  font-weight: 500;
  font-size: 13px;
  line-height: 40px;
}

.webapp-container .list-panel .export i {
  font-weight: normal;
  font-size: 16px;
  position: absolute;
  top: 10px;
  left: 0;
  text-align: center;
  width: 20px;
  height: 18px;
  line-height: 18px;
  background: transparent;
  color: #00B5AE;
}

.webapp-container .list-panel .export a {
  color: #00B5AE;
  padding: 0 0 0 25px;
}

.webapp-container .list-panel .export a:hover {
  color: #00B5AE;
  text-decoration: none;
}

.webapp-container .list-panel .nav {
  float: left;
  padding: 0 0 20px;
  width: 100%;
  z-index: 10;
  position: relative;
  font-weight: 500;
  font-size: 13px;
  line-height: 40px;
  background: #e5e5e5;
}

.webapp-container .list-panel .nav.secondary {
  padding: 0;
  margin: -10px 0 0;
  cursor: pointer;
}

.webapp-container .list-panel .nav .toggle {
  float: left;
  margin: 0 20px 0 0;
  line-height: 40px;
  font-size: 13px;
  font-weight: 500;
  color: #797878;
}

.webapp-container .list-panel .nav .toggle i {
  float: left;
  display: none;
  line-height: inherit;
  width: 20px;
}

.webapp-container .list-panel .nav .toggle .fa-check-square-o {
  display: none;
}

.webapp-container .list-panel .nav .toggle .fa-square-o {
  display: block;
}

.webapp-container .list-panel .nav .toggle.active {
  color: #00908B;
}

.webapp-container .list-panel .nav .toggle.active .fa-check-square-o {
  display: block;
}

.webapp-container .list-panel .nav .toggle.active .fa-square-o {
  display: none;
}

.webapp-container .list-panel .dataTables-filter-wrapper {
  display: block;
  float: left;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  padding: 0;
  margin: 0;
}

.webapp-container .list-panel .dataTables-filter-wrapper form {
  float: left;
  position: relative;
}

.webapp-container .list-panel .dataTables-filter-wrapper i {
  font-size: 14px;
  float: left;
  color: #00B5AE;
  height: 32px;
  line-height: 32px;
  position: absolute;
  top: 0;
  left: 10px;
}

.webapp-container .list-panel .dataTables-filter-wrapper input {
  border: 0;
  float: left;
  background: transparent;
  height: 32px;
  line-height: 32px;
  width: 250px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-family: "Roboto";
  text-indent: 30px;
  color: #00B5AE;
  background: #fff;
  border: 1px solid #797878;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.webapp-container .list-panel .dataTables-filter-wrapper input::-webkit-input-placeholder {
  font-weight: 500;
  color: #797878;
  opacity: 1;
  filter: alpha(opacity=100);
}

.webapp-container .list-panel .dataTables-filter-wrapper input:-moz-placeholder {
  font-weight: 500;
  color: #797878;
  opacity: 1;
  filter: alpha(opacity=100);
}

.webapp-container .list-panel .dataTables-filter-wrapper input::-moz-placeholder {
  font-weight: 500;
  color: #797878;
  opacity: 1;
  filter: alpha(opacity=100);
}

.webapp-container .list-panel .dataTables-filter-wrapper input:-ms-input-placeholder {
  font-weight: 500;
  color: #797878;
  opacity: 1;
  filter: alpha(opacity=100);
}

.webapp-container .list-panel .dataTables_wrapper {
  font-size: 13px;
  font-weight: 500;
  font-family: "Roboto";
  position: relative;
}

.webapp-container .list-panel table {
  width: 100% !important;
  margin: 0 !important;
  background: #fff;
}

.webapp-container .list-panel table.pai .paid {
  display: table-cell;
  width: 30% !important;
}

.webapp-container .list-panel table.org .organic {
  display: table-cell;
  width: 30% !important;
}

.webapp-container .list-panel table.pai.org .term {
  width: 24% !important;
}

.webapp-container .list-panel table.pai.org .paid,
.webapp-container .list-panel table.pai.org .organic {
  display: table-cell;
  width: 22% !important;
}

.webapp-container .list-panel table.pai.org .organic {
  display: table-cell;
  width: 24% !important;
}

.webapp-container .list-panel thead {
  background: #006C68;
  border-bottom: 0;
  width: 100%;
}

.webapp-container .list-panel thead tr,
.webapp-container .list-panel thead tr:hover {
  background: transparent;
  border: none;
}

.webapp-container .list-panel thead .fa-question-circle {
  font-size: 18px;
  color: #797878 !important;
  margin: 0 0 0 10px;
}

.webapp-container .list-panel thead .disabled {
  opacity: 0.6;
  filter: alpha(opacity=60);
  cursor: default;
}

.webapp-container .list-panel thead .sorting_asc span {
  color: #fff;
}

.webapp-container .list-panel thead .sorting_asc .sorter i {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #fff;
}

.webapp-container .list-panel thead .sorting_asc .fa-arrows-v {
  display: none;
}

.webapp-container .list-panel thead .sorting_asc .fa-long-arrow-up {
  display: inline-block;
}

.webapp-container .list-panel thead .sorting_asc .fa-long-arrow-down {
  display: none;
}

.webapp-container .list-panel thead .sorting_desc span {
  color: #fff;
}

.webapp-container .list-panel thead .sorting_desc .sorter i {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #fff;
}

.webapp-container .list-panel thead .sorting_desc .fa-arrows-v {
  display: none;
}

.webapp-container .list-panel thead .sorting_desc .fa-long-arrow-up {
  display: none;
}

.webapp-container .list-panel thead .sorting_desc .fa-long-arrow-down {
  display: inline-block;
}

.webapp-container .list-panel thead .sorting:hover .sorter i {
  opacity: 1;
  filter: alpha(opacity=100);
}

.webapp-container .list-panel thead .sorting .fa-arrows-v {
  display: inline-block;
}

.webapp-container .list-panel thead .sorting .fa-long-arrow-up {
  display: none;
}

.webapp-container .list-panel thead .sorting .fa-long-arrow-down {
  display: none;
}

.webapp-container .list-panel thead .sorter {
  -webkit-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
  float: right;
  color: #fff;
  cursor: pointer;
  position: relative;
}

.webapp-container .list-panel thead .sorter:after {
  position: absolute;
  top: 5%;
  right: 0;
  content: "";
  width: 1px;
  height: 90%;
  background: #00908B;
}

.webapp-container .list-panel thead .sorter i {
  opacity: 0;
  filter: alpha(opacity=0);
  width: 30px;
  line-height: inherit;
  text-align: center;
  padding: 0;
}

.webapp-container .list-panel tr {
  border: 0;
  background: #fff;
}

.webapp-container .list-panel tr:hover {
  background: #f5f5f5;
}

.webapp-container .list-panel tr:hover .dataTables_empty {
  background-color: #fff;
}

.webapp-container .list-panel tr.unlocked:hover .btn-group-options {
  display: inline-block;
}

.webapp-container .list-panel td {
  border: 0;
  border-bottom: 1px solid rgba(153, 138, 185, 0.5);
  position: relative;
  padding: 0;
  color: #4D4B4B;
  height: 60px;
  vertical-align: top;
}

.webapp-container .list-panel td .container {
  height: 100%;
  display: block;
  margin: 0;
  padding: 20px 10px;
}

.webapp-container .list-panel th {
  font-weight: 300;
  font-size: 13px;
  border-bottom: 0;
  background-image: none !important;
  border: 0;
  text-align: left;
  padding: 0 !important;
  background: transparent;
  color: #fff;
  position: relative;
  cursor: default;
  height: 40px;
  line-height: 40px;
}

.webapp-container .list-panel th .title {
  float: left;
  line-height: inherit;
  padding: 0 5px 0 10px;
}

.webapp-container .list-panel th .fa-question-circle {
  float: left;
  line-height: inherit;
  margin: 0;
  color: #00908B !important;
}

.webapp-container .list-panel .top,
.webapp-container .list-panel .bottom {
  font-weight: 500;
  font-size: 13px;
  font-family: "Roboto";
  position: absolute;
  height: 32px;
  line-height: 32px;
  top: 0px;
  right: 5px;
  float: left;
  background: transparent;
  padding: 0;
  margin: 0;
  z-index: 99;
}

.webapp-container .list-panel .top *,
.webapp-container .list-panel .bottom * {
  padding: 0;
  margin: 0;
  line-height: inherit;
  height: 100%;
}

.webapp-container .list-panel .top .dataTables_paginate,
.webapp-container .list-panel .bottom .dataTables_paginate {
  float: right;
}

.webapp-container .list-panel .top .dataTables_info,
.webapp-container .list-panel .bottom .dataTables_info {
  color: #00B5AE;
  float: right;
}

.webapp-container .list-panel .top .paginate_button,
.webapp-container .list-panel .bottom .paginate_button {
  font-size: 0;
  position: relative;
  cursor: pointer;
}

.webapp-container .list-panel .top .paginate_button a,
.webapp-container .list-panel .bottom .paginate_button a {
  border: 0;
}

.webapp-container .list-panel .top .paginate_button:after,
.webapp-container .list-panel .bottom .paginate_button:after {
  font-size: 21px;
  font-family: 'FontAwesome';
  color: #00B5AE;
}

.webapp-container .list-panel .top .paginate_button.previous:after,
.webapp-container .list-panel .bottom .paginate_button.previous:after {
  content: "\f0A8";
  margin: 0 5px;
}

.webapp-container .list-panel .top .paginate_button.next:after,
.webapp-container .list-panel .bottom .paginate_button.next:after {
  content: "\f0A9";
}

.webapp-container .list-panel .top .paginate_button:hover:after,
.webapp-container .list-panel .bottom .paginate_button:hover:after {
  color: #004845;
}

.webapp-container .list-panel .bottom {
  position: relative;
  top: auto;
  right: auto;
  float: none;
}

.webapp-container .list-panel .js-add-campaign,
.webapp-container .list-panel .js-remove-campaign {
  padding: 0 10px 0 0;
  font-size: 16px;
  color: #4D4B4B;
  position: relative;
  float: left;
}

.webapp-container .list-panel .js-add-campaign {
  display: block;
}

.webapp-container .list-panel .js-add-campaign i {
  z-index: 1;
  position: relative;
}

.webapp-container .list-panel .js-remove-campaign {
  display: none;
}

.webapp-container .list-panel .has-campaign {
  background: #dbeeed !important;
}

.webapp-container .list-panel .has-campaign * {
  color: #00908B;
}

.webapp-container .list-panel .has-campaign .js-remove-campaign {
  display: block;
  color: #004845;
}

.webapp-container .list-panel .has-campaign .js-add-campaign {
  display: none;
}

.webapp-container .list-panel .btn-group-options {
  display: none;
  margin-left: 10px;
}

.webapp-container .list-panel .btn-group-options.open {
  display: inline-block;
}

.webapp-container .list-panel .term {
  width: 40% !important;
  text-align: left;
}

.webapp-container .list-panel .term p {
  float: left;
  margin: 0;
  max-width: 60%;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media screen and (min-width: 1300px) {
  .webapp-container .list-panel .term p {
    max-width: 80%;
  }
}

.webapp-container .list-panel .term .js-popup-term-details {
  padding: 0;
  margin: 0 0 0 10px;
  line-height: 20px;
  float: left;
  display: none;
}

.webapp-container .list-panel .term:hover .js-popup-term-details {
  display: block;
}

.webapp-container .list-panel .searches {
  width: 20% !important;
}

.webapp-container .list-panel .organic,
.webapp-container .list-panel .paid {
  display: none;
}

.webapp-container .list-panel .organic .data-quantity,
.webapp-container .list-panel .paid .data-quantity {
  -webkit-transform: translateY(2.5px);
  -moz-transform: translateY(2.5px);
  -ms-transform: translateY(2.5px);
  -o-transform: translateY(2.5px);
  transform: translateY(2.5px);
}

.webapp-container .list-panel .has-empty-records table, .webapp-container .list-panel .has-empty-records .top, .webapp-container .list-panel .has-empty-records .bottom {
  display: none;
}

.webapp-container .list-panel .has-zero-records {
  z-index: 9;
  background: #fff;
  position: relative;
}

.webapp-container .list-panel .has-zero-records tr {
  border: 0 !important;
}

.webapp-container .list-panel .has-zero-records thead,
.webapp-container .list-panel .has-zero-records .bottom,
.webapp-container .list-panel .has-zero-records .dataTables_info,
.webapp-container .list-panel .has-zero-records .dataTables_paginate {
  display: none;
}

.webapp-container .list-panel .has-zero-records .dataTables_empty {
  height: 540px;
  margin: 0;
  padding: 0 !important;
}

.webapp-container .list-panel .has-zero-records:after {
  -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  bottom: 15px;
  height: 20%;
  left: 10px;
  max-height: 100px;
  -webkit-transform: rotate(-1deg);
  -moz-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  -o-transform: rotate(-1deg);
  transform: rotate(-1deg);
  width: 50%;
  content: "";
  position: absolute;
  z-index: -1;
}

.webapp-container .list-panel .has-zero-records:before {
  -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  bottom: 15px;
  height: 20%;
  right: 10px;
  max-height: 100px;
  -webkit-transform: rotate(1deg);
  -moz-transform: rotate(1deg);
  -ms-transform: rotate(1deg);
  -o-transform: rotate(1deg);
  transform: rotate(1deg);
  width: 50%;
  content: "";
  position: absolute;
  z-index: -1;
}

.webapp-container .list-panel #no-term-msg {
  margin: 0 0 50px;
  min-height: auto;
  width: 100%;
  background: #fff;
  display: block;
  text-align: center;
  position: relative;
  z-index: 9;
}

.webapp-container .list-panel #no-term-msg h4 {
  margin: auto;
  max-width: 600px;
  margin: 0 auto 10px;
}

.webapp-container .list-panel #no-term-msg a {
  display: block;
  width: 100%;
}

.webapp-container .list-panel #no-term-msg img {
  max-width: 600px;
  display: block;
  margin: auto;
  border-radius: 5px;
}

.webapp-container .list-panel #no-term-msg .centered-content {
  padding: 40px;
  display: block;
  position: relative;
  line-height: 30px;
  background: #fff;
  z-index: 9;
}

.webapp-container .list-panel #no-term-msg:after {
  -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  bottom: 15px;
  height: 20%;
  left: 10px;
  max-height: 100px;
  -webkit-transform: rotate(-1deg);
  -moz-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  -o-transform: rotate(-1deg);
  transform: rotate(-1deg);
  width: 50%;
  content: "";
  position: absolute;
  z-index: -1;
}

.webapp-container .list-panel #no-term-msg:before {
  -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  bottom: 15px;
  height: 20%;
  right: 10px;
  max-height: 100px;
  -webkit-transform: rotate(1deg);
  -moz-transform: rotate(1deg);
  -ms-transform: rotate(1deg);
  -o-transform: rotate(1deg);
  transform: rotate(1deg);
  width: 50%;
  content: "";
  position: absolute;
  z-index: -1;
}

.webapp-container .list-panel.has-term .export {
  display: block;
}

.webapp-container .short-panel {
  position: absolute;
  right: 0;
  top: 0;
  width: 20%;
  height: 100%;
  background: #fff;
  z-index: 100;
  padding: 0 30px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (min-width: 1850px) {
  .webapp-container .short-panel {
    padding: 0 100px 0 30px;
  }
}

.webapp-container .short-panel .heading .export {
  display: none;
  float: left;
  margin: 0 0 0 10px;
  line-height: inherit;
  position: absolute;
  right: 0;
  top: 40px;
  font-weight: 500;
  font-size: 13px;
  line-height: 40px;
}

.webapp-container .short-panel .heading .export i {
  font-weight: normal;
  font-size: 16px;
  position: absolute;
  top: 10px;
  left: 0;
  text-align: center;
  width: 20px;
  height: 18px;
  line-height: 18px;
  background: transparent;
  color: #00B5AE;
}

.webapp-container .short-panel .heading .export a {
  color: #00B5AE;
  padding: 0 0 0 25px;
}

.webapp-container .short-panel .heading .export a:hover {
  color: #00B5AE;
  text-decoration: none;
}

.webapp-container .short-panel .nav {
  display: none;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  font-weight: 500;
  color: #00B5AE;
  text-transform: capitalize;
  width: 100%;
  overflow: hidden;
}

.webapp-container .short-panel .nav * {
  float: left;
  margin: 0;
  padding: 0;
}

.webapp-container .short-panel .nav i {
  margin: 10px 10px 10px 0;
  font-size: 16px;
  text-align: center;
  height: 20px;
  width: 20px;
  line-height: 20px;
  color: #00B5AE;
  display: none;
}

.webapp-container .short-panel .nav .expander {
  height: 100%;
  position: relative;
  margin: 0;
  display: block;
  float: left;
  cursor: pointer;
}

.webapp-container .short-panel .nav .fa-angle-double-left {
  background: #00B5AE;
  color: #fff;
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.webapp-container .short-panel .nav .toggle {
  cursor: pointer;
  float: left;
  margin: 0 20px 0 0;
  line-height: 40px;
  font-size: 13px;
  font-weight: 500;
  color: #797878;
}

.webapp-container .short-panel .nav .toggle .fa {
  color: inherit;
  font-size: 13px;
  margin: 10px 5px 10px 0;
}

.webapp-container .short-panel .nav .toggle .fa-check-square-o {
  display: none;
}

.webapp-container .short-panel .nav .toggle .fa-square-o {
  display: block;
}

.webapp-container .short-panel .nav .toggle.active {
  color: #00908B;
}

.webapp-container .short-panel .nav .toggle.active .fa-check-square-o {
  display: block;
}

.webapp-container .short-panel .nav .toggle.active .fa-square-o {
  display: none;
}

.webapp-container .short-panel .pool-panel {
  display: none;
}

.webapp-container .short-panel .pool-panel * {
  margin: 0;
  padding: 0;
}

.webapp-container .short-panel .pool-panel li {
  float: left;
  color: #00908B;
}

.webapp-container .short-panel .pool-panel .list-head {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  height: 40px;
  overflow: hidden;
  background-color: #00908B;
}

.webapp-container .short-panel .pool-panel .list-head .title {
  text-transform: capitalize;
  font-size: 13px;
  font-family: "Roboto";
  font-weight: 300;
  display: block;
  color: #fff;
  line-height: inherit;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 20px;
}

.webapp-container .short-panel .pool-panel .list-group {
  margin: 0;
}

.webapp-container .short-panel .pool-panel .list-group .list-group-item {
  border: 0;
  float: left;
  width: 100%;
  background: #dbeeed;
  padding: 20px 0;
  font-weight: 500;
  margin: 10px 0 0;
  position: relative;
}

.webapp-container .short-panel .pool-panel .list-group .list-group-item .keywordData {
  display: block;
  list-style-type: none;
  line-height: 30px;
  height: 30px;
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.webapp-container .short-panel .pool-panel .list-group .list-group-item .container {
  padding: 0 20px;
  display: block;
}

.webapp-container .short-panel .pool-panel .list-group .list-group-item .terms {
  height: 100%;
  line-height: inherit;
  color: #00908B;
  position: relative;
}

.webapp-container .short-panel .pool-panel .list-group .list-group-item .js-popup-term-details {
  display: none;
}

.webapp-container .short-panel .pool-panel .list-group .list-group-item .pool-list-item-label {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 600;
  font-size: 16px;
  padding: 0;
}

.webapp-container .short-panel .pool-panel .list-group .list-group-item .form {
  display: block;
  margin: 0;
  padding: 0 20px;
  position: relative;
}

.webapp-container .short-panel .pool-panel .list-group .list-group-item .target-url {
  -webkit-box-shadow: 0;
  box-shadow: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  background: #fff;
  border: 1px solid #66D2CE;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  color: #00908B;
  font-weight: 500;
}

.webapp-container .short-panel .pool-panel .list-group .list-group-item .target-url::-webkit-input-placeholder {
  font-weight: 500;
  color: #797878;
  opacity: 1;
  filter: alpha(opacity=100);
}

.webapp-container .short-panel .pool-panel .list-group .list-group-item .target-url:-moz-placeholder {
  font-weight: 500;
  color: #797878;
  opacity: 1;
  filter: alpha(opacity=100);
}

.webapp-container .short-panel .pool-panel .list-group .list-group-item .target-url::-moz-placeholder {
  font-weight: 500;
  color: #797878;
  opacity: 1;
  filter: alpha(opacity=100);
}

.webapp-container .short-panel .pool-panel .list-group .list-group-item .target-url:-ms-input-placeholder {
  font-weight: 500;
  color: #797878;
  opacity: 1;
  filter: alpha(opacity=100);
}

.webapp-container .short-panel .pool-panel .list-group .list-group-item .target-url.warning {
  border-color: #D65330;
  background: #EED5D2;
  color: #D65330;
}

.webapp-container .short-panel .pool-panel .list-group .list-group-item .cta {
  display: none;
  top: 0;
  right: 20px;
  position: absolute;
  width: 64px;
  padding: 0 2px;
  height: 40px;
  background-color: transparent;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.webapp-container .short-panel .pool-panel .list-group .list-group-item .cta:after {
  content: '';
  background-image: url("../img/gradient.png");
  background-repeat: repeat-y;
  background-color: transparent;
  position: absolute;
  right: 100%;
  top: 1px;
  width: 20px;
  height: 38px;
}

.webapp-container .short-panel .pool-panel .list-group .list-group-item .rankInfo {
  width: 30px;
  height: 40px;
}

.webapp-container .short-panel .pool-panel .list-group .list-group-item .rankInfo .fa-clock-o {
  display: none;
  font-size: 30px;
  color: #CCCCCC;
}

.webapp-container .short-panel .pool-panel .list-group .list-group-item .rankInfo .fa-certificate {
  display: none;
  font-size: 34px;
}

.webapp-container .short-panel .pool-panel .list-group .list-group-item .rankInfo .result {
  display: inline-block;
  font-size: 10px;
}

.webapp-container .short-panel .pool-panel .list-group .list-group-item .rankInfo .spinner {
  display: none;
  height: 30px;
  width: 30px;
  position: relative;
}

.webapp-container .short-panel .pool-panel .list-group .list-group-item .rankInfo .spinner svg {
  position: absolute;
  left: 3px;
  top: 7px;
  width: 24px;
  height: 24px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.webapp-container .short-panel .pool-panel .list-group .list-group-item .rankInfo .spinner svg path {
  fill: none;
  stroke-width: 26;
  stroke-dasharray: 629;
  stroke-dashoffset: 0;
  stroke: #00B5AE;
  -webkit-animation: load 30s;
  -o-animation: load 30s;
  animation: load 30s;
}

@-webkit-keyframes load {
  0% {
    stroke-dashoffset: -629;
  }
}

@-moz-keyframes load {
  0% {
    stroke-dashoffset: -629;
  }
}

@-ms-keyframes load {
  .webapp-container .short-panel .pool-panel .list-group .list-group-item .rankInfo 0% {
    stroke-dashoffset: -629;
  }
}

@keyframes load {
  0% {
    stroke-dashoffset: -629;
  }
}

.webapp-container .short-panel .pool-panel .list-group .list-group-item .ico {
  margin: 0;
  padding: 0;
  height: 38px;
  overflow: hidden;
  display: none;
  text-align: center;
  border: 0;
  color: #fff;
  text-decoration: none !important;
  position: relative;
  float: left;
}

.webapp-container .short-panel .pool-panel .list-group .list-group-item .info {
  width: 100%;
  height: 100%;
  line-height: 42px;
  font-weight: 400;
  font-size: 8px;
  text-align: center;
  position: absolute;
  color: #fff;
  left: 0;
  top: 0;
}

.webapp-container .short-panel .pool-panel .list-group .list-group-item .fa {
  width: 40px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: 0;
  text-align: center;
  line-height: 40px;
}

.webapp-container .short-panel .pool-panel .list-group .list-group-item .fa-file {
  line-height: 40px;
  font-size: 28px;
}

.webapp-container .short-panel .pool-panel .list-group .list-group-item .green .fa {
  color: #56c57b;
}

.webapp-container .short-panel .pool-panel .list-group .list-group-item .red .fa {
  color: #D65330;
}

.webapp-container .short-panel .pool-panel .list-group .list-group-item .progress {
  color: #797878;
}

.webapp-container .short-panel .pool-panel .list-group .list-group-item .progress .result {
  font-size: 0 !important;
}

.webapp-container .short-panel .pool-panel .list-group .list-group-item .gradeInfo {
  width: 30px;
  height: 40px;
}

.webapp-container .short-panel .pool-panel .list-group .list-group-item .gradeInfo .result {
  font-size: 10px;
  display: inline-block;
  width: auto;
}

.webapp-container .short-panel .pool-panel .list-group .list-group-item .loader {
  display: none;
  width: 34px;
  height: 40px;
  line-height: 40px;
  float: right;
}

.webapp-container .short-panel .pool-panel .list-group .list-group-item .loader img {
  width: 100%;
  height: auto;
  display: inline-block;
}

.webapp-container .short-panel .pool-panel .list-group .list-group-item .run {
  float: right;
  height: 40px;
  line-height: 40px;
  width: 30px;
  text-align: center;
  cursor: pointer;
  display: none;
  position: relative;
}

.webapp-container .short-panel .pool-panel .list-group .list-group-item .run .fa {
  color: #00908B;
  display: block;
  font-size: 24px;
  line-height: inherit;
  height: 100%;
}

.webapp-container .short-panel .pool-panel .list-group .list-group-item .run:hover .fa {
  color: #006C68;
}

.webapp-container .short-panel .pool-panel .list-group .list-group-item .fireReport {
  display: none;
  position: absolute;
  cursor: pointer;
  right: 0;
  bottom: 100%;
  font-size: 10px;
  line-height: 30px;
  text-decoration: underline;
  color: #00908B;
  font-weight: 500;
}

.webapp-container .short-panel .pool-panel .list-group .list-group-item .fireReport:hover {
  color: #004845;
}

.webapp-container .short-panel .pool-panel .list-group .list-group-item .js-remove-campaign {
  opacity: 0;
  font-size: 20px;
  height: 20px;
  line-height: 20px;
  width: 20px;
  position: absolute;
  text-align: center;
  top: 0px;
  font-size: 15px;
  right: 0;
  color: #00908B;
  z-index: 9;
  -webkit-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
  overflow: hidden;
}

.webapp-container .short-panel .pool-panel .list-group .list-group-item .js-remove-campaign .fa {
  line-height: inherit;
}

.webapp-container .short-panel .pool-panel .list-group .list-group-item:hover .js-remove-campaign {
  opacity: 1;
}

.webapp-container .short-panel .pool-panel .list-group .list-group-item.focused .target-url {
  padding: 0 34px 0 10px;
}

.webapp-container .short-panel .pool-panel .list-group .list-group-item.focused .cta {
  display: block;
  width: 34px;
}

.webapp-container .short-panel .pool-panel .list-group .list-group-item.focused .run {
  display: block;
}

.webapp-container .short-panel .pool-panel .list-group .list-group-item.focused .fireReport,
.webapp-container .short-panel .pool-panel .list-group .list-group-item.focused .gradeInfo,
.webapp-container .short-panel .pool-panel .list-group .list-group-item.focused .rankInfo {
  display: none !important;
}

.webapp-container .short-panel .pool-panel .list-group .list-group-item.loading .target-url {
  padding: 0 34px 0 10px;
}

.webapp-container .short-panel .pool-panel .list-group .list-group-item.loading .cta {
  display: block;
  width: 34px;
}

.webapp-container .short-panel .pool-panel .list-group .list-group-item.loading .run,
.webapp-container .short-panel .pool-panel .list-group .list-group-item.loading .fireReport,
.webapp-container .short-panel .pool-panel .list-group .list-group-item.loading .gradeInfo,
.webapp-container .short-panel .pool-panel .list-group .list-group-item.loading .rankInfo {
  display: none !important;
}

.webapp-container .short-panel .pool-panel .list-group .list-group-item.loading .loader {
  display: block;
}

.webapp-container .short-panel .pool-panel .list-group .list-group-item.active .target-url {
  padding: 0 64px 0 10px;
}

.webapp-container .short-panel .pool-panel .list-group .list-group-item.active .cta {
  display: block;
}

.webapp-container .short-panel .pool-panel .list-group .list-group-item.active .loader,
.webapp-container .short-panel .pool-panel .list-group .list-group-item.active .run {
  display: none;
}

.webapp-container .short-panel .pool-panel .terms {
  width: 100%;
}

.webapp-container .short-panel .pool-panel .searchNum {
  display: none;
}

.webapp-container .short-panel .pool-panel .orgOpp {
  display: none;
}

.webapp-container .short-panel .pool-panel .paiOpp {
  display: none;
}

.webapp-container .short-panel.has-term .nav.primary {
  margin: 0 0 40px;
  display: block;
}

.webapp-container .short-panel.has-term .nav.secondary {
  display: none;
}

.webapp-container .short-panel.has-term .pool-panel {
  display: block;
}

.webapp-container .short-panel.active {
  width: 55%;
}

.webapp-container .short-panel.active .heading .export {
  display: block;
}

.webapp-container .short-panel.active .nav .expander i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.webapp-container .short-panel.active .nav.primary {
  margin: 0;
}

.webapp-container .short-panel.active .nav.secondary {
  display: block;
}

.webapp-container .short-panel.active .pool-panel .list-group .list-group-item .keywordData .js-popup-term-details {
  display: block;
  float: left;
  padding: 0;
  margin: 0 0 0 10px;
}

.webapp-container .short-panel.active .pool-panel .list-group .list-group-item .keywordData .js-popup-term-details i {
  color: #006C68;
  position: relative;
  float: left;
  line-height: 30px;
  height: 30px;
}

.webapp-container .short-panel.active .pool-panel .list-group .list-group-item .keywordData .pool-list-item-label {
  float: left;
  display: inline-block;
  width: auto;
  max-width: 90%;
}

.webapp-container .short-panel.active .pool-panel .list-group .list-group-item .keywordData .data-quantity span {
  bottom: 0;
}

.webapp-container .short-panel.active .pool-panel .list-group .list-group-item .form {
  max-width: 50%;
}

.webapp-container .short-panel.active .pool-panel .list-group .list-group-item .rank {
  min-width: 150px;
  line-height: 38px;
  height: 38px;
  display: block;
  position: absolute;
  left: 120px;
  top: 0;
  background: #797878;
  padding: 0 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  display: none;
}

.webapp-container .short-panel.active .pool-panel .list-group .list-group-item .rank * {
  width: auto;
  display: inline-block;
}

.webapp-container .short-panel.active .pool-panel .list-group .list-group-item .rank span {
  font-weight: 500;
  font-size: 12px;
  cursor: pointer;
  color: #00B5AE;
  padding: 0 5px;
}

.webapp-container .short-panel.active .pool-panel .list-group .list-group-item .rank span:hover {
  text-decoration: underline;
}

.webapp-container .short-panel.active .pool-panel .list-group .list-group-item .fireReport {
  position: absolute;
  cursor: pointer;
  left: 100%;
  bottom: 0;
  margin: 0 0 0 10px;
  font-weight: 500;
  text-align: center;
  font-size: 11px;
  line-height: 34px;
  height: 36px;
  width: 90px;
  text-decoration: none;
  text-transform: uppercase;
  color: #006C68;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  -ms-border-radius: 19px;
  -o-border-radius: 19px;
  border-radius: 19px;
  border: 2px solid #00908B;
  background: #fff;
}

.webapp-container .short-panel.active .pool-panel .list-group .list-group-item .fireReport:hover {
  background: #00908B;
  color: #fff;
  font-weight: 400;
}

.webapp-container .short-panel.active .pool-panel .terms {
  width: 50%;
}

.webapp-container .short-panel.active .pool-panel .searchNum {
  width: 25%;
  display: block;
}

.webapp-container .short-panel.active .pool-panel.org .orgOpp {
  width: 25%;
  display: block;
}

.webapp-container .short-panel.active .pool-panel.pai .paiOpp {
  width: 25%;
  display: block;
}

.webapp-container .short-panel.active .pool-panel.org.pai .terms {
  width: 40%;
}

.webapp-container .short-panel.active .pool-panel.org.pai .searchNum {
  width: 20%;
  display: block;
}

.webapp-container .short-panel.active .pool-panel.org.pai .orgOpp,
.webapp-container .short-panel.active .pool-panel.org.pai .paiOpp {
  width: 20%;
  display: block;
}

.webapp-container .short-panel:after {
  content: '';
  height: 40px;
  width: 100%;
  position: absolute;
  bottom: 100%;
  left: 0;
  background: #fff;
}

.webapp-container .short-panel:before {
  content: '';
  height: 40px;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
}

.webapp-container.data_empty .panel {
  min-height: 450px;
}

.webapp-container.data_empty .list-panel .dataTables_wrapper tbody {
  box-shadow: none;
}

.webapp-container.data_empty .list-panel .dataTables_wrapper tr {
  border: none;
}

.webapp-container.data_empty .list-panel .dataTables_wrapper .dataTables_empty {
  text-align: center;
  vertical-align: middle;
  padding: 40px;
  background-color: #fff;
  border: 0;
  height: 512px;
}

/* -----------------------------------------------------------------------------
# LIGHTBOXES
----------------------------------------------------------------------------- */
.no-traffic {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  margin: 0;
  text-align: center;
  display: none;
  z-index: 99999;
  font-family: "Roboto";
}

.no-traffic .hero-results {
  position: relative;
  width: 60%;
  top: 50%;
  margin: auto;
  background: #fff;
  padding: 40px 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.8);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.8);
}

.no-traffic .hero-results-heading {
  font-weight: 300;
  font-size: 42px;
  color: #211E1E;
}

.no-traffic .hero-results-heading .fa {
  font-size: 36px;
}

.no-traffic .hero-content {
  max-width: 600px;
  margin: 20px auto 0;
  font-size: 16px;
}

.no-traffic .hero-content p:last-of-type {
  margin-bottom: 0;
}

.no-traffic .action-wrapper {
  margin-top: 40px;
}

.no-traffic .list-inline {
  margin: 40px 60px 0;
}

.no-traffic .close {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  text-align: center;
  opacity: 1 !important;
}

.no-traffic .close i {
  color: #00B5AE;
  font-size: 24px;
  width: 44px;
  height: 44px;
  line-height: 44px;
}

.no-traffic .close i:hover {
  color: #004845;
}

.no-traffic .tag-list-item {
  padding: 0 5px 10px;
}

.no-traffic .tag-link {
  display: inline-block;
  border-radius: 50px;
  border: 3px solid;
  font-family: inherit;
  text-transform: lowercase;
  padding: 12px 20px;
  text-decoration: none;
  color: #fff;
  border-color: #00B5AE;
  background-color: #00B5AE;
  font-size: 13px;
}

.no-traffic .tag-link:hover, .no-traffic .tag-link:focus {
  color: #004845;
  border-color: #004845;
  background: transparent;
}

.filter-by-goals-lightbox {
  display: block;
  padding: 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px;
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  width: 400px;
  max-height: none !important;
}

.filter-by-goals-lightbox * {
  margin: 0;
  padding: 0;
}

.filter-by-goals-lightbox h1 {
  font-size: 18px;
  font-family: "azo-sans-web", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-align: left;
  padding: 40px 40px 20px;
}

.filter-by-goals-lightbox input[type="text"],
.filter-by-goals-lightbox select {
  margin: 20px 0 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -ms-border-radius: 4px !important;
  -o-border-radius: 4px !important;
  border-radius: 4px !important;
  border: 2px solid #ddd;
  background: #fff;
  text-indent: 10px;
  width: 100%;
  display: block;
  font-weight: 600;
  color: #00B5AE;
  font-size: 14px;
}

.filter-by-goals-lightbox input[type="text"]::-webkit-input-placeholder,
.filter-by-goals-lightbox select::-webkit-input-placeholder {
  font-weight: 400;
  color: #797878;
  opacity: 1;
  filter: alpha(opacity=100);
}

.filter-by-goals-lightbox input[type="text"]:-moz-placeholder,
.filter-by-goals-lightbox select:-moz-placeholder {
  font-weight: 400;
  color: #797878;
  opacity: 1;
  filter: alpha(opacity=100);
}

.filter-by-goals-lightbox input[type="text"]::-moz-placeholder,
.filter-by-goals-lightbox select::-moz-placeholder {
  font-weight: 400;
  color: #797878;
  opacity: 1;
  filter: alpha(opacity=100);
}

.filter-by-goals-lightbox input[type="text"]:-ms-input-placeholder,
.filter-by-goals-lightbox select:-ms-input-placeholder {
  font-weight: 400;
  color: #797878;
  opacity: 1;
  filter: alpha(opacity=100);
}

.filter-by-goals-lightbox .container {
  width: 100%;
}

.filter-by-goals-lightbox .form-section {
  padding: 20px 40px;
  display: block;
  border-bottom: 2px solid #ddd;
}

.filter-by-goals-lightbox .radio {
  display: block;
  line-height: 40px;
}

.filter-by-goals-lightbox .radio i {
  color: #00B5AE;
  font-size: 21px;
  line-height: 40px;
  float: right;
  margin: 0;
}

.filter-by-goals-lightbox .radio label {
  height: 40px;
  line-height: 40px;
  padding-left: 0;
  float: left;
}

.filter-by-goals-lightbox .radio label input {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 10px 0 0;
  float: left;
}

.filter-by-goals-lightbox .radio label p {
  float: left;
  line-height: 40px;
  font-weight: 500;
  font-size: 16px;
}

.filter-by-goals-lightbox .radio label i {
  background: #9889b8;
  color: #fff !important;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  margin: 0 10px 0 0;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  float: left;
}

.filter-by-goals-lightbox .mfp-close {
  margin: 0;
  color: #00B5AE;
  opacity: 1;
  filter: alpha(opacity=100);
}

.filter-by-goals-lightbox .cta {
  height: auto;
  padding: 40px;
  text-align: left;
}

.filter-by-goals-lightbox .btn-filter {
  border-color: #00B5AE;
  color: #00B5AE;
  font-size: 13px;
  font-weight: 400;
  padding: 10px 15px;
  height: 48px;
  line-height: 18px;
}

.remove-seed-term-lightbox {
  padding: 40px 40px 20px;
  width: 400px;
}

.remove-seed-term-lightbox h1 {
  text-align: center !important;
  font-size: 24px !important;
}

.remove-seed-term-lightbox p {
  text-align: center;
}

.remove-seed-term-lightbox .cta {
  text-align: center;
}

.remove-seed-term-lightbox .alert {
  position: relative;
  background: #D65330;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 20px;
  margin: 40px 0 0;
  display: block;
}

.remove-seed-term-lightbox .alert:after {
  position: absolute;
  top: -20px;
  margin-left: -20px;
  left: 50%;
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #D65330;
}

.remove-seed-term-lightbox .alert p {
  color: #fff;
  font-size: 18px;
  text-align: justify;
  font-weight: 300;
  display: block;
  padding: 0 0 20px;
}

.remove-seed-term-lightbox .alert a {
  background: #fff;
  color: #D65330 !important;
  font-weight: 300;
}

.remove-seed-term-lightbox .loading {
  background: #00B5AE;
  position: relative;
  color: #fff;
  display: block;
  padding: 10px;
  margin: 20px 0 0 0;
  height: 80px;
}

.remove-seed-term-lightbox .loading .loader {
  position: absolute;
  left: 20px;
  top: 15px;
}

.remove-seed-term-lightbox .loading .loader img {
  width: 50px;
  height: 50px;
}

.remove-seed-term-lightbox .loading p {
  display: block;
  text-align: left;
  padding: 0 0 0 60px;
  margin: 0;
  position: relative;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#tutorial-video-lightbox {
  position: relative;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50%;
  max-width: initial;
}

#tutorial-video-lightbox h1 {
  text-align: center !important;
  font-size: 24px !important;
}

#tutorial-video-lightbox p {
  text-align: justify;
  font-size: 16px;
  padding: 0 0 10px;
}

#tutorial-video-lightbox .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

#tutorial-video-lightbox .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#clear-session-lightbox {
  text-align: center;
}

#clear-session-lightbox h1 {
  text-align: center !important;
  font-size: 24px !important;
}

#clear-session-lightbox p {
  margin: 0 auto 20px;
  text-align: center;
  max-width: 400px;
  font-size: 16px;
}

#term-details-lightbox .data-title {
  font-size: 20px !important;
  margin-bottom: 25px;
}

#term-details-lightbox .data-title .highlight {
  color: #00B5AE;
}

#term-details-lightbox .data-label {
  font: 400 14px/normal "Roboto Condensed", sans-serif;
  color: #a3a6a8;
  margin-bottom: 7px;
}

#term-details-lightbox .data-label i {
  margin-left: 5px;
}

#term-details-lightbox .data-row {
  margin-bottom: 20px;
}

#term-details-lightbox .data-value {
  font: 400 28px/normal "Roboto", sans-serif;
  color: #998ab9;
}

#term-details-lightbox .data-quantity-value {
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  vertical-align: top;
}

#term-details-lightbox .term-details-chart {
  margin-top: 15px;
}

#term-details-lightbox .term-details-panel {
  padding-left: 20px;
}

.mfp-custom {
  max-height: none;
  display: block;
  padding: 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px;
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.mfp-custom .container {
  width: 100% !important;
  padding: 40px;
  margin: 0;
}

.mfp-custom h1 {
  font-size: 18px;
  font-family: "azo-sans-web", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-align: left;
  padding: 0 0 20px;
  margin: 0;
}

.mfp-custom .cta {
  padding: 10px 0 0;
}

.mfp-custom .mfp-close {
  margin: 0;
  padding: 0;
  color: #00B5AE;
  opacity: 1;
  filter: alpha(opacity=100);
}

.bounce {
  -webkit-animation: bounce 2000ms linear both;
  -o-animation: bounce 2000ms linear both;
  animation: bounce 2000ms linear both;
  background: #004845 !important;
  border-color: #004845 !important;
}

@-webkit-keyframes bounce {
  0% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  1.1% {
    transform: matrix3d(2.116, 0, 0, 0, 0, 2.116, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  2.2% {
    transform: matrix3d(2.503, 0, 0, 0, 0, 2.503, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  3.5% {
    transform: matrix3d(2.054, 0, 0, 0, 0, 2.054, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.7% {
    transform: matrix3d(1.208, 0, 0, 0, 0, 1.208, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.01% {
    transform: matrix3d(0.431, 0, 0, 0, 0, 0.431, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  7.21% {
    transform: matrix3d(0.183, 0, 0, 0, 0, 0.183, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  8.51% {
    transform: matrix3d(0.428, 0, 0, 0, 0, 0.428, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  9.71% {
    transform: matrix3d(0.889, 0, 0, 0, 0, 0.889, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  11.01% {
    transform: matrix3d(1.31, 0, 0, 0, 0, 1.31, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  12.21% {
    transform: matrix3d(1.445, 0, 0, 0, 0, 1.445, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.71% {
    transform: matrix3d(1.059, 0, 0, 0, 0, 1.059, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  17.22% {
    transform: matrix3d(0.758, 0, 0, 0, 0, 0.758, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  22.22% {
    transform: matrix3d(1.131, 0, 0, 0, 0, 1.131, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  27.23% {
    transform: matrix3d(0.928, 0, 0, 0, 0, 0.928, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  32.23% {
    transform: matrix3d(1.039, 0, 0, 0, 0, 1.039, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  37.24% {
    transform: matrix3d(0.979, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  42.24% {
    transform: matrix3d(1.012, 0, 0, 0, 0, 1.012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  47.25% {
    transform: matrix3d(0.994, 0, 0, 0, 0, 0.994, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.25% {
    transform: matrix3d(1.003, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  57.26% {
    transform: matrix3d(0.998, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  62.26% {
    transform: matrix3d(1.001, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  67.27% {
    transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  72.27% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  77.28% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  82.28% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  87.29% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  92.29% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  97.3% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@-moz-keyframes bounce {
  0% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  1.1% {
    transform: matrix3d(2.116, 0, 0, 0, 0, 2.116, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  2.2% {
    transform: matrix3d(2.503, 0, 0, 0, 0, 2.503, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  3.5% {
    transform: matrix3d(2.054, 0, 0, 0, 0, 2.054, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.7% {
    transform: matrix3d(1.208, 0, 0, 0, 0, 1.208, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.01% {
    transform: matrix3d(0.431, 0, 0, 0, 0, 0.431, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  7.21% {
    transform: matrix3d(0.183, 0, 0, 0, 0, 0.183, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  8.51% {
    transform: matrix3d(0.428, 0, 0, 0, 0, 0.428, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  9.71% {
    transform: matrix3d(0.889, 0, 0, 0, 0, 0.889, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  11.01% {
    transform: matrix3d(1.31, 0, 0, 0, 0, 1.31, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  12.21% {
    transform: matrix3d(1.445, 0, 0, 0, 0, 1.445, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.71% {
    transform: matrix3d(1.059, 0, 0, 0, 0, 1.059, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  17.22% {
    transform: matrix3d(0.758, 0, 0, 0, 0, 0.758, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  22.22% {
    transform: matrix3d(1.131, 0, 0, 0, 0, 1.131, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  27.23% {
    transform: matrix3d(0.928, 0, 0, 0, 0, 0.928, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  32.23% {
    transform: matrix3d(1.039, 0, 0, 0, 0, 1.039, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  37.24% {
    transform: matrix3d(0.979, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  42.24% {
    transform: matrix3d(1.012, 0, 0, 0, 0, 1.012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  47.25% {
    transform: matrix3d(0.994, 0, 0, 0, 0, 0.994, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.25% {
    transform: matrix3d(1.003, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  57.26% {
    transform: matrix3d(0.998, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  62.26% {
    transform: matrix3d(1.001, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  67.27% {
    transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  72.27% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  77.28% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  82.28% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  87.29% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  92.29% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  97.3% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@-ms-keyframes bounce {
  0% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  1.1% {
    transform: matrix3d(2.116, 0, 0, 0, 0, 2.116, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  2.2% {
    transform: matrix3d(2.503, 0, 0, 0, 0, 2.503, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  3.5% {
    transform: matrix3d(2.054, 0, 0, 0, 0, 2.054, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.7% {
    transform: matrix3d(1.208, 0, 0, 0, 0, 1.208, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.01% {
    transform: matrix3d(0.431, 0, 0, 0, 0, 0.431, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  7.21% {
    transform: matrix3d(0.183, 0, 0, 0, 0, 0.183, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  8.51% {
    transform: matrix3d(0.428, 0, 0, 0, 0, 0.428, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  9.71% {
    transform: matrix3d(0.889, 0, 0, 0, 0, 0.889, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  11.01% {
    transform: matrix3d(1.31, 0, 0, 0, 0, 1.31, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  12.21% {
    transform: matrix3d(1.445, 0, 0, 0, 0, 1.445, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.71% {
    transform: matrix3d(1.059, 0, 0, 0, 0, 1.059, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  17.22% {
    transform: matrix3d(0.758, 0, 0, 0, 0, 0.758, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  22.22% {
    transform: matrix3d(1.131, 0, 0, 0, 0, 1.131, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  27.23% {
    transform: matrix3d(0.928, 0, 0, 0, 0, 0.928, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  32.23% {
    transform: matrix3d(1.039, 0, 0, 0, 0, 1.039, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  37.24% {
    transform: matrix3d(0.979, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  42.24% {
    transform: matrix3d(1.012, 0, 0, 0, 0, 1.012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  47.25% {
    transform: matrix3d(0.994, 0, 0, 0, 0, 0.994, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.25% {
    transform: matrix3d(1.003, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  57.26% {
    transform: matrix3d(0.998, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  62.26% {
    transform: matrix3d(1.001, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  67.27% {
    transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  72.27% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  77.28% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  82.28% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  87.29% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  92.29% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  97.3% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@keyframes bounce {
  0% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  1.1% {
    transform: matrix3d(2.116, 0, 0, 0, 0, 2.116, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  2.2% {
    transform: matrix3d(2.503, 0, 0, 0, 0, 2.503, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  3.5% {
    transform: matrix3d(2.054, 0, 0, 0, 0, 2.054, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.7% {
    transform: matrix3d(1.208, 0, 0, 0, 0, 1.208, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.01% {
    transform: matrix3d(0.431, 0, 0, 0, 0, 0.431, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  7.21% {
    transform: matrix3d(0.183, 0, 0, 0, 0, 0.183, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  8.51% {
    transform: matrix3d(0.428, 0, 0, 0, 0, 0.428, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  9.71% {
    transform: matrix3d(0.889, 0, 0, 0, 0, 0.889, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  11.01% {
    transform: matrix3d(1.31, 0, 0, 0, 0, 1.31, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  12.21% {
    transform: matrix3d(1.445, 0, 0, 0, 0, 1.445, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.71% {
    transform: matrix3d(1.059, 0, 0, 0, 0, 1.059, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  17.22% {
    transform: matrix3d(0.758, 0, 0, 0, 0, 0.758, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  22.22% {
    transform: matrix3d(1.131, 0, 0, 0, 0, 1.131, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  27.23% {
    transform: matrix3d(0.928, 0, 0, 0, 0, 0.928, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  32.23% {
    transform: matrix3d(1.039, 0, 0, 0, 0, 1.039, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  37.24% {
    transform: matrix3d(0.979, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  42.24% {
    transform: matrix3d(1.012, 0, 0, 0, 0, 1.012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  47.25% {
    transform: matrix3d(0.994, 0, 0, 0, 0, 0.994, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.25% {
    transform: matrix3d(1.003, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  57.26% {
    transform: matrix3d(0.998, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  62.26% {
    transform: matrix3d(1.001, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  67.27% {
    transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  72.27% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  77.28% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  82.28% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  87.29% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  92.29% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  97.3% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

/* ----------------------------------------------------------------------------------- SITE HEADER */
/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
.landing-site-header {
  text-align: center;
}

.landing-site-header .logo {
  display: inline-block;
  margin: 0 auto;
  padding: 20px 0 0;
}

@media screen and (min-width: 768px) {
  .landing-site-header .logo {
    padding: 80px 0 40px 0;
  }
}

.landing-site-header .logo img {
  display: inline-block;
  width: 180px;
  height: auto;
}

.landing-site-header .masthead-content {
  padding: 20px;
}

@media screen and (min-width: 768px) {
  .landing-site-header .masthead-content {
    padding: 40px 40px 140px;
  }
}

.landing-site-header .masthead-content {
  margin: 0 auto;
  color: #fff;
}

.landing-site-header .masthead-content h1 {
  font-weight: 500;
  font-size: 28px;
  max-width: 100%;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .landing-site-header .masthead-content h1 {
    font-size: 52px;
  }
}

.landing-site-header .masthead-content .tagline {
  font-size: 21px;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  color: #fff;
  font-weight: 200;
}

@media screen and (min-width: 768px) {
  .landing-site-header .masthead-content .tagline {
    margin: 0 auto 60px;
    padding: 5px 0 0;
    font-size: 23px;
  }
}

.landing-site-header .start-termin-form {
  display: none;
  padding: 0;
  border-radius: 0;
  background: transparent;
}

@media screen and (min-width: 768px) {
  .landing-site-header .start-termin-form {
    display: block;
  }
}

.landing-site-header .start-termin-form .input-group-btn > .btn {
  background-color: #30a4a4;
  border-color: #30a4a4;
  color: #ffffff;
}

.section-header-landing {
  border: none;
}

/* --------------------------------------------------------------------------------------- FOOTER */
/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
.landing-site-footer {
  margin: 0;
  padding: 60px 0;
  background: #313131;
}

@media screen and (min-width: 992px) {
  .landing-site-footer {
    margin: 0;
  }
}

/* ----------------------------------------------------------------------------------- SCREENSHOT */
/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
.landing-section-screenshot-content.white-box {
  background-color: #fff;
  margin: 0 auto;
}

@media screen and (min-width: 992px) {
  .landing-section-screenshot-content.white-box {
    padding: 30px 60px;
  }
}

.landing-section-screenshot-content.white-box .row {
  padding: 0;
}

@media screen and (min-width: 768px) {
  .landing-section-screenshot-content.white-box .row {
    padding: 30px 0 0;
  }
}

@media screen and (min-width: 1300px) {
  .landing-section-screenshot-content.white-box .content {
    padding: 0 20px !important;
  }
}

/* ---------------------------------------------------------------------------------- SIGNUP FORM */
/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
.landing-section-signup-content {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: #f9faf9;
  margin: 20px 5px 0;
  padding: 20px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .landing-section-signup-content {
    padding: 80px 50px;
    margin: 20px auto 40px;
  }
}

.landing-section-signup-content h1 {
  color: #062d2e;
  font-size: 28px;
  font-weight: 300;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .landing-section-signup-content h1 {
    font-size: 55px;
    margin: 0 auto 80px;
  }
}

.landing-section-signup-content h1 span {
  font-family: 'roboto';
  font-weight: 300;
}

.landing-section-signup-content form {
  max-width: 100%;
  text-align: left;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .landing-section-signup-content form {
    max-width: 400px;
  }
}

.landing-section-signup-content form a {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .landing-section-signup-content form a {
    font-size: inherit;
  }
}

.landing-section-signup-content .showHide {
  display: block;
}

/* ----------------------------------------------------------------------------------- TEXT BLOCK */
/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
.landing-section-text-block-content {
  padding: 0 15px;
}

@media screen and (min-width: 768px) {
  .landing-section-text-block-content {
    padding: 0;
  }
}

.landing-section-text-block-content h1 {
  font-weight: 200;
  font-size: 35px;
  max-width: 1100px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .landing-section-text-block-content h1 {
    font-size: 55px;
  }
}

.landing-section-text-block-content h2 {
  font-weight: normal;
  font-weight: 300;
  font-family: 'azo-sans-web';
  font-size: 19px;
  text-align: center;
  padding: 0 0 40px 0;
  margin: 0;
}

.landing-section-text-block-content h3 {
  font-weight: 200;
  font-size: 24px;
}

.landing-section-text-block-content p {
  font-weight: 300;
  font-size: 16px;
  color: #8c8a8a;
}

.landing-section-text-block-content strong {
  font-weight: 400;
}

/* ------------------------------------------------------------------------------- CALL TO ACTION */
/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
.section-bottom-call-to-action {
  display: block;
  text-align: center;
  padding: 20px 0 40px 0;
}

@media screen and (min-width: 992px) {
  .section-bottom-call-to-action {
    display: none;
  }
}

/* --------------------------------------------------------- NEW STYLES, MAINLY FOR LANDING PAGES */
/* These styles will need to be cleaned up and sorted into an appropriate destination.            */
/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
.landing-featured-content-title {
  margin: 20px auto 0;
  max-width: 840px;
  padding: 20px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .landing-featured-content-title {
    padding: 40px;
  }
}

.landing-featured-content-title h1 {
  color: #062828;
  font-size: 28px;
  font-weight: 300;
  margin: 0 auto 30px;
  max-width: 780px;
}

@media screen and (min-width: 768px) {
  .landing-featured-content-title h1 {
    font-size: 48px;
  }
}

.landing-featured-content-title h1 span {
  font-family: 'roboto';
  font-weight: 300;
}

.landing-featured-content-title p {
  color: #000;
  font-size: 19px;
  margin: 0;
  padding: 0 0 20px;
}

@media screen and (min-width: 768px) {
  .landing-featured-content-title p {
    padding: 0;
  }
}

.landing-featured-content-title br {
  display: none;
}

@media screen and (min-width: 768px) {
  .landing-featured-content-title br {
    display: block;
  }
}

.featured-content-bullets {
  text-align: center;
  padding: 0;
  margin: 20px 0 100px;
}

.featured-content-bullets .feature-icon {
  margin-bottom: 30px;
}

.featured-content-bullets ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.featured-content-bullets li {
  padding: 20px;
  background: #eee;
}

@media screen and (min-width: 992px) {
  .featured-content-bullets li {
    background: #fff;
  }
}

.featured-content-bullets li:first-child {
  border-radius: 5px 5px 0 0;
}

.featured-content-bullets li:last-child {
  border-radius: 0 0 5px 5px;
}

.featured-content-bullets li:nth-child(2n) {
  background: #e5e5e5;
}

@media screen and (min-width: 992px) {
  .featured-content-bullets li:nth-child(2n) {
    background: #fff;
  }
}

.featured-content-bullets h2 {
  font-size: 24px;
  margin: 0 0 20px;
  font-weight: 200;
  color: #000;
}

.featured-content-bullets h2 strong {
  font-weight: 500;
}

.featured-content-bullets p {
  color: #949292;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 300;
}

.section-screenshot-content {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: #fcfcfc;
  margin: 20px auto;
  padding: 0;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .section-screenshot-content {
    text-align: left;
    margin: 50px auto;
    padding: 100px;
  }
}

.section-screenshot-content .row {
  display: block;
  position: relative;
  margin: 0;
  padding: 40px 0 0;
  height: auto;
}

@media screen and (min-width: 992px) {
  .section-screenshot-content .row {
    padding: 40px 0;
  }
}

@media screen and (min-width: 992px) {
  .section-screenshot-content .content {
    padding: 20px;
  }
}

@media screen and (min-width: 1300px) {
  .section-screenshot-content .content {
    padding: 20px 60px;
  }
}

.section-screenshot-content h1 {
  font-size: 28px;
  margin: 0 auto;
  padding: 40px 20px 0;
  font-weight: 300;
  max-width: none;
}

@media screen and (min-width: 768px) {
  .section-screenshot-content h1 {
    font-size: 38px;
    padding: 40px 20px 20px;
  }
}

@media screen and (min-width: 992px) {
  .section-screenshot-content h1 {
    font-size: 48px;
    padding: 0 20px 30px;
  }
}

@media screen and (min-width: 1300px) {
  .section-screenshot-content h1 {
    padding: 0 20px 50px;
  }
}

.section-screenshot-content h4 {
  font-weight: 200;
  margin: 0 0 20px;
}

.section-screenshot-content p {
  font-size: 16px;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 500px;
}

@media screen and (min-width: 992px) {
  .section-screenshot-content p {
    padding: 0;
    max-width: none;
  }
}

.section-screenshot-content ul {
  list-style-position: outside;
  list-style-type: none;
  padding: 0 0 20px 0;
  margin: 0;
  color: #8c8a8a;
}

@media screen and (min-width: 992px) {
  .section-screenshot-content ul {
    list-style-type: disc;
    padding: 0 0 20px 30px;
  }
}

.section-screenshot-content li {
  padding: 0 0 10px;
}

.section-screenshot-content img {
  margin: 20px auto;
  max-width: 70%;
}

@media screen and (min-width: 992px) {
  .section-screenshot-content img {
    margin: 0 auto;
    max-width: 100%;
  }
}

.question {
  padding: 0 10px 20px;
}

@media screen and (min-width: 768px) {
  .question {
    padding: 20px 0 40px;
  }
}

@media screen and (min-width: 992px) {
  .question {
    padding: 40px 0 60px;
  }
}

.question ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.question h1 {
  font-weight: 200;
  font-size: 24px;
  padding: 0 0 30px;
  margin: 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .question h1 {
    font-size: 32px;
  }
}

@media screen and (min-width: 992px) {
  .question h1 {
    font-size: 38px;
    padding: 0;
  }
}

@media screen and (min-width: 1300px) {
  .question h1 {
    font-size: 44px;
  }
}

@media screen and (min-width: 768px) {
  .question .clearfix, .question .form-btn-wrapper, .question .webapp-container .list-panel .top, .webapp-container .list-panel .question .top, .question
  .webapp-container .list-panel .bottom,
  .webapp-container .list-panel .question .bottom {
    display: none;
  }
}

.question .btn {
  padding: 10px 0;
  margin: 0 auto 20px;
  width: 100%;
  max-width: 300px;
}

@media screen and (min-width: 768px) {
  .question .btn {
    padding: 10px 30px;
    margin: 0 auto;
    width: auto;
  }
}

@media screen and (min-width: 1300px) {
  .question .btn {
    padding: 10px 60px;
  }
}

@media screen and (min-width: 768px) {
  .question .btn-primary {
    margin: 0 10px 0;
  }
}

#masthead .input-group-btn {
  height: 100%;
}

#masthead .input-group-btn button.fa-search,
#masthead .input-group-btn button.fa-search:focus {
  color: #239d9c;
  width: auto;
  height: 50px;
  font-size: 35px;
  border: none;
  background: transparent;
  margin: 0 20px 0 0;
  padding: 0;
}

.btn-fourthly {
  color: #2b2b2b;
  border-color: #2b2b2b;
  background-color: transparent;
}

.btn-fourthly:focus, .btn-fourthly:hover {
  border-color: #259c9b;
  background-color: #259c9b;
  color: #fff;
}

.btn-fifthly {
  border-color: #393939;
  background: #fff;
  color: #393939;
}

.btn-fifthly:focus, .btn-fifthly:hover {
  border-color: #998ab9;
  color: #fff;
  background-color: #998ab9;
}

#svg-logo {
  float: left;
  width: 170px;
  height: 80px;
  margin: 3px 0 0;
}

.site-logo,
.site-logo-compact {
  display: none !important;
}

#large-logo-dark {
  display: none;
}

#large-logo-light {
  display: block;
}

#large-logo-light,
#large-logo-dark {
  opacity: 1;
  -webkit-transition: opacity .4s ease .4s;
  transition: opacity .4s ease .4s;
}

#small-logo {
  opacity: 0;
  -webkit-transition: opacity ease .4s;
  transition: opacity ease .4s;
}

#red-dot {
  -webkit-transition: transform ease .6s;
  transition: transform ease .6s;
}

.small #large-logo-light,
.small #large-logo-dark {
  opacity: 0;
  -webkit-transition: opacity ease .4s;
  transition: opacity ease .4s;
}

.small #small-logo {
  opacity: 1;
  -webkit-transition: opacity .4s ease .4s;
  transition: opacity .4s ease .4s;
}

.small #red-dot {
  transform: scale(3) translate(-122px, -12px);
  -webkit-transition: transform .6s;
  transition: transform .6s;
}

.page-front #large-logo-dark {
  display: block;
}

.page-front #large-logo-light {
  display: none;
}

.webapp #svg-logo {
  height: 65px;
  width: 60px;
  margin: 10px 0;
}

.webapp #svg-logo svg {
  height: 100%;
  width: auto;
}

.webapp #large-logo-light,
.webapp #large-logo-dark {
  opacity: 0;
  -webkit-transition: opacity ease 0s;
  transition: opacity ease 0s;
}

.webapp #small-logo {
  opacity: 1;
  -webkit-transition: opacity 0s ease 0s;
  transition: opacity 0s ease 0s;
}

.webapp #red-dot {
  transform: scale(3) translate(-122px, -12px);
  -webkit-transition: transform 0s;
  transition: transform 0s;
}

.keyword-audit,
.keyword-audit-lightbox {
  background-color: #fafafa;
}

.keyword-audit section,
.keyword-audit-lightbox section {
  margin: 20px 0;
}

@media screen and (min-width: 768px) {
  .keyword-audit .audit-score,
  .keyword-audit-lightbox .audit-score {
    height: 200px;
  }
}

.keyword-audit .audit-score .row,
.keyword-audit .audit-score .col,
.keyword-audit-lightbox .audit-score .row,
.keyword-audit-lightbox .audit-score .col {
  height: 100%;
}

.keyword-audit .audit-score .cta,
.keyword-audit-lightbox .audit-score .cta {
  height: auto;
  padding: 10px 0 0;
  text-align: center;
}

.keyword-audit .audit-score .cta a,
.keyword-audit-lightbox .audit-score .cta a {
  width: auto;
  float: left;
  font-size: 13px;
  padding: 10px 20px;
  margin: 0 10px 0 0;
  font-weight: 500;
}

.keyword-audit .audit-score .cta a i,
.keyword-audit-lightbox .audit-score .cta a i {
  padding: 0 10px 0 0;
  font-size: 18px;
}

.keyword-audit .audit-score .cta .loader,
.keyword-audit-lightbox .audit-score .cta .loader {
  float: left;
  height: 100%;
  position: relative;
  height: 35px;
  line-height: 35px;
  margin: 5px 0;
}

.keyword-audit .audit-score .cta .loader:after,
.keyword-audit-lightbox .audit-score .cta .loader:after {
  content: 'Loading...';
  position: absolute;
  top: 0;
  left: 100%;
  color: #9889b8;
  font-size: 12px;
  font-weight: 400;
  display: block;
  padding: 0 0 0 5px;
}

.keyword-audit .audit-score .cta .loader img,
.keyword-audit-lightbox .audit-score .cta .loader img {
  width: 35px;
  height: 100%;
}

.keyword-audit .audit-score .msg,
.keyword-audit-lightbox .audit-score .msg {
  height: 145px;
  text-align: center;
  overflow: hidden;
  position: relative;
  border: 2px solid #ddd;
  background: #eee;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

@media screen and (min-width: 768px) {
  .keyword-audit .audit-score .msg,
  .keyword-audit-lightbox .audit-score .msg {
    text-align: left;
  }
}

.keyword-audit .audit-score .msg p,
.keyword-audit-lightbox .audit-score .msg p {
  margin: 0;
  font-size: 16px;
  background: transparent;
  text-align: left;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.keyword-audit .audit-score .resultBox,
.keyword-audit-lightbox .audit-score .resultBox {
  height: 200px;
  padding: 20px 10px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #9889b8;
  width: 48%;
  float: left;
}

.keyword-audit .audit-score .resultBox:first-child,
.keyword-audit-lightbox .audit-score .resultBox:first-child {
  float: left;
}

.keyword-audit .audit-score .resultBox:last-child,
.keyword-audit-lightbox .audit-score .resultBox:last-child {
  float: right;
}

.keyword-audit .audit-score .resultBox:last-child p,
.keyword-audit-lightbox .audit-score .resultBox:last-child p {
  padding: 0;
}

.keyword-audit .audit-score .resultBox h3,
.keyword-audit-lightbox .audit-score .resultBox h3 {
  font-size: 16px;
  margin: 0;
  padding: 0;
}

.keyword-audit .audit-score .resultBox p,
.keyword-audit-lightbox .audit-score .resultBox p {
  font-family: "roboto";
  font-size: 65px;
  padding: 0 30px 0 0;
  margin: 10px 0;
  display: inline-block;
  position: relative;
}

.keyword-audit .audit-score .resultBox .sign,
.keyword-audit-lightbox .audit-score .resultBox .sign {
  font-size: 40px;
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 0;
  font-weight: 200;
}

.keyword-audit .audit-score .resultBox .loader,
.keyword-audit-lightbox .audit-score .resultBox .loader {
  display: none;
  margin: 25px 0 0;
}

.keyword-audit .audit-info *,
.keyword-audit-lightbox .audit-info * {
  padding: 0;
  margin: 0;
}

.keyword-audit .audit-info .box,
.keyword-audit-lightbox .audit-info .box {
  background: #fff;
  border: 2px solid #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 20px;
  margin: 0 0 20px;
}

.keyword-audit .audit-info .box:last-child,
.keyword-audit-lightbox .audit-info .box:last-child {
  margin: 0;
}

.keyword-audit .audit-info .main,
.keyword-audit-lightbox .audit-info .main {
  float: left;
}

.keyword-audit .audit-info .main h1,
.keyword-audit-lightbox .audit-info .main h1 {
  font-size: 28px;
  padding: 0 0 20px;
  font-weight: 200;
}

.keyword-audit .audit-info .main h2,
.keyword-audit-lightbox .audit-info .main h2 {
  color: #000;
  font-weight: 500;
  font-size: 21px;
  text-transform: capitalize;
}

.keyword-audit .audit-info .main h2 span,
.keyword-audit-lightbox .audit-info .main h2 span {
  padding: 0 0 0 10px;
}

.keyword-audit .audit-info .main h3,
.keyword-audit-lightbox .audit-info .main h3 {
  font-family: 'roboto';
  font-size: 18px;
  font-weight: 500;
  color: #888;
  padding: 20px 0 5px;
  text-transform: capitalize;
}

.keyword-audit .audit-info .main p, .keyword-audit .audit-info .main li,
.keyword-audit-lightbox .audit-info .main p,
.keyword-audit-lightbox .audit-info .main li {
  font-size: 14px;
  color: #666;
  text-align: left;
  line-height: 24px;
}

.keyword-audit .audit-info .main ul, .keyword-audit .audit-info .main ol,
.keyword-audit-lightbox .audit-info .main ul,
.keyword-audit-lightbox .audit-info .main ol {
  padding: 10px 0;
  list-style-position: inside;
}

.keyword-audit .audit-info .main span,
.keyword-audit-lightbox .audit-info .main span {
  display: none;
  font-family: 'roboto';
  padding: 10px 0 0 0;
}

.keyword-audit .audit-info .main .content,
.keyword-audit-lightbox .audit-info .main .content {
  padding: 0 0 20px;
}

.keyword-audit .audit-info .main .content[rel='good'] span.success,
.keyword-audit-lightbox .audit-info .main .content[rel='good'] span.success {
  display: inline-block;
}

.keyword-audit .audit-info .main .content[rel='ok'] span.warning,
.keyword-audit-lightbox .audit-info .main .content[rel='ok'] span.warning {
  display: inline-block;
}

.keyword-audit .audit-info .main .content[rel='bad'] span.danger,
.keyword-audit-lightbox .audit-info .main .content[rel='bad'] span.danger {
  display: inline-block;
}

.keyword-audit .audit-info .main .content:last-child,
.keyword-audit-lightbox .audit-info .main .content:last-child {
  padding: 0;
}

.keyword-audit .audit-info .main .example,
.keyword-audit-lightbox .audit-info .main .example {
  display: block;
  margin: 20px 0;
}

.keyword-audit .audit-info .main .example h4,
.keyword-audit-lightbox .audit-info .main .example h4 {
  font-family: 'roboto';
  font-weight: 500;
  font-size: 16px;
  color: #888;
  padding: 10px 0;
}

.keyword-audit .audit-info .main .example .example-box,
.keyword-audit-lightbox .audit-info .main .example .example-box {
  border: 1px solid #888;
  padding: 20px;
}

.keyword-audit .audit-info .main .example h5,
.keyword-audit-lightbox .audit-info .main .example h5 {
  color: #1a0db0;
  font-weight: normal;
  font-size: 18px;
  font-family: arial;
}

.keyword-audit .audit-info .main .example h6,
.keyword-audit-lightbox .audit-info .main .example h6 {
  color: #006621;
  font-weight: normal;
  font-size: 14px;
  font-family: arial;
  padding: 5px 0;
}

.keyword-audit .audit-info .main .example p,
.keyword-audit-lightbox .audit-info .main .example p {
  color: #333;
  font-weight: normal;
  font-size: 14px;
  font-family: arial;
}

.keyword-audit .audit-info .main pre,
.keyword-audit-lightbox .audit-info .main pre {
  text-align: left;
  display: block;
  width: 100%;
  font-size: 16px;
  font-family: 'roboto';
  color: #666;
  word-wrap: break-word;
  white-space: pre-wrap;
  margin: 40px 0;
}

.keyword-audit .audit-info .main i,
.keyword-audit-lightbox .audit-info .main i {
  margin: 0 0 0 5px;
}

.keyword-audit .audit-info .main small,
.keyword-audit-lightbox .audit-info .main small {
  font-size: 16px;
  font-weight: 500;
}

.keyword-audit .audit-info .main .danger,
.keyword-audit-lightbox .audit-info .main .danger {
  color: #ff0000;
}

.keyword-audit .audit-info .main .warning,
.keyword-audit-lightbox .audit-info .main .warning {
  color: #fece00;
}

.keyword-audit .audit-info .main .success,
.keyword-audit-lightbox .audit-info .main .success {
  color: #6ec780;
}

.keyword-audit {
  background-color: #fff;
}

.keyword-audit .site-header {
  min-height: 160px;
  position: fixed;
  width: 100%;
}

.keyword-audit .site-header .site-navbar {
  position: fixed;
  height: 160px;
  min-height: 160px;
  padding-top: 40px;
}

.keyword-audit .site-header .site-navbar #svg-logo,
.keyword-audit .site-header .site-navbar .site-navigation {
  display: none;
}

.keyword-audit main {
  padding-top: 160px;
}

.keyword-audit .site-logo.site-logo-white {
  display: block !important;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
  margin: auto;
}

.keyword-audit .navbar-header {
  margin: auto;
  float: none;
}

.keyword-audit .audit-score {
  margin: 0;
}

.keyword-audit .audit-score .row {
  margin: 0;
}

.keyword-audit .audit-score .col {
  padding: 0;
}

.keyword-audit .audit-score .graph .row {
  padding: 0 20px 0 0;
}

.keyword-audit .audit-score .cta {
  display: none;
}

.keyword-audit .audit-score .msg {
  height: 200px;
  padding: 0 30px;
}

.keyword-audit .audit-score .resultBox p {
  font-size: 75px;
}

.keyword-audit .site-footer,
.keyword-audit .still-question {
  display: none !important;
}

.blog {
  float: left;
}

.blog * {
  padding: 0;
  margin: 0;
}

.blog h1 {
  font-size: 38px;
  padding: 0 0 80px;
  font-weight: 200;
  font-family: 'roboto';
  text-align: center;
  color: #000;
}

.blog h2 {
  color: #000;
  font-weight: 200;
  font-size: 32px;
  text-transform: capitalize;
  padding: 0 0 20px;
  color: #259c9b;
}

.blog h3 {
  font-family: 'roboto';
  font-size: 26px;
  font-weight: 500;
  padding: 20px 0 5px;
  text-transform: capitalize;
}

.blog h4, .blog h5 {
  font-family: 'roboto';
  font-size: 22px;
  font-weight: 500;
  padding: 5px 0;
  text-transform: capitalize;
}

.blog ul, .blog ol {
  padding: 10px 0;
  list-style-position: inside;
}

.blog span {
  display: none;
  font-family: 'roboto';
  padding: 10px 0 0 0;
}

.blog pre {
  text-align: left;
  display: block;
  width: 100%;
  font-size: 16px;
  font-family: 'roboto';
  color: #666;
  word-wrap: break-word;
  white-space: pre-wrap;
  margin: 40px 0;
}

.blog section {
  margin: 40px 0;
}

.blog .content h1, .blog .content h2, .blog .content h3 {
  font-family: 'roboto';
  font-weight: 500;
  color: #888;
  padding: 20px 0 5px;
  text-transform: capitalize;
}

.blog .content h1 {
  font-size: 24px;
}

.blog .content h2 {
  font-size: 21px;
}

.blog .content h3 {
  font-size: 18px;
}

.blog .content p, .blog .content li {
  font-size: 14px;
  color: #666;
  text-align: left;
  line-height: 24px;
}

.blog .meta {
  font-size: 14px;
  font-weight: 300;
  padding: 0 0 40px;
  display: block;
  text-transform: uppercase;
  color: #999;
}

.blog .tags {
  font-size: 14px;
  font-weight: 300;
  padding: 20px 0 0;
  display: block;
  text-transform: uppercase;
  color: #999;
}

.blog .post-list .post:hover:hover {
  border: 2px solid #259c9b;
  background: #fff;
}

.blog .post-list .post:hover a {
  text-decoration: none;
}

.blog .post-list:last-child {
  margin: 0;
}

.blog .post-list .post img {
  display: none;
}

.blog .post-list .post .meta {
  padding: 0 0 20px;
}

.blog .post-list .post h3, .blog .post-list .post h4, .blog .post-list .post h5 {
  color: #888;
}

.blog .post {
  background: #fff;
  border: 2px solid #ddd;
  padding: 20px;
  margin: 0 0 20px;
  background: #f5f5f5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}

.blog .post h1 {
  font-family: 'clavo';
  text-align: left;
  color: #000;
  font-weight: 200;
  font-size: 32px;
  text-transform: capitalize;
  padding: 0 0 20px;
  color: #259c9b;
}

.blog .post h3, .blog .post h4, .blog .post h5 {
  color: #666;
}

.blog .post img {
  display: block;
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.blog .post p {
  font-size: 16px;
  line-height: 28px;
}

.blog .side {
  float: right;
  padding: 60px 0 0 0;
}

@media screen and (min-width: 992px) {
  .blog .side {
    padding: 0 0 0 100px;
  }
}

.blog .side h1 {
  font-size: 28px;
  font-weight: 500;
  color: #666;
  padding: 0 0 40px;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .blog .side h1 {
    text-align: left;
  }
}

.blog .side h2 {
  font-family: 'roboto';
  font-size: 21px;
  font-weight: 300;
  color: #259c9b;
  padding: 0 0 5px;
  line-height: 30px;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .blog .side h2 {
    text-align: left;
  }
}

.blog .side h3 {
  color: #666;
  font-size: 18px;
  font-weight: 600;
}

.blog .side ul {
  list-style-type: none;
}

.blog .side a:hover {
  text-decoration: none;
}

.blog .side p {
  font-weight: 400;
  color: #999;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .blog .side p {
    text-align: left;
  }
}

.blog .side .share {
  border-bottom: 2px solid #ddd;
}

.blog .side .share li {
  float: left;
  background: transparent;
  font-size: 0;
  text-align: center;
  margin: 0 10px 10px 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  border: 3px solid #259c9b;
  color: #259c9b;
  -webkit-transition: all, 0.1s;
  -o-transition: all, 0.1s;
  transition: all, 0.1s;
}

.blog .side .share li:last-child {
  margin: 0 0 10px 0;
}

.blog .side .share li:hover {
  background: #259c9b;
}

.blog .side .share li:hover i {
  color: #fff;
}

.blog .side .share li i {
  width: 44px;
  height: 44px;
  line-height: 46px;
  font-size: 21px;
  -webkit-transition: all, 0.1s;
  -o-transition: all, 0.1s;
  transition: all, 0.1s;
}

.blog .side .mailchimp {
  font-size: 16px;
  border-bottom: 2px solid #ddd;
}

.blog .side .mailchimp #mc_embed_signup {
  padding: 10px 0 30px;
}

.blog .side .mailchimp #mc_embed_signup .input-group {
  width: 100%;
  background: #ddd;
  border-radius: 0;
  border-radius: 30px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
}

.blog .side .mailchimp #mc_embed_signup .input-group-btn {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 3px;
  top: 3px;
  display: block;
  width: auto;
  background: transparent;
}

.blog .side .mailchimp #mc_embed_signup .input-group-btn:after {
  display: block;
  content: "\f003";
  font-family: "FontAwesome";
  font-size: 24px;
  height: auto;
  width: auto;
  text-align: center;
  position: absolute;
  right: 17px;
  top: 11px;
  color: #259c9b;
  padding: 0;
  margin: 0;
  -webkit-transition: all, 0.1s;
  -o-transition: all, 0.1s;
  transition: all, 0.1s;
}

.blog .side .mailchimp #mc_embed_signup .input-group-btn:hover:after {
  color: #1b6b6a;
}

.blog .side .mailchimp #mc_embed_signup .input-group-btn #mc-embedded-subscribe {
  font-size: 0;
  background: transparent;
  border: transparent;
}

.blog .side .mailchimp #mc_embed_signup .input-group-btn #mc-embedded-subscribe .btn {
  height: 55px;
  line-height: 20px;
  padding: 15px 25px;
  font-size: 0;
}

.blog .side .mailchimp #mc_embed_signup input[type='email'] {
  width: 100%;
  text-indent: 17px;
  padding-right: 60px;
  font-weight: 400;
}

.blog .side .mailchimp #mc_embed_signup #mce-responses {
  padding: 0;
}

.blog .side .mailchimp #mc_embed_signup #mce-responses > div {
  padding: 20px 0;
}

.blog .side .tryfree {
  border-bottom: 2px solid #ddd;
}

.blog .side .tryfree .btn {
  background: transparent;
  border: 3px solid #259c9b;
  color: #259c9b;
  width: 100%;
  margin: 10px 0 30px;
  line-height: 56px;
  height: 60px;
  font-weight: 400;
}

.blog .side .tryfree .btn:hover {
  font-weight: 400;
  background: #259c9b;
  border: 3px solid #259c9b;
  color: #fff;
}

.blog .side .postlist li {
  border-bottom: 2px solid #ddd;
  margin: 0 0 40px 0;
  padding: 0 0 40px;
}

.blog .side .postlist li:last-child {
  border-bottom: 0;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 992px) {
  .blog {
    margin: 80px 0;
  }
}

.mtip {
  cursor: default;
  position: relative;
}

.mtip .mtipdata {
  position: absolute;
  left: -9999px;
  top: -9999px;
  width: 300px;
  transform: scale(0);
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  z-index: 999;
  box-shadow: 5px 5px 50px rgba(0, 0, 0, 0.6);
  background-color: #259c9b;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.mtip .mtipdata:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #259c9b transparent;
  position: absolute;
  top: -10px;
  bottom: auto;
  left: 50%;
  right: auto;
  margin-left: -10px;
}

.mtip .mtipdata[data-para='left']:after {
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #259c9b;
  right: -10px;
  left: auto;
  top: 50%;
  margin-top: -10px;
}

.mtip .mtipdata[data-para='right']:after {
  border-width: 10px 10px 10px 0;
  border-color: transparent #259c9b transparent transparent;
  left: 0;
  right: auto;
  top: 50%;
  margin-top: -10px;
}

.mtip .mtipdata[data-para='top']:after {
  border-width: 10px 10px 0 10px;
  border-color: #259c9b transparent transparent transparent;
  bottom: -10px;
  top: auto;
  left: 50%;
  right: auto;
  margin-left: -10px;
}

.mtip .mtipdata .container {
  max-width: 292px;
  margin: 4px;
  display: block;
  padding: 30px;
  background: #eee;
  font-size: 13px;
  line-height: 18px;
  text-align: justify;
  font-family: 'roboto';
  color: #333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.mtip .mtipdata .fa-times.close {
  position: absolute;
  right: 10px;
  left: auto;
  bottom: auto;
  top: 10px;
  color: #259c9b !important;
  cursor: pointer;
  width: 16px;
  height: 16px;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 16px;
  text-align: center;
  line-height: 16px;
  text-shadow: none;
}

.mtip .mtipdata .fa-times.close:hover {
  color: #1b6b6a !important;
}

.navbar-offset-anchor {
  position: absolute;
  top: -90px;
}

.navbar-offset-anchor-padded {
  position: absolute;
  top: -130px;
}

.navbar-offset-anchor-whatsnew {
  position: absolute;
  top: -85px;
}

.circle {
  display: block;
  background: #259C9B;
  width: 60px;
  height: 60px;
  border-radius: 60px;
}

/**
 * WIP
 * An icon effect that will scale the icon graphic and elastically expand
 * a border around it.
 *
 * Works in conjunction with .ourdna-carousel-nav, need to better abstract / merge styles together.
 */
.icon-scale-pop {
  position: relative;
  display: inline-block;
  font-size: 0px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 100;
  -webkit-backface-visibility: hidden;
}

.icon-scale-pop:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.icon-scale-pop {
  position: relative;
  background: #259C9B;
  -webkit-transition: background 0.6s, color 0.2s;
  -moz-transition: background 0.6s, color 0.2s;
  transition: background 0.6s, color 0.2s;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.icon-scale-pop:after {
  top: -7px;
  left: -7px;
  padding: 7px;
  box-shadow: 0 0 0 3px #313232;
  z-index: -1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: transform 0.3s cubic-bezier(0, 0, 0.5, 2);
  -o-transition: transform 0.3s cubic-bezier(0, 0, 0.5, 2);
  transition: transform 0.3s cubic-bezier(0, 0, 0.5, 2);
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
}

.active .icon-scale-pop {
  background: #313232;
  color: #41ab6b;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}

.active .icon-scale-pop:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.ourdna-carousel .carousel-inner {
  height: 350px;
  margin-top: 30px;
  color: #fff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}

@media screen and (min-width: 992px) {
  .ourdna-carousel .carousel-inner {
    margin-top: 80px;
  }
}

.ourdna-carousel .item-content {
  max-width: 390px;
  margin: 0 auto;
  padding-top: 40px;
  text-align: center;
}

.ourdna-carousel .item-content h2 {
  font-weight: 400;
  color: #ffe000;
  padding: 0 0 20px;
}

.ourdna-carousel .item-content .btn {
  margin-top: 20px;
}

.ourdna-carousel-nav {
  position: relative;
  margin: 0 20px;
}

.ourdna-carousel-nav li {
  padding-left: 10px;
  padding-right: 10px;
}

.ourdna-carousel-nav li img {
  width: 100%;
  height: auto;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media screen and (min-width: 992px) and (max-width: 1299px) {
  .ourdna-carousel-nav li {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (min-width: 1300px) {
  .ourdna-carousel-nav li {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.fade {
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.alert {
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 13px;
  border-width: 2px;
}

.alert .errorlist {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.alert-success {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.alert-dismissable {
  padding-left: 35px;
}

.alert-dismissable .close {
  top: -4px;
  opacity: 1;
  text-shadow: none;
}

.alert-dismissable .close:hover {
  color: inherit;
  opacity: 0.4;
}

.block-system-messages {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 998;
}

.block-system-messages .alert {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  max-width: 500px;
  margin: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
  border: none;
  border-radius: 5px;
  color: #333;
  padding: 50px 35px;
}

.block-system-messages .close,
.block-system-messages .close:hover {
  position: absolute;
  right: 10px;
  top: 5px;
  font-weight: 400;
  color: #259c9b;
  opacity: 1;
  filter: alpha(opacity=100);
}

.overlay {
  position: fixed;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 224, 0, 0.97);
  z-index: 9999;
}

.overlay-close {
  position: fixed;
  right: 20px;
  top: 20px;
  font-size: 24px;
  font-weight: bold;
  padding: 0;
  border: 0;
  background-color: transparent;
  z-index: 10000;
}

.overlay .btn-primary {
  color: #ffe000;
  border-color: #000;
  background-color: #000;
}

.overlay .btn-primary:hover {
  color: #000;
  border-color: #000;
  background-color: transparent;
}

/* Menu style */
.overlay-nav {
  text-align: center;
  position: relative;
  margin-left: 30px;
  margin-right: 30px;
}

.overlay-nav a {
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
}

.overlay-nav a:hover {
  color: #259C9B;
}

.overlay-nav .active {
  font-weight: bold;
}

@media screen and (min-height: 600px) {
  .overlay-nav {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 768px) {
  .overlay-nav {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
}

.overlay-nav-header,
.overlay-nav-footer {
  padding: 30px 0;
}

.overlay-nav-header a {
  margin: 0 10px;
}

.overlay-nav-list {
  position: relative;
  display: block;
  list-style: none;
  margin: 0 auto;
  padding: 20px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.overlay-nav-list li {
  display: block;
  margin: 15px 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.overlay-nav-list a {
  display: block;
}

.overlay-logo {
  width: 135px;
  height: 65px;
}

.overlay-footer {
  display: block;
  padding: 0 30px;
  text-align: center;
}

.overlay-footer a.social {
  margin-bottom: 0;
}

.overlay-footer a.social:hover {
  background-color: #000;
}

.overlay-footer a.social .fa {
  color: #ffe000;
  font-size: 1em;
}

.overlay-footer .list-inline {
  margin: 15px 0 0;
}

@media screen and (min-height: 600px) {
  .overlay-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: left;
    padding-bottom: 20px;
  }
  .overlay-footer .list-inline {
    text-align: right;
  }
}

/* Effects */
.overlay-slidedown {
  visibility: hidden;
  -webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
  -moz-transition: -moz-transform 0.4s ease-in-out, visibility 0s 0.4s;
  transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.overlay-slidedown.open {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  -moz-transition: -moz-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}

/*# sourceMappingURL=main.css.map */