/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
* {
  outline-style: none;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -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: rgba(0, 0, 0, 0);
}
body {
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #181617;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #5090cd;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2e6aa2;
  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: 0;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0;
  -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: 22px;
  margin-bottom: 22px;
  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: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 41px;
}
h2,
.h2 {
  font-size: 34px;
}
h3,
.h3 {
  font-size: 28px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
p {
  margin: 0 0 11px;
}
.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 87%;
}
mark,
.mark {
  background-color: #ffffff;
  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 {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #5090cd;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #3477b6;
}
.text-success {
  color: #00af9a;
}
a.text-success:hover,
a.text-success:focus {
  color: #007c6d;
}
.text-info {
  color: #5090cd;
}
a.text-info:hover,
a.text-info:focus {
  color: #3477b6;
}
.text-warning {
  color: #fcb740;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #fba40e;
}
.text-danger {
  color: #f3465a;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #f0162f;
}
.bg-primary {
  color: #fff;
  background-color: #5090cd;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #3477b6;
}
.bg-success {
  background-color: #ffffff;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #e6e6e6;
}
.bg-info {
  background-color: #ffffff;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #e6e6e6;
}
.bg-warning {
  background-color: #ffffff;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #e6e6e6;
}
.bg-danger {
  background-color: #ffffff;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e6e6e6;
}
.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 22px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  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.42857143;
  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.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 0;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #181617;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 0;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1167px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1167px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
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: 22px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
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 > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.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: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #ffffff;
}
.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 > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #ffffff;
}
.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: #f2f2f2;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #ffffff;
}
.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: #f2f2f2;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #ffffff;
}
.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: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #181617;
  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: 16px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0;
  -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 .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.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"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 36px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 33px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 49px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.form-group label {
  font-weight: normal;
  color: #181617;
  text-align: left;
  display: block;
}
.form-group label span {
  color: #f3465a;
  display: none;
}
.form-group label small {
  font-style: italic;
  color: #919191;
  margin-left: 15px;
  display: inline-block;
}
.form-group pre {
  border: none;
  font-size: 0.76em;
  padding: 0;
  background: transparent;
  text-align: left;
  color: #919191;
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 10px;
  display: block;
  margin-bottom: 0;
}
.form-group.is-required label span {
  display: inline-block;
}
.form-group.type-checkbox {
  position: relative;
}
.form-group.type-file {
  text-align: left;
}
.form-group.type-file label {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 10px;
}
.form-group.type-file .btn-trigger {
  margin-right: 20px;
}
.form-group.type-file input[type="file"] {
  position: absolute;
  top: -99999em;
  left: 0;
}
.form-group.type-file .alert {
  height: auto;
  padding: 15px;
  margin-bottom: 10px;
}
.form-group.type-file .alert strong {
  color: inherit;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 22px;
  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="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 38px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-sm {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 33px;
  min-height: 36px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.input-lg {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0;
}
select.input-lg {
  height: 49px;
  line-height: 49px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0;
}
.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 49px;
  min-height: 42px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 45px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}
.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: #00af9a;
}
.has-success.type-file .btn-trigger {
  border-color: #00af9a;
}
.has-success .form-control,
.has-success [type="checkbox"]:not(:checked) + label:before,
.has-success [type="checkbox"]:checked + label:before,
.has-success .mce-tinymce {
  border-color: #00af9a;
  -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,
.has-success [type="checkbox"]:not(:checked) + label:before:focus,
.has-success [type="checkbox"]:checked + label:before:focus,
.has-success .mce-tinymce:focus {
  border-color: #007c6d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #16ffe3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #16ffe3;
}
.has-success .input-group-addon {
  color: #00af9a;
  border-color: #00af9a;
  background-color: #ffffff;
}
.has-success .form-control-feedback {
  color: #00af9a;
}
.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: #fcb740;
}
.has-warning.type-file .btn-trigger {
  border-color: #fcb740;
}
.has-warning .form-control,
.has-warning [type="checkbox"]:not(:checked) + label:before,
.has-warning [type="checkbox"]:checked + label:before,
.has-warning .mce-tinymce {
  border-color: #fcb740;
  -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,
.has-warning [type="checkbox"]:not(:checked) + label:before:focus,
.has-warning [type="checkbox"]:checked + label:before:focus,
.has-warning .mce-tinymce:focus {
  border-color: #fba40e;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fedda4;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fedda4;
}
.has-warning .input-group-addon {
  color: #fcb740;
  border-color: #fcb740;
  background-color: #ffffff;
}
.has-warning .form-control-feedback {
  color: #fcb740;
}
.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: #f3465a;
}
.has-error.type-file .btn-trigger {
  border-color: #f3465a;
}
.has-error .form-control,
.has-error [type="checkbox"]:not(:checked) + label:before,
.has-error [type="checkbox"]:checked + label:before,
.has-error .mce-tinymce {
  border-color: #f3465a;
  -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,
.has-error [type="checkbox"]:not(:checked) + label:before:focus,
.has-error [type="checkbox"]:checked + label:before:focus,
.has-error .mce-tinymce:focus {
  border-color: #f0162f;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f9a6af;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f9a6af;
}
.has-error .input-group-addon {
  color: #f3465a;
  border-color: #f3465a;
  background-color: #ffffff;
}
.has-error .form-control-feedback {
  color: #f3465a;
}
.has-feedback label ~ .form-control-feedback {
  top: 27px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #5b5357;
}
@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: 29px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@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: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  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: 16px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.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: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #5090cd;
  border-color: #3c83c7;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #3477b6;
  border-color: #1d4367;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #3477b6;
  border-color: #2c649a;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3477b6;
  border-color: #2c649a;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #2c649a;
  border-color: #1d4367;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #5090cd;
  border-color: #3c83c7;
}
.btn-primary .badge {
  color: #5090cd;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #00af9a;
  border-color: #009684;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #007c6d;
  border-color: #001613;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #007c6d;
  border-color: #00584e;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #007c6d;
  border-color: #00584e;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #00584e;
  border-color: #001613;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #00af9a;
  border-color: #009684;
}
.btn-success .badge {
  color: #00af9a;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #002a48;
  border-color: #001b2f;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #000c15;
  border-color: #000000;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #000c15;
  border-color: #000000;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #000c15;
  border-color: #000000;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #002a48;
  border-color: #001b2f;
}
.btn-info .badge {
  color: #002a48;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #fcb740;
  border-color: #fcae27;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #fba40e;
  border-color: #a06703;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #fba40e;
  border-color: #e29004;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #fba40e;
  border-color: #e29004;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #e29004;
  border-color: #a06703;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #fcb740;
  border-color: #fcae27;
}
.btn-warning .badge {
  color: #fcb740;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #f3465a;
  border-color: #f12e45;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #f0162f;
  border-color: #960a1a;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #f0162f;
  border-color: #d50e25;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #f0162f;
  border-color: #d50e25;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #d50e25;
  border-color: #960a1a;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #f3465a;
  border-color: #f12e45;
}
.btn-danger .badge {
  color: #f3465a;
  background-color: #ffffff;
}
.btn-inverse {
  color: #ffffff;
  background-color: #181617;
  border-color: #332e31;
}
.btn-inverse:focus,
.btn-inverse.focus {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-inverse:hover {
  color: #ffffff;
  background-color: #000000;
  border-color: #131112;
}
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  color: #ffffff;
  background-color: #000000;
  border-color: #131112;
}
.btn-inverse:active:hover,
.btn-inverse.active:hover,
.open > .dropdown-toggle.btn-inverse:hover,
.btn-inverse:active:focus,
.btn-inverse.active:focus,
.open > .dropdown-toggle.btn-inverse:focus,
.btn-inverse:active.focus,
.btn-inverse.active.focus,
.open > .dropdown-toggle.btn-inverse.focus {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  background-image: none;
}
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled.focus,
.btn-inverse[disabled].focus,
fieldset[disabled] .btn-inverse.focus {
  background-color: #181617;
  border-color: #332e31;
}
.btn-inverse .badge {
  color: #181617;
  background-color: #ffffff;
}
.btn-link {
  color: #5090cd;
  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: #2e6aa2;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}
.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-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -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: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #181617;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #0b0a0a;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #5090cd;
}
.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: 14px;
  line-height: 1.42857143;
  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 dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: middle;
  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;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #5090cd;
  background-color: #ffffff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.alert {
  padding: 10px;
  margin-bottom: 22px;
  border: 0px solid transparent;
  border-radius: 0;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: 700;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
  font-weight: 700;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 30px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
  opacity: 1;
  filter: alpha(opacity=100);
}
.alert-dismissable .close i,
.alert-dismissible .close i {
  font-size: 18px;
}
.alert-success {
  background-color: #00af9a;
  border-color: #f2f2f2;
  color: #ffffff;
}
.alert-success hr {
  border-top-color: #e5e5e5;
}
.alert-success .alert-link {
  color: #007c6d;
}
.alert-success .close:hover {
  color: #ffffff;
}
.alert-info {
  background-color: #5090cd;
  border-color: #ededed;
  color: #ffffff;
}
.alert-info hr {
  border-top-color: #e0e0e0;
}
.alert-info .alert-link {
  color: #3477b6;
}
.alert-info .close:hover {
  color: #ffffff;
}
.alert-warning {
  background-color: #fcb740;
  border-color: #f2f2f2;
  color: #ffffff;
}
.alert-warning hr {
  border-top-color: #e5e5e5;
}
.alert-warning .alert-link {
  color: #fba40e;
}
.alert-warning .close:hover {
  color: #ffffff;
}
.alert-danger {
  background-color: #f3465a;
  border-color: #f2f2f2;
  color: #ffffff;
}
.alert-danger hr {
  border-top-color: #e5e5e5;
}
.alert-danger .alert-link {
  color: #f0162f;
}
.alert-danger .close:hover {
  color: #ffffff;
}
#alert {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 9998;
}
#alert .close {
  color: #fff;
  opacity: 0.9;
  filter: alpha(opacity=90);
  line-height: 16px;
  height: 16px;
}
#alert .close i {
  font-size: 16px;
}
#alert .close:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.panel {
  margin-bottom: 22px;
  background-color: #ffffff;
  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-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: 18px;
  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 #dddddd;
  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 > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.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-responsive:first-child > .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 > 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-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .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 td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th: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-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .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 td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th: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-responsive:last-child > .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 > 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-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .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 td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th: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-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .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 td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th: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 #dddddd;
}
.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-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 22px;
}
.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 #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #181617;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #181617;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #5090cd;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #5090cd;
  border-color: #5090cd;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #5090cd;
}
.panel-primary > .panel-heading .badge {
  color: #5090cd;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #5090cd;
}
.panel-success {
  border-color: #f2f2f2;
}
.panel-success > .panel-heading {
  color: #00af9a;
  background-color: #ffffff;
  border-color: #f2f2f2;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f2f2f2;
}
.panel-success > .panel-heading .badge {
  color: #ffffff;
  background-color: #00af9a;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f2f2f2;
}
.panel-info {
  border-color: #ededed;
}
.panel-info > .panel-heading {
  color: #5090cd;
  background-color: #ffffff;
  border-color: #ededed;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ededed;
}
.panel-info > .panel-heading .badge {
  color: #ffffff;
  background-color: #5090cd;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ededed;
}
.panel-warning {
  border-color: #f2f2f2;
}
.panel-warning > .panel-heading {
  color: #fcb740;
  background-color: #ffffff;
  border-color: #f2f2f2;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f2f2f2;
}
.panel-warning > .panel-heading .badge {
  color: #ffffff;
  background-color: #fcb740;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f2f2f2;
}
.panel-danger {
  border-color: #f2f2f2;
}
.panel-danger > .panel-heading {
  color: #f3465a;
  background-color: #ffffff;
  border-color: #f2f2f2;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f2f2f2;
}
.panel-danger > .panel-heading .badge {
  color: #ffffff;
  background-color: #f3465a;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f2f2f2;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  -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: 0;
}
.well-sm {
  padding: 9px;
  border-radius: 0;
}
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: 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: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.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-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 0;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.panel-body:after,
.modal-header:after,
.modal-footer: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;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url(img/fancybox_sprite.png);
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(img/fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(img/blank.gif);
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: visible !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(img/fancybox_overlay.png);
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url(img/fancybox_sprite@2x.png);
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url(img/fancybox_loading@2x.gif);
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
nav.main {
  position: fixed;
  top: -35px;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background-color: #181617;
  z-index: 9999;
  overflow: hidden;
  overflow: visible;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
nav.main:after {
  content: " ";
  display: block;
  clear: both;
}
nav.main > ul > li {
  /*
      &:last-child {
        > a {
          float: left;
        }
        &:after {
          content: " ";
          display: inline-block;
          width: @pXL;
          height: 1px;
          float: left;
        }
      } 
      */
}
nav.main > ul > li > a > img {
  width: 14px;
  height: 14px;
  opacity: 0.7;
  filter: alpha(opacity=70);
  margin-right: 3px;
  vertical-align: middle;
  margin-top: -3px;
}
nav.main > ul > li > a:hover > img {
  opacity: 1;
  filter: alpha(opacity=100);
}
nav.main > ul > li:first-child {
  margin-top: 0px;
}
nav.main > ul > li:first-child > a {
  padding-left: 5px;
}
nav.main > ul > li:first-child > a:before {
  display: none;
}
nav.main > ul > li.menu-partner {
  float: right;
}
nav.main > ul > li.menu-partner > a {
  padding-right: 5px;
  padding-top: 3px;
}
nav.main > ul > li.menu-partner > a:before {
  display: none;
}
nav.main > ul > li.menu-partner > a svg {
  width: 16px;
  height: 16px;
  fill: #fff;
}
nav.main ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
nav.main ul:after {
  content: " ";
  display: block;
  clear: both;
}
nav.main ul li {
  float: none;
  line-height: 28px;
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  display: block;
  margin: 0;
  vertical-align: middle;
  float: left;
  height: 30px;
  font-size: 12px;
}
nav.main ul li:first-child {
  float: left;
}
nav.main ul li:nth-child(2) a {
  padding-left: 10px !important;
}
nav.main ul li:nth-child(2) a:before {
  display: none !important;
}
nav.main ul li:first-child a:before {
  display: none !important;
}
nav.main ul li a {
  color: #fff;
  padding: 0 0 0 5px;
  display: block;
  text-align: center;
}
nav.main ul li a i {
  font-size: 20px;
  width: auto;
  padding-right: 10px;
  padding-left: 5px;
  display: block;
  width: 65px;
  margin: 0;
  padding: 0;
  margin-top: -1px !important;
  text-align: center;
}
nav.main ul li a i:before {
  margin: 0;
  width: 65px;
}
nav.main ul li a:hover {
  text-decoration: none;
  color: #c8c8c8;
}
nav.main ul li a {
  position: relative;
  padding-left: 15px;
  color: #cccccc;
  font-weight: 700;
}
nav.main ul li a:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: '\e80b';
  font-size: 7px;
  margin-right: 5px;
  vertical-align: middle;
  position: absolute;
  top: -1px;
  left: 3px;
  line-height: 30px;
  color: #858585;
}
nav.main ul li a:focus,
nav.main ul li a:active,
nav.main ul li a:hover,
nav.main ul li a.active {
  text-decoration: none;
  color: #fff;
}
nav.main ul li.has-submenu {
  position: relative;
}
nav.main ul li.has-submenu > a:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: '\f107';
  display: none;
}
nav.main ul li.has-submenu ul {
  position: absolute;
  top: -9999em;
  left: -1px;
  background-color: #181617;
  margin-top: -2px;
  width: 480px;
}
nav.main ul li.has-submenu ul li {
  display: block;
  line-height: 25px;
  height: 25px;
  float: none;
}
nav.main ul li.has-submenu ul li a {
  text-align: left;
  line-height: 25px;
  padding: 0 15px !important;
  display: inline-block;
}
nav.main ul li.has-submenu ul li a:before {
  display: none;
}
nav.main ul li.has-submenu ul li:last-child {
  height: 30px;
}
nav.main ul li.has-submenu ul li:last-child > a {
  padding-bottom: 5px !important;
}
nav.main ul li.has-submenu ul.columnized {
  overflow: hidden;
}
nav.main ul li.has-submenu ul.columnized > div {
  float: left;
}
nav.main ul li.has-submenu:hover > ul,
nav.main ul li.has-submenu.hover > ul {
  top: 100%;
}
nav.main ul li.has-submenu .resized li a {
  display: block;
  text-align: left;
}
#btn-responsive {
  position: fixed;
  top: 0;
  right: 0;
  border-radius: 0;
  z-index: 2;
  border: 0;
  padding: 0;
  border: #e2e2e2 1px solid;
  border-top: none;
  border-right: none;
  width: 30px;
  line-height: 29px;
  z-index: 9999;
  display: none;
  -webkit-transition: top 0.2s ease-in-out;
  -o-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
}
#btn-responsive i:before {
  margin: 0;
}
body.is-responsive #partner-menu {
  right: 30px;
}
body.is-responsive nav.main {
  padding-right: 0;
  overflow: hidden;
}
body.is-responsive nav.main ul li {
  font-size: 14px;
}
body.is-responsive nav.main ul li a {
  padding: 5px 0 !important;
}
body.is-responsive nav.main ul li ul li {
  font-size: 10px;
}
body.is-responsive nav.main > ul > li {
  display: block;
  float: none;
  height: auto;
  line-height: 20px;
  position: static;
}
body.is-responsive nav.main > ul > li > a {
  text-align: center;
  padding-left: 0 !important;
}
body.is-responsive nav.main > ul > li > a:before {
  display: none !important;
  top: 1px;
  left: 3px !important;
}
body.is-responsive nav.main > ul > li > a i {
  margin: 0 auto;
}
body.is-responsive nav.main > ul > li:nth-child(1) {
  display: block;
  height: 30px;
  line-height: 30px;
}
body.is-responsive nav.main > ul > li:nth-child(1) a {
  padding-top: 0 !important;
  padding-left: 0 !important;
}
body.is-responsive nav.main > ul > li:nth-child(2) {
  padding-right: 0;
}
body.is-responsive nav.main > ul > li:last-child a {
  display: block;
  float: none;
}
body.is-responsive nav.main > ul > li.has-submenu > a {
  margin-left: 22px;
}
body.is-responsive nav.main > ul > li.has-submenu > a:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: '\f107';
  font-size: 18px;
  height: 10px;
  line-height: 10px;
}
body.is-responsive nav.main > ul > li.has-submenu > ul {
  position: static;
  border: 0;
  width: 100% !important;
  display: none;
}
body.is-responsive nav.main > ul > li.has-submenu > ul li {
  padding-bottom: 0 !important;
  height: auto !important;
}
body.is-responsive nav.main > ul > li.has-submenu > ul li a {
  text-align: center !important;
  padding-bottom: 0 !important;
}
body.is-responsive nav.main > ul > li.has-submenu ul.columnized > div {
  width: 100% !important;
  float: none !important;
}
body.is-responsive #btn-responsive {
  display: block;
}
body.is-responsive.nav nav.main {
  height: auto;
  position: absolute;
  min-height: 100%;
}
body.is-responsive.nav nav.main ul > li:first-child > a {
  color: #fff !important;
}
body.is-responsive.nav nav.main ul li:first-child {
  display: block;
  width: 100%;
}
body.is-responsive.nav #btn-responsive .icon-menu:before {
  content: '\e806';
}
body.is-responsive.nav.sub-nav nav.main ul li a {
  color: #5c5c5c;
}
body.is-responsive.nav.sub-nav nav.main ul li a:hover {
  color: #ffffff;
}
body.is-responsive.nav.sub-nav nav.main > ul > li.has-submenu.hover a {
  color: #fff;
}
body.is-responsive.nav.sub-nav nav.main > ul > li.has-submenu.hover a:hover {
  color: #b3b3b3;
}
body.is-responsive.nav.sub-nav nav.main > ul > li.has-submenu.hover > a:after {
  content: '\f106';
}
body.is-responsive.nav.sub-nav nav.main > ul > li.has-submenu.hover > ul {
  display: block;
}
.spinner {
  width: 80px !important;
  height: 46px !important;
  background-color: #fff;
  margin: -20px -40px !important;
  float: none !important;
  animation: sk-rotateplane 1.2s infinite linear;
  position: fixed !important;
  top: 50%;
  left: 50%;
  display: none;
  z-index: 99999;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180deg);
  }
  74.99% {
    -webkit-transform: perspective(120px) rotateY(-89.9deg);
  }
  75% {
    -webkit-transform: perspective(120px) rotateY(90deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(0deg);
  }
}
@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  74.99% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-89.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-89.9deg);
  }
  75% {
    transform: perspective(120px) rotateX(-180deg) rotateY(90deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(90deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(0deg);
  }
}
body.loading .spinner {
  display: block;
}
body.loading.nav .spinner {
  display: none;
}
body.loading.blocking #block {
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
}
body.loading.blocking nav.main {
  z-index: 999;
}
body.loading.blocking .modal {
  z-index: 998;
}
body.not-home #partner-menu {
  top: 0;
}
body.not-home #btn-responsive {
  top: 0;
}
#partner-profile > header {
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 30px;
}
#partner-profile > header .logo {
  display: inline-block;
  margin-right: 25px;
}
#partner-profile > header h1 {
  display: inline-block;
  margin: 0;
  width: auto;
}
#partner-profile .row {
  clear: both;
}
#partner-profile .call {
  text-align: center;
  padding-bottom: 25px;
}
#partner-form footer {
  text-align: center;
}
input[name="pass_partner_email"] {
  position: absolute;
  top: -9999em;
  left: 0;
}
#main.partner .main-head {
  margin-top: -10px;
}
#main.partner .main-head .title {
  margin: 0;
}
#main.partner #password-form {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
#partner-form {
  margin-top: 35px;
  text-align: center;
}
#partner-form .panel-heading .title {
  margin: 0;
  text-align: center;
  font-size: 1.5em;
}
#partner-form .panel-body {
  padding-bottom: 35px;
}
#partner-form .form-group {
  display: inline-block;
  width: 30%;
  vertical-align: top;
  margin: 25px 1% 0;
}
#partner-form .form-group label {
  text-align: left;
}
#partner-form .form-group.type-richtext,
#partner-form .form-group.type-file {
  width: 94%;
}
#partner-profile {
  margin-top: 35px;
}
.well-profile {
  text-align: center;
  padding: 0;
}
.well-profile h1 {
  text-transform: none;
  margin: 20px 0 15px;
  font-size: 27.2px;
  padding-left: 25px;
  padding-right: 25px;
}
.well-profile .logo {
  display: block;
  width: 100%;
  background-image: none !important;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #fff;
  padding: 0;
}
.well-profile .logo img {
  max-width: 100%;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.well-profile .display-group {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: #e3e3e3 1px dotted;
}
.well-profile .display-group ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.well-profile .display-group ul .display-group {
  border-bottom: 0;
  margin-bottom: 0;
}
.well-profile .display-group a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.well-profile > * {
  padding-left: 25px;
  padding-right: 25px;
}
.well-profile > *:last-child {
  margin-bottom: 20px;
}
.well-profile > header {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: #e3e3e3 1px dotted;
  background-color: #ebebeb;
}
.well-profile .btn {
  margin-top: 15px;
  vertical-align: top;
  display: inline-block;
  margin-left: 30px;
  margin-right: 30px;
}
.well-profile .btn.btn-link {
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  font-size: 0.9em;
  margin-top: 10px;
}
.panel-profile {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel-profile .panel-body {
  padding: 25px 30px;
  background-color: #f7f7f7;
}
.panel-profile .panel-body > .title {
  display: block;
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.1em;
  padding-bottom: 15px;
  margin: 0;
}
.panel-profile .panel-body .display-group {
  color: #777777;
  font-size: 1.1em;
}
.panel-profile .panel-body .display-group strong {
  color: #515151;
}
.page-template-page-register #home .modal-content {
  max-width: 600px;
  margin: 25px auto;
}
.page-template-page-register #home .modal-content .modal-header .close {
  display: none;
}
#social {
  position: absolute;
  top: 0;
  right: 0;
}
#social.backwards {
  opacity: 0;
  filter: alpha(opacity=0);
}
#social h3 {
  display: none;
}
#social ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 30px;
}
#social ul li {
  display: block;
  float: left;
  margin: 0 0 1px 0;
}
#social ul li a {
  display: block;
  width: 30px;
  height: 30px;
  background-color: #181617;
  -webkit-box-shadow: 0 0 1px #848484;
  box-shadow: 0 0 1px #848484;
  text-align: center;
}
#social ul li a span {
  display: none;
}
#social ul li a i {
  color: #fff;
  line-height: 30px;
  font-size: 17px;
  text-align: center;
}
#social ul li a i:before {
  margin: 0;
}
#social ul li a:hover {
  background-color: #fff;
  text-decoration: none;
}
#social ul li a:hover i {
  color: #181617;
}
#social ul li.p a {
  background-color: #fff;
  color: #181617;
}
#social ul li.p a i {
  color: #181617;
}
body.intro #social {
  opacity: 0;
  filter: alpha(opacity=0);
}
#iframe {
  background-color: #fff;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 30px;
  display: none;
  overflow: hidden;
  z-index: 5;
  -webkit-transition: background-color 500ms ease-out;
  -o-transition: background-color 500ms ease-out;
  transition: background-color 500ms ease-out;
}
#iframe iframe {
  width: 100%;
  height: 100px;
  position: relative;
  margin-top: 0;
  z-index: 1;
  overflow: hidden;
}
#iframe.active {
  display: block;
}
body.loading nav.main {
  z-index: 9999;
}
#news {
  width: 799px;
  position: relative;
  background-color: #fff;
  height: 43px;
  margin-top: 1px;
  -webkit-box-shadow: 0 0 1px #636363;
  box-shadow: 0 0 1px #636363;
  overflow: hidden;
}
#news > a {
  position: absolute;
  bottom: 0;
  right: 0;
}
#news ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  float: left;
  width: 99999em;
}
#news ul li {
  display: block;
  overflow: hidden;
  float: left;
  line-height: 45px;
}
#news ul li:first-child {
  top: 0;
}
#news ul li > a {
  display: block;
  color: #181617;
}
#news ul li > a > div {
  text-align: left;
  overflow: hidden;
}
#news ul li > a > div > p {
  color: #181617;
  float: left;
  padding: 0 10px;
  margin: 0;
  font-size: 0.96em;
}
#news ul li > a > div > p > strong {
  display: inline-block;
  padding-right: 5px;
}
#news ul li > a > div > p > time {
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  float: left;
  padding: 0 10px 0 5px;
  position: relative;
  margin-top: -1px;
  font-weight: 700;
  text-transform: uppercase;
}
#news ul li > a:hover {
  background-color: #eee;
}
body > #logo {
  text-align: center;
  padding: 15px 0 30px;
  display: none;
}
body > #logo img {
  width: 120px;
  height: 37px;
}
@media (orientation: portrait) {
  body.home.section-home > #logo {
    display: block;
  }
}
article.commitment > div {
  padding: 15px 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  height: 100%;
}
article.commitment.excerpt > div .title {
  margin-top: 0;
  margin-bottom: 5px;
}
article.commitment.excerpt > div header {
  margin-bottom: 5px;
}
article.commitment.excerpt > div .body {
  color: #6f6f6f;
}
article.commitment.excerpt > div .tagline {
  overflow: hidden;
  color: #959595;
  border-bottom: #d5d5d5 1px solid;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
article.commitment.excerpt > div .tagline p,
article.commitment.excerpt > div .tagline address {
  margin: 0;
}
article.commitment.excerpt > div .description > * {
  margin: 0 0 10px 0;
}
article.commitment.excerpt > div .description > *:last-child {
  margin-bottom: 0;
}
article.commitment.single {
  margin-top: 35px;
}
article.commitment.single > div {
  padding: 0;
}
article.commitment.single header {
  padding: 15px 20px;
}
article.commitment.single header small {
  color: #919191;
}
article.commitment.single header .title {
  font-size: 27px;
  margin: 0 0 0;
  font-weight: 700;
}
article.commitment.single footer {
  padding: 0 0 15px;
  text-align: center;
}
article.commitment.single .card {
  display: block;
  border: #e5e5e5 1px solid;
  padding: 10px 15px;
  border-left: 0;
  border-right: 0;
}
article.commitment.single .card strong span {
  font-weight: normal;
}
article.commitment.single .body > div {
  padding: 20px;
}
article.commitment.single .body > div > .display-group {
  margin-bottom: 5px;
  color: #7a7a7a;
}
article.commitment.single .body > div > .display-group strong {
  color: #444444;
}
article.commitment.is-join {
  color: #888888;
}
article.commitment.is-join .card .logo {
  margin-left: 15px;
}
article.commitment.is-join .heading .title {
  margin: 0 0 5px 0;
  font-size: 16px;
}
article.commitment.is-join .heading .tagline > * {
  display: inline-block;
  margin: 0;
}
article.commitment.is-join > div {
  border: 0;
  border-top: #e5e5e5 1px solid;
}
.col-archive-commitments header.sep {
  margin-bottom: 0;
}
.col-archive-commitments .well-empty {
  margin-top: 20px;
}
.col-archive-commitments > .alert-full {
  padding: 20px;
  margin: 20px 0 0 0;
  text-align: center;
}
.col-archive-commitments > .alert-full p {
  font-weight: 400;
}
.col-archive-commitments > .alert-full .title {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 800;
}
.col-archive-commitments > .alert-full > * {
  margin: 10px 0 0 0;
}
.col-archive-commitments > .alert-full > *:first-child {
  margin-top: 0;
}
.col-archive-commitments > .btn {
  display: block;
}
.col-archive-commitments > .btn:before {
  content: "+";
  display: inline-block;
  font-size: 18px;
  margin-right: 5px;
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.commitments-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  padding-top: 20px;
}
.commitments-grid article.commitment {
  width: 50%;
  margin-bottom: 20px;
}
.commitments-grid article.commitment > div {
  margin: 0 10px;
}
.badge {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #ececec;
  border: #dadada 1px solid;
  color: #6f6f6f;
  font-weight: 400;
  margin-bottom: 3px;
}
.badge.badge-success {
  background-color: #aafff5;
  border-color: #77ffef;
}
#join-form .modal-body .form-group {
  width: 97% !important;
}
/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}
/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  border: 1px solid #aaa;
  background: #f8f8f8;
  border-radius: 0;
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: '\e805';
  position: absolute;
  top: 1px;
  left: 2px;
  font-size: 22px;
  line-height: 0.8;
  color: #5090cd;
  transition: all .2s;
  margin: 0;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 1px dotted blue;
}
/* hover style just for information */
[type="checkbox"] + label:hover:before {
  border: 1px solid #4778d9!important;
}
/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  /* support: IE8 */
}
.ui-front {
  z-index: 100;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  /* support: IE7 */
  font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
  width: 2.4em;
}
.ui-button-icons-only {
  width: 3.4em;
}
button.ui-button-icons-only {
  width: 3.7em;
}
/* button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}
.ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: .4em 1em;
}
/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}
/* button sets */
.ui-buttonset {
  margin-right: 7px;
}
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}
/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
}
.ui-menu .ui-menu {
  position: absolute;
}
.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px .4em;
  cursor: pointer;
  min-height: 0;
  /* support: IE7 */
  /* support: IE10, see #8844 */
}
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}
/* icon support */
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}
/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}
/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}
.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  /* Support: IE7 */
  overflow-x: hidden;
  padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}
.ui-selectmenu-open {
  display: block;
}
.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.ui-slider-horizontal {
  height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px;
}
.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}
.ui-spinner-up {
  top: 0;
}
.ui-spinner-down {
  bottom: 0;
}
/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px;
}
.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
  border-width: 2px;
}
/* Component containers
----------------------------------*/
.ui-widget {
  font-size: 1.1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff;
  color: #222222;
}
.ui-widget-content a {
  color: #222222;
}
.ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #cccccc;
  color: #222222;
  font-weight: bold;
}
.ui-widget-header a {
  color: #222222;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6;
  font-weight: normal;
  color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555555;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #999999;
  background: #dadada;
  font-weight: normal;
  color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #212121;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa;
  background: #ffffff;
  font-weight: normal;
  color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee;
  color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec;
  color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: alpha(opacity=70);
  /* support: IE8 */
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: alpha(opacity=35);
  /* support: IE8 */
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
  /* support: IE8 - See #6059 */
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}
/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-carat-1-n {
  background-position: 0 0;
}
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.ui-icon-carat-1-e {
  background-position: -32px 0;
}
.ui-icon-carat-1-se {
  background-position: -48px 0;
}
.ui-icon-carat-1-s {
  background-position: -64px 0;
}
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.ui-icon-carat-1-w {
  background-position: -96px 0;
}
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: '\f104';
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: '\f105';
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px;
}
/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: alpha(opacity=30);
  /* support: IE8 */
}
.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa;
  opacity: .3;
  filter: alpha(opacity=30);
  /* support: IE8 */
  border-radius: 8px;
}
/*
The jQuery UI Month Picker Version 3.0.3
https://github.com/KidSysco/jquery-ui-month-picker/

Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see
<http://www.gnu.org/licenses/gpl-3.0.txt>.
*/
.month-picker {
  display: inline-block;
  position: absolute;
  z-index: 9999;
}
.month-picker table {
  border-collapse: separate;
  border-spacing: 2px 2px;
}
.month-picker td {
  padding: 0px;
}
/*
Prevents the button labels from maving sligtly to the left
when applying the width CSS property to the buttons.
See: .month-picker-month-table button { width: 4.3em; }
*/
.month-picker .ui-button-text {
  padding: .4em 0;
}
.month-picker-header {
  margin: 3px 3px 0px 3px;
}
.month-picker-year-table {
  width: 100%;
  /*
    Makes sure the next/previous/jump years buttons are not unnecessarily
    selected if the user clicks them a couple of times fast.
    */
  -ms-user-select: none;
  /* IE 10+ */
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
/*
The plugin uses buttons with a transparent background in the year-table
(aka header) in order to look consistent with jQuery UI datepicker and to
make the year title a button that blends into the heading in the default state.

The plugin does this by removing the .ui-state-default class from (in MonthPicker.js)
the a tags (buttons) which also ends up removing the 1px border that it applies.

To prevent the button from resizing and moving everything around when you hover
in and out, we use a carefully constructed selector, which gets overroden by the
more specific .ui-state-hover/actove class selectors in the jquery-ui.css
that apply the visible borders that we want.

This selector applies a 1px transparent border that keeps the button
in the same size, but it doesen't hide the borders that .ui-state-hover/actove give us.
*/
.month-picker-year-table a {
  border: 1px solid transparent;
}
/*
Sets the size of the next/previous buttons,
and makes the buttons in the heading (year-table) sligtly bigger,
and removes the pointer cursor from the buttons in the heading (year-table).
*/
.month-picker-year-table .ui-button {
  font-size: 1.1em;
  width: 1.5em;
  height: 1.5em;
  cursor: default;
  margin: 0;
  background-color: #fff;
}
.month-picker-year-table .month-picker-title {
  text-align: center;
}
.month-picker-year-table .month-picker-title .ui-button {
  font-size: 1em;
  padding: .1em 0;
  width: 100%;
  font-weight: bold;
}
/*
The buttons in the heading (year-table) are slightly shrinked, but because jQuery ui and
the .month-picker .ui-button-text rule at the top of this CSS file apply some
padding which results in the button text being moved to the bottom of
the button.

This rule removes the unnecessary padding so the text in
the jump years button will be vericaly centred.
*/
.month-picker-year-table .ui-button-text {
  padding: 0;
}
.month-picker-month-table td {
  height: 35px;
  text-align: center;
}
/*
Makes sure the buttons stay in the same size when swithching
to the Jump years menu.
this also ensures that the entire menu dosen't resize itself
in response to the slightly bigger buttons in the Jump years menu.
 */
.month-picker-month-table .ui-button {
  width: 4.2em;
  margin: .2em;
}
.month-picker-open-button {
  height: 20px;
  width: 20px;
  vertical-align: bottom;
}
.month-picker-invalid-message {
  display: none;
  background-color: Yellow;
}
.month-picker-disabled {
  background-color: #e1e1e1;
}
.btn-danger {
  display: none !important;
}
#header-qip {
  background-color: #181617;
  background-image: url(img/bg-qip-large.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
  padding: 15px 0 0 0;
}
#header-qip:after {
  display: block;
  background-image: url(img/pattern.gif);
  height: 20px;
  margin-top: 40px;
  content: " ";
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#header-qip .partner-menu {
  margin-bottom: -10px;
}
#header-qip .partner-menu ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0;
  text-align: right;
}
#header-qip .partner-menu ul li {
  display: inline-block;
  line-height: 30px;
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
}
#header-qip .partner-menu ul li a {
  color: #fff;
  padding: 0 0 0 15px;
  line-height: 30px;
}
#header-qip .col-about {
  display: flex;
  align-items: center;
}
#header-qip .col-about > a {
  color: #fff;
  text-decoration: none;
}
#header-qip .col-about #qip-logo {
  width: 190px;
  height: auto;
  display: block;
  margin-bottom: 10px;
}
#header-qip .col-about > div {
  padding-left: 25px;
}
#header-qip .col-about > div a.title {
  color: #fff;
  text-decoration: none;
}
#header-qip .col-about > div .h1 {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px;
  display: block;
  font-size: 1.5em;
  margin: 0 0 5px;
}
#header-qip .col-about > div em {
  display: block;
  margin-bottom: 10px;
  font-size: 1.1em;
}
#header-qip .col-about > div p > a {
  color: #fff;
  opacity: 0.7;
  filter: alpha(opacity=70);
  text-decoration: underline;
}
html.qip,
body.section-quito-implementation-plan {
  height: 100%;
}
body.section-quito-implementation-plan .page-wrap-qip {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -60px;
  padding-bottom: 30px;
}
body.section-quito-implementation-plan .page-wrap-qip:after {
  content: "";
  display: block;
}
body.section-quito-implementation-plan .site-footer-qip,
body.section-quito-implementation-plan .page-wrap-qip:after {
  height: 60px;
}
body.section-quito-implementation-plan > footer {
  background-color: #181617;
  overflow: hidden;
  text-align: center;
  padding: 10px 0;
}
body.section-quito-implementation-plan > footer a {
  color: #fff;
}
body.section-quito-implementation-plan > footer a:hover,
body.section-quito-implementation-plan > footer a:active,
body.section-quito-implementation-plan > footer a:focus {
  text-decoration: none;
}
body.section-quito-implementation-plan > footer .title {
  text-align: left;
  float: left;
}
body.section-quito-implementation-plan > footer .title .h4 {
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
body.section-quito-implementation-plan > footer .title i {
  display: inline-block;
  font-size: 22px;
  width: 80px;
  margin-right: auto;
  vertical-align: middle;
}
body.section-quito-implementation-plan > footer .title i:before {
  margin: 0;
  width: auto;
}
body.section-quito-implementation-plan > footer ul {
  list-style: none;
  padding: 0;
  margin: 10px 0 0 0;
  float: right;
}
body.section-quito-implementation-plan > footer ul li {
  display: inline-block;
}
body.section-quito-implementation-plan > footer ul li a {
  padding: 0 10px;
}
body.post-type-archive-commitment .col-archive-sidebar {
  margin-top: -270px;
}
body.post-type-archive-commitment .col-archive-sidebar > div .modal-header .close {
  display: none;
}
body.post-type-archive-commitment .col-archive-sidebar > div .modal-header .modal-title {
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}
body.post-type-archive-commitment .col-archive-sidebar > div #register-form {
  margin-bottom: 25px;
}
body.post-type-archive-commitment .col-archive-sidebar > div #register-form .btn-link {
  display: none;
}
body.post-type-archive-commitment #header-qip .col-about {
  display: block;
}
body.post-type-archive-commitment #header-qip .col-about #qip-logo {
  width: 240px;
  margin-top: 20px;
}
body.post-type-archive-commitment #header-qip .col-about > div {
  padding-left: 0;
}
body.post-type-archive-commitment #header-qip .col-about > div .h1 {
  font-size: 2.2em;
  margin-top: 20px;
  margin-bottom: 10px;
}
body.post-type-archive-commitment #header-qip .col-about > div em {
  font-size: 1.5em;
}
body.post-type-archive-commitment #header-qip .col-about > div p {
  font-size: 1.1em;
}
body.post-type-archive-commitment #header-qip .col-about > div .btn {
  font-size: 1.2em;
  padding: 10px 20px;
}
.logo {
  display: inline-block;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: #fff;
}
.logo img {
  display: none;
  width: 100%;
  height: auto;
}
.logo.logo-full {
  height: auto;
}
.logo.logo-full img {
  display: block;
}
a.card {
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}
a.card .logo {
  width: 60px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
}
a.card div {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
a.card div > * {
  margin: 5px 0 0 0;
  display: block;
}
a.card div > *:first-child {
  margin-top: 0;
}
.well-empty {
  text-align: center;
}
.well-empty p {
  font-size: 1.2em;
}
.well-empty .btn {
  padding: 6px 12px;
  font-size: 15.6px;
  line-height: 1.3333333;
  border-radius: 0;
}
.well-empty > * {
  margin: 0 0 15px 0;
}
.well-empty > *:last-child {
  margin-bottom: 0;
}
.mce-tinymce {
  border-width: 1px !important;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.mce-statusbar .mce-wordcount {
  margin: 0;
  padding: 0;
  font-size: 12px;
  top: 2px;
  right: auto;
  left: 3px;
  color: #9d9d9d;
  visibility: visible !important;
}
.mce-statusbar .mce-flow-layout-item {
  margin: 0;
  padding: 4px;
  visibility: hidden;
}
header.sep {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}
header.sep:before {
  content: " ";
  width: 100%;
  height: 1px;
  background-color: #d3d3d3;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
header.sep .title {
  display: inline-block;
  font-size: 1em;
  text-align: center;
  margin: 0;
  padding: 0;
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 2;
  position: relative;
  margin-top: 0;
}
.dropzone .file {
  display: inline-block;
  padding: 15px;
  background-color: #f5f5f5;
  border: 2px solid #e3e3e3;
  border-radius: 0;
  -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);
  width: 230px;
  margin: 20px 20px 15px 0;
  text-align: center;
  color: #181617;
  position: relative;
}
.dropzone .file span {
  position: absolute;
  bottom: -15px;
  right: -15px;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #c2c2c2;
  color: #fff;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  margin: 0;
  cursor: pointer;
}
.dropzone .file span:hover {
  background-color: #f67685;
}
.dropzone .file span i {
  margin: 0;
  font-size: 20px;
  line-height: 35px;
}
.dropzone .file > i {
  font-size: 40px;
  color: #cccccc;
}
.dropzone .file img {
  max-width: 170px;
  height: auto;
}
.dropzone .file b {
  width: 100%;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
.dropzone .file em {
  display: block;
  color: #777777;
  font-size: 0.86em;
}
.dropzone .file.new {
  background-color: #f6f6f6;
  border: #e2e2e2 2px dashed;
}
.dropzone .file.new i {
  color: #a0a0a0;
}
.display-group ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.display-group.country ul li {
  display: inline-block;
  margin-right: 10px;
}
.display-group.country ul li span:after {
  display: inline-block;
  content: ",";
}
.display-group.country ul li:last-child span:after {
  display: none;
}
.display-group.file ul li {
  margin: 20px 20px 0 0;
  width: 214px;
  display: inline-block;
}
.display-group.file ul li .file-preview {
  display: block;
}
.display-group.file ul li .file-preview img {
  max-width: 100%;
  height: auto;
  padding: 3px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}
.display-group.file ul li .file-preview b {
  display: block;
  background-color: #f5f5f5;
  width: 100%;
  overflow: hidden;
  border: #fff 3px solid;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  position: relative;
}
.display-group.file ul li .file-preview b:before {
  content: "";
  display: block;
  padding-top: 56%;
}
.display-group.file ul li .file-preview b i {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 40px;
  color: #c2c2c2;
  margin: -27px 0 0 -20px;
}
.display-group.file ul li .file-preview b i:before {
  margin: 0;
}
.display-group.file ul li .file-preview em {
  display: block;
  margin-top: 10px;
  text-align: center;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.display-group.richtext ol,
.display-group.richtext ul,
.display-group.richtext p {
  margin-top: 15px;
}
.description.richtext a:not(.btn),
.display-group.commit_description a:not(.btn) {
  color: #5090cd;
}
.search-form {
  width: 200px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.search-form input {
  border: 0;
  background: transparent;
  border-bottom: #181617 2px solid;
  outline-style: none;
  height: 40px;
  line-height: 40px;
  padding-right: 35px;
  width: 100%;
  font-size: 14px;
}
.search-form input::-moz-placeholder {
  color: #181617;
  opacity: 1;
}
.search-form input:-ms-input-placeholder {
  color: #181617;
}
.search-form input::-webkit-input-placeholder {
  color: #181617;
}
.search-form input:focus {
  outline: 0;
}
.search-form button {
  background: transparent;
  border: 0;
  position: absolute;
  bottom: 0;
  right: 0;
}
.search-form button i {
  font-size: 1.2em;
}
.search-form button i:before {
  margin: 0;
}
.search-form button span {
  display: none;
}
#qip-filter .panel-heading {
  padding: 0;
}
#qip-filter .panel-heading .panel-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}
#qip-filter .panel-heading .panel-title a {
  display: block;
  padding: 10px 15px;
  line-height: 1.3;
}
#qip-filter .panel-heading .panel-title a:hover,
#qip-filter .panel-heading .panel-title a:focus,
#qip-filter .panel-heading .panel-title a:active {
  text-decoration: none;
}
#qip-filter .panel-collapse .checkbox {
  padding: 5px 15px;
}
#qip-filter .panel-group {
  margin-bottom: 0;
}
#qip-filter footer .btn {
  display: block;
  width: 100%;
}
#qip-filter footer .btn i {
  margin-right: 5px;
}
#qip-filter .panel-group .panel + .panel {
  margin-top: 0;
  border-top: 0;
}
#qip-filter input[type='text'] {
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}
.form-group.is-autocomplete {
  position: relative;
}
.form-group.is-autocomplete.binded .form-control-select {
  display: none;
}
.form-group.is-autocomplete .form-control {
  z-index: 1;
  position: relative;
}
.form-group.is-autocomplete textarea {
  max-width: 100%;
}
.form-group.is-autocomplete .suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 8;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  max-height: 1px;
  visibility: hidden;
  background-color: #eeeeee;
  overflow: auto;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}
.form-group.is-autocomplete .suggestions li {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  padding: 0 15px;
  cursor: pointer;
  display: none;
}
.form-group.is-autocomplete .suggestions li.hover {
  background-color: #5090cd;
  color: #fff;
}
.form-group.is-autocomplete .suggestions li.active {
  display: block;
}
.form-group.is-autocomplete.focus .suggestions {
  max-height: 195px;
  visibility: visible;
}
.form-group.is-autocomplete.focus .suggestions li.active {
  display: block;
}
.form-group.is-autocomplete.has-foot .suggestions {
  margin-top: -30px;
}
.form-group.type-date_time.binded input.timestamp {
  display: none;
}
.modal-title {
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}
.modal-footer {
  text-align: center;
  padding: 15px 0 5px;
}
.modal-footer .btn-link {
  display: block;
  margin-left: 0 !important;
}
#main .modal-header .close {
  display: none;
}
#main .modal-content {
  margin: 35px 0;
}
#main .modal-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
#main .modal-body .form-group {
  width: 30%;
  margin: 0 1% 20px;
}
#main .modal-body .form-group .form-control {
  width: 100%;
}
#main .modal-body .form-group.key-commit_title,
#main .modal-body .form-group.type-file {
  width: 94%;
}
#main .modal-body .form-group.is-autocomplete textarea {
  height: 35px;
}
#main .modal-body .form-group.type-richtext {
  width: 46%;
}
#main.register #register-form {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
#main.register #register-form .modal-body .form-group {
  width: 48%;
}
#main #login-form {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
#main #login-form .modal-body .form-group {
  width: 47%;
}
#modal-register .modal-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#modal-register .modal-body .form-group {
  width: 47%;
  margin: 0 1% 15px;
}
#modal-register .modal-body .form-group:last-child {
  margin-bottom: 0;
}
.archive h1 {
  display: none;
}
#joining-list header.sep {
  margin-bottom: 5px;
}
#joining-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#joining-list ul > li {
  margin: 0 0 15px 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
#partner-form .modal-body h2 {
  font-size: 19px;
  text-align: center;
  font-weight: 700;
  margin: 0;
  margin-top: 20px;
}
#partner-form .modal-body #interests {
  margin-top: 20px;
}
#partner-form .modal-body #interests > div {
  width: 29%;
  display: inline-block;
  text-align: left;
  margin: 0 1%;
}
.admin-options [type="checkbox"]:not(:checked),
.admin-options [type="checkbox"]:checked {
  position: static;
}
.admin-options .rating {
  width: 60px;
}
.pagination {
  display: block;
  text-align: center;
  padding: 20px 0;
  border-top: #ececec 2px solid;
}
.pagination > .container > * {
  display: inline-block;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  margin: 0 10px;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  color: #181617;
  text-indent: -9999px;
  white-space: nowrap;
  border: #5d5559 2px solid;
}
@media (max-width: 768px) {
  .pagination > .container > * {
    margin: 0 5px;
  }
}
.pagination > .container > *:hover,
.pagination > .container > *:focus,
.pagination > .container > *:active {
  text-decoration: none;
  background-color: #181617;
  border-color: #181617;
  color: #fff;
}
.pagination > .container > span {
  background-color: #181617;
  color: #fff;
  border-color: #181617;
}
#connect-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}
.page-template-page-connect {
  overflow: hidden;
  background-color: #181617;
  background-image: url(img/bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.page-template-page-connect #modal-login .modal-header .close {
  display: none;
}
.page-template-page-connect .modal-body small {
  line-height: 1;
}
.page-template-page-connect .modal-body em {
  text-align: center;
  font-size: 1em;
  padding: 15px;
  background-color: #ececec;
  display: block;
  margin-bottom: 10px;
}
.page-template-page-connect #view-panel {
  background-color: #e2e2e2;
  width: 80%;
  min-width: 250px;
}
.page-template-page-connect #view-panel .results {
  list-style: none;
  margin: 0;
  padding: 35px 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: top;
}
.page-template-page-connect #view-panel .results li {
  width: 31%;
  margin: 10px 1%;
}
@media (max-width: 992px) {
  .page-template-page-connect #view-panel .results li {
    width: 48%;
  }
}
@media (max-width: 768px) {
  .page-template-page-connect #view-panel .results li {
    width: 100%;
  }
}
.page-template-page-connect .connect-overlay {
  content: " ";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  z-index: 2;
}
.page-template-page-connect .connect-overlay:before {
  content: " ";
  display: block;
  background-image: url(img/connect-pattern.gif);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 30px;
  background-color: #00af9a;
}
.page-template-page-connect #main.connect {
  position: relative;
  z-index: 3;
  height: 100%;
  width: 100%;
}
.page-template-page-connect #main.connect .btn-settings {
  position: absolute;
  top: 35px;
  right: 0;
}
.page-template-page-connect #main.connect .btn-settings svg {
  fill: #fff;
  width: 20px;
  height: 20px;
}
.page-template-page-connect #connect-search {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 4px 0;
  position: absolute;
  top: 50%;
  padding-left: 250px;
  margin-top: -70px;
}
@media (max-width: 768px) {
  .page-template-page-connect #connect-search {
    padding-left: 150px;
  }
}
.page-template-page-connect #connect-search > small {
  text-align: center;
  color: #fff;
  display: block;
  padding-top: 15px;
}
.page-template-page-connect #connect-search > small a {
  color: #fff;
  text-decoration: underline;
}
.page-template-page-connect #connect-search > div {
  color: #fff;
  text-align: center;
  max-width: 600px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.page-template-page-connect #connect-search > div > i {
  font-size: 48px;
  width: 155px;
  display: block;
  text-align: center;
  margin: 0 auto 10px;
}
.page-template-page-connect #connect-search > div > i:before {
  margin: 0;
  display: block;
  width: 100%;
  padding: 0;
}
.page-template-page-connect #connect-search > div h1 {
  text-transform: uppercase;
  margin: 0 30px;
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 39px;
  font-style: italic;
  font-weight: 700;
}
@media (max-width: 768px) {
  .page-template-page-connect #connect-search > div h1 {
    font-size: 26px;
    margin: 0;
  }
}
.page-template-page-connect #connect-search > div h1 i {
  width: 135px;
  display: inline-block;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .page-template-page-connect #connect-search > div h1 i {
    width: 90px;
  }
}
.page-template-page-connect #connect-search > div h1 i:before {
  margin: 0;
  padding: 0;
  width: 100%;
}
.page-template-page-connect #connect-search > div h1 small {
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 39px;
  font-style: normal;
}
@media (max-width: 768px) {
  .page-template-page-connect #connect-search > div h1 small {
    font-size: 26px;
  }
}
.page-template-page-connect #connect-search > div p {
  font-size: 1.2em;
  margin: 5px auto 0;
  max-width: 600px;
  width: 90%;
}
.page-template-page-connect #connect-search > form {
  margin: 15px auto 0;
  position: relative;
  max-width: 600px;
  width: 90%;
}
.page-template-page-connect #connect-search > form input:focus {
  border-color: #00af9a;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 175, 154, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 175, 154, 0.6);
}
.page-template-page-connect #connect-search > form > i {
  position: absolute;
  top: 50%;
  right: 5px;
  font-size: 26px;
  margin-top: -19px;
  color: #c4c4c4;
  cursor: pointer;
}
.page-template-page-connect.searching #connect-search > form > i {
  color: #00c9b0;
}
#modal-connect-chat .modal-header {
  background-color: #00af9a;
  color: #fff;
}
#modal-connect-chat .modal-footer {
  display: flex;
}
#modal-connect-chat .modal-body {
  background-color: #e5e5e5;
  padding: 0;
}
#modal-connect-chat .modal-body > input {
  display: none;
}
#modal-connect-chat .modal-body .connect-alert {
  background-color: #fef0d7;
  text-align: center;
  padding: 10px;
  display: none;
}
#modal-connect-chat .modal-body .connect-alert.active {
  display: block;
}
.conversation ul {
  max-height: 200px;
  overflow: auto;
  list-style: none;
  margin: 0;
  padding: 4px;
}
.conversation ul li {
  display: block;
  margin: 5px 0;
  background-color: #fff;
  overflow: hidden;
  padding: 10px 15px;
  width: 90%;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}
.conversation ul li > * {
  display: block;
  margin: 10px 0 0;
}
.conversation ul li > *:first-child {
  margin-top: 0;
}
.conversation ul li > p {
  line-height: 1.3;
}
.conversation ul li > time {
  font-size: 11px;
  color: #919191;
  margin-top: 5px;
}
.conversation ul li.self {
  margin-left: 10%;
  background-color: #d3fffa;
}
li.citizen {
  position: relative;
  min-height: 70px;
  padding-left: 70px;
  background-color: #fff;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  cursor: pointer;
  margin: 6px;
  overflow: hidden;
}
@media (max-width: 768px) {
  li.citizen {
    padding-left: 0;
    text-align: center;
  }
}
li.citizen .img {
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -30px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
@media (max-width: 768px) {
  li.citizen .img {
    position: static;
    margin-top: 5px;
    margin: 5px auto;
  }
}
li.citizen > div {
  padding: 5px;
}
li.citizen > div > * {
  display: block;
  line-height: 1.3;
}
li.citizen > div > *.badge {
  display: inline-block;
  background-color: #00af9a;
  padding: 3px 8px;
  line-height: 12px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
li.citizen > div > *.badge:after {
  display: none;
}
li.citizen > div > *.country {
  font-size: 0.8em;
  text-transform: uppercase;
}
li.citizen > div > *.icon {
  background-color: #c4c4c4;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  display: inline-block;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  margin-left: 5px;
}
li.citizen > div > *.icon img {
  width: 15px;
  height: 15px;
}
li.citizen > div > em {
  color: #919191;
  font-size: 0.8em;
}
#my-connects {
  width: 250px;
  height: 100%;
  background-color: #e5e5e5;
  overflow: auto;
  position: relative;
}
@media (max-width: 768px) {
  #my-connects {
    width: 150px;
  }
}
#my-connects h3 {
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  margin: 0;
  display: block;
  width: 100%;
  line-height: 30px;
  background-color: #00af9a;
  color: #fff;
}
#my-connects > div {
  padding-top: 30px;
}
#my-connects > div ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
}
html.no-js nav.main {
  overflow: hidden;
}
body {
  padding-top: 30px;
}
body.init-iframe {
  padding-top: 0;
}
body > header > strong {
  display: none;
}
body > header > em {
  display: none;
}
body.section-modal > #main {
  padding-top: 0;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
}
body.section-modal > #main > .container {
  min-width: 100%;
}
body.section-modal > #main > .container .modal-header .close {
  display: none;
}
body.section-modal > #main > .container .modal-header .modal-title {
  text-align: center;
}
body.section-modal.page-template-page-update-partner > #main,
body.section-modal.page-template-page-commit > #main,
body.section-modal.page-template-page-about-qip > #main {
  display: block;
  max-width: 100%;
}
body.section-modal.page-template-page-update-partner > #main > .container,
body.section-modal.page-template-page-commit > #main > .container,
body.section-modal.page-template-page-about-qip > #main > .container {
  min-width: 0;
}
body.alert-on {
  margin-top: 30px;
}
body.alert-on .modal {
  top: 30px;
}
body.is-desktop #iframe {
  height: 100%;
}
body.is-desktop #iframe iframe {
  height: 100%;
}
body.is-desktop #iframe iframe {
  overflow: auto;
}
#alert {
  top: 30px;
}
@media (max-width: 1166px) and (orientation: landscape) {
  nav.main ul li {
    font-size: 10px;
  }
  nav.main ul li a:before {
    top: 0px;
    left: 3px;
  }
}
.btn-danger {
  padding: 0 !important;
  font-size: 10px !important;
}
#main.admin-event .modal-body .form-group.key-event_title,
#main.admin-event .modal-body .form-group.key-event_description {
  width: 94%;
}
#main.admin-event .modal-body .form-group.key-main_organization,
#main.admin-event .modal-body .form-group.key-partner_organization {
  width: 46%;
}
#main.admin-speaker .modal-content,
#main.admin-event .modal-content {
  margin-top: 20px;
}
#main.admin-speaker > .container > a,
#main.admin-event > .container > a {
  margin-top: 20px;
}
#main.admin-speaker .modal-body .form-group.key-speaker_title,
#main.admin-speaker .modal-body .form-group.key-speaker_description {
  width: 94%;
}
#main.admin-speaker .modal-body .form-group.type-file {
  width: 94%;
}
#main.admin-village .modal-body .form-group.type-richtext {
  width: 94%;
}
#main.admin-village .modal-body .form-group.type-file {
  width: 94%;
}
.admin-nav {
  margin-top: 35px;
}
.admin-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.admin-nav ul li {
  display: inline-block;
}
body.logged-in #main.speakers .table .display-group.file img {
  max-width: 120px;
  height: auto;
}
body.logged-in #main.speakers .table .display-group.file em {
  display: none;
}
body.logged-in .btn-remove {
  color: #f3465a;
  display: inline;
}
body.logged-in #main .modal-body .form-group.type-visibility,
body.logged-in #main .modal-body .form-group.key-event_closed {
  width: 94%;
}
body.logged-in.archive.not-preview #main > .container {
  width: 100% !important;
}
body.logged-in.archive.not-preview .table thead > tr > th:first-child {
  width: 25%;
}
body.logged-in.archive.not-preview .table thead > tr > th:nth-child(2) {
  width: 20%;
}
body.logged-in.archive.not-preview .table tbody > tr > td:first-child {
  font-weight: 700;
}
body.page-template-page-admin-press #main:before {
  content: " ";
  display: block;
  background-image: url(img/pattern.gif);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 30px;
}
#main .modal-content#press-form {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#main .modal-content#press-form h5 {
  margin-top: 0;
  font-size: 22px;
}
#main .modal-content#press-form .modal-body .form-group.key-press_title,
#main .modal-content#press-form .modal-body .form-group.key-press_description {
  width: 94%;
}
#main .modal-content#press-form .modal-body .form-group.key-press_organization_name {
  width: 62%;
}
body.viewing {
  overflow: hidden;
}
body.viewing #view-panel {
  right: 0;
}
body.viewing #block {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 98;
  background-color: rgba(0, 0, 0, 0.5);
}
#view-panel {
  position: fixed;
  background-color: #fff;
  width: 90%;
  height: 100%;
  max-width: 960px;
  top: 0;
  right: -90%;
  z-index: 99;
  overflow: auto;
  -webkit-transition: 0.2s ease-in-out right;
  -o-transition: 0.2s ease-in-out right;
  transition: 0.2s ease-in-out right;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
#view-panel #main.event {
  padding-top: 20px;
}
#view-panel #main.event .timeline > li.the-last {
  display: none;
}
#main.press:before {
  content: " ";
  display: block;
  background-image: url(img/pattern.gif);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 30px;
}
#main.press h1 {
  display: block !important;
  text-align: center;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: normal;
  margin: 30px 0 20px;
}
#main.press ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
#main.press ul li {
  text-align: center;
  width: 50%;
  padding: 0 10px 20px;
}
@media (max-width: 768px) {
  #main.press ul li {
    width: 100%;
  }
}
#main.press ul li > div {
  text-align: left;
  width: 100%;
  height: 100%;
  border: #dddddd 2px solid;
  padding: 15px 20px 20px;
}
#main.press ul li > div h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
}
#main.press ul li > div > a {
  position: relative;
  display: block;
  padding-left: 40px;
}
#main.press ul li > div > a svg {
  fill: #5090cd;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -15px;
}
#main.press ul li > div > a > h2 {
  margin-top: 0;
}
#main.press ul li > div > * {
  margin: 5px 0 0 0;
}
#main.press ul li > div > * a {
  word-wrap: break-word;
}
#main.press .article-content .block-child {
  margin-top: 5px;
}
#main.press .article-content .block-child h3 {
  font-size: 18px;
  border-left: #fcb740 2px solid;
  margin: 0;
}
#main.press .article-content .block-child h3 a {
  display: block;
  padding: 10px;
}
#main.press .article-content .block-child h3 a:hover,
#main.press .article-content .block-child h3 a:active,
#main.press .article-content .block-child h3 a:focus {
  text-decoration: none;
}
#main.press .article-content .block-child h3 a:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: '\f106';
}
#main.press .article-content .block-child h3 a.collapsed:after {
  content: '\f107';
}
#main.press .article-content .collapse-link:hover,
#main.press .article-content .collapse-link:active,
#main.press .article-content .collapse-link:focus {
  text-decoration: none;
}
#main.press .article-content .collapse-link:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: '\f106';
}
#main.press .article-content .collapse-link.collapsed:after {
  content: '\f107';
}
#main.press .article-content .b-a-block br {
  display: none;
}
#main.press.livestream section {
  overflow: hidden;
}
#main.press.livestream section header {
  display: block;
  width: 100%;
  clear: both;
}
#main.press.livestream section header h2 {
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 30px;
}
#main.press.livestream section article {
  width: 50%;
  float: left;
  text-align: center;
  padding: 0 15px 20px;
}
@media (max-width: 1167px) {
  #main.press.livestream section article {
    width: 100%;
  }
}
#main.press.livestream section article a h3 {
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  margin-top: 0;
}
#main.press.clipping form {
  display: flex;
  background-color: #f1f1f1;
  border: #e0e0e0 2px solid;
  justify-content: center;
  margin: 0 10px 15px;
}
#main.press.clipping form > * {
  padding: 20px;
  width: 20%;
}
#main.press.clipping form .form-group {
  margin-bottom: 0;
}
#main.press.clipping form .form-group label {
  display: none;
}
#main.press.clipping form .form-group .dep {
  display: none;
}
#main.press.clipping form .form-group .dep .form-group {
  display: none;
}
#main.press.clipping form .form-group .dep .form-group label {
  display: none;
}
#main.press.clipping form .form-group .dep .form-group.active {
  display: block;
}
#main.press.clipping form .form-group.selecting {
  width: 40%;
}
#main.press.clipping form .form-group.selecting .dep {
  display: block;
}
#main.press.clipping form .form-group.selecting > .form-control,
#main.press.clipping form .form-group.selecting .dep {
  width: 50%;
  float: left;
}
#main.press.clipping ul li {
  padding-bottom: 0;
  margin-bottom: 20px;
  width: 25%;
}
@media (min-width: 1167px) {
  #main.press.clipping ul li {
    width: 20%;
  }
}
@media (min-width: 1366px) {
  #main.press.clipping ul li {
    width: 16.66%;
  }
}
@media (max-width: 992px) {
  #main.press.clipping ul li {
    width: 33.33%;
  }
}
@media (max-width: 768px) {
  #main.press.clipping ul li {
    width: 50%;
  }
}
@media (max-width: 480px) {
  #main.press.clipping ul li {
    padding: 0 5px;
  }
}
#main.press.clipping ul li.highlight {
  width: 50%;
}
@media (min-width: 1167px) {
  #main.press.clipping ul li.highlight {
    width: 40%;
  }
}
@media (min-width: 1366px) {
  #main.press.clipping ul li.highlight {
    width: 33.33%;
  }
}
@media (max-width: 992px) {
  #main.press.clipping ul li.highlight {
    width: 66.66%;
  }
}
@media (max-width: 768px) {
  #main.press.clipping ul li.highlight {
    width: 100%;
  }
}
@media (max-width: 480px) {
  #main.press.clipping ul li.highlight {
    width: 100%;
  }
}
#main.press.clipping ul li > div {
  border: #e2e2e2 2px solid;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
#main.press.clipping ul li > div > a {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 10px;
  display: block;
  width: 100%;
  margin-top: 0;
}
#main.press.clipping ul li > div > a img {
  width: 100%;
  height: auto;
}
#main.press.clipping ul li > div > div {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
}
#main.press.clipping ul li > div > div h2 {
  margin-top: 0;
  font-size: 1.4em;
}
#main.press.clipping ul li > div strong {
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#main.press.clipping ul li > div:hover {
  border-color: #c4c4c4;
  background-color: #f7f7f7;
}
#main.press.clipping ul li.highlight > div > div h2 {
  font-size: 1.8em;
}
@media (max-width: 480px) {
  #main.press.clipping ul li:not(.highlight) {
    font-size: 80%;
  }
  #main.press.clipping ul li:not(.highlight) > div > div {
    padding-left: 10px;
    padding-right: 10px;
  }
  #main.press.clipping ul li:not(.highlight) > div > div h2 {
    font-size: 1.1em;
  }
}
#main.press.clipping > .container {
  width: 100% !important;
}
html.no-js #main.press.clipping form .dep {
  display: none !important;
}
.main-venues {
  text-align: center;
}
.main-venues h1 {
  display: none;
}
.main-venues > .container {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
.main-venues > .container a {
  width: 48%;
  border: #dddddd 2px solid;
  padding: 20px;
  height: 160px;
  display: flex;
  position: relative;
  align-items: center;
  margin: 0 1% 20px;
  color: #181617;
}
@media (max-width: 768px) {
  .main-venues > .container a {
    margin-bottom: 10px;
    height: 180px;
  }
}
.main-venues > .container a h2 {
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 24px;
}
@media (max-width: 768px) {
  .main-venues > .container a h2 {
    font-size: 20px;
  }
}
.main-venues > .container a:hover {
  text-decoration: none;
  background-color: #efefef;
}
#main.podcasts ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
#main.podcasts ul li {
  width: 50%;
}
@media (max-width: 768px) {
  #main.podcasts ul li {
    width: 100%;
  }
}
#main.podcasts ul li a {
  border: #c4c4c4 2px solid;
  width: 100%;
  height: 100%;
  display: block;
  padding: 20px;
  position: relative;
  margin: 0;
  padding-left: 56.25px;
  text-align: left;
}
#main.podcasts ul li a svg {
  fill: #5090cd;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 20px;
  left: 15px;
}
#main.podcasts h2 {
  text-align: center;
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 13px;
  text-align: left;
}
.fb_iframe_widget {
  top: -5px;
}
#main.blog:before {
  content: " ";
  display: block;
  background-image: url(img/pattern.gif);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 30px;
}
#main.blog .main-title {
  text-transform: uppercase;
  text-align: center;
  margin-top: 0;
}
#main.blog section {
  max-width: 800px;
  width: 80%;
  margin: 0 auto;
  padding-bottom: 20px;
}
#main.blog section .modal-body .form-group {
  width: 100%;
}
#main.blog section .modal-body .form-group label {
  display: none;
}
#main.blog section .main-title {
  text-align: center;
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  display: block;
  font-size: 40px;
  text-transform: uppercase;
  padding-top: 40px;
}
#main.blog section .main-title a {
  color: #181617;
  text-decoration: none;
}
#main.blog section > ul {
  list-style: none;
  margin: 35px 0 0 0;
  padding: 0;
}
#main.blog section > ul > li {
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  padding: 0;
  margin: 0 0 40px;
}
#main.blog section > ul > li article {
  overflow: hidden;
  position: relative;
  color: #919191;
  font-size: 1em;
  line-height: 1.6;
}
#main.blog section > ul > li article > header {
  display: block;
  width: 100%;
  padding: 35px;
  padding-bottom: 0;
  z-index: 2;
}
#main.blog section > ul > li article > header > span {
  display: block;
}
#main.blog section > ul > li article > header > span b {
  float: right;
  color: #181617;
}
#main.blog section > ul > li article > header .title {
  color: #181617;
  font-size: 2em;
  line-height: 1.1;
  max-width: 800px;
  margin-bottom: 10px;
  text-transform: none;
  text-align: left;
}
#main.blog section > ul > li article > header .title a {
  text-decoration: none;
  color: #181617;
}
#main.blog section > ul > li article > header .title a:hover {
  color: #5090cd;
}
#main.blog section > ul > li article > blockquote {
  margin-left: 35px;
  margin-right: 35px;
}
#main.blog section > ul > li article blockquote {
  padding: 10px 20px;
  background-color: #f9f9f9;
  border: 0;
  border-bottom: #d5d5d5 3px solid;
  margin-top: 10px;
  margin-bottom: 15px;
  width: auto;
  display: block;
  float: none;
  padding-bottom: 15px;
}
#main.blog section > ul > li article blockquote:last-child {
  margin-top: 0;
  margin-bottom: 35px;
}
#main.blog section > ul > li article blockquote cite {
  padding-top: 10px;
  display: block;
  max-width: 600px;
}
#main.blog section > ul > li article blockquote cite > * {
  display: block;
  line-height: 1.2;
}
#main.blog section > ul > li article blockquote cite em {
  margin-top: 10px;
  font-size: 0.8em;
}
#main.blog section > ul > li article blockquote cite strong {
  color: #181617;
  font-style: normal;
  font-size: 0.8em;
}
#main.blog section > ul > li article blockquote cite strong span {
  font-weight: normal;
}
#main.blog section > ul > li article blockquote p {
  font-size: 0.8em;
  margin-top: 5px;
  font-weight: 300;
  margin-bottom: 0;
}
#main.blog section > ul > li article .gallery {
  padding: 0 35px;
  padding-top: 0;
  overflow: hidden;
  position: relative;
}
#main.blog section > ul > li article .gallery .img {
  width: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 1;
  display: block;
  margin: 0;
  position: relative;
}
#main.blog section > ul > li article .gallery .img:before {
  content: "";
  display: block;
  padding-top: 60%;
}
#main.blog section > ul > li article .gallery .img img {
  display: none;
}
@media (max-width: 768px) {
  #main.blog section > ul > li article .gallery .img {
    width: 100% !important;
  }
}
#main.blog section > ul > li article .gallery .img .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  display: block;
  width: 100%;
  margin-left: 2px;
  margin: 0;
  font-size: 0.7em;
  color: #fff;
  padding-left: 20px;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
  z-index: 1;
  padding-top: 20px;
  display: none;
}
#main.blog section > ul > li article .gallery .img:hover .caption {
  display: block;
}
#main.blog section > ul > li article .gallery .img > b {
  width: 2px;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  display: block;
  margin: 0;
  z-index: 2;
}
#main.blog section > ul > li article .gallery .img > b:nth-child(even) {
  width: 100%;
  height: 2px;
}
#main.blog section > ul > li article .gallery.gallery-1 .img {
  width: 100%;
}
#main.blog section > ul > li article .gallery.gallery-2 .img {
  float: left;
  width: 50%;
}
#main.blog section > ul > li article .gallery.gallery-3 .img {
  float: left;
  position: relative;
  width: 100%;
  overflow: hidden;
  width: 50%;
}
#main.blog section > ul > li article .gallery.gallery-3 .img:before {
  content: "";
  display: block;
  padding-top: 50%;
}
#main.blog section > ul > li article .gallery.gallery-3 .img:first-child,
#main.blog section > ul > li article .gallery.gallery-3 .img:nth-child(5) {
  position: relative;
  width: 100%;
  overflow: hidden;
  width: 50%;
  z-index: 100;
}
#main.blog section > ul > li article .gallery.gallery-3 .img:first-child:before,
#main.blog section > ul > li article .gallery.gallery-3 .img:nth-child(5):before {
  content: "";
  display: block;
  padding-top: 100%;
}
#main.blog section > ul > li article .gallery.gallery-3 .img:nth-child(6) {
  z-index: 99;
}
#main.blog section > ul > li article .gallery.gallery-3 .img:nth-child(6) {
  position: absolute;
  bottom: 0;
  left: 35px;
  padding-right: 35px;
  overflow: hidden;
}
#main.blog section > ul > li article > div {
  width: 100%;
  padding: 20px 35px;
}
#main.blog section > ul > li article > div p,
#main.blog section > ul > li article > div li {
  font-weight: 300;
}
#main.blog section > ul > li article > div strong {
  color: #181617;
}
#main.blog section > ul > li article > div ol {
  list-style-type: none;
  padding: 0;
}
#main.blog section > ul > li article > div ol li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 40px;
}
#main.blog section > ul > li article > div ol li .bullet {
  position: absolute;
  top: -5px;
  left: 0;
}
#main.blog section > ul > li article > div ol li .bullet.bullet-number {
  font-size: 1.5em;
  color: #c4c4c4;
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #181617;
}
#main.blog section > ul > li article > div .read-more {
  border: #181617 2px solid;
  background-color: #181617;
  padding: 5px 10px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
}
#main.blog section > ul > li article > div .read-more:hover {
  background-color: #fff;
  color: #181617;
}
#main.blog section > ul > li article > div > * {
  margin-bottom: 15px;
}
#main.blog section > ul > li article > div > * > * {
  display: block;
  margin: 0 0 15px;
}
#main.blog section > ul > li article > div > *:last-child {
  margin-bottom: 0;
}
#main.blog section > ul > li article > div.share-buttons {
  padding-top: 0;
  padding-bottom: 0;
}
#main.blog section > ul > li article > div.share-buttons .fb_iframe_widget {
  top: 0;
}
#main.blog section > ul > li article > * {
  display: block;
}
#comments {
  display: none;
}
