/*!
 * 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 {
  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;
  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 0.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 {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "proxima-nova", sans-serif;
  font-size: 14.5px;
  line-height: 1.2em;
  color: #58595B;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input,
select[multiple],
textarea {
  background-image: none;
}
a {
  color: #58595B;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #3f4041;
  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.2em;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 17px;
  margin-bottom: 17px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
p {
  margin: 0 0 8.5px;
}
.lead {
  margin-bottom: 17px;
  font-size: 16.675px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21.75px;
  }
}
small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #58595B;
}
.text-warning {
  color: #c09853;
}
.text-danger {
  color: #b94a48;
}
.text-success {
  color: #468847;
}
.text-info {
  color: #3a87ad;
}
.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: "proxima-nova", 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: 17px;
  margin-bottom: 8.5px;
}
h4,
h5,
h6 {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
h1,
.h1 {
  font-size: 37px;
}
h2,
.h2 {
  font-size: 31px;
}
h3,
.h3 {
  font-size: 25px;
}
h4,
.h4 {
  font-size: 19px;
}
h5,
.h5 {
  font-size: 14.5px;
}
h6,
.h6 {
  font-size: 13px;
}
h1 small,
.h1 small {
  font-size: 25px;
}
h2 small,
.h2 small {
  font-size: 19px;
}
h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 14.5px;
}
.page-header {
  padding-bottom: 7.5px;
  margin: 34px 0 17px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 8.5px;
}
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;
  padding: 0;
  margin: 0;
}
.list-inline li {
  margin: 0;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 17px;
}
dt,
dd {
  line-height: 1.2em;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 480px) {
  .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: 8.5px 17px;
  margin: 0 0 17px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 18.125px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.2em;
  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: 17px;
  font-style: normal;
  line-height: 1.2em;
}
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: 2px;
}
pre {
  display: block;
  padding: 8px;
  margin: 0 0 8.5px;
  font-size: 13.5px;
  line-height: 1.2em;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 2px;
}
pre.prettyprint {
  margin-bottom: 17px;
}
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: 480px) {
  .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: 480px) {
  .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: 1170px) {
  .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: 17px;
}
.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.2em;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.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 #ddd;
}
.table .table {
  background-color: #fff;
}
.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 #ddd;
}
.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 #ddd;
}
.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: #fcf8e3;
  border-color: #fbeed5;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
  background-color: #faf2cc;
  border-color: #f8e5be;
}
@media (max-width: 480px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    border: 1px solid #ddd;
  }
  .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: 17px;
  font-size: 21.75px;
  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"] {
  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: 40px;
  padding: 6px 12px;
  font-size: 14.5px;
  line-height: 1.2em;
  color: #929497;
  vertical-align: middle;
  background-color: #FFFFFF;
  border: 1px solid #929497;
  border-radius: 0px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  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: inline-block;
  min-height: 17px;
  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: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 31px;
  line-height: 31px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 47px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 47px;
  line-height: 47px;
}
textarea.input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label {
  color: #c09853;
}
.has-warning .form-control {
  border-color: #c09853;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #a47e3c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}
.has-error .help-block,
.has-error .control-label {
  color: #b94a48;
}
.has-error .form-control {
  border-color: #b94a48;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #953b39;
  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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #356635;
  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: #98999b;
}
@media (min-width: 480px) {
  .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: 480px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14.5px;
  font-weight: normal;
  line-height: 1.2em;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 2px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-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: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  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: #fff;
  border-color: #ccc;
}
.btn-primary {
  color: #fff;
  background-color: #58595B;
  border-color: #4b4c4e;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #444546;
  border-color: #2d2e2f;
}
.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: #58595B;
  border-color: #4b4c4e;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  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: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-link {
  color: #58595B;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #3f4041;
  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: 19px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 13px;
  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;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(./fonts/glyphicons-halflings-regular.eot?75ee6c90e0c39bbf67c2a605bf080241);
  src: url(./fonts/glyphicons-halflings-regular.eot?75ee6c90e0c39bbf67c2a605bf080241?#iefix) format('embedded-opentype'), url(./fonts/glyphicons-halflings-regular.woff?49ebc991af9d42951bd2d0f2c30d8457) format('woff'), url(./fonts/glyphicons-halflings-regular.ttf?8ceb2ffe3d3c8273407f07f4d514de93) format('truetype'), url(./fonts/glyphicons-halflings-regular.svg?0cb1c476c8c7e983aebce85cedad5aa4#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 #000;
  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: 14.5px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  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: 7.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.2em;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #58595B;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #58595B;
}
.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: 13px;
  line-height: 1.2em;
  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 #000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 480px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
.btn-default .caret {
  border-top-color: #333;
}
.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: #333;
}
.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: 13px;
  line-height: 1.5;
  border-radius: 3px;
  padding: 1px 5px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  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: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 2px;
  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: 47px;
  padding: 10px 16px;
  font-size: 19px;
  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: 47px;
  line-height: 47px;
}
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: 31px;
  padding: 5px 10px;
  font-size: 13px;
  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: 31px;
  line-height: 31px;
}
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: 14.5px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #929497;
  border-radius: 2px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 19px;
  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: #58595B;
}
.nav .nav-divider {
  height: 1px;
  margin: 7.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.2em;
  border: 1px solid transparent;
  border-radius: 2px 2px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #929497;
  background-color: #fff;
  border: 1px solid #ddd;
  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: 480px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
.nav-tabs.nav-justified > li > a {
  border-bottom: 1px solid #ddd;
  margin-right: 0;
}
.nav-tabs.nav-justified > .active > a {
  border-bottom-color: #fff;
}
.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: #fff;
  background-color: #58595B;
}
.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: 480px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  border-bottom: 1px solid #ddd;
  margin-right: 0;
}
.nav-tabs-justified > .active > a {
  border-bottom-color: #fff;
}
.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: #58595B;
  border-bottom-color: #58595B;
}
.nav a:hover .caret {
  border-top-color: #3f4041;
  border-bottom-color: #3f4041;
}
.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: 17px;
  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: 480px) {
  .navbar {
    border-radius: 2px;
  }
}
.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: 480px) {
  .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: 480px) {
  .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: 480px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  border-width: 0 0 1px;
}
@media (min-width: 480px) {
  .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: 480px) {
  .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: 16.5px 15px;
  font-size: 19px;
  line-height: 17px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 480px) {
  .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: 2px;
}
.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: 480px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 8.25px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 17px;
}
@media (max-width: 479px) {
  .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: 17px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 480px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 16.5px;
    padding-bottom: 16.5px;
  }
}
@media (min-width: 480px) {
  .navbar-left {
    float: left !important;
    float: left;
  }
  .navbar-right {
    float: right !important;
    float: right;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 5px;
  margin-bottom: 5px;
}
@media (min-width: 480px) {
  .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: 479px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 480px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  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: 5px;
  margin-bottom: 5px;
}
.navbar-text {
  float: left;
  margin-top: 16.5px;
  margin-bottom: 16.5px;
}
@media (min-width: 480px) {
  .navbar-text {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ccc;
}
.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: #333;
  border-bottom-color: #333;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
.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: #555;
  border-bottom-color: #555;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777;
  border-bottom-color: #777;
}
@media (max-width: 479px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.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: #fff;
  border-bottom-color: #fff;
}
@media (max-width: 479px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 17px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 2px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 17px 0;
  border-radius: 2px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.2em;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.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: #fff;
  background-color: #58595B;
  border-color: #58595B;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 19px;
}
.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: 13px;
}
.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: 17px 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: #fff;
  border: 1px solid #ddd;
  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: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #fff;
  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: #58595B;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3f4041;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.btn .badge {
  position: relative;
  top: -1px;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #58595B;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21.75px;
  font-weight: 200;
  line-height: 1.8em;
  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: 480px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1 {
    font-size: 65.25px;
  }
}
.thumbnail {
  padding: 4px;
  line-height: 1.2em;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  transition: all 0.2s ease-in-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: #58595B;
}
.thumbnail > img {
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #58595B;
}
.alert {
  padding: 15px;
  margin-bottom: 17px;
  border: 1px solid transparent;
  border-radius: 2px;
}
.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: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #2d6987;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #fbeed5;
  color: #c09853;
}
.alert-warning hr {
  border-top-color: #f8e5be;
}
.alert-warning .alert-link {
  color: #a47e3c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger hr {
  border-top-color: #e6c1c7;
}
.alert-danger .alert-link {
  color: #953b39;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 17px;
  margin-bottom: 17px;
  background-color: #f5f5f5;
  border-radius: 2px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 13px;
  color: #fff;
  text-align: center;
  background-color: #58595B;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  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 {
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: 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: 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: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #58595B;
  border-color: #58595B;
}
.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: #bebfc1;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 17px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 2px;
  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 #ddd;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 2px;
  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 #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #58595B;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #58595B;
  border-color: #58595B;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #58595B;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #58595B;
}
.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: #fbeed5;
}
.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #fbeed5;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #fbeed5;
}
.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: #bce8f1;
}
.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  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: 21.75px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
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 {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  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: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  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: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.2px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.2em;
}
.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: 480px) {
  .modal-dialog {
    left: 50%;
    right: auto;
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 13px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 2px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  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: 14.5px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  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: #fff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  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: #fff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  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: #fff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  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: 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: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  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 #fff;
  border-radius: 10px;
  cursor: pointer;
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 480px) {
  .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;
}
@media screen and (max-width: 400px) {
}
.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: 479px) {
  .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: 480px) and (max-width: 479px) {
  .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: 480px) and (max-width: 1169px) {
  .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: 1170px) {
  .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: 479px) {
  .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: 480px) and (max-width: 479px) {
  .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: 480px) and (max-width: 1169px) {
  .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: 1170px) {
  .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: 479px) {
  .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: 480px) and (max-width: 479px) {
  .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: 480px) and (max-width: 1169px) {
  .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: 1170px) {
  .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: 479px) {
  .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: 480px) and (max-width: 479px) {
  .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: 480px) and (max-width: 1169px) {
  .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: 1170px) {
  .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: 479px) {
  .hidden-xs {
    display: none !important;
  }
  tr.hidden-xs {
    display: none !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 480px) and (max-width: 479px) {
  .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: 480px) and (max-width: 1169px) {
  .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: 1170px) {
  .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: 479px) {
  .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: 480px) and (max-width: 479px) {
  .hidden-sm {
    display: none !important;
  }
  tr.hidden-sm {
    display: none !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 480px) and (max-width: 1169px) {
  .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: 1170px) {
  .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: 479px) {
  .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: 480px) and (max-width: 479px) {
  .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: 480px) and (max-width: 1169px) {
  .hidden-md {
    display: none !important;
  }
  tr.hidden-md {
    display: none !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1170px) {
  .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: 479px) {
  .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: 480px) and (max-width: 479px) {
  .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: 480px) and (max-width: 1169px) {
  .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: 1170px) {
  .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;
  }
}
.ms-options-wrap,
.ms-options-wrap * {
  box-sizing: border-box;
}
.ms-options-wrap > button:focus,
.ms-options-wrap > button {
  position: relative;
  width: 100%;
  text-align: left;
  border: 1px solid #aaa;
  background-color: #fff;
  padding: 5px 20px 5px 5px;
  margin-top: 1px;
  font-size: 13px;
  color: #aaa;
  outline-offset: -2px;
  white-space: nowrap;
}
.ms-options-wrap > button > span {
  display: inline-block;
}
.ms-options-wrap > button[disabled] {
  background-color: #e5e9ed;
  color: #808080;
  opacity: 0.6;
}
.ms-options-wrap > button:after {
  content: ' ';
  height: 0;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 0;
  border: 6px solid rgba(0, 0, 0, 0);
  border-top-color: #999;
  margin-top: -3px;
}
.ms-options-wrap.ms-has-selections > button {
  color: #333;
}
.ms-options-wrap > .ms-options {
  position: absolute;
  left: 0;
  width: 100%;
  margin-top: 1px;
  margin-bottom: 20px;
  background: white;
  z-index: 2000;
  border: 1px solid #aaa;
  overflow: auto;
  visibility: hidden;
}
.ms-options-wrap.ms-active > .ms-options {
  visibility: visible;
}
.ms-options-wrap > .ms-options > .ms-search input {
  width: 100%;
  padding: 4px 5px;
  border: none;
  border-bottom: 1px groove;
  outline: none;
}
.ms-options-wrap > .ms-options .ms-selectall {
  display: inline-block;
  font-size: 0.9em;
  text-transform: lowercase;
  text-decoration: none;
}
.ms-options-wrap > .ms-options .ms-selectall:hover {
  text-decoration: underline;
}
.ms-options-wrap > .ms-options > .ms-selectall.global {
  margin: 4px 5px;
}
.ms-options-wrap > .ms-options > ul,
.ms-options-wrap > .ms-options > ul > li.optgroup ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.ms-options-wrap > .ms-options > ul li.ms-hidden {
  display: none;
}
.ms-options-wrap > .ms-options > ul > li.optgroup {
  padding: 5px;
}
.ms-options-wrap > .ms-options > ul > li.optgroup + li.optgroup {
  border-top: 1px solid #aaa;
}
.ms-options-wrap > .ms-options > ul > li.optgroup .label {
  display: block;
  padding: 5px 0 0 0;
  font-weight: bold;
}
.ms-options-wrap > .ms-options > ul label {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 4px 4px 4px 20px;
  margin: 1px 0;
  border: 1px dotted transparent;
}
.ms-options-wrap > .ms-options.checkbox-autofit > ul label,
.ms-options-wrap > .ms-options.hide-checkbox > ul label {
  padding: 4px;
}
.ms-options-wrap > .ms-options > ul label.focused,
.ms-options-wrap > .ms-options > ul label:hover {
  background-color: #efefef;
  border-color: #999;
}
.ms-options-wrap > .ms-options > ul li.selected label {
  background-color: #efefef;
  border-color: transparent;
}
.ms-options-wrap > .ms-options > ul input[type="checkbox"] {
  margin: 0 5px 0 0;
  position: absolute;
  left: 4px;
  top: 7px;
}
.ms-options-wrap > .ms-options.hide-checkbox > ul input[type="checkbox"] {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(./fonts/fontawesome-webfont.eot?d87cac448762a72e4ac914fe8244b2e8);
  src: url(./fonts/fontawesome-webfont.eot?d87cac448762a72e4ac914fe8244b2e8?#iefix&v=4.1.0) format('embedded-opentype'), url(./fonts/fontawesome-webfont.woff?1e2969104a4d86997b1a093286e82376) format('woff'), url(./fonts/fontawesome-webfont.ttf?868ec8f8df1c889255ed9b9dbbbdd662) format('truetype'), url(./fonts/fontawesome-webfont.svg?28d4b1c391cb60332e62b83edfdbf951#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  animation: spin 2s infinite linear;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  transform: scale(1, -1);
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-square:before,
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
/*! jQuery UI - v1.10.4 - 2014-05-27
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.datepicker.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ui-front {
  z-index: 100;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff url(./images/ui-bg_flat_75_ffffff_40x100.png?540be3876c7007d41eea57dad8ed61f4) 50% 50% repeat-x;
  color: #222222;
}
.ui-widget-content a {
  color: #222222;
}
.ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #cccccc url(./images/ui-bg_highlight-soft_75_cccccc_1x100.png?b09d1cdff27272e1862c4e219e8566ad) 50% 50% repeat-x;
  color: #222222;
  font-weight: bold;
}
.ui-widget-header a {
  color: #222222;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url(./images/ui-bg_glass_75_e6e6e6_1x400.png?188acd9407ee736701eafd6287d32c63) 50% 50% repeat-x;
  font-weight: normal;
  color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555555;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #999999;
  background: #dadada url(./images/ui-bg_glass_75_dadada_1x400.png?a57a206c8d7448f310c80f8e15c739dc) 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #212121;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa;
  background: #ffffff url(./images/ui-bg_glass_65_ffffff_1x400.png?edd9ae9ebc99e84b8d9f147bb6a3cb60) 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url(./images/ui-bg_glass_55_fbf9ee_1x400.png?5ea3eb9dc80f804aa45ebd48aa70384f) 50% 50% repeat-x;
  color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url(./images/ui-bg_glass_95_fef1ec_1x400.png?edf6e936c3a065bb4751393a9b7ba7d6) 50% 50% repeat-x;
  color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: alpha(opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: alpha(opacity=35);
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
  /* For IE8 - See #6059 */
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(./images/ui-icons_222222_256x240.png?3f23f6f9dd1c59691ebaf1ab0fff2751);
}
.ui-widget-header .ui-icon {
  background-image: url(./images/ui-icons_222222_256x240.png?3f23f6f9dd1c59691ebaf1ab0fff2751);
}
.ui-state-default .ui-icon {
  background-image: url(./images/ui-icons_888888_256x240.png?ef5ac6aea7df68591eec73ba300c86e5);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url(./images/ui-icons_454545_256x240.png?2cb6131e0e292e27c5cbd1eb6a02b579);
}
.ui-state-active .ui-icon {
  background-image: url(./images/ui-icons_454545_256x240.png?2cb6131e0e292e27c5cbd1eb6a02b579);
}
.ui-state-highlight .ui-icon {
  background-image: url(./images/ui-icons_2e83ff_256x240.png?1c753b4b338b6f900fafbb6873182ef7);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(./images/ui-icons_cd0a0a_256x240.png?459791cd7103af739d3535ffe7528da8);
}
/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-carat-1-n {
  background-position: 0 0;
}
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.ui-icon-carat-1-e {
  background-position: -32px 0;
}
.ui-icon-carat-1-se {
  background-position: -48px 0;
}
.ui-icon-carat-1-s {
  background-position: -64px 0;
}
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.ui-icon-carat-1-w {
  background-position: -96px 0;
}
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px;
}
/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa url(./images/ui-bg_flat_0_aaaaaa_40x100.png?f1e3c47394743f3011a187d89fb1a1d1) 50% 50% repeat-x;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url(./images/ui-bg_flat_0_aaaaaa_40x100.png?f1e3c47394743f3011a187d89fb1a1d1) 50% 50% repeat-x;
  opacity: 0.3;
  filter: alpha(opacity=30);
  border-radius: 8px;
}
/* Chosen v1.4.2 | (c) 2011-2015 by Harvest | MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chosen-container * {
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #6d6e70;
  border-top: 0;
  background: #f1f1f2;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .search-choice .group-name,
.chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 400;
  color: #999;
}
.chosen-container .search-choice .group-name:after,
.chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 8px 15px;
  height: 40px;
  background-color: #f1f1f2;
  border: 1px solid #6d6e70;
  background-clip: padding-box;
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  font-family: mckenzie;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -moz-osx-font-smoothing: grayscale;
}
.chosen-container-single .chosen-single div b:before {
  content: "\e638";
  position: absolute;
  top: 50%;
  margin-top: -7.5px;
  margin-left: -10px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type=text] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: 700;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto!important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0!important;
  background: transparent!important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  max-width: 100%;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-clip: padding-box;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  padding: 8px 15px;
  height: 40px;
  background-color: #f1f1f2;
  border: 1px solid #6d6e70;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: 0;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #222 !important;
}
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: 0;
}
.chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  font-family: mckenzie;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -moz-osx-font-smoothing: grayscale;
}
.chosen-rtl.chosen-container-single .chosen-single div b:before {
  content: "\e638";
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type=text],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type=text],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-size: 52px 37px!important;
    background-repeat: no-repeat !important;
  }
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.t-right {
  text-align: right;
}
.t-center {
  text-align: center;
}
.t-upper {
  text-transform: uppercase;
}
.t-large {
  font-size: 1.04em;
}
.t-small {
  font-size: 14px;
  font-weight: 300;
}
.noscroll {
  overflow: hidden;
  position: fixed;
  right: 0;
  left: 0;
}
.p-l20 {
  padding-left: 20px;
}
.p-l50 {
  padding-left: 50px;
}
.m-t10 {
  margin-top: 10px;
}
.m-t15 {
  margin-top: 15px;
}
.m-t25 {
  margin-top: 25px;
}
.m-t50 {
  margin-top: 50px;
}
.m-b0 {
  margin-bottom: 0px;
}
.m-b15 {
  margin-bottom: 15px;
}
.m-b25 {
  margin-bottom: 25px;
}
.m-b50 {
  margin-bottom: 50px;
}
.p-0 {
  padding: 0 !important;
}
@font-face {
  font-family: 'mckenzie';
  src: url(./fonts/mckenzie.eot?4fe33579f54c86cf2f0e1db4019e88e7);
  src: url(./fonts/mckenzie.eot?4fe33579f54c86cf2f0e1db4019e88e7?#iefixrd796t) format('embedded-opentype'), url(./fonts/mckenzie.woff?052d273753a06c0899b55a5ae748ec7d) format('woff'), url(./fonts/mckenzie.ttf?b60d29647e72f4989a63db9bb775bee2) format('truetype'), url(./fonts/mckenzie.svg?7b509528d2e66597f935917277f8e186#mckenzie) format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="i-"],
[class*=" i-"] {
  font-family: 'mckenzie';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.i-search-jobs:before {
  content: "\e600";
}
.i-tick:before {
  content: "\e601";
}
.i-webinars:before {
  content: "\e602";
}
.i-podcasts:before {
  content: "\e603";
}
.i-printer:before {
  content: "\e604";
}
.i-quote:before {
  content: "\e605";
}
.i-rsaquo:before {
  content: "\e606";
}
.i-padlock:before {
  content: "\e607";
}
.i-patients:before {
  content: "\e608";
}
.i-play-video:before {
  content: "\e609";
}
.i-plus:before {
  content: "\e60a";
}
.i-negative:before {
  content: "\e60b";
}
.i-newspaper:before {
  content: "\e60c";
}
.i-nextcaret:before {
  content: "\e60d";
}
.i-notepad:before {
  content: "\e60e";
}
.i-member-search-icon:before {
  content: "\e60f";
}
.i-member-search-jobs:before {
  content: "\e610";
}
.i-member-settings:before {
  content: "\e612";
}
.i-member-speechbubble:before {
  content: "\e613";
}
.i-member-news:before {
  content: "\e614";
}
.i-member-payments:before {
  content: "\e615";
}
.i-member-profile:before {
  content: "\e616";
}
.i-member-question:before {
  content: "\e617";
}
.i-member-home:before {
  content: "\e618";
}
.i-member-key-documents:before {
  content: "\e619";
}
.i-member-logout:before {
  content: "\e61a";
}
.i-member-microphone:before {
  content: "\e61b";
}
.i-member-courses:before {
  content: "\e61c";
}
.i-member-dashboard:before {
  content: "\e61d";
}
.i-member-directories:before {
  content: "\e61e";
}
.i-member-email:before {
  content: "\e61f";
}
.i-member-central-library:before {
  content: "\e620";
}
.i-member-circles:before {
  content: "\e621";
}
.i-member-communication:before {
  content: "\e622";
}
.i-member-conferences:before {
  content: "\e623";
}
.i-largetick:before {
  content: "\e624";
}
.i-lsaquo:before {
  content: "\e625";
}
.i-magnify:before {
  content: "\e626";
}
.i-magnify-right:before {
  content: "\e627";
}
.i-download:before {
  content: "\e628";
}
.i-hdr-search:before {
  content: "\e629";
}
.i-i-about-us:before {
  content: "\e62a";
}
.i-laquo-bc:before {
  content: "\e62b";
}
.i-directory-courses:before {
  content: "\e62c";
}
.i-directory-faculty:before {
  content: "\e62d";
}
.i-directory-international:before {
  content: "\e62e";
}
.i-directory-marker:before {
  content: "\e62f";
}
.i-directory-clinician:before {
  content: "\e630";
}
.i-close:before {
  content: "\e631";
}
.i-clipboard:before {
  content: "\e632";
}
.i-clinicians:before {
  content: "\e633";
}
.i-circleperson:before {
  content: "\e634";
}
.i-circlepayment:before {
  content: "\e635";
}
.i-circlegraduate:before {
  content: "\e636";
}
.i-caret-up:before {
  content: "\e637";
}
.i-caret-down:before {
  content: "\e638";
}
.i-calendar:before {
  content: "\e639";
}
.i-about-us:before {
  content: "\e63a";
}
.i-facebook:before {
  content: "\e611";
}
@font-face {
  font-family: 'lg';
  src: url(./fonts/lg.eot?c34c950eb82dcc88d4f2b3d5e517ebfb);
  src: url(./fonts/lg.eot?c34c950eb82dcc88d4f2b3d5e517ebfb?#iefix-3xl28) format('embedded-opentype'), url(./fonts/lg.woff?b4ea3fd6f3de8aa3910bff6e84d858ee) format('woff'), url(./fonts/lg.ttf?006bab04d456cf5379f0543856856ec3) format('truetype'), url(./fonts/lg.svg?8c40142cc3eb3449d18d1c3dc17836d8#default) format('svg');
  font-weight: normal;
  font-style: normal;
}
.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lg-icon-little-giant:before {
  content: "\e605";
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.breadcrumbs {
  padding-top: 30px;
  padding-bottom: 15px;
  font-size: 1.1em;
}
.breadcrumbs i {
  font-size: 1.1em;
}
.btn {
  white-space: normal;
  padding: 16px 25px;
  font-size: 1.1em;
  font-weight: 600;
  font-family: "proxima-nova-condensed", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 2px;
  transition: 0.6s;
}
.btn i {
  margin-left: 8px;
  font-size: 1em;
  vertical-align: middle;
}
.btn i.left {
  margin-left: 0px;
  margin-right: 8px;
}
.btn:hover {
  transition: 0.6s;
}
.btn.active {
  box-shadow: none;
}
.btn-primary {
  background: #003F77;
  border-color: #003F77;
}
.btn-secondary {
  color: #FFFFFF;
  background: #008FBE;
  border-color: #008FBE;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all 300ms ease;
}
.btn-secondary:hover {
  color: #FFFFFF;
  opacity: 0.8;
  filter: alpha(opacity=80);
  transition: all 300ms ease;
}
.btn-tertiary {
  color: #008FBE;
  background: #FFFFFF;
  border-color: #008FBE;
}
.btn-tertiary i {
  font-size: 1.1em;
}
.btn-tertiary:hover {
  background: #008FBE;
  color: #FFFFFF;
}
.btn-white {
  color: #003F77;
  background: #FFFFFF;
  border-color: #FFFFFF;
  transition: 0.6s;
}
.btn-white:hover {
  transition: 0.6s;
  color: #FFFFFF;
  background: #008FBE;
  border-color: #008FBE;
}
.step-btns {
  text-align: center;
}
.step-btns .btn-step {
  height: 45px;
  width: 150px;
  padding: 10px 0;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 18px;
  background: #999999;
  box-shadow: none;
}
.step-btns .btn-step:after {
  top: 70%;
  left: 50%;
  border: 13px solid transparent;
  border-top-color: #999999;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  margin-left: -15px;
  transition: all 0.6s ease;
}
.step-btns .btn-step.active {
  transition: all 0.6s ease;
  background: #008FBE;
}
.step-btns .btn-step.active:after {
  top: 100%;
  border-width: 15px;
  border-top-color: #008FBE;
  transition: all 0.6s ease;
}
.btn-committee {
  padding: 8px;
  width: 100px;
  height: 31px;
  font-size: 12px;
  margin-left: 8px;
}
.btn-icon {
  border-radius: 50%;
  padding: 6px 9px;
}
.btn-icon i {
  margin: 0;
}
.search-results {
  padding-bottom: 80px;
}
.page-results {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.page-results li {
  border-bottom: 1px solid #929497;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.page-results li:first-child {
  border-top: 1px solid #929497;
  padding-top: 20px;
}
.page-results li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.page-results li h4 {
  margin-bottom: 10px;
}
.pagination {
  display: block;
  text-align: center;
  margin: 30px 0;
}
.pagination .pagination-block {
  display: inline-block;
  vertical-align: top;
  line-height: 1.5;
  border: 1px solid #CCCCCC;
  padding: 6px 12px;
  height: 34px;
  width: 33px;
  font-family: "proxima-nova", sans-serif;
  transition: border-color 200ms;
}
.pagination .pagination-block.next i,
.pagination .pagination-block.prev i {
  font-size: 0.9em;
}
.pagination .pagination-block.next span,
.pagination .pagination-block.prev span {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.pagination a:hover {
  border-color: #58595B;
  transition: border-color 200ms;
}
.dipmdtbox {
  background: #008FBE;
  padding: 20px;
}
.dipmdtbox p,
.dipmdtbox a {
  color: #FFFFFF;
}
.dipmdtbox p.title,
.dipmdtbox a.title {
  font-size: 1.45em;
  margin-bottom: 15px;
}
.dipmdtbox p.learn-more,
.dipmdtbox a.learn-more {
  font-weight: 600;
}
.dipmdtbox .btn {
  float: right;
  margin-right: 35px;
}
.branchdirectorybox {
  background: #008FBE;
  padding: 20px 20px 30px 20px;
}
.branchdirectorybox p,
.branchdirectorybox a {
  color: #FFFFFF;
}
.branchdirectorybox p.title,
.branchdirectorybox a.title {
  font-size: 1.45em;
  margin-bottom: 15px;
}
.branchdirectorybox p.learn-more,
.branchdirectorybox a.learn-more {
  font-weight: 300;
}
.contactusbox {
  background: #EEEEEE;
  padding: 20px 20px 30px 20px;
}
.contactusbox p {
  color: #003F77;
}
.contactusbox p.title {
  font-size: 1.45em;
  margin-bottom: 15px;
}
.contactusbox p.learn-more {
  font-weight: 300;
}
.contactusbox .btn {
  float: right;
  margin-right: 35px;
}
.certifiedclinicdirectorybox {
  background: #003F77;
  padding: 20px 20px 30px 20px;
  text-align: center;
}
.certifiedclinicdirectorybox p,
.certifiedclinicdirectorybox a {
  color: #FFFFFF;
}
.certifiedclinicdirectorybox p.title,
.certifiedclinicdirectorybox a.title {
  font-size: 1.45em;
  margin-bottom: 15px;
}
.certifiedclinicdirectorybox p.btn:hover,
.certifiedclinicdirectorybox a.btn:hover {
  background: #FFFFFF;
  color: #008FBE;
}
.explorebenefitsbox {
  background: url(./images/bg-explore-benefits.jpg?54091355ff079c98300f6103b7073733) 0 0 no-repeat;
  padding: 20px 20px 30px 20px;
  text-align: center;
}
.explorebenefitsbox .btn {
  margin-top: 0;
}
.explorebenefitsbox p {
  color: #FFFFFF;
}
.explorebenefitsbox p.title {
  font-size: 1.45em;
  margin-bottom: 15px;
}
.shopnowbox {
  background: #008FBE;
  padding: 20px 20px 30px 20px;
}
.shopnowbox p,
.shopnowbox a {
  color: #FFFFFF;
}
.shopnowbox p.title,
.shopnowbox a.title {
  font-size: 1.45em;
  margin-bottom: 15px;
}
.shopnowbox .btn {
  float: right;
  margin-right: 35px;
}
.generalinformationbox {
  background: #EEEEEE;
  color: #FFFFFF;
  padding: 20px 20px 30px 20px;
}
.generalinformationbox p,
.generalinformationbox a {
  color: #003F77;
}
.generalinformationbox p.title,
.generalinformationbox a.title {
  font-size: 1.45em;
  margin-bottom: 15px;
}
.generalinformationbox .btn {
  color: #FFFFFF;
  float: right;
  margin-right: 35px;
}
.diplomabrochuredownload {
  background-color: #008FBE;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
}
.diplomabrochuredownload .title {
  margin: 0;
  display: inline-block;
  color: #FFFFFF;
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 20px;
}
.diplomabrochuredownload .download-link {
  display: inline-block;
  color: #FFFFFF;
  text-transform: uppercase;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity 300ms ease;
}
.diplomabrochuredownload .download-link:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  transition: opacity 300ms ease;
}
.diplomabrochuredownload .download-link i {
  font-size: 1.2em;
  margin-left: 5px;
  vertical-align: middle;
}
.applybox {
  background: #EEEEEE;
  padding: 20px 20px 30px 20px;
}
.applybox p {
  color: #003F77;
}
.applybox p.title {
  font-size: 1.45em;
  margin-bottom: 15px;
}
.applybox p.learn-more {
  font-weight: 300;
}
.applybox .btn {
  float: right;
  margin-right: 35px;
}
.book-links .i-member-directories {
  border: 1px solid #2C7AAB;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  font-size: 25px;
  line-height: 48px;
  text-align: center;
  margin-right: 20px;
}
.book-links .links .link-row {
  margin-bottom: 30px;
}
.book-links .links .link-row:before,
.book-links .links .link-row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.book-links .links .link-row:after {
  clear: both;
}
.book-links .links .link-row:before,
.book-links .links .link-row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.book-links .links .link-row:after {
  clear: both;
}
.book-links .links .link-row p {
  float: left;
  margin: 15px 0 0;
}
.book-links .links .link-row .btn {
  float: right;
}
body,
.site-main {
  background-color: #f6f6f7;
  min-width: 1170px;
}
.site-main {
  min-width: 1170px;
}
.inner {
  position: relative;
}
.list-unstyled {
  padding: 0;
  margin: 0;
}
.list-unstyled li {
  margin: 0;
}
.vcenter-parent {
  display: table;
  width: 100%;
  height: 100%;
}
.vcenter {
  display: table-cell;
  vertical-align: middle;
}
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 100;
}
a {
  text-decoration: none;
  color: #2c7aab;
  transition: color 200ms;
}
a:hover,
a:focus {
  color: #4b4c4e;
  text-decoration: none;
  transition: opacity 200ms;
}
label[for='TermsConditionsAgree'] {
  width: 90%;
  vertical-align: top;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type='checkbox'] ~ label {
  margin-bottom: 0px;
  vertical-align: top;
  margin-top: 4px;
  width: 85%;
  cursor: pointer;
}
.w-100 {
  width: 100%;
}
body {
  font-family: "proxima-nova", sans-serif;
  font-size: 14.5px;
  line-height: 1.2em;
  color: #58595b;
}
h1 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-size: 1.65em;
  line-height: 1.6;
  color: #58595B;
  margin: 0 0 15px 0;
}
h2 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-size: 1.45em;
  line-height: 1.6;
  color: #58595B;
  margin: 0 0 15px 0;
}
h3 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  font-size: 1.24em;
  letter-spacing: 1px;
  color: #58595B;
  margin: 0 0 15px 0;
}
h4 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  font-size: 1.1em;
  letter-spacing: 1px;
  color: #58595B;
  margin: 0 0 15px 0;
}
h5 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  font-size: 1.24em;
  letter-spacing: 1px;
  color: #58595B;
  margin: 0 0 15px 0;
}
p {
  font-weight: 400;
  line-height: 1.6;
  color: #58595B;
  letter-spacing: 0.25px;
  margin: 0 0 15px 0;
}
ul {
  padding-left: 20px;
}
ul li {
  font-size: 1.1em;
  font-weight: 300;
  padding-bottom: 10px;
}
ul.left {
  width: 40%;
  float: left;
  margin-right: 3%;
}
.ordered-list-background {
  counter-reset: li;
  /* Initiate a counter */
  margin-left: 0;
  /* Remove the default left margin */
  padding-left: 0;
  /* Remove the default left padding */
}
.ordered-list-background > li {
  position: relative;
  /* Create a positioning context */
  margin: 0 0 25px 3em;
  /* Give each list item a left margin to make room for the numbers */
  padding: 4px 20px;
  /* Add some spacing around the content */
  list-style: none;
  /* Disable the normal item numbering */
}
.ordered-list-background > li:before {
  content: counter(li);
  /* Use the counter as content */
  counter-increment: li;
  /* Increment the counter by 1 */
  /* Position and style the number */
  position: absolute;
  top: -2px;
  left: -2em;
  box-sizing: border-box;
  width: 2em;
  /* Some space between the number and the content in browsers that support
       generated content but not positioning it (Camino 2 is one example) */
  margin-right: 8px;
  padding: 8px;
  color: #FFFFFF;
  background: #2C7AAB;
  font-weight: bold;
  font-family: "proxima-nova", sans-serif;
  text-align: center;
}
small {
  font-size: 0.8em;
  text-transform: uppercase;
  color: #58595B;
}
blockquote {
  border-left: none;
  padding: 12px 55px;
}
blockquote p {
  color: #EEEEEE;
  font-size: 1.45em;
  font-weight: 400;
}
blockquote p span {
  font-weight: 700;
}
blockquote small {
  font-size: 0.8em;
  text-transform: uppercase;
  color: #58595B;
}
blockquote small:before {
  content: '';
}
blockquote small span {
  font-weight: 700;
}
a {
  text-decoration: none;
  transition: color 200ms;
}
a.btn-primary {
  color: #FFFFFF;
}
a.btn-primary:hover,
a.btn-primary:focus {
  color: #FFFFFF;
}
a:hover,
a:focus {
  color: #4b4c4e;
  text-decoration: none;
  transition: opacity 200ms;
}
img {
  max-width: 100%;
}
img.left {
  float: left;
  margin-right: 15px;
}
img.right {
  float: right;
  margin-left: 90px;
}
img.center {
  display: block;
  margin: 0 auto;
}
.captionImage p {
  font-size: 13px;
  margin: 5px 0 0 0;
  color: #58595B;
}
.captionImage.center {
  display: block;
}
.captionImage.center p {
  text-align: center;
}
.captionImage.left {
  float: left;
  margin-right: 15px;
}
.captionImage.left img {
  float: none;
  margin-right: 0;
}
.captionImage.right {
  float: right;
  margin-left: 15px;
  text-align: right;
}
.captionImage.right img {
  float: none;
  margin-left: 45px;
}
.captionImage.right p {
  margin-left: 0;
  font-style: italic;
}
.form-control {
  box-shadow: none;
  color: #58595B;
}
.form-control:active,
.form-control:focus {
  box-shadow: none;
  border-color: #929497;
}
.ic-calendar {
  position: relative;
}
.ic-calendar:after {
  font-family: 'mckenzie';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #CCCCCC;
  content: '\e630';
  font-size: 30px;
  display: block;
  position: absolute;
  right: 15px;
  top: 5px;
}
.no-bdr-right {
  border-right: 0;
}
label {
  color: #58595b;
  font-weight: 700;
  padding-left: 5px;
}
input[type='checkbox'] {
  vertical-align: middle;
  display: inline-block;
}
#SearchForm_SearchForm {
  max-width: 200px;
}
#SearchForm_SearchForm input {
  float: right;
  height: 28px;
  border-right: none;
  width: 168px;
  line-height: 28px;
  letter-spacing: 0.75px;
  border-radius: 3px;
  border-color: #eeeeee;
  background: #f6f6f8;
}
#SearchForm_SearchForm button {
  height: 28px;
  font-size: 1em;
  padding: 5px 10px;
  float: left;
  border-left: none;
  background: #f6f6f8;
  border-color: #eeeeee;
  color: #929497;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  width: 35px;
}
#SearchForm_SearchForm button i {
  margin-left: 0;
}
#SearchForm_SearchForm button .hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.form-group .optionset {
  padding: 0;
}
.form-group .optionset li {
  list-style: none;
}
.form-group .optionset .radio {
  margin: 0;
  float: left;
}
.parsley-errors-list {
  list-style-type: none;
  padding-left: 0;
  color: red;
}
.parsley-errors-list li:first-of-type {
  margin-top: 10px;
}
#ATCOnlineForm_ATCOnlineForm .form-group.parsley-error {
  margin-bottom: 0;
}
#ATCOnlineForm_ATCOnlineForm .form-group.parsley-error p {
  margin-bottom: 0;
}
.btn-toolbar {
  margin-top: 15px;
  text-align: right;
}
.message.error {
  color: red;
}
.ms-options-wrap > button,
.ms-options-wrap > button:focus {
  height: 40px;
  border-color: #929497;
  padding: 6px 12px;
  color: #929497;
  font-size: 14.5px;
  line-height: 1.2em;
}
.ms-options-wrap.ms-options-wrap.ms-has-selections > button {
  color: #929497;
}
.ms-options-wrap > .ms-options {
  min-height: 0 !important;
  left: 15px;
  border-top-width: 0;
  width: 95.2%;
}
.ms-options-wrap > .ms-options > ul li {
  padding-bottom: 0px;
}
.ms-options-wrap > .ms-options > ul label {
  padding: 10px 10px 10px 25px;
  cursor: pointer;
  color: #929497;
  margin: 0;
}
.ms-options-wrap > .ms-options > ul input[type='checkbox'] {
  top: 12px;
}
input.form-control,
select.form-control,
textarea.form-control {
  color: #929497;
}
.pristine-error {
  color: red;
  font-size: 1.1em;
  font-weight: 300;
  padding: 10px 0;
}
.sidebar {
  background: #2778A9;
  color: #FFFFFF;
}
.sidebar .s-box {
  border-bottom: 1px solid #064E84;
}
.sidebar p {
  font-size: 17px;
  padding: 10px 15px;
  color: #FFFFFF;
  margin-bottom: 0;
}
.sidebar ul li {
  color: #FFFFFF;
  padding: 15px;
  transition: 0.6s;
}
.sidebar ul li a {
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #FFFFFF;
  text-transform: uppercase;
}
.sidebar ul li a i {
  font-size: 20px;
  vertical-align: middle;
  padding-right: 5px;
}
.sidebar ul li a.iconless {
  padding-left: 30px;
}
.sidebar ul li.active,
.sidebar ul li:hover {
  background: #008FBE;
}
.sidebar ul li.active a,
.sidebar ul li:hover a {
  color: #FFFFFF;
}
.home .welcome {
  text-transform: uppercase;
}
.home h2 {
  color: #003F77;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: 600;
}
.home h2 i {
  font-size: 2.5em;
  margin-right: 20px;
  vertical-align: middle;
}
.home .contact-box {
  padding: 30px;
  background: #E6E7E8;
}
.home .contact-box h3 {
  font-size: 1.65em;
  color: #003F77;
}
.home .contact-box .btn-home {
  width: 100%;
}
.home .keydates__heading {
  position: relative;
  margin-bottom: 30px;
  margin-top: 50px;
}
.home .keydates__heading h2 {
  display: inline-block;
  margin: 0;
}
.home .keydates__legend {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.home .keydates__legend-item {
  display: inline-block;
  margin-left: 10px;
}
.home .keydates__legend-item:nth-child(1) .keydates__legend-colour {
  background-color: #929497;
}
.home .keydates__legend-item:nth-child(2) .keydates__legend-colour {
  background-color: #008FBE;
}
.home .keydates__legend-colour,
.home .keydates__legend-label {
  display: inline-block;
}
.home .keydates__legend-colour {
  vertical-align: middle;
  height: 15px;
  width: 15px;
}
.home .keydates__legend-label {
  margin-right: 5px;
  font-size: 12px;
  color: #929497;
}
.home .keydates .i-clipboard {
  vertical-align: middle;
  margin-right: 20px;
  font-size: 2.3em;
  color: #003F77;
}
.home .keydates__nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home .keydates__prev,
.home .keydates__next {
  color: #003F77;
  line-height: 40px;
}
.home .keydates__current {
  margin: 0 10px;
  line-height: 40px;
  color: #003F77;
  font-weight: 700;
  text-transform: uppercase;
}
.home .keydates__dates {
  width: 100%;
}
.home .keydates th {
  padding: 30px;
  border-bottom: 1px solid #D0D2D3;
  background: #003F77;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 0;
}
.home .keydates th i {
  position: relative;
  top: 2px;
  margin-left: 10px;
}
.home .keydates th a {
  color: #FFFFFF;
}
.home .keydates th,
.home .keydates td {
  border-bottom: 1px solid #D0D2D3;
}
.home .keydates tbody {
  background-color: #FFFFFF;
}
.home .keydates__date--branch td:first-child:before {
  background-color: #008FBE;
}
.home .keydates__date--international td:first-child:before {
  background-color: #929497;
}
.home .keydates__date td:first-child:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 4px;
  content: '';
}
.home .keydates__date td {
  position: relative;
  padding: 10px 30px;
}
.home .keydates__date td:last-child {
  text-align: right;
}
.home .keydates__date td:last-child a {
  color: #929497;
  text-transform: uppercase;
}
.home .keydates__date td:last-child a:hover {
  color: #3f4041;
}
.home .keydates__description {
  font-size: 13px;
  color: #929497;
}
.home .widgets {
  margin-top: 30px;
}
.home .widgets .news {
  margin-bottom: 30px;
}
.home .widgets .news .cursor {
  cursor: pointer;
}
.home .widgets .news .title {
  border-bottom: 1px solid #D0D2D3;
  background: #003F77;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 30px;
  margin-bottom: 0;
}
.home .widgets .news .listings {
  background: #E6E7E8;
}
.home .widgets .news .listings .listing {
  padding: 30px 30px 0px 30px;
}
.home .widgets .news .listings .listing .inner {
  padding-bottom: 30px;
  border-bottom: 1px solid #D0D2D3;
}
.home .widgets .news .listings .listing .inner .date {
  color: #A6A8AB;
  text-transform: uppercase;
}
.home .widgets .news .listings .listing .inner .summary {
  font-size: 16px;
}
.home .widgets .news .listings .listing .inner .summary a:hover {
  color: #2C7AAB;
}
.home .widgets .news .listings .listing:last-child .inner {
  border-bottom: 0;
}
.home .widgets .discussions .discussion {
  position: relative;
  margin-bottom: 20px;
}
.home .widgets .discussions .discussion .arrow {
  position: absolute;
  background: url(./images/discussion-arrow.png?05c70487b0a4272eed402bbd3856cc62) 0 0 no-repeat;
  width: 20px;
  height: 20px;
  top: 15px;
  left: -20px;
}
.home .widgets .discussions .discussion .about {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background: #008FBE;
  padding: 20px 30px;
  border-bottom: 1px solid #D0D2D3;
}
.home .widgets .discussions .discussion .about .date {
  color: #FFFFFF;
}
.home .widgets .discussions .discussion .about .title {
  color: #FFFFFF;
  margin-bottom: 0;
}
.home .widgets .discussions .discussion .comments {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background: #E6E7E8;
  padding: 10px 30px 5px;
}
.home .widgets .discussions .discussion .comments p {
  color: #929497;
}
.home .widgets .discussions .discussion .comments i {
  vertical-align: middle;
}
.home .widgets .discussions .discussion .comments i.i-member-speechbubble {
  font-size: 1.4em;
}
.home .widgets .discussions .discussion .comments i.i-plus {
  font-size: 1.6em;
}
.profile-page .blue {
  color: #003F77;
}
.profile-page .b-blue {
  color: #008FBE;
}
.profile-page .profile-box {
  padding: 30px;
  background: #FFF;
}
.profile-page .profile-box .note {
  color: #A4A39E;
  font-size: 13px;
  margin-left: 20px;
}
.profile-page .profile-box label small {
  color: #A4A39E;
}
.profile-page .profile-box .profile-selectors {
  margin-bottom: 50px;
  margin-left: -30px;
  margin-right: -30px;
  border-bottom: 2px solid #008FBE;
}
.profile-page .profile-box .profile-selectors .selectors {
  margin: 0 30px;
}
.profile-page .profile-box .profile-selectors .selectors:before,
.profile-page .profile-box .profile-selectors .selectors:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.profile-page .profile-box .profile-selectors .selectors:after {
  clear: both;
}
.profile-page .profile-box .profile-selectors .selectors:before,
.profile-page .profile-box .profile-selectors .selectors:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.profile-page .profile-box .profile-selectors .selectors:after {
  clear: both;
}
.profile-page .profile-box .profile-selectors .selectors a {
  display: block;
  height: 43px;
  width: 20%;
  padding: 16px 6px;
  float: left;
  color: #91908E;
  border-top: 1px solid #91908E;
  border-left: 1px solid #91908E;
  font-size: 12px;
  text-transform: uppercase;
  position: relative;
  z-index: 10;
  border-radius: 0;
  margin: 0 -1px;
}
.profile-page .profile-box .profile-selectors .selectors a:last-child {
  border-right: 1px solid #91908E;
}
.profile-page .profile-box .profile-selectors .selectors a:hover,
.profile-page .profile-box .profile-selectors .selectors a.active {
  border-top: 1px solid #008FBE;
  border-left: 1px solid #008FBE;
  background: #008FBE;
  color: #FFFFFF;
  z-index: 20;
}
:last-child .profile-page .profile-box .profile-selectors .selectors a:hover,
:last-child .profile-page .profile-box .profile-selectors .selectors a.active {
  border-right: 1px solid #008FBE;
}
.profile-page .profile-box h2 {
  margin-bottom: 50px;
  text-transform: uppercase;
  letter-spacing: 0.75px;
  font-size: 15px;
}
.profile-page .profile-box h2 i {
  font-size: 2.5em;
  color: #008FBE;
  vertical-align: middle;
  margin-right: 20px;
}
.profile-page .profile-box h2 .light {
  color: #A6A8AB;
}
.profile-page .profile-box .create {
  color: #008FBE;
  text-transform: uppercase;
}
.profile-page .profile-box #details .form-control {
  border: 1px solid #A4A39E;
}
.profile-page .profile-box #details,
.profile-page .profile-box #clinician,
.profile-page .profile-box #courses,
.profile-page .profile-box #payments,
.profile-page .profile-box #password {
  display: none;
}
.profile-page .profile-box #details.active,
.profile-page .profile-box #clinician.active,
.profile-page .profile-box #courses.active,
.profile-page .profile-box #payments.active,
.profile-page .profile-box #password.active {
  display: block;
}
.profile-page .profile-box #courses table,
.profile-page .profile-box #payments table {
  width: 100%;
}
.profile-page .profile-box #courses table thead tr,
.profile-page .profile-box #payments table thead tr {
  height: 80px;
  background: #F3F3F3;
  font-weight: 600;
  font-size: 16px;
}
.profile-page .profile-box #courses table thead tr th,
.profile-page .profile-box #payments table thead tr th {
  padding: 20px;
  border-left: 0;
  border-right: 0;
}
.profile-page .profile-box #courses table tbody tr td,
.profile-page .profile-box #payments table tbody tr td {
  border-left: 0;
  border-right: 0;
  min-height: 50px;
  padding: 20px;
  font-size: 16px;
}
.profile-page .profile-box #courses table tbody tr td.small,
.profile-page .profile-box #payments table tbody tr td.small {
  color: #91908E;
  font-size: 14px;
}
.profile-page .profile-box #courses table tbody tr td.status,
.profile-page .profile-box #payments table tbody tr td.status {
  color: #008FBE;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 13px;
}
.profile-page input[type='text'] {
  height: 47px;
  line-height: 47px;
}
.profile-page .dropzone-pe {
  position: relative;
}
.profile-page .dropzone-pe #pedropzone {
  background: url(./images/add-photo.png?21f48c26188b436915b770ae19df9639) 0 0 no-repeat;
  height: 143px;
  cursor: pointer;
  margin-top: 21px;
  padding-left: 157px;
}
.profile-page .dropzone-pe #pedropzone.has-image {
  background: none;
}
.profile-page .dropzone-pe .pe-previews {
  position: absolute;
  top: 0;
  left: 0;
}
.profile-page .dropzone-pe .pe-previews .dz-remove {
  display: block;
  text-align: center;
  position: absolute;
  bottom: 0;
  background: white;
  left: 0;
  width: 100%;
  padding-top: 10px;
  color: #008FBE;
  font-weight: 600;
}
.profile-page .dropzone-ps {
  position: relative;
}
.profile-page .dropzone-ps #psdropzone {
  background: url(./images/add-photo.png?21f48c26188b436915b770ae19df9639) 0 0 no-repeat;
  height: 143px;
  cursor: pointer;
  margin-top: 21px;
  padding-left: 157px;
}
.profile-page .dropzone-ps #psdropzone.has-image {
  background: none;
}
.profile-page .dropzone-ps .ps-previews {
  position: absolute;
  top: 0;
  left: 0;
}
.profile-page .dropzone-ps .ps-previews .dz-remove {
  display: block;
  text-align: center;
  position: absolute;
  bottom: 0;
  background: white;
  left: 0;
  width: 100%;
  padding-top: 10px;
  color: #008FBE;
  font-weight: 600;
}
.profile-page .dropzone-pc {
  position: relative;
}
.profile-page .dropzone-pc #pcdropzone {
  background: url(./images/add-photo.png?21f48c26188b436915b770ae19df9639) 0 0 no-repeat;
  height: 143px;
  cursor: pointer;
  margin-top: 21px;
  padding-left: 157px;
}
.profile-page .dropzone-pc #pcdropzone.has-image {
  background: none;
}
.profile-page .dropzone-pc .pc-previews {
  position: absolute;
  top: 0;
  left: 0;
}
.profile-page .dropzone-pc .pc-previews .dz-remove {
  display: block;
  text-align: center;
  position: absolute;
  bottom: 0;
  background: white;
  left: 0;
  width: 100%;
  padding-top: 10px;
  color: #008FBE;
  font-weight: 600;
}
.login-form .form-group {
  width: 50%;
}
.login-form .btn-submit {
  margin-bottom: 20px;
}
.login-form .remember-me input {
  margin-right: 10px;
}
.back-link {
  text-transform: uppercase;
  color: #008FBE;
  margin-bottom: 20px;
  display: inline-block;
}
.back-link:hover i {
  left: -5px;
}
.back-link i {
  margin-right: 10px;
  position: relative;
  left: 0;
  transition: left 300ms ease-in-out;
}
.directories-page h1 {
  margin-bottom: 10px;
}
.directories-page .info {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 30px;
}
.directories-page .directory-info {
  color: #A6A8AB;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.directories-page .col-lg-4.p7 {
  padding-left: 7px;
  padding-right: 7px;
}
.directories-page .block {
  height: 150px;
  padding: 30px 0;
  background: #003F77;
  transition: 0.6s;
}
.directories-page .block:hover {
  background: #008FBE;
  transition: 0.6s;
}
.directories-page .block p {
  text-align: center;
}
.directories-page .block p i {
  font-size: 40px;
  color: #FFFFFF;
}
.directories-page .block h2 {
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 15px;
  text-align: center;
}
.directory .back-to {
  margin-bottom: 40px;
}
.directory .back-to a {
  color: #008FBE;
  text-transform: uppercase;
  font-size: 13px;
}
.directory .directory-search {
  margin-bottom: 45px;
  background: #EEEEEE;
  padding: 35px 35px;
}
.directory .directory-search h2 {
  font-size: 15px;
  text-transform: uppercase;
}
.directory .directory-search h2 i {
  color: #008FBE;
  font-size: 2.5em;
  vertical-align: middle;
  margin-right: 5px;
}
.directory .directory-search .search-control .options-container {
  width: 100%;
  position: relative;
  float: left;
}
.directory .directory-search .search-control .options-container .filter-option {
  position: relative;
  background-color: #008FBE;
  padding: 11px 15px;
  cursor: pointer;
  border: 0;
  color: #FFFFFF;
  transition: all 0.2s ease;
}
.directory .directory-search .search-control .options-container .filter-option:hover {
  background-color: #003F77;
}
.directory .directory-search .search-control .options-container .filter-option i {
  vertical-align: middle;
  float: right;
}
.directory .directory-search .search-control .options-container .options {
  position: absolute;
  width: 100%;
  max-height: 400px;
  background-color: #FFFFFF;
  border: 1px solid #6D6E70;
  top: 43px;
  display: none;
  z-index: 100;
  overflow-x: hidden;
  overflow-y: auto;
}
.directory .directory-search .search-control .options-container .options .option {
  font-weight: normal;
  display: block;
  color: #58595B;
  border-bottom: 1px solid #EEEEEE;
  transition: all 0.2s ease;
  padding: 10px 15px;
}
.directory .directory-search .search-control .options-container .options .option:hover {
  background-color: #F1F1F2;
}
.directory .directory-search input {
  border: 0;
}
.directory .directory-search .btn-directory-search {
  float: left;
  width: 50px;
  height: 40px;
  padding: 10px 10px;
  font-size: 1.3em;
  color: #FFFFFF;
  background: #008FBE;
  text-align: center;
  margin-left: 30px;
  border-radius: 0;
}
.directory .directory-search .btn-directory-search:hover {
  background-color: #003F77;
}
.directory .directory-search .btn-directory-search i {
  margin-left: 0;
}
.directory table {
  width: 100%;
}
.directory table thead tr {
  height: 80px;
  background: #F3F3F3;
  font-weight: 600;
  font-size: 16px;
}
.directory table thead tr th {
  padding: 20px;
  border-left: 0;
  border-right: 0;
  border-bottom-color: #008FBE;
}
.directory table tbody tr {
  background: #FFFFFF;
}
.directory table tbody tr.city {
  text-transform: uppercase;
  background: #F3F3F3;
  font-weight: 600;
}
.directory table tbody tr.city td {
  font-size: 15px;
}
.directory table tbody tr td {
  border-left: 0;
  border-right: 0;
  min-height: 50px;
  padding: 20px;
  font-size: 16px;
}
.directory table tbody tr td.small {
  color: #91908E;
  font-size: 14px;
}
.directory table tbody tr td.status {
  color: #008FBE;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 13px;
}
.courses-directory .pills {
  margin-top: 30px;
  margin-bottom: 10px;
}
.courses-directory .pills .pill {
  background: #003F77;
  color: #FFFFFF;
  font-size: 15px;
  padding: 10px;
  margin-right: 10px;
  border-radius: 5px;
}
.courses-directory .pills .pill i {
  cursor: pointer;
  font-size: 12px;
  margin-left: 20px;
}
.courses-directory .course .inner {
  background: #FFFFFF;
  padding: 30px;
  border: 1px solid #EEEEEE;
}
.courses-directory .read-more {
  text-transform: uppercase;
  color: #008FBE;
  margin-top: 20px;
  transition: 0.6s;
}
.courses-directory .read-more:hover {
  transition: 0.6s;
  color: #58595B;
}
.courses-directory .title {
  font-size: 1.45em;
  line-height: 1em;
  color: #003F77;
  margin-bottom: 20px;
  font-weight: 600;
}
.courses-directory .date {
  font-size: 1.19em;
  line-height: 1em;
  color: #003F77;
  margin-bottom: 5px;
  font-weight: 600;
}
.courses-directory .venue {
  color: #003F77;
  font-size: 1.19em;
  line-height: 1em;
  margin-bottom: 30px;
}
.horizontal-tabs {
  overflow: hidden;
  letter-spacing: 1px;
  font-size: 13px;
  margin-top: 30px;
}
.horizontal-tabs .tab {
  background-color: #ffffff;
  float: left;
  width: 25%;
  text-transform: uppercase;
  text-align: center;
  padding: 15px 0;
  font-weight: 600;
  color: #91908E;
  border-top: solid 1px #D0D2D3;
  border-right: solid 1px #D0D2D3;
  border-bottom: solid 1px #008FBE;
  transition: 0.6s;
}
.horizontal-tabs .tab:first-child {
  border-left: solid 1px #D0D2D3;
}
.horizontal-tabs .tab.active {
  border-left: solid 1px #008FBE;
  border-color: #008FBE;
  background-color: #008FBE;
  color: #ffffff;
}
.horizontal-tabs .tab:hover {
  border-color: #008FBE;
  background-color: #008FBE;
  color: #ffffff;
}
.communications h2 {
  margin-top: 50px;
}
.communications h3 {
  text-transform: uppercase;
  color: #003F77;
  font-size: 1.1em;
  margin: 50px 0 30px 0;
}
.communications h3 .i-webinars,
.communications h3 .i-podcasts {
  display: inline-block;
  font-size: 2.2em;
  margin-right: 15px;
  vertical-align: middle;
}
.communications .webinars-content a,
.communications .podcasts-content a {
  display: block;
  background-color: #003F77;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 0;
  text-align: center;
  font-weight: 600;
  transition: 0.6s;
}
.communications .webinars-content a:hover,
.communications .podcasts-content a:hover {
  background-color: #008FBE;
}
.communications.webinars .date {
  color: #a6a8ab;
  font-weight: 600;
  text-transform: uppercase;
}
.communications.webinars .language,
.communications.webinars .time {
  color: #a6a8ab;
}
.communications.webinars .title {
  font-weight: 600;
}
.communications.webinars .podcasts-content .header {
  color: #a6a8ab;
  padding-bottom: 20px;
}
.communications.webinars .podcasts-content .podcast {
  margin-bottom: 15px;
  border: solid 1px #d1d3d2;
  border-left: solid 5px #008FBE;
  background-color: #ffffff;
  padding: 25px 0;
  line-height: 1.4em;
  margin-left: 0;
  margin-right: 0;
}
.communications.webinars .webinars-content .header {
  background-color: #E6E7E8;
  color: #58595B;
  padding-bottom: 20px;
  height: 80px;
  line-height: 80px;
  font-weight: 600;
  border: solid 1px #d1d3d2;
}
.communications.webinars .webinars-content .webinar {
  padding: 15px 0;
  border: solid 1px #d1d3d2;
  border-top: none;
}
.discussions .discussions-content {
  background: #F1F1F2;
}
.discussions .discussions-content .discussions-intro {
  padding: 30px;
}
.discussions .discussions-content .discussion-board {
  background: #003F77;
}
.discussions .discussions-content .discussion-board h2 {
  color: #FFFFFF;
  padding: 20px 30px;
  text-transform: uppercase;
  font-size: 15px;
}
.discussions .discussions-content .discussion-board h2 i {
  vertical-align: middle;
  font-size: 30px;
  margin-right: 10px;
}
.discussions .new-topic {
  margin: 50px 0 30px 30px;
}
.discussions .new-topic h3 {
  font-weight: 300;
  font-size: 28px;
  color: #293541;
}
.discussions .new-topic .btn {
  height: 43px;
  font-size: 13px;
  padding: 12px 25px;
  float: right;
}
.discussions .new-topic .btn i {
  font-size: 20px;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 10px;
}
.discussions .new-topic .btn i + i {
  font-size: 15px;
}
.discussions .discussion {
  position: relative;
  margin-bottom: 20px;
  margin-left: 30px;
}
.discussions .discussion .arrow {
  position: absolute;
  background: url(./images/discussion-arrow.png?05c70487b0a4272eed402bbd3856cc62) 0 0 no-repeat;
  width: 20px;
  height: 20px;
  top: 15px;
  left: -20px;
}
.discussions .discussion .about {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background: #008FBE;
  padding: 20px 30px;
  border-bottom: 1px solid #D0D2D3;
}
.discussions .discussion .about .post-count {
  float: right;
  color: #FFFFFF;
}
.discussions .discussion .about .post-count i {
  margin-right: 5px;
}
.discussions .discussion .about .post-info-icon {
  margin-right: 20px;
  color: #FFFFFF;
  float: left;
  font-size: 3em;
}
.discussions .discussion .about .post-info-detail {
  float: left;
}
.discussions .discussion .about .post-info-detail .name {
  color: #FFFFFF;
  margin: 0;
}
.discussions .discussion .about .post-info-detail .date {
  color: #FFFFFF;
}
.discussions .discussion .about .title {
  color: #FFFFFF;
  margin-bottom: 0;
}
.discussions .discussion .comments {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background: #E6E7E8;
  padding: 15px 30px 5px;
}
.discussions .discussion .comments p {
  color: #929497;
  text-transform: uppercase;
}
.discussions .discussion .comments p a {
  color: #929497;
}
.discussions .discussion .comments i {
  vertical-align: middle;
}
.discussions .discussion .comments i.i-member-speechbubble {
  font-size: 1.4em;
}
.discussions .discussion .comments i.i-plus {
  font-size: 1.2em;
  margin-left: 20px;
}
.discussions .discussion .post-comment .btn {
  height: 43px;
  padding: 12px 25px;
  float: right;
}
.discussions .discussion .posts {
  background: #E6E7E8;
  position: relative;
}
.discussions .discussion .posts .close-post {
  position: absolute;
  top: 15px;
  right: 30px;
  font-size: 20px;
}
.discussions .discussion .posts .post,
.discussions .discussion .posts .post-reply {
  border-bottom: 1px solid #BBBDBF;
  margin-left: 30px;
  margin-right: 30px;
  padding-bottom: 30px;
  padding-top: 30px;
}
.discussions .discussion .posts .post:last-child,
.discussions .discussion .posts .post-reply:last-child {
  border-bottom: 0;
}
.discussions .discussion .posts .post .profile-image-holder .post-by,
.discussions .discussion .posts .post-reply .profile-image-holder .post-by {
  font-size: 14px;
  font-weight: 600;
}
.discussions .discussion .posts .post .profile-image-holder .post-by .profile-image,
.discussions .discussion .posts .post-reply .profile-image-holder .post-by .profile-image {
  display: inline-block;
  border-radius: 31px;
  width: 61px;
  height: 61px;
  vertical-align: middle;
  margin-right: 15px;
}
.discussions .discussion .posts .post .profile-image-holder .post-by .name,
.discussions .discussion .posts .post-reply .profile-image-holder .post-by .name {
  color: #008FBE;
  display: inline-block;
}
.discussions .discussion .posts .post .post-content,
.discussions .discussion .posts .post-reply .post-content {
  margin-left: 30px;
}
.discussions .discussion .posts .post .post-content .post-text,
.discussions .discussion .posts .post-reply .post-content .post-text {
  font-size: 16px;
  font-weight: 300;
}
.discussions .discussion .posts .post .reply-form,
.discussions .discussion .posts .post-reply .reply-form {
  clear: both;
}
.discussions .discussion .posts .post-reply {
  padding-left: 80px;
}
.discussions .discussion .posts .post-reply .post-text {
  color: #929497;
}
.discussions .discussion .reply-direct .reply-direct-anchor {
  float: right;
  color: #929497;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  font-size: 13px;
}
.discussions .discussion .reply-direct .reply-form {
  display: none;
}
.discussions .discussion .post-comment {
  background: #D0D2D3;
  padding: 30px;
}
.news input {
  border: 0;
  margin-top: -2px;
}
.news .i-member-microphone {
  font-size: 2.3em;
  vertical-align: middle;
}
.news .btn-search {
  float: left;
  width: 35px;
  height: 40px;
  padding: 5px 10px;
  font-size: 1.1em;
  color: #222222;
  background: #FFFFFF;
  text-align: center;
}
.news .btn-search i {
  margin-left: 0;
}
.news .header {
  background-color: #003F77;
  color: #ffffff;
  text-transform: uppercase;
  margin: 50px 0 0 0;
  height: 80px;
  line-height: 80px;
  font-weight: 600;
  font-size: 1.1em;
}
.news .items {
  height: 800px;
  overflow-y: scroll;
  background-color: #E6E7E8;
  padding: 30px;
}
.news .items .filter-detail {
  display: inline-block;
  margin-bottom: 20px;
}
.news .items .filter-detail .remove-filter {
  color: #008FBE;
}
.news .items .item .date {
  display: inline-block;
  text-transform: uppercase;
  color: #A6A8AB;
}
.news .items .item .source {
  display: inline-block;
  color: #A6A8AB;
}
.news .items .item h2 {
  margin: 20px 0;
  font-size: 1em;
  font-weight: 600;
}
.news .items .item .content {
  padding-bottom: 20px;
  margin-bottom: 35px;
  border-bottom: solid 1px #D0D2D3;
}
.news .items .item .content .full {
  display: none;
}
.news .items .item .content .full a {
  color: #008FBE;
  font-weight: 600;
}
.news .items .item .read-more {
  text-transform: uppercase;
  color: #008FBE;
  font-weight: 600;
  transition: 0.6s;
}
.news .items .item .read-more:hover {
  color: #003F77;
}
.collaboration .section .header {
  height: 90px;
  line-height: 90px;
  background-color: #ffffff;
  border-left: solid 5px #008FBE;
  text-transform: uppercase;
  margin-top: 30px;
  font-weight: 600;
}
.collaboration .section .header .close-icon {
  margin-right: 20px;
  color: #003F77;
  display: none;
  font-size: 12px;
}
.collaboration .section .header .close-icon:hover {
  color: #008FBE;
}
.collaboration .section .header .close-icon i {
  font-size: 1.5em;
  margin-left: 10px;
  position: relative;
  top: 5px;
}
.collaboration .section .header .title {
  color: #003F77;
  display: inline-block;
}
.collaboration .section .header .title .i-member-circles {
  margin: 0 25px;
  font-size: 2.5em;
  vertical-align: middle;
}
.collaboration .section .header .instruction {
  color: #A6A8AB;
}
.collaboration .section hr {
  margin: 0;
}
.collaboration .section h2 {
  margin: 30px 0 10px;
}
.collaboration .section h2:before,
.collaboration .section h2:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.collaboration .section h2:after {
  clear: both;
}
.collaboration .section h2:before,
.collaboration .section h2:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.collaboration .section h2:after {
  clear: both;
}
.collaboration .section a.upload {
  display: block;
  float: right;
  text-align: center;
  background-color: #008FBE;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 14.5px;
  transition: 0.6s;
}
.collaboration .section a.upload:hover {
  background-color: #003F77;
}
.collaboration .section .content {
  display: none;
  padding: 0px 20px 5px;
  background-color: #FFFFFF;
}
.collaboration .section .content .document-header {
  margin: 0;
  border: solid 1px #D0D2D3;
  font-weight: 600;
  background-color: #EEEEEE;
}
.collaboration .section .content .document-header div {
  padding: 15px;
}
.collaboration .section .content .document {
  border: solid 1px #D0D2D3;
  border-top: none;
  background-color: #ffffff;
  margin: 0;
}
.collaboration .section .content .document .detail {
  border-left: solid 5px #008FBE;
  min-height: 69px;
}
.collaboration .section .content .document .title {
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: uppercase;
}
.collaboration .section .content .document .date,
.collaboration .section .content .document .type {
  text-transform: uppercase;
  color: #A6A8AB;
}
.collaboration .section .content .document a {
  display: block;
  text-align: center;
  background-color: #003F77;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 0;
  font-weight: 600;
  transition: 0.6s;
}
.collaboration .section .content .document a:hover {
  background-color: #008FBE;
}
.collaboration .section .content .document div {
  padding: 15px;
}
.collaboration .section .expand {
  display: block;
  background-color: #003F77;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 45px;
  font-weight: 600;
  transition: 0.6s;
}
.collaboration .section .expand.open {
  background-color: #FFFFFF;
  color: #003F77;
  border-bottom: 5px solid #003F77;
}
.collaboration .section .expand.open:hover {
  background-color: #FFFFFF;
  color: #008FBE;
  border-bottom-color: #008FBE;
}
.collaboration .section .expand .i-caret-down {
  margin-left: 20px;
}
.collaboration .section .expand .i-caret-up {
  vertical-align: middle;
  margin-left: 20px;
  padding-top: 2px;
}
.collaboration .section .expand:hover {
  background-color: #008FBE;
}
.home-calendar-holder {
  /* IE 9 is rounding up the calc it seems */
}
.home-calendar-holder .colors {
  font-size: 13px;
  color: #A6A8AB;
  margin-top: 10px;
}
.home-calendar-holder .colors .international-color {
  margin-right: 15px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #003F77;
}
.home-calendar-holder .colors .branch-color {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #008FBE;
}
.home-calendar-holder .fc-calendar-container {
  position: relative;
  width: 100%;
}
.home-calendar-holder .fc-calendar {
  width: 100%;
  height: 100%;
  background-color: #ededed;
}
.home-calendar-holder .fc-calendar .fc-head {
  height: 40px;
  line-height: 40px;
  color: #2C7AAB;
  text-transform: uppercase;
}
.home-calendar-holder .fc-calendar .fc-body {
  position: relative;
  width: 100%;
  padding-bottom: 15px;
  background: #E6E7E8;
}
.home-calendar-holder .fc-calendar .fc-row {
  width: 100%;
}
.home-calendar-holder .fc-four-rows .fc-row {
  height: 40px;
}
.home-calendar-holder .fc-five-rows .fc-row {
  height: 40px;
}
.home-calendar-holder .fc-six-rows .fc-row {
  height: 40px;
}
.home-calendar-holder .fc-calendar .fc-row > div,
.home-calendar-holder .fc-calendar .fc-head > div {
  float: left;
  height: 100%;
  width: 14.28%;
  /* 100% / 7 */
  width: calc(100%/7);
  position: relative;
}
.home-calendar-holder .ie9 .fc-calendar .fc-row > div,
.home-calendar-holder .ie9 .fc-calendar .fc-head > div {
  width: 14.2%;
}
.home-calendar-holder .fc-calendar .fc-row > div {
  overflow: hidden;
  position: relative;
}
.home-calendar-holder .fc-calendar .fc-head > div {
  text-align: center;
  background: #F1F1F2;
  border-bottom: 1px solid #008FBE;
}
.home-calendar-holder .fc-calendar .fc-row > div > span.fc-date {
  position: absolute;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-weight: 700;
  color: #003F77;
  font-size: 13px;
  top: 50%;
  margin-top: -20px;
  text-align: center;
}
.home-calendar-holder .fc-calendar .fc-row > div > span.fc-weekday {
  padding-left: 5px;
  display: none;
}
.home-calendar-holder .fc-calendar .fc-row > div.fc-out {
  opacity: 0.6;
}
.home-calendar-holder .calendar-header {
  position: relative;
  background-color: #f6f6f7;
  padding: 10px;
  margin-bottom: 15px;
}
.home-calendar-holder .i-clipboard {
  float: left;
  font-size: 2.3em;
  color: #003F77;
}
.home-calendar-holder #calendar-date {
  margin: 0;
  color: #003F77;
  display: block;
  text-align: center;
  padding-right: 30px;
  margin-top: 5px;
}
.home-calendar-holder #calendar-next,
.home-calendar-holder #calendar-prev {
  display: block;
  width: 12px;
  height: 17px;
  cursor: pointer;
  position: absolute;
  top: 19px;
  color: #003F77;
}
.home-calendar-holder #calendar-next:hover,
.home-calendar-holder #calendar-prev:hover {
  opacity: 0.6;
}
.home-calendar-holder #calendar-next {
  right: 50px;
}
.home-calendar-holder #calendar-prev {
  left: 50px;
}
.home-calendar-holder .popover-date {
  position: absolute;
  top: 0;
  left: 0;
  display: table;
  padding-top: 5px;
  margin: 0 10%;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  width: 25px;
  border-radius: 100%;
  height: 25px;
  margin-top: 5px;
  cursor: pointer;
}
.home-calendar-holder .popover-date.branch {
  background-color: #008FBE;
}
.home-calendar-holder .popover-date.international {
  background-color: #003F77;
}
.home-calendar-holder .popover-content {
  cursor: pointer;
  display: none !important;
}
.popover {
  border-radius: 0;
  background: #F1F1F2;
  padding: 20px;
}
.popover-title {
  background: #F1F1F2;
  border-bottom: 0;
  color: #008FBE;
  font-weight: 600;
  font-size: 15px;
  border-radius: 0;
}
.popover-content {
  font-weight: 600;
  font-size: 15px;
  background: #F1F1F2;
  border-radius: 0;
}
.popover.top .arrow {
  border-top-color: #F1F1F2;
}
.popover.top .arrow:after {
  border-top-color: #F1F1F2;
}
.upload-popup {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 376px;
  margin-left: -200px;
  margin-top: -188px;
  background-color: #ffffff;
  padding: 20px;
}
.upload-popup .upload-close {
  position: absolute;
  top: 0;
  right: -25px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  border: solid 1px #ffffff;
  text-align: center;
  transition: 0.6s;
}
.upload-popup .upload-close:hover {
  opacity: 0.7;
}
.upload-popup .upload-close .i-close {
  color: #ffffff;
  font-size: 8px;
  vertical-align: middle;
}
.upload-popup form label {
  font-weight: 600;
  color: #003F77;
}
.upload-popup form input[type=text] {
  border: solid 1px #D0D2D3;
  width: 360px;
  margin-bottom: 30px;
}
.upload-popup form .ss-uploadfield .middleColumn {
  background: none;
  border-radius: 0;
  border-color: #D0D2D3;
  width: auto;
}
.upload-popup form input.file {
  border: solid 1px #D0D2D3;
  padding: 10px;
  width: 360px;
  margin-bottom: 30px;
}
.upload-popup form .action {
  float: right;
  border: none;
  background-color: #003F77;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px;
  text-align: center;
  font-weight: 600;
  transition: 0.6s;
}
.upload-popup form .action:hover {
  background-color: #008FBE;
}
.upload-popup-committees {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 456px;
  margin-left: -200px;
  margin-top: -188px;
  background-color: #ffffff;
  padding: 20px;
}
.upload-popup-committees .committee-upload-close {
  position: absolute;
  top: 0;
  right: -25px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  border: solid 1px #ffffff;
  text-align: center;
  transition: 0.6s;
}
.upload-popup-committees .committee-upload-close:hover {
  opacity: 0.7;
}
.upload-popup-committees .committee-upload-close .i-close {
  color: #ffffff;
  font-size: 8px;
  vertical-align: middle;
}
.upload-popup-committees form label {
  font-weight: 600;
  color: #003F77;
}
.upload-popup-committees form label.right {
  font-size: 0.6em;
  float: right;
}
.upload-popup-committees form .field {
  margin-bottom: 30px;
}
.upload-popup-committees form input[type=text] {
  border: solid 1px #D0D2D3;
  width: 360px;
}
.upload-popup-committees form .ss-uploadfield .middleColumn {
  background: none;
  border-radius: 0;
  border-color: #D0D2D3;
  width: auto;
}
.upload-popup-committees form input.file {
  border: solid 1px #D0D2D3;
  padding: 10px;
  width: 360px;
  margin-bottom: 30px;
}
.upload-popup-committees form .action {
  float: right;
  border: none;
  background-color: #003F77;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px;
  text-align: center;
  font-weight: 600;
  transition: 0.6s;
}
.upload-popup-committees form .action:hover {
  background-color: #008FBE;
}
a.committee-upload {
  display: block;
  float: right;
  text-align: center;
  background-color: #008FBE;
  color: #ffffff;
  text-transform: uppercase;
  padding: 20px 20px;
  font-weight: 600;
  font-size: 14.5px;
  transition: 0.6s;
}
a.committee-upload:hover {
  background-color: #003F77;
}
.library .library-search {
  margin-bottom: 45px;
  background: #EEEEEE;
  padding: 35px 35px;
}
.library .library-search h2 {
  font-size: 15px;
  text-transform: uppercase;
  margin-top: 0;
}
.library .library-search h2 i {
  color: #008FBE;
  font-size: 2.5em;
  vertical-align: middle;
  margin-right: 5px;
}
.library .library-search .row {
  position: relative;
}
.library .library-search .row .browse-topics {
  position: absolute;
  margin-left: 15px;
  margin-right: 15px;
  top: 40px;
  left: 0;
  right: 0;
  border: 2px solid #FFF;
  padding: 20px;
  width: 748px;
  background: #EEEEEE;
  z-index: 100;
}
.library .library-search .row .browse-topics .topic-col .topic-title {
  text-transform: uppercase;
  font-weight: 600;
}
.library .library-search .row .browse-topics .topic-col ul {
  list-style-type: none;
  margin-top: 10px;
  padding-left: 15px;
}
.library .library-search .row .browse-topics .topic-col ul a:hover {
  color: #008FBE;
}
.library .library-search .search-control .options-container {
  width: 100%;
  position: relative;
  float: left;
}
.library .library-search .search-control .options-container .filter-option {
  position: relative;
  background-color: #008FBE;
  padding: 11px 15px;
  cursor: pointer;
  border: 0;
  color: #FFFFFF;
  transition: all 0.2s ease;
}
.library .library-search .search-control .options-container .filter-option:hover {
  background-color: #003F77;
}
.library .library-search .search-control .options-container .filter-option i {
  vertical-align: middle;
  float: right;
}
.library .library-search .search-control .options-container .options {
  position: absolute;
  width: 100%;
  max-height: 400px;
  background-color: #FFFFFF;
  border: 1px solid #6D6E70;
  top: 43px;
  display: none;
  z-index: 100;
  overflow-x: hidden;
  overflow-y: auto;
}
.library .library-search .search-control .options-container .options .option {
  font-weight: normal;
  display: block;
  color: #58595B;
  border-bottom: 1px solid #EEEEEE;
  transition: all 0.2s ease;
  padding: 10px 15px;
}
.library .library-search .search-control .options-container .options .option:hover {
  background-color: #F1F1F2;
}
.library .library-search .pills {
  margin-top: 60px;
  margin-bottom: 10px;
}
.library .library-search .pills .pill {
  background: #003F77;
  color: #FFFFFF;
  font-size: 15px;
  padding: 10px;
  margin-right: 10px;
  border-radius: 5px;
}
.library .library-search .pills .pill i {
  cursor: pointer;
  font-size: 12px;
  margin-left: 20px;
}
.library .library-search input {
  border: 0;
}
.library .library-search .btn-directory-search {
  float: left;
  width: 35px;
  height: 40px;
  padding: 5px 10px;
  font-size: 1.1em;
  color: #222222;
  background: #FFFFFF;
  text-align: center;
}
.library .library-search .btn-directory-search i {
  margin-left: 0;
}
.library .back {
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 30px;
  margin-top: 30px;
  display: block;
}
.library .table {
  background: #FFFFFF;
  border: 1px solid #D0D2D3;
  padding: 30px 15px;
}
.library .table h3 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 21px;
  text-transform: none;
}
.library .table .language {
  font-size: 17px;
  color: #929497;
  margin-bottom: 5px;
}
.library .table h4 {
  font-size: 17px;
  color: #003F77;
}
.library .section .library-content {
  background: #ffffff;
}
.library .section .header {
  height: 90px;
  line-height: 90px;
  background-color: #ffffff;
  border-left: solid 5px #008FBE;
  text-transform: uppercase;
  margin-top: 30px;
  font-weight: 600;
}
.library .section .header .close-icon {
  margin-right: 20px;
  color: #003F77;
  display: none;
  font-size: 12px;
}
.library .section .header .close-icon:hover {
  color: #008FBE;
}
.library .section .header .close-icon i {
  font-size: 1.5em;
  margin-left: 10px;
  position: relative;
  top: 5px;
}
.library .section .header .title {
  color: #003F77;
  display: inline-block;
}
.library .section .header .title .i-member-circles {
  margin: 0 25px;
  font-size: 2.5em;
  vertical-align: middle;
}
.library .section .header .instruction {
  color: #A6A8AB;
}
.library .section a[name^="topic-"] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
.library .section hr {
  margin: 0;
}
.library .section h2 {
  margin: 30px 0 10px;
}
.library .section h2:before,
.library .section h2:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.library .section h2:after {
  clear: both;
}
.library .section h2:before,
.library .section h2:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.library .section h2:after {
  clear: both;
}
.library .section a.upload {
  display: block;
  float: right;
  text-align: center;
  background-color: #008FBE;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 14.5px;
  transition: 0.6s;
}
.library .section a.upload:hover {
  background-color: #003F77;
}
.library .section .content {
  display: none;
  padding: 0px 20px 5px;
  background-color: #FFFFFF;
}
.library .section .content.no-listings {
  padding-top: 30px;
}
.library .section .content .document-header {
  margin: 0;
  border-bottom: 1px solid #CCCCCC;
  font-weight: 600;
  background-color: #EEEEEE;
}
.library .section .content .document-header div {
  padding: 15px;
}
.library .section .content .document {
  border: solid 1px #D0D2D3;
  border-top: none;
  background-color: #ffffff;
  margin: 0;
}
.library .section .content .document.sub-topic-list {
  display: none;
  margin-left: 5px;
  background-color: rgba(0, 63, 119, 0.05);
}
.library .section .content .document.sub-topic-list.first-sub-topic {
  margin-top: 5px;
}
.library .section .content .document.sub-topic-list.last-sub-topic {
  margin-bottom: 5px;
}
.library .section .content .document.sub-topic-list.open.first-sub-topic {
  border-top: 1px solid #CCCCCC;
}
.library .section .content .document.sub-topic-list.open.last-sub-topic + .document {
  border-top: 1px solid #CCCCCC;
}
.library .section .content .document.sub-topic-list .detail {
  border-left: solid 5px #003F77;
}
.library .section .content .document .lib-sub-expand.focus {
  background-color: #008FBE;
}
.library .section .content .document .detail {
  border-left: solid 5px #008FBE;
  min-height: 69px;
}
.library .section .content .document .title {
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 600;
}
.library .section .content .document .date,
.library .section .content .document .type {
  color: #A6A8AB;
}
.library .section .content .document a {
  display: block;
  text-align: center;
  background-color: #003F77;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 0;
  font-weight: 600;
  transition: 0.6s;
}
.library .section .content .document a:hover {
  background-color: #008FBE;
}
.library .section .content .document div {
  padding: 15px;
}
.library .section .expand {
  display: block;
  background-color: #003F77;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 45px;
  font-weight: 600;
  transition: 0.6s;
}
.library .section .expand.open {
  background-color: #FFFFFF;
  color: #003F77;
  border-bottom: 5px solid #003F77;
}
.library .section .expand.open:hover {
  background-color: #FFFFFF;
  color: #008FBE;
  border-bottom-color: #008FBE;
}
.library .section .expand .i-caret-down {
  margin-left: 20px;
}
.library .section .expand .i-caret-up {
  vertical-align: middle;
  margin-left: 20px;
  padding-top: 2px;
}
.library .section .expand:hover {
  background-color: #008FBE;
}
.library .listing-data {
  margin-bottom: 30px;
}
.key-documents .document-search {
  margin-bottom: 45px;
  background: #EEEEEE;
  padding: 35px 35px;
}
.key-documents .document-search h2 {
  font-size: 15px;
  text-transform: uppercase;
  margin-top: 0;
}
.key-documents .document-search h2 i {
  color: #008FBE;
  font-size: 2.5em;
  vertical-align: middle;
  margin-right: 5px;
}
.key-documents .document-search .row {
  position: relative;
}
.key-documents .document-search .row .browse-folders {
  position: absolute;
  margin-left: 15px;
  margin-right: 15px;
  top: 40px;
  left: 0;
  right: 0;
  border: 2px solid #FFF;
  padding: 20px;
  width: 748px;
  background: #EEEEEE;
  z-index: 100;
}
.key-documents .document-search .row .browse-folders .topic-col {
  width: 32%;
  float: left;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  text-transform: uppercase;
}
.key-documents .document-search .row .browse-folders .topic-col:first-child {
  padding-left: 0;
}
.key-documents .document-search .row .browse-folders .topic-col:last-child {
  padding-right: 0;
}
.key-documents .document-search .row .browse-folders .topic-col.middle {
  border-left: 1px solid #58595B;
  border-right: 1px solid #58595B;
}
.key-documents .document-search .row .browse-folders .topic-col .topic-title {
  text-transform: uppercase;
  font-weight: 600;
}
.key-documents .document-search .row .browse-folders .topic-col ul {
  list-style-type: none;
  margin-top: 10px;
  padding-left: 15px;
}
.key-documents .document-search .row .browse-folders .topic-col ul a:hover {
  color: #008FBE;
}
.key-documents .document-search .search-control .options-container {
  width: 100%;
  position: relative;
  float: left;
}
.key-documents .document-search .search-control .options-container .filter-option {
  position: relative;
  background-color: #008FBE;
  padding: 11px 15px;
  cursor: pointer;
  border: 0;
  color: #FFFFFF;
  transition: all 0.2s ease;
}
.key-documents .document-search .search-control .options-container .filter-option:hover {
  background-color: #003F77;
}
.key-documents .document-search .search-control .options-container .filter-option i {
  vertical-align: middle;
  float: right;
}
.key-documents .document-search .search-control .options-container .options {
  position: absolute;
  width: 100%;
  max-height: 400px;
  background-color: #FFFFFF;
  border: 1px solid #6D6E70;
  top: 43px;
  display: none;
  z-index: 100;
  overflow-x: hidden;
  overflow-y: auto;
}
.key-documents .document-search .search-control .options-container .options .option {
  font-weight: normal;
  display: block;
  color: #58595B;
  border-bottom: 1px solid #EEEEEE;
  transition: all 0.2s ease;
  padding: 10px 15px;
}
.key-documents .document-search .search-control .options-container .options .option:hover {
  background-color: #F1F1F2;
}
.key-documents .document-search input {
  border: 0;
}
.key-documents .document-search .clear {
  margin-right: 10px;
}
.key-documents .document-search .btn-directory-search {
  float: left;
  width: 35px;
  height: 40px;
  padding: 5px 10px;
  font-size: 1.1em;
  color: #222222;
  background: #FFFFFF;
  text-align: center;
}
.key-documents .document-search .btn-directory-search i {
  margin-left: 0;
}
.key-documents .back {
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 30px;
  margin-top: 30px;
  display: block;
}
.key-documents .table {
  background: #FFFFFF;
  border: 1px solid #D0D2D3;
  padding: 30px 15px;
}
.key-documents .table h3 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 21px;
  text-transform: none;
}
.key-documents .table .language {
  font-size: 17px;
  color: #929497;
  margin-bottom: 5px;
}
.key-documents .table h4 {
  font-size: 17px;
  color: #003F77;
}
.key-documents .header {
  height: 90px;
  line-height: 90px;
  background-color: #ffffff;
  border-left: solid 5px #008FBE;
  text-transform: uppercase;
  margin-top: 30px;
  font-weight: 600;
}
.key-documents .header .title {
  color: #003F77;
  display: inline-block;
}
.key-documents .header .title .i-member-circles {
  margin: 0 25px;
  font-size: 2.5em;
  vertical-align: middle;
}
.key-documents .header .instruction {
  color: #A6A8AB;
}
.key-documents h2 {
  margin-bottom: 25px;
  font-size: 1.95em;
}
.key-documents a.upload {
  display: block;
  float: right;
  text-align: center;
  background-color: #008FBE;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 14.5px;
  transition: 0.6s;
}
.key-documents a.upload:hover {
  background-color: #003F77;
}
.key-documents .content {
  margin-bottom: 40px;
}
.key-documents .content .document-header {
  margin: 0;
  border: solid 1px #D0D2D3;
  font-weight: 600;
}
.key-documents .content .document-header div {
  padding: 15px;
}
.key-documents .content .document {
  border: solid 1px #D0D2D3;
  border-top: none;
  background-color: #ffffff;
  margin: 0;
}
.key-documents .content .document .detail {
  border-left: solid 5px #008FBE;
  min-height: 69px;
}
.key-documents .content .document .title {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
}
.key-documents .content .document .date,
.key-documents .content .document .type {
  color: #A6A8AB;
}
.key-documents .content .document .author {
  font-size: 12px;
}
.key-documents .content .document a {
  display: block;
  text-align: center;
  background-color: #003F77;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 0;
  font-weight: 600;
  transition: 0.6s;
}
.key-documents .content .document a.keyDownloads {
  background-color: #008FBE;
}
.key-documents .content .document a:hover {
  background-color: #008FBE;
}
.key-documents .content .document a:hover.keyDownloads {
  background-color: #003F77;
}
.key-documents .content .document div {
  padding: 15px;
}
.key-documents .content .breadcrumbs {
  font-size: 12px;
  padding: 0 0 10px;
}
.key-documents .content .breadcrumbs a {
  color: #008fbe;
}
.key-documents .content .resultTitle {
  font-size: 21px;
  padding-bottom: 15px;
}
.key-documents .no-listings {
  margin-top: 30px;
}
.payments .payment-filter {
  margin-bottom: 45px;
  background: #EEEEEE;
  padding: 35px 35px;
  border-bottom: 2px solid #008FBE;
}
.payments .payment-filter .btn {
  float: left;
}
.payments .payment-filter h2 {
  font-size: 15px;
  text-transform: uppercase;
}
.payments .payment-filter h2 i {
  color: #008FBE;
  font-size: 2.5em;
  vertical-align: middle;
  margin-right: 5px;
}
.payments .btn.btn-payment {
  margin-right: 20px;
  margin-top: 20px;
  height: 38px;
  padding: 10px 20px;
  font-size: 13px;
  border: 2px solid #91908E;
  color: #91908E;
}
.payments .btn.btn-payment.btn-payment-last {
  margin-right: 0;
}
.payments .btn.btn-payment.active,
.payments .btn.btn-payment:hover {
  transition: 0.6s;
  border: 2px solid #008FBE;
  color: #008FBE;
}
.disclaimer-footer p,
.disclaimer-footer a {
  font-size: 14px;
  color: #929497;
}
.fade {
  position: fixed;
  /* makes the div go into a position that’s absolute to the browser viewing area */
  left: 0;
  /* makes the div span all the way across the viewing area */
  right: 0;
  top: 0;
  /* makes the div span all the way across the viewing area */
  bottom: 0;
  background-color: black;
  opacity: 0.7;
  filter: alpha(opacity=70);
  z-index: 90;
  display: none;
}
.disclaimer-overlay {
  position: fixed;
  /* makes the div go into a position that’s absolute to the browser viewing area */
  left: 25%;
  /* positions the div half way horizontally */
  top: 15%;
  /* positions the div half way vertically */
  background-color: #ffffff;
  width: 50%;
  height: 315px;
  z-index: 100;
  /* makes the div the top layer, so it’ll lay on top of the other content */
  overflow-y: auto;
  display: none;
}
.disclaimer-overlay .title {
  background-color: #008FBE;
  color: #FFFFFF;
  text-align: center;
  padding: 25px;
  font-size: 24px;
  line-height: 1.1;
}
.disclaimer-overlay .content {
  padding: 20px 50px;
  font-size: 14px;
}
.disclaimer-overlay .content .info {
  font-size: 15px;
}
.disclaimer-overlay .content .levels {
  font-size: 16px;
  color: #003F77;
}
.disclaimer-overlay .content ol li {
  margin-bottom: 20px;
}
.disclaimer-overlay .content button {
  display: block;
  margin: 0 auto;
}
.disclaimer-overlay .content .cancel {
  text-transform: uppercase;
  float: right;
  padding-top: 20px;
  padding-right: 30px;
  color: #CCCCCC;
  letter-spacing: 1px;
}
.hdr-navigation ul li {
  transition: 0.6s;
  float: left;
  padding: 20px 10px;
  line-height: 28px;
  font-weight: 600;
  min-width: 95px;
  text-align: center;
  border-left: 1px solid #9A9A9B;
}
.hdr-navigation ul li:last-child {
  border-right: 1px solid #9A9A9B;
}
.hdr-navigation ul li a {
  transition: 0.6s;
  padding: 10px 0px;
  font-size: 26px;
  color: #2778A9;
}
.hdr-navigation ul li a span {
  font-size: 12px;
  text-transform: uppercase;
  display: block;
}
.hdr-navigation ul li:hover {
  transition: 0.6s;
  background: #FFFFFF;
}
.hdr-navigation ul li:hover a {
  color: #58595B;
}
header {
  background: #EEEEEE;
  border-bottom: 1px solid #9A9A9B;
}
header .container {
  min-width: 1170px;
}
header .brand {
  margin: 16px 0px 16px 0px;
  float: left;
  display: table;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity 200ms;
}
header .brand .brand-image {
  background-image: url(./images/logo-small.png?011207a3fee359bd88af3d8fd4ed6e9a);
  background-position: 0 0;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 69px;
  height: 69px;
  display: block;
  float: left;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  header .brand .brand-image {
    background-image: url(./images/logo@2x.png?0b97aabd5dd4209c5056c4cd455bbd26);
    background-size: 69px 69px;
  }
}
header .brand .brand-title {
  float: left;
  margin-left: 20px;
  display: table-cell;
  vertical-align: middle;
  color: #003F77;
  font-size: 24px;
  text-transform: uppercase;
  padding-top: 20px;
  width: 200px;
  line-height: 31px;
}
header .brand:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  transition: opacity 200ms;
}
header .hdr-welcome {
  float: right;
}
header .hdr-welcome .name {
  padding-top: 20px;
  margin-bottom: 0;
  margin-right: 20px;
  min-height: 98px;
}
header .hdr-welcome .name .hdr-profile-image {
  display: inline-block;
  border-radius: 31px;
  width: 61px;
  height: 61px;
  vertical-align: middle;
  margin-left: 10px;
}
footer {
  background-color: #EEEEEE;
}
footer .ftr-blue {
  background: #003F77;
}
footer .ftr-blue ul {
  padding: 60px 0 70px;
}
footer .ftr-blue ul li {
  padding-bottom: 0;
  float: left;
}
footer .ftr-blue ul li a {
  color: #A9AEB3;
  padding: 0px 3px;
  text-transform: UPPERCASE;
}
footer .copyright {
  margin-top: 25px;
  font-size: 13px;
  color: #58595b;
}
.main-container {
  background-color: #2778A9;
}
.main-container .main {
  padding-top: 30px;
  padding-bottom: 75px;
  background: #F6F6F7;
  min-height: 800px;
}
.main-container .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(./images/chosen-sprite.png?6768c1976c2ad78da1634b00b1e84dc2) -42px 1px no-repeat;
  font-size: 1px;
}

