@import "chosen.css";
/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
*,
*:before,
*:after {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #eeeeee;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input,
select[multiple],
textarea {
  background-image: none;
}
a {
  color: #4db3d0;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2c8aa5;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #eeeeee;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all all 0.2s ease-in-out ease-out;
  -moz-transition: all all 0.2s ease-in-out ease-out;
  -o-transition: all all 0.2s ease-in-out ease-out;
  transition: all all 0.2s ease-in-out ease-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 #d5d5d5;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
p {
  margin: 0 0 11px;
}
.lead {
  margin-bottom: 22px;
  font-size: 18.4px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #4db3d0;
}
.text-warning {
  color: #1c5768;
}
.text-danger {
  color: #b94a48;
}
.text-success {
  color: #468847;
}
.text-info {
  color: #ffffff;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
h4,
h5,
h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
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;
}
h1 small,
.h1 small {
  font-size: 28px;
}
h2 small,
.h2 small {
  font-size: 20px;
}
h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 16px;
}
.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;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 22px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 1200px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.42857143;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre.prettyprint {
  margin-bottom: 22px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-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 {
  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 {
  float: left;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-12 {
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
  .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 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
  .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 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
  .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 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  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: #eeeeee;
}
.table-condensed thead > tr > th,
.table-condensed tbody > tr > th,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  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 > 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: #dff0d8;
  border-color: #d6e9c6;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
  background-color: #d0e9c6;
  border-color: #c9e2b3;
}
.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: #f2dede;
  border-color: #eed3d7;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
  background-color: #ebcccc;
  border-color: #e6c1c7;
}
.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: #fcefca;
  border-color: #fcefca;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
  background-color: #fbe8b2;
  border-color: #fbe8b2;
}
@media (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
    background-color: #fff;
  }
  .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 > thead > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > thead > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
.form-control:-moz-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-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;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  -moz-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  -o-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
}
.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);
  -moz-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[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 22px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 48px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 48px;
  line-height: 48px;
}
textarea.input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label {
  color: #1c5768;
}
.has-warning .form-control {
  border-color: #1c5768;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #113540;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #329ab8;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #329ab8;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #329ab8;
}
.has-warning .input-group-addon {
  color: #1c5768;
  border-color: #1c5768;
  background-color: #fcefca;
}
.has-error .help-block,
.has-error .control-label {
  color: #b94a48;
}
.has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede;
}
.has-success .help-block,
.has-success .control-label {
  color: #468847;
}
.has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}
.form-control-static {
  margin-bottom: 0;
  padding-top: 7px;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  white-space: nowrap;
  -o-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-primary {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-warning {
  color: #1c5768;
  background-color: #f3c50c;
  border-color: #dbb10b;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #1c5768;
  background-color: #cca50a;
  border-color: #a08208;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f3c50c;
  border-color: #dbb10b;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-success {
  color: #ffffff;
  background-color: #b2bb1c;
  border-color: #9da519;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #909817;
  border-color: #6a7011;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #b2bb1c;
  border-color: #9da519;
}
.btn-info {
  color: #ffffff;
  background-color: #e0e0d3;
  border-color: #d5d5c4;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #cfcfbb;
  border-color: #bcbca0;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #e0e0d3;
  border-color: #d5d5c4;
}
.btn-link {
  color: #4db3d0;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-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: #2c8aa5;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  -webkit-transition: all opacity 0.15s linear ease-out;
  -moz-transition: all opacity 0.15s linear ease-out;
  -o-transition: all opacity 0.15s linear ease-out;
  transition: all opacity 0.15s linear ease-out;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
  -webkit-transition: all height 0.35s ease ease-out;
  -moz-transition: all height 0.35s ease ease-out;
  -o-transition: all height 0.35s ease ease-out;
  transition: all height 0.35s ease ease-out;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-briefcase:before {
  content: "\1f4bc";
}
.glyphicon-calendar:before {
  content: "\1f4c5";
}
.glyphicon-pushpin:before {
  content: "\1f4cc";
}
.glyphicon-paperclip:before {
  content: "\1f4ce";
}
.glyphicon-camera:before {
  content: "\1f4f7";
}
.glyphicon-lock:before {
  content: "\1f512";
}
.glyphicon-bell:before {
  content: "\1f514";
}
.glyphicon-bookmark:before {
  content: "\1f516";
}
.glyphicon-fire:before {
  content: "\1f525";
}
.glyphicon-wrench:before {
  content: "\1f527";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted;
  content: "";
}
.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;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-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: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #4db3d0;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #4db3d0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 1200px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
.btn-default .caret {
  border-top-color: #333333;
}
.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #fff;
}
.dropup .btn-default .caret {
  border-bottom-color: #333333;
}
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group {
  float: left;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group-xs > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
  padding: 1px 5px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px;
  padding: 12px 24px;
  font-size: 16px;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-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 .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified .btn {
  float: none;
  display: table-cell;
  width: 1%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group.col {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 48px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 48px;
  line-height: 48px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  line-height: 33px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #4db3d0;
}
.nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ffffff;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ffffff;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #eeeeee;
  border: 1px solid #ffffff;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
.nav-tabs.nav-justified > li > a {
  border-bottom: 1px solid #dddddd;
  margin-right: 0;
}
.nav-tabs.nav-justified > .active > a {
  border-bottom-color: #eeeeee;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 5px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #4db3d0;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  border-bottom: 1px solid #dddddd;
  margin-right: 0;
}
.nav-tabs-justified > .active > a {
  border-bottom-color: #eeeeee;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.tabbable:after {
  clear: both;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.tabbable:after {
  clear: both;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.nav .caret {
  border-top-color: #4db3d0;
  border-bottom-color: #4db3d0;
}
.nav a:hover .caret {
  border-top-color: #2c8aa5;
  border-bottom-color: #2c8aa5;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  z-index: 1000;
  min-height: 50px;
  margin-bottom: 22px;
  border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar:after {
  clear: both;
}
@media (min-width: 1200px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 1200px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 1200px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 1200px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  border-width: 0 0 1px;
}
@media (min-width: 1200px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  border-width: 0 0 1px;
}
@media (min-width: 1200px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  z-index: 1030;
  top: 0;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
}
.navbar-brand {
  float: left;
  padding: 14px 15px;
  font-size: 20px;
  line-height: 22px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 1200px) {
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 1200px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 22px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 1200px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
@media (min-width: 1200px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 7px;
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 1200px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav li.dropdown {
  min-width: 185px;
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px;
}
.navbar-text {
  float: left;
  margin-top: 14px;
  margin-bottom: 14px;
}
@media (min-width: 1200px) {
  .navbar-text {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e6e6e6;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-inverse {
  background-color: #4db3d0;
  border-color: #4db3d0;
}
.navbar-inverse .navbar-brand {
  color: #ffffff;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: #319bb9;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #319bb9;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #319bb9;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #34a5c5;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #319bb9;
  color: #ffffff;
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #4db3d0;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: #319bb9;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #319bb9;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #ffffff;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #ffffff;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #4db3d0;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #4db3d0;
  border-color: #4db3d0;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 22px 0;
  list-style: none;
  text-align: center;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #4db3d0;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #319bb9;
}
.label-success {
  background-color: #b2bb1c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #888f15;
}
.label-info {
  background-color: #e0e0d3;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #cbcbb5;
}
.label-warning {
  background-color: #f3c50c;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #c29e0a;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #4db3d0;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #eeeeee;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.btn .badge {
  position: relative;
  top: -1px;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #ffffff;
  background-color: #21687d;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 200;
  line-height: 2.14285714;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1 {
  line-height: 1;
  color: inherit;
}
.jumbotron p {
  line-height: 1.4;
}
.container .jumbotron {
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1 {
    font-size: 72px;
  }
}
.thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #eeeeee;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all all 0.2s ease-in-out ease-out;
  -moz-transition: all all 0.2s ease-in-out ease-out;
  -o-transition: all all 0.2s ease-in-out ease-out;
  transition: all all 0.2s ease-in-out ease-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
  display: block;
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #4db3d0;
}
.thumbnail > img {
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #356635;
}
.alert-info {
  background-color: #267991;
  border-color: #31b2b9;
  color: #ffffff;
}
.alert-info hr {
  border-top-color: #2b9ea5;
}
.alert-info .alert-link {
  color: #e6e6e6;
}
.alert-warning {
  background-color: #fcefca;
  border-color: #fcefca;
  color: #1c5768;
}
.alert-warning hr {
  border-top-color: #fbe8b2;
}
.alert-warning .alert-link {
  color: #113540;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger hr {
  border-top-color: #e6c1c7;
}
.alert-danger .alert-link {
  color: #953b39;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 22px;
  margin-bottom: 22px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  background-color: #4db3d0;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
  -webkit-transition: all width 0.6s ease ease-out;
  -moz-transition: all width 0.6s ease ease-out;
  -o-transition: all width 0.6s ease ease-out;
  transition: all width 0.6s ease ease-out;
}
.progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #b2bb1c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #e0e0d3;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f3c50c;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #e0e0d3;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #4db3d0;
  border-color: #4db3d0;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #eef8fb;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 22px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.panel-body:after {
  clear: both;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table {
  margin-bottom: 0;
}
.panel > .panel-body + .table {
  border-top: 1px solid #dddddd;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #e0e0d3;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #d9d9d9;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f1;
  border-color: #d9d9d9;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d9d9d9;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d9d9d9;
}
.panel-primary {
  border-color: #4db3d0;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #4db3d0;
  border-color: #4db3d0;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #4db3d0;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #4db3d0;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-warning {
  border-color: #fcefca;
}
.panel-warning > .panel-heading {
  color: #1c5768;
  background-color: #fcefca;
  border-color: #fcefca;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #fcefca;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #fcefca;
}
.panel-danger {
  border-color: #eed3d7;
}
.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #eed3d7;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #eed3d7;
}
.panel-info {
  border-color: #31b2b9;
}
.panel-info > .panel-heading {
  color: #ffffff;
  background-color: #267991;
  border-color: #31b2b9;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #31b2b9;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #31b2b9;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  -webkit-opacity: 0.2;
  opacity: 0.2;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 15px;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -moz-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  z-index: 1050;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}
.modal-backdrop.fade {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    left: 50%;
    right: auto;
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 14px;
  line-height: 1.4;
  width: 150px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.tooltip.in {
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  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 {
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1040;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
  background-color: #4db3d0;
  border-bottom: 1px solid #39aacb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
  -webkit-transition: all 0.6s ease-in-out left ease-out;
  -moz-transition: all 0.6s ease-in-out left ease-out;
  -o-transition: all 0.6s ease-in-out left ease-out;
  transition: all 0.6s ease-in-out left ease-out;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.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;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.visible-xs {
  display: none !important;
}
tr.visible-xs {
  display: none !important;
}
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm {
  display: none !important;
}
tr.visible-sm {
  display: none !important;
}
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md {
  display: none !important;
}
tr.visible-md {
  display: none !important;
}
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg {
  display: none !important;
}
tr.visible-lg {
  display: none !important;
}
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  tr.hidden-xs {
    display: none !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm {
    display: none !important;
  }
  tr.hidden-xs.hidden-sm {
    display: none !important;
  }
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md {
    display: none !important;
  }
  tr.hidden-xs.hidden-md {
    display: none !important;
  }
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg {
    display: none !important;
  }
  tr.hidden-xs.hidden-lg {
    display: none !important;
  }
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-sm.hidden-xs {
    display: none !important;
  }
  tr.hidden-sm.hidden-xs {
    display: none !important;
  }
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
  tr.hidden-sm {
    display: none !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md {
    display: none !important;
  }
  tr.hidden-sm.hidden-md {
    display: none !important;
  }
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg {
    display: none !important;
  }
  tr.hidden-sm.hidden-lg {
    display: none !important;
  }
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-md.hidden-xs {
    display: none !important;
  }
  tr.hidden-md.hidden-xs {
    display: none !important;
  }
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm {
    display: none !important;
  }
  tr.hidden-md.hidden-sm {
    display: none !important;
  }
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  tr.hidden-md {
    display: none !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg {
    display: none !important;
  }
  tr.hidden-md.hidden-lg {
    display: none !important;
  }
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-lg.hidden-xs {
    display: none !important;
  }
  tr.hidden-lg.hidden-xs {
    display: none !important;
  }
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm {
    display: none !important;
  }
  tr.hidden-lg.hidden-sm {
    display: none !important;
  }
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md {
    display: none !important;
  }
  tr.hidden-lg.hidden-md {
    display: none !important;
  }
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
  tr.hidden-lg {
    display: none !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
tr.visible-print {
  display: none !important;
}
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print {
    display: none !important;
  }
  tr.hidden-print {
    display: none !important;
  }
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*!
 * Datetimepicker for Bootstrap v3
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.bootstrap-datetimepicker-widget {
  top: 0;
  left: 0;
  width: 250px;
  padding: 4px;
  margin-top: 1px;
  z-index: 99999;
  border-radius: 4px;
  /*.dow {
  border-top: 1px solid #ddd !important;
  }*/
}
.bootstrap-datetimepicker-widget .btn {
  padding: 6px;
}
.bootstrap-datetimepicker-widget:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  top: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget > ul {
  list-style-type: none;
  margin: 0;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 100%;
  font-weight: bold;
  font-size: 1.2em;
}
.bootstrap-datetimepicker-widget table[data-hour-format="12"] .separator {
  width: 4px;
  padding: 0;
  margin: 0;
}
.bootstrap-datetimepicker-widget .datepicker > div {
  display: none;
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget td,
.bootstrap-datetimepicker-widget th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget td.day:hover,
.bootstrap-datetimepicker-widget td.hour:hover,
.bootstrap-datetimepicker-widget td.minute:hover,
.bootstrap-datetimepicker-widget td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget td.old,
.bootstrap-datetimepicker-widget td.new {
  color: #999999;
}
.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget td.active:hover {
  background-color: #d9534f;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget td.disabled,
.bootstrap-datetimepicker-widget td.disabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget td span {
  display: block;
  width: 47px;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget td span:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget td span.active {
  background-color: #d9534f;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget td span.old {
  color: #999999;
}
.bootstrap-datetimepicker-widget td span.disabled,
.bootstrap-datetimepicker-widget td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget th.switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget th.next,
.bootstrap-datetimepicker-widget th.prev {
  font-size: 24px;
}
.bootstrap-datetimepicker-widget th.disabled,
.bootstrap-datetimepicker-widget th.disabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget thead tr:first-child th:hover {
  background: #eeeeee;
}
.input-group.date .input-group-addon span {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.bootstrap-datetimepicker-widget.left-oriented:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.left-oriented:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget ul.list-unstyled li.in div.timepicker div.timepicker-picker table.table-condensed tbody > tr > td {
  padding: 0px !important;
}
.profile-pic-tiny {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  display: block;
  border: 1px solid #ccc;
  background: #fff;
  padding: 3px;
}
.btn-tertiary {
  color: #ffffff;
  background-color: #888888;
  border-color: #7b7b7b;
}
.btn-tertiary:hover,
.btn-tertiary:focus,
.btn-tertiary:active,
.btn-tertiary.active,
.open .dropdown-toggle.btn-tertiary {
  color: #ffffff;
  background-color: #747474;
  border-color: #5d5d5d;
}
.btn-tertiary:active,
.btn-tertiary.active,
.open .dropdown-toggle.btn-tertiary {
  background-image: none;
}
.btn-tertiary.disabled,
.btn-tertiary[disabled],
fieldset[disabled] .btn-tertiary,
.btn-tertiary.disabled:hover,
.btn-tertiary[disabled]:hover,
fieldset[disabled] .btn-tertiary:hover,
.btn-tertiary.disabled:focus,
.btn-tertiary[disabled]:focus,
fieldset[disabled] .btn-tertiary:focus,
.btn-tertiary.disabled:active,
.btn-tertiary[disabled]:active,
fieldset[disabled] .btn-tertiary:active,
.btn-tertiary.disabled.active,
.btn-tertiary[disabled].active,
fieldset[disabled] .btn-tertiary.active {
  background-color: #888888;
  border-color: #7b7b7b;
}
.btn-tertiary .caret {
  border-top-color: #ffffff;
}
.btn-secondary {
  color: #1c5768;
  background-color: #b2bb1c;
  border-color: #9da519;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {
  color: #1c5768;
  background-color: #d3de22;
  border-color: #d0da21;
}
.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {
  background-image: none;
}
.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary,
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
fieldset[disabled] .btn-secondary:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary.active {
  background-color: #b2bb1c;
  border-color: #9da519;
}
.btn-warning {
  color: #1c5768;
  background-color: #f3c50c;
  border-color: #dbb10b;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #1c5768;
  background-color: #f5ce33;
  border-color: #f5cd2e;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f3c50c;
  border-color: #dbb10b;
}
.btn-success {
  color: #ffffff;
  background-color: #b2bb1c;
  border-color: #9da519;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #d3de22;
  border-color: #d0da21;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #b2bb1c;
  border-color: #9da519;
}
.btn + .btn {
  margin-left: 5px;
}
.btn-block + .btn-block {
  margin-left: 0;
}
.btn-list .btn {
  margin-top: 5px;
  margin-bottom: 5px;
}
.btn-lg {
  padding: 12px 24px;
  font-size: 16px;
}
.btn-square-corners {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.btn-height {
  margin: 0;
  line-height: 36px;
}
.auto-width {
  width: auto;
}
.pos-relative {
  position: relative;
}
.bg-white {
  background-color: white;
}
.body-color {
  color: #333333;
}
.vcenter {
  display: table-cell;
  vertical-align: middle;
}
.nowrap {
  white-space: nowrap;
}
.no-text-transform {
  text-transform: none !important;
}
.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.conversation-new {
  position: absolute;
  top: -10px;
  left: -10px;
  padding: 4px 4px 4px 8px;
  border-radius: 3px 0 0 3px;
}
.conversation-new:after {
  content: ' ';
  height: 0;
  position: absolute;
  top: 0;
  right: -10px;
  width: 0;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  border-left: 10px solid #d9534f;
  font-size: 0;
}
body {
  margin-bottom: 110px;
  padding-top: 70px;
  padding-bottom: 20px;
}
body#page > .container {
  padding: 15px;
  margin-top: 15px;
  margin-bottom: 22px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
body#page > .container:before,
body#page > .container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
body#page > .container:after {
  clear: both;
}
body#page > .container:before,
body#page > .container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
body#page > .container:after {
  clear: both;
}
body#page > .container h1 {
  margin-top: 0;
}
body.hide-header-join #join-btn {
  display: none !important;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
#footer {
  background-color: #f8f8f8;
  bottom: 0;
  height: 110px;
  position: absolute;
  width: 100%;
}
#footer h6 {
  font-weight: bold;
}
#footer li {
  font-size: 12px;
}
#footer p {
  font-size: 12px;
  line-height: 16px !important;
  margin-bottom: 0;
}
.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 75em;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #1c5768;
}
.top-buffer {
  margin-top: 1.5em;
}
.bottom-buffer {
  margin-bottom: 1.5em;
}
.left-buffer {
  margin-left: 1em;
}
.right-buffer {
  margin-right: 1em;
}
.profile-pic {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  display: block;
  border: 1px solid #ccc;
  background: #fff;
  padding: 3px;
  margin-right: .7em;
}
#alert-main {
  margin-top: 1em;
}
.glyphicon-tag {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
}
.glyphicon-remove-sign {
  cursor: pointer;
}
h1 .badge {
  font-size: 24px;
  -webkit-border-top-right-radius: 24px;
  -webkit-border-bottom-right-radius: 24px;
  -webkit-border-bottom-left-radius: 24px;
  -webkit-border-top-left-radius: 24px;
  -moz-border-radius-topright: 24px;
  -moz-border-radius-bottomright: 24px;
  -moz-border-radius-bottomleft: 24px;
  -moz-border-radius-topleft: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  border-top-left-radius: 24px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 7px 10px;
}
/* TOP NAVBAR */
.navbar-toggle .icon-bar {
  width: 16px;
}
.navbar-nav li.dropdown {
  min-width: inherit;
}
@media (max-width: 991px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 22px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
.navbar-collapse {
  max-height: 370px;
}
@media (max-width: 991px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #4db3d0;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: #319bb9;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #319bb9;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-fixed-top {
  padding: 15px 10px;
  border-width: 0;
}
.navbar-fixed-top > .container {
  position: relative;
}
.navbar-fixed-top > .container .navbar-brand {
  font-size: 1.7em;
  font-weight: bold;
  background: url("/img/mm-id.png") no-repeat 15px center;
  width: auto;
  height: auto;
  max-width: 237px;
  max-height: 70px;
  padding-left: 65px;
}
.navbar-fixed-top > .container .navbar-toggle {
  margin-top: 12px;
  margin-bottom: 12px;
}
.navbar-fixed-top #lang-picker {
  position: absolute;
  width: auto;
  top: -9px;
  right: 38px;
  line-height: 12px;
}
.navbar-fixed-top #lang-picker a {
  color: #ffffff;
  font-size: 12px;
  line-height: 14px;
}
.navbar-fixed-top .navbar-right #join-btn {
  color: #ffffff;
  background-color: #b2bb1c;
  border-color: #9da519;
}
.navbar-fixed-top .navbar-right #join-btn:hover,
.navbar-fixed-top .navbar-right #join-btn:focus,
.navbar-fixed-top .navbar-right #join-btn:active,
.navbar-fixed-top .navbar-right #join-btn.active,
.open .dropdown-toggle.navbar-fixed-top .navbar-right #join-btn {
  color: #ffffff;
  background-color: #909817;
  border-color: #6a7011;
}
.navbar-fixed-top .navbar-right #join-btn:active,
.navbar-fixed-top .navbar-right #join-btn.active,
.open .dropdown-toggle.navbar-fixed-top .navbar-right #join-btn {
  background-image: none;
}
.navbar-fixed-top .navbar-right #join-btn.disabled,
.navbar-fixed-top .navbar-right #join-btn[disabled],
fieldset[disabled] .navbar-fixed-top .navbar-right #join-btn,
.navbar-fixed-top .navbar-right #join-btn.disabled:hover,
.navbar-fixed-top .navbar-right #join-btn[disabled]:hover,
fieldset[disabled] .navbar-fixed-top .navbar-right #join-btn:hover,
.navbar-fixed-top .navbar-right #join-btn.disabled:focus,
.navbar-fixed-top .navbar-right #join-btn[disabled]:focus,
fieldset[disabled] .navbar-fixed-top .navbar-right #join-btn:focus,
.navbar-fixed-top .navbar-right #join-btn.disabled:active,
.navbar-fixed-top .navbar-right #join-btn[disabled]:active,
fieldset[disabled] .navbar-fixed-top .navbar-right #join-btn:active,
.navbar-fixed-top .navbar-right #join-btn.disabled.active,
.navbar-fixed-top .navbar-right #join-btn[disabled].active,
fieldset[disabled] .navbar-fixed-top .navbar-right #join-btn.active {
  background-color: #b2bb1c;
  border-color: #9da519;
}
.navbar-fixed-top .navbar-right.navbar-public a {
  padding-top: 6px !important;
  padding-bottom: 6px  !important;
  margin-top: 13px  !important;
}
.navbar-fixed-top .profile-pic {
  width: 35px;
  height: 35px;
  margin: 0 auto;
  display: block;
  border: 1px solid #ccc;
  background: #fff;
  padding: 3px;
  margin-top: -7px;
  margin-right: .7em;
  padding: 0;
  vertical-align: bottom;
}
.navbar-fixed-top ul.nav li.dropdown:hover > ul.dropdown-menu {
  display: block;
}
.navbar-fixed-top #dashboard-nav-toggle {
  color: #ffffff;
  padding: 5px 10px;
}
#mail a,
#mail .modal-popper {
  padding-top: 8px;
  padding-bottom: 7px;
}
#mail a .glyphicon,
#mail .modal-popper .glyphicon {
  top: 3px;
}
#mail a #inbox-count,
#mail .modal-popper #inbox-count {
  background: none repeat scroll 0 0 #2c8aa5;
  border: 2px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  height: 35px;
  line-height: 31px;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 35px;
  margin-left: 7px;
}
#entrepreneur-assessment-quiz {
  display: none;
  position: static;
  overflow-y: auto;
  box-shadow: none !important;
  outline: none;
  border: none !important;
}
#entrepreneur-assessment-quiz .modal-header {
  background-color: #4db3d0;
}
#entrepreneur-assessment-quiz .modal-title {
  color: #fff;
}
#entrepreneur-assessment-quiz .modal-lg {
  width: 100%;
}
#entrepreneur-assessment-quiz #finish-later {
  display: inline;
  list-style-type: none;
}
#entrepreneur-assessment-quiz #quiz-submit {
  display: none;
  background: inherit;
  border: none;
  color: #fff;
}
#entrepreneur-assessment-quiz .last-step {
  display: none;
  float: left;
}
#entrepreneur-assessment-quiz .answers .ea-answer {
  display: inline-block;
  margin-left: 30px;
  margin-top: 20px;
}
#entrepreneur-assessment-quiz .answers .ea-answer img {
  border: 3px solid white;
}
#entrepreneur-assessment-quiz .answers .ea-answer img:hover {
  border: 3px solid #888888;
}
#entrepreneur-assessment-quiz .answers .ea-answer .selected {
  border: 3px solid #4db3d0 !important;
}
#entrepreneur-assessment-quiz .answers .ea-answer button {
  box-shadow: none !important;
  outline: none;
  border: 1px solid #ccc !important;
}
#entrepreneur-assessment-quiz .answers p {
  font-weight: 500;
}
#entrepreneur-assessment-quiz .answerText {
  width: 140px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
#entrepreneur-assessment-quiz #progression h5 span {
  text-decoration: none;
  color: black;
  font-weight: normal;
}
#entrepreneur-assessment-quiz .graphs div {
  position: relative;
  margin: 10px;
  width: 180px;
  height: 120px;
  margin-bottom: 100px;
}
#entrepreneur-assessment-quiz .graphs canvas {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
#entrepreneur-assessment-quiz .graphs span {
  color: #4db3d0;
  display: block;
  line-height: 120px;
  text-align: center;
  width: 120px;
  font-family: sans-serif;
  font-size: 30px;
  font-weight: 100;
  margin-left: 5px;
}
#entrepreneur-assessment-quiz .graphs input {
  width: 200px;
}
#entrepreneur-assessment-quiz .graphs p {
  font-size: 15px;
  margin-top: 30px;
  margin-left: 30px;
}
#entrepreneur-assessment-quiz .breadcrumb > li + li:before {
  display: none;
}
#entrepreneur-assessment-quiz .breadcrumb {
  background-color: #4db3d0;
  display: none;
  height: 35px;
  overflow: hidden;
}
#entrepreneur-assessment-quiz .breadcrumb li {
  display: inline-block;
  margin-top: -25px;
}
#entrepreneur-assessment-quiz .breadcrumb li .arrow-right {
  width: 0;
  height: 0;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 24px solid white;
  margin-bottom: -20px;
  margin-left: -4px;
  display: inline-block;
}
#entrepreneur-assessment-quiz .breadcrumb li .not-first {
  width: 0;
  height: 0;
  border-top: 24px solid white;
  border-bottom: 24px solid white;
  border-left: 24px solid transparent;
  line-height: 0;
  margin-right: -4px;
  display: inline-block;
  margin-bottom: -20px;
}
#entrepreneur-assessment-quiz .breadcrumb li button {
  border: none;
  background-color: #fff;
  padding: 8px;
  top: 0;
  display: inline-block;
}
#entrepreneur-assessment-quiz .breadcrumb li .active {
  background-color: #1c5768;
}
#entrepreneur-assessment-quiz .breadcrumb li .active a {
  color: #fff !important;
}
#entrepreneur-assessment-quiz .breadcrumb li .not-active {
  background-color: #1c5768;
}
#entrepreneur-assessment-quiz .breadcrumb li .not-active a {
  color: #4db3d0 !important;
}
#entrepreneur-assessment-quiz .breadcrumb li .inverted-active-arrow {
  border-left: 24px solid #1c5768;
}
#entrepreneur-assessment-quiz .breadcrumb li .inverted-active-tail {
  border-top: 24px solid #1c5768;
  border-bottom: 24px solid #1c5768;
}
.ea-results-profile #progression {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 40px;
}
.ea-results-profile #progression span {
  text-decoration: none;
  color: black;
  font-weight: normal;
}
.ea-results-profile .ea-answer {
  display: inline-block;
  width: 100px;
  margin-left: 40px;
}
.ea-results-profile .ea-answer h5 {
  margin-left: -30px;
  text-align: center;
}
.ea-results-profile .see-full-button {
  width: 100%;
  display: block;
  text-align: center;
}
.ea-results-profile .see-full-button #full-assessment-button {
  margin-bottom: 20px;
  margin-top: 40px;
}
.ea-results-profile .full-assessment {
  display: none;
}
.ea-results-profile .full-assessment {
  margin-left: 10px;
  margin-right: 10px;
}
.ea-results-profile .full-assessment h3 {
  font-family: Arial;
  font-weight: bold;
  font-size: 21px;
}
.ea-results-profile .full-assessment h4 {
  font-family: Arial;
  color: #000;
  font-weight: bold;
  font-size: 18px;
}
.ea-results-profile .full-assessment small {
  font-family: Arial;
  font-size: 12px;
  color: #333;
}
.ea-results-profile .full-assessment p {
  font-family: Arial;
  font-size: 16px;
  color: #333;
}
.ea-results-profile .answers {
  display: block;
  margin: auto;
}
/* PAGE HEADER */
.page-header {
  background: #ffffff;
  color: #1c5768;
  margin: 0;
  padding: 0.5em 0 1.3em;
  position: relative;
}
.page-header h1 + button.pull-right,
.page-header h1 + a.btn.pull-right {
  margin-top: 25px;
  margin-left: 40px;
}
.page-header .input-group {
  margin-top: 25px;
  width: 12em;
}
.page-header h1,
.page-header h3 {
  color: #1c5768;
}
.page-header h1 > a,
.page-header h3 > a {
  color: #4db3d0;
  text-decoration: none;
}
.page-header h1 > a:hover,
.page-header h3 > a:hover,
.page-header h1 > a:focus,
.page-header h3 > a:focus {
  color: #2c8aa5;
}
.page-header big + h3 {
  margin-top: 11px;
}
.page-header .header-top-link {
  position: absolute;
  top: 20%;
}
.page-header .header-top-link .glyphicon {
  margin: 0 5px;
}
#scon .sidebar-nav .nav {
  font-size: 16px;
  font-weight: bold;
}
#scon .sidebar-nav .nav .badge {
  float: left;
  background-color: #eeeeee;
  color: #4db3d0;
  padding: 4px 7px 5px;
  font-size: 22px;
  -webkit-border-top-right-radius: 22px;
  -webkit-border-bottom-right-radius: 22px;
  -webkit-border-bottom-left-radius: 22px;
  -webkit-border-top-left-radius: 22px;
  -moz-border-radius-topright: 22px;
  -moz-border-radius-bottomright: 22px;
  -moz-border-radius-bottomleft: 22px;
  -moz-border-radius-topleft: 22px;
  border-top-right-radius: 22px;
  border-bottom-right-radius: 22px;
  border-bottom-left-radius: 22px;
  border-top-left-radius: 22px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-right: 8px;
}
#scon .sidebar-nav li {
  white-space: nowrap;
  overflow: hidden;
}
#scon .sidebar-nav li.home {
  background-color: #787878;
}
#scon .sidebar-nav li.home a:hover {
  background-color: #787878;
}
#scon .sidebar-nav li a {
  /*min-width: 55px;*/
  min-height: 60px;
  line-height: 40px;
  color: #ffffff;
}
#scon .sidebar-nav li a:hover {
  background: #858585;
}
#scon .sidebar-nav li:hover .badge {
  background-color: #21687d;
  color: #ffffff;
}
#scon .sidebar-nav li.active {
  background-color: #8c8c8c;
}
#scon .sidebar-nav li.active .badge {
  background-color: #21687d;
  color: #ffffff;
}
#scon .sidebar-nav li.active a:after {
  content: "\0020";
  display: block;
  width: 0;
  height: 0;
  border-top: 16px solid rgba(0, 0, 0, 0);
  border-bottom: 16px solid rgba(0, 0, 0, 0);
  border-right: 16px solid #eeeeee;
  float: right;
  top: 13px;
  position: absolute;
  right: -2px;
}
#scon .sidebar-nav .profile-pic {
  width: 36px;
  height: 36px;
  margin: 0 auto;
  display: block;
  border: 1px solid #ccc;
  background: #fff;
  padding: 3px;
  display: inline-block;
  border: 0;
  padding: 0;
  vertical-align: middle;
  margin-right: 5px;
}
#scon .list-group .list-group-item {
  background-color: #4db3d0;
  border-color: #4db3d0;
  color: #ffffff;
}
#scon .list-group .list-group-item:hover,
#scon .list-group .list-group-item:focus,
#scon .list-group .list-group-item.active {
  color: #ffffff;
  background-color: #319bb9;
  border-color: #319bb9;
}
#scon .list-group .list-group-item.active .caret {
  border-width: 8px 8px 0;
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-color: transparent;
  border-left-color: transparent;
  margin-right: 0;
  margin-top: 8px;
}
#scon .list-group .list-group-item .caret {
  float: right !important;
  border-width: 8px 0 8px 8px;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  margin-right: 4px;
  margin-top: 4px;
}
#scon .list-group .list-group-item .caret.caret-down {
  border-width: 8px 8px 0;
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-color: transparent;
  border-left-color: transparent;
  margin-right: 0;
  margin-top: 8px;
}
#scon .list-group .list-group {
  margin-top: 0;
  margin-bottom: 0;
}
#scon .list-group .list-group .list-group-item {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #777777;
}
#scon .list-group .list-group .list-group-item:hover,
#scon .list-group .list-group .list-group-item:focus,
#scon .list-group .list-group .list-group-item.active {
  color: #ffffff;
  background-color: #319bb9;
  border-color: #319bb9;
}
#scon .list-group .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
#scon .list-group .list-group .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: -1px;
}
#tcon {
  background: #d5d5c4;
  padding-top: 20px;
  position: fixed;
  height: 100%;
  width: 250px;
  margin-left: 250px;
}
#tcon .panel-title {
  text-align: center;
  margin-bottom: .5em;
  padding-bottom: 0.5em;
  line-height: 125%;
  border-bottom: 3px solid black;
}
#tcon .panel {
  margin-bottom: 10px;
}
#tcon .panel .panel-heading {
  margin: 15px 0 0 15px;
  padding: 0 6px;
  font-size: 85%;
  font-weight: bold;
  background: #eeeeee;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#tcon .panel .panel-body {
  padding-top: 10px;
  padding-bottom: 5px;
}
#pcon p.intro {
  font-size: 1.35em;
  font-weight: 200;
}
#pcon .nav-tabs {
  border-width: 0;
  margin-bottom: 0;
}
#pcon .nav-tabs > li {
  margin-bottom: 0;
}
#pcon .nav-tabs > li a {
  background-color: #e0e0d3;
  color: #222222;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0;
}
#pcon .nav-tabs > li a:hover {
  background-color: #cbcbb5;
  border-color: #cbcbb5;
}
#pcon .nav-tabs > li.active > a {
  color: #333 !important;
}
#pcon .nav-tabs > li.active > a,
#pcon .nav-tabs > li.active > a:hover,
#pcon .nav-tabs > li.active > a:focus {
  background-color: #ffffff;
  border-color: #ffffff;
}
#pcon .tab-content {
  background: white;
  padding: 1em;
  border: 1px solid #eeeeee;
}
#pcon .panel-body .col-md-12.checkbox {
  margin-left: 15px;
  margin-top: 0;
}
#pcon .panel-body .col-md-12 {
  float: left;
}
#pcon .panel-body .list-group-item {
  background-color: #eeeeee;
}
#pcon .panel-body .list-group-item:hover,
#pcon .panel-body .list-group-item:focus {
  background-color: #e2e2e2;
}
/* Off Canvas */
.row-offcanvas .sidebar-offcanvas {
  background: #999999;
  position: fixed;
  height: 100%;
  padding: 1em 0;
  /*.box-shadow(0 0 20px 10px @mm-beige-dark);*/
}
.search-advanced {
  width: 310px !important;
  height: auto !important;
  background: white;
  padding: 20px;
  overflow-y: auto !important;
  position: fixed !important;
  top: 70px !important;
  bottom: 0;
  left: -320px !important;
  -webkit-box-shadow: 0 5px 10px #d5d5c4;
  -moz-box-shadow: 0 5px 10px #d5d5c4;
  box-shadow: 0 5px 10px #d5d5c4;
  z-index: 1050;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.search-advanced.active {
  left: 0 !important;
}
.search-advanced h2 {
  margin-top: 0;
}
/* responsive */
@media screen and (min-width: 768px) {
  .row-offcanvas .sidebar-offcanvas {
    width: 77px;
  }
  .row-offcanvas .sidebar-offcanvas a {
    padding-left: 20px;
  }
  .row-offcanvas .sidebar-offcanvas .nav-label {
    display: none;
  }
  .row-offcanvas #pcon {
    margin-left: 87px;
  }
}
@media screen and (min-width: 992px) {
  .row-offcanvas .sidebar-offcanvas {
    width: 250px;
  }
  .row-offcanvas .sidebar-offcanvas .nav-label {
    display: inline-block;
    line-height: 40px;
  }
  .row-offcanvas #pcon {
    margin-left: 260px;
  }
}
@media screen and (max-width: 768px) {
  .navbar-fixed-top .navbar-brand {
    font-size: 1.5em;
  }
  h1 {
    font-size: 32px;
  }
  .row-offcanvas {
    position: relative;
  }
  .row-offcanvas .sidebar-offcanvas {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    position: fixed;
    top: 70px;
    width: 250px;
    left: -250px;
    height: 100%;
    z-index: 5;
  }
  .row-offcanvas #tcon {
    position: relative;
    width: auto;
    margin-left: 0;
  }
  .row-offcanvas #pcon {
    margin-left: 0;
  }
  .row-offcanvas-left .sidebar-offcanvas {
    left: -250px;
  }
  .row-offcanvas-left.active .sidebar-offcanvas {
    left: 0;
  }
  input[type='text'],
  input[type='number'],
  textarea {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 400px) {
  select,
  select:focus,
  input[type='password'],
  input[type='text'],
  input[type='number'],
  textarea {
    font-size: 20px !important;
  }
}
/* forms */
form label,
form legend {
  color: #404040;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 0.25em;
}
form label a,
form legend a,
form label em,
form legend em {
  font-weight: normal;
  font-size: 16px;
}
form label .label-help,
form legend .label-help {
  font-weight: normal;
}
form .label-block > label {
  display: block;
}
form input[type=radio] + label {
  margin-left: 5px;
  font-weight: normal;
}
form .radio-group legend,
form .checkbox legend {
  border-bottom: 0;
  font-size: 20px;
}
form .radio-group label,
form .checkbox label {
  font-size: 1em;
}
form .checkboxes-last {
  margin-bottom: 15px;
}
form div.submit {
  margin: 1em 0;
}
form div.specify {
  margin-top: -10px;
  padding-left: 20px;
}
form .has-error .radio label {
  color: #b94a48;
}
form .has-error .chosen-container {
  border-color: #b94a48;
}
form .chosen-container-single .chosen-single {
  color: #333333;
}
form .label-help {
  font-size: 85%;
}
form .markall {
  margin: 0;
}
form .hidden-80 {
  display: none;
}
.errorinfo h4 {
  margin: 0.3em 0;
}
.error-message {
  color: #b94a48;
  margin: 5px 0 0;
  font-style: italic;
}
.inline-label label {
  display: inline-block;
  font-size: 16px;
}
.inline-label input {
  display: inline-block;
}
/* widgets */
.num-answers {
  position: absolute;
  top: -15px;
  right: 10px;
  background: #b2bb1c;
  color: white;
  padding: 20px 0.25em;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius-topleft: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 6em;
  width: 6em;
  vertical-align: middle;
  text-align: center;
  font-size: 12px;
  line-height: 15px;
}
.num-answers strong {
  font-size: 30px;
  font-weight: normal;
}
#questions .panel-body hr,
#answers .panel-body hr {
  margin: 0;
}
#questions ul,
#answers ul {
  padding: 0;
}
#questions ul li.question-item,
#answers ul li.question-item {
  border-bottom: 1px solid #F5F5F1;
  list-style: none;
  min-height: 75px;
}
#questions .num-answers,
#answers .num-answers {
  position: relative;
  top: 10px;
  left: 10px;
  height: 3em;
  width: 3em;
  font-size: 18px;
  margin-right: 1.5em;
}
#questions .num-answers strong,
#answers .num-answers strong {
  font-size: 30px;
  font-weight: normal;
}
#questions .question-title,
#answers .question-title {
  display: table-cell;
  vertical-align: middle;
  height: 75px;
}
#questions .question-title h4,
#answers .question-title h4 {
  margin: 0;
}
#questions form,
#answers form {
  margin-bottom: 20px;
}
/* panels */
.panel .panel-heading {
  font-size: 90%;
  text-transform: uppercase;
}
.panel .panel-heading .nav-pills > li > a {
  border-radius: 10px;
  padding: 0 8px;
  text-transform: none;
  font-weight: bold;
}
.panel .panel-body {
  position: relative;
}
.panel .panel-body h1,
.panel .panel-body h2,
.panel .panel-body h3,
.panel .panel-body h4 {
  margin-top: 0;
}
.panel.panel-warning .panel-body {
  background-color: #fdf3ce;
}
.panel.with-button {
  margin-bottom: 4.5em;
}
.panel.with-answer h4 {
  margin-right: 75px;
}
.card > .loginAs {
  position: absolute;
  z-index: 10;
}
.card big + h3 {
  margin-top: 10px;
  line-height: 1.4;
}
.card .panel > div a {
  color: #1c5768;
}
.card .panel-body {
  min-height: 154px;
  max-height: 154px;
  /*overflow:hidden;*/
  padding: 10px 15px 5px;
}
.card .panel-body.overflow-hidden {
  overflow: hidden;
}
.card .panel-body.overflow-hidden.search-entrepreneurs {
  background: #fef9e7;
  border-top-color: #fef9e7;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 8px 35px -6px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 8px 35px -6px inset;
  box-shadow: rgba(0, 0, 0, 0.1) 0 8px 35px -6px inset;
}
.card .panel-body.panel-body-group {
  min-height: 20em;
  max-height: 20em;
}
.card .panel-body hr {
  margin-bottom: 15px;
  margin-top: 15px;
}
.card .panel-footer {
  min-height: 154px;
  max-height: 154px;
  position: relative;
}
.card .panel-footer.secondary {
  min-height: 154px;
  max-height: 154px;
  background: #fff;
  border-top-color: #fff;
  padding: 10px 15px 5px;
}
.card .panel-footer.secondary.truncate {
  min-height: 204px;
  max-height: 204px;
}
.card .panel-footer.secondary.panel-footer-group {
  min-height: 75px;
  max-height: 75px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.card .panel-footer.secondary h4 {
  margin-top: 1px;
}
.card .panel-footer .admin-action {
  position: absolute;
  left: 29px;
  bottom: 5px;
}
.card .panel-footer .admin-action > button {
  min-width: 72px;
}
.profile-card .panel-footer {
  min-height: 150px;
}
.panel-footer.affinity-bar {
  min-height: 30px;
  max-height: 30px;
  padding-top: 5px;
  background: #f0f0d8;
  font-family: Arial, sans-serif;
  font-size: 12px;
  border-top: 1px solid #d6d6c1;
  border-bottom: 1px solid #d6d6c1;
}
.panel-footer.affinity-bar strong {
  color: #00a341;
}
.panel-footer.affinity-bar.entrepreneurs {
  background: #fff;
}
.panel-footer.affinity-bar.under-well {
  margin-bottom: 20px;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.panel-footer.affinity-bar.inside-panel-footer {
  left: 0;
  bottom: 0;
  width: 100%;
  position: absolute;
}
.panel-footer.affinity-bar-container {
  padding-bottom: 0;
  position: relative;
  min-height: 154px;
}
.panel-footer.affinity-bar-container.question-border {
  border: 1px solid #dddddd;
}
.label-business-phase {
  position: absolute;
  right: 0;
  font-weight: normal;
  font-size: 12px;
  border-radius: 0;
  padding: 5px 10px;
  background-color: #34a5c5;
}
.label-business-phase:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: -11px;
  width: 0;
  height: 0;
  border-bottom: 11px solid transparent;
  /* left arrow slant */
  border-top: 11px solid transparent;
  /* right arrow slant */
  border-right: 11px solid #34a5c5;
  /* bottom, add background color here */
  font-size: 0;
  line-height: 0;
}
.badges {
  position: relative;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 5px 0 3px;
  margin-top: -5px;
}
.badges td {
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
  width: 99%;
}
.badges td:first-child {
  width: 1%;
  padding-right: 8px;
}
.badges a {
  text-decoration: none;
}
.badges .badge {
  background: url("/img/sprite-badges.png") transparent no-repeat;
  display: block;
  height: 16px;
  width: 54px;
  text-indent: -9999em;
}
.badges .badge-offers-3 {
  background-position-y: 0;
}
.badges .badge-offers-2 {
  background-position-y: -16px;
}
.badges .badge-offers-1 {
  background-position-y: -32px;
}
.badges .badge-offers-0 {
  background-position-y: -48px;
}
.badges .badge-endorsements-3 {
  background-position-y: -64px;
}
.badges .badge-endorsements-2 {
  background-position-y: -80px;
}
.badges .badge-endorsements-1 {
  background-position-y: -96px;
}
.badges .badge-endorsements-0 {
  background-position-y: -112px;
}
.user-name {
  font-size: 20px;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.user-name a {
  color: #1c5768;
}
.user-info {
  line-height: 18px;
  font-size: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ribbon {
  position: absolute;
  right: 5px;
  top: -10px;
  padding: 8px 15px;
  background: #4db3d0;
  font-size: 13px;
  color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}
.ribbon:before {
  display: block;
  width: 10px;
  height: 0px;
  position: absolute;
  bottom: -10px;
  right: -1px;
  content: "";
  border-bottom: 10px solid transparent;
  border-left: 10px solid #21687d;
}
.ribbon.ribbon-card {
  right: -10px;
  top: 12px;
}
.ribbon.ribbon-panel {
  right: -10px;
}
.ribbon.ribbon-conversation-new {
  top: 12px;
  background: #d9534f;
}
.ribbon.ribbon-conversation-new:before {
  border-left-color: #8b211e;
}
#possibleOffers .panel {
  margin-bottom: 0;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: none;
}
/* popover */
.popover .popover-title {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}
.popover .popover-title .close-popover {
  line-height: 16px;
}
.popover .popover-content {
  font-size: 15px;
  font-weight: normal;
}
.popover .popover-content > h3 {
  display: none;
}
.popover ul {
  padding-left: 20px;
}
/* breadcrumbs */
.breadcrumb {
  font-size: 85%;
}
.breadcrumb > li + li:before {
  content: ">\00a0";
}
#scroll-messages {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
  text-align: center;
  bottom: 25px;
}
#register-types label {
  display: block;
  font-size: 20px;
}
#register-types .help-block {
  width: 75%;
  margin: 0 auto;
  text-align: center;
}
#register-types .help-block em {
  font-style: normal;
  color: #333333;
}
#register-types input[type=radio] {
  float: none;
  margin-right: 8px;
}
#register-types.alert-danger {
  padding: 10px 0 15px;
}
#register-types.alert-danger .alert-danger {
  border: 0;
  padding: 0;
}
#register-types.alert-danger .form-group .error-message {
  display: none;
}
#register-types.alert-danger .error-message {
  margin-top: -5px;
}
/* combobox */
.custom-combobox > span {
  display: none;
}
body > .ui-autocomplete {
  background: white;
  list-style-type: none;
  border-top: solid 1px #999999;
  border-left: solid 1px #999999;
  border-right: solid 1px #999999;
  border-bottom: solid 1px #999999;
  padding: 10px;
  max-height: 17em;
  overflow-y: auto;
  overflow-x: hidden;
}
body > .ui-autocomplete li a {
  display: block;
  color: #333333;
  padding: 0px 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: default;
  text-decoration: none;
}
body > .ui-autocomplete .ui-state-hover,
body > .ui-autocomplete .ui-state-focus {
  background: #4db3d0;
  color: white;
}
/* tabs */
.tab-pane-header {
  margin-bottom: 20px;
}
.tab-pane-header .btn {
  margin-top: 22px;
}
/* wells */
.well .well {
  background-color: white;
}
.well.above-affinity-bar {
  margin-bottom: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: 0;
}
/* search */
#search-container .bottom-buffer {
  margin-bottom: 0.7em;
}
#search-container select.multiselect + .btn-group {
  margin-bottom: 15px;
  width: 100%;
}
#search-container select.multiselect + .btn-group button {
  width: 100%;
  text-align: left;
  background: #ffffff;
  color: #333333;
}
#search-container select.multiselect + .btn-group button b.caret {
  position: absolute;
  right: 10px;
  top: 46%;
}
#search-container select.multiselect + .btn-group .multiselect-container {
  min-width: 100%;
}
#search-container select.multiselect + .btn-group .multiselect-container label {
  font-size: 16px;
}
#search-container #additional-filters .form-group > label {
  font-size: 16px;
  font-weight: bold;
}
#search-container div.submit {
  margin: 0;
  vertical-align: top;
}
/* chosen select controls */
.chosen-container,
.chosen-container-multi,
.chosen-container-active {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-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;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  -moz-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  -o-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  padding-left: 6px;
  padding-right: 6px;
  height: auto;
}
.chosen-container:-moz-placeholder,
.chosen-container-multi:-moz-placeholder,
.chosen-container-active:-moz-placeholder {
  color: #999999;
}
.chosen-container::-moz-placeholder,
.chosen-container-multi::-moz-placeholder,
.chosen-container-active::-moz-placeholder {
  color: #999999;
}
.chosen-container:-ms-input-placeholder,
.chosen-container-multi:-ms-input-placeholder,
.chosen-container-active:-ms-input-placeholder {
  color: #999999;
}
.chosen-container::-webkit-input-placeholder,
.chosen-container-multi::-webkit-input-placeholder,
.chosen-container-active::-webkit-input-placeholder {
  color: #999999;
}
.chosen-container:focus,
.chosen-container-multi:focus,
.chosen-container-active: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);
  -moz-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);
}
.chosen-container[disabled],
.chosen-container-multi[disabled],
.chosen-container-active[disabled],
.chosen-container[readonly],
.chosen-container-multi[readonly],
.chosen-container-active[readonly],
fieldset[disabled] .chosen-container,
fieldset[disabled] .chosen-container-multi,
fieldset[disabled] .chosen-container-active {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.chosen-container,
textarea.chosen-container-multi,
textarea.chosen-container-active {
  height: auto;
}
.chosen-container ul.chosen-choices,
.chosen-container-multi ul.chosen-choices,
.chosen-container-active ul.chosen-choices,
.chosen-container a.chosen-single,
.chosen-container-multi a.chosen-single,
.chosen-container-active a.chosen-single {
  border: none;
  background-image: none;
  box-shadow: none;
}
.chosen-container ul.chosen-choices li.search-field,
.chosen-container-multi ul.chosen-choices li.search-field,
.chosen-container-active ul.chosen-choices li.search-field,
.chosen-container a.chosen-single li.search-field,
.chosen-container-multi a.chosen-single li.search-field,
.chosen-container-active a.chosen-single li.search-field {
  width: 100% !important;
}
.chosen-container ul.chosen-choices li.search-field input[type="text"],
.chosen-container-multi ul.chosen-choices li.search-field input[type="text"],
.chosen-container-active ul.chosen-choices li.search-field input[type="text"],
.chosen-container a.chosen-single li.search-field input[type="text"],
.chosen-container-multi a.chosen-single li.search-field input[type="text"],
.chosen-container-active a.chosen-single li.search-field input[type="text"] {
  height: 26px;
  width: 100% !important;
}
.chosen-container-multi {
  padding: 3px 6px;
}
/* tables */
.user-profile .info tr.incomplete {
  color: #b94a48;
}
.user-profile .info th,
.user-profile .info td {
  white-space: normal !important;
}
.user-profile .info th {
  width: 40%;
  padding-right: 3em;
}
@media screen and (max-width: 768px) {
  .user-profile .info th {
    width: 50%;
  }
}
/* admin */
.colorpicker-wrapper {
  margin-bottom: 0.7em;
}
.colorpicker-wrapper .input-group {
  width: 9em;
}
.colorpicker-wrapper .colorpicker-element .input-group-addon i {
  border: 1px solid #333333;
}
/* dashboard */
.counter-big {
  display: inline-block;
  font-size: 72px;
  padding: 15px;
  margin-bottom: 25px;
  line-height: 92.4px;
  height: 122.4px;
  width: 122.4px;
  background: #b2bb1c;
  color: #fff;
  border: 1px solid #484c0b;
  font-weight: bold;
  -webkit-border-top-right-radius: 122.4px;
  -webkit-border-bottom-right-radius: 122.4px;
  -webkit-border-bottom-left-radius: 122.4px;
  -webkit-border-top-left-radius: 122.4px;
  -moz-border-radius-topright: 122.4px;
  -moz-border-radius-bottomright: 122.4px;
  -moz-border-radius-bottomleft: 122.4px;
  -moz-border-radius-topleft: 122.4px;
  border-top-right-radius: 122.4px;
  border-bottom-right-radius: 122.4px;
  border-bottom-left-radius: 122.4px;
  border-top-left-radius: 122.4px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-shadow: 0px 2px 1px #484c0b;
}
/* terms, privacy */
.scroll-sm {
  max-height: 200px;
  overflow-y: scroll;
}
.scroll-lg {
  max-height: 460px;
  overflow-y: scroll;
}
.no-margin-top {
  margin-top: 0px;
}
#breadcrumbs-wizard {
  padding-left: 10px;
}
#breadcrumbs-wizard li {
  position: relative;
  list-style: none;
  width: 145px;
  float: left;
  text-align: left;
  vertical-align: middle;
  height: 66px;
  display: table;
  padding-right: 20px;
  margin-bottom: 10px;
}
#breadcrumbs-wizard li div {
  padding-left: 10px;
  line-height: 18px;
  height: 66px;
  vertical-align: middle;
  display: table-cell;
}
#breadcrumbs-wizard li.arrow:before {
  content: '';
  position: absolute;
  top: 0;
  left: -9px;
  width: 0;
  height: 0;
  border-bottom: 33px solid #2f2f2f;
  /* left arrow slant */
  border-top: 33px solid #2f2f2f;
  /* right arrow slant */
  border-left: 10px solid transparent;
  /* bottom, add background color here */
  font-size: 0;
  line-height: 0;
}
#breadcrumbs-wizard li.arrow:after {
  content: '';
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-bottom: 33px solid transparent;
  /* left arrow slant */
  border-top: 33px solid transparent;
  /* right arrow slant */
  border-left: 10px solid #2f2f2f;
  /* bottom, add background color here */
  font-size: 0;
  line-height: 0;
}
#breadcrumbs-wizard li.not-complete div {
  background-color: #eef8fb;
  color: #333333;
}
#breadcrumbs-wizard li.not-complete div a {
  color: #333333;
}
#breadcrumbs-wizard li.not-complete:before {
  border-bottom-color: #eef8fb !important;
  /* left arrow slant */
  border-top-color: #eef8fb !important;
  /* right arrow slant */
}
#breadcrumbs-wizard li.not-complete:after {
  border-left-color: #eef8fb !important;
  /* bottom, add background color here */
}
#breadcrumbs-wizard li.active div {
  background-color: #4db3d0;
  color: #ffffff;
}
#breadcrumbs-wizard li.active div a {
  color: #ffffff;
}
#breadcrumbs-wizard li.active:before {
  border-bottom-color: #4db3d0 !important;
  /* left arrow slant */
  border-top-color: #4db3d0 !important;
  /* right arrow slant */
}
#breadcrumbs-wizard li.active:after {
  border-left-color: #4db3d0 !important;
  /* bottom, add background color here */
}
#breadcrumbs-wizard li.complete div {
  background-color: #8acde0;
  color: #ffffff;
}
#breadcrumbs-wizard li.complete div a {
  color: #ffffff;
}
#breadcrumbs-wizard li.complete:before {
  border-bottom-color: #8acde0 !important;
  /* left arrow slant */
  border-top-color: #8acde0 !important;
  /* right arrow slant */
}
#breadcrumbs-wizard li.complete:after {
  border-left-color: #8acde0 !important;
  /* bottom, add background color here */
}
#breadcrumbs-wizard li.last {
  width: 160px;
  padding-right: 0;
}
#breadcrumbs-wizard li.last:before {
  content: '';
  position: absolute;
  top: 6px;
  width: 54px;
  height: 54px;
  background: url("/img/breadcrumb-logo.png") 50% 50% no-repeat #4db3d0;
}
#breadcrumbs-wizard li.last div {
  color: #333333;
  padding-left: 60px;
}
@media screen and (max-width: 480px) {
  #breadcrumbs-wizard li {
    width: 100%;
    height: 40px;
    margin-bottom: 5px;
  }
  #breadcrumbs-wizard li div {
    height: 40px;
    width: 100%;
  }
  #breadcrumbs-wizard li.arrow:before {
    border-bottom: none;
    /* left arrow slant */
    border-top: none;
    /* right arrow slant */
  }
  #breadcrumbs-wizard li.arrow:after {
    border-bottom: none;
    /* left arrow slant */
    border-top: none;
    /* right arrow slant */
  }
  #breadcrumbs-wizard li.last {
    width: 100%;
    height: 54px;
  }
  #breadcrumbs-wizard li.last:before {
    top: 0px;
  }
}
.public-profile .btn-secondary {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.public-profile .btn-secondary:hover,
.public-profile .btn-secondary:focus,
.public-profile .btn-secondary:active,
.public-profile .btn-secondary.active,
.open .dropdown-toggle.public-profile .btn-secondary {
  color: #ffffff;
  background-color: #adadad;
  border-color: #b8b8b8;
}
.public-profile .btn-secondary:active,
.public-profile .btn-secondary.active,
.open .dropdown-toggle.public-profile .btn-secondary {
  background-image: none;
}
.public-profile .btn-secondary.disabled,
.public-profile .btn-secondary[disabled],
fieldset[disabled] .public-profile .btn-secondary,
.public-profile .btn-secondary.disabled:hover,
.public-profile .btn-secondary[disabled]:hover,
fieldset[disabled] .public-profile .btn-secondary:hover,
.public-profile .btn-secondary.disabled:focus,
.public-profile .btn-secondary[disabled]:focus,
fieldset[disabled] .public-profile .btn-secondary:focus,
.public-profile .btn-secondary.disabled:active,
.public-profile .btn-secondary[disabled]:active,
fieldset[disabled] .public-profile .btn-secondary:active,
.public-profile .btn-secondary.disabled.active,
.public-profile .btn-secondary[disabled].active,
fieldset[disabled] .public-profile .btn-secondary.active {
  background-color: #999999;
  border-color: #999999;
}
.expertise-list {
  border-radius: 4px;
  background-color: #4db3d0;
  color: white;
  padding: 15px;
  font-size: 13px;
}
.expertise-list h6 {
  font-size: 16px;
  color: white;
  font-weight: bold;
  margin: 0 0 10px;
}
.expertise-list hr {
  margin: 15px 0;
}
.expertise-list ul ul li {
  margin-left: -20px;
}
.expertise-list a {
  color: white;
}
#conversation-other-user ul h4 {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
@media (min-width: 992px) {
  .sample-prof {
    width: 800px;
  }
}
.dashboard-button {
  margin-top: -7px;
}
.coordinator-table {
  width: 100%;
  border: 1px solid black;
  border-collapse: collapse;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 3px;
}
table.coordinator-table tr td {
  border: 1px solid white;
  border-collapse: collapse;
  padding: 7px;
}
table.coordinator-table tr:nth-child(even) {
  color: black;
  background-color: #eee;
  padding: 7px;
}
table.coordinator-table tr:nth-child(odd) {
  color: black;
  background-color: #fff;
  padding: 7px;
}
table.coordinator-table caption {
  background-color: #4db3d0;
  padding: 7px;
}
.public-profile .tooltip {
  width: 350px;
}
body#home {
  overflow-x: hidden;
  background-color: white;
}
@media screen and (max-width: 1199px) {
  body#home .navbar-fixed-top .navbar-header {
    float: left;
  }
  body#home .navbar-fixed-top .navbar-toggle {
    display: none;
  }
  body#home .navbar-fixed-top .navbar-collapse {
    display: block !important;
    border: 0;
    box-shadow: none;
  }
  body#home .navbar-fixed-top .navbar-nav {
    float: left;
    margin: 4px 10px;
  }
  body#home .navbar-fixed-top .navbar-nav li {
    display: inline !important;
  }
  body#home .navbar-fixed-top .navbar-nav li a {
    display: inline-block;
    float: left;
    margin-top: 0 !important;
  }
  body#home .navbar-fixed-top .navbar-public {
    float: right;
    margin-top: 14px;
    margin-bottom: 0;
  }
}
body#home > .container {
  max-width: 1280px;
  padding-left: 0;
  padding-right: 0;
}
body#home > .container > div.row {
  margin-left: 0;
  margin-right: 0;
}
body#home > .container > div.row .container {
  padding: 10px 40px;
}
body#home > .container div[class^=col-] {
  padding-left: 0;
  padding-right: 0;
}
body#home > .container > div.row form div[class^=col-] {
  padding-left: 15px;
  padding-right: 15px;
}
body#home h1,
body#home h2,
body#home h3,
body#home h4 {
  color: #222;
}
body#home h1 {
  font-size: 36px;
}
body#home h2 {
  font-size: 30px;
}
body#home h3 {
  font-size: 24px;
  margin: 11px 0;
}
body#home p {
  line-height: 24px;
}
body#home strong {
  color: #4db3d0;
}
body#home img.responsive {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
body#home .quote blockquote {
  border: 0;
  text-align: left;
}
body#home .quote blockquote p {
  font-size: 22px;
  line-height: 30px;
  /* &::after {
                     content: "";
                     width: 105%;
                     display: block;
                     margin: 3% -5%;
                     border-bottom: 1px solid #999;
                 }*/
}
body#home .quote blockquote .quote-line {
  margin: 20px -20px;
  position: relative;
  border-bottom: 1px solid #999;
}
body#home .quote blockquote .quote-line:before {
  border-top: 12px solid #999;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  content: "";
  margin: 0;
  position: absolute;
  left: 46px;
}
body#home .quote blockquote .quote-line:after {
  border-top: 11px solid #EBEBEB;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  content: "";
  margin: 0;
  position: absolute;
  left: 47px;
}
body#home .quote blockquote cite {
  font-size: 18px;
  color: #777;
  display: table;
  height: 75px;
  padding-left: 85px;
  position: relative;
}
body#home .quote blockquote cite .byline {
  display: table-cell;
  vertical-align: middle;
}
body#home .quote blockquote cite img.profile-pic {
  width: 75px;
  height: 75px;
  margin-right: 20px;
  position: absolute;
  left: 0;
  top: 0;
}
body#home .section {
  margin: 3px 0;
}
body#home .section span.anchor {
  margin-top: -70px;
  padding-bottom: 70px;
  display: block;
}
body#home .border-top {
  border-top: 1px solid #d2d2d2;
}
body#home .border-bottom {
  border-bottom: 1px solid #d2d2d2;
}
body#home .bkgd-primary {
  background-color: #EBEBEB;
}
body#home .section-link {
  cursor: pointer;
}
body#home .bkgd-secondary,
body#home .section-link:hover {
  background-color: #F4F7D0;
}
body#home .bkgd-secondary .quote blockquote .quote-line:after,
body#home .section-link:hover .quote blockquote .quote-line:after {
  border-top: 11px solid #F4F7D0;
}
body#home .bkgd-white {
  background-color: #FFFFFF;
}
body#home .bkgd-action {
  background: url("/img/home/bg-action-link.png") no-repeat center center;
}
body#home .bkgd-action h2 {
  margin: 30px 0;
}
body#home .bkgd-action a {
  color: #222;
  font-weight: bold;
}
body#home .pct {
  color: #333333;
  font-weight: bold;
  font-size: 60px;
  -webkit-border-top-right-radius: 90px;
  -webkit-border-bottom-right-radius: 90px;
  -webkit-border-bottom-left-radius: 90px;
  -webkit-border-top-left-radius: 90px;
  -moz-border-radius-topright: 90px;
  -moz-border-radius-bottomright: 90px;
  -moz-border-radius-bottomleft: 90px;
  -moz-border-radius-topleft: 90px;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  border-bottom-left-radius: 90px;
  border-top-left-radius: 90px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #ebf243;
  width: 180px;
  height: 180px;
  line-height: 180px;
  display: inline-block;
  text-align: center;
  border: 3px solid white;
}
body#home .ctr {
  color: #4db3d0;
  font-weight: bold;
  font-size: 26.66666667px;
  -webkit-border-top-right-radius: 40px;
  -webkit-border-bottom-right-radius: 40px;
  -webkit-border-bottom-left-radius: 40px;
  -webkit-border-top-left-radius: 40px;
  -moz-border-radius-topright: 40px;
  -moz-border-radius-bottomright: 40px;
  -moz-border-radius-bottomleft: 40px;
  -moz-border-radius-topleft: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  border-top-left-radius: 40px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #ffffff;
  width: 80px;
  height: 80px;
  line-height: 80px;
  display: inline-block;
  text-align: center;
  font-size: 40px;
}
body#home .ctr.border {
  border: 3px solid #E4EC14;
}
body#home #hero {
  overflow: hidden;
  position: relative;
}
body#home #hero .title {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  width: 33%;
  padding: 15px 30px;
  -webkit-box-shadow: 0px 0px 20px #cccccc;
  -moz-box-shadow: 0px 0px 20px #cccccc;
  box-shadow: 0px 0px 20px #cccccc;
}
body#home #hero .title h1 {
  font-size: 30px;
  line-height: 120%;
  font-weight: normal;
  color: #222;
  margin: 0 0 0.7em;
}
body#home #hero .title .btn-lg {
  border-radius: 0;
  border-color: #c7d11f;
  border-width: 2px;
  color: #222;
}
body#home #hero .title-12 {
  top: 0;
  right: inherit;
  bottom: inherit;
  left: 33.5%;
}
body#home #hero .title-1 {
  top: 0;
  right: 10%;
  bottom: inherit;
  left: inherit;
}
body#home #hero .title-2 {
  top: 10%;
  right: 0;
  bottom: inherit;
  left: inherit;
}
body#home #hero .title-3 {
  top: 30%;
  right: 0;
  bottom: inherit;
  left: inherit;
}
body#home #hero .title-4 {
  top: inherit;
  right: 0;
  bottom: 10%;
  left: inherit;
}
body#home #hero .title-5 {
  top: inherit;
  right: 10%;
  bottom: 0;
  left: inherit;
}
body#home #hero .title-6 {
  top: inherit;
  right: inherit;
  bottom: 0;
  left: 33.5%;
}
body#home #hero .title-7 {
  top: inherit;
  right: inherit;
  bottom: 0;
  left: 10%;
}
body#home #hero .title-8 {
  top: inherit;
  right: inherit;
  bottom: 10%;
  left: 0;
}
body#home #hero .title-9 {
  top: inherit;
  right: inherit;
  bottom: 30%;
  left: 0;
}
body#home #hero .title-10 {
  top: 10%;
  right: inherit;
  bottom: inherit;
  left: 0;
}
body#home #hero .title-11 {
  top: 0;
  right: inherit;
  bottom: inherit;
  left: 10%;
}
body#home #hero #lang-picker {
  padding: 10px;
  width: auto;
  top: 1%;
  right: 0.5%;
  bottom: inherit;
  left: inherit;
  line-height: 12px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
body#home #hero #lang-picker img {
  margin: 0;
}
body#home #hero #lang-picker a {
  color: #222;
  font-size: 12px;
  line-height: 14px;
}
body#home #press-logos small {
  color: #555;
  font-size: 12px;
  font-weight: bold;
  margin: 10px 0;
  display: block;
}
body#home #how-it-works-div {
  position: relative;
}
body#home #how-it-works-div div.bkgd {
  background: url("/img/home/how-it-works.jpg") no-repeat center top;
}
body#home #how-it-works-div div.bkgd h1 {
  color: white;
  margin-bottom: 10px;
}
body#home #how-it-works-div div.bkgd h1 strong {
  color: #E4EC14;
}
body#home #how-it-works-div div.bkgd h3 {
  color: #83b0bc;
}
body#home #how-it-works-div #last-step {
  position: relative;
  margin-top: -40px;
}
body#home #how-it-works-div #last-step img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
}
body#home #how-it-works-div ul {
  width: 100%;
  margin: 0 auto;
}
body#home #how-it-works-div ul li {
  padding: 20px 60px 20px 30px;
  background: url("/img/home/bg-step-right.png") no-repeat right center;
  color: white;
  margin: 1% 0px 20px;
  max-width: 320px;
  float: left;
}
body#home #how-it-works-div ul li strong {
  color: #E4EC14;
}
body#home #how-it-works-div ul li::after {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: 0;
}
body#home #stats p {
  width: 90%;
  margin: 0 auto;
}
body#home .carousel-inner {
  width: 50%;
  margin: 0 auto;
}
body#home .carousel-inner img {
  margin: 0 auto;
}
body#home .carousel-control {
  width: 50px;
  height: 50px;
  top: 30%;
}
body#home .carousel-control.left,
body#home .carousel-control.right {
  background: #999;
}
body#home .carousel-control .icon-prev,
body#home .carousel-control .glyphicon-chevron-left {
  top: 25%;
  left: 28%;
}
body#home .carousel-control .icon-next,
body#home .carousel-control .glyphicon-chevron-right {
  top: 25%;
  left: auto;
  right: 28%;
}
body#home .jcarousel-wrapper {
  margin: 10px 0 50px;
  position: relative;
}
body#home .jcarousel-wrapper .jcarousel {
  position: relative;
  overflow: hidden;
  width: 86%;
  margin: 0 auto;
}
body#home .jcarousel-wrapper .jcarousel ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
body#home .jcarousel-wrapper .jcarousel li {
  width: 243px;
  float: left;
  border: 1px solid #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body#home .jcarousel-wrapper .jcarousel img {
  display: block;
  max-width: 100%;
  height: auto !important;
  margin: 0 auto;
}
body#home .jcarousel-wrapper .jcarousel-control-prev,
body#home .jcarousel-wrapper .jcarousel-control-next {
  position: absolute;
  top: 50%;
  margin-top: -36px;
  width: 6%;
  height: 72px;
  text-align: center;
  background: #d7d7d7;
  color: #ffffff;
  text-decoration: none;
  font-size: 20px;
  line-height: 72px;
}
body#home .jcarousel-wrapper .jcarousel-control-prev:hover,
body#home .jcarousel-wrapper .jcarousel-control-next:hover {
  background: #bebebe !important;
}
body#home .jcarousel-wrapper .jcarousel-control-prev {
  left: 0;
  padding-right: 2px;
}
body#home .jcarousel-wrapper .jcarousel-control-next {
  right: 0;
  padding-left: 2px;
}
@media screen and (min-width: 768px) {
  body#home #hero .title h1 {
    font-size: 21px;
  }
  body#home #hero .title .btn-lg {
    font-size: 14px;
    padding: 5px 20px;
  }
  body#home #press-logos li {
    margin: 10px 0;
  }
  body#home #press-logos img {
    width: 85%;
    height: auto;
  }
  body#home #how-it-works-div ul {
    width: 100%;
  }
  body#home #how-it-works-div ul li {
    padding: 20px 20px 60px 20px;
    background: url("/img/home/bg-step.png") no-repeat center bottom;
    float: none;
    display: block;
    clear: both;
    margin: 10px auto;
  }
}
@media screen and (max-width: 992px) {
  body#home #how-it-works-div ul li:nth-child(3) {
    margin-bottom: 270px !important;
  }
  body#home #final-step-img {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -165px;
    max-width: 400px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  body#home #how-it-works-div ul li:nth-child(3) {
    margin-bottom: 0px;
  }
  body#home #final-step-img {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  body#home #hero .title h1 {
    font-size: 25.5px;
  }
  body#home #hero .title .btn-lg {
    font-size: 21px;
    padding: 14px 40px;
  }
  body#home #press-logos li {
    margin: 10px;
  }
  body#home #press-logos img {
    width: auto;
    height: auto;
  }
  body#home #how-it-works-div ul {
    width: 100%;
    margin-left: 0px;
    margin-right: -70px;
  }
  body#home #how-it-works-div ul li {
    padding: 20px 60px 20px 30px;
    background: url("/img/home/bg-step-right.png") no-repeat right center;
    display: inline-block;
    margin: 1% 0 30px 0;
    max-width: 300px;
    clear: none;
  }
  body#home #final-step-img {
    position: absolute;
    bottom: 0;
    margin-left: -165px;
    max-width: 400px;
  }
}
@media screen and (min-width: 1200px) {
  body#home #hero .title h1 {
    font-size: 30px;
  }
  body#home #hero .title .btn-lg {
    font-size: 21px;
    padding: 14px 70px;
  }
  body#home #press-logos li {
    margin: 10px;
  }
  body#home #press-logos img {
    width: auto;
    height: auto;
  }
  body#home #how-it-works-div #last-step-content {
    text-align: left;
    min-height: 400px;
  }
  body#home #how-it-works-div ul {
    width: 100%;
    margin-left: -10px;
    margin-right: -50px;
  }
  body#home #how-it-works-div ul li {
    padding: 20px 60px 20px 30px;
    background: url("/img/home/bg-step-right.png") no-repeat right center;
    display: inline-block;
    margin: 1% 0 30px 0;
    float: left;
    clear: none;
  }
  body#home #how-it-works-div ul li:nth-child(3) {
    margin-bottom: 0px;
  }
  body#home #final-step-img {
    max-width: 310px;
    margin: 0px;
    position: absolute;
    right: 0px;
    bottom: 0px;
  }
}
@media screen and (max-width: 768px) {
  body#home .navbar-nav:first-child {
    display: none;
  }
  body#home .pct {
    color: #333333;
    font-weight: bold;
    font-size: 46.66666667px;
    -webkit-border-top-right-radius: 70px;
    -webkit-border-bottom-right-radius: 70px;
    -webkit-border-bottom-left-radius: 70px;
    -webkit-border-top-left-radius: 70px;
    -moz-border-radius-topright: 70px;
    -moz-border-radius-bottomright: 70px;
    -moz-border-radius-bottomleft: 70px;
    -moz-border-radius-topleft: 70px;
    border-top-right-radius: 70px;
    border-bottom-right-radius: 70px;
    border-bottom-left-radius: 70px;
    border-top-left-radius: 70px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #ebf243;
    width: 140px;
    height: 140px;
    line-height: 140px;
    display: inline-block;
    text-align: center;
    border: 3px solid white;
  }
  body#home #hero .title {
    width: 100%;
    top: inherit !important;
    right: inherit !important;
    bottom: 0 !important;
    left: 0 !important;
  }
  body#home #hero .title h1 {
    font-size: 16.5px;
  }
  body#home #hero .title .btn-lg {
    font-size: 12px;
    padding: 5px 20px;
  }
  body#home #press-logos li {
    margin: 10px 0;
  }
  body#home #press-logos img {
    width: 70%;
    height: auto;
  }
  body#home #how-it-works-div #last-step-content {
    text-align: center;
    min-height: inherit;
  }
  body#home #how-it-works-div ul {
    width: 100%;
  }
  body#home #how-it-works-div ul li {
    padding: 20px 20px 60px 20px;
    background: url("/img/home/bg-step.png") no-repeat center bottom;
    float: none;
    display: block;
    clear: both;
    margin: 10px auto;
  }
  body#home #how-it-works-div ul li:nth-child(3) {
    margin-bottom: 0px;
  }
  body#home #final-step-img {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -165px;
    max-width: 400px;
  }
}
@media screen and (max-width: 479px) {
  body#home {
    overflow-x: hidden;
    padding-top: 130px;
  }
  body#home .navbar-public {
    display: block;
    float: none !important;
    clear: left;
    margin: 0 !important;
    padding: 12px 0 0px;
  }
  body#home .navbar-public li {
    display: inline-block;
  }
  body#home .navbar-public li a {
    display: inline-block;
    margin-top: 0 !important;
  }
  body#home #hero img {
    max-width: 175%;
    margin: 0 0 0 -50%;
  }
  body#home #hero .title {
    width: 100%;
    bottom: 0;
  }
  body#home #hero h1 {
    font-size: 18px !important;
  }
  body#home #how-it-works-div ul {
    width: 100%;
  }
  body#home #how-it-works-div ul li {
    padding: 20px 20px 60px 20px;
    background: url("/img/home/bg-step.png") no-repeat center bottom;
    float: none;
    display: block;
    clear: both;
    margin: 10px auto;
  }
  body#home #how-it-works-div ul li:nth-child(3) {
    margin-bottom: 0px;
  }
  body#home #final-step-img {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -165px;
    max-width: 400px;
  }
  #footer {
    height: 130px;
  }
}
#janrainEngageEmbed .janrainContent {
  width: 100% !important;
  height: 60px !important;
  margin: 0 !important;
  padding: 0 !important;
}
#janrainEngageEmbed .janrainContent #janrainProviderPages,
#janrainEngageEmbed .janrainContent #janrainAuthReturnExperience {
  width: 100% !important;
}
#janrainEngageEmbed .janrainContent #janrainProviderPages > div,
#janrainEngageEmbed .janrainContent #janrainAuthReturnExperience > div {
  top: 0 !important;
  margin-top: 0 !important;
}
#janrainEngageEmbed .janrainContent .janrainHeader {
  font-weight: bold;
  padding: 0 !important;
}
#janrainEngageEmbed .janrainContent .providers li {
  float: left;
  width: 30% !important;
  margin-right: 3%;
}
#janrainEngageEmbed .janrainContent .providers li a span:last-child {
  margin-top: 7px !important;
}
#janrainEngageEmbed .janrainContent a[role=button] span:last-child {
  margin-top: 7px !important;
}
#index {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px !important;
}
#index .navbar {
  display: none;
}
#index .container {
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}
#index #footer {
  position: inherit !important;
}
.new-homepage {
  width: 100%;
  /* global elements */
  /*padding and margin built ins */
  /**color classes for fonts **/
  /*** circles - global - use top or bottom ***/
  /** end circles **/
  /** unslider stuff **/
  /* wordpress styles for blog entries*/
  /********************

    Typography

    *******************/
}
.new-homepage .page-template-landing-page2 .lp-top {
  min-height: 50px;
  padding: 20px 0;
  height: 70px;
  max-height: 70px;
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.new-homepage .page-template-landing-page2 {
  padding: 0 !important;
  margin: 0 !important;
  font: 300 18px/1.4em "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  background-color: #fff;
  position: relative;
}
.new-homepage img {
  max-width: 100%;
}
.new-homepage .main-container {
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  padding: 0;
  z-index: 999999;
  background-color: #fff;
  display: block;
  min-height: 500px;
  color: #3f3f3f;
  position: relative;
}
.new-homepage .wrap {
  max-width: 65em;
  margin-left: auto;
  margin-right: auto;
  padding: 0 3%;
}
.new-homepage .wrap:after {
  content: "";
  display: table;
  clear: both;
}
.new-homepage .align-right {
  text-align: right;
}
.new-homepage .align-center {
  text-align: center;
}
.new-homepage .hero .profile h2 {
  font-weight: normal;
  line-height: 1.2em;
}
.new-homepage .main-header {
  font-size: 48px;
  margin: 0 0 36px;
  color: #b2bb1c;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .new-homepage .main-header {
    margin: 48px 0;
    font-size: 58px;
  }
}
@media only screen and (min-width: 960px) {
  .new-homepage .main-header {
    margin: 56px 0;
    font-size: 68px;
  }
}
.new-homepage .big-header {
  font-size: 40px;
  margin: 30px 0;
  color: #ccc;
}
@media only screen and (min-width: 640px) {
  .new-homepage .big-header {
    font-size: 50px;
  }
}
@media only screen and (min-width: 960px) {
  .new-homepage .big-header {
    font-size: 60px;
  }
}
.new-homepage .medium-header {
  font-size: 30px;
  color: #fff;
}
@media only screen and (min-width: 640px) {
  .new-homepage .medium-header {
    font-size: 33px;
  }
}
@media only screen and (min-width: 960px) {
  .new-homepage .medium-header {
    font-size: 36px;
  }
}
.new-homepage .small-header {
  font-size: 21px;
}
@media only screen and (min-width: 640px) {
  .new-homepage .small-header {
    font-size: 24px;
  }
}
.new-homepage .big-header + .medium-header {
  margin-top: 0;
}
.new-homepage blockquote {
  text-align: left;
  font-style: italic;
  margin: 0;
}
.new-homepage .custom-image {
  margin: 12px 0 24px;
}
.new-homepage .custom-image img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.new-homepage .green-button {
  border-radius: 4px;
  padding: 14px 34px;
  background-color: #b2bb1c;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 400;
  cursor: pointer;
}
.new-homepage .green-button:hover {
  background-color: #4db3d0;
  color: #fff;
}
.new-homepage .hollow-button {
  border-radius: 4px;
  padding: 10px;
  background-color: transparent;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  font-weight: 400;
  cursor: pointer;
  border: 3px solid #fff;
}
.new-homepage .hollow-button:hover {
  background-color: #fff;
  color: #4db3d0;
}
.new-homepage .blue-button {
  color: #4db3d0;
  border: 3px solid #4db3d0;
}
.new-homepage .circle-image {
  width: 130px;
  height: 130px;
  border-radius: 50%;
}
.new-homepage .green-circle {
  background: #a7b120;
  width: 130px;
  height: 130px;
  margin: 0 auto;
  border-radius: 50%;
}
.new-homepage .green-text {
  color: #b2bb1c;
}
.new-homepage .gray-text {
  color: #ccc;
}
.new-homepage .blue-text {
  color: #0e5c68;
}
.new-homepage .white-text {
  color: #fff;
}
.new-homepage .default-text {
  color: #3f3f3f;
}
.new-homepage .primary-text,
.new-homepage .primary {
  color: #4db3d0;
}
.new-homepage .hp-green-text {
  color: #00b087;
}
.new-homepage .nub {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-left: -64px;
  display: table;
  text-align: center;
  z-index: 20;
}
.new-homepage .nub img,
.new-homepage .nub p {
  display: table-cell;
  vertical-align: middle;
}
.new-homepage .nub img {
  margin: 0 auto;
}
.new-homepage .primary {
  background-color: #4db3d0;
  color: #fff;
}
.new-homepage .white {
  background-color: #fff;
  color: #4db3d0;
}
.new-homepage .blue {
  background-color: #0e5c68;
  color: #fff;
}
.new-homepage .light-gray {
  background-color: #f0ebe3;
  color: #3f3f3f;
}
.new-homepage .hp-green {
  background-color: #00b087;
  color: #fff;
}
.new-homepage .bottom {
  bottom: -45px;
}
.new-homepage .bottom-small {
  bottom: -50px;
}
.new-homepage .top {
  top: -50px;
}
.new-homepage .nubrow {
  position: relative;
  margin: 0;
  width: 100%;
  min-height: 250px;
  padding: 50px 0 80px;
  display: block;
  clear: both;
}
.new-homepage .round-box {
  border-radius: 4px;
  display: block;
  margin: 26px 20px;
  min-height: 150px;
  width: auto;
}
@media only screen and (min-width: 960px) {
  .new-homepage .contact .c-info .col-3 {
    text-align: right;
  }
}
@media only screen and (min-width: 960px) {
  .new-homepage .contact .c-info .col-8 {
    text-align: left;
  }
}
.new-homepage .contact .c-form {
  clear: both;
  text-align: left;
  font-size: .9em;
  margin-top: 20px;
}
@media only screen and (min-width: 960px) {
  .new-homepage .contact .c-form {
    width: 86%;
    margin: 0 0 0 9%;
  }
}
.new-homepage .contact .c-form input[type=text],
.new-homepage .contact .c-form input[type=email],
.new-homepage .contact .c-form select {
  max-width: 100% !important;
  font-size: 1.3em;
  padding: 6px;
}
.new-homepage .contact .c-form select {
  width: 100%;
}
.new-homepage .contact .c-form .col-3 label {
  width: 110px;
  display: inline-block;
}
.new-homepage .contact .c-form .col-3 input {
  margin-bottom: 12px;
  width: calc(-15%);
}
@media only screen and (min-width: 960px) {
  .new-homepage .contact .c-form .col-3 input {
    width: 100%;
  }
}
.new-homepage .contact .c-form .col-4 {
  margin-right: .92em;
  padding-bottom: 10px;
}
@media only screen and (min-width: 960px) {
  .new-homepage .contact .c-form .col-4 {
    width: 31.7%;
  }
}
.new-homepage .contact .c-form .col-4 label {
  width: 110px;
  display: inline-block;
}
@media only screen and (min-width: 960px) {
  .new-homepage .contact .c-form .col-4 label {
    width: auto;
  }
}
.new-homepage .contact .c-form .col-4 input,
.new-homepage .contact .c-form .col-4 select {
  margin-bottom: 4px;
  width: calc(-15%);
}
@media only screen and (min-width: 960px) {
  .new-homepage .contact .c-form .col-4 input,
  .new-homepage .contact .c-form .col-4 select {
    width: 100%;
  }
}
.new-homepage .contact .c-form textarea {
  width: 100%;
}
.new-homepage .contact .c-form .screen-reader-response {
  float: left;
  clear: both;
}
.new-homepage .contact .c-info {
  height: 180px;
  clear: both;
}
.new-homepage .contact .c-info .c-p {
  margin-top: 30px;
  font-size: 22px;
  line-height: 1.5em;
}
.new-homepage .logos {
  min-height: 220px;
}
.new-homepage .logos .logo-wrap {
  max-width: 90%;
  margin: auto;
  display: block;
}
.new-homepage .logos .logo-wrap .p-logos {
  width: 100%;
  padding: 6px;
  display: inline-block;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .new-homepage .logos .logo-wrap .p-logos {
    width: 19%;
  }
}
.new-homepage .logos .logo-wrap .p-logos img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100px;
}
@media only screen and (min-width: 960px) {
  .new-homepage .stat-col {
    padding-right: 1.3em;
    border-right: 1px solid #ccc;
  }
}
.new-homepage .stat-col:last-of-type {
  border-right: none;
}
.new-homepage .stat-col h2 {
  font: 700 100px/1em "Roboto Condensed", sans-serif;
  color: #b2bb1c;
  margin-bottom: 0;
  margin-top: 8px;
}
.new-homepage .stat-col p {
  margin-top: 0;
}
.new-homepage .map {
  background-image: url(/wp-content/themes/decoder/library/images/map.jpg);
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 240px;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 640px) {
  .new-homepage .map {
    height: 360px;
  }
}
@media only screen and (min-width: 960px) {
  .new-homepage .map {
    height: 500px;
  }
}
.new-homepage .lower-stat {
  width: 100%;
  text-align: center;
  display: block;
}
.new-homepage .lower-stat .stat-col-2 {
  display: inline-block;
  width: 150px;
  padding: 10px;
}
.new-homepage .lower-stat .stat-col-2 h2 {
  font: 700 100px/1em "Roboto Condensed", sans-serif;
  color: #b2bb1c;
  margin-bottom: 0;
  margin-top: 8px;
}
.new-homepage .lower-stat .stat-col-2 p {
  margin-top: 0;
}
.new-homepage .stat {
  font-size: 100px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1.0em;
  color: #b2bb1c;
  margin-bottom: 0;
  margin-top: 8px;
}
.new-homepage .smaller-stat {
  font-size: 72px;
}
.new-homepage .smallest-stat {
  font-size: 48px;
  color: #0e5c68;
}
.new-homepage .clearfix {
  zoom: 1;
}
.new-homepage .clearfix:before {
  content: "";
  display: table;
}
.new-homepage .clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.new-homepage .equals {
  font-size: 100px;
  margin: 20px 0 24px;
}
@media only screen and (min-width: 960px) {
  .new-homepage .equals {
    margin: 60px 0;
  }
}
.new-homepage .vs {
  font-size: 60px;
  margin: 20px 0 40px;
}
@media only screen and (min-width: 960px) {
  .new-homepage .vs {
    margin: 60px 0;
  }
}
.new-homepage .team {
  margin-top: 50px;
}
.new-homepage .team .team-member {
  margin-bottom: 30px;
  text-align: left;
  overflow: hidden;
}
.new-homepage .team .team-member .team-image {
  width: 130px;
  height: 130px;
  margin: 0 auto 12px;
}
@media only screen and (min-width: 960px) {
  .new-homepage .team .team-member .team-image {
    margin: 0 30px 50px 0;
    float: left;
  }
}
.new-homepage .team .team-member .team-quote {
  width: 100%;
  margin-top: 12px;
  font-size: 1em;
  line-height: 1.3em;
  float: left;
  font-style: italic;
}
@media only screen and (min-width: 960px) {
  .new-homepage .team .team-member .team-quote {
    width: calc(-60%);
  }
}
.new-homepage .team .team-member .team-text {
  width: 100%;
  margin-top: 12px;
  font-size: 1em;
  line-height: 1.3em;
  float: left;
}
@media only screen and (min-width: 960px) {
  .new-homepage .team .team-member .team-text {
    width: calc(-60%);
  }
}
.new-homepage .team .team-member .team-text h4 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
.new-homepage .team .team-member .team-text .team-title {
  font-size: 16px;
  display: inline-block;
  margin-bottom: 4px;
}
.new-homepage #testimonial-slider {
  padding: 80px 0;
}
.new-homepage #testimonial-slider .col-2 {
  text-align: center;
  min-width: 130px;
}
@media only screen and (min-width: 960px) {
  .new-homepage #testimonial-slider .col-10 {
    max-width: calc(-60%);
  }
}
.new-homepage #testimonial-slider .fixed-wrap {
  max-width: 72%;
  padding: 0;
}
@media only screen and (min-width: 960px) {
  .new-homepage #testimonial-slider .fixed-wrap {
    max-width: 80%;
  }
}
.new-homepage .unslider {
  margin-bottom: 20px;
}
.new-homepage .unslider {
  overflow: auto;
  margin: 0;
  padding: 0;
}
.new-homepage .unslider-wrap {
  position: relative;
}
.new-homepage .unslider-wrap.unslider-carousel > li {
  float: left;
}
.new-homepage .unslider-vertical > ul {
  height: 100%;
}
.new-homepage .unslider-vertical li {
  float: none;
  width: 100%;
}
.new-homepage .unslider-fade {
  position: relative;
}
.new-homepage .unslider-fade .unslider-wrap li {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 8;
}
.new-homepage .unslider-fade .unslider-wrap li.unslider-active {
  z-index: 10;
}
.new-homepage .unslider li,
.new-homepage .unslider ol,
.new-homepage .unslider ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
}
.new-homepage .unslider-arrow {
  position: absolute;
  left: 20px;
  z-index: 2;
  cursor: pointer;
}
.new-homepage .unslider-arrow.next {
  left: auto;
  right: 20px;
}
.new-homepage .unslider-nav ol {
  list-style: none;
  text-align: center;
}
.new-homepage .unslider-nav ol li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  background: transparent;
  border-radius: 9px;
  overflow: hidden;
  text-indent: -999em;
  border: 2px solid #fff;
  cursor: pointer;
}
.new-homepage .unslider-nav ol li.unslider-active {
  background: #fff;
  cursor: default;
}
.new-homepage .unslider .arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -26px;
}
.new-homepage .unslider .next {
  right: -50px;
}
.new-homepage .unslider .prev {
  left: -50px;
}
.new-homepage .hideit {
  height: 0 !important;
  width: 0 !important;
  opacity: 0;
}
.new-homepage .bottom-call {
  position: fixed;
  left: 50%;
  margin-left: -225px;
  text-align: center;
  color: #fff;
  z-index: 1000;
}
.new-homepage .bottom-call #spring-cta {
  display: inline-block;
  margin: 0 auto -2px;
  width: 150px !important;
  background-color: #b2bb1c !important;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  color: #fff;
  padding: 6px 24px 10px;
  position: static;
  z-index: 1;
  cursor: pointer;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
}
.new-homepage .bottom-call .cta-cont {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  border-radius: 6px;
  display: block;
  background-color: #b2bb1c !important;
  width: 100%;
  min-height: 80px;
  z-index: 100;
  position: static;
  padding: 6px 0;
}
.new-homepage .bottom-call .cta-cont img {
  max-height: 18px;
}
.new-homepage .bottom-call .cta-cont .col-4 {
  padding-top: 25px;
}
.new-homepage .bottom-call a {
  color: #fff;
}
@media only screen and (min-width: 1px) {
  .new-homepage .bottom-call {
    width: 100%;
    margin-left: -50%;
    min-height: 300px;
    bottom: -252px;
  }
  .new-homepage .bottom-call .cta-cont {
    min-height: 260px;
  }
}
@media only screen and (min-width: 640px) {
  .new-homepage .bottom-call {
    width: 450px;
    margin-left: -225px;
    min-height: 100px;
    bottom: -83px;
  }
  .new-homepage .bottom-call #spring-cta,
  .new-homepage .bottom-call .cta-cont {
    float: none;
  }
  .new-homepage .bottom-call .cta-cont {
    min-height: 80px;
  }
}
.new-homepage .home .tophero {
  min-height: 660px;
  background-position: center 20%;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .new-homepage .home .tophero {
    min-height: 500px;
  }
}
@media only screen and (min-width: 960px) {
  .new-homepage .home .tophero {
    min-height: 450px;
    text-align: left;
  }
}
@media only screen and (min-width: 1120px) {
  .new-homepage .home .tophero {
    min-height: 612px;
  }
}
@media only screen and (min-width: 1120px) {
  .new-homepage .home .tophero .col-6 {
    padding-top: 154px;
  }
}
.new-homepage .home .tophero .col-6 p {
  text-align: left;
}
@media only screen and (min-width: 960px) {
  .new-homepage .home .tophero .hero-right {
    padding-top: 125px;
    padding-left: 20px;
  }
}
@media only screen and (min-width: 1120px) {
  .new-homepage .home .tophero .hero-right {
    padding-top: 278px;
    padding-left: 40px;
  }
}
.new-homepage .home .tophero .hero-right .green-button {
  margin: 0 0 10px;
  padding: 12px 20px;
}
@media only screen and (min-width: 640px) {
  .new-homepage .home .tophero .hero-right .green-button {
    margin: 0 10px 10px 0;
  }
}
@media only screen and (min-width: 1120px) {
  .new-homepage .home .tophero .hero-right .green-button {
    padding: 14px 34px;
  }
}
.new-homepage .home h4 {
  font-size: 1.2em;
  font-weight: 700;
}
.new-homepage .home #two {
  min-height: 820px;
  padding-bottom: 96px;
}
.new-homepage .home #two ul {
  text-align: left;
  list-style-type: disc;
  margin-left: 16px;
  margin-bottom: 40px;
}
.new-homepage .home #two ul li {
  padding: 6px 0;
}
.new-homepage .home #three {
  padding-top: 50px;
  padding-bottom: 60px;
  min-height: 740px;
}
.new-homepage .home #three ul {
  text-align: left;
  list-style-type: disc;
  margin-left: 16px;
  margin-bottom: 40px;
}
.new-homepage .home #three ul li {
  padding: 1px 0;
}
@media only screen and (min-width: 1px) {
  .new-homepage .home #three .col-5 {
    text-align: center;
  }
}
@media only screen and (min-width: 640px) {
  .new-homepage .home #three .col-5 {
    text-align: right;
    width: 48%;
  }
}
@media only screen and (min-width: 960px) {
  .new-homepage .home #three .col-5 {
    width: 40.29137%;
  }
}
@media only screen and (min-width: 640px) {
  .new-homepage .home #three .col-6 {
    width: 48%;
  }
}
@media only screen and (min-width: 960px) {
  .new-homepage .home #three .col-6 {
    width: 48.82117%;
  }
}
.new-homepage .home #five {
  min-height: 1200px;
}
.new-homepage .home #five .hollow-button {
  border-color: #4db3d0 !important;
  color: #4db3d0;
  margin-bottom: 30px;
}
.new-homepage .home #five .hollow-button:hover {
  color: #fff;
}
.new-homepage .home #testimonials {
  padding-top: 40px;
}
.new-homepage .home .nub img {
  margin: 12px auto 0;
}
.new-homepage .home .bottom-small img {
  margin: 24px auto 0;
}
.new-homepage .page-template-about .tophero {
  min-height: 0;
  padding: 53px;
}
@media only screen and (min-width: 960px) {
  .new-homepage .page-template-about .tophero {
    background-position: center -100px;
  }
}
.new-homepage .page-template-about .primary {
  padding-bottom: 90px;
}
.new-homepage .page-template-about .team .team-member .team-text {
  font-size: 12px;
}
.new-homepage .page-template-about #contact .nub img {
  margin-top: 20px;
}
.new-homepage .page-template-beni-corp .tophero {
  min-height: 0;
  padding: 26px;
}
@media only screen and (min-width: 960px) {
  .new-homepage .page-template-beni-corp .tophero {
    background-position: center -50px;
  }
}
.new-homepage .page-template-beni-corp #two {
  min-height: 1230px;
}
.new-homepage .page-template-beni-corp #two .icons .col-3 {
  padding-right: 1.3em;
}
.new-homepage .page-template-beni-corp #two .beni-cols {
  border-right: 1px solid #fff;
  padding-right: 1.3em;
  min-height: 520px;
  position: relative;
}
.new-homepage .page-template-beni-corp #two .beni-cols h3 {
  min-height: 110px;
}
.new-homepage .page-template-beni-corp #two .beni-cols p {
  text-align: left;
  font-weight: 400;
}
.new-homepage .page-template-beni-corp #two .beni-cols:last-of-type {
  border-right: none;
}
.new-homepage .page-template-beni-corp #two .beni-cols .hollow-button {
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -72px;
}
.new-homepage .page-template-beni-corp #two .beni-cols ul {
  text-align: left;
  list-style-type: disc;
  margin-left: 16px;
  margin-bottom: 40px;
}
.new-homepage .page-template-beni-corp #two .beni-cols ul li {
  padding: 6px 0;
}
.new-homepage .page-template-beni-corp #two .beni-row {
  background-color: #fff;
  border-radius: 4px;
  float: left;
  clear: both;
  margin: 10px 0;
  padding: 20px;
  height: 360px;
  min-height: 200px;
  width: 100%;
  color: #2e2e2e;
  position: relative;
}
@media only screen and (min-width: 960px) {
  .new-homepage .page-template-beni-corp #two .beni-row {
    height: 230px;
  }
}
.new-homepage .page-template-beni-corp #two .beni-row .col-2 {
  width: 36%;
}
@media only screen and (min-width: 960px) {
  .new-homepage .page-template-beni-corp #two .beni-row .col-2 {
    width: 23%;
  }
}
.new-homepage .page-template-beni-corp #two .beni-row .col-9 {
  text-align: left;
  width: 58%;
  font-size: 15px;
}
@media only screen and (min-width: 960px) {
  .new-homepage .page-template-beni-corp #two .beni-row .col-9 {
    width: 66%;
    font-size: 18px;
  }
}
.new-homepage .page-template-beni-corp #two .beni-row .col-9 .small-header {
  color: #4db3d0;
  margin: 10px 0 0;
  font-size: 19px;
}
@media only screen and (min-width: 960px) {
  .new-homepage .page-template-beni-corp #two .beni-row .col-9 .small-header {
    font-size: 21px;
  }
}
.new-homepage .page-template-beni-corp #two .beni-row .down-arrow {
  position: absolute;
  right: 20px;
  bottom: 16px;
  width: 60px;
  height: 20px;
  background-image: url("/wp-content/themes/decoder/library/images/down.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.new-homepage .page-template-beni-corp #three {
  min-height: 2060px;
}
.new-homepage .page-template-beni-corp #three .eng-p {
  display: inline;
  text-align: left;
}
.new-homepage .page-template-beni-corp #three .right-inline {
  float: right;
  clear: right;
  display: inline-block;
  width: 230px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin: 0px 0 20px 10px;
  padding: 10px 0;
  text-align: center;
}
.new-homepage .page-template-beni-corp #three .right-inline h2 {
  margin: 4px auto;
  font-size: 4em;
}
.new-homepage .page-template-beni-corp #three .right-inline p {
  margin: 10px auto;
}
.new-homepage .page-template-beni-corp #three .right-inline .source {
  font-style: italic;
}
.new-homepage .page-template-beni-corp #three ul {
  text-align: left;
  list-style-type: disc;
  margin-left: 16px;
  margin-bottom: 40px;
}
.new-homepage .page-template-beni-corp #three ul li {
  padding: 6px 0;
}
.new-homepage .page-template-beni-corp #three .round-corners {
  border-radius: 4px;
  background-color: #fff !important;
  float: left;
  clear: both;
  width: 100%;
  padding: 30px 0;
}
.new-homepage .page-template-beni-corp #three .round-corners .col-6 {
  padding: 0px 30px;
}
.new-homepage .page-template-beni-corp #three .round-corners .col-6:first-of-type {
  border-right: 1px solid #ccc;
}
.new-homepage .page-template-beni-corp #three .round-corners h2 {
  color: #b2bb1c;
  margin: 4px auto;
  font-size: 4em;
  font-weight: 900;
}
.new-homepage .page-template-beni-corp #three .round-corners p {
  color: #2e2e2e;
  text-align: center;
  margin: 10px auto;
}
.new-homepage .page-template-beni-corp #three .lwer-exp {
  float: left;
  clear: both;
  width: 100%;
  display: block;
  margin-top: 30px;
}
.new-homepage .page-template-beni-corp #three .lwer-exp .exp-cols {
  min-height: 320px;
  text-align: center;
}
@media only screen and (min-width: 960px) {
  .new-homepage .page-template-beni-corp #three .lwer-exp .exp-cols {
    padding-right: 1.3em;
    border-right: 1px solid #fff;
  }
}
.new-homepage .page-template-beni-corp #three .lwer-exp .exp-cols h2 {
  color: #fff;
  margin: 4px auto;
  font-size: 4em;
  font-weight: 900;
}
.new-homepage .page-template-beni-corp #three .lwer-exp .exp-cols:last-of-type {
  border-right: none;
}
.new-homepage .page-template-beni-corp #four ul {
  text-align: left;
  list-style-type: disc;
  margin-left: 16px;
  margin-bottom: 10px;
}
.new-homepage .page-template-beni-corp #four ul li {
  padding: 6px 0;
}
.new-homepage .page-template-beni-corp #five {
  min-height: 1800px;
  background-color: #333333;
  background-position: center top !important;
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding: 50px 0 80px;
}
.new-homepage .page-template-beni-corp #five ul {
  text-align: left;
  list-style-type: disc;
  margin-left: 16px;
  margin-bottom: 10px;
}
.new-homepage .page-template-beni-corp #five ul li {
  padding: 6px 0;
}
.new-homepage .page-template-beni-corp #five .round-corners {
  background-color: #4db3d0;
  border-radius: 4px;
  color: #fff;
  float: left;
  width: 100%;
  padding: 20px 30px;
}
.new-homepage .page-template-beni-corp #five .round-corners .small-header {
  color: #fff;
}
.new-homepage .page-template-beni-corp #six {
  min-height: 800px;
}
.new-homepage .page-template-beni-corp #six ul {
  text-align: left;
  list-style-type: disc;
  margin-left: 16px;
  margin-bottom: 10px;
}
.new-homepage .page-template-beni-corp #six ul li {
  padding: 6px 0;
}
.new-homepage .page-template-beni-corp #seven {
  min-height: 1100px;
}
.new-homepage .page-template-beni-corp #seven .eng-p {
  display: inline;
  text-align: left;
}
.new-homepage .page-template-beni-corp #seven .right-inline {
  float: right;
  clear: right;
  display: inline-block;
  width: 230px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin: 0px 0 20px 10px;
  padding: 10px 0;
  text-align: center;
}
.new-homepage .page-template-beni-corp #seven .right-inline h2 {
  margin: 4px auto;
  font-size: 4em;
}
.new-homepage .page-template-beni-corp #seven .right-inline p {
  margin: 10px auto;
}
.new-homepage .page-template-beni-corp #seven .right-inline .source {
  font-style: italic;
}
.new-homepage .page-template-beni-corp #seven ul {
  text-align: left;
  list-style-type: disc;
  margin-left: 16px;
  margin-bottom: 40px;
}
.new-homepage .page-template-beni-corp #seven ul li {
  padding: 6px 0;
}
.new-homepage .page-template-beni-corp #seven .round-corners {
  border-radius: 4px;
  background-color: #fff !important;
  float: left;
  clear: both;
  width: 100%;
  padding: 30px 0 5px;
  color: #2e2e2e;
  min-height: 300px;
}
.new-homepage .page-template-beni-corp #seven .lwer-exp {
  float: left;
  clear: both;
  width: 100%;
  display: block;
  margin: 30px auto 40px;
}
.new-homepage .page-template-beni-corp #seven .lwer-exp .exp-cols {
  min-height: 200px;
  text-align: center;
}
@media only screen and (min-width: 960px) {
  .new-homepage .page-template-beni-corp #seven .lwer-exp .exp-cols {
    padding-right: 1.3em;
    border-right: 1px solid #fff;
  }
}
.new-homepage .page-template-beni-corp #seven .lwer-exp .exp-cols h2 {
  color: #fff;
  margin: 4px auto;
  font-size: 4em;
  font-weight: 900;
}
.new-homepage .page-template-beni-corp #seven .lwer-exp .exp-cols:last-of-type {
  border-right: none;
}
.new-homepage .page-template-beni-corp #testimonials {
  padding-top: 66px;
  min-height: 1060px;
}
.new-homepage .page-template-beni-corp #contact .nub img {
  margin-top: 20px;
}
.new-homepage .page-template-beni-gov .tophero {
  min-height: 250px;
  padding-top: 32px;
  color: #fff;
}
@media only screen and (min-width: 960px) {
  .new-homepage .page-template-beni-gov .tophero {
    padding-top: 100px;
  }
}
.new-homepage .page-template-beni-gov .hero {
  padding-bottom: 80px;
}
.new-homepage .page-template-beni-gov #impact {
  padding-bottom: 66px;
  min-height: 640px;
}
.new-homepage .page-template-beni-gov #benefits {
  min-height: 1800px;
  padding-top: 100px;
}
.new-homepage .page-template-beni-gov #case-study {
  padding-top: 60px;
  min-height: 600px;
}
.new-homepage .page-template-beni-gov #testimonials {
  padding: 60px 0;
}
.new-homepage .page-template-beni-gov #engage {
  padding: 60px 0;
}
.new-homepage .page-template-beni-gov #contact .nub img {
  margin-top: 20px;
}
.new-homepage .page-template-impact .hero {
  min-height: 0;
  padding: 26px;
}
@media only screen and (min-width: 960px) {
  .new-homepage .page-template-impact .hero {
    background-position: center -50px;
  }
}
.new-homepage .page-template-impact .nubrow .nub img {
  margin: 20px auto 0;
}
.new-homepage .page-template-impact .white {
  color: #3f3f3f;
}
.new-homepage .page-template-impact .blue-text {
  color: #0e5c68 !important;
}
.new-homepage .page-template-impact .white-text {
  color: #fff !important;
}
.new-homepage .page-template-impact #two {
  min-height: 1200px;
}
.new-homepage .page-template-impact #two .helping-stats,
.new-homepage .page-template-impact #two .empowering-stats {
  margin: 0 auto;
}
.new-homepage .page-template-impact #two .helping-stats p,
.new-homepage .page-template-impact #two .empowering-stats p {
  float: left;
  text-align: left;
  height: 44px;
}
.new-homepage .page-template-impact #two .helping-stats p:nth-of-type(even),
.new-homepage .page-template-impact #two .empowering-stats p:nth-of-type(even) {
  width: 240px;
}
.new-homepage .page-template-impact #two .helping-stats {
  width: 380px;
}
.new-homepage .page-template-impact #two .helping-stats .stat {
  width: 130px;
}
.new-homepage .page-template-impact #two .empowering-stats {
  width: 400px;
}
.new-homepage .page-template-impact #two .empowering-stats .smaller-stat {
  width: 105px;
}
.new-homepage .page-template-impact #two .empowering-stats .smaller-stat + p {
  width: 270px;
}
.new-homepage .page-template-impact #two .empowering-stats .smallest-stat {
  width: 140px;
  margin-top: 18px;
  color: #0e5c68;
}
.new-homepage .page-template-impact #two .helping-row .icon,
.new-homepage .page-template-impact #two .empowering-row .icon {
  margin-bottom: 0;
}
.new-homepage .page-template-impact #two .helping-row h3,
.new-homepage .page-template-impact #two .empowering-row h3 {
  margin-top: 6px;
}
.new-homepage .page-template-products .tophero {
  min-height: 0;
  padding: 26px;
}
@media only screen and (min-width: 960px) {
  .new-homepage .page-template-products .tophero {
    background-position: center bottom;
  }
}
.new-homepage .page-template-products .nubrow .medium-header {
  margin-bottom: 40px;
}
.new-homepage .page-template-products .nubrow .nub img {
  margin: 12px auto;
}
.new-homepage .page-template-products .col-6 ul {
  list-style-type: disc;
  text-align: left;
  padding: 0 36px;
  margin-top: 0;
}
.new-homepage .page-template-products .col-6 ul li {
  margin-bottom: 14px;
}
.new-homepage .page-template-products #testimonials .nub img {
  width: 50%;
  height: auto;
}
.new-homepage .page-template-products #testimonials .fixed-wrap {
  z-index: 99;
}
.new-homepage .page-template-services .tophero {
  min-height: 0;
  padding: 26px;
}
@media only screen and (min-width: 960px) {
  .new-homepage .page-template-services .tophero {
    background-position: center -50px;
  }
}
.new-homepage .page-template-services .nubrow {
  padding: 50px 0 80px;
}
.new-homepage .page-template-services .nubrow .medium-header {
  margin-bottom: 40px;
}
.new-homepage .page-template-services .nubrow .nub img {
  margin: 12px auto;
}
.new-homepage .page-template-services .col-6 ul {
  list-style-type: disc;
  text-align: left;
  padding: 0 36px;
  margin-top: 0;
}
.new-homepage .page-template-services .col-6 ul li {
  margin-bottom: 14px;
}
.new-homepage .page-template-services #testimonials .nub img {
  width: 50%;
  height: auto;
}
.new-homepage .page-template-services #testimonials .fixed-wrap {
  z-index: 99;
}
.new-homepage .page-template-case-study-ny .main-container {
  overflow: hidden;
}
.new-homepage .page-template-case-study-ny .tophero {
  min-height: 650px;
  padding-top: 50px;
  color: #fff;
  text-align: left;
}
.new-homepage .page-template-case-study-ny .tophero .main-header {
  clear: left;
  margin-bottom: 4px;
}
@media only screen and (min-width: 960px) {
  .new-homepage .page-template-case-study-ny .tophero .main-header {
    display: inline-block;
    text-align: left;
  }
}
.new-homepage .page-template-case-study-ny .tophero .medium-header {
  margin-top: 4px;
}
.new-homepage .page-template-case-study-ny .tophero .state-outline {
  display: block;
  margin: 0 auto 20px;
}
@media only screen and (min-width: 960px) {
  .new-homepage .page-template-case-study-ny .tophero .state-outline {
    display: inline-block;
    margin-bottom: 0;
    padding-left: 20px;
  }
}
.new-homepage .page-template-case-study-ny .tophero .col-4 {
  text-align: center;
  padding-bottom: 20px;
  font-weight: 800;
}
.new-homepage .page-template-case-study-ny #impact {
  padding-bottom: 66px;
  min-height: 640px;
}
.new-homepage .page-template-case-study-ny #benefits {
  min-height: 1800px;
  padding-top: 100px;
}
.new-homepage .page-template-case-study-ny #case-study {
  padding-top: 60px;
  min-height: 600px;
}
.new-homepage .page-template-case-study-ny #testimonials {
  padding: 60px 0;
}
.new-homepage .page-template-case-study-ny #testimonials .fixed-wrap {
  max-width: 80%;
}
.new-homepage .page-template-case-study-ny #engage {
  padding: 60px 0;
}
.new-homepage .page-template-case-study-ny .nubrow {
  padding: 50px 0 80px;
}
.new-homepage .page-template-case-study-ny .nubrow .nub img {
  margin: 20px auto 0;
}
.new-homepage .page-template-case-study-ny .white {
  color: #3f3f3f;
}
.new-homepage .page-template-case-study-ny .blue-button {
  color: #4db3d0;
  border: 3px solid #4db3d0;
}
.new-homepage .page-template-case-study-ny .blue-text {
  color: #0e5c68 !important;
}
.new-homepage .page-template-case-study-ny .white-text {
  color: #fff !important;
}
.new-homepage .page-template-case-study-ny .team-circle {
  background: #a7b120;
  width: 130px;
  height: 130px;
  margin: 0 auto;
  border-radius: 50%;
}
.new-homepage .page-template-case-study-ny #two {
  min-height: 1200px;
}
.new-homepage .page-template-case-study-ny #two .stat-col {
  border-right: 1px solid #ccc;
  padding-right: 1.3em;
}
.new-homepage .page-template-case-study-ny #two .stat-col:last-of-type {
  border-right: none;
}
.new-homepage .page-template-case-study-ny #two .stat-col p {
  margin-top: 0;
}
.new-homepage .page-template-case-study-ny #two .map {
  background-image: url(/wp-content/themes/decoder/library/images/map.jpg);
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
}
.new-homepage .page-template-case-study-ny #two .lower-stat {
  width: 100%;
  text-align: center;
  display: block;
}
.new-homepage .page-template-case-study-ny #two .lower-stat .stat-col-2 {
  display: inline-block;
  width: 150px;
  padding: 10px;
}
.new-homepage .page-template-case-study-ny #two .lower-stat .stat-col-2 p {
  margin-top: 0;
}
.new-homepage .page-template-case-study-ny #two .helping-stats,
.new-homepage .page-template-case-study-ny #two .empowering-stats {
  margin: 0 auto;
}
.new-homepage .page-template-case-study-ny #two .helping-stats p,
.new-homepage .page-template-case-study-ny #two .empowering-stats p {
  float: left;
  text-align: left;
  height: 44px;
}
.new-homepage .page-template-case-study-ny #two .helping-stats p:nth-of-type(even),
.new-homepage .page-template-case-study-ny #two .empowering-stats p:nth-of-type(even) {
  width: 240px;
}
.new-homepage .page-template-case-study-ny #two .helping-stats {
  width: 380px;
}
.new-homepage .page-template-case-study-ny #two .helping-stats .stat {
  width: 130px;
}
.new-homepage .page-template-case-study-ny #two .empowering-stats {
  width: 400px;
}
.new-homepage .page-template-case-study-ny #two .empowering-stats .smaller-stat {
  width: 105px;
}
.new-homepage .page-template-case-study-ny #two .empowering-stats .smaller-stat + p {
  width: 270px;
}
.new-homepage .page-template-case-study-ny #two .empowering-stats .smallest-stat {
  width: 140px;
  margin-top: 18px;
  color: #0e5c68;
}
.new-homepage .page-template-case-study-ny #two .helping-row .icon,
.new-homepage .page-template-case-study-ny #two .empowering-row .icon {
  margin-bottom: 0;
}
.new-homepage .page-template-case-study-ny #two .helping-row h3,
.new-homepage .page-template-case-study-ny #two .empowering-row h3 {
  margin-top: 6px;
}
.new-homepage .page-template-case-study-ny .team {
  margin-top: 10px;
}
.new-homepage .page-template-case-study-ny .ca-holder {
  position: relative;
  width: 420px;
  display: block;
  clear: left;
  height: 368px;
  padding: 0;
  margin: 0 auto;
}
@media only screen and (min-width: 960px) {
  .new-homepage .page-template-case-study-ny .ca-holder {
    width: 590px;
    height: 560px;
  }
}
.new-homepage .page-template-case-study-ny .slides-holder {
  position: absolute;
  top: 17px;
  left: 23px;
  width: 375px;
  height: auto;
  z-index: 2;
}
@media only screen and (min-width: 960px) {
  .new-homepage .page-template-case-study-ny .slides-holder {
    top: 27px;
    left: 32px;
    width: 515px;
    height: 362px;
  }
}
.new-homepage .page-template-case-study-ny .jcarousel-wrapper {
  width: 375px;
  height: auto;
  margin: 0 !important;
  overflow: hidden;
  padding: 0 !important;
}
@media only screen and (min-width: 960px) {
  .new-homepage .page-template-case-study-ny .jcarousel-wrapper {
    width: 515px;
    height: 286px;
  }
}
.new-homepage .page-template-case-study-ny .unslider {
  margin: 0;
  padding: 0;
  width: 375px;
}
@media only screen and (min-width: 960px) {
  .new-homepage .page-template-case-study-ny .unslider {
    width: 515px;
  }
}
.new-homepage .page-template-case-study-ny .unslider li {
  width: 100%;
  padding: 0;
  margin: 0;
  float: left;
}
.new-homepage .page-template-case-study-ny .unslider li img {
  width: 100% !important;
}
.new-homepage .page-template-case-study-ny .unslider li:first-of-type {
  margin-left: -20px;
}
.new-homepage .page-template-case-study-ny .prev {
  position: absolute;
  bottom: -36px !important;
  background: none !important;
  color: none !important;
  left: 128px;
  z-index: 1002;
}
@media only screen and (min-width: 960px) {
  .new-homepage .page-template-case-study-ny .prev {
    left: 144px;
  }
}
.new-homepage .page-template-case-study-ny .prev img {
  width: 90%;
}
@media only screen and (min-width: 960px) {
  .new-homepage .page-template-case-study-ny .prev img {
    width: auto;
  }
}
.new-homepage .page-template-case-study-ny .next {
  position: absolute;
  right: 124px;
  bottom: -36px !important;
  background: none !important;
  color: none !important;
  z-index: 1002;
}
@media only screen and (min-width: 960px) {
  .new-homepage .page-template-case-study-ny .next {
    right: 150px;
  }
}
.new-homepage .page-template-case-study-ny .next img {
  width: 90%;
}
@media only screen and (min-width: 960px) {
  .new-homepage .page-template-case-study-ny .next img {
    width: auto;
  }
}
.new-homepage .page-template-case-study-ny .esd-t {
  width: calc(-400%);
  padding-left: 20px;
  text-align: left;
  display: inline-block;
  clear: right;
}
.new-homepage .page-template-case-study-ny .visi {
  margin: 0;
  padding: 0;
  overflow: hidden !important;
}
.new-homepage .page-template-case-study-ny .visi img {
  max-width: 98%;
}
.new-homepage .page-template-case-study-ny .visi2 img {
  max-width: 78%;
}
.new-homepage .page-template-case-study-ny #tactics ul {
  list-style-type: disc;
  display: inline-block;
}
.new-homepage .page-template-case-study-ny #tactics ul li {
  display: inline;
  clear: none;
  padding: 0 8px;
}
.new-homepage .page-template-case-study-ny .cs-testimonial {
  display: inline-block;
  padding: 30px 20px 20px 20px;
  width: 100%;
  clear: left;
}
.new-homepage .page-template-case-study-ny .cs-ti {
  color: black;
  padding: 0px 20px 10px 20px;
  display: inline-block;
  width: auto;
  clear: right;
  min-height: 180px;
  float: right;
}
.new-homepage .page-template-case-study-ny .cs-qa {
  clear: none;
  font-weight: normal;
}
.new-homepage .page-template-case-study-ny .cs-sb-paragraph2 {
  border-radius: 10px;
  border: 2px solid #0e5c68;
  color: #017178;
  font-weight: bold;
}
.new-homepage .page-template-case-study-ny .cs-sb {
  margin: 40px 0;
  color: #017178 !Important;
}
.new-homepage .page-template-case-study-ny .cs-sb-quote {
  font-weight: normal;
  width: 100%;
  clear: both;
  padding: 20px;
}
.new-homepage .page-template-case-study-ny .cs-sb-author {
  float: left;
  width: 58%;
  text-align: right;
  padding: 30px 10px 10px 4px;
  display: inline-block;
  font-weight: normal;
}
.new-homepage .page-template-case-study-ny .cs-sb-img {
  width: 40%;
  display: inline-block;
  clear: right;
  padding: 0 0 20px 0;
}
.new-homepage .page-template-case-study-ny .cs-sb-paragraph {
  padding: 20px 0 !important;
  text-align: left;
}
.new-homepage .page-template-case-study-ny .right-inline {
  float: right;
  display: inline-block;
  clear: right;
  max-width: 100%;
}
.new-homepage .page-template-case-study-ny .no-right-pad {
  padding-right: 0;
}
.new-homepage .page-template-case-study-ny .cs-meet-blue {
  background-color: #0e5c68;
  color: #fff !important;
  text-align: left;
  padding: 20px;
  border-radius: 10px;
}
.new-homepage .page-template-case-study-ny .cs-meet-blue ul {
  list-style-type: disc;
  margin-left: 16px;
}
.new-homepage .page-template-case-study-ny .cs-meet-blue ul li ul {
  list-style-type: disc;
}
.new-homepage .page-template-case-study-ny .cs-meet-blue h3 {
  color: #fff !important;
}
.new-homepage .page-template-case-study-ny #strategy {
  min-height: 800px;
}
.new-homepage .page-template-case-study-ny #strategy .cs-go {
  text-align: left;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 10px;
}
.new-homepage .page-template-case-study-ny .callout {
  display: block;
  background-color: #fff;
  color: #2e2e2e;
}
.new-homepage .page-template-case-study-ny .callout p {
  text-align: left;
  padding: 0 0 0 30px;
}
.new-homepage .page-template-case-study-ny #overview ul,
.new-homepage .page-template-case-study-ny #features ul {
  list-style-type: disc;
  margin-left: 18px;
}
.new-homepage .page-template-case-study-ny #overview ul li,
.new-homepage .page-template-case-study-ny #features ul li {
  padding: 6px 0;
}
.new-homepage .page-template-case-study-ny #overview .row,
.new-homepage .page-template-case-study-ny #features .row {
  float: left;
}
.new-homepage .page-template-case-study-ny #overview .round-corners,
.new-homepage .page-template-case-study-ny #features .round-corners {
  border-radius: 4px;
  padding: 20px 30px;
  margin: 40px auto;
}
.new-homepage .page-template-case-study-ny #features {
  min-height: 3200px;
}
.new-homepage .page-template-case-study-ny #ss {
  padding-bottom: 100px;
}
.new-homepage .page-template-case-study-ny #ss .green-text {
  font-weight: bold;
}
.new-homepage .page-template-case-study-hp .main-container .tophero {
  min-height: 0;
  padding: 53px;
}
@media only screen and (min-width: 960px) {
  .new-homepage .page-template-case-study-hp .main-container .tophero {
    background-position: center -50px;
  }
}
.new-homepage .page-template-case-study-hp .main-container .tophero .big-header {
  margin: 0 0 30px;
  font-size: 55px;
  letter-spacing: -1px;
}
@media only screen and (min-width: 640px) {
  .new-homepage .page-template-case-study-hp .main-container .tophero .big-header {
    margin: 30px 0;
  }
}
.new-homepage .page-template-case-study-hp .main-container .nubrow {
  padding: 50px 0 80px;
}
.new-homepage .page-template-case-study-hp .main-container .stat {
  color: #00b087;
}
.new-homepage .page-template-case-study-hp .main-container ul {
  list-style-type: disc;
  text-align: left;
  padding: 0 0 0 21px;
  margin-top: 0;
}
.new-homepage .page-template-case-study-hp .main-container .quote {
  font-style: italic;
}
.new-homepage .page-template-case-study-hp .main-container #one .HPE-team {
  border: 10px solid #00b087;
}
.new-homepage .page-template-case-study-hp .main-container #one .hp-testimonial-top-box {
  padding: 24px;
  background: #00b087;
  border-radius: 4px;
  color: #fff;
}
@media only screen and (min-width: 960px) {
  .new-homepage .page-template-case-study-hp .main-container #one .hp-testimonial-top-box {
    padding: 25px 36px 70px;
  }
}
.new-homepage .page-template-case-study-hp .main-container #one .hp-testimonial-top-box blockquote {
  margin: 0 0 20px;
}
.new-homepage .page-template-case-study-hp .main-container #one .hp-testimonial-top-box .hp-testimonial-top-author {
  width: calc(-50%);
  margin-right: 20px;
  font-size: 14px;
  text-align: right;
  float: left;
}
.new-homepage .page-template-case-study-hp .main-container #one .hp-testimonial-top-box .hp-testimonial-top-author img {
  float: right;
}
.new-homepage .page-template-case-study-hp .main-container #one .hp-testimonial-top-box .hp-testimonial-top-author span {
  display: block;
  font-size: 16px;
}
@media only screen and (min-width: 960px) {
  .new-homepage .page-template-case-study-hp .main-container #one .hp-testimonial-top-box .hp-testimonial-top-author span {
    margin-top: 28px;
  }
}
.new-homepage .page-template-case-study-hp .main-container #three {
  color: #3f3f3f !important;
}
.new-homepage .page-template-case-study-hp .main-container #three ul {
  padding: 0 0 0 30px;
}
@media only screen and (min-width: 1px) {
  .new-homepage .page-template-case-study-hp .main-container #three .col-5 {
    text-align: center;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 640px) {
  .new-homepage .page-template-case-study-hp .main-container #three .col-5 {
    text-align: right;
    width: 48%;
  }
}
@media only screen and (min-width: 960px) {
  .new-homepage .page-template-case-study-hp .main-container #three .col-5 {
    width: 40.29137%;
  }
}
@media only screen and (min-width: 640px) {
  .new-homepage .page-template-case-study-hp .main-container #three .col-6 {
    width: 48%;
  }
}
@media only screen and (min-width: 960px) {
  .new-homepage .page-template-case-study-hp .main-container #three .col-6 {
    width: 48.82117%;
  }
}
.new-homepage .page-template-case-study-hp .main-container #four .col-6 {
  float: right;
}
.new-homepage .page-template-case-study-hp .main-container #five {
  background-color: #3f3f3f;
}
.new-homepage .page-template-case-study-hp .main-container #five ul li {
  margin-bottom: 14px;
}
.new-homepage .page-template-case-study-hp .main-container #five .hp-program-box {
  padding: 30px;
  background: #00b087;
  border-radius: 4px;
  color: #fff;
}
@media only screen and (min-width: 960px) {
  .new-homepage .page-template-case-study-hp .main-container #five .hp-program-box {
    padding: 30px 90px 45px;
  }
}
.new-homepage .page-template-case-study-hp .main-container #five .hp-program-box .col-6:last-of-type {
  padding-left: 0;
}
@media only screen and (min-width: 960px) {
  .new-homepage .page-template-case-study-hp .main-container #five .hp-program-box .col-6:last-of-type {
    padding-left: 1.618em;
  }
}
.new-homepage .page-template-case-study-hp .main-container #six {
  color: #3f3f3f !important;
}
.new-homepage .page-template-case-study-hp .main-container #six .col-4 {
  font-size: 14px;
}
.new-homepage .page-template-case-study-hp .main-container #six .quote {
  display: block;
  margin: 40px 0 20px;
}
.new-homepage .page-template-case-study-hp .main-container #six .nub img {
  margin-top: 20px;
}
.new-homepage .page-template-case-study-hp .main-container #testimonials .fixed-wrap {
  max-width: 80%;
}
.new-homepage .page-template-case-study-hp .main-container #testimonials .col-6 {
  padding: 0 30px 50px;
}
.new-homepage .page-template-case-study-hp .main-container #testimonials .col-6 .hp-testimonial-box {
  min-height: 500px;
  font-size: 16px;
  background: #fff;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #3f3f3f;
}
.new-homepage .page-template-case-study-hp .main-container #testimonials .col-6 .hp-testimonial-box .hp-testimonial-header {
  padding: 7px 30px;
  background: #4db3d0;
  color: #fff;
  text-align: center;
}
@media only screen and (min-width: 960px) {
  .new-homepage .page-template-case-study-hp .main-container #testimonials .col-6 .hp-testimonial-box .hp-testimonial-header {
    text-align: left;
  }
}
.new-homepage .page-template-case-study-hp .main-container #testimonials .col-6 .hp-testimonial-box .hp-testimonial {
  padding: 12px 24px;
}
@media only screen and (min-width: 960px) {
  .new-homepage .page-template-case-study-hp .main-container #testimonials .col-6 .hp-testimonial-box .hp-testimonial {
    padding: 12px 38px;
  }
}
.new-homepage .page-template-case-study-hp .main-container #testimonials .col-6 .hp-testimonial-box .hp-testimonial .green-circle {
  text-align: center;
}
@media only screen and (min-width: 960px) {
  .new-homepage .page-template-case-study-hp .main-container #testimonials .col-6 .hp-testimonial-box .hp-testimonial .green-circle {
    margin: 18px 40px 20px 0;
    float: left;
  }
}
.new-homepage .page-template-case-study-hp .main-container #testimonials .col-6 .hp-testimonial-box .hp-testimonial .hp-skills {
  width: 100%;
}
@media only screen and (min-width: 960px) {
  .new-homepage .page-template-case-study-hp .main-container #testimonials .col-6 .hp-testimonial-box .hp-testimonial .hp-skills {
    width: calc(-70%);
    float: left;
  }
}
.new-homepage .page-template-case-study-hp .main-container #testimonials .col-6 .hp-testimonial-box .hp-testimonial .hp-skills .hp-skills-header {
  margin-bottom: 4px;
  font-weight: bold;
  color: #4db3d0;
}
.new-homepage .page-template-case-study-hp .main-container #testimonials .col-6 .hp-testimonial-box .quote {
  padding: 0 24px 30px;
  margin-top: 0;
}
@media only screen and (min-width: 960px) {
  .new-homepage .page-template-case-study-hp .main-container #testimonials .col-6 .hp-testimonial-box .quote {
    padding: 0 38px 30px;
    margin-top: 1em;
  }
}
.new-homepage .page-template-case-study-hp .main-container #contact .nub img {
  margin-top: 20px;
}
.new-homepage .hero {
  width: 100%;
  background-color: #3f3f3f;
  background-position: center center;
  background-size: cover;
  margin: 0;
  position: relative;
  display: block;
  min-height: 400px;
  color: #fff;
  padding-bottom: 50px;
}
@media only screen and (min-width: 1px) and (max-width: 639px) {
  .new-homepage .hero:not(.tophero) {
    background-image: none !important;
  }
}
.new-homepage .fnavbar {
  margin: 0;
  overflow: visible;
  position: fixed !important;
  left: 10px;
  z-index: 500;
}
.new-homepage .fnavbar ul {
  list-style-type: none;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.new-homepage .fnavbar ul li {
  width: 100%;
  display: block;
  text-align: center;
  padding: 6px 10px;
  border-bottom: 1px solid #fff;
  background-color: #3f3f3f;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}
.new-homepage .fnavbar ul li a {
  color: #fff;
}
.new-homepage .fnavbar ul li:last-of-type {
  border-bottom: none;
  background-color: #b2bb1c;
}
.new-homepage .fnavbar ul .active {
  background-color: #202020 !important;
  position: relative;
}
.new-homepage .fnavbar ul .active:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  right: -18px;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 18px solid #202020;
}
@media only screen and (min-width: 1px) {
  .new-homepage .fnavbar {
    display: none;
  }
}
@media only screen and (min-width: 1120px) {
  .new-homepage .fnavbar {
    display: block;
    position: fixed !important;
    left: 0;
    z-index: 500;
    height: auto;
    width: 150px;
  }
  .new-homepage .fnavbar li {
    width: 100%;
    display: block !important;
    clear: both;
    text-align: center;
    padding: 6px 10px;
    border-bottom: 1px solid #fff;
    background-color: #b2bb1c;
  }
  .new-homepage .fnavbar li a {
    color: #fff;
  }
}
.new-homepage .blog-posts {
  max-width: 65em;
  margin-left: auto;
  margin-right: auto;
}
.new-homepage .blog-posts:after {
  content: "";
  display: table;
  clear: both;
}
.new-homepage .sidebar {
  display: block;
  float: right;
  clear: right;
  width: 100%;
  margin-left: 3%;
  min-height: 500px;
  padding: 0 6px;
}
.new-homepage .sidebar li {
  list-style-type: none;
  float: left;
  clear: left;
  margin: 4px 0 0 6px;
}
.new-homepage .sidebar hr {
  float: left;
  clear: both;
  height: 4px;
  width: 100%;
}
@media only screen and (min-width: 1px) {
  .new-homepage .sidebar {
    width: 100%;
  }
}
@media only screen and (min-width: 640px) {
  .new-homepage .sidebar {
    width: 100%;
  }
}
@media only screen and (min-width: 960px) {
  .new-homepage .sidebar {
    width: 30%;
  }
}
@media only screen and (min-width: 1120px) {
  .new-homepage .sidebar {
    width: 30%;
  }
}
.new-homepage .post-container {
  display: block;
  float: left;
  clear: left;
  width: 100%;
}
@media only screen and (min-width: 1px) {
  .new-homepage .post-container {
    width: 100%;
  }
}
@media only screen and (min-width: 640px) {
  .new-homepage .post-container {
    width: 100%;
  }
}
@media only screen and (min-width: 960px) {
  .new-homepage .post-container {
    width: 65%;
  }
}
@media only screen and (min-width: 1120px) {
  .new-homepage .post-container {
    width: 65%;
  }
}
.new-homepage .blog-posts {
  width: 80%;
  display: block;
  margin: 40px auto;
  text-align: left;
}
.new-homepage .blog-posts .social-blog {
  float: none;
  display: block;
  margin: 10px auto;
  clear: both;
  width: 100%;
  text-align: left !important;
}
.new-homepage .blog-posts .social-blog ul {
  width: auto;
  float: none;
  margin: 0 auto !important;
}
.new-homepage .blog-posts .social-blog ul li {
  display: inline;
  width: 20px;
  clear: none;
  margin: 0 4px;
}
.new-homepage .blog-posts .entry-header {
  text-align: left;
  display: block;
  float: none;
}
.new-homepage .blog-posts .read-more {
  background-color: #4db3d0;
  border-radius: 4px;
  float: right;
  color: #2e2e2e;
  padding: 6px 8px;
}
.new-homepage .blog-posts .post-image {
  width: 100%;
  height: 400px;
  display: block;
  overflow: hidden;
}
.new-homepage .blog-posts .post-image img {
  min-hieght: 100%;
  min-width: 100%;
  max-width: 200%;
}
.new-homepage .blog-posts .entry-content {
  float: left;
  clear: both;
  width: 100%;
  display: block;
  text-align: left;
  padding: 0 0 20px 0;
}
.new-homepage .blog-posts .entry-content p {
  margin-top: 0;
}
.new-homepage .blog-posts .entry-content ul {
  list-style-type: disc;
  margin-left: 18px;
}
.new-homepage .blog-posts .entry-content ul li {
  display: block;
  padding: 6px 0;
}
.new-homepage .blog-posts .entry-content ol {
  list-style-type: decimal;
  margin-left: 18px;
}
.new-homepage .blog-posts .entry-content ol li {
  display: block;
  padding: 6px 0;
}
.new-homepage .blog-posts .e-list {
  float: none !important;
  clear: both;
  width: 100%;
  display: block;
  text-align: left;
  padding: 20px 0;
}
.new-homepage .blog-posts h2.blog-title,
.new-homepage .blog-posts h1.entry-title,
.new-homepage .blog-posts h3.entry-title {
  float: none;
  display: block;
  margin: 10px auto 4px auto;
  color: #4db3d0 !important;
  line-height: 1.2em;
}
.new-homepage .blog-posts h2.blog-title a,
.new-homepage .blog-posts h1.entry-title a,
.new-homepage .blog-posts h3.entry-title a {
  font-weight: bold;
}
.new-homepage .blog-posts h3.entry-title {
  font-size: 1.5em;
}
.new-homepage .blog-posts a {
  color: #4db3d0;
}
.new-homepage .blog-posts .byline,
.new-homepage .blog-posts .entry-meta,
.new-homepage .blog-posts .vcard,
.new-homepage .blog-posts .updated,
.new-homepage .blog-posts .entry-time,
.new-homepage .blog-posts .by,
.new-homepage .blog-posts .entry-author {
  color: #b2bb1c;
}
.new-homepage h1.page-title {
  color: #0e5c68;
}
.new-homepage input,
.new-homepage select {
  outline: 0 !important;
}
.new-homepage .blog-posts-seperator {
  background: #ccc;
  height: 3px;
  float: left;
  width: 100%;
}
.new-homepage .author-block {
  border: 1px solid #ccc;
  width: 100%;
  clear: both;
  display: block;
  height: 320px !important;
}
.new-homepage .author-block .left-author {
  float: left;
  width: 50%;
  display: inline-block;
  margin: 0;
  clear: left;
  height: 320px;
}
.new-homepage .author-block .left-author h3 {
  width: 50%;
}
.new-homepage .author-block .left-author a {
  color: #4db3d0;
}
.new-homepage .author-block .left-author .author-pic {
  -ms-transform: rotate(-7deg);
  /* IE 9 */
  -webkit-transform: rotate(-7deg);
  /* Safari */
  transform: rotate(-7deg);
  box-shadow: 0px 0px 6px #ccc;
  float: left;
  clear: left;
  display: inline-block;
  margin: 40px 40px 0 40px;
}
.new-homepage .author-block .left-author .author-meta {
  float: left;
  clear: right;
  margin: 10px 0 10px 20px;
  display: inline-block;
}
.new-homepage .author-block .right-author {
  color: #2e2e2e;
  width: 50%;
  display: inline-block;
  margin: 0;
  clear: right;
  height: 320px;
  background-color: #ccc;
  position: relative;
}
.new-homepage .author-block .right-author h3 {
  display: inline;
  float: left;
  width: 50%;
}
.new-homepage .author-block .right-author .view-all {
  float: right;
  clear: right;
  display: inline;
}
.new-homepage .author-block .right-author .related-posts {
  width: 100%;
  float: left;
  clear: both;
  bottom: 10px;
}
.new-homepage .author-block .right-author .related-posts ul {
  float: left;
  display: inline;
  width: 100%;
  margin-left: 6px;
  line-height: 1.3;
  margin-top: 10px;
  padding: 20px;
}
.new-homepage .author-block .right-author .related-posts ul a {
  color: #2e2e2e;
  font-size: .8em;
}
.new-homepage .author-block .right-author .related-posts .related-thumb {
  padding: 10px;
  display: none;
  float: left;
  min-height: 100%  !important;
  min-width: 76px !important;
  overflow: hidden;
}
.new-homepage .author-block .right-author .related-posts .related-thumb img {
  max-width: 76px;
}
.new-homepage .pagination {
  display: block;
}
.new-homepage .pagination li {
  display: inline;
  padding: 6px 12px;
}
.new-homepage .social-share {
  text-align: center !important;
}
.new-homepage .social-share a {
  display: inline;
  margin: 0 4px;
}
.new-homepage .swerve {
  background-image: url(/wp-content/themes/ipec/images/swerve-blue.png) !important;
  background-position: right top !important;
  background-repeat: no-repeat !important;
}
.new-homepage .alignleft {
  display: inline;
  float: left;
}
.new-homepage .alignright {
  display: inline;
  float: right;
}
.new-homepage .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.new-homepage blockquote.alignleft,
.new-homepage .wp-caption.alignleft,
.new-homepage img.alignleft {
  margin: 0.4em 1.6em 1.6em 0;
}
.new-homepage blockquote.alignright,
.new-homepage .wp-caption.alignright,
.new-homepage img.alignright {
  margin: 0.4em 0 1.6em 1.6em;
}
.new-homepage blockquote.aligncenter,
.new-homepage .wp-caption.aligncenter,
.new-homepage img.aligncenter {
  clear: both;
  margin-top: 0.4em;
  margin-bottom: 1.6em;
}
.new-homepage .wp-caption.alignleft,
.new-homepage .wp-caption.alignright,
.new-homepage .wp-caption.aligncenter {
  margin-bottom: 1.2em;
}
.new-homepage #sidebar1 ul {
  display: block;
  width: 100%;
  clear: both;
  float: left;
  margin-top: 6px;
}
.new-homepage #sidebar1 ul li {
  display: inline-block;
  padding: 6px 12px;
}
.new-homepage #sidebar1 ul li a:hover {
  color: #b2bb1c;
}
.new-homepage #sidebar1 h4.widgettitle {
  display: block;
  color: #b2bb1c;
  width: 100%;
  clear: both;
  font-weight: bold;
  float: left;
  margin-bottom: 0px;
}
.new-homepage #sidebar1 #s {
  width: 50%;
  clear: left;
}
.new-homepage #sidebar1 .screen-reader-text {
  float: left;
  clear: both;
  display: block;
  width: 100%;
}
.new-homepage #sidebar1 #searchsubmit {
  background-color: #4db3d0;
  color: #fff;
  border-radius: 4px;
  width: 40%;
}
.new-homepage #sidebar1 #searchsubmit:hover {
  background-color: #fff;
  color: #4db3d0;
}
.new-homepage .page-template-landing-page2 .navbar,
.new-homepage .page-template-landing-page2 .fnavbar,
.new-homepage .page-template-landing-page2 .footer,
.new-homepage .page-template-landing-page2 .bottom-call {
  display: none !important;
}
.new-homepage .page-template-landing-page2 .wrap {
  max-width: 1400px;
}
.new-homepage .page-template-landing-page2 .lp-top {
  min-height: 50px;
  padding: 20px 0;
  height: 70px;
  max-height: 70px;
}
.new-homepage .page-template-landing-page2 .lp-top .navbuttons a {
  color: white;
  font-size: .9em;
}
@media only screen and (min-width: 1px) {
  .new-homepage .page-template-landing-page2 .lp-top .navbuttons {
    padding-right: 1.618em;
  }
}
@media only screen and (min-width: 640px) {
  .new-homepage .page-template-landing-page2 .lp-top .navbuttons {
    padding-right: 3.236em;
  }
}
@media only screen and (min-width: 1120px) {
  .new-homepage .page-template-landing-page2 .lp-top .navbuttons {
    padding-right: 8.09em;
  }
}
@media only screen and (min-width: 1600px) {
  .new-homepage .page-template-landing-page2 .lp-top .navbuttons {
    padding-right: 9.708em;
  }
}
.new-homepage .page-template-landing-page2 .lp-top .green-button {
  font-size: .9em;
  padding: 6px 10px;
  margin-right: 10px;
  text-transform: capitalize;
}
.new-homepage .page-template-landing-page2 .tophero {
  height: 100%;
  min-height: 900px;
  padding: 33px;
}
.new-homepage .page-template-landing-page2 .tophero .main-header {
  color: #ffffff !important;
  font-size: 44 img;
  font-size-min-height: 56px;
  font-size-padding-top: 20px;
}
.new-homepage .page-template-landing-page2 .tophero .spotlight {
  width: 100%;
  margin: auto;
  display: block;
  padding: 0 10px 0;
}
@media only screen and (min-width: 960px) {
  .new-homepage .page-template-landing-page2 .tophero .spotlight {
    margin-left: 4.37215%;
  }
}
.new-homepage .page-template-landing-page2 .tophero .spotlight .profile {
  border-top: 6px solid #b2bb1c;
  background-color: white;
  min-height: 630px;
}
.new-homepage .page-template-landing-page2 .tophero .spotlight .profile .imgcont {
  background-position: center top;
  background-size: cover;
  min-height: 260px;
  width: 100%;
  margin: 0 0 20px 0;
}
.new-homepage .page-template-landing-page2 .tophero .spotlight .profile p {
  color: black;
  margin: 10px 28px 20px;
  font-size: 18px;
}
@media only screen and (min-width: 1px) {
  .new-homepage .page-template-landing-page2 .tophero .spotlight .profile p {
    margin: 30px 56px 30px;
  }
}
@media only screen and (min-width: 960px) {
  .new-homepage .page-template-landing-page2 .tophero .spotlight .profile p {
    margin: 10px 28px 20px;
  }
}
.new-homepage .page-template-landing-page2 .tophero .spotlight .profile h2 {
  color: #4db3d0;
  text-align: center;
  font-size: 1.6em;
  margin: 0 20px 0;
}
@media screen and (min-width: 960px) and (max-width: 1200px) {
  .new-homepage .page-template-landing-page2 .tophero .spotlight .profile h2 {
    font-size: 1.4em;
    height: 110px;
  }
}
@media only screen and (min-width: 1px) {
  .new-homepage .page-template-landing-page2 .tophero .spotlight .profile .green-button {
    font-size: .8em;
  }
}
@media only screen and (min-width: 1120px) {
  .new-homepage .page-template-landing-page2 .tophero .spotlight .profile .green-button {
    font-size: 1.3em;
  }
}
@media only screen and (min-width: 1px) {
  .new-homepage .page-template-landing-page2 #lp-nub {
    opacity: 0;
  }
}
@media only screen and (min-width: 640px) {
  .new-homepage .page-template-landing-page2 #lp-nub {
    opacity: 1;
  }
}
@media only screen and (min-width: 1px) {
  .new-homepage .col-1 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  .new-homepage .col-1:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  .new-homepage .col-1 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 6.17215%;
  }
  .new-homepage .col-1:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1px) {
  .new-homepage .col-2 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  .new-homepage .col-2:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  .new-homepage .col-2 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%;
  }
  .new-homepage .col-2:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1px) {
  .new-homepage .col-3 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  .new-homepage .col-3:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  .new-homepage .col-3 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
  }
  .new-homepage .col-3:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1px) {
  .new-homepage .col-4 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  .new-homepage .col-4:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  .new-homepage .col-4 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
  }
  .new-homepage .col-4:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1px) {
  .new-homepage .col-5 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  .new-homepage .col-5:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  .new-homepage .col-5 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 40.29137%;
  }
  .new-homepage .col-5:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1px) {
  .new-homepage .col-6 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  .new-homepage .col-6:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  .new-homepage .col-6 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
  }
  .new-homepage .col-6:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1px) {
  .new-homepage .col-7 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  .new-homepage .col-7:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  .new-homepage .col-7 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 57.35098%;
  }
  .new-homepage .col-7:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1px) {
  .new-homepage .col-8 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  .new-homepage .col-8:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  .new-homepage .col-8 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
  }
  .new-homepage .col-8:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1px) {
  .new-homepage .col-9 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  .new-homepage .col-9:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  .new-homepage .col-9 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%;
  }
  .new-homepage .col-9:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1px) {
  .new-homepage .col-10 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  .new-homepage .col-10:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  .new-homepage .col-10 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
  }
  .new-homepage .col-10:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1px) {
  .new-homepage .col-11 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  .new-homepage .col-11:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  .new-homepage .col-11 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 91.4702%;
  }
  .new-homepage .col-11:last-child {
    margin-right: 0;
  }
}
.new-homepage .col-12 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}
.new-homepage .col-12:last-child {
  margin-right: 0;
}
.new-homepage .col-1:last-child,
.new-homepage .col-2:last-child,
.new-homepage .col-3:last-child,
.new-homepage .col-4:last-child,
.new-homepage .col-5:last-child,
.new-homepage .col-6:last-child,
.new-homepage .col-7:last-child,
.new-homepage .col-8:last-child,
.new-homepage .col-9:last-child,
.new-homepage .col-10:last-child,
.new-homepage .col-11:last-child,
.new-homepage .col-12:last-child {
  margin-right: 0 !important;
  margin-right: 0;
}
.new-homepage p {
  -ms-word-wrap: keep-all;
  word-break: keep-all;
  word-wrap: keep-all;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
}
.new-homepage a {
  color: #4db3d0;
  text-decoration: none;
  font-weight: 400;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.new-homepage a:hover {
  color: #b2bb1c;
}
.new-homepage .superbold {
  font-weight: 900;
}
.new-homepage .source {
  font-size: .8em;
}
/*# sourceMappingURL=/css/bootstrap.css.map */